/*
font-family: 'Oxanium', cursive;
font-family: 'Rajdhani', sans-serif;
font-family: 'Poppins', sans-serif;

light - 300
regular - 400
medium - 500
semi-bold  - 600
bold - 700
extra-bold - 800
black - 900
*/

@font-face {font-family: "MullerMedium";
  src: url("../fonts/892951b494976f7fd57f5d460c690966.eot"); /* IE9*/
  src: url("../fonts/892951b494976f7fd57f5d460c690966.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/892951b494976f7fd57f5d460c690966.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/892951b494976f7fd57f5d460c690966.woff") format("woff"), /* chrome、firefox */
  url("../fonts/892951b494976f7fd57f5d460c690966.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/892951b494976f7fd57f5d460c690966.svg#MullerMedium") format("svg"); /* iOS 4.1- */
}
@font-face {
	font-family: 'Muller';
	src: url(../fonts/Muller/hinted-MullerExtraBold.woff2) format("woff2"), 
	url(../fonts/Muller/hinted-MullerExtraBold.woff) format("woff");
	font-weight: 800;
	font-style: normal
}
@font-face {font-family: "Gilroy-Medium";
  src: url("../fonts/040a78b437acd0433612f92e61d04a1b.eot"); /* IE9*/
  src: url("../fonts/040a78b437acd0433612f92e61d04a1b.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/040a78b437acd0433612f92e61d04a1b.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/040a78b437acd0433612f92e61d04a1b.woff") format("woff"), /* chrome、firefox */
  url("../fonts/040a78b437acd0433612f92e61d04a1b.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/040a78b437acd0433612f92e61d04a1b.svg#Gilroy-Medium") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Gilroy-Regular";
  src: url("../fonts/1dc8ecd8056a5ea7aa7de1db42b5b639.eot"); /* IE9*/
  src: url("../fonts//1dc8ecd8056a5ea7aa7de1db42b5b639.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts//1dc8ecd8056a5ea7aa7de1db42b5b639.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts//1dc8ecd8056a5ea7aa7de1db42b5b639.woff") format("woff"), /* chrome、firefox */
  url("../fonts//1dc8ecd8056a5ea7aa7de1db42b5b639.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts//1dc8ecd8056a5ea7aa7de1db42b5b639.svg#Gilroy-Regular") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Gilroy-ExtraBold.otf') format('opentype'),
  url('../fonts/Gilroy-ExtraBold.woff') format('woff'), 
  url('../fonts/Gilroy-ExtraBold.ttf')  format('truetype'), 
  url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
		
	font-family: 'Poppins', sans-serif;
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
	background: #131723 no-repeat top center !important;
    background-size: cover;
    background-attachment: fixed;
}

a {
	
	cursor:pointer !important;
	text-decoration:none !important;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blinker {
	
    -webkit-animation: blinker infinite 4s ease-in-out;
    -moz-animation: blinker infinite 4s ease-in-out;
    animation: blinker infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}
.floater-2 {
	
    -webkit-animation: floater-2 infinite 4s ease-in-out;
    -moz-animation: floater-2 infinite 4s ease-in-out;
    animation: floater-2 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}

@-webkit-keyframes floater {0% {transform: translate3d(0px, 

0px, 0px);}50% {transform: translate3d(0px, -20px, 0px);}100% 

{transform: translate3d(0px, 0px, 0px);}}
@keyframes floater {0% {transform: translate3d(0px, 0px, 

0px);}50% {transform: translate3d(0px, -20px, 0px);}100% 

{transform: translate3d(0px, 0px, 0px);}}

@-webkit-keyframes floater-2 {0% {transform: translate3d(0px, 

0px, 0px);}80% {transform: translate3d(0px, -10px, 0px);}100% 

{transform: translate3d(0px, 0px, 0px);}}
@keyframes floater-2 {0% {transform: translate3d(0px, 0px, 

0px);}50% {transform: translate3d(0px, -10px, 0px);}100% 

{transform: translate3d(0px, 0px, 0px);}}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.rotating {
	-webkit-animation: rotating 6s linear infinite;
	animation: rotating 6s linear infinite;
}
.rotating.fast {
	-webkit-animation: rotating 0.5s linear infinite;
	animation: rotating 0.5s linear infinite;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}


@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }

    to{
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotating {
    from{
        -moz-transform: rotate(0deg);
    }
    to{
        -moz-transform: rotate(360deg);
    }
}

@keyframes zigZag {
    0% {
        -webkit-transform: rotate(0deg) translate(-10px, -10px);
        -ms-transform: rotate(0deg) translate(-10px, -10px);
        transform: rotate(0deg) translate(-10px, -10px);
    }

    20% {
        -webkit-transform: rotate(360deg) translate(-100px, -100px);
        -ms-transform: rotate(360deg) translate(-100px, -100px);
        transform: rotate(360deg) translate(-100px, -100px);
    }

    40% {
        -webkit-transform: rotate(0deg) translate(100px, 100px);
        -ms-transform: rotate(0deg) translate(100px, 100px);
        transform: rotate(0deg) translate(100px, 100px);
    }

    60% {
        -webkit-transform: rotate(360deg) translate(10px, 10px);
        -ms-transform: rotate(360deg) translate(10px, 10px);
        transform: rotate(360deg) translate(10px, 10px);
    }

    80% {
        -webkit-transform: rotate(0deg) translate(70px, 70px);
        -ms-transform: rotate(0deg) translate(70px, 70px);
        transform: rotate(0deg) translate(70px, 70px);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px, -10px);
        -ms-transform: rotate(360deg) translate(-10px, -10px);
        transform: rotate(360deg) translate(-10px, -10px);
    }
}

@keyframes zigZag2 {
    0% {
        -webkit-transform: rotate(0deg) translate(-10px, -10px);
        -ms-transform: rotate(0deg) translate(-10px, -10px);
        transform: rotate(0deg) translate(-10px, -10px);
    }

    20% {
        -webkit-transform: rotate(360deg) translate(-10px, -10px);
        -ms-transform: rotate(360deg) translate(-10px, -10px);
        transform: rotate(360deg) translate(-10px, -10px);
    }

    40% {
        -webkit-transform: rotate(0deg) translate(10px, 10px);
        -ms-transform: rotate(0deg) translate(10px, 10px);
        transform: rotate(0deg) translate(10px, 10px);
    }

    60% {
        -webkit-transform: rotate(360deg) translate(10px, 10px);
        -ms-transform: rotate(360deg) translate(10px, 10px);
        transform: rotate(360deg) translate(10px, 10px);
    }

    80% {
        -webkit-transform: rotate(0deg) translate(10px, 10px);
        -ms-transform: rotate(0deg) translate(10px, 10px);
        transform: rotate(0deg) translate(10px, 10px);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px, -10px);
        -ms-transform: rotate(360deg) translate(-10px, -10px);
        transform: rotate(360deg) translate(-10px, -10px);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1440deg);
        -ms-transform: translate(-50%, -50%) rotate(1440deg);
        transform: translate(-50%, -50%) rotate(1440deg);
    }
}

@keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }


    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes move {

	0%  { left: 0; opacity: 0; }

	5% {opacity: 0.0}

	48% {opacity: 0.2}

	80% {opacity: 0.0}

	100% { left: 82%}
}
@keyframes shrink {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}

/*============== BANNER CSS START ==============*/
.banner-bg {
	
	background:url(../images/banner-bg.jpg) no-repeat top center;
	background-size: cover;
	padding:0px 0px 30px 0px;
	min-height:900px;
}
header {
    background-size: cover !important;
    padding: 0px 0px 0px 0px;
    background: url(../images/top-nav.png) no-repeat top center;
    width: 373px;
    min-height: 700px;
    background-size: contain;
    text-align: center;
}
header .navbar-inverse { 
	margin:0; 
	min-height:auto; 
	border-radius:0; 
	border:0;
	background:none;
}
header .navbar-collapse {
	 padding:0;
}
header .navbar-center {
    margin: 0;
    margin-right: 0px;
    position: relative;
    margin-top: 33px;
    display: block;
    width: 100%;
}
header .navbar-inverse .navbar-nav > li { 
	padding: 5px 13px;
    display: block;
    vertical-align: middle;
    float: none;
    text-align: center;
}
header .navbar-inverse .navbar-nav > li > a { 
	font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    transition: .3s;
    vertical-align: middle;
    padding: 10px 0px 4px 0px;
    font-family: "MullerMedium";
    font-weight: 400;
    border-bottom: 2px solid transparent;
    display: inline-block;
}
header .navbar-inverse .navbar-nav > li > a:hover { 
	transition: .3s;
    color: #fff;
    border-bottom: 2px solid #e64f00;
}
header .navbar-inverse .navbar-nav > li .btn { 
	height:43px;
	line-height:40px; 
	padding:0 20px !important;
}
header .navbar-inverse .navbar-header {
	padding: 0;
	float: unset;
}
header .navbar-inverse .navbar-header a { 
	display:inline-block; 
}
header .navbar-inverse .navbar-header a img { 
    display: inline-block;
    transform-origin: 100% 0;
    position: relative;
    margin: 30px 0px 40px 0px;
}
header .navbar-inverse .navbar-header a img:hover{
	animation-name: bounce;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}
