/*----------------------------------------------------
@File: Default Styles
@Author: Rocky
@URL: http://wethemez.com
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Cerative Agency
@Author: Rocky
@Developed By: Rocky
@Developer URL: http://rocky.wethemez.com
Author E-mail: rockybd1995@gmail.com

@Default Styles 

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ banner
05/ slider
06/ feature
07/ button
08/ service
09/ testimonials 
10/ blog 
11/ contact 
12/ footer 
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,400i,600,700,700i,900&display=swap");
.btn-outline-warning {
  color: #FF5400;
  background-color: transparent;
  background-image: none;
  border-color: #FF5400; }

.btn-outline-warning:hover {
  color: #fff;
  background-color: #FF5400;
  border-color: #FF5400; }

.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

.row.m0 {
  margin: 0px; }

.p0 {
  padding: 0px; }

body {
  line-height: 26px;
  font-size: 14px;
  font-family: "Titillium Web", sans-serif; }

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px; }

#success {
  display: none; }

#error {
  display: none; }

.display_table {
  display: table;
  width: 100%; }

.display_table_row {
  display: table-row; }

.display_table_cell {
  display: table-cell;
  float: none !important; }

.p_100 {
  padding: 100px 0px; }

iframe {
  border: none; }

i:before {
  margin-left: 0px !important; }

.hidden {
  display: none; }

/* Container Custome Code css
============================================================================================ */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
/* End Container Custome Code css
============================================================================================ */
/* Main title css
============================================================================================ */
.main_title h2 {
  font-size: 40px;
  line-height: 48px;
  font-family: "Titillium Web", sans-serif;
  color: #232d37;
  font-weight: 500; }
.main_title p {
  font-size: 16px;
  color: #51545f;
  font-family: "Titillium Web", sans-serif;
  line-height: 26px;
  padding-top: 15px; }

.center_title {
  color: #fff;
  text-align: center;
  padding-bottom: 40px; }
  .center_title h2 {
    font-size: 40px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 500; }
  .center_title p {
    font-size: 16px;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    line-height: 26px;
    padding-top: 10px; }

.b_center_title {
  text-align: center;
  padding-bottom: 50px; }
  .b_center_title h2 {
    font-size: 40px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 500;
    color: #232d37; }
  .b_center_title p {
    font-size: 16px;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    line-height: 26px;
    padding-top: 10px;
    color: #51545f; }

/* Main title css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Menu Area css
============================================================================================ */
.navbar-light .navbar-nav .nav-link {
  color: #fff; }
  .navbar-light .navbar-nav .nav-link:focus {
    color: #fff; }

.main_menu_area {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 30;
  padding: 0px 75px; }
  .main_menu_area .navbar {
    padding: 0px;
    background-color: transparent !important; }
    .main_menu_area .navbar .navbar-collapse {
      text-align: right; }
      @media (min-width: 992px) {
        .main_menu_area .navbar .navbar-collapse {
          display: block !important; } }
    .main_menu_area .navbar .navbar-nav {
      display: inline-block; }
      .main_menu_area .navbar .navbar-nav li {
        display: inline-block;
        margin-right: 50px; }
        .main_menu_area .navbar .navbar-nav li a {
          text-transform: uppercase;
          padding: 0px;
          line-height: 99px;
          color: #ffffff !important;
          font-size: 14px;
          font-family: "Titillium Web", sans-serif;
          font-weight: 500;
          transition: all 400ms linear 0s; }
        .main_menu_area .navbar .navbar-nav li:last-child {
          margin-right: 0px; }
        .main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
          color: #21d397 !important; }
        @media (min-width: 992px) {
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
            transition: all 300ms ease-out;
            transform: scaleY(0);
            display: block;
            transform-origin: 50% 0;
            min-width: 246px;
            background: #fff;
            border-radius: 0px;
            border: none;
            top: 99%;
            padding: 25px 0px 30px 0px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); } }
        .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
          display: block;
          margin-right: 0px; }
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
            padding: 0px 25px;
            line-height: 50px;
            font-family: "Titillium Web", sans-serif;
            font-weight: 500;
            font-size: 14px;
            text-shadow: none;
            line-height: 42px;
            color: #232d37;
            transition: all 400ms linear 0s;
            text-transform: capitalize; }
            .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a:before {
              display: none; }
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
            color: #21d397; }
        @media (min-width: 992px) {
          .main_menu_area .navbar .navbar-nav li.submenu:hover.submenu .dropdown-menu {
            transform: scaleY(1); } }
    .main_menu_area .navbar .navbar-nav.justify-content-end {
      margin-left: 85px; }
      .main_menu_area .navbar .navbar-nav.justify-content-end li {
        margin-right: 25px; }
        .main_menu_area .navbar .navbar-nav.justify-content-end li a {
          font-size: 16px; }
        .main_menu_area .navbar .navbar-nav.justify-content-end li:last-child {
          margin-right: 0px; }
  .main_menu_area.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #0c1013;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 0px 8px #000000; }
    .main_menu_area.navbar_fixed .navbar .navbar-nav li a {
      line-height: 70px; }

