/*
 * Title:   ICO
 * Author: Avabil Teams
 */

/* --------------------------------------------------------
[Table of contents]
1. Global styles
2. Menu styles
3. Banner styles
4. TOKEN SALE
5. What is ICO
6. How it Works
7. Token Details
8. Sale Proceed
9. Road Map
9. App Show
10.Our Team
11.Our Advisor
12.FAQ
13.Contact
14.Newsletter
15.Footer
16.Home page 2
17.404 PAge
18.About page
19.Blog Page
20.Coming soon
21.Contact page
22.Login page
23.Register page
24.Service page
25.Single service
26.Responsive
[End table of contents]
----------------------------------------------------------------------- */

/* ------------------------------
   Global styles
---------------------------- */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline; }



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block; }



body {

  line-height: 1; }



ol, ul {

  list-style: none; }



blockquote, q {

  quotes: none; }



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none; }



table {

  border-collapse: collapse;

  border-spacing: 0; }



body {

  font-family: 'gotham', sans-serif;
  font-size: 14px;

  line-height: 26px;

  letter-spacing: 0; }



img {

  max-width: 100%; }



a,

a:hover,

a:focus {

  cursor: pointer !important;

  outline: none;

  text-decoration: none; }



h1,

h2,

h3,

h4,

h5,

h6 {

 font-family: 'gotham', sans-serif;
  
  color: #1e2c34;

  margin: 0;

  padding: 0; }



ul, li {

  margin: 0;

  padding: 0;

  list-style: none; }



strong {

  font-weight: 700; }


/* This only works with JavaScript, 
        if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}


/* -------------------------------- 

menue style

-------------------------------- */
.active_sc{
    background:#0A0389 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=77, Color=#000000)";/*IE 8*/
    -moz-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);/*FF 3.5+*/
    -webkit-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#000000); /*IE 5.5-7*/
    transition: box-shadow 2s;
    padding-top: 0 !important;
    z-index: 99999;
}

.navbar.navbar-default{
  background: none;
}
.navbar{
    border:0 !important;
     -webkit-transition: background 1s,box-shadow 2s;
    -moz-transition: background 1s,box-shadow 2s;
    -ms-transition: background 1s,box-shadow 2s;
    -o-transition: background 1s,box-shadow 2s;
    transition: background 1s,box-shadow 2s;
    transition:all 1s;
    padding-top: 44px;
}
.navbar .navbar-brand{
  padding:10px 0 0 0;
}
.navbar .navbar-brand>img{
	max-height: 48px;
}

.navbar.navbar-default .navbar-nav>.active>a, 
.navbar.navbar-default .navbar-nav>.active>a:focus, 
.navbar.navbar-default .navbar-nav>.active>a:hover{
  background:none;
  color: #ffffff;
  text-decoration: line-through;
}
.navbar.navbar-default .navbar-nav>li>a:hover{
  color: #ffffff;
}
.navbar.navbar-default .navbar-nav a{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar .nav>li>a{
  padding: 18px 11px;
}

.navbar.navbar-default .navbar-nav>li>a:focus, 
.navbar.navbar-default .navbar-nav>li>a:hover{
  color: #ffffff;
}

.navbar.navbar-default .navbar-nav>.open>a, 
.navbar.navbar-default .navbar-nav>.open>a:focus, 
.navbar.navbar-default .navbar-nav>.open>a:hover{
  background:none;
}
.navbar .dropdown-menu{
  padding: 20px 0;
  background-color: #0A0389;
}
.navbar .dropdown-menu li a{
  padding: 10px;
}
.dropdown li a:hover .dropdown-menu{
  display: block;
}
.navbar .dropdown-menu li a:hover{
  color: #0A0389;
}
/* -------------------------------- 

close menue style

-------------------------------- */

/* -------------------------------- 

Start banner style

-------------------------------- */

.top_hero{
  width: 100%;
  background: url(http://briastorm.com/img/topbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  position: relative;
  z-index: 11;
}
.top_hero:after{
  content: '';
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0F0449;
  z-index: -1;
  opacity: 0.8;
}
.banner_text {
  padding-top: 55px;
  padding-bottom: 55px;
}
.banner_text h1{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.3em;
}
.banner_text p{
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3em;
  padding-top: 45px;
}
.banner_btn{
  padding-top: 55px;
}
.banner_btn .btn{
  padding: 16px 44px;
  text-transform: uppercase;
  color: #00f0ff;
  border:1px solid #304FFE;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  
  position: relative;
  z-index: 2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.banner_btn .btn:nth-child(1){
  margin-right: 38px;
}
.banner_btn .btn:hover{
  color: #ffffff;
}
.banner_btn .btn:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: linear 0.3s all;
  -moz-transition: linear 0.3s all;
  -ms-transition: linear 0.3s all;
  -o-transition: linear 0.3s all;
  transition: linear 0.3s all;
}
.banner_btn .btn:hover:after{
  background: #304FFE;
  height: 100%;

}

/*banner subscribe */
.subscribe_row{
  padding-top: 120px;
}
.banner_sub_left h3{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 28px;
  text-transform: capitalize;
  line-height: 1.3em;
  padding-bottom: 35px;
}

.banner_sub_left p{
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7em;
}

.banner_sub_right {
  position: relative;
  margin-top: 30px;
}
.banner_sub_right input{
  background-color: #304FFE;
  color: #ffffff;
  border:0;
  width: 100%;
  outline: 0;
  padding: 22px 0;
  padding-left: 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.banner_sub_right button{
  position: absolute;
  right: 0;
  top: 0;
  padding: 22px 32px;
  border:0;
  outline: 0;
  -webkit-border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  border-radius: 0 40px 40px 0;
  background-color: #061DDD;
  color: #ffffff;
  text-transform: capitalize;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

/*banner partner logo*/
.logo_row{
  padding: 120px 0;
}
.logo_row .clear-fix{
  padding: 30px 0;
}
.clear-fix{
  width: 100%;
  clear: both;
}


/*full page*/
.full_bg{
  width: 100%;
  background: url(../img/bg.jpg) center no-repeat #0F0449;
  background-size: cover;
  position: relative;
  z-index: 11;
}
.full_bg:after{
  content: '';
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0F0449;
  z-index: -1;
  opacity: 0.8;
}


/* -------------------------------- 

Start Token sale style

-------------------------------- */

#token_sale{
  padding-top: 150px;
}
.count_text h3{
  color: #ffffff;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  padding-bottom: 33px;
  text-transform: capitalize;
  font-size: 32px;
}
.count_text p{
  font-family: 'gothamlight';
  font-weight: 300;
  color: #ffffff;
  line-height: 1.7em;
  padding-bottom: 30px;
  font-size: 16px;
}

.countdown_box{
  background-color: #070379;
  text-align: center;
  padding: 32px 0;
  width: 100%;
  float: left;
}

.count_title h4{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3em;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 15px;
}
.count_title p{
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

#clockdiv{
  width: 100%;
  float: left;
  padding:30px 84px;
  text-align: center;
}
#clockdiv >div {
  float: left;
  width: 25%;
  border-right: 1px solid #566dff;
}
#clockdiv >div:nth-child(4){
  border-right: 0;
}

#clockdiv span{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 40px;
}
#clockdiv .smalltext{
 font-family: 'gothambook', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 16px; 
}