@-webkit-keyframes bounce {

  0%, 20%, 50%, 80%, 100% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }



  40% {

    -webkit-transform: translateY(-30px);

    transform: translateY(-30px);

  }



  60% {

    -webkit-transform: translateY(-15px);

    transform: translateY(-15px);

  }

}



@keyframes bounce {

  0%, 20%, 50%, 80%, 100% {

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

  }



  40% {

    -webkit-transform: translateY(-30px);

    -ms-transform: translateY(-30px);

    transform: translateY(-30px);

  }



  60% {

    -webkit-transform: translateY(-15px);

    -ms-transform: translateY(-15px);

    transform: translateY(-15px);

  }

}



.bounce {

  -webkit-animation-name: bounce;

  animation-name: bounce;

}
header .navbar-inverse .navbar-nav > li.btn_menu {
	padding: 17px 3px;
}
header .navbar-inverse .navbar-nav > li a.btn.btn-primary { 
	min-width:128px; 
	height:43px; 
	line-height:43px; 
	box-shadow:none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
       border-color:#f96412 !important;
}
.banner-bg .banner {
    padding: 30px 0px 0px;
}
.banner-bg .banner .top-but {
	padding: 0px 0px 0px 0px;
    text-align: right;
}
.banner-bg .banner .top-but .top-but1 {
    font-family: "MullerMedium";
    font-size: 16px;
    font-weight: 500;
    color: #eeeeee;
    background: #fb9400;
    border: 1px solid #fb9400;
    padding: 10px 20px;
    transition: 0.7s;
    margin: 0px 10px 0px 10px;
    border-radius: 50px;
    box-shadow: inset 0 0 0 0 #e64f00;
}
.banner-bg .banner .top-but .top-but1 img {
	background-color: #121622;
    padding: 5px;
    border-radius: 50px;
    left: -11px;
    position: relative;
}
.banner-bg .banner .top-but .top-but1:hover {
    color: #fb9400;
    background: #11131f;
    border: 1px solid #262d47;
    box-shadow: inset 0 0 0 42px #262d47;
    transition: 0.7s;
}
.banner-bg .banner .top-but .top-but2 {
	font-family: "MullerMedium";
    font-size: 16px;
    font-weight: 500;
    color: #8a8a8a;
    background: #0e111a;
    border: 2px dashed #8a8a8a;
    padding: 10px 20px;
    transition: 0.7s;
    margin: 0px 10px 0px 10px;
    box-shadow: inset 0 0 0 0 #e64f00;
    border-radius: 50px;
}
.banner-bg .banner .top-but .top-but2 img {
	background-color: #7e7e7f;
    padding: 5px;
    border-radius: 50px;
    left: -11px;
    position: relative;
}
.banner-bg .banner .top-but .top-but2:hover {
	color: #fefefe;
    background: #e64f00;
    border: 2px dashed #0e111a;
    box-shadow: inset 0 0 0 42px #e64f00;
    transition: 0.7s;
}
#google_translate_element {
	color: transparent;
	position: relative;
    top: -7px;
}

#google_translate_element a {
	
  display: none;
}

select.google_translate_element {
	
  color: black;
}

div.goog-te-gadget {
	
  color: transparent;
}

div.goog-te-gadget {
	
  color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
	
	margin: 0px 0 !important;
    padding: 12px 7px;
    background: transparent;
    border: 2px dashed #999999;
    color: #8a8a8a;
    cursor: pointer;
    outline: none;
    border-radius: 20px;
}
.banner-bg .banner .banner-text {
	
    padding: 70px 0px 30px 40px;
}

.banner-bg .banner .banner-text h2 {
	
    font-family: "MullerMedium";
	font-size:60px;
	font-weight:800;
	color:#f99100;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.banner-bg .banner .banner-text h4 {
	
    font-family: "MullerMedium";
	font-size:24px;
	font-weight:500;
	color:#fff;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height: 34px;
}

.banner-bg .banner .banner-text p {
	
    font-family: "MullerMedium";
	font-size:16px;
	font-weight:500;
	color:#5d5d5d;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height: 28px;
}

.banner-bg .banner .banner-but {
	
    padding: 50px 0px 30px 40px;
}

.banner-bg .banner .banner-but a {
	
	font-family: "MullerMedium";
	font-size:18px;
	font-weight:500;
	color:#fff;
	background:transparent;
	padding:12px 30px;
	transition:0.7s;
	box-shadow:inset 0 0 0 0 #ff9400;
	border-radius: 50px;
	border: 2px dashed #999999;
}

.banner-bg .banner .banner-but a:hover {
	
    color: #0e111a;
    background: #fb9400;
    border: 2px dashed #0e111a;
    box-shadow: inset 0 0 0 42px #fb9400;
    transition: 0.7s;
}
.banner-bg .plan-head {
	padding:30px 0px 30px 0px;
	text-align:right;
}
.banner-bg .plan-head h2 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:500;
	color:#4c5365;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.banner-bg .plan-head h3 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:800;
	color:#fd9505;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
/*============== BANNER CSS END ==============*/

/*============== BANNER CSS START ==============*/
.plan-bg {
	
	background:url(../images/plan-bg.jpg) no-repeat top center;
	background-size: cover;
	padding:0px 0px 30px 0px;

}
.plan-bg .plan {
}
.plan-bg .plan .planbg{
	background:url(../images/planbg.png) no-repeat top center;
    background-size: cover;
    width: 451px;
    min-height: 200px;
    margin: 20px auto 20px;
    padding: 0px 0px 0px;
    border-radius: 5px;
    transition: 0.7s;
    cursor: pointer;
	overflow: hidden;
}
.plan-bg .plan .planbg .plan-sub {
	padding: 24px 0px 0px 15px;
    float: left;
    width: 37%;
}
.plan-bg .plan .planbg .plan-sub .plan-img1{
    position: relative;
    margin: 8px 8px;
    text-align: center;
}
.plan-bg .plan .planbg .plan-sub .plan-img1 h2 {
    font-family: "MullerMedium";
    font-size: 35px;
    font-weight: 800;
    color: #feffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 1;
    top: 45px;
}
.plan-bg .plan .planbg .plan-sub .plan-img1 p {
    font-family: "MullerMedium";
    font-size: 18px;
    font-weight: 500;
    color: #ff9300;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 1;
    top: 50px;
}
.plan-bg .plan .planbg .plan-sub .plan-img1 h2 span{
	font-weight:500;
}
.plan-bg .plan .planbg .plan-sub .plan-img1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 140px;
    min-height: 139px;
    background: url(../images/plan-sub1.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: fa-spin 4s infinite linear;
    animation: fa-spin 4s infinite linear;
}
.plan-bg .plan .planbg .plan-sub .plan-img2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 140px;
    min-height: 139px;
    background: url(../images/plan-sub2.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: fa-spin 4s infinite linear;
    animation: fa-spin 4s infinite linear;
}
.plan-bg .plan .planbg .plan-sub .plan-img3:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 140px;
    min-height: 139px;
    background: url(../images/plan-sub3.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: fa-spin 4s infinite linear;
    animation: fa-spin 4s infinite linear;
}
.plan-bg .plan .planbg .plan-sub .plan-img4:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 140px;
    min-height: 139px;
    background: url(../images/plan-sub4.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: fa-spin 4s infinite linear;
    animation: fa-spin 4s infinite linear;
}
.plan-bg .plan .planbg .plan-mid {
    padding: 31px 0px 0px 10px;
    float: left;
    width: 44%;
}
.plan-bg .plan .planbg .plan-mid p {
    font-family: 'Oxanium', cursive;
    font-size: 14px;
    font-weight: 500;
    color: #6b7388;
    margin: 0px 0px 0px 0px;
    padding: 13px 0px 0px 0px;
}
.plan-bg .plan .planbg .plan-mid p img {
	margin-right: 15px;
}
.plan-bg .plan .planbg .plan-bot {
	padding: 24px 0px 0px 15px;
    float: left;
    width: 19%;
}
.plan-bg .plan .planbg .plan-bot .planbut {
    position: relative;
    margin: 8px 8px;
    text-align: center;
}
.plan-bg .plan .planbg .plan-bot .planbut a {
	font-family: "MullerMedium";
    font-size: 17px;
    font-weight: 800;
    color: #f88f01;
    margin: 0px 0px 0px 0px;
    /* padding: 0px 0px 0px 0px; */
    position: relative;
    z-index: 1;
    top: 124px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    margin-left: -11px;
    padding: 11px;
    position: absolute;
    bottom: 0px;
    width: 104px;
}
.plan-bg .plan .planbg .plan-bot .planbut a:hover {
}
.plan-bg .plan .planbg .plan-bot .planbut:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 140px;
    min-height: 139px;
    background: url(../images/plan-sub1.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
-webkit-animation-name: rev-rotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.plan-bg .plan .planbg:hover {
    box-shadow: 0px 0px 14px #4c5365;
}
.plan-bg .plan .planbg:hover .planbut a, .plan-bg .plan .planbg .plan-bot .planbut a:hover {
	color:#fff;
}
.plan-bg  .plan-but {
	text-align:center;
	margin:30px 0px 30px 0px;
}
.plan-bg  .plan-but .plan-but1 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #43495b;
    border: 1px solid #43495b;
    box-shadow: inset 0 0 0 0 #11131f;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 15px 36px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 10px 0px;
    letter-spacing: 1px;
	
}
.plan-bg  .plan-but .plan-but1:hover {
    color: #fe9300;
    border: 1px solid #f78f01;
    background: #11131e;
    box-shadow: inset 0 0 0 42px #10131d;
    transition: 0.7s;
}
.plan-bg .about {
	padding:150px 0px 20px 0px;
}
.plan-bg .about .about-head {
	padding:0px 0px 20px 0px;

}
.plan-bg .about .about-head h2 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:500;
	color:#4c5365;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.plan-bg .about .about-head h3 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:800;
	color:#fd9505;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