/* End Main Menu Area css
============================================================================================ */
/* End Main Menu Area css
============================================================================================ */
.search_area {
  position: fixed;
  top: -100px;
  left: 0px;
  width: 100%;
  z-index: 40;
  background: #fff;
  padding: 0px 110px;
  transition: all 300ms ease-out; }
  .search_area .search_inner {
    position: relative; }
    .search_area .search_inner:before {
      content: "";
      height: 34px;
      width: 4px;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      background: #21d397; }
    .search_area .search_inner input {
      border: none;
      border-radius: 0px;
      width: 100%;
      padding: 0px 32px 0px 10px;
      height: 98px;
      outline: none;
      box-shadow: none;
      font-size: 36px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif;
      line-height: 98px;
      font-weight: normal; }
      .search_area .search_inner input.placeholder {
        font-size: 36px;
        color: #b5aec4;
        font-family: "Titillium Web", sans-serif;
        line-height: 98px;
        font-weight: normal; }
      .search_area .search_inner input:-moz-placeholder {
        font-size: 36px;
        color: #b5aec4;
        font-family: "Titillium Web", sans-serif;
        line-height: 98px;
        font-weight: normal; }
      .search_area .search_inner input::-moz-placeholder {
        font-size: 36px;
        color: #b5aec4;
        font-family: "Titillium Web", sans-serif;
        line-height: 98px;
        font-weight: normal; }
      .search_area .search_inner input::-webkit-input-placeholder {
        font-size: 36px;
        color: #b5aec4;
        font-family: "Titillium Web", sans-serif;
        line-height: 98px;
        font-weight: normal; }
    .search_area .search_inner i {
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      color: #21d397;
      font-size: 30px;
      cursor: pointer; }
  .search_area.open {
    top: 0px; }

/* End Main Menu Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  background: url(../img/home-slider/slider-2.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end; }
  .banner_area:before {
    content: "";
    background: rgba(4, 8, 29, 0.7);
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%; }

.banner_area.home_img {
  background: url(../img/home-slider/slider-2.jpg) no-repeat scroll center center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: center; }
  .banner_area.home_img:before {
    content: "";
    background: rgba(4, 8, 29, 0);
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%; }

.home_img {
  background: url("../img/banner/slider_1.jpg") no-repeat center center scroll !important;
  background-size: cover; }

.about_img {
  background: url("../img/banner/buildings-city-downtown-94420.jpg") no-repeat center center scroll !important;
  background-size: cover; }

.industry4-0_img {
  background: url("../img/banner/industry4-0.jpg") no-repeat center center scroll !important;
  background-size: cover; }

.training_img {
  background: url("../img/banner/training.jpg") no-repeat center center scroll !important;
  background-size: cover; }

.solution_img {
  background: url("../img/banner/solution.jpg") no-repeat center center scroll !important;
  background-size: cover; }

.cybersecurity_img {
  background: url("../img/banner/cybersecurity@2x.png") no-repeat center center scroll !important;
  background-size: cover;
  min-height: 80vh; }

.malaysia_img {
  background: url("../img/banner/prime_ministry.jpg") no-repeat scroll center center !important;
  background-size: cover;
  min-height: 80vh; }

.aircraft_img {
  background: url("../img/pentaabihan_up.png") no-repeat center center scroll !important;
  background-size: cover; }

.banner_text_inner {
  position: relative;
  padding-bottom: 100px; }
  .banner_text_inner h4 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    font-family: "Titillium Web", sans-serif;
    padding-bottom: 10px; }
  .banner_text_inner h3 {
    font-size: 1.55rem;
    color: #21d397; }
  .banner_text_inner p {
    max-width: 600px;
    color: #ffffff; }
  .banner_text_inner ul li {
    display: inline-block;
    margin-right: 15px; }
    .banner_text_inner ul li a {
      color: #fff;
      transition: all 400ms linear 0s; }
      .banner_text_inner ul li a i {
        position: relative;
        left: -10px;
        transition: all 400ms linear 0s; }
    .banner_text_inner ul li:hover a {
      color: #21d397; }
  .banner_text_inner h5 {
    font-size: 18px;
    color: #fff;
    font-family: "Titillium Web", sans-serif; }
  .banner_text_inner .btn-outline-secondary {
    border-color: #ffffff;
    color: #ffffff;
    transition: 0.35s background ease-in-out;
    font-weight: 600;
    width: 150px; }
    .banner_text_inner .btn-outline-secondary:hover {
      background: #ffffff;
      color: #121212; }

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Slider Area css
============================================================================================ */
.main_slider_area #main_slider ul li .slider_button .bg_btn {
  display: inline-block;
  line-height: 46px !important;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 7px; }
.main_slider_area #main_slider ul li .slider_button .tp_btn {
  display: inline-block;
  text-transform: uppercase; }

/* End Slider Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Creative Feature Area css
============================================================================================ */
#main_slider {
  background: #141E30;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #243B55, #141E30);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #243B55, #141E30);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.text-info {
  color: #21d397 !important; }