#clockdiv .btn{
  width: 100%;
  margin-top: 35px;
  padding: 24px 0;
  background-color: #061DDD;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#clockdiv .btn:hover{
  color: #061DDD;
}
#clockdiv .btn:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: linear 0.3s all;
  -moz-transition: linear 0.3s all;
  -ms-transition: linear 0.3s all;
  -o-transition: linear 0.3s all;
  transition: linear 0.3s all;
}
#clockdiv .btn:hover:after{
  background: #ffffff;
  height: 100%;

}

/*token sale right */
.token_sale_right{
  width: 100%;
  background-color: #070379;
  padding: 40px 0;
}
.right_title{
  text-align: center;
}
.right_title h3{
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.7em;
  text-transform: capitalize;
}

.right_title p{
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #00f0ff;
  font-size: 16px;
  line-height: 1.3em;
  padding-top: 15px;
  text-transform: capitalize;
}
.token_sale_right .col-md-8 .col-md-8 {
  padding-left: 0;
}
.token_sale_right .col-md-8 .col-md-4 {
  padding-right: 0;
}
.token_sale_right .col-md-8 .col-md-4 .invest_text{
  float: right;
  font-size: 22px;
}
.t_total{
  margin-top: 14px;
}

.token_sale_right .invest_text{
  margin-top: 26px;
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #00f0ff;
  font-size: 16px;
}

.full_line{
    width: 100%;
    float: left;
    border-top: 2px dotted #2966fe;
    clear: both;
    margin-top: 14px;
    margin-bottom: 4px;
}

.token_sale_right .col-md-8 .col-md-12 h2{
  padding-top: 50px;
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #00f0ff;
  font-size: 22px;
  text-align: center;
}
/* -------------------------------- 

Close Token sale style

-------------------------------- */

/* -------------------------------- 

Start What is ICO style

-------------------------------- */

.what_ico{
 width: 100%;
 padding-top: 150px;
}
.what_ico .ico_text h3{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3em;
  padding-bottom: 15px;
}
.what_ico .ico_text p{
  font-family: 'gothamlight';
  font-weight: 300;
  line-height: 1.7em;
  padding-top: 26px;
  color: #ffffff;
  font-size: 15px;
}
/* -------------------------------- 

Close What is ICO style

-------------------------------- */


/* -------------------------------- 

Start how it work style

-------------------------------- */

#how_work{
  padding-top: 150px;
}
#how_work .ico_text h3{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3em;
  padding-bottom: 15px;
}
#how_work .ico_text p{
  font-family: 'gothamlight';
  font-weight: 300;
  line-height: 1.7em;
  padding-top: 26px;
  color: #ffffff;
  font-size: 15px;
}

.video-player{
  width: 100%;
  background: url(http://via.placeholder.com/558x442) center no-repeat #304ffe;
  background-size: cover;
  position: relative;
  padding: 150px 0;
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 22;
}
.video-player:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color:#304ffe;
  opacity: 0.8; 
  z-index: -1;
}
.video_con a{
  background-color: #0924BB;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding-top: 30px;
  font-size: 22px;
  border: 16px solid #2C49EA;
  outline: 0;
}
.video_con a:hover{
  color: #ffffff;
}

/***** MODAL PROPERTIES *****/
 .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background:transparent;
    border:none;
    outline:none;
}
.modal-content iframe {
    border:none;
    padding:0;
    margin:0;
}
.close {
    font-size: 80px;
    margin:-20px 0 0 0;
    position: relative;
    z-index: 9999;
    color: #fff;
}
.modal-backdrop{
  z-index: 9 !important;
}
/***** MEDIA QUERIES *****/
 @media only screen and (max-width: 767px) {
    /***** MODAL PROPERTIES *****/
    .modal-body {
        height:100px;
        padding:0;
        margin: 0;
    }
    .modal-content {
        padding:0;
        margin: 0;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 15px;
    }
    .close {
        margin:-12px 0 0 0;
        position: absolute;
        top: 60px;
        right: 20px;
        z-index: 999999;
        color: #ffffff !important;
    }
    #v_player .modal{
      top: 60px !important;
    }
}


@media only screen and (min-width: 768px) {
    /***** MODAL PROPERTIES *****/
    .close {
        font-size: 30px;
        color: white;
        margin:30px -43px -20px 100px;
    }
}

/* -------------------------------- 

Close how it work style

-------------------------------- */


/* -------------------------------- 

Start token details style

-------------------------------- */

#t_details{
  padding-top: 150px;
}
.chart_text h3{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3em;
  padding-bottom: 15px;
}
.chart_text  p{
  font-family: 'gothamlight';
  font-weight: 300;
  line-height: 1.7em;
  padding-top: 26px;
  color: #ffffff;
  font-size: 16px;
}
.grap_list{
  padding-top: 30px;
}
.grap_list li{
  margin-bottom: 22px;
  position: relative;
  font-family: 'gothamlight';
  font-weight: 300;
  color: #ffffff;
  font-size: 15px;
}
.grap_list li:after{
  content: '';
  width: 28px;
  height: 22px;
  background-color: #1D38FE;
  float: left;
  margin-right: 16px;
}
.grap_list li:nth-child(1):after{
  background-color: #1D38FE;
}
.grap_list li:nth-child(2):after{
  background-color: #0B20E7;
}
.grap_list li:nth-child(3):after{
  background-color: #020D83;
}
.grap_list li:nth-child(4):after{
  background-color: #0719B8;
}
/* -------------------------------- 

Close token details style

-------------------------------- */


/* -------------------------------- 

Start Sale proceed style

-------------------------------- */

.sale_proceed{
  padding-top: 150px;
}
.sale_text  p{
  font-family: 'gothamlight';
  font-weight: 300;
  line-height: 1.7em;
  padding-top: 26px;
  color: #ffffff;
  font-size: 16px;
}
.sale_text h3{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3em;
  padding-bottom: 15px;
}