.plan-bg .about .about-para {
}
.plan-bg .about .about-para h2 {
	font-family: 'Rajdhani', sans-serif;
	font-size:17px;
	font-weight:800;
	color:#898989;
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
.plan-bg .about .about-para p {
	font-family: 'Rajdhani', sans-serif;
	font-size:18px;
	font-weight:800;
	color:#5d646c;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
.plan-bg .about .about-para h3 {
	font-family: 'Rajdhani', sans-serif;
	font-size:18px;
	font-weight:800;
	color:#5d646c;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
.plan-bg .about .about-para a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #dd921a;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
}
.plan-bg .about .about-para a:hover {
     color: #fff;
}
.plan-bg .about .about-but .about-but1 {
	font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #43495b;
    border: 1px solid #43495b;
    box-shadow: inset 0 0 0 0 #11131f;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 15px 36px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 10px 0px;
	letter-spacing: 1px;
}
.plan-bg .about .about-but .about-but1:hover {
    color: #ffffff;
    border: 1px solid #e64f00;
    background: #e64f00;
    box-shadow: inset 0 0 0 42px #e64f00;
    transition: 0.7s;
}
.plan-bg .about .about-img {

    padding: 30px 0px 0px;
}

.plan-bg .about .about-img img {

    margin: auto;
}

.m-video__video {
	
	 position: relative;
}

.m-video__video img {
	
    -o-object-fit: contain;
    object-fit: contain;
	margin: auto;
}

.m-video__play {
	
    position: absolute;
    left:50%;
    top: 54%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.plan-bg .about .about-img:before {
	
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.plan-bg .about .about-img .video-play-btn i {
	
	top: 38px;
    position: relative;
	color:#1f9fe7;
}

.plan-bg .about .about-img .video-play-btn {
	
	display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    background-color: transparent;
    border-radius: 50%;
    color: #000942;
    position: absolute;
    z-index: 1;
}
  
.plan-bg .about .about-img .video-play-btn:before {
	  
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 120px;
	height: 120px;
	background: rgb(255 226 122 / 55%);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1; 
}
	
.plan-bg .about .about-img .video-play-btn:hover {
	
    color: #313131; 
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;} 
}
/*============== BANNER CSS END ==============*/


/*============== FEA CSS START ==============*/
.fea-bg {
	
	background:url(../images/advan-bg.jpg) no-repeat top center;
	background-size: cover;
	padding:30px 0px 30px 0px;
	min-height:1100px;
}
.fea-bg .fea {
}
.fea-bg .fea .cert-com {
	padding:215px 0px 0px 0px;
}
.fea-bg .fea .cert-com .cert {
}
.fea-bg .fea .cert-com .cert img {
	margin:auto;
}
.fea-bg .fea .cert-com .cert1 {	
	padding:30px 0px 30px 0px;
}
.fea-bg .fea .cert-com .cert1 img {
    float: left;
    margin: 0px 12px 33px 0px;
}
.fea-bg .fea .cert-com .cert1 h2 {
	font-family: "MullerMedium";
    font-size: 18px;
    font-weight: 600;
    color: #303668;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}
.fea-bg .fea .cert-com .cert1 p {
	font-family: "MullerMedium";
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.fea-bg .fea .cert-com .cert1 h3 {
	font-family: "MullerMedium";
    font-size: 18px;
    font-weight: 500;
    color: #f0f0f0;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}
.fea-bg .fea .cert-com .cert1 a {
	font-family: "MullerMedium";
    font-size: 30px;
    font-weight: 700;
    color: #303668;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.fea-bg .fea .cert-com .cert1 a:hover {
	color: #ff9300;
}
.fea-bg .fea .cert-com  .cert-bot {
	text-align: center;
    padding: 23px 0px 0px 0px;
    width: 100%;
    display: inline-block;
}
.fea-bg .fea .cert-com  .cert-bot .certbut {
    border: 0px;
    margin-bottom: 30px;
    margin-right: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: "MullerMedium";
    line-height: 27px;
    outline: none;
    padding: 12px 11px;
    width: 221px;
    color: #fefefe;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
	transition: 0.7s;
    text-transform: uppercase;
    background-image: linear-gradient(90deg,#303668,#303668);
    border-radius: 50px;
	box-shadow: inset 0 0 0 0 #e64f00;
}

.fea-bg .fea .cert-com  .cert-bot .certbut:hover {
    color: #131723;
    background: #fd9505;
    box-shadow: inset 0 0 0 42px #fd9505;
    transition: 0.7s;

}
.fea-bg .fea .cert-com  .cert-bot .certbut1 {
	border: 0px;
    margin-bottom: 30px;
    margin-right: 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: "MullerMedium";
    line-height: 27px;
    outline: none;
    padding: 12px 16px;
    width: 221px;
    color: #ff9300;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    background: linear-gradient(90deg, #1a1d2e 0%, #2f3566 100%);
    border-radius: 50px;
	box-shadow: inset 0 0 0 0 #fd9505;
}
.fea-bg .fea .cert-com  .cert-bot .certbut1:hover {
	color: #ff9300;
    background: #43495b;
    box-shadow: inset 0 0 0 42px #43495b;
    transition: 0.7s;
}
.fea-bg .fea .fea-head {
	padding:0px 0px 20px 0px;
}
.fea-bg .fea .fea-head h2 {
	font-family: "MullerMedium";
	font-size:50px;
	font-weight:800;
	color:#feffff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.fea-bg .fea .fea-head h2 span {
	font-weight:500;
	color:#fd9505;
}
.fea-bg .fea .fea-head p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #696c75;
    margin: 30px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 28px;
}
.fea-bg .fea .fea-com1 {
	
}
.fea-bg .fea .fea-com1 .fea-back {
	background: url(../images/advan-back.png) no-repeat top center;
    background-size: cover;
    width: 530px;
    min-height: 170px;
    margin: 20px auto 20px;
    padding: 0px 0px 0px;
    border-radius: 5px;
    transition: 0.7s;
    cursor: pointer;
}
.fea-bg .fea .fea-com1 .fea-back .fea-sub {
    padding: 24px 0px 0px 0px;
    float: left;
    width: 22%;
}
.fea-bg .fea .fea-com1 .fea-back .fea-sub .fea-sub1 {
	position: relative;
    margin: 8px 8px;
    text-align: center;
}
.fea-bg .fea .fea-com1 .fea-back .fea-sub .fea-sub1 img {
	position: relative;
    z-index: 1;
    top: 20px;
}
.fea-bg .fea .fea-com1 .fea-back .fea-sub .fea-sub1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 102px;
    min-height: 100px;
    background: url(../images/fea-back.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: fa-spin 4s infinite linear;
    animation: fa-spin 4s infinite linear;
}
.fea-bg .fea .fea-com1 .fea-back .fea-mid {
    padding: 30px 0px 0px 10px;
    float: left;
    width: 77%;
}
.fea-bg .fea .fea-com1 .fea-back .fea-mid h2 {
	font-family: 'Rajdhani', sans-serif;
	font-size:30px;
	font-weight:500;
	color:#fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.fea-bg .fea .fea-com1 .fea-back .fea-mid p {
	font-family: 'Rajdhani', sans-serif;
	font-size:18px;
	font-weight:500;
	color:#595d5e;
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/*============== FEA CSS END ==============*/

/*============== STAT CSS START ==============*/
.stat-bg {
	background: #13152100 url(../images/stat-bg.png) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px 0px;
    min-height: 900px;
    margin: -320px 0px 0px 0px;
}
.stat-bg .stat {
 margin: 275px 0px 0px 0px;
}
.stat-bg .stat .stat-head {
	padding:0px 0px 20px 0px;

}
.stat-bg .stat .stat-head h2 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:500;
	color:#4c5365;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.stat-bg .stat .stat-head h3 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:800;
	color:#fd9505;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
.stat-bg .stat .stat-para {
	padding:30px 0px 30px 0px;
}
.stat-bg .stat .stat-para p {
	font-family: "Gilroy-Regular";
	font-size:16px;
	font-weight:500;
	color:#5e666a;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	line-height:28px;
}
.stat-bg .stat .stat-but {
	padding:20px 0px 0px 0px;
}
.stat-bg .stat .stat-but .stat-but1 {
	font-family: "MullerMedium";
    font-size: 16px;
    font-weight: 700;
    color: #ebecf0;
    background: #303668;
    border: 1px solid #43495b;
    box-shadow: inset 0 0 0 0 #fd9505;
    border-radius: 50px;
    text-transform:capitalize;
    padding: 15px 36px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 10px 0px;
	letter-spacing: 1px;
}
.stat-bg .stat .stat-but .stat-but1:hover {
    color: #ffffff;
    border: 1px solid #e64f00;
    background: #e64f00;
    box-shadow: inset 0 0 0 42px #e64f00;
    transition: 0.7s;
}
.stat-bg .stat .pro
{
    padding-top: 0px;
    position: relative;
    margin: 0px 0px 0px 0px;
}
.stat-bg .stat .pro ul 
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.stat-bg .stat .pro ul li
{
   display: inline-block;
    padding: 0px 8px;
}

.stat-bg .stat .pro ul li .static1 {
    background: url(../images/stat-back.png) no-repeat top center;
    background-size: cover;
    width: 202px;
    min-height: 161px;
    margin: 20px auto 20px;
    padding: 0px 15px 0px 20px;
    border-radius: 5px;
    transition: 0.7s;
    cursor: pointer;
    text-align: left;
}
.stat-bg .stat .pro ul li .static1 img
{
	margin: 35px 0px 0px 0px;
}
.stat-bg .stat .pro ul li .static1  p {
    font-family: "MullerMedium";
    font-size: 18px;
    color: #a8afc4;
    font-weight: 500;
    padding: 50px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.stat-bg .stat .pro ul li .static1  h1 {
    font-family: "MullerMedium";
    font-size: 28px;
    color: #a8afc4;
    background: transparent;
    outline: none;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.stat-bg .stat .pro ul li .static1:hover {
	box-shadow: 0px 0px 14px #4c5365;
}
.stat-bg .stat .pro ul li .static1:hover.static1 h1,.stat-bg .stat .pro ul li .static1 h1:hover {
	color:#ff9300;
}

/*============== STAT CSS END ==============*/

/*============== EX CSS START ==============*/
.exchange-bg {
	background: #131521 no-repeat top center;
    background-size: cover;
    padding: 20px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
}
.exchange-bg .ex {
}
.exchange-bg .ex .ex1 {

}
.exchange-bg .ex .ex1-carousel {
	
    padding: 0;
    margin: 0;
    list-style: none;
}

.exchange-bg .ex .ex1-carousel img {
	
    transition: 0.7s;
    cursor: pointer;
}
.exchange-bg .ex .ex-head {
	padding:0px 0px 20px 0px;

}
.exchange-bg .ex .ex-head h2 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:500;
	color:#4c5365;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.exchange-bg .ex .ex-head h3 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:800;
	color:#fd9505;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
/*.part-bg .part .partner ul {
	list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.part-bg .part .partner ul li {
	display: inline-block;
    padding: 0px 8px;
}
.part-bg .part .partner ul li img {
	    width: 200px;
}*/
/*============== EX CSS END ==============*/


/*============== EX CSS START ==============*/
.paid-bg {
	background: #131521 no-repeat top center;
    background-size: cover;
    padding: 20px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
}
.paid-bg .paid {
    text-align: right;
}
.paid-bg .paid .paid-head {
	padding:0px 0px 20px 0px;

}
.paid-bg .paid .paid-head  h2 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:500;
	color:#4c5365;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.paid-bg .paid .paid-head  h3 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:800;
	color:#fd9505;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}

/*============== EX CSS END ==============*/


/*============== PART CSS START ==============*/
.part-bg {
	background: #fff no-repeat top center;
    background-size: cover;
    padding: 20px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
}
.part-bg .part {
}
.part-bg .part .partner {

}
.part-bg .part .partner ul {
	list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.part-bg .part .partner ul li {
	display: inline-block;
    padding: 0px 8px;
}
.part-bg .part .partner ul li img {
	    width: 200px;
}
/*============== PART CSS END ==============*/


/*============== REF CSS START ==============*/
.ref-bg {
	background: #13152100 url(../images/last-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px 0px;
}
.ref-bg .ref {
	padding: 50px 0px 0px 0px;
}
.ref-bg .ref .ref-head {
	padding:0px 0px 20px 0px;

}
.ref-bg .ref .ref-head h2 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:500;
	color:#4c5365;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.ref-bg .ref .ref-head h3 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:800;
	color:#fd9505;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
.ref-bg .ref .ref-para {
	padding:30px 0px 30px 0px;
}
.ref-bg .ref .ref-para p {
	font-family: "Gilroy-Regular";
	font-size:16px;
	font-weight:500;
	color:#5e666a;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	line-height:28px;
}
.ref-bg .ref .ref-but {
	padding:20px 0px 0px 0px;
}
.ref-bg .ref .ref-but .ref-but1 {
	font-family: "MullerMedium";
    font-size: 16px;
    font-weight: 700;
    color: #ebecf0;
    background: #303668;
    border: 1px solid #43495b;
    box-shadow: inset 0 0 0 0 #4c5365;
    border-radius: 50px;
    text-transform:capitalize;
    padding: 15px 36px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 10px 0px;
	letter-spacing: 1px;
}
.ref-bg .ref .ref-but .ref-but1:hover {
    color: #131723;
    border: 1px solid #fd9505;
    background: #fd9505;
    box-shadow: inset 0 0 0 42px #fd9505;
    transition: 0.7s;
}
.ref-bg .ref .ref-com {
	background: url(../images/ref-back.png) no-repeat top center;
    background-size: cover;
    width: 575px;
    min-height: 303px;
    margin: 20px auto 20px;
    padding: 0px 0px 0px;
    transition: 0.7s;
    cursor: pointer;
}
.ref-bg .ref .ref-com ul {
	list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.ref-bg .ref .ref-com ul li {
	display: inline-block;
    padding: 0px 11px;
    width: 170px;
}
.ref-bg .ref .ref-com ul li .refs {
    padding: 0px 0px 0px 0px;
    float: left;
    width: 111%;
}
.ref-bg .ref .ref-com ul li .refs .refs1 {
    position: relative;
    margin: 8px 8px;
    text-align: center;
}
.ref-bg .ref .ref-com ul li .refs .refs1 h2 {
    font-family: "Gilroy-Regular";
    font-size: 60px;
    font-weight: 800;
    color: #fafafa;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 1;
    top: 26px;
}
.ref-bg .ref .ref-com ul li .refs .refs1 p {
    font-family: "Gilroy-Regular";
    font-size: 16px;
    font-weight: 500;
    color: #fd9505;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 1;
    top: 25px;
}
.ref-bg .ref .ref-com ul li .refs .refs1 h2 span{
	font-weight:500;
}
.ref-bg .ref .ref-com ul li .refs .refs1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 140px;
    min-height: 139px;
    background: url(../images/ref1.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: fa-spin 4s infinite linear;
    animation: fa-spin 4s infinite linear;
}
.ref-bg .ref .ref-com ul li .refs .refs2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 140px;
    min-height: 139px;
    background: url(../images/ref2.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation-name: rev-rotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.ref-bg .ref .ref-com ul li .refs .refs3:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 140px;
    min-height: 139px;
    background: url(../images/ref3.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: fa-spin 4s infinite linear;
    animation: fa-spin 4s infinite linear;
}
.refi1 {
	position: relative;
    top: 90px;
    left: -31px;
}
.refi2 {
    position: relative;
    top: 42px;
    left: -11px;
}
.refi3 {
    position: relative;
    top: -7px;
    left: 18px;
}
/*============== REF CSS END ==============*/


/*============== PAY CSS START ==============*/
.pay-bg {
	background: transparent no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px 0px;
}
.pay-bg .pay {
	padding: 20px 0px 0px 0px;
}
.pay-bg .pay .pay-head {
	padding:0px 0px 20px 0px;
	text-align:right;
}
.pay-bg .pay .pay-head h2 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:500;
	color:#4c5365;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.pay-bg .pay .pay-head h3 {
	font-family: "MullerMedium";
	font-size:48px;
	font-weight:800;
	color:#fd9505;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
.pay-bg .pay .payment {
	padding:30px 0px 0px 0px;
}
.pay-bg .pay .payment ul {
	list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.pay-bg .pay .payment ul li {
	display: inline-block;
    padding: 0px 5px;
}
/*.pay-bg .pay .payment ul li img {
    display: inline-block;
    padding: 13px 11px;
}*/
.pay-bg .pay .payment ul li .pay-back {
	background: url(../images/pay-back.png) no-repeat top center;
    background-size: cover;
    width: 222px;
    min-height: 140px;
    margin: 20px auto 20px;
    padding: 0px 15px 0px 20px;
    border-radius: 5px;
    transition: 0.7s;
    cursor: pointer;
    text-align: center;
}
.pay-bg .pay .payment ul li .pay-back img {
    margin: auto;
    padding: 25px 0px 0px 0px;
}
.pay-bg .pay .payment ul li .pay-back p {
	font-family: "MullerMedium";
    font-size: 12px;
    font-weight: 400;
    color: #8d939e;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 5px 0px;
    text-transform: uppercase;
}
.pay-bg .pay .payment ul li .pay-back h2 {
	font-family: "MullerMedium";
	font-size:18px;
	font-weight:800;
	color:#fd9505;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
/*============== PAY CSS END ==============*/

/*============== FOOT CSS START ==============*/
.foot-bg {
	background: transparent no-repeat top center;
    background-size: cover;
    padding: 30px 0px 0px 0px;
}
.foot-bg .foot-main {
	padding: 20px 0px 0px;
}

.foot-bg .foot-main .footerLogo {
	padding-top: 15px;
}

.foot-bg .foot-main .footerLogo a img { 

	display:inline-block;
	transform-origin: 100% 0;
}

.foot-bg .foot-main .footerLogo a img:hover {
	
	animation-name: bounce;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

.foot-bg .foot-main .footerMenu {
    float: left;
    margin-top: 45px;
}

.foot-bg .foot-main .footerMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.foot-bg .foot-main .footerMenu ul li {
    display: inline-block;
    padding: 9px 0px;
}

.foot-bg .foot-main .footerMenu ul li a {
	
	text-decoration: none;
	font-family: "MullerMedium";
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	color: #d7d9da;
	padding: 0px 14px;
}

.foot-bg .foot-main .footerMenu ul li a:hover {
	
	color: #f99100;
    transition: 0.7s;
}
.foot-bg .foot-copy {
	padding: 20px 0px 0px;
}
.foot-bg .foot-copy .foot-but {
	text-align:center;
	margin:30px 0px 30px 0px;
}
.foot-bg .foot-copy .foot-but .foot-but1 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #43495b;
    border: 1px solid #43495b;
    box-shadow: inset 0 0 0 0 #11131f;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 15px 36px;
    transition: 0.7s;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 10px 0px;
    letter-spacing: 1px;
	
}
.foot-bg .foot-copy .foot-but .foot-but1:hover {
    color: #fe9300;
    border: 1px solid #f78f01;
    background: #11131e;
    box-shadow: inset 0 0 0 42px #10131d;
    transition: 0.7s;
}
.foot-bg .foot-copy .copyRights {
    padding: 35px 0px 0px;
    text-align: center;
}
.foot-bg .foot-copy .copyRights p {
	font-family: "MullerMedium";
	font-size: 15px;
	font-weight:500;
	color: #f6f6f6;
	margin:0px 0px 0px 0px;
}
.foot-bg .foot-copy .foot-soci {
    padding: 20px 0px 0px;
    text-align: right;
}
.foot-bg .foot-copy .foot-soci a {
	padding: 2px 7px;
}
.foot-bg .foot-copy .foot-soci a i {
	font-size: 20px;
    color: #91c0c2;
    background: #d0e7e7;
    border: 1px solid #d0e7e7;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    border-radius: 11px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 10px #d0e7e7;
}
.foot-bg .foot-copy .foot-soci a i:after {
	position: absolute;
    left: 50%;
    top: 50%;
    right: 50%;
    bottom: 50%;
    content: "";
    background: #fb9400;
    z-index: -1;
    border: 1px solid #fb9400;
    box-shadow: 0px 0px 10px #fb9400;
    border-radius: 16px;
    transition: .4s;
    opacity: 0;
    height: 0;
    width: 0;
}
.foot-bg .foot-copy .foot-soci a i:hover {
    color: #283546;
    transition: 0.7s;
}
.foot-bg .foot-copy .foot-soci a i:hover:after {
	opacity: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.foot-bg .foot-copy .li-num {
    padding: 0px 0px 0px 0px;
    text-align: right;
}
.foot-bg .foot-copy .li-num p {
	font-family: "MullerMedium";
	font-size:15px;
	color:#a2aeb5;
	font-weight:500;
}
.foot-bg .foot-copy .li-num p a {
	color:#a2aeb5;
	font-size:16px;
}
.foot-bg .foot-copy .li-num p a:hover {
	color:#f99100;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 99999% 0;
    }
}
@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 99999% 0;
    }
}
@-ms-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 99999% 0;
    }
}
@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 99999% 0;
    }
}
/*============== FOOT CSS END ==============*/


/*============== REF CSS END ==============*/



/**********************************************************/
@media only screen and (max-width: 1200px){
	header .navbar-inverse .navbar-header a {
	    width: 200px;
    	padding: 0px 0px 0px 0px;
	}
	header .navbar-inverse .navbar-nav > li.btn_menu {
	  padding: 17px 0;
	}
	header .navbar-inverse .navbar-nav > li {
	  padding: 0 6px;
	}
	header .navbar-inverse .navbar-header {
	  padding: 9px 0;
	}
	
	header .navbar-inverse .navbar-header {
		margin-left: 0;
	}
	header .navbar-inverse .navbar-header {
		margin-left: 0;
	}
	
	header .navbar-center {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1199px){
	header .navbar-inverse .navbar-nav > li {
	    padding: 14px 8px;
	}
	header .navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
	}
	header .navbar-inverse .navbar-nav > li .btn {
		min-width: 115px;
	}
	 header .navbar-inverse .navbar-nav > li a.btn.btn-primary {
		min-width: 110px;
	}
	#google_translate_element {
		color: transparent;
		position: relative;
		top: 18px;
		margin: auto;
		text-align: center;
	}
	.fea-bg .fea .cert-com .cert1 {
		text-align: center;
	}
	.fea-bg .fea .cert-com .cert1 img {
		float: unset;
		margin: auto;
	}
}

@media only screen and (max-width: 991px){
	header {
		background-size: cover !important;
		padding: 0px 0px 0px 0px;
		background: transparent;
		width: 100%;
		min-height: 0px;
		background-size: contain;
		text-align: center;
	}
	header .navbar-inverse {
	  text-align: center;
	}
	header .navbar-inverse .navbar-header {
	  width: 100%;
	}
	header .navbar-inverse .navbar-header a img {
		margin: 0px 0px 0px 0px;
	}
	header .navbar-inverse .navbar-nav > li {
		padding: 5px 13px;
		display: inline-block;
		vertical-align: middle;
		float: none;
		text-align: center;
	}
	header .navbar-inverse .navbar-nav > li.btn_menu {
	  padding: 4px 0;
	}
	header .navbar-inverse .navbar-nav > li > a {
		padding: 0px 0px 8px 0px;
	}
	header .navbar-center {
		position: unset;
		top: 0px;
		width:100%;
	}
	.banner-bg .banner {
		padding: 30px 0px 30px;
		text-align: center;
	}
	.banner-bg .banner .banner-text {
    	padding: 30px 0px 30px 0px;
	}
	.banner-bg .banner .top-but {
		text-align:center;
	}
	.banner-bg .banner .banner-but {
		padding: 20px 0px 30px 0px;
	}
	.banner-bg .plan-head {
		padding:30px 0px 30px 0px;
		text-align:center;
	}
	.plan-bg .about {
		padding: 50px 0px 20px 0px;
		text-align: center;
	}
	.plan-bg .plan .planbg .plan-mid p {
		padding: 13px 0px 0px 20px;
		text-align:left;
	}
	.plan-bg .plan-but {
        display: none;
    }
	.fea-bg .fea {
		text-align: center;
	}
	.fea-bg .fea .cert-com {
		padding: 20px 0px 0px 0px;
	}
	.stat-bg {
	    margin: 0px 0px 0px 0px;
	}
	.stat-bg .stat {
		margin: 20px 0px 0px 0px;
		text-align: center;
	}
	.stat-bg .stat .stat-para {
		padding: 10px 0px 0px 0px;
	}
	.exchange-bg .ex {
		padding: 20px 0px 0px 0px;
		text-align: center;
	}
	.paid-bg .paid {
		padding: 20px 0px 0px 0px;
		text-align: center;
	}
	.ref-bg .ref {
		padding: 20px 0px 0px 0px;
		text-align: center;
	}
	.ref-bg .ref .ref-para {
		padding: 10px 0px 0px 0px;
	}
	.foot-bg .foot-main {
		padding: 0px 0px 0px;
		text-align: center;
	}
	.foot-bg .foot-main .footerMenu {
		float: left;
		margin-top: 40px;
	}
	.foot-bg .foot-copy .foot-soci {
		padding: 20px 0px 0px;
		text-align: center;
	}
	.foot-bg .foot-copy .li-num {
		padding: 30px 0px 0px 0px;
		text-align: center;
	}
	
}

@media only screen and (max-width: 767px){
	header {
		width: 100%;
		background: #22242e no-repeat top center fixed;
		background-size: cover;
		background-attachment: fixed;
		padding: 15px;
		position: fixed;
		top: 0;
		right: 0px;
		left: 0px;
		z-index: 11111;
	}
	header .navbar-inverse {
		text-align: left;
	}
	header .navbar-toggle{ margin: 17px 0 0px; border:0; background: #f96412; border-radius:0;}
	header .navbar-inverse .navbar-toggle:hover, 
	header .navbar-inverse .navbar-toggle:focus{ background: #555c66;}
	header .navbar-inverse .navbar-toggle:hover .icon-bar, 
	header .navbar-inverse .navbar-toggle:focus .icon-bar{ background-color:#f5f5f5;}
	header .navbar-inverse .navbar-nav > li {
	    padding: 6px;
    	width: 100%;
    	text-align: center;
	}
	header .navbar-inverse .navbar-nav > li > a:hover {
		
	}
	header .navbar-inverse .navbar-header a {
    	width: 200px;
    	padding: 20px 0px 0px 0px;
	}
	.banner-bg {
		min-height:0px;
	}
	.banner-bg .banner {
		padding: 165px 0px 30px;
	}
	.plan-bg .plan .planbg {
		 background: #11141e;
    	border: 9px solid #181b2b;
		width: 300px;
		min-height: 385px;
		overflow: hidden;
	}
	.plan-bg .plan .planbg .plan-sub {
		padding: 24px 0px 45px 0px;
		float: left;
		width: 100%;
	}
	.plan-bg .plan .planbg .plan-mid {
		padding: 20px 0px 0px 0px;
		float: left;
		width: 100%;
		text-align: center;
	}
	.plan-bg .plan .planbg .plan-bot {
		padding: 0px 0px 0px 0px;
		float: left;
		width: 100%;
	}
	.plan-bg .plan .planbg .plan-bot .planbut a {
		top: 24px;
		transform: rotate(0deg);
		margin-left: -52px;
		padding: 1px;
	}
	.fea-bg .fea .fea-com1 .fea-back {
		background: #10121c;
		box-shadow: inset 0px 0px 0px 4px #191c2d;
		border: 5px solid #10121c;
		width: 300px;
		min-height: 310px;
		padding: 10px;
	}
	.fea-bg .fea .fea-com1 .fea-back .fea-sub {
		padding: 0px 0px 0px 0px;
		float: left;
		width: 100%;
	}
	.fea-bg .fea .fea-com1 .fea-back .fea-mid {
		padding: 52px 0px 0px 10px;
		float: left;
		width: 100%;
	}
	.ref-bg .ref .ref-com {
		background: transparent;
		width: auto;
		min-height: 180px;
	}
	.ref-bg .ref .ref-com ul li {
		min-height: 165px;
	}
	.refi1 {
		position: relative;
		top:0px;
		left:0px;
	}
	.refi2 {
		position: relative;
		top:0px;
		left:0px;
	}
	.refi3 {
		position: relative;
		top:0px;
		left:0px;
	}
	.foot-bg .foot-main .footerMenu {
		display:none;
	}
}

@media only screen and (max-width: 560px){

}



/**********************************************/

.navbar-nav li a {
	color: #fff;
	font-size: 18px;
	padding: 0 8px;
}
.head-btn {
	display: inline-block;
	padding-left: 20px;
}
.navbar {
	padding: 0;
	/*display: inline-block;*/
}
.nav-info {
	float: right;
	display: inline-block;
}
/*header {
	padding: 20px 0;
}
.logo {
	padding-top: 10px;
}
.banner h2 {
	font-family: 'Aliquam';
	color: #fff;
	font-size: 38px;
}
.banner {
	
	padding: 100px 0 76px 0;
}
.banner h2 span {
	color: #ffd816;
}*/
.bull-bear {
	text-align: center;
}
.bull-bear img {
	vertical-align: bottom;
}
.play i {
	font-size: 25px;
	color: #dd3f0b;
	width: 85px;
	height: 85px;
	background: #ffd816;
	text-align: center;
	padding-top: 30px;
	border-radius: 50px;
}
.play h5 {
	color: #770101;
	font-size: 21px;
	margin: 5px 0;
}
.play small {
	font-size: 15px;
	color: #222;
}
.play {
	text-align: center;
}
.play a i:hover {
	background: #782220;
	color: #fff;
}
.play {
	text-align: center;
	margin-top: -105px;
}
.navbar-nav li a:hover {
	color: #ffd816;
}
@keyframes floating {
 from {
transform: translate(0, 0px);
}
 65% {
transform: translate(0, 15px);
}
to {
	transform: translate(0, -0px);
}
}
.bull-bear li {
	display: inline-block;
}
.bull-bear li:nth-child(1) {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.bull-bear li:nth-child(2) {
	animation-name: floating;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.abt-info h4 {
	font-size: 30px;
}
.abt-info p {
	font-size: 16px;
	padding: 10px 0;
	line-height: 25px;
	margin: 0;
}
.heading h3 {
	font-size: 34px;
    font-weight: 600;
    color: #fc692b;
}
.currency-list li {
	display: inline-block;
	padding: 0 10px;
}
.currency-list {
	text-align: center;
	padding: 20px 0;
}
.owl-carousel .owl-item img {
	width: auto;
	margin: auto;
}
.inv-info h4 {
	font-size: 41px;
	color: #fff;
	text-align: center;
}
.inv-info {
	text-align: center;
	padding: 30px 0;
}
.inv-info a {
	margin-top: 20px;
}
.plan-ic {
	background: rgba(147,14,14,1);
	background: -moz-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,14,14,1)), color-stop(69%, rgba(181,11,11,1)), color-stop(100%, rgba(181,11,11,1)));
	background: -webkit-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -o-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -ms-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: linear-gradient(to right, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#930e0e', endColorstr='#b50b0b', GradientType=1 );
	display: inline-block;
	width: 50px;
	height: 45px;
	text-align: center;
	padding-top: 6px;
	border-radius: 5px;
	margin-bottom: -7px;
	z-index: -1;
	position: relative;
}
.plan-block:hover .plan-top {
	background: rgba(255,216,22,1);
	background: -moz-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,216,22,1)), color-stop(32%, rgba(242,201,17,1)), color-stop(100%, rgba(227,198,53,1)));
	background: -webkit-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: -o-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: linear-gradient(to bottom, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd816', endColorstr='#e3c635', GradientType=0 );
}
.plan-block:hover .plan-ic {
	background: #ffd816;
}
.plan-top {
	background: rgba(147,14,14,1);
	background: -moz-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,14,14,1)), color-stop(69%, rgba(181,11,11,1)), color-stop(100%, rgba(181,11,11,1)));
	background: -webkit-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -o-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -ms-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: linear-gradient(to right, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930e0e', endColorstr='#b50b0b', GradientType=1 );
	text-align: center;
 
	padding: 18px 15px;
}
.plan-top h5 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}
.plan-top h4 {
	font-size: 18px;
 
	color: #fff;
	font-weight: 500;
	margin: 0;
}
.plan-top h4 small {
	font-size: 21px;
}
.plan-top h5 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.44);
	padding-bottom: 15px;
}
.plan-invest li {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.plan-invest li span {
	font-size: 16px;
	color: #222;
}
.plan-invest li h4 {
	color: #a50e0e;
}
.plan-invest li span {
	font-size: 16px;
	color: #222;
	display: inline-block;
	padding: 7px 0;
	border-bottom: 1px solid rgb(255, 249, 249);
	width: 100%;
}
.plan-invest li h4 {
	color: #a50e0e;
	border-bottom: 1px solid rgb(255, 249, 249);
	padding: 10px 0;
}
.plan-invest {
	text-align: center;
	background: #efefef;
	padding-top: 10px;
}
.plan-invest h6 {
	font-size: 16px;
	padding: 10px 0 15px 0;
	margin: 0;
	padding-bottom: 20px;
}
.plan-btn a {
	background: #ffd816;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 12px 20px;
	width: 100%;
	display: inline-block;
	text-align: center;
	-webkit-box-shadow: inset 0px -1px 30px 1px rgba(255,188,180,0.79);
	-moz-box-shadow: inset 0px -1px 30px 1px rgba(255,188,180,0.79);
	box-shadow: inset 0px -1px 30px 1px rgba(255,188,180,0.79);
}
.fs-40 {
	font-size: 40px !important;
}
.inv-plan {
	padding: 30px 0;
}
.plan-btn a:hover {
	background: #9e0e0e;
}
.bg-theme2 {
	background: rgba(184,15,15,1);
	background: -moz-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,15,15,1)), color-stop(68%, rgba(212,55,50,1)), color-stop(100%, rgba(244,100,90,1)));
	background: -webkit-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: -o-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: -ms-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: linear-gradient(to right, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80f0f', endColorstr='#f4645a', GradientType=1 );
}
.ref-info span {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0 30px 0;
	display: inline-block;
}
.ref-info p {
	color: #fff;
	font-size: 16px;
	padding: 15px 0 0 0;
}
.ref-info a {
	margin-top: 10px;
}
.ref-info {
	padding: 70px 0;
}
.ref-block {
	position: relative;
}
.ref-block li {
	font-size: 36px;
	font-weight: normal;
	color: #c62320;
	display: inline-block;
}
.ref-block li small {
	font-size: 30px;
}
.ref-img {
	position: relative;
}
.ref-block ul li {
	position: absolute;
}

.ref-block ul li:nth-child(1) {
	position: absolute;
	top: 40%;
	left: 12%;
}

.ref-block ul li:nth-child(2) {
	position: absolute;
	top: 93px;
	left: 43%;
}
.ref-block ul li:last-child {
	display: none;
}

.ref-block ul li:nth-child(3) {
	position: absolute;
	top: 34%;
	right: 10px;
}
.ref-block ul li:nth-child(4) {
	position: absolute;
	top: 57%;
	right: 25%;
}
.ref-block ul li h5 {
	margin-top: 0;
	font-size: 17px;
	text-align: center;
	font-weight: normal;
}
.feature-info h5 {
	color: #d10707;
	font-size: 26px;
	font-weight: normal;
}
.feature-info p {
	font-size: 16px;
	color: #222222;
	width: 80%;
}
.feature-info {
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
	padding: 35px 10px 15px 65px;
	width: 75%;
	margin: 40px auto;
	border-radius: 10px;
}
.feature-info:hover h5 {
	color: #fff;
}
.feature-info:hover p {
	color: #fff;
}
.fea-bg1 {
	background: #fff url(../images/feature-ic1.png) no-repeat left bottom;
}
.fea-bg1:hover {
	background: #d10707 url(../images/feature-ic1.png) no-repeat left bottom;
}
.fea-bg2 {
	background: #fff url(../images/feature-ic2.png) no-repeat left bottom;
}
.fea-bg2:hover {
	background: #d10707 url(../images/feature-ic2.png) no-repeat left bottom;
}
.fea-bg3 {
	background: #fff url(../images/feature-ic3.png) no-repeat left bottom;
}
.fea-bg3:hover {
	background: #d10707 url(../images/feature-ic3.png) no-repeat left bottom;
}
.fea-bg4 {
	background: #fff url(../images/feature-ic4.png) no-repeat left bottom;
}
.fea-bg4:hover {
	background: #d10707 url(../images/feature-ic4.png) no-repeat left bottom;
}
.feature-block {
	background: #fff url(../images/fea-bg.png) no-repeat center;
	position: relative;
}
.fea-logo {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 170px;
}
.transact-tb table {
	background: rgba(181,11,11,1);
	background: -moz-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(181,11,11,1)), color-stop(29%, rgba(193,13,13,1)), color-stop(100%, rgba(147,14,14,1)));
	background: -webkit-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: -o-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: -ms-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: linear-gradient(to right, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50b0b', endColorstr='#930e0e', GradientType=1 );
}
.transact-tb table tr {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}
.sec-logo li {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 25px 0;
}
.sec-logo {
	background: #ffd816;
	border-radius: 10px;
}
.sec-logo {
	margin-bottom: -50px;
	margin-top: -73px;
}
.foot-info li {
	display: inline-block;
	width: 100%;
	padding: 8px 0;
}
.foot-info li i {
	color: #fff;
	font-size: 24px;
	padding-right: 0;
	vertical-align: top;
	padding-top: 5px;
}
.foot-info li h5 {
	color: #fff;
	font-size: 17px;
	display: inline-block;
	margin: 0;
	padding-left: 15px;
	line-height: 24px;
}
.foot-info {
	padding: 20px 0;
}
.foot-para p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
}
.foot-para {
	text-align: center;
}
.foot-para a {
	margin-top: 10px;
}
.soc-info li {
	display: inline-block;
	padding: 0 6px;
}
.soc-info {
	text-align: center;
	padding-top: 15px;
}
.cpy-rgt a {
	color: #d94646;
}
.cpy-rgt {
	color: #d94646;
	font-size: 15px;
	text-align: center;
	padding: 30px 0;
}
.bg5 {
	padding: 90px 0 10px 0;
}
.soc-info li a:hover {
	opacity: 0.5;
}

.bg-theme3{
background:#e9e9e9;	
}

.crypto-live {
	padding: 40px 0 105px 0;
}
.ref-img img {
	width: 100%;
}
 .stretch-card  {
	text-align: center;
	margin: 20px auto;
}
/*.main-menu {
	display: none;
}*/


/*.header-div {
 
	background: #f6f9fb !important;
}
*/
/*
.header-div a {
	color: #222 !important;
}
.ccc-widget div {
	background: #fff !important;
	color: #222 !important;
	border: none !important;
}

.header-div a {
	color: #222 !important;
}*/

/***************************************************Form******************************************************/

.innerform-logo h4 {
	font-size: 36px;
	color: #24328c;
	font-family: 'Cocogoose';
	line-height: 50px;
	margin: 0;
padding: 70px 0 30px 0;
display: inline-block;
text-align: center;
}
.innerform-logo span {
	color: #24328c;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	display: inline-block;
	width: 100%;
padding: 40px 0;
	margin: 0;
}
.innerform-logo span a {
	color: #222;
	text-decoration:underline;
 
}
 
.innerform-logo {
 
	padding: 85px 0 40px 0;
}

.form-box {
    background: #181b2b;
    box-shadow: 0px 0px 10px #3a4360;
    display: inline-block;
    border-radius: 5px;
    padding: 15px;
    margin: auto;
    width: 100%;
}

.form_block i {
    width: 50px;
    height: 50px;
    background: linear-gradient(-19deg, #fb9400 10%, #e64f00);
    background-size: cover;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    border-radius: 50px;
}
.form_block {
	position: relative;
	margin: 15px 0;
	font-family: 'Rubik', sans-serif;
}
input.sbmt {
	border: 0px;
    margin-bottom: 30px;
    margin-right: 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: "MullerMedium";
    line-height: 27px;
    outline: none;
    padding: 12px 16px;
     width: 146px;
    color: #ff9300;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    background: linear-gradient(90deg, #1a1d2e 0%, #2f3566 100%);
    border-radius: 50px;
    box-shadow: inset 0 0 0 0 #fd9505;
}

input.sbmt:hover {
    color: #ff9300;
    background: #43495b;
    box-shadow: inset 0 0 0 42px #43495b;
    transition: 0.7s;
}
.upline h5 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	padding: 20px 0;
}
.upline h5 span {
	color: #fc692b;
}
.check_block {
	text-align: center;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.check_block a{
 
	color: #feb747;
}

.check_block a:hover{
 
	color: #fc692b;
}

.cont-box {

    background: #fff;
    box-shadow: 0px 0px 10px #dbd3d0;
    display: inline-block;
    border-radius: 5px;
    padding: 40px 40px 40px 40px;
    margin: 20px auto 20px;
    width: 100%;
	position: relative;
	transition: 0.4s;
	top: 0px;
}

.cont-box:hover {
	
	top: -10px;
	transition: 0.4s;
}

.cont-box:before, .cont-box:after {
	
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    bottom: -1px;
    background: #fc692b;
    border-radius: 5px;
}

.cont-box:before {
	
	left: 0;
	border-radius: 5px;
}

.cont-box:after {
	
	right: 0;
	background: #fc692b;
	transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
	border-radius: 5px;
}

.cont-box:hover:before {
	
	background: #fc692b;
	width: 100%;
	transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
	border-radius: 5px;
}

.cont-box:hover:after {
	
	background: transparent;
	width: 100%;
	transition: 0s;
	border-radius: 5px;
}

.cont-box i {

    width: 66px;
    height: 66px;
    line-height: 36px;
    text-align: center;
    font-size: 30px;
    background: #fc692b;
    color: #fff;
    transition: 0.7s;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
}

.cont-box h2 {
	
	font-family:'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    margin: 30px 0px 14px 0px;
}

.cont-box p {
	
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #757575;
    margin: 0px 0px 0px 0px;
    line-height: 26px;
}

.cont-map {
	
    padding: 30px 0px 30px;
}

.cont-head {
	
    padding: 30px 0px 30px;
	text-align:center;
}

.cont-head h4 {
	
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fc692b;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.cont-head h2 {
	
    font-family: 'Josefin Sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
   color: #fb9400;
    margin: 0px 0px 10px 0px;
}

.cont-head p {
	
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #898989;
    margin: 0px 0px 0px 0px;
    line-height: 24px;
}

.cont-text {
	
	padding:10px 0px 0px 0px;
}

.cont-text h4 {
	
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fc692b;
	margin: 0px 0px 10px 0px;
}

.cont-text h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin: 0px 0px 10px 0px;
}

.cont-para {
	padding:6px 0px 20px 0px;
}

.cont-para p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0px 0px 0px 0px;
	line-height:24px;
}

.cont-num {
	padding:10px 0px 0px 0px;
	text-align:center;
}

.cont-num i {
	
	font-size: 20px;
	color:#fff;
}

.cont-num h4 {
	
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fc692b;
	margin: 20px 0px 6px 0px;
}

.cont-num p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0px 0px 0px 0px;
}

.cpy-form {
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    color: #ffffff;
    background: #091371;
}

.inner-form {
	padding: 35px 0 35px 0;
	position: relative;
}
/*.inner-form::after {
	position: absolute;
	content: '';
	background: url(../images/bull-sm.png) no-repeat center;
	width: 351px;
	height: 343px;
	bottom: 0;
	left: -20px;
}
.inner-form::before {
	position: absolute;
	content: '';
	background: url(../images/bear-sm.png) no-repeat center;
	width: 351px;
	height: 343px;
	bottom: 0;
	right: 0;
}*/



.innerform-logo span a:hover {
	color: #fff;
}
 .form-head {
	padding: 60px 0;
}

.inner-bg2 {
	
    background: url(../images/plan-bg.jpg) no-repeat top center;
	background-attachment:fixed;
    background-size: cover;
}

.svg-effect {
	
    left: 0;
    right: 0;
    bottom: 0;
    height: 130px;
}

.svg-effect svg {
	
    width: 100%;
    height: 100%;
}