.bg-info {
  background: #21d397 !important; }

p {
  font-size: 18px; }

ul li {
  font-size: 18px; }

section h1 {
  color: #21d397; }
section h3 {
  font-weight: 700; }
section h4 {
  font-weight: 700;
  font-size: 20px; }

.list-bullet {
  list-style: square;
  padding-left: 35px; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem !important;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  line-height: unset !important; }

.section {
  padding: 65px 0px; }

.creative_feature_area {
  background: #f7f7f7; }

.c_feature_box {
  box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
  border-radius: 2px;
  background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
  z-index: 22;
  position: relative; }
  .c_feature_box .col-lg-4:last-child .c_box_item:before {
    display: none; }

.c_box_item {
  padding: 45px 35px 45px 40px;
  position: relative;
  color: #fff; }
  .c_box_item:before {
    content: "";
    background: rgba(247, 247, 247, 0.37);
    height: 325px;
    width: 1px;
    position: absolute;
    right: -15px;
    top: 0px; }
  .c_box_item a {
    display: block;
    position: relative; }
  .c_box_item h4 {
    font-size: 18px;
    color: #ffffff;
    font-family: "Titillium Web", sans-serif;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
    transition: all 400ms linear 0s; }
  .c_box_item img {
    height: 80px;
    margin-bottom: 15px; }
  .c_box_item p {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-family: "Titillium Web", sans-serif; }

.d_feature_text .main_title {
  padding-bottom: 20px; }
.d_feature_text p {
  font-size: 14px;
  color: #51545f;
  font-family: "Titillium Web", sans-serif;
  line-height: 26px;
  padding-bottom: 12px; }
  .d_feature_text p + p {
    padding-bottom: 0px; }
.d_feature_text .read_btn {
  margin-top: 34px; }

.d_feature_img {
  padding-left: 70px; }

/* End Creative Feature Area css
============================================================================================ */
/* Industries Area css
============================================================================================ */
.industries_area {
  overflow: hidden;
  padding-top: 100px;
  display: flex; }

.left_indus {
  width: calc(50% + 85px);
  float: left;
  text-align: right;
  overflow: hidden;
  display: flex; }

.right_indus {
  width: calc(50% - 85px);
  float: right; }

.indus_img {
  text-align: right;
  padding-right: 85px;
  flex: 1;
  align-self: center; }
  .indus_img img {
    max-width: 100%; }

.indus_text {
  max-width: 500px; }
  @media (min-width: 1500px) {
    .indus_text {
      padding-top: 80px; } }
  .indus_text .read_btn {
    width: 180px;
    margin-top: 60px; }

.our_skill_inner {
  margin-top: 45px; }
  .our_skill_inner .single_skill {
    margin-bottom: 30px; }
    .our_skill_inner .single_skill h3 {
      color: #232d37;
      font-family: "Titillium Web", sans-serif;
      font-weight: 500;
      font-size: 14px;
      padding-bottom: 6px; }
    .our_skill_inner .single_skill .progress {
      height: 8px;
      border-radius: 0px;
      background: #e5e5e5;
      overflow: visible; }
      .our_skill_inner .single_skill .progress .progress-bar {
        background-image: -webkit-linear-gradient(180deg, #20d497 0%, #744fff 100%);
        background-image: -moz-linear-gradient(180deg, #20d497 0%, #744fff 100%);
        background-image: -ms-linear-gradient(180deg, #20d497 0%, #744fff 100%);
        position: relative;
        overflow: visible;
        background-color: transparent; }
        .our_skill_inner .single_skill .progress .progress-bar .progress_parcent {
          position: absolute;
          right: 0px;
          top: -25px;
          color: #232d37;
          font-size: 14px;
          font-family: "Titillium Web", sans-serif;
          font-weight: 500; }
    .our_skill_inner .single_skill:last-child {
      margin-bottom: 0px; }

/* End Industries Area css
============================================================================================ */
/* Project Area css
============================================================================================ */
.project_area {
  background: url(../img/banner/know_more.jpg) no-repeat fixed center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 115px 0px; }
  .project_area:before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: -1;
    background: rgba(4, 8, 29, 0.7); }

.bottom-area {
  background: url(../img/multiracial-group-young-office.jpg) no-repeat fixed center center !important; }

.project_inner .tp_btn {
  margin-top: 5px; }

/* End Project Area css
============================================================================================ */
/* The Company Intro
============================================================================================ */
.thecompany {
  display: grid;
  grid-template-columns: 50% 50%;
  overflow: hidden; }
  .thecompany .description {
    padding: 65px; }
    .thecompany .description h3 {
      color: #9a9a9a;
      font-size: 1.45rem;
      margin-bottom: 35px; }
    .thecompany .description p {
      margin-bottom: 25px; }
  .thecompany .sectors h3 {
    color: #21d397 !important;
    text-transform: uppercase;
    font-weight: 700; }
  .thecompany .sectors .sector_large {
    height: 400px;
    background: url("../img/banner/ABB food.jpg") center center no-repeat;
    background-size: cover;
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .thecompany .sectors .sector_small_retail,
  .thecompany .sectors .sector_small_mnu,
  .thecompany .sectors .sector_small_1,
  .thecompany .sectors .sector_small_2 {
    height: 400px;
    padding-left: 0px !important; }
  .thecompany .sectors .sector_small_mnu {
    padding-right: 0px !important;
    background: url("../img/banner/big_data-100.jpg") center center no-repeat;
    background-size: cover; }
  .thecompany .sectors .sector_small_retail {
    padding-right: 0px !important;
    background: url("../img/banner/retail_empower.jpg") center right no-repeat;
    background-size: cover; }
  .thecompany .sectors .sector_small_1 {
    padding-right: 0px !important;
    background: url("../img/banner/InternetOfThings-100.jpg") center center no-repeat;
    background-size: cover; }
  .thecompany .sectors .sector_small_2 {
    background: url("../img/banner/cyber_security.jpg") center center no-repeat;
    background-size: cover;
    padding-right: 0px !important; }
  .thecompany .sectors .overlay {
    height: inherit;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0)); }
  .thecompany .sectors h3 {
    position: absolute;
    font-size: 1.45rem;
    color: #ffffff;
    bottom: 25px;
    left: 25px; }

/* END The Company Intro
============================================================================================ */
/* Industry 4.0
============================================================================================ */
.industry4_0 {
  background: #131627;
  padding: 65px; }
  .industry4_0 h1 {
    color: #21d397;
    margin-bottom: 35px; }
  .industry4_0 p {
    color: #ffffff; }
  .industry4_0 .industry4-img {
    display: block;
    margin: 0 auto; }

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0; }

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative; }

.industry4-img {
  width: 100px;
  text-align: center; }

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #21d397;
  font-size: 20px;
  margin: 15px 0; }

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #f7f7f7;
  font-size: 16px; }

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #744FFF;
  top: 60px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%; }

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px; }

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
  top: -5px; }

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #744FFF; }

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%; }

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%; }

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%; }

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%; }

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5; }

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0; }

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%; }

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%; }

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none; }

/*END Form Wizard*/
/* End :Industry 4.0
============================================================================================ */
/* Solutions
============================================================================================ */
.solution {
  padding: 65px 55px; }
  .solution h1 {
    margin-bottom: 35px;
    text-align: center; }
  .solution p {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px; }
  .solution .solution-item {
    text-align: center;
    margin-bottom: 25px; }
    .solution .solution-item h3 {
      margin: 25px 0; }
    .solution .solution-item img {
      width: 100%;
      height: 250px;
      object-fit: cover; }

.sp-item {
  margin-bottom: 35px;
  position: relative;
  height: 300px;
  overflow: hidden; }
  .sp-item img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    position: absolute; }
  .sp-item .content {
    color: #ffffff;
    padding: 25px;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .sp-item .content p {
      margin: unset !important;
      text-align: left; }
  .sp-item .content.green {
    background: rgba(33, 211, 152, 0.877); }
  .sp-item .content.orange {
    background: rgba(240, 182, 22, 0.877); }
  .sp-item .content.purple {
    background: rgba(51, 8, 103, 0.877); }
  .sp-item .content.yellow {
    background: rgba(15, 110, 187, 0.877); }

/* End: Solutions
============================================================================================ */
/* Training 
============================================================================================ */
.training {
  padding: 65px 0; }
  .training h1 {
    margin-bottom: 35px;
    text-align: center; }
  .training h3 {
    font-weight: 700;
    margin-bottom: 25px; }
  .training .solution-item {
    text-align: center; }
    .training .solution-item img {
      width: 100%;
      height: 250px;
      object-fit: cover; }
  .training .card {
    border: unset !important; }
    .training .card .card-header {
      border: unset !important; }

.training.bg-info h3 {
  color: #121212 !important; }
.training.bg-info .list-group .list-group-item {
  background: transparent;
  color: #121212; }

.training-programme .container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 35px; }
  .training-programme .container .programme-item {
    padding: 45px;
    height: 500px;
    position: relative;
    margin-bottom: 35px; }
    .training-programme .container .programme-item:before {
      content: "";
      background-image: linear-gradient(to top, #000, transparent);
      position: absolute;
      left: 0px;
      top: 0;
      width: 100%;
      height: 100%; }
    .training-programme .container .programme-item .content {
      position: absolute;
      bottom: 65px; }
      .training-programme .container .programme-item .content h4 {
        color: #21d397; }
      .training-programme .container .programme-item .content h2 {
        margin-bottom: 25px;
        color: #ffffff; }
  .training-programme .container .programme-item.first {
    background: url("../img/Free Certified Digital Skills.jpg") center center no-repeat;
    background-size: cover; }
  .training-programme .container .programme-item.second {
    background: url("../img/banner/extra_big_data-100.jpg") center center no-repeat;
    background-size: cover; }
  .training-programme .container .programme-item.third {
    background: url("../img/banner/cybersecurity_training.png") center center no-repeat;
    background-size: cover; }

/* End: Training
============================================================================================ */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

/* Responsive: Table
============================================================================================ */
@media (max-width: 768px) {
  .thecompany {
    display: grid;
    grid-template-columns: 100%;
    overflow: hidden; }
    .thecompany .description {
      padding: 45px; }
      .thecompany .description h3 {
        color: #9a9a9a;
        font-size: 1.45rem;
        margin-bottom: 35px; }
      .thecompany .description p {
        margin-bottom: 25px; }

  .industry4_0 {
    background: #021321;
    padding: 45px 35px; }
    .industry4_0 h1 {
      color: #ffffff;
      margin-bottom: 35px; }
    .industry4_0 p {
      color: #ffffff;
      margin-bottom: 25px; }

  .h-scroll {
    overflow-x: scroll;
    padding: 25px; }
    .h-scroll .item-scroll {
      min-width: 768px; } }
.prime {
  background: url("../img/M-Saravanan-.HRDF-Penjana-initiative-220620-Bernama-2100x1200.jpg") center center no-repeat fixed;
  background-size: cover;
  min-height: 50vh; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.services-area {
  background-color: #f6f6f6; }

.section-title {
  margin-bottom: 60px; }

.section-title p {
  color: #777;
  font-size: 16px; }

.section-title h4 {
  text-transform: capitalize;
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600; }

.section-title h4:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #21d397;
  bottom: 0;
  left: 50%;
  margin-left: -30px; }

.section-title h4:after {
  position: absolute;
  background-color: #21d397;
  content: "";
  width: 10px;
  height: 10px;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  border-radius: 50%; }

.single-service {
  border: 1px solid #eee;
  padding: 30px 10px;
  position: relative;
  margin-bottom: 30px; }

.single-service i.fa {
  width: 60px;
  height: 60px;
  background-color: #ff3636;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px; }

.single-service i.fa {
  -webkit-transition: .4s;
  transition: .4s; }

.single-service:hover i.fa {
  border-radius: 50%; }

.single-service h4 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #21d397; }

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px; }
  .scroll-downs small {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    margin-left: -10px; }

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box; }

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite; }

@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Border Button Area css
============================================================================================ */
.read_btn {
  height: 46px;
  width: 160px;
  line-height: 48px;
  color: #232d37;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #744fff 0%, #21d397 51%, #744fff 100%);
  text-align: center;
  position: relative;
  background-size: 200% auto;
  z-index: 2;
  display: block;
  transition: all 400ms ease-out; }
  .read_btn:before {
    content: "";
    background: #f7f7f7;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 98%;
    height: 42px;
    z-index: -1;
    transition: all 400ms linear 0s; }
  .read_btn:hover {
    background-position: right center;
    color: #232d37; }

.tp_btn {
  height: 46px;
  width: 165px;
  text-align: center;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-image: -moz-linear-gradient(180deg, #20d497 0%, #744fff 100%);
  border-image: -webkit-linear-gradient(180deg, #20d497 0%, #744fff 100%);
  border-image: -ms-linear-gradient(180deg, #20d497 0%, #744fff 100%);
  border-image-slice: 1;
  display: block;
  line-height: 42px;
  transition: all 400ms ease-out;
  font-size: 13px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 3;
  margin: auto; }
  .tp_btn:after {
    content: "";
    height: 46px;
    width: 165px;
    position: absolute;
    left: -2px;
    top: -2px;
    border-width: 2px;
    border-style: solid;
    border-image: -moz-linear-gradient(180deg, #744fff 0%, #20d497 100%);
    border-image: -webkit-linear-gradient(180deg, #744fff 0%, #20d497 100%);
    border-image: -ms-linear-gradient(180deg, #744fff 0%, #20d497 100%);
    border-image-slice: 1;
    transition: all 400ms ease-out;
    z-index: -1;
    opacity: 0; }
  .tp_btn:hover {
    color: #fff; }
    .tp_btn:hover:after {
      opacity: 1; }

.bg_btn {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 160px;
  height: 46px;
  line-height: 46px;
  background-image: linear-gradient(to right, #744fff 0%, #21d397 51%, #744fff 100%);
  transition: all 400ms ease-out !important;
  background-size: 200% auto;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block; }
  .bg_btn:hover {
    background-position: right center;
    color: #fff; }
  .bg_btn:focus {
    background-image: linear-gradient(to right, #744fff 0%, #21d397 51%, #744fff 100%) !important;
    transition: all 400ms ease-out !important;
    background-size: 200% auto; }

.bg_btn.big_btn {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 320px;
  height: 56px;
  line-height: 56px;
  background-image: linear-gradient(to right, #744fff 0%, #21d397 51%, #744fff 100%);
  transition: all 400ms ease-out !important;
  background-size: 200% auto;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block; }
  .bg_btn.big_btn:hover {
    background-position: right center;
    color: #fff; }
  .bg_btn.big_btn:focus {
    background-image: linear-gradient(to right, #744fff 0%, #21d397 51%, #744fff 100%) !important;
    transition: all 400ms ease-out !important;
    background-size: 200% auto; }

.more_btn {
  color: #2bc0a4;
  font-size: 14px;
  font-family: "Titillium Web", sans-serif;
  text-decoration: underline;
  line-height: 26px;
  transition: all 400ms linear 0s; }
  .more_btn:hover {
    text-decoration: none;
    color: #2bc0a4; }

.submit_btn {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  background-image: linear-gradient(to right, #744fff 0%, #21d397 51%, #744fff 100%);
  transition: all 400ms ease-out;
  background-size: 200% auto;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 3px;
  cursor: pointer; }
  .submit_btn:hover {
    background-position: right center;
    color: #fff; }
  .submit_btn:focus {
    background-image: linear-gradient(to right, #744fff 0%, #21d397 51%, #744fff 100%) !important;
    transition: all 400ms ease-out;
    background-size: 200% auto; }

.submit_btn2 {
  height: 46px;
  width: 165px;
  line-height: 46px;
  color: #232d37;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #744fff 0%, #21d397 51%, #744fff 100%);
  text-align: center;
  position: relative;
  background-size: 200% auto;
  z-index: 2;
  display: block;
  transition: all 400ms ease-out;
  padding: 0px;
  border-radius: 2px;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer; }
  .submit_btn2:before {
    content: "";
    background: #f7f7f7;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 97.5%;
    height: 40px;
    z-index: -1;
    transition: all 400ms linear 0s; }
  .submit_btn2:hover {
    background-position: right center;
    color: #232d37; }

/* End Border Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Our Service Area css
============================================================================================ */
.service_area {
  background: url(../img/training.jpg) no-repeat fixed center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 115px 0px; }
  .service_area:before {
    content: "";
    background: rgba(4, 8, 29, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%; }

.service_item {
  color: #fff;
  margin-bottom: 35px; }
  .service_item i {
    background-image: -moz-linear-gradient(180deg, #20d497 0%, #744fff 100%);
    background-image: -webkit-linear-gradient(180deg, #20d497 0%, #744fff 100%);
    background-image: -ms-linear-gradient(180deg, #20d497 0%, #744fff 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 40px; }
  .service_item h4 {
    font-size: 20px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 500;
    padding: 18px 0px 12px 0px; }
  .service_item p {
    font-size: 18px;
    line-height: 26px;
    font-family: "Titillium Web", sans-serif;
    max-width: 360px;
    margin: auto; }
  .service_item ul {
    list-style: inside; }

/* End Our Service Area css
============================================================================================ */
/* About Us css
============================================================================================ */
.about_us {
  display: grid;
  grid-template-columns: 50% 50%; }
  .about_us .content {
    padding: 65px; }
    .about_us .content h1 {
      margin-bottom: 35px; }
    .about_us .content p {
      margin-bottom: 25px; }
  .about_us .img_content {
    background: url("../img/ecot_about_us.jpg") center center no-repeat;
    background-size: cover; }
  .about_us > div {
    min-height: 500px; }

/* End About Us css
============================================================================================ */
/* Our Vision css
============================================================================================ */
.our_vision {
  padding: 180px 0;
  position: relative;
  background: url("../img/our_vision.jpg") center center scroll no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff; }
  .our_vision:before {
    content: "";
    background: rgba(4, 8, 29, 0.7);
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%; }
  .our_vision .container {
    position: relative; }

/* End Our Vision css
============================================================================================ */
.page-header h1 {
  font-size: 3.26em;
  text-align: center;
  color: #efefef;
  text-shadow: 1px 1px 0 #000; }

.timline {
  background: url("../img/in.png") center center no-repeat;
  background-size: cover;
  padding: 0 65px; }

/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #ffffff;
  left: 50%;
  margin-left: -1.5px; }

.tldate {
  display: block;
  width: 200px;
  background: #ffffff;
  border: 3px solid #744FFF;
  color: #744FFF;
  margin: 0 auto;
  padding: 3px 0;
  font-weight: bold;
  text-align: center; }

.timeline li {
  margin-bottom: 25px;
  position: relative; }

.timeline li:before,
.timeline li:after {
  content: " ";
  display: table; }

.timeline li:after {
  clear: both; }

.timeline li:before,
.timeline li:after {
  content: " ";
  display: table; }

/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  border: 3px solid #744FFF;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent; }

.timeline li .timeline-panel.noarrow:before,
.timeline li .timeline-panel.noarrow:after {
  top: 0;
  right: 0;
  display: none;
  border: 0; }

.timeline li.timeline-inverted .timeline-panel {
  float: right; }

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 23px;
  left: 49.867%;
  text-align: center;
  background: #744FFF;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-left: -11px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1; }

/** timeline content **/
.tl-heading h4 {
  margin-bottom: 0px;
  color: #21d397; }

.tl-heading h2 {
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: 600; }

.tl-body p,
.tl-body ul {
  margin-bottom: 0; }

.tl-body p {
  margin-bottom: 20px; }

.tl-body img {
  border: 0;
  max-width: 100%; }

.tl-body > p + p {
  margin-top: 5px; }

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%; }

  .main_menu_area .navbar .navbar-toggler span {
    background: #ffffff !important; }

  .main_menu_area .navbar .navbar-nav {
    display: block;
    text-align: left;
    background: rgba(14, 58, 93, 0.801) !important;
    max-height: 250px;
    overflow-y: scroll; } }
@media (max-width: 768px) {
  .about_us {
    display: grid;
    grid-template-columns: 100%; }
    .about_us .content {
      padding: 25px; }
      .about_us .content h1 {
        margin-bottom: 35px; }
      .about_us .content p {
        margin-bottom: 25px; }
    .about_us > div {
      min-height: 500px; } }
@media (max-width: 700px) {
  .page-header h1 {
    font-size: 1.8em; }

  ul.timeline:before {
    left: 40px; }

  .tldate {
    width: 140px; }

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }

  ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0; }

  ul.timeline > li > .tldate {
    margin: 0; }

  ul.timeline > li > .timeline-panel {
    float: right; }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; } }
@media (max-width: 576px) {
  ul.timeline:before {
    left: 34px; }

  .tldate {
    width: 80px; } }
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Testimonials Area css
============================================================================================ */
.testimonials_area .center_title {
  color: #121212;
  font-weight: 500; }

.testimonials_slider .item img {
  width: 100% !important;
  max-width: 200px !important; }
.testimonials_slider .item .media {
  vertical-align: middle; }
  .testimonials_slider .item .media .d-flex {
    vertical-align: middle;
    align-self: center; }
  .testimonials_slider .item .media .media-body {
    padding-left: 100px;
    vertical-align: middle;
    padding-right: 40px; }
    .testimonials_slider .item .media .media-body p {
      font-size: 18px;
      color: #51545f;
      line-height: 30px;
      font-family: "Titillium Web", sans-serif;
      font-weight: 400;
      padding: 35px 0px 20px 0px; }
    .testimonials_slider .item .media .media-body h4 {
      font-size: 14px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif;
      font-weight: 400; }
      .testimonials_slider .item .media .media-body h4 a {
        font-size: 16px;
        color: #232d37;
        font-family: "Titillium Web", sans-serif;
        font-weight: 500; }
.testimonials_slider .owl-prev,
.testimonials_slider .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: #b5aec4;
  z-index: 4;
  cursor: pointer; }
.testimonials_slider .owl-prev {
  left: -80px; }
.testimonials_slider .owl-next {
  right: -80px; }

/* End Testimonials Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Latest News Area css
============================================================================================ */
.l_news_item {
  transition: all 400ms linear 0s; }
  .l_news_item .l_news_img {
    overflow: hidden; }
    .l_news_item .l_news_img a {
      display: block; }
    .l_news_item .l_news_img img {
      transition: all 400ms linear 0s; }
      .l_news_item .l_news_img img:hover {
        transform: scale(1.05); }
  .l_news_item .l_news_content {
    border: 1px solid #ebebeb;
    border-top: 0px;
    padding: 30px 35px; }
    .l_news_item .l_news_content h4 {
      font-size: 18px;
      color: #232d37;
      font-family: "Titillium Web", sans-serif;
      font-weight: 500;
      transition: all 400ms linear 0s; }
      .l_news_item .l_news_content h4:hover {
        color: #2bc0a4; }
    .l_news_item .l_news_content p {
      font-size: 14px;
      line-height: 26px;
      color: #51545f;
      font-family: "Titillium Web", sans-serif;
      font-weight: 400;
      padding: 15px 0px 10px 0px; }
  .l_news_item:hover {
    box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1); }

/* Latest News Area css
============================================================================================ */
/* Static Area css
============================================================================================ */
.static_area {
  padding: 50px 0px; }
  .static_area h3 {
    color: #9a9a9a;
    font-size: 1.45rem;
    margin-bottom: 35px; }
  .static_area p {
    margin-bottom: 25px; }

.solution-list {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 25px;
  padding: 65px; }
  .solution-list .content h1 {
    margin-bottom: 35px; }
  .solution-list .content h3 {
    color: #9a9a9a;
    font-size: 1.45rem; }
  .solution-list .content p {
    margin-bottom: 25px; }
  .solution-list .img_content img {
    width: 100%;
    object-fit: cover;
    height: 500px; }
  .solution-list > div {
    min-height: 500px; }

.static_main_content {
  position: relative; }
  .static_main_content .static_social {
    position: absolute;
    left: -60px;
    top: 0px; }
  .static_main_content .media .media-body ul li {
    position: relative;
    font-size: 16px; }
    .static_main_content .media .media-body ul li:before {
      content: "";
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background: #21d397;
      position: absolute;
      left: -26px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 400ms linear 0s; }

.static_social ul li {
  margin-bottom: 20px; }
  .static_social ul li a {
    height: 30px;
    width: 30px;
    text-align: center;
    background: #4c65a8;
    color: #fff;
    display: block;
    border-radius: 50%;
    line-height: 30px; }
  .static_social ul li:nth-child(2) a {
    background: #8f6247; }
  .static_social ul li:nth-child(3) a {
    background: #41a1f6; }
  .static_social ul li:nth-child(4) a {
    background: #f43535; }
  .static_social ul li:nth-child(5) {
    margin-bottom: 0px; }
    .static_social ul li:nth-child(5) a {
      background: #f0c605; }

.static_text {
  padding-top: 35px;
  padding-bottom: 15px; }
  .static_text p {
    font-size: 16px;
    line-height: 26px;
    color: #51545f;
    font-family: "Titillium Web", sans-serif; }
    .static_text p:last-child {
      padding-top: 15px; }

.static_text2 h3 {
  font-size: 24px;
  color: #1e1e27;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500; }
.static_text2 p {
  font-size: 16px;
  line-height: 26px;
  color: #51545f;
  font-family: "Titillium Web", sans-serif;
  padding-top: 13px; }

.media {
  margin: 30px 0px; }
  .media .d-flex h6 {
    font-family: "Playfair Display", serif;
    font-size: 100px;
    color: #21d397;
    line-height: 75px; }
  .media .media-body {
    padding-left: 32px; }
    .media .media-body p {
      font-size: 18px;
      line-height: 26px;
      color: #1e1e27;
      font-family: "Titillium Web", sans-serif; }
    .media .media-body h5 {
      font-size: 14px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif;
      padding-top: 15px; }
      .media .media-body h5 a {
        font-size: 16px;
        color: #232d37;
        font-family: "Titillium Web", sans-serif;
        font-weight: 500;
        transition: all 400ms linear 0s; }
        .media .media-body h5 a:hover {
          color: #21d397; }

.right_sidebar_area {
  padding-left: 20px; }

.right_widget {
  margin-bottom: 45px; }

.r_w_title {
  padding-bottom: 20px; }
  .r_w_title h3 {
    font-size: 22px;
    color: #1e1e27;
    font-family: "Titillium Web", sans-serif;
    font-weight: 500; }

.r_news_widget .news_inner .news_item {
  border-bottom: 1px solid #eeeef0;
  padding-bottom: 14px;
  margin-bottom: 15px; }
  .r_news_widget .news_inner .news_item h4 {
    font-size: 16px;
    line-height: 26px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 500;
    color: #1e1e27;
    padding-bottom: 7px;
    transition: all 400ms linear 0s; }
    .r_news_widget .news_inner .news_item h4:hover {
      color: #21d397; }
  .r_news_widget .news_inner .news_item h6 {
    font-size: 14px;
    color: #b5aec4;
    font-family: "Titillium Web", sans-serif; }
  .r_news_widget .news_inner .news_item:last-child {
    margin-bottom: 0px; }

.r_cat_widget ul li {
  margin-bottom: 12px; }
  .r_cat_widget ul li a {
    font-size: 16px;
    color: #1e1e27;
    font-family: "Titillium Web", sans-serif;
    transition: all 400ms linear 0s;
    padding-left: 20px;
    position: relative; }
    .r_cat_widget ul li a:before {
      content: "";
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background: #21d397;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 400ms linear 0s; }
  .r_cat_widget ul li:hover a {
    color: #21d397; }
    .r_cat_widget ul li:hover a:before {
      left: 5px; }

.r_tag_widget ul {
  margin-right: -9px; }
  .r_tag_widget ul li {
    display: inline-block;
    margin-bottom: 9px;
    margin-right: 6px; }
    .r_tag_widget ul li a {
      font-size: 12px;
      color: #51545f;
      font-family: "Titillium Web", sans-serif;
      background: #ebebeb;
      display: inline-block;
      padding: 0px 20px;
      text-transform: uppercase;
      line-height: 30px;
      transition: all 400ms linear 0s; }
    .r_tag_widget ul li:last-child {
      margin-bottom: 0px;
      margin-right: 0px; }
    .r_tag_widget ul li:hover a {
      color: #21d397; }

/* End Static Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Contact Us Area css
============================================================================================ */
.contact_us_area {
  padding: 110px 0px; }

.mapBox {
  min-height: 520px;
  box-shadow: 0px 27px 51.33px 7.67px rgba(0, 0, 0, 0.15); }

.contact_details_inner {
  padding-top: 75px; }

.contact_text .contact_d_list {
  margin-top: 40px; }
  .contact_text .contact_d_list .contact_d_list_item {
    margin-bottom: 22px; }
    .contact_text .contact_d_list .contact_d_list_item a {
      font-size: 16px;
      color: #51545f;
      font-family: "Titillium Web", sans-serif;
      display: block; }
    .contact_text .contact_d_list .contact_d_list_item p {
      font-size: 16px;
      color: #51545f;
      font-family: "Titillium Web", sans-serif;
      display: block;
      line-height: 24px; }
    .contact_text .contact_d_list .contact_d_list_item:last-child {
      margin-bottom: 0px; }
.contact_text .static_social {
  margin-top: 40px; }
  .contact_text .static_social .main_title {
    padding-bottom: 25px; }
  .contact_text .static_social ul li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 0px; }
    .contact_text .static_social ul li:last-child {
      margin-right: 0px; }

.contact_form .main_title {
  padding-bottom: 40px; }

.contact_us_form .form-group {
  margin-bottom: 20px; }
  .contact_us_form .form-group input {
    height: 50px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    padding: 0px 20px;
    font-size: 16px;
    color: #7f7f7f;
    font-family: "Titillium Web", sans-serif; }
    .contact_us_form .form-group input.placeholder {
      font-size: 16px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif; }
    .contact_us_form .form-group input:-moz-placeholder {
      font-size: 16px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif; }
    .contact_us_form .form-group input::-moz-placeholder {
      font-size: 16px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif; }
    .contact_us_form .form-group input::-webkit-input-placeholder {
      font-size: 16px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif; }
    .contact_us_form .form-group input:focus {
      border-color: #7f7f7f; }
  .contact_us_form .form-group textarea {
    height: 80px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    padding: 15px 20px;
    font-size: 16px;
    color: #7f7f7f;
    font-family: "Titillium Web", sans-serif;
    resize: none; }
    .contact_us_form .form-group textarea.placeholder {
      font-size: 16px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif; }
    .contact_us_form .form-group textarea:-moz-placeholder {
      font-size: 16px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif; }
    .contact_us_form .form-group textarea::-moz-placeholder {
      font-size: 16px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif; }
    .contact_us_form .form-group textarea::-webkit-input-placeholder {
      font-size: 16px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif; }
    .contact_us_form .form-group textarea:focus {
      border-color: #7f7f7f; }
  .contact_us_form .form-group:last-child {
    margin-bottom: 0px;
    margin-top: 10px; }

/* End Contact Us Area css
============================================================================================ */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

/* End Search Popup Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%; }
  .modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px; }
    .modal-message .modal-dialog .modal-content .modal-header .close {
      position: absolute;
      right: -15px;
      top: -15px;
      padding: 0px;
      color: #fff;
      opacity: 1;
      cursor: pointer; }
    .modal-message .modal-dialog .modal-content .modal-header h2 {
      display: block;
      text-align: center;
      color: #21d397;
      padding-bottom: 10px; }
    .modal-message .modal-dialog .modal-content .modal-header p {
      display: block; }

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_widgets_area {
  background: #131627;
  overflow: hidden;
  padding: 80px 0px; }

.f_w_title {
  padding-bottom: 25px; }
  .f_w_title h3 {
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 16px; }

.subscribe_widget p {
  font-size: 14px;
  line-height: 26px;
  color: #b5aec4;
  font-weight: 300;
  font-family: "Titillium Web", sans-serif;
  padding-bottom: 20px; }
.subscribe_widget .input-group input {
  background: #2b2e3d;
  border: none;
  outline: none;
  box-shadow: none;
  height: 40px;
  border-radius: 3px;
  font-size: 12px;
  color: #b5aec4;
  font-family: "Titillium Web", sans-serif;
  padding: 0px 15px; }
  .subscribe_widget .input-group input.placeholder {
    font-size: 12px;
    color: #b5aec4;
    font-family: "Titillium Web", sans-serif; }
  .subscribe_widget .input-group input:-moz-placeholder {
    font-size: 12px;
    color: #b5aec4;
    font-family: "Titillium Web", sans-serif; }
  .subscribe_widget .input-group input::-moz-placeholder {
    font-size: 12px;
    color: #b5aec4;
    font-family: "Titillium Web", sans-serif; }
  .subscribe_widget .input-group input::-webkit-input-placeholder {
    font-size: 12px;
    color: #b5aec4;
    font-family: "Titillium Web", sans-serif; }
.subscribe_widget ul {
  padding-top: 30px; }
  .subscribe_widget ul li {
    display: inline-block;
    margin-right: 32px; }
    .subscribe_widget ul li a {
      font-size: 28px;
      color: #b5aec4;
      transition: all 400ms linear 0s; }
    .subscribe_widget ul li:hover a {
      color: #2bc0a4; }
    .subscribe_widget ul li:last-child {
      margin-right: 0px; }

.twitter_widget {
  margin-left: 55px; }
  .twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_text {
    font-size: 14px;
    line-height: 26px;
    color: #b5aec4;
    font-family: "Titillium Web", sans-serif; }
    .twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_text i {
      padding-right: 5px;
      color: #2bc0a4; }
    .twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_text a {
      font-size: 14px;
      line-height: 26px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif;
      transition: all 400ms linear 0s; }
      .twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_text a:hover {
        color: #2bc0a4; }
  .twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_date {
    font-size: 14px;
    line-height: 26px;
    color: #b5aec4;
    font-family: "Titillium Web", sans-serif;
    padding-top: 15px; }
  .twitter_widget .tweets_feed ul .owl-item .footer .tweet_time.fright a {
    font-size: 14px;
    line-height: 26px;
    color: #2bc0a4;
    font-family: "Titillium Web", sans-serif; }

.categories_widget {
  margin-left: 70px; }
  .categories_widget ul {
    width: calc(100% / 2);
    float: left;
    margin-top: -4px; }
    .categories_widget ul li a {
      position: relative;
      font-size: 14px;
      color: #b5aec4;
      font-family: "Titillium Web", sans-serif;
      line-height: 36px;
      transition: all 400ms linear 0s; }
      .categories_widget ul li a i {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: all 400ms linear 0s; }
    .categories_widget ul li:hover a {
      padding-left: 15px;
      color: #2bc0a4; }
      .categories_widget ul li:hover a i {
        opacity: 1; }

.contact_widget {
  margin-left: 50px; }
  .contact_widget a,
  .contact_widget p,
  .contact_widget h6 {
    font-size: 14px;
    color: #b5aec4;
    font-family: "Titillium Web", sans-serif;
    transition: all 400ms linear 0s; }
    .contact_widget a:hover,
    .contact_widget p:hover,
    .contact_widget h6:hover {
      color: #2bc0a4; }
  .contact_widget p {
    padding: 23px 0px; }

.copy_right_area {
  background: #04081d;
  overflow: hidden; }
  .copy_right_area .float-md-left h5 {
    color: #51545f;
    font-size: 14px;
    font-family: "Titillium Web", sans-serif;
    line-height: 50px; }
    .copy_right_area .float-md-left h5 a {
      transition: all 400ms linear 0s;
      color: #51545f;
      font-size: 14px;
      font-family: "Titillium Web", sans-serif;
      line-height: 50px; }
      .copy_right_area .float-md-left h5 a:hover {
        color: #2bc0a4; }
  .copy_right_area .float-md-right .nav li {
    margin-right: 35px; }
    .copy_right_area .float-md-right .nav li a {
      padding: 0px;
      line-height: 50px;
      font-size: 14px;
      color: #51545f;
      transition: all 400ms linear 0s; }
    .copy_right_area .float-md-right .nav li:last-child {
      margin-right: 0px; }
    .copy_right_area .float-md-right .nav li:hover a {
      color: #2bc0a4; }

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