.token_inside{
  position: relative;
}
.token_inside .graph1{
  position: absolute;
  width: 224px;
  height: 224px;
  background-color: #1D3BFE;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  right:123px;
  top: 125px;
  z-index: 11111;
  padding-top: 90px;
}
.token_inside .graph1:after{
  content: 'ICO Investment';
  color: #ffffff;
  font-family: 'gothamlight';
  font-weight: 300;
  font-size: 15px;
  padding: 16px 20px;
  position: absolute;
  left: -140px;
  bottom: 10px;
  background-color: #1D3BFE;
  max-width: 290px;
  width: 290px;
  text-align: left;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.token_inside .graph2{
  position: absolute;
  width: 290px;
  height: 290px;
  background-color: #0920E7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  right:90px;
  top: 90px;
  z-index: 1111;
}
.token_inside .graph2:after{
  content: 'Token Distribution';
  color: #ffffff;
  font-family: 'gothamlight';
  font-weight: 300;
  font-size: 15px;
  padding: 16px 20px;
  position: absolute;
  left: -158px;
  bottom: 110px;
  background-color: #0920E7;
  max-width: 290px;
  width: 290px;
  text-align: left;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.token_inside .graph3{
   position: absolute;
  width: 350px;
  height: 350px;
  background-color: #0617BB;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  right: 60px;
  top: 60px;
  z-index: 111;
}
.token_inside .graph3:after{
    content: 'Share & Bonus';
    color: #ffffff;
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 15px;
    padding: 16px 20px;
    position: absolute;
    left: -178px;
    bottom: 210px;
    background-color: #0617BB;
    max-width: 290px;
    width: 290px;
    text-align: left;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.token_inside .graph4{
  position: absolute;
  width: 410px;
  height: 410px;
  background-color: #020C83;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  right: 30px;
  top: 30px;
  z-index: 11;
}
.token_inside .graph4:after{
    content: 'Token Sale';
    color: #ffffff;
    font-family: 'gothamlight';
    font-weight: 300;
    font-size: 15px;
    padding: 16px 20px;
    position: absolute;
    left: -178px;
    bottom: 310px;
    background-color: #020C83;
    max-width: 290px;
    width: 290px;
    text-align: left;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* -------------------------------- 

Close Sale proceed style

-------------------------------- */


/* -------------------------------- 

Start Road map style

-------------------------------- */
#roadmap{
  padding-top: 150px;
}
#roadmap .title_text{
  padding-bottom: 95px;
}
.title_text{
  text-align: center;
}
.title_text h3{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3em;
  padding-bottom: 15px;
}

.title_text  p{
  font-family: 'gothamlight';
  font-weight: 300;
  line-height: 1.7em;
  padding-top: 26px;
  color: #ffffff;
  font-size: 16px;
}

#roadmap .col-md-6{
  padding: 0;
}
.map_left_text{
  width: 70%;
  float: left;
  text-align: right;
  padding-top: 74px;
}

.map_left{
  
}
.map_left_img{
  float: right;
  width: 30%;
  text-align: right;
  position: relative;
}
.map_right_img{
  float: left;
  width:30%;
  text-align: left; 
  position: relative;
  margin-bottom: -30px;
}
.map_right_text{
  width: 70%;
  text-align: left;
  float: left;
  padding-top: 30px;
}

.map_left h4,
.map_right h4{
  color: #ffffff;
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1.3em;
  padding-bottom: 10px;
}
.map_left p,
.map_right p{
  color: #ffffff;
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7em;
}

.map_right{
  margin-top: 126px;
}

.map_left .left_flat_icon{
    position: absolute;
    right: 10px;
    top: 70px;
    width: 80px;
    height: 80px;
    background: #304FFE;
    border-radius: 50%;
    text-align: center;
    padding-top: 25px;
}

.map_right .left_flat_icon{
    position: absolute;
    left: 12px;
    top: 32px;
    width: 80px;
    height: 80px;
    background: #304FFE;
    border-radius: 50%;
    text-align: center;
    padding-top: 25px;
}
/* -------------------------------- 

Close Road map style

-------------------------------- */


/* -------------------------------- 

Start App Show style

-------------------------------- */
#app_show{
  padding-top: 150px;
}
.app_show_text h3{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3em;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.app_show_text p{
  font-family: 'gothamlight';
  font-weight: 300;
  line-height: 1.7em;
  padding-top: 26px;
  color: #ffffff;
  font-size: 14px;
}

.app_btn{
  padding-top: 50px;
}
.app_btn a{
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 30px;
  background-color: #304FFE;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.app_btn a:nth-child(2){
  margin-left: 26px;
}
.app_btn a:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: linear 0.3s all;
  -moz-transition: linear 0.3s all;
  -ms-transition: linear 0.3s all;
  -o-transition: linear 0.3s all;
  transition: linear 0.3s all;
}
.app_btn a:hover:after {
    background: #ffffff;
    height: 100%;
}
.app_btn a:hover{
  color: #304FFE;
}
/* -------------------------------- 

Close App Show style

-------------------------------- */


/* -------------------------------- 

Start Teams style

-------------------------------- */

#teams{
  padding-top: 150px;
}

#teams .col-md-2{
  padding: 0;
  width: 20%;
  margin-top: 100px;
}

.team_image img{
  border:2px solid #00f0ff;
}

#teams .row .col-md-2 .team_inside .team_name,
#teams .row .col-md-2 .team_inside img{
  -webkit-transition: 0.5s all linear;
  -moz-transition: 0.5s all linear;
  -ms-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
}
#teams .row .col-md-2 .team_inside:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
    z-index: 111;
}

.team_name{
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  padding-top: 20px;
}
.team_name h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #00f0ff;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.3em;
}
.team_name p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #87c2ff;
  font-size: 14px;
  line-height: 1.7em;
  padding-top: 10px;
}

.team_name ul li{
  display: inline-block;
  margin: 6px;
}
.team_name ul li a{
  color: #00f0ff;
}
/* -------------------------------- 

Close Teams style

-------------------------------- */


/* -------------------------------- 

Start Advisor style

-------------------------------- */

#our_advisor{
  padding-top: 150px;
}

#our_advisor .col-md-3{
  padding: 0;
  width: 33.33%;
  margin-top: 100px;
}

.advisor_image img{
  border:2px solid #00f0ff;
}

#our_advisor .col-md-8  .col-md-3 .advisor_inside .advisor_image img{
  -webkit-transition: 0.5s all linear;
  -moz-transition: 0.5s all linear;
  -ms-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

#our_advisor .col-md-8  .col-md-3 .advisor_inside:hover .advisor_image img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
    z-index: 111;
}


.advisor_name{
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  padding-top: 20px;
}
.advisor_name h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #00f0ff;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.3em;
}
.advisor_name p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #87c2ff;
  font-size: 14px;
  line-height: 1.7em;
  padding-top: 10px;
}

