/*----------------------------------------------------
@File: Default Styles
@Author: DesignArc
@URL: http://demos.pixelatethemes.com
Author E-mail: ronymia015@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: Bixcoin
@Author: Rony
@Developed By: Rony
@Developer URL: http://rocky.wethemez.com
Author E-mail: ronymia015@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ header
04/ button
05/ banner
06/ about
07/ solution
08/ team
09/ timeline 
10/ faq 
11/ contact 
12/ footer

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Poppins:300,400,500,600,700|Lora:400,400i|Montserrat:500");
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list_style {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  line-height: 26px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_0 {
  margin-bottom: 0px;
}

.mb_60 {
  margin-bottom: 60px;
}

button:focus {
  outline: none;
}

i:before {
  margin-left: 0px !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.section_title.text-center .border_bottom {
  margin: 20px auto 0px;
}

.section_title .border_bottom {
  margin-top: 20px;
}

.title_one {
  font: 400 35px/45px "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 0px;
}

.title_one span {
  color: #007bff;
}

.title_two {
  font: 600 35px/46px "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 0px;
}

.title_p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0px;
  padding: 34px 50px 0px;
}

.title_p_italic {
  font: 300 20px/27px "Lora", serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 0px !important;
}

.border_bottom {
  width: 80px;
  height: 2px;
  background: #007bff;
  display: block;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.align_items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_white {
  color: #fff;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* main_header_area css
==============================================*/
.main_header_area {
  position: absolute;
  width: 100%;
  z-index: 25;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  top: 0px;
}

.navbar {
  padding: 0px;
}

.navbar .nav .nav-item a {
  font: 500 16px/85px "Poppins", sans-serif;
  color: #fff;
  padding: 0px;
}

.navbar .nav .nav-item a:after {
  display: none;
}

.navbar .nav .nav-item a:focus {
  color: #fff;
}

.navbar .nav .nav-item a:hover, .navbar .nav .nav-item a.active {
  color: #007bff;
}

.navbar .nav .nav-item + li {
  margin-left: 30px;
}

.navbar_fixed {
  background: #13141b;
  position: fixed;
  top: -70px;
  width: 100%;
  left: 0;
  z-index: 999;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-backface-visibility: hidden;
}

.navbar_fixed .navbar .nav .nav-item a {
  line-height: 70px;
}

.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 5.7px;
}

.navbar-toggler[aria-expanded="true"] span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 6px;
  position: relative;
}

.navbar-light .navbar-toggler {
  padding: 10px;
  background: #2540a5;
  border-radius: 0px;
  border: 0px;
  cursor: pointer;
  margin: 20px 0px;
}