.abt-detail {
	
	padding: 60px 0px 60px;
	text-align: center;
}

.abt-detail h2 {
	
	font-family: 'Josefin Sans', sans-serif;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

.abt-detail ul {
	
	padding:0;
	margin:0;
	list-style:none;
}

.abt-detail ul li {
	
	font-family: 'Rubik', sans-serif;
    font-size:16px;
    font-weight:500;
    color: #fff;
	padding:10px 4px;
	display:inline-block;
}

.abt-detail ul li i {
	
	font-size:18px;
}

.abt-detail ul li a {

    color: #fff;
	transition:0.7s;
}

.abt-detail ul li a:hover {
	
    color: #fece42;
	transition:0.7s;
}

.msg {
	/*width: 75%;*/
	margin: auto;
}
.msg.sucess h5 {
	text-align: center;
    font-family: 'Rubik', sans-serif;
	background: #339f7b;
	-webkit-box-shadow: -1px 32px 31px -6px rgba(51,159,123,0.36);
	-moz-box-shadow: -1px 32px 31px -6px rgba(51,159,123,0.36);
	box-shadow: -1px 32px 31px -6px rgba(51,159,123,0.36);
}
.msg h5 {
	font-size: 18px;
	color: #fff;
	padding: 4px 6px;
}
.msg.error h5 {
	text-align: center;
    font-family: 'Rubik', sans-serif;
	background: #a80511;
	-webkit-box-shadow: -1px 25px 31px -6px rgba(168,5,16,0.35);
	-moz-box-shadow: -1px 25px 31px -6px rgba(168,5,16,0.35);
	box-shadow: -1px 25px 31px -6px rgba(168,5,16,0.35);
}
.msg.error i {
	background: #bf353f;
}
.msg i {
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	border-radius: 5px;
	margin-right: 10px;
}


/*============== FAQ CSS START ==============*/
.faq-bg {
	
    background: url(../images/plan-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
	position:relative;
	overflow:hidden;
}

.faq-bg .faq {
	
    padding: 0px 0px 0px;
}

.faq-bg .faq .faq-img {
	
    padding: 30px 0px 30px;
}

.faq-bg .faq .faq-head {
	
    padding: 30px 0px 30px;
}

.faq-bg .faq .faq-head h4 {
	
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fc692b;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.faq-bg .faq .faq-head h2 {
	
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #212121;
    margin: 0px 0px 20px 0px;
}

.faq-bg .faq .faq-head p {
	
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight:400;
    color: #757575;
    margin: 0px 0px 0px 0px;
}

.faq-bg .faq .faq-main {
	
    padding: 30px 0px 30px;
}

.faq-bg .faq .faq-main .faq_accordian1 {
	
	padding:0px 0px 0px 0px;
}

.faq-bg .faq .faq-main .faq_accordian1 .accordion {
	
	list-style: none;
	padding: 0;
	margin: 0;
}

.faq-bg .faq .faq-main .faq_accordian1 .accordion {
	
	margin-top: 10px;
}

.faq-bg .faq .faq-main .faq_accordian1 .accordion--headline {
	
	font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
	border-bottom:1px solid #75757587;
	padding: 15px 15px 15px 30px;
	line-height:40px;
	transition: .3s ease;
	position: relative;
	width:100%;
	display:inline-block;
}

.faq-bg .faq .faq-main .faq_accordian1 .open div.accordion--headline span {
	
	background: linear-gradient(-19deg, #e64f00 10%, #fb9400);
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0px 16px 0px -40px;
    border-radius: 50px;
	transition: .3s ease;
	float:left;
}

.faq-bg .faq .faq-main .faq_accordian1 div.accordion--headline span {
	
	 background: #4c5365;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0px 16px 0px -40px;
    border-radius: 50px;
	transition: .3s ease;
	float:left;
}

.faq-bg .faq .faq-main .faq_accordian1 .accordion--headline:hover {
	
	color: #fd6248;
}

.faq-bg .faq .faq-main .faq_accordian1 .open div.accordion--headline {
	
	color: #fd6248;
}

.faq-bg .faq .faq-main .faq_accordian1 .accordion--headline::before, .faq-bg .faq .faq-main .faq_accordian1 .accordion--headline::after {
	
	content: "";
	width: 14px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	display: block;
	top: 54%;
	left: 10px;
	transform: translate(-50%, -50%) rotate(0deg);
	transition: .3s ease;
	z-index:1;
}

.faq-bg .faq .faq-main .faq_accordian1 .accordion--headline::after {
	
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-bg .faq .faq-main .faq_accordian1 .accordion--headline:hover {
	
	cursor: pointer;
	color: #fd6248;
}

.faq-bg .faq .faq-main .faq_accordian1 .open > .accordion--headline::before {
	
	transform: translate(-50%, -50%) rotate(180deg);
	background-color: #fff;
}

.faq-bg .faq .faq-main .faq_accordian1 .open > .accordion--headline::after {
	
	transform: translate(-50%, -50%) rotate(360deg);
	background-color: #fff;
}

.faq-bg .faq .faq-main .faq_accordian1 .accordion--content {
	
	font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
	display: none;
	padding: 10px 0 0px;
	border-top: 0;
	line-height:24px;
}

.faq-bg .faq .faq-main .faq_accordian1 .accordion--content p {
	
	margin:0px 0px 0px 0px;
}
.faq-bg .faq .faq-main .faq_accordian1 .accordion--content p a {
	color: #feb747;
}
.faq-bg .faq .faq-main .faq_accordian1 .accordion--content p a:hover {
	color: #e64f00;
}
.faq-bg .faq .faq-main .faq_accordian1 .accordion li {
	
	margin-bottom: 8px;
}
@media only screen and (max-width: 991px){
    .faq-bg .faq .faq-img {
	    display:none;
	}
	.faq-bg .faq .faq-head {
		padding: 0px 0px 30px;
		text-align: center;
	}
}
@media only screen and (max-width: 560px){
    .faq-bg .faq .faq-head h2 {
		font-size:36px;
	}
	.faq-bg .faq .faq-main .faq_accordian1 .accordion--headline {
		font-size: 15px;
		line-height: normal;
	}
}
/*============== FAQ CSS END ==============*/
/*============== Pagination (multiple pages) ==============*/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #131723;
    cursor: default;
    background-color: #feb747;
    border-color: #feb747;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #131521;
    background-color: #eee;
    border-color: #ddd;
}


.news-sec h4 {
	margin-bottom: 16px;
	color: #1e257a;
	font-size: 22px;
	text-transform: capitalize;
}

 
.news-sec h4 a {
	color: #b50b0b;
	font-size: 18px;
}

.news-sec.full_detail {
	min-height: auto;
}
.news-sec small {
	background-color: #ffd816;
	color: #5e2220;
	padding: 5px;
	margin-top: 20px;
	display: inline-block;
}

.news-sec p {
	font-size: 15px;
	font-weight: 500;
}
.news-sec {
	background-color: #ffffff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	margin: 5px 0;
	min-height: 390px;
}
.full_detail {
	min-height: 145px;
}

/********************table page******************/

.table_page {
	color: #fff;
	font-size: 15px;
	margin: 20px 0;
}

.table_page i {
background: #e9c42a;
color: #222;
	border: transparent;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	margin: 0 5px;
}

.abt-head.head-inner h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
 
 
 .inv-info p {
	color: #fff;
	font-size: 16px;
	padding: 20px 0 0 0;
	width: 90%;
	margin: auto;
}

 

.referral-block li h5 {
	padding-bottom: 20px;
}
.referral-block li {
	font-size: 70px;
	font-weight: normal;
	color: #c62320;
	display: inline-block;
	background: #efefef;
	padding: 0px 0;
 
	width: 100%;
	margin: 20px 0;
	text-align: center;
}

.referral-block li small {
	font-size: 50px;
}