.advisor_name ul li{
  display: inline-block;
  margin: 6px;
}
.advisor_name ul li a{
  color: #00f0ff;
}
/* -------------------------------- 

Close Advisor style

-------------------------------- */


/* -------------------------------- 

Start FAQ style

-------------------------------- */

#faqs{
  padding-top: 150px;
}

#faqs .title_text{
  padding-bottom: 96px;
}

#faqs .panel-group .panel{
  margin-bottom: 20px;
}

#faqs .panel,
#faqs .panel-default>.panel-heading{
  background-color: #304FFE;
  border:0;
}
#faqs .panel-default>.panel-heading+.panel-collapse>.panel-body{
  border-top: 0;
}

#faqs .panel-heading,
#faqs .panel-body{
  padding: 20px;
}
#faqs .panel-body{
  width: 80%;
}
#faqs .panel-title i{
    float: right;
    color: #ffffff;
    background: #1934CE;
    padding: 20px;
    margin-top: -20px;
    margin-right: -20px;
    font-size: 20px;
}
#faqs .panel-title{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3em;
}

#faqs .panel-body p{
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.7em;
}
/* -------------------------------- 

Close FAQ style

-------------------------------- */


/* -------------------------------- 

Start Conatct style

-------------------------------- */

#contact{
  padding-top: 150px;
}

#contact .title_text{
  padding-bottom: 46px;
}

.contact_inside{
  text-align: center;
}

.contact_inside p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #00f0ff;
  padding-top: 20px;
}
#contact form {
  padding-top: 50px;
}
#contact form >div{
  width: 50%;
  float: left;
  padding-top: 40px;
}
#contact form >div input{
  width: 100%;
  outline: 0;
  background:none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #00f0ff;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  color: #00f0ff;
}

.left_input{
  padding-right: 15px;
}
.right_input {
  padding-left: 15px;
}

#contact form .full_input{
  width: 100%;
  float: left;
}
#contact form .full_input textarea{
  width: 100%;
  outline: 0;
  background:none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #00f0ff;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  color: #00f0ff;
  resize: none;
}

#contact form button{
  padding: 8px 32px;
  text-transform: uppercase;
  color: #ffffff;
  border:1px solid #304FFE;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  background-color: #304FFE;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 40px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  float: left;
}
#contact form button:hover{
  color: #304FFE;
}
#contact form button:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
#contact form button:hover:after{
  background: #ffffff;
  height: 100%;

}
/* -------------------------------- 

Close Conatct style

-------------------------------- */


/* -------------------------------- 

Start Newsletter style

-------------------------------- */

.newsletter{
  padding-top: 150px;
  text-align: center;
  padding-bottom: 100px;
}

.footer_logo img{
  margin-left: auto;
  margin-right: auto;
}

.footer_menu{
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer_menu li{
  display: inline-block;
}
.footer_menu li a{
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 5px;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.footer_menu li a:hover{
  text-decoration: underline;
}

.newsletter_input h3{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.7em;
  padding-bottom: 90px;
}

.n_text{
  width: 100%;
  position: relative;
}
.n_text input{
  padding: 20px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
  outline: 0;
  background-color: #0F0449;
  color: #ffffff;
  border:1px solid #2009E4;
}
.n_text button{
  position: absolute;
  right: 3px;
  top: 4px;
  padding: 16px 44px;
  text-transform: uppercase;
  color: #ffffff;
  border:1px solid #304FFE;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  background-color: #304FFE;
  z-index: 2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  outline: 0;
}
/* -------------------------------- 

Close Newsletter style

-------------------------------- */



/* -------------------------------- 

Start Footer style

-------------------------------- */

.footer{
  background-color: #304FFE;
  padding: 22px 0;
}
.footer p{
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7em;
}
.footer ul{
  text-align: right;
}
.footer ul li{
  display: inline-block;
  padding-left: 22px;
  text-align: right;
}
.footer ul li a{
  color: #ffffff;
  font-size: 22px;
}

/* -------------------------------- 

Close Footer style

-------------------------------- */



/* -------------------------------- 

Home page 2 style

-------------------------------- */

.full_bg1 #token_sale,
.full_bg1 .what_ico,
.full_bg1 #how_work,
.full_bg1 #t_details,
.full_bg1 #faqs{
  background-color: #F8F8F8;
}
.full_bg1 .count_text h3,
.full_bg1 .what_ico .ico_text h3,
.full_bg1 #how_work .ico_text h3,
.full_bg1 .chart_text h3,
.full_bg1 .sale_text h3,
.full_bg1 .title_text h3,
.full_bg1 .app_show_text h3,
.full_bg1 .team_name h4,
.full_bg1 .team_name ul li a,
.full_bg1 .advisor_name h4,
.full_bg1 .advisor_name ul li a{
  color: #354052;
}
.full_bg1 .count_text p,
.full_bg1 .what_ico .ico_text p,
.full_bg1 #how_work .ico_text p,
.full_bg1 .chart_text p,
.full_bg1 .grap_list li,
.full_bg1 .sale_text p,
.full_bg1 .title_text p,
.full_bg1 .map_left p, 
.full_bg1 .map_right p,
.full_bg1 .map_left h4, 
.full_bg1 .map_right h4,
.full_bg1 .app_show_text p,
.full_bg1 .team_name p,
.full_bg1 .advisor_name p,
.full_bg1 .contact_inside p,
.full_bg1 #contact form >div input,
.full_bg1 #contact form .full_input textarea{
  color: #858d9b;
}
.full_bg1 #contact form >div input,
.full_bg1 #contact form .full_input textarea{
  border-bottom-color: #354052;
}

.full_bg1 .sale_proceed{
  position: relative;
  background-color: #F8F8F8;
  z-index: 11;
  overflow: hidden;
}
.triangle-1 {
  width: 0;
  height: 0;
  border-bottom: 20vw solid #ffffff;
  border-left: 100vw solid transparent;
  float: left;
  margin-top: -220px;
}

.full_bg1 #roadmap,
.full_bg1 #app_show,
.full_bg1 #teams{
  background-color: #ffffff;
}
.full_bg1 .team_image img,
.full_bg1 .advisor_image img{
  border-color: #00f0ff;
}
.full_bg1 #our_advisor {
  overflow: hidden;
}
.full_bg1 #our_advisor .triangle-1 {
  width: 0;
  height: 0;
  border-bottom: 22vw solid #F8F8F8;
  border-left: 100vw solid transparent;
  float: left;
  margin-top: -280px;
}
.full_bg1 #our_advisor{
  background-color: #ffffff;
}

.full_bg1 #contact form button{
  padding: 8px 32px;
  text-transform: uppercase;
  color: #ffffff;
  border:1px solid #354052;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  background-color: #354052;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 40px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.full_bg1 #contact form button:hover{
  color: #354052;
}
.full_bg1 #contact form button:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.full_bg1 #contact form button:hover:after{
  background: #ffffff;
  height: 100%;
}

.full_bg1 .newsletter{
  background-color: #070379;
  padding-top: 70px;
  margin-top: 70px;
}

.full_bg1 .n_text input{
  background-color: #ffffff;
  color: #858d9b;
}
.footer.footer2{
  background-color: #070379;
}
/* -------------------------------- 

Close page 2 style

-------------------------------- */




/* -------------------------------- 

Start 404 page style

-------------------------------- */

.page_404{
   background: url(../img/404/bg.png)  no-repeat #fff;
   background-position: center;
   padding-top: 80px;
   padding-bottom: 200px;
   background-size: cover;
}
.page_404 .inside_404{
  text-align: center;
}
.page_404 .inside_404 h1{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #002e7e;
  font-size: 12rem;
    line-height: 1.7em;
}
.page_404 .inside_404 h2{
      font-family: 'gotham', sans-serif;
    font-weight: 500;
    color: #002e7e;
    padding-top: 40px;
    line-height: 1.7em;
    letter-spacing: 3.7rem;
    text-transform: uppercase;
    font-size: 60px;
}
.page_404 .inside_404 p{
      font-family: 'gotham', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #002e7e;
    font-size: 45px;
    line-height: 1.7em;
  }


/* -------------------------------- 

Close 404 page style

-------------------------------- */


/* -------------------------------- 

Start About page style

-------------------------------- */

.page_title{
  background: url(../img/about/banner_bg.jpg) center no-repeat #304ffe;
  background-size: cover;
  position: relative;
  padding-top: 180px;
  padding-bottom: 140px;
  text-align: center;
  z-index: 11;
}
.page_title:after{
  content: '';
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0F0449;
  z-index: -1;
  opacity: 0.9;
}
.page_title .header_title p{
  color: #ffffff;
  line-height: 1.7em;
  font-family: 'gotham', sans-serif;
    font-weight: 500;
    font-size: 14px; 
    text-transform: capitalize;
}
.page_title .header_title h3{
  color: #ffffff;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3em;
  text-transform: uppercase;
  padding-top: 15px;
}

#about_feature,
#cry_invest,
.why_choose{
  padding-top: 95px;
}

#about_feature .about_left h3,
#cry_invest .token_sale_left h3,
.why_choose .title_text h3,
.about_team .title_text h3{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #354052;
  font-size: 32px;
  line-height: 1.3em;
  padding-bottom: 15px;
}
#about_feature .about_left p,
#cry_invest .token_sale_left p,
.why_choose .title_text p,
.about_team .title_text p{
  font-family: 'gothamlight';
  font-weight: 300;
  line-height: 1.7em;
  padding-top: 26px;
  color: #858d9b;
  font-size: 16px;
}


.why_choose .title_text{
  text-align: left;
  padding-bottom: 95px;
}

.why_choose .why_single{
  padding: 28px 15px;
  background-color: #070379;
  margin-bottom: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.why_choose .why_single h3{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3em;
  font-size: 22px;
  padding-bottom: 15px;
}
.why_choose .why_single p{
  font-family: 'gothamlight';
  font-weight: 300;
  color: #ffffff;
}
.why_right_text p{
  font-family: 'gothamlight';
  font-weight: 300;
  line-height: 1.7em;
  padding-bottom: 40px;
  color: #858d9b;
  font-size: 16px;
}

.about_team .team_name h4,
.about_team .team_name ul li a,
.about_advisor .title_text h3,
.about_advisor .advisor_name h4,
.about_advisor .advisor_name ul li a{
  color: #354052;
}

.about_team .team_name p,
.about_advisor .title_text p,
.about_advisor .advisor_name p{
  color: #858d9b;
}

.newsletter.about_newslttr{
  background-color: #070379;
  padding-top: 95px;
  margin-top: 95px;
}


/* -------------------------------- 

Close About page style

-------------------------------- */



/* -------------------------------- 

Start Blog page style

-------------------------------- */

.blog_page{
  padding-top: 95px;
  background-color: #F8F8F8;
}

.blog_page .icon-addon {
    position: relative;
    color: #555;
    display: block;
}
.blog_search{
  padding-bottom: 30px;
}
.blog_search .icon-addon input{
  padding-left: 30px;
  border:0;
  padding-top: 18px ;
  padding-bottom: 18px ;
}
.blog_search .icon-addon .fas {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}
.blog_search .icon-addon button{
  position: absolute;
  top: 0;
  right: 0;
  border:0;
  color: #ffffff;
  background-color: #070379;
  height: 100%;
  padding: 0 30px;
  text-transform: capitalize;
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
}

.blog_cat{
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 22px;
}
.blog_cat h3{
  width: 100%;
  background-color: #070379;
  color: #ffffff;
  text-transform: uppercase;
  padding:20px 15px;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
}

.blog_cat ul{
  padding-top: 30px;
}
.blog_cat ul li{
  padding-left: 15px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog_cat ul li:hover{
  background-color: #F8F8F8;
}
.blog_cat ul li a{
  font-family: 'gothamlight';
  font-weight: 300;
  color: #555877;
}
.blog_cat ul li:hover a{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #555877;
}

.blog_post_thumb{
  margin-top: 30px;
  background-color: #ffffff;
  width: 100%;
  float: left;
}

.blog_post_thumb h3{
  width: 100%;
  background-color: #070379;
  color: #ffffff;
  text-transform: uppercase;
  padding:20px 15px;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.page_post_thumb .thumb_text{
  width: 75%;
  text-align: right;
  float: left;
   padding-bottom: 25px;
   padding-left: 10px;
}
.page_post_thumb .thumb_text a{
  font-size: 12px;
  color: #555877;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.page_post_thumb .thumb_text span{
    clear: both;
    width: 100%;
    float: right;
    font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #555877;
  font-size: 12px;
}
.page_post_thumb .thumb_img{
  width: 75px;
  height: 75px;
  float: right;
}
.page_post_thumb{
 
  padding-right: 15px;
}

/*blog post*/

.blog_page .single_blog_post_in:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=104, Color=#000000)";/*IE 8*/
-moz-box-shadow: 1px 4px 15px -2px rgba(0,0,0,0.6);/*FF 3.5+*/
-webkit-box-shadow: 1px 4px 15px -2px rgba(0,0,0,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 4px 15px -2px rgba(0,0,0,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.blog_page.single_page_blog .single_blog_post_in:hover{
  box-shadow: none;
}

.single_blog_post_in {
  background-color: #ffffff;
  margin-bottom: 45px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.single_blog_post_in img{
  max-width: 100%;
}
.single_blog_post_in .post_text{
  padding: 18px 12px 20px 28px;
}

.single_blog_post_in .post_text h2{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #354052;
  font-size: 34px;
  line-height: 1.3em;
  margin-bottom: 40px;
}
.single_blog_post_in .post_text p{
  font-family: 'gothamlight';
  font-weight: 300;
  color: #858d9b;
  font-size: 14px;
  line-height: 1.7em;
  padding-bottom: 25px;
}
.single_blog_post_in .post_text a.btn{
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 18px;
  background-color: #061DDD;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.post_info li a{
  color: #858d9b;
}

.post_info {
  padding-top: 25px;
}
.post_info li{
  display: inline-block;
  padding-right: 15px;
  color: #858d9b;
}
.post_info li.right{
  float: right;
}

/*pagination*/
.page-nation{
  background-color: #F8F8F8;
  text-align: center;
  padding-bottom: 50px;
}
.about_newslttr.blog_news{
  margin-top: 0;
}

.page-nation .pagination>.active>span{
  background-color: #555877;
  color: #ffffff;
}
.page-nation .pagination li a:hover{
  background-color: #555877;
  color: #ffffff;
}
.page-nation .pagination li a{
  background-color: #ffffff;
  margin: 5px !important;
  color: #555877;
}
.page-nation .pagination>.disabled>span,
.page-nation .pagination>.active>span{
  margin: 5px;
}

/*single post blog page*/
.single_page_blog .single_blog_post_in{
  background: none;
}

.single_page_blog .post_text p{
  clear: both;
}

.single_page_blog .post_text img{
  width: 50%;
  display: inline-block;
  float: left;
  text-align: right;
  margin-bottom: 20px;
}
.single_page_blog .post_text img:nth-of-type(1){
    text-align: left;
    width: 48%;
    margin-right: 2%;
    height: 500px;
}

.single_blog_share{
  padding-left: 28px;
  padding-right: 12px;
  margin-top: 40px;
}
.single_blog_share ul{
  text-align: right;
}
.single_blog_share li{
  display: inline-block;
 
  /*padding-left: 10px;*/
  padding-top: 5px;
  border:1px solid #354052;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-left: 0;
  margin-left: 10px;

}
.single_blog_share li.left{
 float: left;
 padding-left: 0;
 width: auto;
 height: auto;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 border:0;
 margin-left: 0;
 }
.single_blog_share li a{
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #354052;
  font-size: 22px;
}
.single_blog_share li:nth-child(2){
  border:0;
  border-radius: 0;
  width: auto;
  height:auto;
}

/*users_comment*/
.single_post_comment{
  padding-top: 58px;
}

.users_comment{
  width: 100%;
  padding-left: 28px;
  padding-bottom: 45px;
  padding-right: 12px;
}
.users_comment .user_img{
  width: 18%;
  float: left;
}
.users_comment .user_text{
  width: 82%;
  float: left;
  
}
.users_comment .user_text h3{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #354052;
  font-size: 23px;
  line-height: 1.3em;
  padding-bottom: 22px;
}
.users_comment .user_text p{
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #354052;
  font-size: 14px;
  line-height: 1.7em;
}

.users_comment ul{
  text-align: right;
  padding-top: 22px;
  clear: both;
  width: 100%;
}
.users_comment ul li{
  display: inline-block;
  padding-left: 10px;
}
.users_comment ul li.left{
  float: left;
  padding-left: 0;
}
.users_comment ul li a{
  color: #354052;
}

/*blog form*/
.single_comment_box{
  padding-right: 12px;
  padding-bottom: 40px;
}
.single_comment_box h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  width: 99%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #868686;
  font-size: 28px;
  border-bottom: 1px solid #868686;
  line-height: 1.3em;
}
.single_comment_box input{
  width: 32%;
  float: left;
  margin-right: 1.3333%;
  background-color: #ffffff;
  border:1px solid #868686;
  color: #868686;
  padding: 8px 15px;
  outline: 0;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.single_comment_box textarea{
  resize: none;
  width: 99%;
  background-color: #ffffff;
  border:1px solid #868686;
  color: #868686;
  padding: 8px 15px;
  outline: 0;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.single_comment_box button{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 12px 40px;
  border:0;
  background-color: #555877;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border:1px solid #555877;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.single_comment_box button:hover{
  color: #555877;
  border: 1px solid #555877;
}
.single_comment_box button:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: linear 0.3s all;
  -moz-transition: linear 0.3s all;
  -ms-transition: linear 0.3s all;
  -o-transition: linear 0.3s all;
  transition: linear 0.3s all;
}
.single_comment_box button:hover:after{
  background: #ffffff;
  height: 100%;

}


@media (max-width: 580px) {
  .single_page_blog .post_text img:nth-of-type(1){
    height: auto;
  }
  
}
@media (max-width: 400px) {
  .users_comment .user_img{
    width: auto;
  }
  .users_comment .user_text{
    width: 100%;
  }
}
/* -------------------------------- 

Close Blog page style

-------------------------------- */



/* -------------------------------- 

Start coming soon page style

-------------------------------- */

#coming_soon{
  width: 100%;
  background: url(../img/comingsoon_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  z-index: 11;
}
#coming_soon:after{
  content: '';
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #070379;
  z-index: -1;
  opacity: 0.8;
}
.cs_image{
  text-align: center;
}
.cs_image img{
  margin-left: auto;
  margin-right: auto;
}
.cs_image h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 55px;
  line-height: 1.3em;
  text-transform: uppercase;
  padding: 60px 0;
}
#coming_soon .countdown{
  text-align: center;
}
#coming_soon .countdown>div{
  display: inline-block;
  border:1px solid #ffffff;
  margin: 0;
  padding:30px;
}
#coming_soon .countdown .number{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 44px;
  padding-bottom: 10px;
}
#coming_soon .countdown span{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 24px;
  padding-top: 15px;
}
#coming_soon .form_opt{
  padding-top: 95px;
  text-align: center;
}
#coming_soon .form_opt input{
  color: #ffffff;
  background-color: #001BF5;
  padding: 16px 30px;
  border:0;
  outline: 0;
  width: 70%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
#coming_soon .form_opt button{
  color: #ffffff;
  background-color: #0B21D1;
  border:0;
  outline: 0;
  padding:16px 36px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
/* -------------------------------- 

Close coming soon page style

-------------------------------- */



/* -------------------------------- 

Start contact page style

-------------------------------- */

.contact_main{
  width: 100%;
  background: url(../img/comingsoon_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  z-index: 11;
}
.contact_main:after{
  content: '';
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0f0449;
  z-index: -1;
  opacity: 0.8;
}
#map{
  height: 400px;
  width: 100%;
}

.contact_info_inside{
  height: 180px;
  background-color: #070379;
  text-align: center;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact_info_inside p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-top: 22px;
}


.contct_form form {
  padding-top: 50px;
}
.contct_form form >div{
  width: 50%;
  float: left;
  padding-top: 20px;
}
.contct_form form >div input{
  width: 100%;
  outline: 0;
  background:#040367;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border: 2px solid #6b7bff;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  color: #6b7bff;
  padding: 10px 15px;
}

.contct_form .left_input{
  padding-right: 15px;
}
.contct_form .right_input {
  padding-left: 15px;
}

.contct_form form .full_input{
  width: 100%;
  float: left;
}
.contct_form form .full_input textarea{
  width: 100%;
  outline: 0;
  background:#040367;
  border: 2px solid #6b7bff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  color: #6b7bff;
  resize: none;
  padding: 20px 15px;
}

.contct_form form button{
  padding: 8px 42px;
  text-transform: uppercase;
  color: #ffffff;
  border:1px solid #061DDD;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  background-color: #061DDD;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 20px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  outline: 0;
}
.contct_form form button:hover{
  color: #061DDD;
}
.contct_form form button:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.contct_form form button:hover:after{
  background: #ffffff;
  height: 100%;
}

.name-error,
.phone-error,
.email-error,
.subject-error,
.message-error,
.error {
    display: block;
    font-size: 14px;
    color: #ff2828;
    float: left;
    height: 20px;
    font-family: 'gotham', sans-serif;
  font-weight: 500;
}

.success {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #1e9402;
}
#form-message {
    float: left;
    width: 100%;
}

.maps_page{
  padding-top: 95px;
}

.newsletter.contact_newslttr{
  margin-top: 0;
  background-color: #070379;
  padding-top: 95px;
}