.navbar-light .navbar-toggler span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: auto;
  margin-bottom: 4px;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.navbar-light .navbar-toggler span:last-child {
  margin-bottom: 0px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.theme_btn {
  font: 500 16px/55px "Poppins", sans-serif;
  color: #fff;
  display: inline-block;
  background: #007bff;
  padding: 0px 37px;
  border-radius: 45px;
  border: 0px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}

.theme_btn:before, .theme_btn:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.theme_btn:before {
  background: #007bff;
}

.theme_btn:after {
  background: #007bff;
}

.theme_btn:hover {
  color: #fff;
}

.theme_btn:hover:before, .theme_btn:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.theme_btn:hover:after {
  -webkit-transition-delay: 0.275s;
  -o-transition-delay: 0.275s;
  transition-delay: 0.275s;
}

.theme_btn_two {
  line-height: 50px;
  padding: 0px 49px;
}

.w_btn {
  background: transparent;
  border: 2px solid #fff;
  padding: 0px 47px;
  line-height: 53px;
  margin-left: 20px;
}

.w_btn:hover {
  border-color: #007bff;
}

.read_btn {
  font: 500 16px/56px "Poppins", sans-serif;
  color: #fff;
  background: #1f2868;
  display: inline-block;
  padding: 0px 37px;
  border-radius: 45px;
  text-align: center;
  margin-top: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.read_btn:before, .read_btn:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.read_btn:before {
  background: #424979;
}

.read_btn:after {
  background: #3f4f9f;
}

.read_btn:hover {
  color: #fff;
}

.read_btn:hover:before, .read_btn:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.read_btn:hover:after {
  -webkit-transition-delay: 0.275s;
  -o-transition-delay: 0.275s;
  transition-delay: 0.275s;
}

.find_btn {
  font: 600 15px/38px "Poppins", sans-serif;
  color: #007bff;
  border: 2px solid #007bff;
  display: inline-block;
  text-align: center;
  border-radius: 45px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 150px;
}

.find_btn:before, .find_btn:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.find_btn:before {
  background: #007bff;
}

.find_btn:after {
  background: #007bff;
}

.find_btn:hover {
  color: #fff;
}

.find_btn:hover:before, .find_btn:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.find_btn:hover:after {
  -webkit-transition-delay: 0.275s;
  -o-transition-delay: 0.275s;
  transition-delay: 0.275s;
}

.theme_btn_three {
  font: 600 20px/40px "Poppins", sans-serif;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.theme_btn_three:hover {
  color: #f9d928;
  border-color: #f9d928;
}

.submit_btn {
  line-height: 50px;
  padding: 0px 46px;
  margin-top: 10px;
}

.btn_q {
  font: 600 18px/54px "Poppins", sans-serif;
  padding-bottom: 2px;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  width: 100%;
  background: #2540a5;
}

.btn_q:before {
  background: #415dc5;
}

.btn_q:after {
  background: #143fe0;
}

.learn_btn {
  font-size: 15px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  background: #f6f6f6;
  color: #797979;
  padding: 0px 34px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== hero_banner_area_two css ============*/
.hero_banner_area_two {
  background: #181924;
  padding: 200px 0px 130px;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.h_bannr_content_two {
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding-right: 58px;
}

.h_bannr_content_two h2 {
  font-size: 52px;
  line-height: 63px;
  font-weight: 400;
  margin-bottom: 0px;
}

.h_bannr_content_two h2 strong {
  font-weight: 600;
}

.h_bannr_content_two h2 strong span {
  color: #007bff;
}

.h_bannr_content_two p {
  font: 400 22px/30px "Poppins", sans-serif;
  color: #fff;
  padding: 27px 0px 50px;
  margin-bottom: 0px;
}

.token_timer {
  background: rgba(37, 64, 165, 0.8);
  color: #fff;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  padding: 54px 50px 110px;
}

.token_timer h4 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
}

.token_timer .rate_inner {
  overflow: hidden;
  padding: 0px 10px;
  margin-top: 48px;
}

.token_timer .rate_inner .rate_item {
  float: left;
}

.token_timer .rate_inner .rate_item h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0px;
}

.token_timer .rate_inner .rate_item + .rate_item {
  float: right;
}

.token_timer .rate_inner_two {
  margin-top: 35px;
}

.token_timer .rate_inner_two .rate_item h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.timer {
  margin-left: -3px;
  margin-right: -3px;
}

.timer .timer__section {
  display: inline-block;
  margin: 0px 5px;
}

.timer .timer__number {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(90deg, #d7d7d7 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #d7d7d7 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #d7d7d7 0%, white 100%);
  font: 600 50px/80px "Poppins", sans-serif;
  color: #000;
  position: relative;
  z-index: 1;
  text-align: center;
}

.timer .timer__number:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #b5b5b5;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.timer .timer__label {
  font: 600 18px "Poppins", sans-serif;
  text-transform: capitalize;
  padding-top: 8px;
  text-align: center;
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============================ about_area_two css ===========================*/
.about_area_two {
  background: #10111c;
  position: relative;
  z-index: 1;
  padding: 100px 0px 155px;
}

.about_area_two:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../image/home2/fact-bg.png") no-repeat scroll center 0/cover;
  position: absolute;
  z-index: -1;
}

.about_area_two .about_info {
  padding-top: 0px;
  padding-bottom: 100px;
}

.about_item i {
  color: #007bff;
  padding-right: 20px;
}

.about_item i:before {
  font-size: 50px;
  line-height: 55px;
}

.about_item .media-body h3 {
  color: #fff;
  font: 500 20px/26px "Poppins", sans-serif;
  padding-bottom: 12px;
  margin-bottom: 0px;
}

.about_item .media-body p {
  font: 400 16px/26px "Open Sans", sans-serif;
  color: #b1b1b1;
  margin-bottom: 0px;
}

.about_currency {
  border-top: 1px solid #30313d;
  padding-top: 100px;
}

.currency_text h4 {
  font: 300 18px/30px "Open Sans", sans-serif;
  color: #fff;
  margin-bottom: 0px;
}

.currency_text p {
  font: 400 16px/26px "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  padding: 30px 0px 25px;
  margin-bottom: 0px;
}

.currency_text ul li {
  font: 400 16px/26px "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  padding-left: 40px;
  vertical-align: middle;
  width: 50%;
  display: inline-block;
  margin-top: 12px;
}

.currency_text ul li:nth-child(n+1) {
  float: left;
}

.currency_text ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*====================== solution_area css =======================*/
.solution_area {
  background: #1a1c2d;
  padding-bottom: 100px;
}

.solution_inner {
  padding-top: 90px;
}

.solution_inner.display_block {
  display: block;
  overflow: hidden;
}

.solution_inner .solution_img {
  margin-top: 30px;
  max-width: 100%;
}

.solution_inner .solution_content .title_p_italic {
  color: #fff;
}

.solution_inner .solution_content h5 {
  font: 400 18px/30px "Open Sans", sans-serif;
  color: #fff;
  margin-bottom: 0px;
}

.solution_inner .solution_content p {
  color: rgba(255, 255, 255, 0.5);
  padding-top: 30px;
  margin-bottom: 0px;
}

.solution_inner.solution_inner_two .solution_flex {
  -ms-flex-item-align: center;
  align-self: center;
}

.solution_inner.solution_inner_two .solution_flex .solution_img {
  margin-top: 0px;
}

.fact_inner {
  background: #22388b;
  padding: 47px 50px 30px;
  border-radius: 10px;
  margin-top: -43px;
  z-index: 1;
  position: relative;
}

.fact_inner h2 {
  text-align: center;
  font: 600 35px/42px "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 45px;
}

.fact_inner table {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.fact_inner table thead th {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  border-bottom: 0px;
  border-color: #394c97;
}

.fact_inner table tbody th, .fact_inner table tbody td {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  border-top: 1px solid #394c97;
}

/*================== token_area css ====================*/
.dk_bg {
  background: #13141c;
}

.token_area {
  padding: 100px 0px 0px;
}

.token_content {
  padding: 0px;
}

.token_content .border_bottom {
  margin: 30px auto 0px;
}

.token_content p {
  font: 400 16px/26px "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 35px;
  margin-bottom: 0;
  padding: 35px 70px 0;
}

.token_content .theme_btn {
  font: 600 30px/70px "Poppins", sans-serif;
  padding: 0px 65px;
  margin-top: 45px;
}

.token_content h5 {
  font: 400 20px/26px "Poppins", sans-serif;
  color: #fff;
  padding-top: 40px;
  margin-bottom: 0px;
}

.t_price {
  text-align: left;
  padding-top: 75px;
}

.t_price .t_price_item {
  background: #2253b0;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  color: #fff;
  padding: 51px 70px;
  margin-top: 20px;
}

.t_price .t_price_item h6 {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 16px;
  margin-bottom: 0px;
}

.t_price .t_price_item h2 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  margin-bottom: 0px;
}

.t_price .t_price_item.ico_t {
  background: #000000;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*========== team_area css ==========*/
.team_area {
  padding-bottom: 60px;
  padding-top: 100px;
}

.team_member {
  margin-bottom: 40px;
  cursor: pointer;
}

.team_member .team_img_inner {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.team_member .team_img_inner .team_img:before {
  content: "";
  background: #007bff;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  z-index: 0;
}

.team_member .team_img_inner .social_icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.team_member .team_img_inner .social_icon a {
  font-size: 22px;
  color: #fff;
  padding: 0px 12px;
  display: inline-block;
}

.team_member .content {
  text-align: center;
  position: relative;
  padding: 16px 0px;
}

.team_member .content:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #007bff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.team_member .content h4 {
  font: 500 18px/24px "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 0px;
  -webkit-transition: color 0.2s, all 0.2s linear;
  -o-transition: color 0.2s, all 0.2s linear;
  transition: color 0.2s, all 0.2s linear;
}

.team_member .content p {
  font: 400 16px/24px "Lora", serif;
  font-style: italic;
  color: #797979;
  margin-bottom: 0px;
}

.team_member:hover .team_img:before {
  opacity: 0.8;
}

.team_member:hover .social_icon {
  bottom: 40px;
  opacity: 1;
}

.team_member:hover .content h4 {
  color: #08ae8d;
}

.advisory_area {
  padding-top: 55px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================= road_map_timeline_area css ================*/
.road_map_timeline_area {
  background: #10111c;
  padding: 100px 0px;
}

.timeline {
  padding: 5px 0px 25px;
  margin-bottom: 100px;
  border-bottom: 1px solid #10111c;
  position: relative;
}

.timeline:before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  background: #5d5e6e;
  border-radius: 5px;
  left: 50%;
  margin-left: -4px;
  top: 0;
}

.timeline .timeline-item {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}

.timeline .timeline-item .timeline-info, .timeline .timeline-item .timeline-content {
  float: left;
  color: #fff;
  width: 50%;
}

.timeline .timeline-item .timeline-marker {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #10111c;
  border: 5px solid #1a49ab;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 12px;
}

.timeline .timeline-item .timeline-info {
  text-align: right;
  font: 700 20px/26px "Open Sans", sans-serif;
  padding-right: 42px;
}

.timeline .timeline-item .timeline-content {
  background: #1a49ab;
  border-radius: 10px;
  padding: 40px;
  width: 44%;
  margin-right: 0px;
  margin-left: 70px;
  position: relative;
}

.timeline .timeline-item .timeline-content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 14px 10px 0;
  border-color: transparent #1a49ab transparent transparent;
  position: absolute;
  left: -13px;
  top: 30px;
}

.timeline .timeline-item .timeline-content h2 {
  font: 600 28px/35px "Poppins", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.timeline .timeline-item .timeline-content p {
  font: 400 16px/26px "Open Sans", sans-serif;
  margin-bottom: 0px;
}

.timeline .timeline-item:nth-child(odd) .timeline-info {
  float: right;
  text-align: left;
  padding-left: 42px;
  padding-right: 0px;
}

.timeline .timeline-item:nth-child(odd) .timeline-content {
  margin-right: 70px;
  margin-left: 0px;
}

.timeline .timeline-item:nth-child(odd) .timeline-content:before {
  right: -13px;
  left: auto;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #1a49ab;
}

/*================= media_logo_area css =================*/
.media_logo_inner {
  background: #fff;
  padding: 30px 40px 10px;
  border-radius: 10px;
}

.media_logo_inner .media_logo_item {
  margin: 30px 0px;
  text-align: center;
}

.media_logo_inner .media_logo_item a {
  display: inline-block;
}

.media_logo_inner .media_logo_item a img {
  max-width: 100%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= faq_area css ===============*/
.faq_area {
  padding: 100px 0px;
  background: #1a1c2d;
}

.faq_area .border_bottom {
  background: #fff;
}

.faq_info {
  margin-bottom: -45px;
}

.faq-accordion .card {
  border: 0px;
  background: transparent;
  margin-bottom: 40px;
}

.faq-accordion .card .card-header {
  padding: 0px;
  border-radius: 0px;
  border: 0px;
  background: transparent;
}

.faq-accordion .card .card-header .btn-accordion {
  display: block;
  font: 500 20px/30px "Poppins", sans-serif;
  color: #007bff;
  vertical-align: middle;
  position: relative;
  padding-left: 28px;
  padding-right: 95px;
}

.faq-accordion .card .card-header .btn-accordion span {
  font-weight: 500;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  left: 0;
}

.faq-accordion .card .card-header .btn-accordion .pluse {
  display: none;
}

.faq-accordion .card .card-header .btn-accordion .minus {
  display: inline-block;
}

.faq-accordion .card .card-header .btn-accordion.collapsed {
  color: #fff;
}

.faq-accordion .card .card-header .btn-accordion.collapsed .pluse {
  display: inline-block;
}

.faq-accordion .card .card-header .btn-accordion.collapsed .minus {
  display: none;
}

.faq-accordion .card .panel-body {
  font: 400 16px/28px "Open Sans", sans-serif;
  color: #9d99a8;
  padding: 7px 65px 10px 28px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ l_contact_area css ===========*/
.contact_area {
  background: #22388b;
  padding: 100px 0px;
}

.get_info .get_item {
  position: relative;
  padding-left: 70px;
  margin-bottom: 35px;
}

.get_info .get_item i {
  position: absolute;
  left: 0;
  color: #349d78;
  top: 0;
}

.get_info .get_item i:before {
  font-size: 35px;
  line-height: 40px;
}

.get_info .get_item h3 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 400;
}

.get_info .get_item h3 a {
  color: #fff;
}

.contact_area #mapBox {
  height: 425px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start footer_area css
============================*/
.footer_area {
  background: #191919;
}

.footer_widget {
  padding: 80px 0px 60px;
}

.f_widget .f_logo {
  display: inline-block;
  margin-bottom: 50px;
}

.f_widget .f_title {
  font: 500 20px/25px "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 27px;
}

.about_widget .widget_inner {
  font: 400 14px/26px "Poppins", sans-serif;
  color: #8b8b8b;
}

.about_widget .widget_inner h5 a {
  font: 400 18px/20px "Poppins", sans-serif;
  color: #8b8b8b;
  padding-bottom: 15px;
  display: block;
}

.about_widget .widget_inner a {
  color: #8b8b8b;
}

.link_widget {
  padding-left: 40px;
}

.link_widget ul li {
  padding-bottom: 10px;
}

.link_widget ul li a {
  font: 400 14px/18px "Poppins", sans-serif;
  letter-spacing: 0.28px;
  color: #8b8b8b;
}

.link_widget ul li a:hover {
  color: #007bff;
}

.link_widget ul li:last-child {
  padding-bottom: 0px;
}

.news_widget h5 {
  font: 400 14px/24px "Poppins", sans-serif;
  color: #8b8b8b;
  letter-spacing: 0.28px;
  padding-bottom: 18px;
}

.news_widget .subscrib_form .form-control {
  font: 400 14px/24px "Poppins", sans-serif;
  color: #838486;
  letter-spacing: 0.42px;
  padding: 0px 22px;
  background: transparent;
  border: 1px solid #363736;
  height: 47px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news_widget .subscrib_form .form-control.placeholder {
  color: #838486;
}

.news_widget .subscrib_form .form-control:-moz-placeholder {
  color: #838486;
}

.news_widget .subscrib_form .form-control::-moz-placeholder {
  color: #838486;
}

.news_widget .subscrib_form .form-control::-webkit-input-placeholder {
  color: #838486;
}

.news_widget .subscrib_form .form-control:hover, .news_widget .subscrib_form .form-control:focus {
  z-index: 0;
}

.news_widget .subscrib_form .submit_btn_b {
  background: #007bff;
  color: #fff;
  padding: 0px 17px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news_widget .social_icon {
  margin-top: 30px;
}

.news_widget .social_icon li a {
  font-size: 17px;
  line-height: 35px;
  color: #858585;
  border: 1px solid #858585;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 14px;
}

.news_widget .social_icon li a:hover {
  border-color: #007bff;
  color: #007bff;
}

.footer_copyright {
  border-top: 1px solid #353535;
  padding: 24px 0px;
}

.footer_copyright p {
  font: 400 14px/26px "Poppins", sans-serif;
  color: #8b8b8b;
}

/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */