/*--------- Body Strat -------*/

@font-face {
  font-family: 'MontserratL';
  src: url('../fonts/MontserratAlternates-Light.otf');
}
@font-face {
  font-family: 'MontserratM';
  src: url('../fonts/MontserratAlternates-Medium.otf');
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MontserratAlternates-Regular.otf');
}
@font-face {
  font-family: 'MontserratS';
  src: url('../fonts/MontserratAlternates-SemiBold.otf');
}
@font-face {
  font-family: 'MontserratB';
  src: url('../fonts/Montserrat-Bold.otf');
}

body, html {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 23px;
	color: #797979;
	overflow-x:hidden;
	
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ffffff;
}
body::-webkit-scrollbar{
	width: 6px;
	background-color: #ffffff;
}

body::-webkit-scrollbar-thumb{
	background-color: #66ad36;
}
/*---------- Custom Css Start -------*/
img
{
    max-width: 100%;
    height: auto;
}
a {
    color: #66ad36;
    text-decoration: none;
    font-size: 16px;
}
a:hover, a:focus {
	color: #707070;
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Montserrat
	line-height: 1.1;
	font-weight:400;
	color: #222222;
	margin:0;
	padding:0;
}
input, select, button, textarea {
	outline: none;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow:none;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}


/*-- Preloader css start --*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}
/*-- btc top header wrapper Start --*/
.btc_top_header_main_wrapper{
	float:left;
	width:100%;
	background:#222222;
}

.btc_left_top_header_wrapper p{
	font-size:14px;
	margin:0;
	padding:10px 30px 10px 0;
	color:#000;
	display:inline-block;
	float:left;
    font-weight: bold;
}
/*-- btc bit coin timer start --*/
#day_and_time {
  position: relative;
  border-spacing: 0px;
  padding: 0;
  margin: 0;
}
#ticker_window {
 background:rgba(255, 255, 255, 0.14901960784313725);
 display:inline-block;
 float:left;
 padding-left: 30px;
 position:relative;
}
#ticker {
  width: 350px;
  max-height: 63px;
  overflow: hidden;
  list-style: none;
  font-size: 0.95rem;
  direction: rtl;
  overflow-x:hidden;
  display: inline-block;
      position: absolute;
    top: 0;
}
#ticker::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(255, 255, 255, 0.14901960784313725);
}
#ticker::-webkit-scrollbar{
	width: 6px;
	background-color: #ffffff26;
}

#ticker::-webkit-scrollbar-thumb{
	background-color: #ffffff;
}
.tick {
  margin: auto;
  text-align: center;
}
#ticker li {
  width: 175px;
  list-style-type: none;
  text-align: center;
  float:left;
}
#ticker li.sell {
  background-color: rgb(105, 199, 115);
  float:left;
  padding-left:18px;
}
#ticker li.buy {
  background-color: rgb(199, 105, 105);
  float:left;
  padding-left:18px;
}
#day_and_time p{
	padding-right:10px;
}
#clock{
	padding-right:30px !important;
}
.btc_right_top_header_wrapper ul{
	float:right;
}
.btc_right_top_header_wrapper li{
	float:left;
	padding:0;
	color:rgba(255, 255, 255, 0.7294117647058823);
	position:relative;
}
.btc_right_top_header_wrapper li i:before{
	font-size:14px;
	padding-right:5px;
}
.btc_right_top_header_wrapper li:nth-child(2){
	padding:0;
	position:relative;
}
.btc_right_top_header_wrapper li:nth-child(2):after{
	content:'';
	border:0px solid rgba(255, 255, 255, 0.3215686274509804);
	width:1px;
	height:15px;
	position:absolute;
	right:0;
	top:25px;
}
.btc_right_top_header_wrapper li:nth-child(2):before{
	content:'';
	border:1px solid rgba(255, 255, 255, 0.3215686274509804);
	width:1px;
	height:15px;
	position:absolute;
	left:8px;
	top:16px;
}
.btc_right_top_header_wrapper li a{
	float:left;
	padding:10px 15px 10px 15px;
	color:#000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: bold;
}
.btc_right_top_header_wrapper li a:hover{
	color:#66ad36;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_right_top_header_wrapper ul li:last-child p{
	float:left;
	width:auto;
    margin: 0;
}
.btc_right_top_header_wrapper ul li:last-child p span{
	color: rgba(255, 255, 255, 0.7294117647058823);
    position: relative;
    margin-left: 5px;
	cursor:pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btc_right_top_header_wrapper ul li:last-child:hover p span{
	color:#66ad36;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btc_right_top_header_wrapper ul li:last-child i{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btc_right_top_header_wrapper ul li:last-child:hover i{
	color:#66ad36;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btc_right_top_header_wrapper ul li:last-child p span img{
	margin-left:2px;
}
.btc_right_top_header_wrapper ul li:last-child p span i{
    font-size: 18px;
	padding-left:5px;
	color:#dedede;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btc_right_top_header_wrapper ul li:last-child:hover p span i{
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btc_right_top_header_wrapper ul li:last-child .ss_opener{
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    background-color: #111111;
    border-radius: 3px;
	opacity:0;
	visibility:hidden;
    z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btc_right_top_header_wrapper ul li:last-child .ss_opener span{
	float:left;
	width:100%;
	color:#ffffff;
	padding:8px 15px;
	cursor:pointer;
	margin-bottom:1px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btc_right_top_header_wrapper ul li:last-child .ss_opener span:hover{
	background-color:#333333;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btc_right_top_header_wrapper ul li:last-child .ss_opener span:last-child{
	margin-bottom:0px;
}
.btc_right_top_header_wrapper ul li:last-child:hover .ss_opener{
	top:100%;
	opacity:1;
	z-index: 1000;
	visibility:visible;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/*-- btc bit coin timer End --*/
/*-- btc top header wrapper End --*/
/*-- btc navigation wrapper Start --*/
/*-- Header Css Start --*/	
.gc_header_wrapper{
    float: left;
    width: 100%;
	text-align:center;
}
.gc_logo{
    float: left;
    width: auto;
}
.gc_logo img{
	display:inline-block;
}
.header-area{
	float:left;
	width:100%;
}

.header-area {
	padding-top: 10px;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.logo a {
    color: #fff;
    display: inline-block;
}
.logo a h2 {
    display: inline-block;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.logo a h2 span {
    background-color: #fff;
    color: #222;
    display: inline-block;
    padding: 5px 10px;
}
.gc_main_menu_wrapper{
	float:left;
	width:100%;
	padding-top: 10px;
	position: relative;
}
.menu-bar {
    cursor: pointer;
    position: relative;
    right: 15px;
    z-index: 9;
    height: 42px;
    display: block;
    float: right;
    margin-top: 15px;
}
.menu-bar span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.mainmenu {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding-right: 15px;
    position: absolute;
    right: -50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.mainmenu.menu-open {
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 15px;
    visibility: visible;
}
.mainmenu ul li {
    display: inline-block;
    position: relative;
}
.mainmenu ul li a {
    color: #000000;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 7px 47px 7px;
    position: relative;
}
.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
    opacity: 1;
   
	color:#66ad36 !important;
}
.mainmenu1 {
    float: right;
}
.mainmenu1 ul li {
    display: inline-block;
    position: relative;
}
.mainmenu1 ul li a {
    color: #000000;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 7px 30px 7px;
    position: relative;
}

@media all and (max-width:1370px) and (min-width: 1200px)
{
.mainmenu1 ul li a 
{
    color: #000000;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 5px 35px 5px;
    position: relative;
} 
}

.mainmenu1 ul li a:hover {
    color: #66ad36;
}
.dropdown-menu > li > a{
    padding: 10px !important; 
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    color: #66ad36;
    text-decoration: none;
    background-color: transparent;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus{
    color: #66ad36;
}
.mainmenu1 ul li:hover .gc_main_navigation,
.mainmenu1 ul li.active > .gc_main_navigation {
    opacity: 1;
   
    color:#66ad36 !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}
.menu-bar:after,
.menu-bar:before {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.menu-bar.menu-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-bar.menu-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-bar.menu-close span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*************************
02.1 Submenu & Megamenu
*************************/

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
    border: 1px solid #eee;
    width: 220px;
    position: absolute;
    text-align: left;
    background-color: #fff;
    top: calc(100% + 30px);
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.mainmenu > ul > li:last-child > ul {
    right: 0;
}
.mainmenu ul li:hover > ul,
.mainmenu ul li:hover > .mega-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
	border-top: 2px solid #66ad36;
	-o-box-shadow: 0px 0px 25px -10px;
    -ms-box-shadow: 0px 0px 25px -10px;
    -moz-box-shadow: 0px 0px 25px -10px;
    -webkit-box-shadow: 0px 0px 25px -10px;
    box-shadow: 0px 0px 25px -10px;
}
.mainmenu ul ul li {
    display: block;
}
.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
    color: #222;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 8px 10px 8px 20px;
    border-bottom: 1px solid #eee;
}
.mainmenu ul li.has-mega .mega-menu span a:hover{
	background-color: #00468c;
	color:#ffffff !important;
}
.mainmenu ul ul li:last-child > a {
    border-bottom: 0px;
}
.mainmenu ul ul li:hover > a {
    background-color: #66ad36;
    padding-left: 23px;
	color:#ffffff !important;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.mainmenu ul ul li a:after {
    content: "";
}
.mainmenu ul ul li > ul {
    left: -100%;
    top: 50%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}
.mainmenu ul ul li:hover > ul {
    top: 20%;
}
.mainmenu ul li.has-mega {
    position: static;
}
.mainmenu ul li.has-mega .mega-menu {
    width: 100%;
    left: 0;
    padding: 20px 0px;
}
.mainmenu ul li.has-mega .mega-menu span {
    width: 25%;
    float: left;
    border-left: 1px solid #eee;
}
.mainmenu ul li.has-mega .mega-menu span a {
    padding-left: 20px;
    padding-right: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.mainmenu ul li.has-mega .mega-menu span a:last-child {
    border-bottom: 0px;
}
.mainmenu ul li.has-mega .mega-menu span a:hover {
    padding-left: 3px;
	padding-left: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.mainmenu ul li span a.active {
    font-weight: 600;
}
.mainmenu ul ul li.active > a {
    background-color: #eee;
    font-weight: 600;
}
.mainmenu .gc_main_navigation.parent:after,
.mainmenu ul li.has-mega > a:after {
    content: "";
    width: 11px;
    height: 1px;
    background-color: #66ad36 !important;
    top: 20px;
    position: absolute;
	left:0;
    right: 0;
	margin:0px auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.mainmenu .gc_main_navigation.parent:after,
.mainmenu ul li.has-mega a:after {
    width: 0px;
    top: 55%;
}
.mainmenu .gc_main_navigation.parent:hover:after,
.mainmenu ul li.has-mega:hover > a:after {
    width: 30px;
    top: 55%;
}
/*************************
02.2 Sticky menu
*************************/

.menu_fixed{
	position:fixed;
	background:#ffffff;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	z-index:1000;
	left:0;
	right:0;
}
.header-area.stick .logo a {
    color: #222;
    margin-top: 2px;
    position: relative;
    z-index: 9999999;
}
.header-area.stick .logo a h2 span {
    background-color: #222;
    color: #fff;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
    color: #000000;
}

.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
    background-color: #222;
}
/*************************
02.3 Hidden menu bar
*************************/

.hidden-menu-bar .mainmenu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    visibility: visible;
    padding-right: 0;
    position: relative;
	z-index:10;
	float:right;
}
/*************************
02.4 Onepage side menu
*************************/

.left-side-wrapper {
    background-color: #222;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 15%;
    z-index: 99;
}
.left-side-wrapper .logo {
    text-align: center;
}
.left-side-wrapper .mainmenu ul li {
    display: block;
}
.left-side-wrapper .mainmenu ul li a {} .left-side-wrapper .mainmenu {
    margin-top: 50px;
    position: relative;
}
.left-side-wrapper .mainmenu ul li > a:after,
.left-side-wrapper .mainmenu ul li.active > a:after {
    bottom: -5px;
    left: 20px;
    right: auto;
}
.right-side-wrapper {
    margin-left: 15%;
    width: 85%;
}
.right-side-wrapper .container-fluid {
    padding: 0% 10%;
}
.right-side-wrapper .container-fluid .single-project-item {
    height: 370px;
}
.right-side-wrapper .container-fluid .single-project-item.large {
    height: 460px;
}
/*************************
02.5 Onepage Menu
*************************/

.mainmenu.one-page-menu ul li a {
    padding-right: 10px;
    padding-left: 10px;
}
.mainmenu.one-page-menu ul li:hover a:after,
.mainmenu.one-page-menu ul li.active a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 90%;
}
.mainmenu.one-page-menu ul li a:after {
    width: 0%;
    height: 1px;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.stick .mainmenu.one-page-menu ul li a:after {
    background-color: #222;
}
/*************************
02.6 Mobile Menu
*************************/

.slicknav_menu {
    display: none;
}
.gc_right_menu{
	float:right;
	width:auto;
    margin-top: 14px;
}
.gc_right_menu > ul{
	float:left;
	width:auto;
	margin:0px;
	padding:0px;
}
.gc_right_menu > ul > li{
	float:left;
	width:auto;
	list-style:none;
	margin-right:10px;
	position:relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gc_right_menu ul > li:last-child{
	margin-right:0px;
}
.gc_right_menu ul > li .gc_btn{
	background-color:#00468c;
    border: 2px solid #00468c;
	color:#ffffff;
}
.gc_right_menu > ul > li .gc_btn:hover{
	background-color:#ffffff;
    border: 2px solid #00468c;
	color:#00468c;
}
.gc_right_menu > ul > li > svg{
	width: 36px;
    height: 36px;
    padding-top: 13px;
    cursor: pointer;
	margin-top: -10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gc_right_menu > ul > li svg:hover #share, .gc_right_menu > ul > li > svg:hover #search, .gc_right_menu > ul > li > svg:hover .menubar{
	fill:#66ad36;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gc_right_menu > ul > li:hover .gc_share_box{
	top:150%;
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gc_right_menu > ul > li .gc_share_box{
	position:absolute;
	top:80%;
	left:0;
	width:50px;
	border:1px solid #00468c;
	border-radius:3px;
	background-color:#ffffff;
	opacity:0;
	visibility:hidden;
	z-index:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gc_right_menu > ul > li .gc_share_box:after{
    content: "";
    position: absolute;
    top: -15px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #00468c;
}
.gc_right_menu > ul > li .gc_share_box > ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.gc_right_menu > ul > li .gc_share_box > ul > li{
	float:left;
	width:100%;
	list-style:none;
	border-bottom:1px solid #e1e1e1;
	text-align: center;
}
.gc_right_menu > ul > li .gc_share_box > ul > li:last-child{
	border-bottom:0px;
}
.gc_right_menu > ul > li .gc_share_box > ul > li > a{
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:22px;
	color:#00468c;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gc_right_menu > ul > li .gc_share_box > ul > li > a:hover{
	background-color:#e5ae49;
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gc_search_box{
    position: absolute;
    right: 0px;
    bottom:0;
    padding: 0px;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    background-color: #ffffff;
    display: none;
    z-index: 1000;
}
.gc_search_box input{
    float: left;
    width: calc(100% - 60px);
    padding: 0px 10px;
    height: 120px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
	font-size:30px;
	color:#000000;
}
.gc_search_box button{
    width: 60px;
    height: 120px;
	color:#000000;
    border: 1px solid #e1e1e1;
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
	font-size:24px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.menu_fixed{
	position: fixed;
	z-index:1000;
	padding:0px 0px;
    top: 0;
	padding-top: 10px;
	background-color:#ffffff;
	-o-box-shadow:0px 0px 25px -10px;
	-ms-box-shadow:0px 0px 25px -10px;
	-moz-box-shadow:0px 0px 25px -10px;
	-webkit-box-shadow:0px 0px 25px -10px;
	box-shadow:0px 0px 25px -10px;
}
/*-- Button Css Start --*/
.gc_btn{
    display: inline-block;
	width:auto;
	height:50px;
	line-height:49px;
	font-size:16px;
	color:#111111;
	text-transform:uppercase;
    font-weight: normal;
	background-color: #ffffff;
	text-align:center;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	border:2px solid #e1e1e1;
    padding: 0px 30px;
	font-family: 'Droid Serif', serif;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gc_btn:hover{
	color:#ffffff;
	background-color:#e5ae49;
	border:2px solid #e5ae49;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- Heading Css Start --*/
.gc_heading{
	float:left;
	width:100%;
	margin-bottom:60px;
	text-align:center;
	text-transform:uppercase;
}
.gc_heading h1{
	float:left;
	width:100%;
	margin:10px 0px;
	font-size:36px;
	color:#00468c;
	font-family: 'Lora', serif;
}
.gc_heading h2{
	float:left;
	width:100%;
	margin:0px;
	font-size:30px;
	color:#e5ae49;
	font-family: 'Great Vibes', cursive;
}
.btc_join_navi_btn{
	margin-top:-12px;
}
.btc_join_navi_btn a{
	float:left;
	width:200px;
	height:40px;
	background:#66ad36;
	color:#ffffff;
	text-align:center;
	line-height:38px;
	border:0px solid transparent;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69ad35+0,f5bc2c+99 */
background: #69ad35; /* Old browsers */
background: -moz-linear-gradient(top, #69ad35 0%, #f5bc2c 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #69ad35 0%,#f5bc2c 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #69ad35 0%,#f5bc2c 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69ad35', endColorstr='#f5bc2c',GradientType=0 ); /* IE6-9 */
}
.btc_join_navi_btn a:hover{
	background:transparent;
	border:1px solid #66ad36;
	color:#66ad36;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.rp_mobail_menu_main_wrapper{
	float:none;
	width:100%;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  z-index:1000;
}

#links {
  position: relative;
  float: left;
}

#link_list {
  list-style-type: none;
  width: 100%;
  padding: 0px 50px 0px 0px;
}

#link_list li {
  display: block;
  width: 100%;

}

#link_list li:hover {
  background-color: #e74c3c;
}

#toggle {
  float: right;
  position: relative;
  bottom: 17px;
  right: 0;
  border-radius: 20px;
  text-align: center;
  cursor:pointer;
}
#toggle_close{
	    position: absolute;
    z-index: 100;
    right: 20px;
    top: 15px;
    font-size: 25px;
    color: #000000;
    cursor: pointer;
}


@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 300px;
  font-family: Raleway, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight:bold;
  border-bottom:1px solid #d3d3d3;
  background: #ffffff;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu > ul > li:first-child > a{
	border-top:1px solid #d3d3d3;
}
#cssmenu > ul > li > a:hover{
	background:#66ad36;
	border-bottom:1px solid #d3d3d3;
	color:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after, #cssmenu ul > li.has-sub > a:hover:before{
	background:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight:bold;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background:#ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background:#ffffff;
}
.menu_fixed{
	position:fixed !important;
	left:0 !important;
	right:0 !important;
	top:0 !important;
	z-index: 1000;
}
#sidebar h1 a{
	font-size:20px;
	color:#000000 !important;
	padding-left: 20px;
	font-weight:bold;
}
#sidebar h1{
	margin:0;
	color:#000000;
	padding-bottom: 15px;
	background:#f9f9f9;
	position:relative;
}
#sidebar h1:after {
    content: '';
    border: 1px solid #66ad36;
    width: 28px;
    height: 1px;
    position: absolute;
    left: 20px;
    bottom: 12px;
}
/*-- btc navigation wrapper End --*/
/*-- CC slider Wrapper Start --*/
.btc_main_slider_main_wrapper{
	float:left;
	width:100%;
}
.bullet-bar.tp-bullets{}.bullet-bar.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.bullet-bar .tp-bullet{width:40px;height:3px;position:absolute;background:#66ad36;  background:rgba(204,204,204,0.5);cursor:pointer;box-sizing:content-box}.bullet-bar .tp-bullet:hover,.bullet-bar .tp-bullet.selected{background:#66ad36}.bullet-bar .tp-bullet-image{}.bullet-bar .tp-bullet-title{}
.tiny_bullet_slider .tp-bullet:before{content:" ";  position:absolute;  width:100%;  height:25px;  top:-12px;  left:0px;  background:transparent}
.btc_slider_left_border{
	position:relative;
}
.btc_slider_left_border:before{
	content: '';
    border: 4px solid #66ad36;
    width: 1px;
    height: 119px;
    position: absolute;
    left: -28px;
    top: 0;
}
.btc_slider_left_border:after{
	content: '';
    border: 6px solid rgba(255, 255, 255, 0.3411764705882353);
    width: 450px;
    height: 450px;
    position: absolute;
    left: -108px;
    top: -65px;
    border-right: 0;
}
.btc_slider_second_left_border:before{
	display:none;
}
.btc_slider_third_left_border:after{
	display:none;
}
.btc_slider_third_left_border:before{
	left:100%;
	margin-left: 20px;
}
/*-- RS slider Wrapper Esnd --*/
/*-- Testimonial css Start --*/
.btc_testimonial_wrapper{
	float:left;
	width:100%;
	background:#f9f9f9;
	padding-top:90px;
	padding-bottom:90px;
}
.btc_testimonial_wrapper .lv_heading_center h1 {
    color: #ffffff;
}
.btc_testimonial_info{
	float:left;
	width:100%;
	text-align:center;
}
/* Carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
    color: #ffffff;
}
#quote-carousel .carousel-control {
	display:none;
}
#quote-carousel .carousel-indicators {
    position:relative !important;
	left:0 !important;
	margin-left:0 !important;
	top: 8px;
}

#quote-carousel .carousel-indicators:before{
	content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 15px;
    position: absolute;
    right: -7px;
    bottom: 13px;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
#quote-carousel .carousel-indicators:after{
	content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 15px;
    position: absolute;
    right: -7px;
    bottom: 23px;
    ms-transform: rotate(311deg);
    -webkit-transform: rotate(311deg);
    transform: rotate(311deg);
}
.btc_center_line{
	position:relative;
}
.btc_center_line:after{
	content: '';
    position: absolute;
    border: 1px solid #f9f9f9;
    width: 1px;
    height: 20px;
    left: 0;
    top:71px;
}
.btc_center_line:before{
	    content: '';
    position: absolute;
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 160px;
    left: 0;
}
#quote-carousel .carousel-indicators li {
    width: 83px;
    height: 83px;
    margin: 5px;
    cursor: pointer;
	border: 3px solid transparent;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators li  img{
	border-radius:100%;
	margin: 0px;
    display: block;
}
#quote-carousel .carousel-indicators .active {
    background: transparent;
    width: 83px;
    height: 83px;
    border-radius: 100px;
	border: 3px solid #66ad36;
    opacity: 1;
    overflow: hidden;
}
.btc_testimonial_info .carousel-inner > .item p{
	float:left;
	width:100%;
	font-size:16px;
    font-weight: 300;
	color:#000000;
	text-align:left;
}
.btc_testimonial_info .carousel-inner > .item h1{
	float:left;
	font-size:14px;
	color:#000000;
    font-weight: bold;
	text-transform:uppercase;
	padding-top:30px;
	font-family: Montserrat;
	text-align:left;
}
.btc_testimonial_info .carousel-inner > .item small{
	float:left;
	width:100%;
}
.carousel-indicators{
	float:left;
	width:40%;
}
.carousel-inner{
	float:left;
	width:calc(100%);
	position:relative;
}
.btc_testi_quote_wrapper1{
	position:relative;
}
.btc_testi_quote_wrapper1:after{
	content:'';
	border:1px solid #66ad36;
	background:#66ad36;
	width:12px;
	height:25px;
	position:absolute;
	left:-65px;
	top: 7px;
}
.btc_testi_quote_wrapper1:before{
	content: '';
    border-left: 12px solid transparent;
    border-top: 12px solid #f9f9f9;
    position: absolute;
    left: -65px;
    top: 6px;
    z-index: 1;
}
.btc_testi_quote_wrapper2{
	position:relative;
}
.btc_testi_quote_wrapper2:after{
	content:'';
	border:1px solid #66ad36;
	background:#66ad36;
	width:12px;
	height:25px;
	position:absolute;
	left:-45px;
	top: 7px;
}
.btc_testi_quote_wrapper2:before{
	content: '';
    border-left: 12px solid transparent;
    border-top: 12px solid #f9f9f9;
    position: absolute;
    left: -45px;
    top: 6px;
    z-index: 1;
}
.btc_testi_cont_bottom_line{
	position:relative;
	float: left;
    width: 100%;
}
.btc_testi_cont_bottom_line:after{
	content:'';
	border:1px solid #66ad36;
	width:40px;
	position:absolute;
	bottom:-10px;
	left:0;
}
/*-- Testimonial css End --*/
/*-- btc steps Wrapper Start --*/
.btc_steps_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:100px;
}
.btc_steps_main_wrapper::before{
    background: #000;height: 300px
}
.btc_steps_heading_wrapper{
	float:left;
	width:100%;
	display:inline-block;
}
.btc_steps_heading_wrapper p{
	font-size:14px;
	color:#66ad36;
}
.btc_steps_heading_wrapper h1{
	font-size:36px;
	color:#222222;
	padding-bottom:10px;
}
.btc_steps_heading_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_steps_heading_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_steps_heading_wrapper span:before{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	right: 20px;
    top: 13px;
}
.btc_steps_heading_wrapper h5{
	font-size:16px;
	font-family: Montserrat;
	color:#797979;
	line-height:20px;
	padding-top:20px;
}
.nav-pills{
	display:inline-block;
	margin-top:25px;
}
.nav > li > a {
	padding:0;
	font-size:16px;
	font-weight:bold;
    float: left;
    width: 210px;
    height: 50px;
	text-transform:uppercase;
	border:2px solid #efefef;
	background: transparent;
    color: #fff;

    line-height: 45px;
	  -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	z-index:10;
}
.nav-pills > li > a:hover{
	background:#66ad36;
	color:#ffffff; 
	border:2px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-pills > li > a:hover:after{
	content:'';
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:12px solid #66ad36;
	position:absolute;
	bottom: -12px;
    left: 96px;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background:#66ad36;
	position:relative;
	border:2px solid transparent;
}
.nav-pills > li.active > a:after{
	content:'';
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:12px solid #66ad36;
	position:absolute;
	bottom: -12px;
    left: 96px;
}
.nav-pills > li + li {
    margin-left: 15px;
}
.tab-content{
	margin-top:30px;
    /*box-shadow: 5px 5px 25px 0 rgba(46,61,73,.4);*/
    padding: 30px;
}
.btc_steps_main_box_wrapper{
	float:left;
	width:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_step_icon_wrapper{
	display:inline-block;
	 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	border:2px dashed transparent;
	padding: 10px;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_step_hover_effect{
	position:relative;
	float:left;
	width:100%;
}
.btc_steps_main_box_wrapper img{
    width: 50%;
}
.btc_steps_main_box_wrapper .image{
    text-align: center;
    margin-top: 30px;
}
.btc_step_overlay{
	position:absolute;
	left:50%;
	right:50%;
	top:50%;
	bottom:50%;
	opacity:0;
	padding:10px;
	 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: justify;
}
.btc_steps_main_box_wrapper:hover .btc_step_overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#66ad36;
	opacity:1;
}
.btc_step_hover_effect i{
	width:125px;
	height:125px;
	background:#f9f9f9;
	text-align:center;
	line-height:125px;
	float:left;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_step_hover_effect i:before{
	font-size:45px;
	margin-left:0;
	color:#000000;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_step_icon_cont_wrapper{
	padding-top:15px;
}
.btc_step_icon_cont_wrapper h2{
	padding-bottom:15px;
    text-align: center;
}
.btc_step_icon_cont_wrapper h3{
    padding-bottom:15px;
    text-align: left;
}
.btc_step_icon_cont_wrapper h3 a{
    font-size:20px;
    color:#000000;
    font-weight:bold;
     -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;;
}
.btc_step_icon_cont_wrapper h2 a{
	font-size:20px;
	color:#000000;
	font-weight:bold;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_step_icon_cont_wrapper h2 a:hover{
	color:#66ad36;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_step_icon_cont_wrapper p{
	padding-bottom:20px;
    text-align: justify;
    font-size: 15px;
}
.btc_step_icon_cont_wrapper h4{
    text-align: left;
}
.btc_step_icon_cont_wrapper h4 a{
	font-size:16px;
	font-weight:bold;
	color:#66ad36;
	text-transform:uppercase;
	margin-top:20px;
	font-family: Montserrat;
}
.btc_step_icon_cont_wrapper span{
	width: 45px;
    height: 45px;
    line-height: 28px;
    text-align: center;
    background: #222222;
    color: #ffffff;
    border: 8px solid #fff;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	display:inline-block;
	margin-top:20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_steps_main_box_wrapper:hover .btc_step_hover_effect i:before{
	color:#ffffff;
	z-index:100;
	position:relative;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_steps_main_box_wrapper:hover .btc_step_icon_wrapper{
	border:2px dashed #66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_steps_main_box_wrapper:hover .btc_step_icon_cont_wrapper span{
	background:#66ad36;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_steps_wrappers{
	position:relative;
}
.btc_steps_bottom_line_wrapper:after{
	content:'';
	border:1px solid #e5e5e5;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	bottom: 21px;
    z-index: -1;
}





/*-- btc steps Wrapper End --*/
/*-- btc currency Wrapper Start --*/
.btc_currency_main_wrapper{
	background:url('../images/content/currency_bg.jpg') 50% 0 repeat-y;
	background-size:cover;
	background-position:center 0;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	padding-top:100px;
	padding-bottom:100px;

}
.btc_currency_heading_wrapper h5{
	font-size:14px;
	font-family: Montserrat;
	color:#66ad36;
	text-transform:uppercase;
}
.btc_currency_heading_wrapper h3{
	font-size:36px;
	color:#ffffff;
	padding-top:20px;
	padding-bottom: 10px;
}
.btc_currency_heading_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_currency_heading_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_currency_heading_wrapper p{
	padding-top:30px;
}
.btc_currency_boxes_main_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.btc_currency_box2, .btc_currency_box3, .btc_currency_box4{
	float:left;
	width:26%;
	text-align: center;
}
.btc_currency_box1{
	float:left;
	width:20%;
	text-align: left;
}
.btc_currency_box1 h5{
	font-size:16px;
	text-transform:uppercase;
	margin-top:15px;
	text-align:left;
}
.btc_currency_box1, .btc_currency_box2, .btc_currency_box3{
	border-right:1px solid #797979;
}
.btc_currency_box2 h5, .btc_currency_box3 h5, .btc_currency_box4 h5{
	font-size:16px;
	text-transform:uppercase;
	margin-top:15px;
	padding-left: 20px;
	text-align:center;
}
.btc_currency_box1 h5 a, .btc_currency_box2 h5 a, .btc_currency_box3 h5 a, .btc_currency_box4 h5 a{
	color:#797979;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_currency_box1 i:before, .btc_currency_box2 i:before, .btc_currency_box3 i:before, .btc_currency_box4 i:before{
	font-size:40px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_currency_box1:hover h5 a, .btc_currency_box2:hover h5 a, .btc_currency_box3:hover h5 a, .btc_currency_box4:hover h5 a{
	color:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_currency_box1:hover i:before, .btc_currency_box2:hover i:before, .btc_currency_box3:hover i:before, .btc_currency_box4:hover i:before{
	color:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- btc currency Wrapper End --*/
/*-- btc calcultor Wrapper Start --*/
.btc_calc_main_wrapper{
	background:url('../images/content/bit_coin_bg.jpg') 50% 0 repeat-y;
	background-size:cover;
	background-position:center 0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	float:left;
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
}
.btc_calc_heading_wrapper h5{
	font-size:14px;
	font-family: Montserrat;
	color:#66ad36;
	text-transform:uppercase;
}
.btc_calc_heading_wrapper h3{
	font-size:36px;
	color:#000000;
	padding-top:20px;
	padding-bottom: 10px;
}
.btc_calc_heading_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_calc_heading_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_calc_heading_wrapper p{
	padding-top:30px;
}
.cryptonatorwidget input{
	height:65px !important;
	padding-left:30px !important;
	margin-top:30px !important;
	border:0 !important;
}
.cryptonatorwidget select{
	height:65px !important;
	margin-top:30px !important;
	margin-left:20px !important;
	border:0 !important;
	padding:10px !important;
}
.cryptonatorwidget{
	padding:0 !important;
}
.divider_30{
	float:left;
	width:50%;
}
.divider_30 ul{
	margin-top:40px;
}
.divider_30 li a {
    float: left;
    width: 210px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    background: #66ad36;
    color: #ffffff;
    border: 2px solid transparent;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.divider_30 li a:hover{
    background: transparent;
    border: 2px solid #66ad36;
    color: #66ad36;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.divider_30 .cal-convertor .ccc-widget.ccc-converter>div:first-child {
	border: none !important; 
	padding: 0px !important;
	background: none !important;
}
.divider_30 .cal-convertor .poweredByWrapper{
	 display: none;
}
.divider_30 .cal-convertor input{
	height:50px;
}
.divider_30 .cal-convertor .fromSymbolLabel{
	height:50px;
	line-height:50px;
	color:#66ad36 !important;
} 
.divider_30 .cal-convertor .styledSelect{
	height:50px;
	line-height:50px;
	color:#66ad36 !important;
} 
/*-- btc calcultor Wrapper End --*/
/*-- btc Video Wrapper Start --*/
.btc_video_main_wrapper{
	float:left;
	width:100%;
	background:#66ad36;
	padding-top:50px;
	padding-bottom:50px;
}
.btc_video_left_wrapper{
	float:left;
	width:calc(100% - 20%);
}
.btc_video_right_wrapper{
	float:left;
	width:20%;
}
.btc_video_left_wrapper h2{
	font-size:32px;
	color:rgba(255, 255, 255, 0.8117647058823529);
	position:relative;
	padding-left:35px;
	line-height: 38px;
}
.btc_video_left_wrapper h2 span{
	color:#ffffff;
	font-weight:bold;
}
.btc_video_left_wrapper h2:after{
	    content: '';
    border: 3px solid #ffffff;
    width: 0px;
    height: 78px;
    position: absolute;
    left: 0;
    top: 0;
}
.btc_video_right_wrapper ul{
	float:right;
	margin-top: 10px;
}
.btc_video_right_wrapper li a{
	float:right;
	width:170px;
	height:50px;
	line-height:45px;
	text-align:center;
	background:#ffffff;
	color:#000000;
	border:2px solid transparent;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_video_right_wrapper li a:hover{
	background:transparent;
	border:2px solid #ffffff;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- btc Video Wrapper End --*/
/*-- btc Services Wrapper Start  --*/
.btc_services_main_wrapper{
	width:100%;
	float:left;
	padding-top:10px;
	padding-bottom:100px;
}
.btc_services_heading_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.btc_services_heading_wrapper{
	float:left;
	width:100%;
	display:inline-block;
}
.btc_services_heading_wrapper p{
	font-size:14px;
	color:#66ad36;
}
.btc_services_heading_wrapper h1{
	font-size:36px;
	color:#222222;
	padding-bottom:10px;
}
.btc_services_heading_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_services_heading_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_services_heading_wrapper span:before{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	right: 20px;
    top: 13px;
}
.btc_services_heading_wrapper h5{
	font-size:16px;
	font-family: Montserrat;
	color:#797979;
	line-height:20px;
	padding-top:20px;
}
.btc_left_service_main_wrapper{
	float:left;
	width:100%;
	margin-top:100px;
}
.btc_left_ser_icon_wrapper{
	float:left;
	width:60px;
	padding-top: 18px;
}
.btc_left_ser_icon_wrapper i:before{
	font-size:45px;
	color:#66ad36;
    background: -webkit-linear-gradient(#66ad36, #f9bd2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btc_left_ser_icon_cont_wrapper{
	float:left;
	width:calc(100% - 60px);
	padding-left:25px;
	position:relative;
}
.btc_left_ser_icon_cont_wrapper:after{
	content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 119px;
    position: absolute;
    left: 0px;
    top: 1px;
}
.btc_left_ser_icon_cont_wrapper h2{
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.btc_left_ser_icon_cont_wrapper p{
	padding-top:10px;
    font-size: 14px;
    margin-bottom: 5px;
}
.btc_left_ser_icon_cont_wrapper a{
	margin-top:30px;
	font-weight:bold;
	color:#66ad36;
	text-transform:uppercase;
    font-size: 15px;
}
.btc_left_service_main_wrapper2{
	margin-top:40px;
}
.btc_ser_center_img_wrapper{
	margin-top:80px;
}
.btc_right_service_main_wrapper{
	float:left;
	width:100%;
	margin-top:100px;
}
.btc_right_ser_icon_wrapper{
	float: right;
    width: 60px;
	padding-top: 18px;
}
.btc_right_ser_icon_wrapper i:before{
	font-size:45px;
	color:#66ad36;
    background: -webkit-linear-gradient(#66ad36, #f9bd2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btc_right_ser_icon_cont_wrapper{
	float:left;
	width:calc(100% - 100px);
	padding-right:0px;
	position:relative;
}
.btc_right_ser_icon_cont_wrapper:after{
	content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 119px;
    position: absolute;
    right: -30px;
    top: 1px;
}
.btc_right_ser_icon_cont_wrapper h2{
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.btc_right_ser_icon_cont_wrapper p{
	padding-top:10px;
    font-size: 14px;
    margin-bottom: 5px;
}
.btc_right_ser_icon_cont_wrapper a{
	margin-top:30px;
	font-weight:bold;
	color:#66ad36;
	text-transform:uppercase;
    font-size: 15px;
}
.btc_right_service_main_wrapper2{
	margin-top:40px;
}
/*-- btc Services Wrapper End  --*/
/*-- btc chart Wrapper Start  --*/
.btc_chart_main_wrapper{
	float:left;
	width:100%;
	background:#f9f9f9;
	padding-top:100px;
	padding-bottom:100px;
}
.btc_chart_heading_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.btc_chart_heading_wrapper{
	float:left;
	width:100%;
	display:inline-block;
}
.btc_chart_heading_wrapper p{
	font-size:14px;
	color:#66ad36;
}
.btc_chart_heading_wrapper h1{
	font-size:36px;
	color:#222222;
	padding-bottom:10px;
}
.btc_chart_heading_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_chart_heading_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_chart_heading_wrapper span:before{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	right: 20px;
    top: 13px;
}
.sales-chart{
	margin-top:60px;
}
/*-- btc chart Wrapper End  --*/
/*-- btc Sell Wrapper Start  --*/
.btc_sell_main_wrapper{
	background:url('../images/content/buy_sell_bg.jpg') 50% 0 repeat-y;
	background-position:left 0;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
}
.btc_sell_img_overlay{
	position:absolute;
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
	background:rgba(0,0,0,0.8);
}
.btc_sell_left_cont_wrapper h5{
	font-size:14px;
	font-family: Montserrat;
	color:#66ad36;
	text-transform:uppercase;
}
.btc_sell_left_cont_wrapper h3{
	font-size:36px;
	color:#ffffff;
	padding-top:20px;
	padding-bottom: 10px;
}
.btc_sell_left_cont_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_sell_left_cont_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_sell_left_cont_wrapper p{
	padding-top:30px;
}
.btc_sell_left_cont_wrapper a{
	float:left;
	width:150px;
	height:50px;
	background:#66ad36;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	border:1px solid transparent;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-top:40px;
}
.btc_sell_left_cont_wrapper a:hover{
	background:transparent;
	border:1px solid #66ad36;
	color:#66ad36;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_sell_right_side_wrapper{
	float:left;
	width:40%;
	background:#050505;
}
.btc_sell_right_side_wrapper img{
	position:absolute;
	margin-top: 30px;
}
/*-- btc Sell Wrapper End  --*/
/*-- btc team Wrapper Start  --*/
.btc_team_main_wrapper{
	float:left;
	width:100%;
	padding-top:134px;
	padding-bottom:100px;
}
.btc_team_left_wrapper{
	float:left;
	width:30%;
	padding-top:60px;
}
.btc_team_right_wrapper{
	float:left;
	width:70%;
}
.btc_team_left_wrapper h5{
	font-size:14px;
	font-family: Montserrat;
	color:#66ad36;
	text-transform:uppercase;
}
.btc_team_left_wrapper h3{
	font-size:36px;
	color:#222222;
	padding-top:20px;
	padding-bottom: 10px;
}
.btc_team_left_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_team_left_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_team_left_wrapper p{
	padding-top:30px;
}
.btc_team_slider_wrapper{
	float:left;
	width:100%;
}
.btc_team_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.btc_team_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    margin: 0;
   left: -347px;
    top: 300px;
    right: 0;
	z-index:1000;
	display:block;
}
.btc_team_slider_wrapper .owl-theme .owl-nav .owl-prev{
    margin: 0;
    padding: 0;
    left: 0;
	top:0;
	color:#000000;
	width:50px;
	height:50px;
	line-height:50px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background:#f9f9f9;
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_slider_wrapper .owl-theme .owl-nav .owl-prev i:before, .btc_team_slider_wrapper  .owl-theme .owl-nav .owl-next i:before{
	font-size:24px;
	margin-left:0;
}
.btc_team_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 26px;
    margin: 0;
    padding: 0;
    left: 60px;
	top:0;
    position: absolute;
	color:#000000;
	width:50px;
	height:50px;
	line-height:50px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background:#f9f9f9;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .btc_team_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	background:#66ad36;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_slider_cont_main_wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}
.btc_team_img_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.btc_team_img_cont_wrapper{
	float:left;
	width:100%;
	background:#fff;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	z-index:1;
	position:relative;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_img_cont_wrapper h4{
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
}
.btc_team_img_cont_wrapper p{
	color:#797979;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_img_cont_wrapper h4 a{
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_img_wrapper img{
	-webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}
.btc_team_social_wrapper{
	float:left;
	width:80%;
	left:0;
	right:0;
	margin:0px auto;
	background:rgba(0,0,0,0.7);
	position: absolute;
    bottom: -50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-align:center;
}
.btc_team_slider_cont_main_wrapper:hover .btc_team_social_wrapper{
	bottom:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_social_wrapper ul{
	display:inline-block;
}
.btc_team_social_wrapper li{
	float:left;
}
.btc_team_social_wrapper li:first-child{
	margin-left:0;
}
.btc_team_social_wrapper li a{
	float:left;
	color:#ffffff;
	width: 40px;
    height: 40px;
    line-height: 43px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_social_wrapper li a:hover{
	color:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_slider_cont_main_wrapper:hover .btc_team_img_cont_wrapper{
	background:transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_slider_cont_main_wrapper:hover .btc_team_img_cont_wrapper h4 a, .btc_team_slider_cont_main_wrapper:hover .btc_team_img_cont_wrapper p{
	color:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- btc team Wrapper End  --*/
/*-- btc pricing Wrapper Start  --*/
.btc_pricing_main_wrapper{
	background:url('../images/content/pricing_bg.jpg') 50% 0 repeat-y;
	background-size:cover;
	background-position:center 0;
	background-repeat:no-repeat;
	height:100%;
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.btc_pricing_heading_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.btc_pricing_heading_wrapper{
	float:left;
	width:100%;
	display:inline-block;
}
.btc_pricing_heading_wrapper p{
	font-size:14px;
	color:#66ad36;
}
.btc_pricing_heading_wrapper h1{
	font-size:36px;
	color:#222222;
	padding-bottom:10px;
}
.btc_pricing_heading_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_pricing_heading_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_pricing_heading_wrapper span:before{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	right: 20px;
    top: 13px;
}
.btc_pricing_heading_wrapper h5 {
    font-size: 16px;
    font-family: Montserrat;
    color: #797979;
    line-height: 20px;
    padding-top: 20px;
}
.btc_pricing_box_wrapper{
	float:left;
	width:100%;
	text-align:center;
	margin-top:60px;
}
.btc_pricing_icon_wrapper{
	display:inline-block;
	 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	background: #f9f9f9;
	padding: 10px;
	    z-index: 10;
    position: relative;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_hover_effect{
	position:relative;
	float:left;
	width:100%;
}
.btc_step_overlay{
	position:absolute;
	left:50%;
	right:50%;
	top:50%;
	bottom:50%;
	opacity:0;
	padding:10px;
	 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_box_wrapper:hover .btc_step_overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#66ad36;
	opacity:1;
}
.btc_pricing_hover_effect i{
	width:125px;
	height:125px;
	background:#ffffff;
	text-align:center;
	line-height:125px;
	float:left;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_hover_effect i:before{
	position:relative;
	font-size:45px;
	margin-left:0;
	color:#66ad36;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_box_wrapper:hover .btc_pricing_hover_effect i:before{
	color:#ffffff;
	z-index:100;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_cont_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding-top:95px;
	padding-bottom:30px;
	    position: relative;
    margin-top: -84px;
	 -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper{
	background:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_cont_wrapper h3{
	font-size:18px;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper h3{
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_cont_bottom_line{
	position:relative;
}
.btc_pricing_cont_bottom_line:before{
	    content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0;
    left: 9px;
    margin: 0px auto;
    top: 30px;
    -ms-transform: rotate(228deg);
    -webkit-transform: rotate(228deg);
    transform: rotate(228deg);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_cont_bottom_line:after{
	content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 13px;
    position: absolute;
    right: 9px;
    left: 0;
    top: 30px;
    margin: 0px auto;
    ms-transform: rotate(313deg);
    -webkit-transform: rotate(313deg);
    transform: rotate(313deg);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_cont_bottom_line_state{
	position:relative;
}
.btc_pricing_cont_bottom_line_state:after{
	content:'';
	border:1px solid #e5e5e5;
	width:130px;
	height:1px;
	position:absolute;
	left:0;
	right:0;
	top:31px;
	margin:0px auto;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_cont_bottom_line_state:before{
	content:'';
	border:1px solid #ffffff;
	width:15px;
	height:1px;
	position:absolute;
	left:0;
	right:0;
	top:31px;
	margin:0px auto;
	z-index:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_cont_wrapper p{
	color:#66ad36;
	padding-top:30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_cont_wrapper ul{
	margin-top:15px;
	display:inline-block;
}
.btc_pricing_cont_wrapper li i{
	padding-right:10px;
	color:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_cont_wrapper li:first-child{
	margin-top:0;
}
.btc_pricing_cont_wrapper li{
	margin-top:20px;
	text-align:left;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
}
.btc_pricing_cont_wrapper h4{
	font-family: Montserrat;
	font-size:16px;
}
.btc_pricing_cont_wrapper h4 a {
	display:inline-block;
    width: 180px;
    height: 50px;
    background: #66ad36;
    color: #ffffff;
	font-weight:bold;
	text-transform:uppercase;
    text-align: center;
    line-height: 45px;
	margin-top:40px;
    border: 1px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper h4 a{
	background:#ffffff;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper h3, .btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper p, .btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper li i, .btc_pricing_box_wrapper:hover .btc_pricing_cont_wrapper li{
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_box_wrapper:hover .btc_pricing_cont_bottom_line_state:after, .btc_pricing_box_wrapper:hover .btc_pricing_cont_bottom_line:after, .btc_pricing_box_wrapper:hover .btc_pricing_cont_bottom_line:before{
	border:1px solid #ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_pricing_box_wrapper:hover .btc_pricing_cont_bottom_line_state:before{
	border:1px solid #66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- btc pricing Wrapper End  --*/
/*-- btc contact Wrapper Start  --*/
.btc_contact_main_wrapper{
	background:url('../images/content/contact_bg.jpg') 50% 0 repeat-y;
	background-size:cover;
	background-position:center 0;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	float:left;
	padding:30px 0;
	position:relative;
}
.home-page-availability{
    width: 100%; 
    overflow: auto; 
    overflow: hidden;
}
.home-page-availability h3{
    font-size: 35px;
    color: #fff;
    margin-bottom: 30px;
}
.home-page-availability ul{
    margin-bottom: 30px;
}

.home-page-availability ul li{
    clear:both;
    display:block;
    color:#e4e4e4;
    font-size:16px;
    margin-bottom:10px;
    cursor:default;
}
.btc_contact_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(0,0,0,0.8);
}
.btc_contact_form_box{
	float:left;
	width:100%;
	padding:60px;
	background:rgba(255, 255, 255, 0.10980392156862745);
	border-radius: 30px;
}
.btc_contact_heading_wrapper {
    margin: 60px 0 45px 0;
}
.btc_contact_heading_wrapper h3{
	font-size:23px;
	font-weight:100;
	color:rgba(255, 255, 255, 0.9215686274509803);
	text-align:center;
}
.btc_contact_heading_wrapper h3 span{
	font-weight:bold;
	color:#ffffff;
}
.btc_contact_cont_bottom_line{
	position:relative;
}
.btc_contact_cont_bottom_line:before{
	    content: '';
    border: 1px solid rgba(255, 255, 255, 0.3215686274509804);
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0;
    left: 9px;
    margin: 0px auto;
    top: 12px;
    -ms-transform: rotate(228deg);
    -webkit-transform: rotate(228deg);
    transform: rotate(228deg);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_cont_bottom_line:after{
	content: '';
    border: 1px solid rgba(255, 255, 255, 0.3215686274509804);
    width: 1px;
    height: 13px;
    position: absolute;
    right: 9px;
    left: 0;
    top: 12px;
    margin: 0px auto;
    ms-transform: rotate(313deg);
    -webkit-transform: rotate(313deg);
    transform: rotate(313deg);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_cont_bottom_line_state{
	position:relative;
}
.btc_contact_cont_bottom_line_state:after{
	content:'';
	border:1px solid rgba(255, 255, 255, 0.3215686274509804);
	width:130px;
	height:1px;
	position:absolute;
	left:0;
	right:0;
	top:12px;
	margin:0px auto;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_cont_bottom_line_state:before{
	content:'';
	border:1px solid rgba(0, 0, 0, 0.5098039215686274);
	width:15px;
	height:1px;
	position:absolute;
	left:0;
	right:0;
	top:31px;
	margin:0px auto;
	z-index:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_input_form1 input{
	width:100%;
	height:50px;
	background:#ffffff;
	padding-left:15px;
	padding-right:30px;
	border:2px solid #ffffff;
	margin-top:0px;
	position:relative;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_input_form1 input:hover, .btc_contact_input_form1 input:focus{
	border:2px solid #66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_input_form1 i{
	position:absolute;
	color:#66ad36;
	left: 35px;
    bottom: 16px;
}
.btc_contact_input_form1, .btc_contact_input_form2{
    width: 90%;
    margin: auto;
}

.btc_contact_input_form2 input{
	width:100%;
	height:50px;
	background:#ffffff;
	padding-left:15px;
	padding-right:30px;
	border:2px solid #ffffff;
	margin-top:15px;
	position:relative;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_input_form2 textarea{
    width:100%;
    height:80px;
    background:#ffffff;
    padding-left:15px;
    padding-right:30px;
    padding-top: 15px;
    border:2px solid #ffffff;
    margin-top:15px;
    position:relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_input_form2 input:hover, .btc_contact_input_form2 input:focus{
	border:2px solid #66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_input_form2 i{
	position:absolute;
	color:#66ad36;
	left: 35px;
    bottom: 16px;
}
.btc_contact_btn_wrapper{
    width: 90%;
    margin: auto;
}
.btc_contact_btn_wrapper a {
	float:left;
    width: 100%;
    height: 50px;
    background: #66ad36;
    color: #ffffff;
	letter-spacing:2px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 40px;
	font-size:16px;
    border: 1px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_btn_wrapper a:hover{
	background:#ffffff;
	color:#000000;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_btn_pera_wrapper p{
	padding-top:30px;
}
.btc_contact_btn_pera_wrapper p a{
	color:#66ad36;
}
.btc_contact_accord_heading_wrapper{
	float:left;
	width:100%;
	padding-top:40px;
}
.btc_contact_accord_heading_wrapper h5{
	font-size:14px;
	font-family: Montserrat;
	color:#66ad36;
	text-transform:uppercase;
}
.btc_contact_accord_heading_wrapper h3{
	font-size:36px;
	color:#ffffff;
	padding-top:20px;
	padding-bottom: 10px;
}
.btc_contact_accord_heading_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_contact_accord_heading_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_contact_accord_heading_wrapper p{
	padding-top:30px;
}
.trucking_faq_wrapeer{
	float:left;
	width:100%;
	margin-top:40px;
}
.lv_faq_wrapper .panel-title{
	position:relative;
}
.lv_faq_wrapper .panel-title:after{
    content: "";
    position: absolute;
    border-left: 1px solid #ffffff73;
    top: 0;
    bottom: 0;
    left: 90px;
}
.accordionFifteen .panel-group .panel+.panel {
	margin-top: 20px;
}
.accordionFifteen .panel-group {
  margin-bottom: 0;
}
.accordionFifteen .panel-default {
  border: 0;
}
.accordionFifteen .panel {
	background-color: rgba(255, 255, 255, 0.058823529411764705);
	box-shadow: none;
	border-left: 1px solid rgba(255, 255, 255, 0.45098039215686275);
	border-right: 1px solid rgba(255, 255, 255, 0.45098039215686275);
	border-radius: 0;
	margin: 0;
}
.accordionFifteen .panel .panel-heading a {	
	display: block;
	background: transparent;
	padding: 15px 20px;
	font-size:14px;
	color: #fff;
	font-weight:400;
	border-top: 1px solid rgba(255, 255, 255, 0.45098039215686275);
	border-bottom: 1px solid rgba(255, 255, 255, 0.45098039215686275);
	text-decoration:none;
	font-family: Montserrat
}
.accordionFifteen .panel .panel-heading a.collapsed {
	color: #ffffff;
	background-color:transparent;
	display: block;
	padding: 15px 20px;
	font-size:14px;
	border-top: 1px solid #ffffff73;
	border-bottom: 1px solid #ffffff73;
	text-decoration:none;
	font-family: Montserrat
}
.accordionFifteen .panel-default>.panel-heading {
  border-radius: 0px;
  padding:0px;
     background: transparent;
}
.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 10px 20px 15px 20px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45098039215686275);
}
.accordionFifteen .panel .panel-heading a:before,
.accordionFifteen .panel .panel-heading a.collapsed:before{
    font-family: 'FontAwesome';
    font-size: 16px;
    float: left;
    margin-right: 60px;
    margin-left: 20px;
    display: block;
}
.accordionFifteen .panel .panel-heading a:after,
.accordionFifteen .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	font-size: 25px;
	float: right;
	width: 50px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	display: block;
	border-radius: 50%;	
}
.accordionFifteen .panel .panel-heading a:after {  
  content: "\2212";
    background: transparent;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    color: #ffffff;
    line-height: 15px;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
	content: "\2b";
	background: transparent ;
  border-radius:2px;
  width:15px;
  height:15px;
  color:#fff;
  line-height:15px;
}
/*-- btc contact Wrapper End  --*/
/*-- btc blog Wrapper Start  --*/
.btc_blog_index_main_wrapper{
	float:left;
	width:100%;
	background:#f9f9f9;
	padding-top:50px;
	padding-bottom:50px;
}
.btc_blog_index_heading_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.btc_blog_index_heading_wrapper{
	float:left;
	width:100%;
	display:inline-block;
}
.btc_blog_index_heading_wrapper p{
	font-size:14px;
	color:#66ad36;
}
.btc_blog_index_heading_wrapper h1{
	font-size:36px;
	color:#222222;
	padding-bottom:10px;
}
.btc_blog_index_heading_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_blog_index_heading_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_blog_index_heading_wrapper span:before{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	right: 20px;
    top: 13px;
}
.btc_blog_index_heading_wrapper h5 {
    font-size: 16px;
    font-family: Montserrat;
    color: #797979;
    line-height: 20px;
    padding-top: 20px;
}
.btc_blog_indx_box_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.btc_blog_indx_img_wrapper{
	position:relative;
}
.btc_blog_indx_img_wrapper img{
	width:100%;
	-webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}	
.btc_blog_indx_date_wrapper{
    width: 100px;
    height: 100px;
    background: #66ad36;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0px auto;
    border: 12px solid #ffffff;
}
.dropdown-menu .divider{
    margin: 6px 0;
    overflow: hidden;
    background-color: #66ad36;
    display: block;
}
.btc_blog_indx_date_wrapper p{
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
}
.btc_blog_indx_date_wrapper ul{
	padding-top:15px;
}
.btc_blog_indx_date_wrapper li:first-child{
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
}
.btc_blog_indx_date_wrapper li:last-child{
	font-size:14px;
	color:#ffffff;
}
.btc_blog_indx_cont_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding-top:50px;
	padding-left:40px;
	padding-right:40px;
    height: 315px;
}
.btc_blog_indx_cont_wrapper h5{
	font-size:20px;
	color:#222222;
	line-height: 28px;
}
.btc_blog_indx_cont_wrapper p{
	padding-top:10px;
}
.btc_blog_indx_cont_wrapper h4{
	padding-top:5px;
	padding-bottom:20px;
}
.btc_blog_indx_cont_wrapper h4 a{
	font-size:16px;
	font-weight:bold;
	color:#66ad36;
	font-family: Montserrat;
	text-transform:uppercase;
}
.btc_blog_indx_cont_bottom{
	float:left;
	width:100%;
	background:#ffffff;
	border-top:1px solid #e5e5e5;
}
.btc_blog_indx_cont_bottom_left{
	float:left;
	width:50%;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
	border-right:1px solid #e5e5e5;
}
.btc_blog_indx_cont_bottom_left p, .btc_blog_indx_cont_bottom_right p{
	margin:0;
}
.btc_blog_indx_cont_bottom_left p i, .btc_blog_indx_cont_bottom_right p i{
	color:#66ad36;
}
.btc_blog_indx_cont_bottom_right{
	float:left;
	width:50%;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}
.btc_blog_indx_cont_bottom_left p a, .btc_blog_indx_cont_bottom_right p a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_blog_indx_cont_bottom_left p a:hover, .btc_blog_indx_cont_bottom_right p a:hover{
	color:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- btc blog Wrapper End  --*/
/*-- btc partner slider Wrapper Start  --*/
.btc_partner_slider_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.btc_partner_slider_heading_wrapper h5{
	font-size:14px;
	font-family: Montserrat;
	color:#66ad36;
	text-transform:uppercase;
}
.btc_partner_slider_heading_wrapper h3{
	font-size:36px;
	color:#222222;
	padding-top:20px;
	padding-bottom: 10px;
}
.btc_partner_slider_heading_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_partner_slider_heading_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_partner_slider_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.btc_partner_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.btc_partner_slider_wrapper .owl-theme .owl-nav {
        position: absolute;
    margin: 0;
    right: 0;
    top: -140px;
    right: 109px;
    z-index: 1000;
    display: block;
}
.btc_partner_slider_wrapper .owl-theme .owl-nav .owl-prev{
    margin: 0;
    padding: 0;
    left: 0;
	top:0;
	color:#000000;
	width:50px;
	height:50px;
	line-height:50px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background:#f9f9f9;
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_partner_slider_wrapper .owl-theme .owl-nav .owl-prev i:before, .btc_partner_slider_wrapper  .owl-theme .owl-nav .owl-next i:before{
	font-size:24px;
	margin-left:0;
}
.btc_partner_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 26px;
    margin: 0;
    padding: 0;
    left: 60px;
	top:0;
    position: absolute;
	color:#000000;
	width:50px;
	height:50px;
	line-height:50px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background:#f9f9f9;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_partner_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .btc_partner_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	background:#66ad36;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_partner_img{
	opacity:0.4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_partner_img:hover{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- btc partner slider Wrapper End  --*/
/*-- Newsletter css Start --*/
.btc_newsletter_wrapper{
	float:left;
	width:100%;
	background:#66ad36;
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
}
.jp_newsletter_img_overlay_wrapper{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:#0e1427eb;
}
.btc_newsletter_text{
	float:left;
	width:100%;
	padding-top: 2px;
}
.btc_newsletter_field{
	float:left;
	width:100%;
}
.btc_newsletter_field input{
	float: left;
    width: calc(95% - 160px);
    border: 2px solid rgba(255, 255, 255, 0.2784313725490196);
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    color: #ffffff;
    background-color: transparent;
    position: relative;
    padding-left: 40px;
}
.btc_newsletter_field i{
	position:absolute;
	left: 29px;
    z-index: 1;
    top: 17px;
	color:rgba(255, 255, 255, 0.47843137254901963);
}
.bottom-quick-enquiry{
    float: right;
    width: 260px;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 2px;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    border: 0px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    padding: 13px 0;
}
.btc_newsletter_text h1{
	font-size:33px;
	color:#ffffff;
	font-weight:100;
	float:left;
	width:calc(100% - 40px);
}
.btc_newsletter_text h2 {
    font-size: 33px;
    color: #ffffff;
    font-weight: 100;
    float: left;
    width: calc(100% - 40px);
}
.btc_newsletter_text h1 span{
	font-weight:bold;
}
.btc_newsletter_field input::-webkit-input-placeholder {
	color: #ffffff7a;
}
.btc_newsletter_field input::-moz-placeholder {
	color: #ffffff7a;
}
.btc_newsletter_field input:-ms-input-placeholder {
	color: #ffffff7a;
}
.btc_newsletter_field input:-moz-placeholder {
	color: #ffffff7a;
}
.btc_newsletter_field button{
	float:right;
	width:260px;
	height:50px;
	font-size:16px;
	text-transform:uppercase;
	border-radius:2px;
	background-color:#ffffff;
	color:#000000;
	font-weight:bold;
	letter-spacing:1px;
	border:0px;
	border:1px solid #ffffff;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_newsletter_field button:hover{
	background:transparent;
	color:#ffffff;
	border:1px solid #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_newsletter_text i{
	width:40px;
	float:left;
	padding-top: 7px;
}
.btc_newsletter_text i:before{
	font-size:30px;
	color:#ffffff;
	margin:0;
}
/*-- Newsletter css End --*/
/*-- btc footer Wrapper Start --*/
.btc_footer_main_wrapper{
	float:left;
	width:100%;
	background:#1b1b1b;
	padding-top:100px;
	padding-bottom:70px;
}
.btc_footer_logo_left{
	float:left;
	width:50%;
}
.btc_footer_logo_right{
	float:left;
	width:50%;
	position:relative;
}
.btc_footer_logo_right:after{
	content:'';
	/*border:1px solid #797979;*/
	width:1px;
	height:60px;
	position:absolute;
	right: -60px;
    top: 2px;
}
.btc_footer_logo_right p{
	line-height: 25px;
    padding-top: 5px;
}
.btc_footer_email_wrapper{
	float:left;
	width:50%;
}
.btc_footer_social_wrapper{
	float:left;
	width:50%;
}
.btc_footer_email_wrapper p{
	padding-top:5px;
	margin-bottom:0;
}
.btc_footer_email_wrapper p a{
	color:#66ad36;
}
.btc_footer_social_wrapper ul{
	float:right;
	margin-top: -10px;
}
.btc_footer_social_wrapper li{
	float:left;
	margin-left:10px;
    margin-bottom: 5px
}
.btc_footer_social_wrapper li a{
	float:left;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#282828;
	color:#ababab;
	font-size: 20px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_footer_social_wrapper li a:hover{
	background:#66ad36;
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- btc footer Wrapper End --*/
/*-- btc bottom footer Wrapper Start --*/
.btc_bottom_footer_main_wrapper{
	float:left;
	width:100%;
	background:#141414;
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
}
#scroll {
    position: absolute;
    right: 90px;
    top: -69px;
    cursor: pointer;
    width: 60px;
    height: 70px;
    display: none;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    background:#141414;
}
#scroll span{
    position:absolute;
    top:45%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
	color:#fff;
	font-size: 30px;
}
.btc_bottom_footer_left p{
	margin:0;
	font-size:14px;
}
.btc_bottom_footer_right ul{
	float:right;
}
.btc_bottom_footer_right li{
	float:left;
	margin-left:50px;
	position:relative;
	font
}
.btc_bottom_footer_right li:first-child:after{
	content:'';
	border:1px solid #797979;
	width:1px;
	height:15px;
	position:absolute;
	    right: -28px;
    top: 6px;
}
/*-- btc bottom footer Wrapper End --*/

/**********---------------- ABOUT CSS START --------------****************/
/*-- btc Tittle Wrapper Start --*/
.btc_tittle_main_wrapper{
	/*background:url('../images/tittle_bg.jpg') 50% 0 repeat-y;*/
	background-size:cover;
	background-position:center 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	float:left;
	width:100%;
	height:55%;
	position:relative;
	padding-top:380px;
    padding-bottom: 30px;
}
.btc_tittle_img_overlay{
	position:absolute;
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
	    background: rgba(0,0,0,0.5);
}
.btc_tittle_left_heading{
	float:left;
	width:100%;
}
.btc_tittle_left_heading h1{
	font-size:22px;
	font-weight:bold;
	color:#ffffff;
	margin-top: 10px;
}
.btc_tittle_right_heading{
	float:left;
	width:100%;
}
.btc_tittle_right_cont_wrapper ul{
	background:#000000e0;
	float:right;
	padding:15px 30px 15px 30px;
}
.btc_tittle_right_cont_wrapper li{
	float:left;
	margin-left:20px;
}
.btc_tittle_right_cont_wrapper li i{
	position:relative;
	left:10px;
	color:rgba(255, 255, 255, 0.6392156862745098);
}
.btc_tittle_right_cont_wrapper li:first-child{
	margin-left:0;
}
.btc_tittle_right_cont_wrapper li a{
	color:rgba(255, 255, 255, 0.6392156862745098);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_tittle_right_cont_wrapper li a:hover{
	color:#66ad36;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_tittle_right_cont_wrapper li:last-child{
	color:#66ad36;
}
/*-- btc Tittle Wrapper End --*/
/*-- btc about downlord Wrapper Start --*/
.btc_about_down_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.btc_about_down_heading_wrapper{
	float:left;
	width:100%;
	padding-top:30px;
}
.btc_about_down_heading_wrapper h5{
	font-size:14px;
	font-family: Montserrat;
	color:#66ad36;
	text-transform:uppercase;
}
.btc_about_down_heading_wrapper h3{
	font-size:36px;
	color:#222222;
	padding-top:10px;
	padding-bottom: 10px;
}
.btc_about_down_heading_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_about_down_heading_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_about_down_heading_wrapper p{
	padding-top:30px;
}
.btc_about_down_heading_wrapper ul{
	margin-top:30px;
}
.btc_about_down_heading_wrapper li{
	float:left;
	margin-left:30px;
}
.btc_about_down_heading_wrapper li:first-child{
	margin-left:0;
}
.btc_about_down_heading_wrapper li a{
	font-size:35px;
	color:#b5b5b5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_about_down_heading_wrapper li a:hover{
	color:#66ad36;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btc_about_down_btn a {
    float: left;
    width: 210px;
    height: 50px;
    background: #66ad36;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:30px;
    border: 1px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_about_down_btn a:hover{
    background: transparent;
    border: 1px solid #66ad36;
    color: #66ad36;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tab-content > .tab-pane p{
    color: #ececec;
}
/*-- btc about downlord Wrapper End --*/
/*-- btc life style Wrapper Start --*/
.btc_about_ls_main_wrapper{
	float:left;
	width:100%;
	background:#f9f9f9;
	padding-top:100px;
	padding-bottom:60px;
}
.btc_about_ls_heading_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.btc_about_ls_heading_wrapper{
	float:left;
	width:100%;
	display:inline-block;
}
.btc_about_ls_heading_wrapper p{
	font-size:14px;
	color:#66ad36;
}
.btc_about_ls_heading_wrapper h1{
	font-size:36px;
	color:#222222;
	padding-bottom:10px;
}
.btc_about_ls_heading_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_about_ls_heading_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_about_ls_heading_wrapper span:before{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	right: 20px;
    top: 13px;
}
.btc_about_ls_bottom_cont_wrapper{
	float:left;
	width:100%;
	text-align:center;
	background:#f5f5f5;
	padding-top:60px;
	padding-bottom:60px;
}
.btc_about_left_ls_pera_wrapper p, .btc_about_right_ls_pera_wrapper p{
	padding-top:60px;
}
.btc_currency_boxes_main_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.btc_about_currency_box1, .btc_about_currency_box2, .btc_about_currency_box3, .btc_about_currency_box4{
	display:inline-block;
	width:15%;
	text-align: center;
}
.btc_about_currency_box1, .btc_about_currency_box2, .btc_about_currency_box3{
	border-right:1px solid #797979;
}
.btc_about_currency_box1 h5, .btc_about_currency_box2 h5, .btc_about_currency_box3 h5, .btc_about_currency_box4 h5{
	font-size:16px;
	text-transform:uppercase;
	margin-top:15px;
	text-align:center;
}
.btc_about_currency_box1 h5 a, .btc_about_currency_box2 h5 a, .btc_about_currency_box3 h5 a, .btc_about_currency_box4 h5 a{
	color:#797979;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_about_currency_box1 i:before, .btc_about_currency_box2 i:before, .btc_about_currency_box3 i:before, .btc_about_currency_box4 i:before{
	font-size:40px;
	margin-left:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_about_currency_box1:hover h5 a, .btc_about_currency_box2:hover h5 a, .btc_about_currency_box3:hover h5 a, .btc_about_currency_box4:hover h5 a{
	color:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_about_currency_box1:hover i:before, .btc_about_currency_box2:hover i:before, .btc_about_currency_box3:hover i:before, .btc_about_currency_box4:hover i:before{
	color:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- btc life style Wrapper End --*/
/*-- btc buy Wrapper Start --*/
.btc_about_buy_main_wrapper{
	background:url('../images/content/about_buy_bg.html') 50% 0 repeat-y;
	background-size:cover;
	background-position:center 0;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
	text-align:center;
}
.btc_about_buy_img_overlay{
	position:absolute;
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
	background:rgba(0,0,0,0.8);
}
.btc_about_buy_heading h1{
	font-size:36px;
	color:rgba(255, 255, 255, 0.8784313725490196);
	font-weight:bold;
}
.btc_about_buy_heading p{
	color:rgba(255, 255, 255, 0.7686274509803922);
	padding-top:25px;
}
.btc_about_buy_heading a{
	display:inline-block;
    width: 210px;
    height: 50px;
    background: #66ad36;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:25px;
    border: 1px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_about_buy_heading a:hover{
    background: transparent;
    border: 1px solid #66ad36;
    color: #66ad36;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- btc buy Wrapper End --*/
/**********---------------- ABOUT CSS END --------------****************/

/**********---------------- SERVICES CSS START --------------****************/
/*-- btc service Wrapper Start --*/
.btc_services_indx_main_wrapper{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:100px;
}
.btc_ser_indx_box_margin{
	margin-top:50px;
}
.btc_ser_indx_box_wrapper{
	float:left;
	width:100%;
}
.btc_indx_service_main_wrapper{
	float:left;
	width:100%;
	margin-top:40px;
}
.btc_indx_ser_icon_wrapper{
	float:left;
	width:100px;
	padding-top: 18px;
}
.btc_indx_ser_icon_wrapper i:before{
	font-size:70px;
	color:#66ad36;
	margin-left:0;
}
.btc_indx_ser_icon_cont_wrapper{
	float:left;
	width:calc(100% - 100px);
	padding-left:40px;
	position:relative;
}
.btc_indx_ser_icon_cont_wrapper:after{
	content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 119px;
    position: absolute;
    left: 0;
    top: 1px;
}
.btc_indx_ser_icon_cont_wrapper h1{
	font-size:20px;
	font-weight:bold;
	color:#000000;
}
.btc_indx_ser_icon_cont_wrapper p{
	padding-top:20px;
}
.btc_indx_ser_icon_cont_wrapper a{
	margin-top:30px;
	font-weight:bold;
	color:#66ad36;
	text-transform:uppercase;
}
.btc_pricing_service_inxd_main_wrapper{
	padding-top:130px;
}

/*-- btc service Wrapper End --*/
/**********---------------- SERVICES CSS END --------------****************/

/**********---------------- EXCHSNGE CSS START --------------****************/
/*-- btc exchange pricing chart Wrapper Start --*/
.btc_exch_pricing_chart_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.btc_exch_chart_heading_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.btc_exch_chart_heading_wrapper{
	float:left;
	width:100%;
	display:inline-block;
}
.btc_exch_chart_heading_wrapper p{
	font-size:14px;
	color:#66ad36;
}
.btc_exch_chart_heading_wrapper h1{
	font-size:36px;
	color:#222222;
	padding-bottom:10px;
}
.btc_exch_chart_heading_wrapper span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_exch_chart_heading_wrapper span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_exch_chart_heading_wrapper span:before{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	right: 20px;
    top: 13px;
}
.btc_exch_chart_heading_wrapper h5{
	font-size:16px;
	font-family: Montserrat;
	color:#797979;
	line-height:20px;
	padding-top:20px;
}
.btc_exch_table_main_wrapper img{
	padding-right:10px;
}
.btc_exch_table_main_wrapper{
	margin-top:60px;
	border: 1px solid #e5e5e5;
	background:#ffffff;
}
.btc_exch_table_main_wrapper tr th{
	padding-top:15px !important;
	padding-bottom:15px !important;
	border-bottom:1px solid #e5e5e5 !important;
	padding-left:20px !important;
	color:#222222 !important;
	font-size:16px !important;
}
.btc_exch_table_main_wrapper tr td{
	border-top:0 !important;
	padding-left:20px !important;
}
.up{
	color:#0ee40e  !important;
}
.down{
	color:#f97f76  !important;
}
.btc_exch_chart_row_top{
	padding-top:40px !important;
}
/*-- btc exchange pricing chart Wrapper End --*/

/**********---------------- EXCHSNGE CSS END --------------****************/


/**********---------------- TESM CSS START --------------****************/
/*-- btc team index Wrapper Start --*/
.btc_team_indx_main_wrapper{
	float:left;
	width:100%;
	background:#f9f9f9;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.btc_team_indx_tabs{
	margin-top:0;
}
.btc_team_index_img_cont_wrapper{
	background:#ffffff;
}
.btn_team_indx_tab_content{
	margin-top:20px;
}
.btc_team_indx_slider_cont_main_wrapper{
	margin-top:40px;
}
.btc_team_indx_img_wrapper img{
	width:100%;
}
.pager_wrapper{
	margin-top:80px;
	text-align:center;
}
.pagination{
	display:inline-block;
	margin:0;
	position:relative;
}
.pagination:after{
	content: '';
    border: 1px solid #e5e5e5;
    width: 374px;
    position: absolute;
    left: 21px;
    top: 24px;
	z-index:1;
}
.pagination > li > a{
	color:#000000;
	font-weight:bold;
	background:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:50px;
	height:50px;
	line-height:36px;
	text-align:center;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	margin-right:20px;
	border:1px solid #ffffff;
	z-index:10;
}
.pagination > li:first-child > a{
	width:50px;
	height:50px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	color:#000000;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	border:1px solid #ffffff;
	margin-right:30px;
	background:#222222;
	color:#ffffff;
	z-index:10;
}
.pagination > li:last-child > a{
	width:50px;
	height:50px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	border:1px solid #ffffff;
	margin-left:10px;
	background:#222222;
	color:#ffffff;
	z-index:10;
}	
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
	border:1px solid #66ad36;
    background-color: #66ad36;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pagination i:before{
	margin-left:0;
}
/*-- btc team index Wrapper End --*/
/**********---------------- TESM CSS END --------------****************/


/**********---------------- SHOP CSS START --------------****************/
/*-- btc Shop Wrapper Start --*/
.btc_shop_indx_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.gc_shop_indx_search_box p{
	margin:0;
	padding-top:15px;
}
.gc_shop_indx_search_box p span{
	color:#66ad36;
}
.gc_shop_indx_view_tabs .nav > li > a{
	width:50px;
	height:50px;
	    padding: 0;
    font-size: 16px;
    font-weight: bold;
    float: left;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    color: #000000;
	text-align:center;
    line-height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10;
}
.gc_shop_indx_view_tabs .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: #66ad36;
    position: relative;
	color:#ffffff;
}
.gc_shop_indx_view_tabs .nav-pills > li > a:hover:after, .gc_shop_indx_view_tabs .nav-pills > li.active > a:after{
	display:none;
}
.gc_shop_indx_view_tabs_pills{
	margin-top:0;
	float:right;
}
.gc_causes_select_box select{
	width:100%;
	height:50px;
	border:1px solid #e5e5e5;
	background:#ffffff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-appearance: none;
    -moz-appearance: none;
	padding-left:20px;
}
.gc_causes_select_box i{
	margin-left:-30px;
}
.btc_shop_indx_cont_box_wrapper{
	float:left;
	width:100%;
	overflow:hidden;
	margin-top:35px;
}
.btc_shop_indx_img_wrapper{
	float:left;
	width:100%;
}
.btc_shop_indx_img_wrapper img{
	 -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
	width:100%;
}
.btc_shop_indx_img_cont_wrapper{
	float:left;
	width:100%;
	text-align:center;
	border:1px solid #e5e5e5;
	padding-top:45px;
	padding-bottom:40px;
	position:relative;
}
.btc_shop_indx_img_cont_wrapper h1{
	font-size:20px;
	color:#222222;
	line-height: 26px;
	padding-bottom:30px;
}
.orange{
	color:#66ad36;
}
.btc_shop_price{
	width:90px;
	height:30px;
	text-align:center;
	line-height:30px;
	background:#66ad36;
	color:#ffffff;
	font-weight:bold;
	 -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: -15px;
}
.btc_shop_bottom_social_wrapper{
	float:left;
	width:100%;
	border-top:1px solid #e5e5e5;
	background:#ffffff;
	position: absolute;
    bottom: -110px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_indx_cont_box_wrapper:hover .btc_shop_bottom_social_wrapper{
	bottom:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_bottom_social_wrapper li a{
	float:left;
	width:33.33%;
	height:60px;
	font-size:20px;
	line-height:60px;
	text-align:center;
	background:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_bottom_social_wrapper li a:hover{
	background:#66ad36;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_bottom_social_wrapper li:nth-child(2) a{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.btc_shop_index_content_tabs_main{
	margin-top:10px;
}
.btc_left_shop_sidebar_main_wrapper{
	float:left;
	width:100%;
}
.btc_shop_searchbar_wrapper{
	float:left;
	width:100%;
}
.btc_shop_searchbar_wrapper input{
	width:calc(100% - 60px);
	float:left;
	height:50px;
	border:2px solid #efefef;
	border-right:0;
	background:#ffffff;
	padding-left:20px;
	-webkit-border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.btc_shop_searchbar_wrapper button{
	float:left;
	width:60px;
	height:50px;
	background:#ffffff;
	border:2px solid #efefef;
	border-left:0;
	-webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.btc_shop_left_cate_wrapper{
	float:left;
	width:100%;
	padding-top:45px;
}
.btc_shop_left_cate_wrapper h1{
	font-size:30px;
	color:#222222;
	position:relative;
}
.btc_shop_left_cate_wrapper h1:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	bottom:-15px;
	left:0;
}
.btc_shop_left_cate_wrapper ul{
	margin-top:50px;
}
.btc_shop_left_cate_wrapper li{
	margin-top:10px;
}
.btc_shop_left_cate_wrapper li:first-child{
	margin-top:0;
}
.btc_shop_left_cate_wrapper li i{
	color:#66ad36;
	padding-right:7px;
}
.btc_shop_left_cate_wrapper li span{
	color:#66ad36;
	float:right;
}
.btc_shop_left_cate_wrapper li a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_left_cate_wrapper li a:hover{
	color:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_adver_img_main_wrapper{
	float:left;
	width:100%;
	background:#66ad36;
	margin-top:40px;
	text-align:center;
	padding-bottom:30px;
}
.btc_shop_adver_img_wrapper img{
	width:100%;
	-webkit-border-bottom-right-radius: 110px;
    -moz-border-bottom-right-radius: 110px;
    border-bottom-right-radius: 110px;
	-webkit-border-bottom-left-radius: 110px;
    -moz-border-bottom-left-radius: 110px;
    border-bottom-left-radius: 110px;
}
.btc_shop_adver_img_cont_wrapper h4{
	font-size:20px;
	font-family: Montserrat;
	color:#ffffff;
	text-transform:uppercase;
	padding-top:20px;
	font-weight:bold;
}
.btc_shop_adver_img_cont_wrapper p{
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:5px;
	margin:0;
}
.btc_shop_pagi a{
	background:#f9f9f9 !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_pagi a:hover{
	background:#66ad36 !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_indx_cont_list_box_wrapper{
	float:left;
	width:100%;
	overflow:hidden;
	margin-top:35px;
}
.btc_shop_list_img_wrapper{
	width:270px;
	float:left;
}
.btc_shop_list_img_cont_wrapper{
	float:left;
	width:calc(100% - 270px);
	text-align:center;
	border:1px solid #e5e5e5;
	padding-top:45px;
	padding-bottom:40px;
	position:relative;
}
.btc_shop_list_img_cont_wrapper h1{
	font-size:20px;
	color:#222222;
	line-height: 26px;
	padding-bottom:30px;
	padding-top: 17px;
}
.orange{
	color:#66ad36;
}
.btc_shop_list_price{
	display:inline-block;
	width:90px;
	height:30px;
	text-align:center;
	line-height:30px;
	background:#66ad36;
	color:#ffffff;
	font-weight:bold;
	 -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.btc_shop_list_bottom_social_wrapper{
	float:left;
	width:100%;
	border-top:1px solid #e5e5e5;
	background:#ffffff;
	position: absolute;
    bottom: -110px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_indx_cont_list_box_wrapper:hover .btc_shop_list_bottom_social_wrapper{
	bottom:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_list_bottom_social_wrapper li a{
	float:left;
	width:33.33%;
	height:60px;
	font-size:20px;
	line-height:60px;
	text-align:center;
	background:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_list_bottom_social_wrapper li a:hover{
	background:#66ad36;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_list_bottom_social_wrapper li:nth-child(2) a{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
/*-- btc Shop Wrapper End --*/
/**********---------------- SHOP CSS END --------------****************/

/**********---------------- SHOP SINGLE CSS START--------------****************/
/*-- btc shop single product Wrapper Start --*/
.btc_shop_single_product_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.cc_ps_top_slider_section  .owl-theme .owl-dots{
	display:none;
}
.cc_ps_top_slider_section  .owl-theme .owl-nav {
	display:none;
}
.video_nav_img{
	float:left;
	width:22%;
}
.cc_ps_top_slider_section{
	float:left;
	width:calc(100% - 22%);
}
.video_nav_img .cc_ps_tabs{
	margin-top:22px;
}
.magnify {
	width: 420px; 
	position: relative; 
	cursor: none;
}
.large {
	width: 175px;
	height: 175px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	display: none;
}
.small{ 
	display: block;
}
.btc_shop_single_prod_right_section{
	float:left;
	width:100%;
}
.btc_shop_single_prod_right_section h1{
	font-size:30px;
	color:#222222;
	position:relative;
}
.btc_shop_single_prod_right_section h1:after{
	    content: '';
    border: 1px solid #66ad36;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.btc_shop_sin_pro_icon_wrapper{
	float:left;
	width:100%;
	margin-top:45px;
}
.btc_shop_sin_pro_icon_wrapper p{
	display:inline-block;
	margin-left:20px;
}
.btc_shop_sin_pro_icon_wrapper p span{
	color:#66ad36;
	margin-left:20px;
	position:relative;
}
.btc_shop_sin_pro_icon_wrapper p span:after{
	content:'';
	border:1px solid #797979;
	width:1px;
	height:10px;
	position:absolute;
	top: 7px;
    left: -12px;
}
.btc_shop_sin_pro_icon_wrapper h5{
	font-size:16px;
	color:#797979;
	font-family: Montserrat;
	margin-top:20px;
	line-height:23px;
}
.btc_shop_single_prod_right_section ul{
	margin-top:20px;
}
.btc_shop_single_prod_right_section li:first-child{
	margin-top:0;
}
.btc_shop_single_prod_right_section li{
	margin-top:5px;
}
.btc_shop_single_prod_right_section li i{
	color:#66ad36;
	padding-right:10px;
}
.btc_shop_prod_quanty_bar{
	float:left;
	width:100%;
	margin-top:30px;
}
.cc_ps_quan_heading_wrapper{
	float:left;
}
.cc_ps_quantily_info input{
	width:90px;
	height:45px;
	border:1px solid #eeeeee;
	outline:none;
	position:relative;
	margin-left: 34px;
	border-radius: 0;
	border-left:0;
	border-right:0;
}
.cc_ps_quantily_info input:focus{
	border:none;
	box-shadow:none;
	border:1px solid #eeeeee;
}
.increase{
	position:absolute;
	left: 139px;
    bottom: 0px;
	background:#f9f9f9;
	border:1px solid #eeeeee;
	height:45px;
	width:40px;
	color:#d6d6d6;
	border-left:0;
}
.decrease{
	position:absolute;
	left: 10px;
    bottom: 0px;
	background:#f9f9f9;
	border:1px solid #eeeeee;
	height:45px;
	width:40px;
	color:#d6d6d6;
	border-right:0;
}
.cc_ps_second_border_Wrapper, .cc_ps_first_border_Wrapper{
	float:left;
	width:100%;
	padding-bottom:40px;
	border-bottom:1px solid #eeeeee;
}
.cc_ps_color_selectobx select{
	float:right;
	width:100%;
	height:45px;
	border:1px solid #eeeeee;
	float:left;
	margin-left:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-left:20px;
}
.cc_ps_color_selectobx i{
	margin-left: -25px;
	margin-top: 13px;
}
.btc_shop_product_price_wrapper{
	float:left;
	width:100%;
}
.btc_shop_product_price_wrapper ul{
	margin-top:40px;
}
.btc_shop_product_price_wrapper li{
	float:left;
	margin-left:20px;
}
.btc_shop_product_price_wrapper li:first-child{
	margin-left:0;
	font-size:26px;
	font-weight:bold;
	color:#66ad36;
	margin-top:5px;
}
.btc_shop_product_price_wrapper li:last-child{
	color:#0ee40e;
}
.cc_ps_cart_btn{
	float:left;
	width:100%;
}
.cc_ps_cart_btn ul{
	margin-top:45px !important;
}
.cc_ps_cart_btn li{
	float:left;
	margin-top:0;
}
.cc_ps_cart_btn li:first-child a{
	float:left;
	width:180px;
	height:50px;
	background:#66ad36;
	border:2px solid #66ad36;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	line-height:50px;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_ps_cart_btn li:first-child a:hover{
	background:transparent;
	border:2px solid #e5e5e5;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_ps_cart_btn li:nth-child(2) a{
	float:left;
	width:180px;
	height:50px;
	background:transparent;
	border:2px solid #e5e5e5;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	line-height:50px;
	margin-left:10px;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_ps_cart_btn li:nth-child(2) a:hover{
	background:#66ad36;
	border:2px solid #66ad36;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_ps_cart_btn li:last-child a{
	float:left;
	width:50px;
	height:50px;
	background:transparent;
	border:2px solid #e5e5e5;
	color:#000000;
	text-align:center;
	line-height:50px;
	margin-left:10px;
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_ps_cart_btn li:last-child a:hover{
	background:#66ad36;
	border:2px solid #66ad36;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_ps_cart_btn li:last-child i{
	padding-right:0;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_ps_cart_btn li:last-child a:hover i{
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- btc shop single product Wrapper End --*/
/*-- btc shop single tabs Wrapper Start --*/
.btc_shop_single_tabs_main_wrapper{
	float:left;
	width:100%;
}
.btc_shop_single_tabs_wrapper .nav > li > a{
	width:360px;
	height:94px;
	    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	border: 1px solid #66ad36;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
    padding: 22px;
}
.btc_shop_single_tabs_wrapper .nav > li > a img{
    padding-right: 10px;
}
.btc_shop_single_tabs_wrapper .nav > li > a:after{
	display:none;
}
.btc_shop_single_tabs_content_main_wrapper .tab-content{
	margin:0;
}
.btc_shop_single_tabs_content_main_wrapper{
	/*border:1px solid #545454;*/
	padding:20px 45px;
	float:left;
	width:100%;
}
.btc_shop_single_tabs_wrapper .nav-pills > li + li{
	margin:5px;
}
.nav-pills > li{
    margin:5px;
}
.btc_shop_single_tabs_img_wrapper{
	float:left;
	width:260px;
}
.btc_shop_single_tabs_img_content_wrapper{
	float:left;
	width:calc(100% - 260px);
	padding-left:40px;
}
.btc_shop_single_tabs_img_content_bottom_wrapper{
	float:left;
	width:100%;
	padding-top:40px;
}
.btc_shop_single_tabs_img_content_bottom_wrapper ul{
	margin-top:35px;
}
.btc_shop_single_tabs_img_content_bottom_wrapper li{
	margin-top:10px;
}
.btc_shop_single_tabs_img_content_bottom_wrapper li:first-child{
	margin-top:0;
}
.btc_shop_single_tabs_img_content_bottom_wrapper li i{
	color:#66ad36;
	padding-right:10px;
}
/*-- btc shop single tabs Wrapper End --*/
/*-- btc shop single product related Wrapper Start --*/
.btc_shop_single_prod_related_wrapper{
	float:left;
	width:100%;
	background:#f9f9f9;
	padding-top:100px;
	padding-bottom:100px;
}
.btc_shop_single_prod_rela_slider .owl-theme .owl-nav .owl-prev, .btc_shop_single_prod_rela_slider .owl-theme .owl-nav .owl-next, .btc_shop_single_pro_related_cont_wrapper{
	background:#ffffff;
}
/*-- btc shop single product related Wrapper End --*/
/**********---------------- SHOP SINGLE CSS END --------------****************/


/**********---------------- BLOG CATEGORIES CSS START --------------****************/
/*-- btc blog Category Wrapper Start --*/
.btc_blog_category_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.btc_blog_cate_post_main_wrapper{
	float:left;
	width:100%;
}
.btc_blog_cate_post_img_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.btc_blog_cate_post_img_wrapper img{
	width:100%;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}
.btc_blog_cate_date_wrapper{
    width: 100px;
    height: 100px;
    background: #66ad36;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: -50px;
    right: 100px;
    border: 12px solid #ffffff;
}
.btc_blog_cate_date_wrapper p{
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
}
.btc_blog_cate_date_wrapper ul{
	padding-top:15px;
}
.btc_blog_cate_date_wrapper li:first-child{
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
}
.btc_blog_cate_date_wrapper li:last-child{
	font-size:14px;
	color:#ffffff;
}
.btc_blog_cate_cont_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding:40px;
	padding-bottom:0;
	border:1px solid #e5e5e5;
	border-top:0;
}
.btc_blog_cate_cont_wrapper h5{
	font-size:20px;
	color:#222222;
	line-height: 28px;
}
.btc_blog_cate_cont_wrapper p{
	padding-top:30px;
}
.btc_blog_cate_cont_wrapper h4{
	padding-top:20px;
	padding-bottom:40px;
}
.btc_blog_cate_cont_wrapper h4 a{
	font-size:16px;
	font-weight:bold;
	color:#66ad36;
	font-family: Montserrat;
	text-transform:uppercase;
}
.btc_blog_bottom_cate_cont_wrapper{
	float:left;
	width:100%;
	border:1px solid #e5e5e5;
	border-top:0;
}
.btc_blog_bottom_cont_small_box{
	float:left;
	width:25%;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
.btc_blog_bottom_cont_small_box p{
	margin:0;
}
.btc_blog_bottom_cont_small_box p i{
	color:#66ad36;
	padding-right:5px;
}
.btc_blog_bottom_cont_small_box p a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_blog_bottom_cont_small_box p a:hover{
	color:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_blog_bottom_cont_small_box2{
	border-left:1px solid #e5e5e5;
}
.btc_blog_bottom_cont_small_box3{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.btc_blog_cate_post_main_wrapper_second{
	margin-top:60px;
}
.btc_blog_cate_right_main_wrapper{
	float:left;
	width:100%;
}
.btc_blog_cate_left_cate_wrapper{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:40px;
}
.btc_blog_cate_right_social_wrapper{
	float:left;
	width:100%;
	margin-top:40px;
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #e5e5e5;
}
.btc_blog_cate_right_social_wrapper h1{
	font-size:30px;
	color:#222222;
	position:relative;
}
.btc_blog_cate_right_social_wrapper h1:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	bottom:-15px;
	left:0;
}
.btc_blog_cate_social_fb_wrapper{
	float:left;
	width:100%;
	background:#39599f;
	text-align:center;
}
.btc_blog_cate_social_fb_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_fb_wrapper a i{
	font-size:20px;
}
.margin_top_fifte{
	margin-top:50px;
}
.btc_blog_cate_social_tw_wrapper{
	float:left;
	width:100%;
	background:#45b0e3;
	text-align:center;
}
.btc_blog_cate_social_tw_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_tw_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_social_gp_wrapper{
	float:left;
	width:100%;
	background:#f84e3f;
	text-align:center;
	margin-top:30px;
}
.btc_blog_cate_social_gp_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_gp_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_social_shair_wrapper{
	float:left;
	width:100%;
	background:#9fdd7c;
	text-align:center;
	margin-top:30px;
}
.btc_blog_cate_social_shair_wrapper a{
	display:inline-block;
	color:#ffffff;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.btc_blog_cate_social_shair_wrapper a i{
	font-size:20px;
}
.btc_blog_cate_client_slider_wrapper{
	float:left;
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:40px;
}
.btc_blog_cate_client_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.btc_blog_cate_client_slider_wrapper .owl-theme .owl-nav {
    display:none;
}
.btc_blog_cate_client_slider_cont{
	float:left;
	width:100%;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	padding-top:40px;
	padding-bottom:40px;
	margin-top:50px;
	border:1px solid #e5e5e5;
}
.btc_blog_client_headin_wrapper h1{
	font-size:30px;
	color:#222222;
	position:relative;
}
.btc_blog_client_headin_wrapper h1:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	bottom:-15px;
	left:0;
}
.btc_blog_cate_testi_quote_wrapper1{
	position:relative;
}
.btc_blog_cate_testi_quote_wrapper1:after{
	content:'';
	border:1px solid #66ad36;
	background:#66ad36;
	width:12px;
	height:25px;
	position:absolute;
	left:-23px;
	right:0;
	margin:0px auto;
	top: 7px;
}
.btc_blog_cate_testi_quote_wrapper1:before{
	content: '';
    border-left: 12px solid transparent;
    border-top: 12px solid #ffffff;
    position: absolute;
    margin-left:-17px;
    margin-top:6px;
    z-index: 1;
}
.btc_blog_cate_testi_quote_wrapper2{
	position:relative;
}
.btc_blog_cate_testi_quote_wrapper2:after{
	content:'';
	border:1px solid #66ad36;
	background:#66ad36;
	width:12px;
	height:25px;
	position:absolute;
	left:18px;
	right:0;
	margin:0px auto;
	top: 7px;
}
.btc_blog_cate_testi_quote_wrapper2:before{
	content: '';
    border-left: 12px solid transparent;
    border-top: 12px solid #ffffff;
    position: absolute;
    margin-left: 3px;
    margin-top:6px;
    z-index: 1;
}
.btc_blog_cate_client_slider_cont p{
	padding-top:40px;
}
.btc_blog_trengle_cont_bottom_line{
	position:relative;
}
.btc_blog_trengle_cont_bottom_line:before{
	    content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 23px;
    position: absolute;
    left: 21px;
    top: 38px;
    -ms-transform: rotate(215deg);
    -webkit-transform: rotate(215deg);
    transform: rotate(215deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_blog_trengle_cont_bottom_line:after{
	    content: '';
    border: 1px solid #e5e5e5;
    width: 1px;
    height: 23px;
    position: absolute;
    left: 9px;
    top: 39px;
    ms-transform: rotate(326deg);
    -webkit-transform: rotate(326deg);
    transform: rotate(331deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_blog_trengle_cont_bottom_line_state{
	position:relative;
}
.btc_blog_trengle_cont_bottom_line_state:before{
	content: '';
    border: 1px solid #ffffff;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 6px;
    top: 40px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_blog_cate_client_slider_wrapper .owl-carousel .owl-stage:after{
	height:20px;
}
.btc_blog_cate_client_slider_img_wrapper{
	float:left;
	width:100%;
	margin-top:40px;
}
.btc_blog_slider_img_width_divied{
	float:left;
	width:85px;
}
.btc_blog_slider_img_width_divied img{
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	border:2px solid #e5e5e5;
}
.btc_blog_slider_img_cont_width_divied{
	float:left;
	width:calc(100% - 85px);
	padding-left:20px;
	padding-top:20px;
}
.btc_blog_slider_img_cont_width_divied p{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	position:relative;
}
.btc_blog_slider_img_cont_width_divied p:after{
	content:'';
	border:1px solid #66ad36;
	position:absolute;
	width:40px;
	left:0;
	top:-15px;
}
.btc_blog_post_headin_wrapper h1{
	font-size:30px;
	color:#222222;
	position:relative;
}
.btc_blog_post_headin_wrapper h1:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	bottom:-15px;
	left:0;
}
.gc_footer_ln_img_wrapper{
	float:left;
	width:80px;
}
.gc_footer_ln_cont_wrapper{
	float:left;
	width:calc(100% - 80px);
	padding-left:20px;
}
.gc_footer_ln_cont_wrapper h4{
	font-size:16px;
	line-height:22px;
}
.gc_footer_ln_cont_wrapper h4 a{
	color:#797979;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_footer_ln_cont_wrapper h4 a:hover{
	color:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_footer_ln_cont_wrapper p{
	font-size:14px;
	color:#797979;
	margin: 0;
    padding-top: 10px;
}
.gc_footer_ln_cont_wrapper p i{
	color:#66ad36;
	padding-right:5px;
}
.gc_footer_ln_main_wrapper{
	float:left;
	width:100%;
	margin-top:50px;
}
.gc_footer_ln_main_wrapper2{
	margin-top:30px;
}
.btc_blog_cate_right_recent_post_wrapper{
	float:left;
	width:100%;
	padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
/*-- btc blog Category Wrapper End --*/
/**********---------------- BLOG CATEGORIES CSS END --------------****************/


/**********---------------- BLOG SINGLE CSS START --------------****************/
.btc_blog_single_post_bottom_post_wrapper{
	float:left;
	width:100%;
	padding-left: 80px;
    padding-right: 25px;
    border: 1px solid #e5e5e5;
	margin-top:40px;
	padding-bottom:30px;
	position:relative;
}
.btc_blog_single_post_bottom_post_wrapper:after{
	    content: '';
    border: 2px solid #66ad36;
    width: 1px;
    height: 100px;
    position: absolute;
    left: -2px;
    top: 30px;
}
.btc_blog_single_post_quote_wrapper1{
	position:relative;
}
.btc_blog_single_post_quote_wrapper1:after{
	    content: '';
    border: 1px solid #66ad36;
    background: #66ad36;
    width: 12px;
    height: 25px;
    position: absolute;
    left: -50px;
    top: 35px;
}
.btc_blog_single_post_quote_wrapper1:before{
	    content: '';
    border-left: 12px solid transparent;
    border-top: 12px solid #ffffff;
    position: absolute;
    left: -50px;
    top: 34px;
    z-index: 1;
}
.btc_blog_single_post_quote_wrapper2{
	position:relative;
}
.btc_blog_single_post_quote_wrapper2:after{
	content: '';
    border: 1px solid #66ad36;
    background: #66ad36;
    width: 12px;
    height: 25px;
    position: absolute;
    left: -30px;
    top: 35px;
}
.btc_blog_single_post_quote_wrapper2:before{
	content: '';
    border-left: 12px solid transparent;
    border-top: 12px solid #ffffff;
    position: absolute;
    left: -30px;
    top: 34px;
    z-index: 1;
}
.btc_blog_single_post_bottom_post_wrapper h1{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	font-family: Montserrat;
	margin-top:40px;
}
.btc_blog_single_post_tittle_wrapper{
	float:left;
	width:100%;
	margin-top:40px;
}
.btc_blog_single_tittle_img_wrapper{
	float:left;
	width:300px;
}
.btc_blog_single_tittle_img_cont_wrapper{
	float:left;
	width:calc(100% - 300px);
	padding-left:40px;
}
.btc_blog_single_tittle_img_cont_wrapper p{
	padding-top:0;
}
.btc_blog_single_tittle_img_cont_wrapper_right{
	padding-left:0;
	padding-right:40px;
	padding-bottom:60px;
}
.btc_blog_post_admin_main_wrapper{
	float:left;
	width:100%;
	background:#1b1b1b;
	overflow:hidden;
	margin-top:60px;
}
.btc_blog_single_post_admin_img{
	float:left;
	width:170px;
}
.btc_blog_single_post_admin_img img{
    -webkit-border-top-right-radius: 150px;
    -moz-border-top-right-radius: 150px;
    border-top-right-radius: 150px;
    -webkit-border-bottom-right-radius: 150px;
    -moz-border-bottom-right-radius: 150px;
    border-bottom-right-radius: 150px;
    margin-left: -30px;
}
.btc_blog_single_post_admin_img_cont{
	float:left;
	width:calc(100% - 170px);
	padding-top:50px;
	padding-right:30px;
}
.btc_blog_single_post_admin_img_cont h1{
	font-size:26px;
	color:#ffffff;
}
.btc_blog_single_post_admin_img_cont p{
	color:rgba(255, 255, 255, 0.7803921568627451);
	padding-top:25px;
}
.btc_blog_single_post_admin_img_cont ul{
	margin-top:20px;
}
.btc_blog_single_post_admin_img_cont li{
	float:left;
	margin-left:10px;
}
.btc_blog_single_post_admin_img_cont li:first-child{
	margin-left:0;
}
.btc_blog_single_post_admin_img_cont li a{
	float:left;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	color: rgba(255, 255, 255, 0.6509803921568628);
    background: rgba(255, 255, 255, 0.14901960784313725);
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_blog_single_post_admin_img_cont li a:hover{
	color: #ffffff;
    background: #66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_comment1_wrapper{
	margin-top:90px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:50px;
}
.blog_single_comment_heading h1{
	font-size:30px;
	color:#000000;
	position:relative;
	margin-top:60px;
}
.blog_single_comment_heading h1:after{
    content: '';
    border: 1px solid #66ad36;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 0;
}	
.blog_comment1_img{
	width:120px;
	float:left;
}
.blog_comment1_cont{
	width:calc(80% - 120px);
	margin-left:150px;
}
.blog_single_comment_heading span{
	color:#66ad36;
}
.blog_comment1_cont h3{
	font-size:22px;
	font-weight:bold;
	padding-top:10px;
}
.blog_comment1_cont i{
	font-size:15px;
	color:#e8e8e8;
	padding-left:10px;
	padding-right:10px;
}
.blog_comment1_cont span{
	color:#66ad36;
	font-size:16px;
	font-style: italic;
}
.blog_comment1_cont span a{
	color:#66ad36;
	text-decoration:underline;
}
.blog_comment1_cont p{
	padding-top:5px;
}
.blog_comment2_wrapper{
	margin-top:60px;
	padding-bottom:50px;
}
.comment_cont2_border{
	border-bottom:1px solid #f2f2f2;
	float:left;
	width:100%;
}
.blog_comment3_wrapper{
	margin-top:60px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:50px;
}
.contect_form1 input{
	width:100%;
	height:50px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form1 i, .contect_form2 i{
	margin-left:-30px;
	color:#66ad36;
}
.contect_form3 i{
	margin-left:-30px;
	color:#66ad36;
	font-size:22px;
}
.contect_form4 i{
	margin-left:-30px;
	color:#66ad36;
	font-size:22px;
	position:relative;
	top:-75px;
}
.contect_form1 input:hover, .contect_form1 input:focus, .contect_form2 input:hover, .contect_form2 input:focus{
	border:2px solid #66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form2 input{
	width:100%;
	height:50px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form4 textarea{
	width:100%;
	margin-top:30px;
	padding-left:20px;
	padding-top:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
}
.contect_form4 textarea:hover, .contect_form4 textarea:focus{
	border:2px solid #66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
	float:left;
}
.contect_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#fff;
	background:#66ad36;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.contect_btn li a:hover{
	background:transparent;
	border:2px solid #66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
.blog_contect_wrapper{
	margin-top:60px;
}
/**********---------------- BLOG SINGLE CSS END --------------****************/

/**********---------------- CONTACT CSS START --------------****************/
/*-- btc contact tittle Wrapper Start --*/
.btc_contact_tittle_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}
.btc_contact_tittle_box_wrapper{
	float:left;
	width:100%;
	display:inline-block;
}
.btc_contact_tittle_box_wrapper:hover .btc_step_icon_wrapper {
    border: 2px dashed #66ad36;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_tittle_box_wrapper:hover .btc_step_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #66ad36;
    opacity: 1;
}
.btc_contact_tittle_box_wrapper:hover .btc_step_hover_effect i:before {
    color: #ffffff;
    z-index: 100;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_tittle_contant_wrapper{
	float:left;
	width:100%;
}
.btc_contact_tittle_contant_wrapper h2{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding-top:30px;
}
.btc_contact_tittle_contant_wrapper p{
	margin:0;
	padding-top:30px;
}
.btc_contact_tittle_contant_wrapper p a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_tittle_contant_wrapper p a:hover{
	color:#66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- btc contact tittle Wrapper END --*/
/*-- btc contact map Wrapper Start --*/
.btc_contact_map_main_wrapper{
	background:url('../images/content/contact_bg.jpg') 50% 0 repeat-y;
	background-size:cover;
	background-position:center 0;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	float:left;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}
.btc_contact_map_img_overlay{
	position:absolute;
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
	background:rgba(0,0,0,0.8);
}
.btc_contact_map_left_section{
	float:left;
	width:100%;
}
.btc_contact_map_right_section{
	float:left;
	width:100%;
}
.btc_contact_map_right_section h5{
	font-size:14px;
	font-family: Montserrat;
	color:#66ad36;
	text-transform:uppercase;
}
.btc_contact_map_right_section h3{
	font-size:36px;
	color:rgba(255, 255, 255, 0.9098039215686274);
	padding-top:20px;
	padding-bottom: 10px;
}
.btc_contact_map_right_section span{
	color:#66ad36;
	font-size:22px;
	position:relative;
}
.btc_contact_map_right_section span:after{
	content:'';
	border:1px solid #66ad36;
	width:30px;
	position:absolute;
	left: 20px;
    top: 13px;
}
.btc_contact_map_right_section p{
	padding-top:20px;
	padding-bottom:40px;
}
.btc_contact_map_inputs input{
	width:100%;
	height:50px;
	background:#ffffff;
	border:2px solid #ffffff;
	padding-left:25px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_map_inputs input:hover, .btc_contact_map_inputs input:focus{
	border:2px solid #66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_map_inputs2{
	margin-top:20px;
}
.btc_contact_map_inputs textarea{
	width:100%;
	background:#ffffff;
	border:2px solid #ffffff;
	padding-left:25px;
	padding-top:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_map_inputs textarea:hover, .btc_contact_map_inputs textarea:focus{
	border:2px solid #66ad36;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_contact_map_btn{
	float:left;
	width:100%;
}
.btc_contact_map_btn ul{
	margin-top:30px;
}
.btc_contact_map_btn li a{
    float: left;
    width: 200px;
    height: 50px;
    background: #66ad36;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
	text-transform:uppercase;
    border: 1px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}	
.btc_contact_map_btn li a:hover{
	    background: transparent;
    border: 1px solid #66ad36;
    color: #66ad36;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
}



.home-about-us-left{
    padding: 30px; 
    width: 100%; 
    overflow: auto; 
    overflow: hidden;
}
.home-about-us-left h3{
    font-size: 18px; 
    color: #66ad36; 
    font-family: MontserratS;
}
.home-about-us-left h1{
    font-size: 26px;
    color: #111111;
    line-height: 23pt;
    text-align: left;
    font-weight: bold;
    padding: 12px 0;
    text-transform: uppercase; 
    font-family: MontserratS;
}
.home-about-us-left p{
    font-size: 15px; 
    color: #777777; 
    text-align: justify;
    line-height: 26px;
}
.home-about-us-left a{
    width: 150px;
    height: 50px;
    background: #66ad36;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    border: 1px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 10px;
    display: inline-block;
}
.home-about-us-right{
    padding: 30px; 
    width: 100%; 
    overflow: auto; 
    overflow: hidden; 
    background: #f9f9fa;
}
.home-about-us-right .content{
    font-size: 15px; 
    color: #777777; 
    text-align: justify;  
    padding-right: 30px;
}
.crypto-section{
    padding: 80px 0;
    width: 100%;
    overflow: auto;
    overflow: hidden;
    background-image: url('../images/Best-Services-bg.png');
    background-repeat: no-repeat;
    background-size: 20%;
}
.crypto-section h2{
    color: #333333;
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.5px; 
    font-family: MontserratM; 
    padding: 20px 0;
}
.crypto-section h3{
    text-transform: uppercase;
    border-bottom: 2px solid #e0e0e0;
    padding: 35px 0 20px 0;
    width: initial;
    float: none;
    display: inline-block;
    color: #777777; 
    font-size: 18px;
}
.crypto-section span{
    color: #000000;
    text-align: left; 
    font-family: MontserratB;
    line-height: 55px;
}
.crypto-section p{
    font-size: 15px; 
    color: #777777; 
    text-align: justify;
}
.crypto-section img{
    max-width: 100%;
}


.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: 0 3px 6px 0 rgba(46,61,73,.1);
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.mega-menu-link li{
    padding: 3px 5px !important;
    width: 100%;
}
.mega-menu-link li a{
    padding: 0px 5px !important;
    font-size: 11px !important;
}
.mega-menu-link li a .fa{
    color: #66ad36;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
  font-size: 11px;
}
.mega-dropdown-menu > li > ul > li > a .fa{
    color: #66ad36;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #66ad36;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
  display: block;
  font-weight: bold;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
.dropdown-menu{
    border: 1px solid rgb(229, 229, 229);
    border-radius: 0;
    margin: 0;
}

.our-services-section .nav > li > a{
    color: #000;
}
.our-services-section .nav-pills > li.active > a{
    color: #fff
}
.our-services-section .tab-content > .tab-pane p{
    color: #7b7b7b;
}

.btc_step_icon_cont_wrapper .main-services{
    padding: 15px 20px;
}
.btc_step_icon_cont_wrapper .main-services img{
    width: 45px;
}
.btc_step_icon_cont_wrapper .main-services p{
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 18px;
    height: 60px;
}
.btc_step_icon_cont_wrapper .main-services p a{
    font-size: 13px;
    font-weight: 600;
    color: #444;
}

div.panel,p.flip {
    margin: 0px;
    text-align: center;
}
 
div.panel {
    width: 100%;
    height: auto;
    display: none;
    border: none;
    box-shadow: none;
}

.cryptocurrency-wallet-pricing .nav > li > a{
    width: 260px;
}

.cryptocurrency-wallet-pricing .top-bar{
    border: 1px solid #a3a3a3;
}
.cryptocurrency-wallet-pricing .main-heading{
    font-size: 30px;
    color: #000;
    padding: 35px 0;
}
.cryptocurrency-wallet-pricing .sub-heading{
    font-size: 20px;
    color: #fff;
    padding: 25px 0;
    background: #000;
    background: #327d00;
}
.cryptocurrency-wallet-pricing .buy-now {
    text-align: center;
    float: none;
}
.cryptocurrency-wallet-pricing .buy-now a{
    font-size: 16px;
    width: 180px;
    margin: 0;
    float: none;
    padding: 12px 30px;
}


----------
.app-store-pricing .top-bar1{
    border: 1px solid #a3a3a3;
}
.app-store-pricing .main-heading{
    font-size: 25px;
    color: #000;
    padding: 20px 0;
    font-weight: bold;
}
.app-store-pricing .my_planTitle{
    font-size: 25px;
}
.app-store-pricing .sub-heading{
    font-size: 20px;
    color: #fff;
    padding: 25px 0;
    background: #000;
    background: #327d00;
}
.app-store-pricing .buy-now {
    text-align: center;
    float: none;
}
.app-store-pricing .buy-now a{
    font-size: 16px;
    width: 180px;
    margin: 0;
    float: none;
    padding: 12px 30px;
}
.app-store-pricing .my_planFeature2{
    text-align: center;
    font-size: 15px;
    padding: 20px 15px;
}

/* --- Plans ---------------------------- */

.my_planHeader {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    border-left: 1px solid #a3a3a3
}
.my_planTitle {
    font-size:2em;
    font-weight: bold;
}
.my_planPrice {
    font-size:1.4em;
    font-weight: bold;    
    padding-top: 15px;
}
.my_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size:small;
    }    
.flexible
{
    align-items: center;
    display: block;
}
.sr{
    display:none;
}
}

/* --- Features ------------------------- */

.my_feature {
    line-height:2.8em;   
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
 }

.my_featureRow {
    border: 0.1em solid rgb(163, 163, 163);
    border-top: 0;
}    

/* --- Plan 1 --------------------------- */
.my_plan1 {
    background: rgb(224,234,242);
}

.my_planHeader.my_plan1 a {
    background: rgb(72, 109, 139);
    color:white;
}

.my_planHeader.my_plan1 {
    background: rgb(50, 125, 0);
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
    background: rgb(230,235,218);
}

.my_planHeader.my_plan2 a {
    background: rgb(108, 131, 62);
    color:white;
}

.my_planHeader.my_plan2 {
    background: rgb(102, 173, 54);
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: rgb(254,235,212);
}

.my_planHeader.my_plan3 a {
    background: rgb(199, 127, 40);
    color:white;
}

.my_planHeader.my_plan3 {
    background: rgb(50, 125, 0);
}
.my_planFeature {
    text-align: center;
    font-size: 25px;
    padding: 19px 0;
}
.my_planFeature1 {
    text-align: center;
    font-size: 15px;
    padding: 20px 15px;
    border-right: 1px solid #a3a3a3;
}

.my_planFeature i.my_check {
    color: #66ad36;
}
.my_planFeature i.close {
    color: red;
    opacity: 1;
    float: none;
}

.sitemap-page{
    width: 100%; 
    overflow: auto; 
    overflow: hidden;
}
.sitemap-page ul{
    text-align: left;
}
.sitemap-page ul li{
    line-height: 35px;
}
.sitemap-page ul li a{
    font-size: 16px;
    color: #484848;
}
.sitemap-page ul li a .fa{
    font-size: 16px;
    color: #327d00;
    padding-right: 5px;
}

.crypto-earn-money .modal-dialog{
            width: 52%;
        }
        .crypto-earn-money .modal-body{
            padding: 0;
        }
        .crypto-earn-money .modal-content{
            background: transparent;
            box-shadow: none;
            border: 0;
        }
        .crypto-earn-money .modal-header{
            padding: 0 0 5px 0;
            border-bottom: 0;
        }
        .crypto-earn-money .modal-header .close{
            opacity: 1;
            background: #fff;
            padding: 0;
            font-size: 35px;
            text-shadow: none;
            color: #000;
            width: 50px;
            height: 50px;
            border-radius: 5px;
        }
        .screen-reader-response{
            display: none;
        }




.mrgn-10
{
    margin:10px 0px !important;
}
.mrgn-20
{
    margin:20px 0px !important;
}
.mrgn-30
{
    margin:30px 0px !important;
}
.mrgn-40
{
    margin:40px 0px !important;
}
.mrgn-50
{
    margin:50px 0px !important;
}
.mrgn-60
{
    margin:60px 0px !important;
}
.mrgn-70
{
    margin:70px 0px !important;
}
.mrgn-80
{
    margin:80px 0px !important;
}
.mrgn-90
{
    margin:90px 0px !important;
}
.mrgn-100
{
    margin:100px 0px !important;
}


.timeline-1st
{
	text-align: right;
}
.timeline-2nd
{
	text-align: center;
	display: block;
	margin: 0 auto;
}
.timeline-3rd
{
	text-align: left;
}


.tm-icon
{
	width: 60px;
	height: 60px;
	text-align: center;
	/*position: absolute;*/
	top: 0;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px 0px rgba(138, 138, 138, 0.16);
}
.tm-icon
{
	color: #333;
	font-size: 20px;
	text-align: center;
}
.tm-icon i
{
	line-height: 60px;
	z-index: 9;
	position: relative;
}
.tm-icon:after
{
	position: absolute;
	content: "";
	width: 3px;
	background: #fff;
	height: 260px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.tm-txt
{
	background: #fff;
	padding: 40px 20px;
	border-radius: 8px;
}
.tm-txt p
{
	font-size: 20px;
	margin: 0;
	color: #111;
}
.tm-txt span
{
	font-size: 13px;
	margin: 0;
	color: #666;
}

.triangle-right 
{ 
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent; 
	border-left: 40px solid white; 
	border-bottom: 20px solid transparent; 
	position: absolute;
	right: -10px;
}

.triangle-left 
{ 
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent; 
	border-right: 40px solid white; 
	border-bottom: 20px solid transparent; 
	position: absolute;
	left: -10px;
} 

.flexible
{
	align-items: center;
	display: flex;
}

.icolaunch
{
	display:table;
	margin: 0 auto;
}
.icolaunch ul
{
	list-style: none;
	margin-bottom: 0;
	display: table-row;
}
.icolaunch ul li
{
	display: table-cell;
	padding: 0 25px;
}
.icolaunch ul li i
{
	height: 100px;
	width: 100px;
	background: #f04646;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 100px;
	font-size: 40px;
}
.icolaunch ul li p
{
	text-align: center;
	margin-top: 10px;
}

.technicalbox 
{
    background: #fff !important;
    border-radius: 3px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    padding: 60px 30px;
    position: relative;
    height: 300px;
}
.technicalbox .technical-icon {

    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background: #47b475;
    font-size: 36px;
    color: #fff;
    margin: 0 auto 30px;
    position: relative;
    transition: all 500ms ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;

}
.technicalbox .technical-icon::after 
{

    content: "";
    width: 111px;
    height: 111px;
    border-radius: 50%;
    border: 4px solid #47b475;
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 0;
    transform: scale(0.8, 0.8);
    transition: all 500ms ease 0s;

}

.technicalbox:hover .technical-icon {

    transform: scale(0.8, 0.8);

}
.technicalbox:hover .technical-icon::after 
{

    opacity: 1;
    transform: scale(1, 1);

}

.technicalbox h3
{
	font-size: 20px;
}
.ico-child
{
	display: block;
	position: relative;
}

.ico-child ul
{
	list-style: none;
}
.ico-child ul li
{
	line-height: 30px;
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: justify;
}
.ico-child ul li span
{
	background: #333;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	padding: 6px 10px;
}

.cell-1
{
    float: left;
    width: 10%;
}
.cell-2
{
    float: left;
    width: 20%;
}
.cell-2-5
{
    float: left;
    width: 25%;
}
.cell-3
{
    float: left;
    width: 30%;
}
.cell-3-3
{
    float: left;
    width: 33%;
}
.cell-3-4
{
    float: left;
    width: 34%;
}
.cell-3-5
{
    float: left;
    width: 35%;
}
.cell-4
{
    float: left;
    width: 40%;
}
.cell-5
{
    float: left;
    width: 50%;
}
.cell-6
{
    float: left;
    width: 60%;
}
.cell-6-5
{
    float: left;
    width: 65%;
}
.cell-7
{
    float: left;
    width: 70%;
}
.cell-8
{
    float: left;
    width: 80%;
}
.cell-9
{
    float: left;
    width: 90%;
}
.cell-10
{
    float: left;
    width: 100%;
}
.full-width
{
    width: 100%;
    position: relative;
    display: flex;
}
.full-width-child
{
    padding: 60px;
}
.gripy
{
    background:#e1e1e1;
}
.grispy
{
    background:#f3f3f3;
}
.img-center
{
    margin: 0 auto;
    display: block;
}

.whitepaper
{
    background: white;
    padding: 40px 0px;
}

.black
{
    color: #111 !important;
}
.white
{
    color: #fff !important;
}

.whitebox
{
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(138, 138, 138, 0.16);
    width: 100%;
    height: 500px;
    border-radius: 8px;
    padding:20px 20px;
    margin-bottom: 20px;
}
.whitebox2
{
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(138, 138, 138, 0.16);
    width: 100%;
    border-radius: 8px;
    padding:20px 20px;
    margin-bottom: 20px;
    height: 350px;
}
.whitebox2 h5
{
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 10px 0;
}
.whitebox3
{
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(138, 138, 138, 0.16);
    width: 100%;
    border-radius: 8px;
    padding:20px 20px;
    margin-bottom: 20px;
}
.whitebox3 h5
{
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 10px 0;
    text-transform: capitalize;
}
.whitebox3 i
{
    font-size: 40px;
    color: #7cc691;
    display: block;
    text-align: center;
    border-radius: 50%;
    border: 5px solid #f6f6f6;
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin: 0 auto;
    box-shadow: inset 1px 5px 3px #d0ed8d;
}
.whitebox3 a button
{
    width: 150px;
    height: 40px;
    background: #a8ce50;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    border: none;
    display: block;
}
.pad-top-10
{
    padding-top: 10px !important;
}

.pad-top-20
{
    padding-top: 20px !important;
}
.pad-top-30
{
    padding-top: 30px !important;
}
.pad-top-40
{
    padding-top: 40px !important;
}
.pad-top-50
{
    padding-top: 50px !important;
}
.pad-top-60
{
    padding-top: 60px !important;
}
.pad-top-70
{
    padding-top: 70px !important;
}
.pad-top-80
{
    padding-top: 80px !important;
}
.pad-top-90
{
    padding-top: 90px !important;
}
.pad-top-100
{
    padding-top: 100px !important;
}

.cotracts
{
    display: table;
    margin: 0 auto;
}
.cotracts ul
{
    display: table-row;
    margin-bottom: 0;
}
.cotracts ul li
{
    display: table-cell;
    padding: 0 25px;
}
.cotracts ul li .smart
{
    cursor: pointer;
    background: #ec5923;
    width: 160px;
    height: 160px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding-top: 35px;
    transition: all 0.2s ease-out;
}
.cotracts ul li .smart i
{
    display: block;
    font-size: 60px;
}
.cotracts ul li .smart:hover
{
    background: #66ae37;
    transition: all 0.2s ease-out;
}

.cotracter
{
    display: table;
    margin: 0 auto;
}
.cotracter ul
{
    display: table-row;
    margin-bottom: 0;
}
.cotracter ul li
{
    display: table-cell;
    padding: 0 10px;
}
.cotracter ul li .smarter
{
    cursor: pointer;
    background: #ec5923;
    width: 200px;
    height: 160px;
    text-align: center;
    color: #fff;
    padding-top: 35px;
    transition: all 0.2s ease-out;
}
.cotracter ul li .smarter i
{
    display: block;
    font-size: 60px;
}
.cotracter ul li .smarter:hover
{
    background: #66ae37;
    transition: all 0.2s ease-out;
}



.gripyy
{
    background:#e1e1e1;
    padding: 60px 0px;
}

.pco
{
    clear: both;
    position: relative;
}
.pco h3
{
    color: #111;
    font-size: 25px;
    margin-bottom: 15px;
}
.pco ul
{
    list-style: none;
}
.pco ul li
{
    font-size: 16px;
    color: #444;
    line-height: 25px;
    margin-bottom: 15px;
}
.pco ul li::before {

    font-family: FontAwesome;
    content: '\f013';
    margin: 0 5px 0 0px;
    color: #444;
}

.single-section-img 
{
    text-align:center;
}


.padd-10
{
    padding: 10px;
}
.padd-20
{
    padding: 20px;
}
.padd-30
{
    padding: 30px;
}
.padd-40
{
    padding: 40px;
}
.padd-50
{
    padding: 50px;
}
.padd-60
{
    padding: 60px;
}
.padd-70
{
    padding: 70px;
}
.padd-80
{
    padding: 80px;
}
.padd-90
{
    padding: 90px;
}
.padd-100
{
    padding: 100px;
}

.padd-tb-10
{
    padding:10px 0;
}
.padd-tb-20
{
    padding:20px 0;
}
.padd-tb-30
{
    padding:30px 0;
}
.padd-tb-40
{
    padding:40px 0;
}
.padd-tb-50
{
    padding:50px 0;
}
.padd-tb-60
{
    padding:60px 0;
}
.padd-tb-70
{
    padding:70px 0;
}
.padd-tb-80
{
    padding:80px 0;
}
.padd-tb-90
{
    padding:90px 0;
}
.padd-tb-100
{
    padding:100px 0;
}




.bcd
{
    position: relative;
}
.bcd h3 
{
    font-size: 18px;
    font-weight: 600;
    color: #67ae36;
    margin-bottom:10px;
}
.bcd p 
{
    font-size: 14px;
    color: #444;
    margin-bottom:10px;
}

.dcb
{
    position: relative;
}
.dcb h3 
{
    font-size: 25px;
    font-weight: 400;
    color: #222;
    margin-bottom:10px;
    line-height:40px;
}
.dcb p 
{
    font-size: 15px;
    color: #444;
    margin-bottom:10px;
}
.dcb ul
{
    list-style: none;
}
.dcb ul li
{
    line-height:35px;
    font-size: 15px;
    color: #222;
}
.dcb ul li:before 
{    
    font-family: 'FontAwesome';
    content: '\f105';
    margin:0 5px 0 5px;
    color: #f00;
}




.brdr-right
{
    border-right: 1px solid #ddd;
}


.boxy
{
    background: #fff;
    padding: 15px;
    box-shadow: 1px 2px 3px #ddd;
    height: 190px;
    overflow: hidden;
    margin-bottom: 25px;
}
.boxy i
{
    display: block;
    font-size: 50px;
    text-align: center;
    color: #c30;
}
.boxy h6
{
    text-align: center;
    font-size: 18px;
    color: #66ad36;
}
.boxy p
{
    text-align: center;
    font-size: 14px;
}


/* for mobile */
@media all and (max-width:639px) and (min-width:100px) 
{
.cotracter 
{
    display: block;
    margin: 0 auto;
}
.cotracter ul li 
{
    display: block;
    padding: 0 10px;
    margin-bottom: 15px;
}
.cotracter ul li .smarter 
{
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cell-3
{
    float:none;
    width:100%;
}
.cell-4
{
    float:none;
    width:100%;
}
.cell-7
{
    float:none;
    width:100%;
}
.cell-6
{
    float:none;
    width:100%;
}
.cell-5
{
    float:none;
    width:100%;
}
}



.timeline{
  margin-left:100px;
  overflow:visible;
}


.entry{
  margin-left:20px;
  position:relative;
   padding-left: 30px;
  border: 2px solid black;
  border-radius: 5px;
  height:auto;
  overflow:visible;

}

.core{
  width:inherit;
  height:inherit;
  font-size: 15px;
}

.entry:after{
  content:'';
  position:absolute;
  display:block;
  width:35px;
  height:5px;
  background:black;
  top:55%;
  left:-19%;
  display: none;
}

.entry:before{
 
  content:"";
  position:absolute;
  width:3px;height:150%;
  display:block;
  border-radius:0px;
  border:2px solid skyblue;
  background: skyblue;
  left:-19%;
  display: none;
}

.core:before{
  content:'';
  display:block;
  position:absolute;
  width:7px;height:7px;
  border:3px solid black;
  background: black;
  top:52%;
  left:-20%;
  display: none;
}

.timeline::before 
{
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color:transparent !important;
    left: 40px;
    margin-left: -1.5px;
}


.blk
{
    color: #000;
}
.wht
{
    color: #fff;
}
.center
{
    text-align: center;
    margin: 0 auto;
    display: block;
}
.make-india{

}
.make-india img{
        float: right;
    margin-top: 30px;
}

.course-fee {
    padding: 70px 0px 40px;
    background: #f1f1f1;
}
.crs-dt h2 {
    text-align: center;
    font-weight: 100;
    font-size: 35px;
    color: #103558;
}
.crs-dt h3 {
    text-align: center;
    font-weight: 100;
    font-size: 28px;
    color: #103558;
}
.crs-dt ul {
    display: table;
    margin: 0 auto;
}
.crs-dt ul li {
    line-height: 35px;
    font-size: 17px;
}
.anchore
{
    background-color: #103558;
    border-radius: 1.5rem;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: .125rem solid #ff8309;
    transition: .3s linear;
        transition-property: all;
    transition-property: all;
    transition-property: background, color;
    height: 50px;
    width: 150px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto 10px;
    display: inline-block;
}
.batches-back 
{
    background: #ececec;
    background: url('../../institute.sevenstarwebsolutions.com/images/back-1.png') left no-repeat, url('../../institute.sevenstarwebsolutions.com/images/back-2.png') right no-repeat #ececec;
    padding: 70px 0 70px;
    width: 100%;
    float: left;
    background: #f2f5f9;
    padding: 60px 0;
    background: url("../../institute.sevenstarwebsolutions.com/images/learning-back.jpg") no-repeat fixed left top;
    z-index: 9;
    position: relative;
}
.batches-back::before {
    background: #00a9ed;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.batches-txt h3 {
    text-align: center;
    font-size: 40px;
    color: #0a2b4a;
    font-weight: 400;
    margin-bottom: 1rem;
}
.batches-txt h3::after {
    content: "";
    position: relative;
    background: url(../images/heading-before.html) no-repeat 50%;
        background-size: auto auto;
    background-size: auto auto;
    background-size: 3.375rem 1.125rem;
    display: block;
    width: 3.375rem;
    height: 1.125rem;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    top: .5rem;
}
.anhure {
    display: block;
    width: 100%;
    transition: all 0.5s ease-out;
}
.weekend-hd {
    background: #e56a03;
    padding: 25px;
    box-shadow: 0 4px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    height: 250px;
}
.img-center {
    margin: 0 auto;
    display: block;
}
.weekend-hd h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 25px;
}
.week-hd {
    background: #072d42;
    padding: 25px;
    box-shadow: 0 4px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    height: 250px;
}
.week-hd h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 25px;
}
.sunday-hd {
    background: #080a95;
    padding: 25px;
    box-shadow: 0 4px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    height: 250px;
}
.sunday-hd h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 25px;
}
.pricing-table sup.validity {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.pricing-table sup {
    font-size: 23px;
    font-weight: bold;
    top: -1px;
    right: 1px;
    color: #fff;
}
.pricing-table sup {
    font-size: 23px;
    font-weight: bold;
    top: -1px;
    right: 1px;
    color: #fff;
}
.pricing-table span.price 
{
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 0;
}

.mega-dropdown-menu .mega-menu-link li > a {
    color: #000 !important;
}

.p-t-10{padding-top:10px;}.p-t-20{padding-top:20px;}.p-t-30{padding-top:30px;}.p-t-40{padding-top:40px;}.p-t-50{padding-top:50px;}.p-t-60{padding-top:60px;}.p-t-70{padding-top:70px;}.p-t-80{padding-top:80px;}.p-t-90{padding-top:90px;}.p-t-100{padding-top:100px;}
.p-b-10{padding-bottom:10px;}.p-b-20{padding-bottom:20px;}.p-b-30{padding-bottom:30px;}.p-b-40{padding-bottom:40px;}.p-b-50{padding-bottom:50px;}.p-b-60{padding-bottom:60px;}.p-b-70{padding-bottom:70px;}.p-b-80{padding-bottom:80px;}.p-b-90{padding-bottom:90px;}.p-b-100{padding-bottom:100px;}
.p-l-10{padding-left:10px;}.p-l-20{padding-left:20px;}.p-l-30{padding-left:30px;}.p-l-40{padding-left:40px;}.p-l-50{padding-left:50px;}.p-l-60{padding-left:60px;}.p-l-70{padding-left:70px;}.p-l-80{padding-left:80px;}.p-l-90{padding-left:90px;}.p-l-100{padding-left:100px;}
.p-r-10{padding-right:10px;}.p-r-20{padding-right:20px;}.p-r-30{padding-right:30px;}.p-r-40{padding-right:40px;}.p-r-50{padding-right:50px;}.p-r-60{padding-right:60px;}.p-r-70{padding-right:70px;}.p-r-80{padding-right:80px;}.p-r-90{padding-right:90px;}.p-r-100{padding-right:100px;}
.p-TB-10{padding:10px 0;}.p-TB-20{padding:20px 0;}.p-TB-30{padding:30px 0;}.p-TB-40{padding:40px 0;}.p-TB-50{padding:50px 0;}.p-TB-60{padding:60px 0;}.p-TB-70{padding:70px 0;}.p-TB-80{padding:80px 0;}.p-TB-90{padding:90px 0;}.p-TB-100{padding:100px 0;}
.p-LR-10{padding:0 10px;}.p-LR-20{padding:0 20px;}.p-LR-30{padding:0 30px;}.p-LR-40{padding:0 40px;}.p-LR-50{padding:0 50px;}.p-LR-60{padding:0 60px;}.p-LR-70{padding:0 70px;}.p-LR-80{padding:0 80px;}.p-LR-90{padding:0 90px;}.p-LR-100{padding:0 100px;}

.m-t-10{margin-top:10px;}.m-t-20{margin-top:20px;}.m-t-30{margin-top:30px;}.m-t-40{margin-top:40px;}.m-t-50{margin-top:50px;}.m-t-60{margin-top:60px;}.m-t-70{margin-top:70px;}.m-t-80{margin-top:80px;}.m-t-90{margin-top:90px;}.m-t-100{margin-top:100px;}
.m-b-10{margin-bottom:10px;}.m-b-20{margin-bottom:20px;}.m-b-30{margin-bottom:30px;}.m-b-40{margin-bottom:40px;}.m-b-50{margin-bottom:50px;}.m-b-60{margin-bottom:60px;}.m-b-70{margin-bottom:70px;}.m-b-80{margin-bottom:80px;}.m-b-90{margin-bottom:90px;}.m-b-100{margin-bottom:100px;}
.m-l-10{margin-left:10px;}.m-l-20{margin-left:20px;}.m-l-30{margin-left:30px;}.m-l-40{margin-left:40px;}.m-l-50{margin-left:50px;}.m-l-60{margin-left:60px;}.m-l-70{margin-left:70px;}.m-l-80{margin-left:80px;}.m-l-90{margin-left:90px;}.m-l-100{margin-left:100px;}
.m-r-10{margin-right:10px;}.m-r-20{margin-right:20px;}.m-r-30{margin-right:30px;}.m-r-40{margin-right:40px;}.m-r-50{margin-right:50px;}.m-r-60{margin-right:60px;}.m-r-70{margin-right:70px;}.m-r-80{margin-right:80px;}.m-r-90{margin-right:90px;}.m-r-100{margin-right:100px;}
.m-TB-10{margin:10px 0;}.m-TB-20{margin:20px 0;}.m-TB-30{margin:30px 0;}.m-TB-40{margin:40px 0;}.m-TB-50{margin:50px 0;}.m-TB-60{margin:60px 0;}.m-TB-70{margin:70px 0;}.m-TB-80{margin:80px 0;}.m-TB-90{margin:90px 0;}.m-TB-100{margin:100px 0;}
.m-LR-10{margin:0 10px;}.m-LR-20{margin:0 20px;}.m-LR-30{margin:0 30px;}.m-LR-40{margin:0 40px;}.m-LR-50{margin:0 50px;}.m-LR-60{margin:0 60px;}.m-LR-70{margin:0 70px;}.m-LR-80{margin:0 80px;}.m-LR-90{margin:0 90px;}.m-LR-100{margin:0 100px;}



.home_intro
{
    position: relative;
    display: block;
    text-align: center;
}
.home_intro h1
{
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1a1b1e;
    text-transform: uppercase;
}
.home_intro h6
{
    font-size: 18px;
    font-weight: bold;
    color: #a5b7d2;
    position: relative;
    display: inline-block;
    padding-left: 21px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.home_intro h6:before, .home_intro h6:after 
{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #a5b7d2;
    top: 3.5px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.home_intro h6:after 
{
    left: auto;
    right: -21px;
}
.home_intro p
{
    font-size: 18px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5em;
    color: #444;
}
.anch-btn
{
    background-image: linear-gradient(to right, #0bb738 , #45B649);
    color: #fff;
    display: inline-block;
    margin: 20px 0 0;
    padding: 15px 40px;
    border-radius: 100px;
    box-shadow: -1px 0rem 1rem 0px rgb(18 38 63 / 14%);
    border: 1px solid #3f8212;
}
.anch-btn:hover
{
    color: #fff;
    box-shadow: none;
}
.services-wrapper
{
    position: relative;
    display: block;
    margin: 2rem 0;
}
.app_services
{
    background-color: rgba(0,67,139,.03);
    padding: 4rem 0;   
    position: relative;
    display: block;
}
.app_services_content 
{
    position: relative;
    display: block;
}
.app_services_content h2
{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 1rem;
}
.app_services_content p
{
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
    color: #444;
}
.services_grid
{
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    align-items: center;
}
.service_box_items 
{
    position: relative;
    margin-bottom: 30px;
    padding:2rem;
}
.service_box_items h3
{
    font-size: 30px;
    text-align: left;
    font-weight: 600;
    margin: 0 0 1rem;
    line-height: 1.5em;
}
.service_box_items p
{
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    color: #444;
    line-height: 1.5em;
}
.service_box_items ul
{
    list-style: disc;
    margin: 10px 0 0 20px;
}
.service_box_items ul li
{
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    color: #444;
    line-height: 1.5em;
}
.service_box_items img.reltd-imgs
{

}
.services_grid_full
{
    display: grid;
    grid-template-columns: 100%;
}
.hideseak-btn
{
    display: block;
    text-align: center;
    margin: 30px auto;
    background: #fff;
    border: 1px solid #ddd;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}
.hideseak-btn.vert-move 
{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.hideseak-btn.vert-move 
{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover 
{
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover 
{
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
#more {display: none;}

.app-separator
{
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #e2eef2;
}
.app-separator:before 
{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35.5px;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    background: #fff url(../images/separator-icon.png) center center no-repeat;
    animation: none !important;
    border-radius: 50%;
    z-index: 9;
}
.app-process
{
    position: relative;
    display: block;
    background: #fff;
    padding: 80px 0;
}
.themstxt
{
    position: relative;
}
.themstxt h2
{
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 1.5em;
    color: #222;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.themstxt h2 span
{
    font-weight: 600!important;
    font-size: 25px;
    color: #3eb747;
}
.app-process .inner-box
{
    position: relative;
    display: block;
    padding: 30px 35px 90px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 0 30px;
}
.app-process .inner-box:before 
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #8bc34a;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .9s ease;
    z-index: 2;
}
.app-process .icon-outer 
{
    border-radius: 50%;
    width: 170px;
    height: 170px;
    position: relative;
    display: block;
    padding: 31px;
    margin: 0 auto 30px;
    overflow: hidden;
}
.app-process .icon-bg {
    background-color: transparent;
}
.app-process .icon-bg 
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../zentec/wp-content/themes/zentec/assets/images/icons/theme-icon-2.html) center center no-repeat;
    transition: all .5s ease;
    animation: none !important;
}
.app-process .icon-outer .icon-box 
{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
}
/*.app-process .icon-outer .icon-box:before 
{
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    width: 104px;
    height: 104px;
    background: #fff;
    border-radius: 50%;
    transition: .5s;
    transform: scale(.8);
    opacity: 0;
}*/
.app-process .icon-outer .icon-box img 
{
    position: relative;
    max-width: 100px;
    max-height: 100px;
    z-index: 9;
}
.app-process .inner-box h3 
{
    z-index: 2;
    transition: .5s;
    position: relative;
    color: #222;
    text-transform: capitalize;
    margin: 0 0 12px;
    font-weight: 600;
    font-size: 20px;
}
.app-process .inner-box .text 
{
    z-index: 2;
    transition: .5s;
    position: relative;
    display: block;
    color: #666;
    font-size: 16px;
}
.app-process .more-link 
{
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    display: block;
}
.app-process .more-link a
{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    font-size: 14px;
    color: #f74883;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%), 0px 0px 35px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.app-process .inner-box:after 
{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../old4.commonsupport.com/zentec/wp-content/uploads/2021/01/shape-3.html);
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: linear-gradient(to right, #0bb738 , #45B649);
    opacity: 0;
    transition: .7s;
    transform: scaleY(.9);
    transform-origin: top;
}
.app-process .inner-box:hover 
{
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
.app-process .inner-box:hover:after 
{
    opacity: 1;
    transform: scale(1);
}
.app-process .inner-box:hover .text 
{
    color: #fff;
}
.app-process .inner-box:hover h3
{
    color: #fff;
}
.app-process .inner-box:hover .icon-bg 
{
    background: url(../images/app-craft.png) center center no-repeat !important;
    z-index: 9;
    opacity: .2;
}
.app-process .inner-box:hover .icon-outer .icon-box:before {
    opacity: 1;
    transform: scale(1);
    z-index: 9;
}
.app10 {
    background: #f7f7f7;
    padding: 80px 0;
}
.process-grid {
    background: #fff;
    padding: 2rem;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    background-clip: border-box;
    border: 1px solid #EFF2F7;
    border-radius: 0.375rem;
}
.head-grid {
    display: grid;
    grid-template-columns: 10% 88%;
    grid-column-gap: 2%;
    margin: 0 0 10px;
    align-items: center;
}
.head-grid span.sno 
{
    width: 60px;
    height: 60px;
    background: linear-gradient(50deg, #72ae34 0, #009688 100%) !important;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.head-grid h3
{
    font-weight: 600;
    font-size: 20px;
}
.process-grid p
{
    font-size: 17px;
    line-height: 1.5em;
    color: #444;
}
.stepup {
    margin: 0 0 3rem;
    font-weight: 600;
    text-align: center;
}

.homeslie .carousel-caption 
{
    right: 0 !important;
    left: 0 !important;
    padding-bottom: 30px;
    position: relative !important;
    text-shadow: none !important;
    color: inherit !important;
}

.homeslie .left.carousel-control 
{
    right:inherit !important;
    left: -12% !important;
    background: transparent !important;
    top: 50%;
}
.homeslie .carousel-control.right
{
    background: transparent !important;
    right: -12%;
    top: 50%;
}
.carousel.slide.homeslie
{
    position: initial;
}

.homeslie .carousel-control .fa-long-arrow-left, .carousel-control .fa-long-arrow-right
{
    font-size: 20px;
    background-color: #fff;
    line-height: 60px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-weight: 100;
    opacity: 1;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%), 0px 0px 35px 0px rgb(0 0 0 / 5%);
}

.faq-sec 
 {
 margin:0;
 padding:40px 0;
 /*background: #f9f9f9;*/
 }
 .faq-sec h3
 {
 font-weight: 800;
 position: relative;
 margin-bottom: 25px;
 font-size: 3rem;
 color: #222;
 text-align: left;
 }
 .faq-sec h3:before 
 {
 position: absolute;
 bottom: -10px;
 content: '';
 left: 0;
 width: 72px;
 border-bottom: 4px solid #464646;
 height: 6px;
 -webkit-transform: skew(-22deg);
 -ms-transform: skew(-22deg);
 transform: skew(-22deg);
 }
 .faqs 
 {
 position: relative;
 }
 .panel-group .panel 
 {
 border-radius: 0;
 box-shadow: none;
 border-color: #EEEEEE;
 }
 .panel-default > .panel-heading {
 padding: 0;
 border-radius: 0;
 color: #fff;
 background-color: #66AD36;
 border-color: #66AD36;
 overflow: hidden;
 }
 .panel-title {
 font-size: 18px;
 text-align: left;
 }
 .panel-title > a {
 display: block;
 padding: 15px;
 text-decoration: none;
 }
 .panel-title > a:hover
 {
 color: #fff !important;
 }
 .panel-title > a:before {
 float: right !important;
 font-family: FontAwesome;
 content:"\f068";
 padding-right: 5px;
 }
 .panel-title > a.collapsed:before {
 float: right !important;
 content:"\f067";
 }
 .panel-title > a:hover, 
 .panel-title > a:active, 
 .panel-title > a:focus  {
 text-decoration:none;
 color: #fff;
 }
 .more-less {
 float: right;
 color: #212121;
 }
 .panel-default > .panel-heading + .panel-collapse > .panel-body {
 border-top-color: #EEEEEE;
 }
 .panel 
 {
 display: block !important;
 }
 .sr
 {
 background: #000 !important;
 padding: 20px !important;
 left: 0 !important;
 margin: 0 15px 0 -15px !important;
 color: #fff !important;
 }
 .panel-collapse.collapse.in
 {
 background: #f5f5f5;
 border: 1px solid #01a0e2;
 border: none;
 }

.faq-sec {
    margin: 0;
    padding: 40px 0;
   
}
.faq-sec h3 {
    font-weight: 800;
    position: relative;
    margin-bottom: 25px;
    font-size: 3rem;
    color: #222;
    text-align: left;
}
.faq-sec h3:before {
    position: absolute;
    bottom: -10px;
    content: '';
    left: 0;
    width: 72px;
    border-bottom: 4px solid #464646;
    height: 6px;
    -webkit-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #66AD36;
    border-color: #66AD36;
    overflow: hidden;
}
.panel-title {
    font-size: 18px;
    text-align: left;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.sr {
    background: #000 !important;
    padding: 20px !important;
    left: 0 !important;
    margin: 0 15px 0 -15px !important;
    color: #fff !important;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.bgimg-new {
    background-color:rgb(208 226 196 / 25%);
    color: #000;
    background-image: cover !important;
    background-size: cover;
    padding: 80px 0px;
}
.border-box {
    background: #fff;
    border: 20px solid #0397d4;
    padding: 30px 10px;
    height: 100%;
    transition: all .3s ease-in-out;
    text-align: center;
}
.and-app-ind {
    background: #f4f8fb;
    padding: 60px 0 40px;
}
.ab-and-le-ne h2 {
    font-size: 34px;
    color: #000;
    line-height: 55px;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 20px;
}
.ab-and-le-ne h2 span {
    font-size: 45px;
    background: -webkit-linear-gradient(
45deg
,#ff4800,#00ae0c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ab-and-le-ne p {
    font-size: 15px;
    color: #60677b;
    line-height: 32px;
    text-align: center;
}
.and-aap-in-le {
    margin-top: 85px;
}
.am-ri-to {
    position: relative;
    margin-top: 30px;
}
.am-ri-to .am-ic {
    position: absolute;
    left: 0;
    top: 50%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #0196ff;
    transform: translate(0,-50%);
    text-align: center;
    padding: 21px;
}
.am-ri-to-text {
    padding: 22px 25px 20px 90px;
    border: 1px solid #0196ff;
    border-radius: 8px;
    margin-left: 55px;
    min-height: 120px;
    background: #fff;
}
.am-ri-to-text h3 {
    font-weight: 600;
    font-size: 18px;
    color: #01101b;
    margin-top: 0;
}
.am-ri-to-text p {
    font-size: 14px;
    color: #374651;
    letter-spacing: .5px;
    line-height: 25px;
}
.why-hire .rip{
   background: #f4f8fb;
    box-shadow: 1px 0 0px rgb(226 227 231 / 80%);
    border-radius: 5px;
    padding: 30px 25px;
    text-align: center;
    margin-top: 40px;
    height: 100%;
    min-height: 300px;

}

.why-hire .rip:hover {
    background: #fff;
    box-shadow: rgb(0 20 140 / 20%) 0 10px 20px 0;
    transition: ease-out all .4s 0s;
    border-radius: 30px;
}
.mt-4 {
    margin-top:40px;
}
.ip-pross-left {
    margin-bottom: 30px;
}
.ip-pross-left h3 {
       font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-top: 0;
    line-height: 22px;

}
.ip-pross-left p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.curv-bg{
    
    background:  url(../images/bg-app.png) no-repeat top center;
    padding: 170px 0 50px;
    background-size: cover;
    margin-top: -90px;
}
.grocery-feature {
    background: url(../images/bg-grocery.png) #173503;
    position: relative;
    padding:70px 0px;
}
.grocery-feature:before {
    content: "";
    position: absolute;
    background: url(../images/fancybg-right-mt-r.png) no-repeat;
    width: 200px;
    height: 300px;
    right: -65px;
    top: 0;
}
.grocery-feature-box{
background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    transition: all .4s ease-out;
}
.grocery-feature-img{
float: left;
}
.grocery-feature-text{
        margin-left: 75px;
}
.grocery-feature-text h3{
color: #01001b;
    font-weight: 600;
    font-size: 16px;
}
.grocery-feature-text p {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 25px;
    color: #777d8a!important;
    min-height: 130px;
    margin-top: 15px;
}
.process-grocery {
    padding: 50px 0 0;
    position: relative;
    overflow: hidden;
}
.process-grocery:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20%;
    background: url(../images/gorc-r-tomo.png) no-repeat top right;
    -webkit-animation: moverr 2s infinite alternate;
    animation: moverr 2s infinite alternate;
    right: -20%;
    opacity: .15;
}

.groceri-a-i-te-left-he {
    text-align: left;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}
.groceri-a-i-te-left-he h2 {
    color: #010012;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    font-size: 37px;
    margin-top: 0;
    line-height: 55px;
    margin: 0 0 10px;
    font-weight: 600;
}
.groc-a-left {
    margin-bottom: 40px;
}
.groc-a-left-ico {
    background: #f4f8fb;
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    text-align: center;
    padding: 15px;
}
.groc-a-left-text h3 {
    color: #262745;
    font-weight: 600;
    font-size: 17px;
}
.groc-a-left-text {
    margin-left: 95px;
}
.gr-de-co {
    background: url(../images/Grocery-bo-c-ri.webp) no-repeat center center;
    background-size: cover;
    padding: 30px 0;
}
.gr-de-le {
    float: left;
    margin-right: 100px;
}
.gr-de-re {
    text-align:center;
  
    padding: 30px 50px;
    background: rgba(0,0,0,.5);
    margin-top: 70px;
}
.full-gr {
    float: left;
    width: 100%;
}
.gr-de-co .gr-de-re h2 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}
.gr-de-co .gr-de-re p {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: .5px;
}
.boxtab-dashed h3 {
   font-size: 24px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.boxtab-dashed {
    border: 1px dashed #a5b4c7;
    padding: 30px;
    border-radius: 10px;
   height: 100%;
    min-height: 320px;
    margin-bottom: 30px;
}
.ptb-60 {
    padding: 60px 0px;
}
.text-white h2, .text-white p{
    color:#fff!important;
}
.ul-image li {
    background: url(../images/hrm-point-symobl.png) no-repeat 0 8px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding-left: 27px;
    color: #4a4a4a;
    line-height: 28px;
    min-height: 35px;
    text-align: left;
}
.verticals-steps ul {
    padding-left: 10%;
    position: relative;
    margin-top: 40px;
}
.verticals-steps ul:before {
    position: absolute;
    left: 3.3%;
    top: 0%;
    content: "";
    width: 3px;
    height: 76%;
    background-color: #fff;
}
.verticals-steps li {
    display: block;
    padding-bottom: 54px;
    position: relative;
}
.verticals-steps li span{
    color:#fff;

}
.verticals-steps li:before {
    position: absolute;
    left: -8.5%;
    top: 2%;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
   background-color:#66ad36;
    border: 7px solid #ffffff;
}
.verticals-steps li:first-child:before {
    top: 0%;
}
.text-white, .text-white p {
    color:#fff!important;
}
.verticals-steps li strong {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color:#fff;
    padding-bottom: 6px;
}
.bg-green{
background-color:#66ad36;
padding:60px 0;
}
.mb-4{
    margin-bottom:40px;
}
.link-tab-rightcontent {
    padding: 18px 7px 18px;
}
.link-tab-rightcontent h5 {
       font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 600;
    padding-top: 5%;
    padding-left: 5%;
}
.vrt-tabb .nav-link {
    width: 100%;
    display: block;
    padding: 0px 20px;
    background: #000;
}
.link-tab-rightcontent {
    float: left;
  display: flex;
    text-align: left;
    width:100%;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 16px 17px 6px;
   
    background-color: #fff;
    -webkit-box-shadow:0 9px 20px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 9px 20px 1px rgb(0 0 0 / 10%);
    box-shadow:0 9px 20px 1px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
    height: 100px;
   
}
.link-tab-rightcontent:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 10px 10px 0 rgb(84 110 122 / 35%);
    box-shadow: 0 10px 10px 0 rgb(84 110 122 / 35%);
    transition: all .3s ease-in-out;
}
.tab1 .link-tab-rightcontent{
    border-left: 4px solid #cc052e;
}
.tab2 .link-tab-rightcontent{
    border-left: 4px solid #efaa2e;
}
.tab3 .link-tab-rightcontent{
    border-left: 4px solid #3584cd;
}
.tab4 .link-tab-rightcontent{

    border-left: 4px solid #289c57;
}
.app-consulting-box{
    background: #fff;
    place-items: start;
     padding: 15px;
    -webkit-box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
    box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
    border-radius: 14px;
    margin-bottom: 30px;
}
.app-consulting-box .creative-img img{
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 14px;
   
}
.app-consulting-box h4{
  font-weight:600;
  font-size:20px;
  text-align:center;
}
.bg-image{
   background: url(../images/bg-banner1.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0px;
}
.texhnologies-box {
     background: #fff;
  
    border-radius: 6px;
    -webkit-box-shadow: 0 19px 40px -10px #ffffff;
    box-shadow: 0 15px 29px -16px #ffffff;
   border-radius: 5px;
    padding: 10px 5px;
    text-align: center;
    margin-top: 40px;
}

.texhnologies-box h4 {
   color: #000;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 600;
     margin-top: 20px;
}
.mobli-ind-lis ul li {
    list-style-type: none;
    width:10%;
    height: 130px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.mobli-ind-lis li .mt-lint-inom {
    width: 80px;
    text-align: center;
    display: block;
    position: relative;
}
.mobli-ind-lis li .mt-lint-inom {
    width: 74px;
    height: 74px;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 5px;
    background-color: transparent;
}

.mobli-ind-lis li .bg1{
    background: linear-gradient(
135deg
,rgb(103 185 48) 0,rgb(45 94 12) 100%);
}
.mt-lint-inom img {
       margin-top: 17px;
    height: 40px;
    width: 40px;
}

.mobli-ind-lis-li p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-top: 15px;
}

.image-mission img{
webkit-box-shadow: -20px 20px 35px #396b17, 20px -40px 35px #7faf5e;
    box-shadow: -20px 20px 35px #396b17, 20px -40px 35px #7faf5e;
    -webkit-border-radius: 8px;
}
.image-vision img{
    -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    -webkit-border-radius: 8px;
}
.mission-list li {
    background: url(../images/arrow-green.png) no-repeat 0 6px;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    padding-left: 35px;
   
    line-height: 28px;
    float: left;
    text-align: left;
}
.app-value-box{
    background: #fff;
    lace-items: start;
    display: grid;
    -webkit-box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
    box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);
    padding: 40px 30px;
    border-radius: 14px;
    margin-bottom:60px;
           min-height: 350px;
    
}
.mt40{
    margin-top:40px;
}
.value-box-img{
    box-shadow: 0 15px 30px -10px rgb(0 0 0 / 14%);
    padding: 15px;
    border-radius: 14px;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -30px;
    left: 30px;
    background: #fff;
}
.value-box-content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight:600;
    padding-bottom:20px;

    
}
@media (max-width: 768px) {
    .sr {display:none!important;
 }
 .verticals-steps ul:before{
     height:74%;
 }
 .verticals-steps li:before {
    position: absolute;
    left: -9%;
 }
}
 @media (max-width: 767px) {
     .app-value-box{
        min-height: auto;  
     }
     .image-mission img, .image-vision img{
   width: 100%;
    height: auto;
    box-shadow:none;
    margin-top:30px;
   
}
    .and-aap-in-le {display:none!important;
 }
 .mobli-ind-lis ul li{
     width:20%;
 }
 }
  @media (max-width:580px) {
  
 .mobli-ind-lis ul li{
     width:100%;
 }
 }