/*contact 1 style*/
.contact_main2{
  background-color: #F8F8F8;
  padding-top: 95px;
  padding-bottom: 95px;
}
.contact_main2 .contact_info_inside p{
  color: #3b3b3b;
}
.contact_main2 .contact_info_inside{
  background-color: #ffffff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.contact_main2 .contact_info_inside:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 4px 15px -6px rgba(0,0,0,0.6);/*FF 3.5+*/
-webkit-box-shadow: 0 4px 15px -6px rgba(0,0,0,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 4px 15px -6px rgba(0,0,0,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.contact_main2 .contct_form form >div input,
.contact_main2 .contct_form form >div textarea{
  border:1px solid #E1E1E1;
  background-color: #ffffff;
  color: #3b3b3b;
}

/* -------------------------------- 

Close contact page style

-------------------------------- */




/* -------------------------------- 

Strat login page style

-------------------------------- */

.login_page1{
  width: 100%;
  background: url(../img/comingsoon_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 195px;
  padding-bottom: 95px;
  position: relative;
  z-index: 11;
}
.login_page1:after{
  content: '';
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0f0449;
  z-index: -1;
  opacity: 0.8;
}
.login_page1 .login_text h3,
.login_page1 .login_text p{
  color: #ffffff;
}
.login_page1 .login_form input{
  background-color: #1813A5;
  color: #304ffe;
  border: 0;
}
.login_page1 .login_form button{
  border: 0;
}
.login_page1 .login_form .forgot_ps{
  color:#304ffe; 
}

.login_page{
  padding: 95px 0;
  background-color: #F8F8F8;
}

.login_text h3{
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #354052;
  font-size: 32px;
  line-height: 1.3em;
  padding-bottom: 15px;
  text-transform: uppercase;

}
.login_text p{
  font-family: 'gothamlight';
  font-weight: 300;
  line-height: 1.7em;
  padding-top: 26px;
  color: #555877;
  font-size: 14px;
}

.login_form{
  padding-top: 10px;
}
.login_form input{
  width: 100%;
  float: left;
  outline: 0;
  margin-top: 18px;
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #cccccc;
  border: 1px solid #cccccc;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  padding: 10px 30px;
}

.login_form .forgot_ps{
  text-transform: uppercase;
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #354052;
  font-size: 12px;
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}

.login_form button{
  width: 100%;
  float: left;
  outline: 0;
  margin-top: 18px;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 18px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.login_form .login_btn{
  background-color: #3251FE;
  
}

.login_form .rewgister_btn{
  background-color: #1335DA;
}

.login_form .rewgister_btn:hover,
.login_form .login_btn:hover{
  color: #1335DA;
}
.login_form .rewgister_btn:after,
.login_form .login_btn:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: linear 0.3s all;
  -moz-transition: linear 0.3s all;
  -ms-transition: linear 0.3s all;
  -o-transition: linear 0.3s all;
  transition: linear 0.3s all;
}
.login_form .rewgister_btn:hover:after,
.login_form .login_btn:hover:after{
  background: #ffffff;
  height: 100%;

}

/* -------------------------------- 

Close login page style

-------------------------------- */



/* -------------------------------- 

Start register page style

-------------------------------- */
.reg_page1{
  width: 100%;
  background: url(../img/comingsoon_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 195px;
  padding-bottom: 95px;
  position: relative;
  z-index: 11;
}
.reg_page1:after{
  content: '';
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0f0449;
  z-index: -1;
  opacity: 0.8;
}
.reg_page1 .login_text h3,
.reg_page1 .login_text p{
  color: #ffffff;
}
.reg_page1 .login_form input{
  background-color: #1813A5;
  color: #304ffe;
  border: 0;
}
.reg_page1 .login_form button{
  border: 0;
}
.reg_page1 .login_form{
  padding-top: 20px;
}

.reg_page2{
  padding: 95px 0;
  background-color: #F8F8F8;
}

/* -------------------------------- 


Close register page style

-------------------------------- */



/* -------------------------------- 


Start service page style

-------------------------------- */

.service_page{
  padding: 95px 0;
}

.service_page .col-md-4{
  padding-bottom: 30px;
}
.service_inside img{
  height: 280px;
  width: 100%;
}
.service_inside .service_in_text{
  width: 100%;
  background-color: #070379;
  padding: 28px 18px;
  border-radius: 0 0 15px 15px;
  float: left;
  margin-top: -20px;
}

.service_inside .service_in_text h2{
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.7em;
  padding-bottom: 10px;
}
.service_inside .service_in_text p{
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.service_inside .service_in_text a{
  padding: 8px 22px;
  text-transform: uppercase;
  color: #ffffff;
  border:1px solid #061DDD;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  background-color: #061DDD;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 20px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  outline: 0;
}
.service_inside .service_in_text a:hover{
  color: #061DDD;
}
.service_inside .service_in_text a:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.service_inside .service_in_text a:hover:after{
  background: #ffffff;
  height: 100%;
}

/* -------------------------------- 


Start service page style

-------------------------------- */


/* -------------------------------- 


Start single service page style

-------------------------------- */

.service_single_page{
  width: 100%;
  padding: 95px 0;
}

.service_single_con h3{
    font-family: 'gotham', sans-serif;
    font-weight: 500;
    color: #354052;
    font-size: 32px;
    line-height: 1.3em;
    padding-bottom: 15px;
}

.service_single_con p{
  font-family: 'gothamlight';
  font-weight: 300;
  line-height: 1.7em;
  padding-top: 26px;
  color: #858d9b;
  font-size: 14px;
}
.service_single_con .clearfix{
  width: 100%;
  clear: both;
  float: left;
  height: 95px;
}
.service_single_con .clearfix.no_height{
  height: 22px;
}

.service_single_page .title_text h3{
  color: #354052;
}
.service_single_page .title_text p{
  color: #858d9b;
}

.service_single_page .title_text{
  padding-top: 95px;
  padding-bottom: 95px;
}

/* -------------------------------- 


close single service page style

-------------------------------- */



/* -------------------------------- 

Start Responsive style

-------------------------------- */

@media (max-width: 991px) {
  .sale_proceed{
    padding-bottom: 480px;
  }
  .triangle-1{
    display: none;
  }
  .contact_main .contact_info_inside{
    height: auto;
    padding-bottom: 30px;
  }
  .contact_main .contact_info_inside p{
    font-size: 14px;
  }
}

@media (max-width: 769px) {
  .banner_text h1{
    font-size: 45px;
  }
  .banner_text p{
    font-size: 22px;
  }
  .partner_logo{
    margin-bottom: 20px;
  }
  .logo_row .clear-fix{
    padding: 0;
  }
  .count_text h3{
    font-size: 28px;
  }
  .t_total{
    padding-left: 25px;
    padding-right: 25px;
  }
  .token_sale_left{
    padding-bottom: 470px;
  }
  .ico_text{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .chart_gif{
    margin-bottom: 40px;
  }
  #roadmap{
    margin-top: 360px;
  }
  .map_icon_left,
  .map_icon_right{
    display: none;
  }
  .map_right_text{
    text-align: right;
  }
  .map_left .left_flat_icon{
    left: 10px;
  }
  #app_show .col-md-6{
    text-align: center;
    margin-bottom: 40px;
  }
  #teams .col-md-2{
    width: 100%;
    padding: 20px;
  }
  #teams .col-md-2 img,
  .advisor_image img{
    width: 100%;
  }
  #teams .row .col-md-2:nth-child(3) .team_image img,
  #our_advisor .col-md-8 .col-md-3:nth-child(2) .advisor_image img{
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
  }
  #teams .row .col-md-2:nth-child(1) .team_image img,
   #teams .row .col-md-2:nth-child(4) .team_image img{
    border-right: 2px solid #00f0ff;
  }
  .team_name h4,
  .advisor_name h4{
    font-size: 26px;
  }
  .team_name p,
  .advisor_name p{
    font-size: 16px;
  }
  .team_name ul li a i,
  .advisor_name ul li a i{
    font-size: 30px;
  }

  #our_advisor .col-md-3{
    width: 100%;
    padding: 20px;
  }
  #contact form >div{
    width: 100%;
  }
  .right_input{
    padding-left: 0;
  }
  .footer .col-md-6{
    text-align: center;
    padding-bottom: 40px;
  }
  .footer ul{
    text-align: center;
  }

  .blog_page .row .col-md-4,
  .blog_page .row .col-md-8{
    width: 100%;
    float: left;
  }
  .blog_post_thumb{
    margin-bottom: 40px;
  }

  .single_blog_post_in .post_text h2{
    font-size: 28px;
  }

  .sale_text h3,
  .chart_text h3,
  #how_work .ico_text h3,
  .chart_text h3,
  .what_ico .ico_text h3,
  .app_show_text h3,
  .title_text h3,
  .newsletter_input h3,
  .service_single_con h3,
  #about_feature .about_left h3,
  .token_sale_left h3,
  .why_choose .title_text h3,
  #cry_invest .token_sale_left h3,
  .login_text h3 {
    font-size: 28px;
  }
  .service_page .row .col-md-4,
  .related_service .row .col-md-4{
    padding-bottom: 40px;
    width: 100%;
    float: left;
  }
  #cry_invest .token_sale_left{
    padding-bottom: 0;
  }
  .login_form{
    padding-bottom: 40px;
  }
  .contact_info_inside{
    margin-bottom: 40px;
  }
  .contact_inside{
    padding-bottom: 40px;
  }
  #cry_invest .token_sale_left{
    padding-top: 40px;
  }
  #about_feature .feature_right{
    padding-top: 40px;
  }
  #teams.about_team{
    padding-top:95px; 
  }
  .service_single_con .right_content,
  .service_single_con .left_content {
    padding-top: 40px;
  }

  .navbar .navbar-brand{
    padding: 15px 15px;
  }
  .banner_btn .btn{
    margin-bottom: 10px;
  }
}


@media (max-width: 580px) {
  .logo_row .col-xs-6{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .logo_row .col-xs-6 img{
    margin-left: auto;
    margin-right: auto;
  }
  .token_inside{
    display: none;
  }
  .sale_proceed{
    padding-bottom: 0;
  }
  #roadmap{
    margin-top: 0;
  }
  
}

@media (max-width: 400px) {
  .banner_btn .btn{
    margin-bottom: 20px;
  }
  #clockdiv >div{
    width: 50%;
    margin-top: 20px;
  }
  .app_btn a{
    float: left;
    clear: both;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .app_btn a:nth-child(2){
    margin-left: 0;
  }
  .banner_btn .btn{
    margin-bottom: 10px;
  }

  .blog_page .page_post_thumb .thumb_text{
    width: 100%;
    float: none;
    clear: both;
  }
  .blog_page .page_post_thumb .thumb_img{
    width: 100%;
    height: 100%;
    float: none;
    clear: both;
    margin-bottom: 20px;
  }
}

@media (max-width: 300px) {
  .banner_btn .btn{
    width: 100%;
    text-align: center;
  }
  
}




@media (min-width: 1179px) {
  .banner_right_img{
    position: relative;
  }
  .banner_right_img .img-responsive{
    position: absolute;
    max-width: 597px;
    max-height: 493px;
    left: -130px;
  }
}



/* -------------------------------- 

Close Responsive style

-------------------------------- */