/* use font link */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');



/* use style sheet */

@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(owl.css);
@import url(bootstrap.css);
@import url(bootstrap.min.css);
@import url(hover.css);
@import url(bootstrap-select.min.css);
@import url(jquery.fancybox.css);

@import url(settings.css);
@import url(layers.css);
@import url(navigation.css);




/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:14px;
  color:#555555;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
  .container {
    padding: 0px 15px;
  }
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}


.centred{
  text-align: center;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow-x: hidden;
}


a{
  text-decoration:none;
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  font-weight: 400;
  cursor:pointer;
  color:#555555;
  transition: all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #13a2c6;
  transition: all 500ms ease;
}

input,button,select,textarea{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.in_block li{
  display: inline-block;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}
input:focus,
textarea:focus{
  outline: none;
  border-color: #13a2c6;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-weight: 400;
  color: #555555;
  margin-bottom: 10px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Open Sans', Sans-serif;
  font-weight: 400;
  margin: 0px;
  color: #242424;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  position:relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0px;
  color: #242424;
  transition: all 500ms ease;
}

h2{
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}

h3{
  font-size: 24px;
  line-height: 30px;
}

h4{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5{
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
} 

h6{
  font-size: 14px;
  line-height: 25px;
} 

h3 a{
  font-size: 22px;
  line-height: 30px;
}

h4 a{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5 a{
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

h6 a{
  font-size: 14px;
  line-height: 25px;
}

h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
  color: #13a2c6;
  transition: all 500ms ease;
}

.centered{
  text-align:center;  
}

.sp-one{
  padding: 93px 0px 100px 0px;
}

.gray_bg{
  background: #f2f2f2;
}



/** button **/

.btn-one {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  padding: 11px 30px 11px 31px;
  color: #242424;
  border-radius: 2px;
  position: relative;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.btn-one:before {
  background-color: #242424;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5, 1);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: -1;
}
.btn-one:hover::before{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-bg{
  background: #13a2c6; 
  border: 2px solid #13a2c6;
}


.link-btn{
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-top: 80px;
}
.link-btn li{
  display: inline-block;
  margin: 0px 1px;
}
.link-btn li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #eeeeee;
  color: #242424;
  border-radius: 50%;
  transition: all 500ms ease;
}
.link-btn li a:hover,
.link-btn li a.active{
  background: #13a2c6;
  transition: all 500ms ease;
}


.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

.scroll-to-top{
  position:fixed;
  bottom:40px;
  right:15px;
  font-size:18px;
  line-height:38px;
  width:40px;
  height:40px;
  background: #000;
  text-align:center;
  z-index:100;
  cursor:pointer;
  display:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.scroll-to-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-to-top span{
  color: #fff;
}

.title-top-one{
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #13a2c6;
  margin-bottom: 3px;
}
.title-top-one:before{
  position: absolute;
  content: '';
  background: #cccccc;
  width: 30px;
  height: 1px;
  top: 12px;
  right: -44px;
}
.title-top{
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #13a2c6;
  margin-bottom: 3px;
}
.title-top:before{
  position: absolute;
  content: '';
  background: #cccccc;
  width: 30px;
  height: 1px;
  top: 12px;
  right: -44px;
}
.title-top:after{
  position: absolute;
  content: '';
  background: #cccccc;
  width: 30px;
  height: 1px;
  top: 12px;
  left: -44px;
}
.sec-title{
  position: relative;
  margin-bottom: 19px;
}
.font_18{
  position: relative;
  font-size: 18px;
  color: #242424;
  font-style: italic;
  margin-bottom: 63px;
}


/*=============== Style switcher =============*/

.switcher .switch_btn button {
  width:35px;
  height:35px;
  border:none;
  background: #13a2c6;
  color:#fff;
  font-size: 24px;
}
.switcher .switch_btn {
  position: absolute;
  right: -35px;
  z-index: -1;
}
.switcher .switch_btn i.fa{
  font-size: 15px;
  position:relative;
  top:-2px;
}
.switcher {
  position: fixed;
  top:219px;
  z-index: 999999;
}

.switcher .switch_menu {
  width:280px;
  background: #fff;
  display: none;
  position: relative;
  border: 1px solid #222222;
/*  height: 300px;
  overflow: hidden;
  overflow-y: scroll;*/
}
.switcher .switch_menu .switcher_container {
  width:270px;
  margin:0 auto;
}
.switcher .switch_menu h4.title {
  color:#fff;
  margin:0;
  line-height: 60px;
  background: #222222;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.switcher .switch_menu .switcher_container h5 {
  text-align: center;
  color:#666666;
  font-weight: 500;
  margin-bottom: 10px;
}
.switcher .switch_menu .text{
  font-size: 12px;
  text-align: center;
  margin-bottom: 25px;
}
#styleOptions{
  text-align: center;
}
.switcher #styleOptions li {
  display: inline-block;
  width:40px;
  height:40px;
  margin-right:2px;
}
.switcher #styleOptions li a {
  display: block;
  width:100%;
  height:100%;
}
.switcher #styleOptions li a.color2 {
  background: url(../images/home/color1.jpg) no-repeat center;
}
.switcher #styleOptions li a.color3 {
  background: url(../images/home/color2.jpg) no-repeat center;
}
.switcher #styleOptions li a.color4 {
  background: url(../images/home/color3.jpg) no-repeat center;
}
.switcher #styleOptions li a.color5 {
  background: url(../images/home/color4.jpg) no-repeat center;
}
.switcher #styleOptions li a.color6 {
  background: url(../images/home/color5.jpg) no-repeat center;
}
.switcher #styleOptions li a.color7 {
  background: url(../images/home/color6.jpg) no-repeat center;
}
.switcher #styleOptions li a.color8 {
  background: url(../images/home/color7.jpg) no-repeat center;
}
.switcher #styleOptions li a.color9 {
  background: url(../images/home/color8.jpg) no-repeat center;
}
.switcher #styleOptions li a.color10 {
  background: url(../images/home/color9.jpg) no-repeat center;
}
.switcher #styleOptions li a.color11 {
  background: url(../images/home/color10.jpg) no-repeat center;
}



/*** 

====================================================================
                        Home-Page
====================================================================

***/

/** main-menu **/


.main-menu {
  position: relative;
  display: inline-block;
  margin-left: 46px;
}
.menu-area{
  position: relative;
}
.navbar-collapse {
  padding: 0px
}

.navigation {
  position: relative;
}
.navigation > li {
  display: inline-block;
  margin: 0px 17px 0px 17px;
}
.main-menu li.dropdown{
  position: relative;
}

.main-header li.dropdown.current:before{
  color: #f3a28b;
}
.navigation > li > a {
  color: rgba(36, 36, 36, 0.8);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  padding: 37px 0px 37px 0px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  transition: all 500ms ease 0s;
}
.navigation > li.current > a{
  color: #13a2c6;
}

.navigation > li > ul {
  position: absolute;
  right: auto;
  top: 100%;
  background: #fff;
  width: 230px;
  border-bottom: 3px solid #13a2c6;
  padding: 5px 30px;
  z-index: 999;
  display: none;
}

.navigation > li > ul > li {
  position: relative;
  display: block;
}

.navigation > li > ul > li > a {
  color: #242424;
  display: block;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px dashed #13a2c6;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  padding: 12px 0px;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

.navigation > li > ul > li:last-child > a {
  border-bottom: 0px;
}

.navigation > li > ul > li:hover > a {
  color: #13a2c6;
}


/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 0;
  width: 30px;
  height: 42px;
  border-left: 1px solid #ffffff;
  cursor: pointer;
  display: block;
  z-index: 5;
}
.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  left: 7px;
}

.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  background: #000000;
}

.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  display: none;
}

.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a{
  padding:10px 20px;
  font-family: 'Roboto', sans-serif;
  line-height:22px;
  color:#ffffff;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 1px solid #fff;
}


/* Mainmenu fixed style */
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.theme_menu.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #fff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.49);
}
.theme_menu{
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 1;
}

.logo-box{
  background: url(../images/logo/logo1.png) no-repeat 9% 100%;
  height: 48px;
  width: 170px;
  display: inline-block;
  margin-top: 25px;
}
.logo-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
}


/*** Hidden Sidebar style ***/

.hidden-bar{
  position: fixed;
  top: 0;
  width: 305px;
  height: 100%;
  background: #fff;
  z-index: 99999;
  border-left: 1px solid #e5e5e5;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
  margin-right:0px; 
}

.hidden-bar.right-align {
  right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
  right:0px;  
}

.hidden-bar.right-align .hidden-bar-closer {
  left: -20px;
}

.hidden-bar.left-align {
  left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
  left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
  right: -20px;
}

.hidden-bar .hidden-bar-closer {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover .btn {
  color: #fff;
}

.hidden-bar .hidden-bar-closer .btn {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 14px;
}

.hidden-bar-wrapper {
  height: 100%;
}

.hidden-bar .logo {
  padding: 30px 0px;
  background: #fff;
}

.hidden-bar .side-menu {
  background-color: transparent;
  padding: 0;
  font-size:12px;
  letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
  background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
  background: transparent;
}

.hidden-bar .side-menu li.current > a {
  color: #fff;
}

.hidden-bar .side-menu ul li a {
  background: transparent;
  color: #222;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 8px 15px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a .btn.expander {
  background: none;
  color: #222;
  border: 1px solid #222;
  padding: 3px 7px;
  font-size: 14px;
  border-radius: 0px;
  position: absolute;
  top: 6px;
  right: 20px;
  outline: none;
}
.hidden-bar .navigation > li{
  display: block;
}
.hidden-bar .logo-box{
  margin: 15px 0px 15px 65px;
}



/** search box **/

.search-box-area .search-toggle i:before{
  position: relative;
  top: -2px;
  font-size: 16px;
  color: #242424;
  margin: 0px;
  cursor: pointer;
  transition: all 50ms ease;
}
.search-box-area{
  margin-left: 29px;
}

.search-box-area .search-box {
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 63px;
  transition: all 500ms ease 0s;
  visibility: hidden;
  z-index: 9;
}
.search-box-area .form-group{
  position: relative;
}
.search-box-area .form-group button{
  position: absolute;
  top: 2px;
  right: 0px;
  width: 46px;
  height: 46px;
  color: #fff;
  background: #13a2c6;
  border: none;
  z-index: 10;
}
.search-box-area input{
  width: 250px;
  height: 50px;
  border: 2px solid #13a2c6;
  padding: 10px 20px;
  z-index: 9;
  box-shadow: 0 0px 5px 1px rgb(0, 0, 0);
}
.search-box.now-visible {
  top: 63px;
  right: 0px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

/** header top **/


.main-header{
  position: relative;
  margin-bottom: -145px;
}
.header-top{
  position: relative;
  background: rgba(36, 36, 36, 0.8);
  padding: 10px 0px 10px 0px;
  width: 100%;
  z-index: 1;
}
.header-top .top-left{
  display: inline-block;
  color:#fff;
}
.header-top .top-right{
  position: relative;
  top: 1px;
  display: inline-block;
  float: right;
}
.header-top .top-left li{
  margin-right: 25px;
}
.header-top .top-right li{
  margin-left: 24px;
}
.header-top li a{
  position: relative;
  color: #fff;
}
.header-top .top-left li span{
  font-weight: 700;
}
.header-top .top-left i{
  position: relative;
  top: 7px;
  font-size: 18px;
  color: #8bcd45;
  margin-left: 8px;
}


/** theme menu **/



.main-header .nav-right-content{
  position: relative;
  display: inline-block;
  float: right;
  top: 37px;
}
.main-header .nav-right-content .social,
.main-header .nav-right-content .search-box-area,
.main-header .nav-right-content .nav-toggler{
  display: inline-block;
}
.main-header .nav-right-content .nav-toggler button{
  font-size: 16px;
  color: #242424;
  margin-left: 18px;
  background: transparent;
}
.main-header .nav-right-content .social li{
  margin: 0px 8px;
}
.main-header .nav-right-content .social li a{
  font-size: 16px;
  color: #242424;
}


/** main slider **/

.main-slider{
  position: relative;
}
#slide-1687-layer-4,#slide-1688-layer-4,#slide-1689-layer-4{
  padding: 0px !important;
  border: none;
}
#slide-1687-layer-4:hover,
#slide-1688-layer-4:hover,
#slide-1689-layer-4:hover{
  background: none !important;
}
h1{
  position: relative;
  font-size: 50px;
  line-height: 55px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
}
.main-slider .text{
  position: relative;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-family: 'Open Sans', Sans-serif;
}
.tp-btn a{
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 11px 11px 12px;
  background: transparent;
  border: 2px solid #13a2c6;
}
.tp-btn a:hover{
  background: #13a2c6;
}
div#slide-1687-layer-1,
div#slide-1688-layer-1,
div#slide-1689-layer-1{
  background-color: rgba(0, 0, 0, 0.80) !important;
}


/** feature-section **/
.about{padding:60px 0;}
.feature-section{
  position: relative;
  background: transparent;
  margin-top: -20px;
  padding-bottom: 120px;
}
.single-feature-content{
  position: relative;
  display: inline-block;
  padding: 60px 50px 45px 50px;
  background: #f2f2f2;
  transition: all 900ms ease;
}
.single-feature-content:hover,
.single-feature-content.active{
  background: #fff;
  box-shadow: 0 0 20px #ddd;
  z-index: 1;
}
.single-feature-content .icon-box{
  position: relative;
  display: inline-block;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  background: #fff;
  border: 1px dashed #b8b8b8;
  border-radius: 50%;
  margin-bottom: 39px;
  transition: all 900ms ease;
}
.single-feature-content:hover .icon-box,
.single-feature-content.active .icon-box{
  background: #13a2c6;
  border: 1px solid #13a2c6;
}
.single-feature-content .icon-box i:before{
  font-size: 50px;
  color: #13a2c6;
  margin: 0px;
  transition: all 900ms ease;
}
.single-feature-content:hover .icon-box i:before,
.single-feature-content.active .icon-box i:before{
  color: #242424;
}
.single-feature-content h4{
  margin-bottom: 10px;
}
.feature-column{
  padding: 0px 0px;
}
.single-feature-content h4{
  margin-bottom: 15px;
}


/** bytecoin-section **/


.bytecoin-section{
  position: relative;
  width: 100%;
}
.bytecoin-section:before{
  position: absolute;
  content: '';
  background: url(../images/home/macbook.png);
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.bytecoin-content{
  margin: 3px 0px 0px 17px;
  padding-bottom: 191px;
}
.bytecoin-content h2 span{
  font-weight: 400;
}
.bytecoin-content h2{
  margin-bottom: 20px;
}
.bytecoin-content .text{
  position: relative;
  font-size: 18px;
  color: #242424;
  font-style: italic;
  margin-bottom: 21px;
}
.bytecoin-content .list{
  position: relative;
  margin: 23px 0px 55px 0px;
}
.bytecoin-content .list li{
  position: relative;
  margin-bottom: 4px;
  padding: 0px 0px 0px 21px;
}
.bytecoin-content .list li:before{
  position: absolute;
  content: "\f101";
  font-family: 'FontAwesome';
  font-size: 14px;
  left: 0px;
  top: -1px;
}


/** feature-section **/


.bytecoin-feature{
  position: relative;
  background: url(../images/home/feature.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 95px 0px 103px 0px;
}
.bytecoin-feature .title{
  position: relative;
  font-size: 48px;
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.bytecoin-feature .text{
  font-size: 18px;
  font-weight: 300;
  color: #a3a3a3;
  line-height: 30px;
  margin-bottom: 76px;
}
.feature-content .single-item .icon-box{
  margin-bottom: 24px;
}
.feature-content .single-item .text{
  font-size: 24px;
  font-weight: 300;
  color: #9b9b9c;
  line-height: 30px;
  margin-bottom: 0px;
}


/** working-section **/



.working-section{
  padding: 103px 0px 95px 0px;
}
.single-working-content .icon-box a{
  position: relative;
  display: inline-block;
  width: 113px;
  height: 113px;
  line-height: 113px;
  text-align: center;
  border: 1px dashed #aeaeae;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.single-working-content .icon-box i:before{
  font-size: 50px;
  margin: 0px;
  color: #ffc545;
}
.single-working-content .icon-box{
  display: inline-block;
}
.single-working-content .count{
  position: relative;
  display: inline-block;
  font-size: 72px;
  line-height: 72px;
  color: #f9f9f9;
  font-weight: 800;
  left: -21px;
  top: 6px;
}
.single-working-content .lower-content{
  position: relative;
  padding: 43px 30px 0px 0px;
}
.single-working-content .lower-content h4 a{
  display: inline-block;
  margin-bottom: 15px;
}
.single-working-content{
  position: relative;
}
.single-working-content:before{
  position: absolute;
  content: '';
  background: url(../images/home/arrow.png);
  right: 30px;
  top: 30%;
  width: 119px;
  height: 36px;
  background-repeat: no-repeat;
}
.working-column:nth-child(3) .single-working-content:before{
  display: none;
}


/** statistics-section **/


.statistics-section{
  position: relative;
  background: url(../images/meter.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px;
}
.statistics-section .single-content{
  position: relative;
  background: #13a2c6;
  display: block;
  padding: 42px 0px 43px 0px;
}
.statistics-section .single-content:before {
  background: #13a2c6 none repeat scroll 0 0;
  content: "";
  height: 190px;
  right: -19px;
  position: absolute;
  top: 0px;
  transform: skewX(168deg);
  width: 40px;
  z-index: 1;
}
.statistics-section .single-content:after{
  background: #13a2c6 none repeat scroll 0 0;
  content: "";
  height: 190px;
  left: -20px;
  position: absolute;
  top: 0px;
  transform: skewX(168deg);
  width: 40px;
  z-index: 1;
}
.statistics-section .column:nth-child(2) .single-content:before,
.statistics-section .column:nth-child(4) .single-content:before{
  background: #f6f6f6 none repeat scroll 0 0;
}
.statistics-section .column:nth-child(2) .single-content:after,
.statistics-section .column:nth-child(4) .single-content:after{
  background: #f6f6f6 none repeat scroll 0 0;
}
.statistics-section .column:nth-child(2) .single-content,
.statistics-section .column:nth-child(4) .single-content{
  background: #f6f6f6;
}
.statistics-section .single-content span{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 19px;
}
.statistics-section .single-content .text{
  font-size: 18px;
  font-weight: 300;
  color: #242424;
}
.statistics-section .column{
  padding: 0px 0px;
}


/** trading-section **/


.trading-content-area{
  padding: 102px 0px 111px 0px;
  border-bottom: 1px solid #eeeeee;
}
a.canvasjs-chart-credit {
  display: none;
}
.trading-content .register{
  position: relative;
  font-size: 34px;
  line-height: 43px;
  color: #cccccc;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 28px;
}
.trading-content h2{
  margin-bottom: -2px;
}
.trading-content p{
  margin-bottom: 45px;
}
.trading-content .font_18{
  margin-bottom: 21px;
}
.growth-content .title{
  position: relative;
  font-size: 18px;
  color: #242424;
  margin-bottom: 0px;
}
.growth-content .text{
  color: #cccccc;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}


/** testimonial-section **/


.testimonial-section{
  padding: 108px 0px 102px 0px;
}
.testimonial-content .img-box{
  position: absolute;
  left: 0px;
  top: 2px;
}
.testimonial-content .top-content{
  position: relative;
  padding: 0px 0px 0px 105px;
  margin-bottom: 43px;
}
.testimonial-content .top-content .text{
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #242424;
}
.testimonial-content .author-info{
  position: relative;
  text-align: right;
  float: right;
  padding: 0px 95px 0px 0px;
}
.testimonial-content .author-info:before{
  position: absolute;
  content: '';
  background: url(../images/home/icon.png);
  width: 43px;
  height: 33px;
  top: 8px;
  right: 30px;
}
.testimonial-content .author-info .text{
  position: relative;
  font-weight: 700;
  color: #242424;
  margin-bottom: -4px;
}
.testimonial-content .author-info .text:before{
  position: absolute;
  content: '';
  background: #cccccc;
  width: 30px;
  height: 1px;
  top: 12px;
  left: -43px;
}
.testimonial-content .author-info .text span{
  font-weight: 400;
}
.testimonial-content .author-info .author-rating li{
  color: #13a2c6;
}
.owl-theme .owl-controls{
  text-align: center;
  margin-top: 61px;
}


/** news-section **/



.news-section{
  padding: 87px 0px 114px 0px;
}
.single-news-content img{
  width: 100%;
}
.news-column{
  padding: 0px 0px;
}
.single-news-content{
  position: relative;
  background: #fff;
  transition: all 500ms ease;
}
.single-news-content:hover{
  box-shadow: 0 0 20px #ddd;
  z-index: 1;
}
.single-news-content .lower-content{
  position: relative;
  padding: 48px 30px 60px 49px;
}
.single-news-content .lower-content .time span{
  color: #13a2c6;
  margin-left: 12px;
}
.single-news-content .lower-content h4 a{
  display: inline-block;
  margin-bottom: 21px;
  line-height: 26px;
}
.single-news-content .lower-content .time{
  margin-bottom: 35px;
}
.single-news-content .news-btn a{
  position: relative;
  display: inline-block;
  font-weight: 600;
  padding: 9px 25px 8px 25px;
  color: #555555;
  border: 1px solid #cccccc;
}
.single-news-content .news-btn a:hover{
  background: #13a2c6;
  border: 1px solid #13a2c6;
  color: #242424;
}
.single-news-content .lower-content p{
  margin-bottom: 40px;
}


/** partners-section **/


.partners-section{
  position: relative;
  background: url(../images/partner.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 93px 0px 92px 0px;
  border-top:5px solid #323232;
}
.partners-section h2{
  color: #fff;
  line-height: 43px;
}
.partners-section .owl-theme .owl-controls{
  display: none;
}
ul.four-column-carousel.owl-carousel.owl-theme.owl-loaded {
  margin-top: 7px;
}


/** call-back-section **/


.call-back-section{
  position: relative;
  padding: 103px 0px 110px 0px;
}
.pat_bg{
  position: relative;
}
.pat_bg:before{
  position: absolute;
  content: '';
  background: url(../images/home/shap1.png);
  width: 430px;
  height: 530px;
  left: 0px;
  bottom: 0px;
}
.pat_bg:after{
  position: absolute;
  content: '';
  background: url(../images/home/shap1.png);
  width: 430px;
  height: 530px;
  right: 0px;
  bottom: 0px;
}

input,
textarea{
  position: relative;
  width: 100%;
  height: 52px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 15px 20px;
  margin-bottom: 30px;
  z-index: 1;
  transition: all 500ms ease;
  
}
textarea{
  height: 150px;
  resize: none;
  margin-bottom: 32px;
}
.call-back-form .input-box{
  position: relative;
}
.call-back-form .input-box i{
  position: absolute;
  top: 12px;
  right: 25px;
  z-index: 2;
}
button.btn-one:hover{
  color: #13a2c6;
}


/** main-footer **/


.main-footer{
  position: relative;
  background:url(../images/footer.jpg);
  width: 100%;
  padding: 83px 0px 87px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-title h5{
  position: relative;
  color: #13a2c6;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.footer-title h5:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 30px;
  height: 2px;
  left: 0px;
  bottom: -6px;
}
.footer-list li a{
  position: relative;
  display: block;
  color: #888888;
  margin-bottom: 4px;
  padding: 0px 0px 0px 20px;
}
.footer-list li a:before{
  position: absolute;
  content: "\f101";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #888888;
  left: 0px;
  top: -1px;
}
.footer-list li a:hover{
  color: #13a2c6;
}
.support-widget{
  margin-left: 87px;
}
.link-widget,
.subscribe-widget .input-box{
  position: relative;
}
.subscribe-widget .input-box i{
  position: absolute;
  top: 11px;
  right: 16px;
  z-index: 1;
}
.subscribe-widget .input-box:before{
  position: absolute;
  content: '';
  background: #13a2c6;
  width: 2px;
  height: 25px;
  top: 11px;
  right: 45px;
  z-index: 1;
}
.subscribe-widget .text{
  margin-bottom: 20px;
}
.subscribe-widget .input-box input{
  height: 46px;
}

/** footer-bottom **/

.footer-bottom{
  background: #1c1c1c;
  color: #888888;
  padding: 26px 0px 24px 0px;
  font-weight: 300;
}
.footer-bottom .copyright{
  display: inline-block;
}
.footer-bottom .copyright a{
  color: #cccccc;
  font-weight: 300;
}
.footer-social{
  position: relative;
  display: inline-block;
  float: right;
  margin-right:200px;
}
.footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  background: #3e3e3e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin-left: 3px;
}
.footer-social li a:hover{
  background: #13a2c6;
  color: #242424;
}


/** bytecoin-calculator **/



.bytecoin-calculator{
  padding: 103px 0px 0px 0px;
}
.bytecoin-calculator .title-top{
  margin-bottom: 6px;
}
.bytecoin-calculator .sec-title{
  margin-bottom: 14px;
}
.bytecoin-calculator .font_18{
  margin-bottom: 43px;
}
/* btc clc*/

.btc-clc .cryptonatorwidget {
  border: 0px !important;
  padding: 0px !important;
}

.btc-clc .cryptonatorwidget select,
.btc-clc .cryptonatorwidget input {
  height: 54px !important;
  padding: 0 20px;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
  text-transform: capitalize;
  background: #ddd;
  color:  #222;
}

.btc-clc .cryptonatorwidget div:last-child {
  display: none;
}

.btc-clc table tr td {
  padding-right: 20px;
}

/* current btc rate */
.current-btc .cryptonatorwidget {
    color: #fff !important;
    border: none !important;
    padding: 0px !important;
    font-size: 16px !important;
}
.current-btc .cryptonatorwidget div:nth-child(2) {
    display:  none;
}
.current-btc .cryptonatorwidget div:nth-child(3) {
    display:  none;
}
.current-btc .cryptonatorwidget b font {
    position: relative;
    color: #ffb41b!important;
    right: -2px;
    top: -2px;
}

/*** 

====================================================================
                        About-Page
====================================================================

***/


.page-title{
  position: relative;
  background: url(../images/bg.jpg);
  width: 100%;
  padding: 220px 0px 85px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title:before{
  position: absolute;
  content: '';
  background: #242424;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .9;
}
.page-title .title{
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
}
.page-title .bread-crumb{
  position: relative;
  display: inline-block;
  float: right;
  color: #fff;
  top: 14px;
}
.page-title .bread-crumb a{
  color: #fff;
}
.feature-style-two{
  margin-top: 0px;
}
.feature-style-two .single-feature-content{
  background: #fff;
}
.feature-style-two .single-feature-content:hover, .feature-style-two .single-feature-content.active {
  box-shadow: none;
}

.about_bg{
  padding: 60px 0px 60px 0px;   background: #f2f2f2;

}

.bytecoin-section-two{
  padding: 78px 0px 8px 0px;
}
.bytecoin-section-two:before{
  display: none;
}
.bytecoin-section-two .img-box{
  position: relative;
  left: -175px;
}
.bytecoin-section-two .bytecoin-content{
  margin: 3px -85px 0px 17px;
  padding: 0px;
}


/** team-section **/


.team-section img{
  width: 100%;
}
.single-team-content .img-box{
  margin-bottom: 30px;
}
.single-team-content .lower-content{
  padding-bottom: 35px;
  border-bottom: 1px solid #eeeeee;
}
.single-team-content .lower-content .title a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 1px;
}
.single-team-content .lower-content .title a:hover{
  color: #13a2c6;
}
.single-team-content .lower-content .text{
  margin-bottom: 30px;
}
.single-team-content .lower-content .team-social li a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #eeeeee;
  color: #242424;
  border-radius: 50%;
  margin-right: 3px;
}
.single-team-content .lower-content .team-social li a:hover{
  background: #13a2c6;
}


/*** 

====================================================================
                        Faq-Page
====================================================================

***/


.categories-list li a{
  position: relative;
  display: block;
  font-weight: 600;
  color: #242424;
  padding: 16px 0px 17px 15px;
  border-bottom: 1px solid #eeeeee;
}
.categories-list li:first-child a{
  border-top: 1px solid #eeeeee;
}
.categories-list li a:before{
  position: absolute;
  content: "\f101";
  font-family: 'FontAwesome';
  color: #7f7f7f;
  font-size: 15px;
  top: 17px;
  right: 23px;
}
.categories-list li a.active,
.categories-list li a.active:before{
  color: #13a2c6;
}

/** accrodian box **/


.faq-section{
  padding: 103px 0px 119px 0px;
}
.faq-content{
  position: relative;
  background: #fff;
  z-index: 1;
}
.accordion {
  position: relative;
  margin-bottom: 20px;
}
.accordion .acc-btn {
  position: relative;
  cursor: pointer;
  padding: 14px 60px 16px 34px;
  margin-bottom: 2px;
  border: 1px solid #eeeeee;
  
}
.accordion .acc-btn.active{
  background: #f2f2f2;
  border: none;
  padding: 15px 60px 17px 34px;
}

.accordion .acc-btn .toggle-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #13a2c6;
}
.accordion .acc-btn .toggle-icon span::before {
  font-size: 14px;
  color: #242424;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
   opacity: 0;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus{
  opacity: 0;
  position: relative;
  left: -6px
}
.accordion-box .accordion .acc-btn .toggle-icon .plus{
  position: relative;
  left: 6px;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  opacity: 1;
}
.accordion-box .accordion .acc-content {
  display: none;
  padding: 30px 30px 24px 34px;
  border: 1px solid #eeeeee;
}
.accordion-box .accordion:last-child .acc-content{
  border-bottom: none;
}
.accordion-box .accordion .acc-content.collapsed {
  display: block;
}


/*** 

====================================================================
                        error-page
====================================================================

***/


.error-section{
  padding: 25px 0px 25px 0px;
}
.error-section .error-title{
  position: relative;
  font-size: 150px;
  line-height: 150px;
  color: #222;
  margin-bottom: 31px;
  font-weight: 700;
}
.error-section .error-title i:before{
  color: #13a2c6;
  margin: 0px 10px 0px 10px;
}
.error-section .title{
  position: relative;
  font-size: 40px;
  line-height: 50px;
  color: #222;
  margin-bottom: 47px;
}
.error-section .text{
  font-size: 16px;
  margin-bottom: 18px;
}
.error-section .input-box{
  position: relative;
  margin-bottom: 25px;
}
.error-section .input-box button{
  position: absolute;
  top: 12px;
  right: 25px;
  font-size: 15px;
  background: transparent;
}


/*** 

====================================================================
                        Trade-Page
====================================================================

***/


.intro-section{
  padding: 93px 0px 145px 0px;
}
.intro-btn a{
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 28px 11px 27px;
  background: #242424;
  border: 2px solid #242424;
  border-radius: 2px;
}
.intro-btn a:hover{
  background: transparent;
  color: #242424;
}
.intro-btn{
  margin-top: 55px;
}
.intro-section .font_18{
  margin-bottom: 56px;
}
.feature-style-three{
  position: relative;
  margin-top: -45px;
  padding-bottom: 1px;
}
.feature-style-three .single-feature-content.active,
.feature-style-three .single-feature-content:hover{
  box-shadow: 0 0 20px #ddd;
  border-bottom: 2px solid #13a2c6;
  z-index: 1;
}
.feature-style-three .single-feature-content{
  border-bottom: 2px solid #cccccc;
}

.testimonial-style-two{
  background: url(../images/home/testimonial.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial-style-two .testimonial-content .top-content .text{
  color: #fff;
}
.testimonial-style-two .testimonial-content .author-info .text{
  color: #aaaaaa;
}
.testimonial-style-two{
  padding: 97px 0px 87px 0px;
}


/*** 

====================================================================
                        Service-Page
====================================================================

***/


.service-section{
  padding: 100px 0px 30px 0px;
}
.item-holder{
  position: relative;
}
 .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 193, 57, 0.80);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transform: scale(0, 0);
}
.single-service-section:hover .item-holder .overlay {
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
.item-holder img{
  width: 100%;
}
.single-service-section .overlay i:before{
  font-size: 24px;
  color: #242424;
  margin: 0px;
}
.single-service-section .item-holder{
  margin-bottom: 38px;
}
.single-service-section .lower-content h4 a{
  display: inline-block;
  margin-bottom: 10px;
}
.single-service-section .lower-content p{
  margin-bottom: 30px;
}
.service-btn a{
  position: relative;
  display: inline-block;
  font-weight: 600;
  border: 1px solid #cccccc;
  padding: 9px 25px 8px 25px;
}
.service-btn a:hover{
  background: #13a2c6;
  border: 1px solid #13a2c6;
  color: #242424;
}
.single-service-section{
}

/*** 

====================================================================
                        Blog-Classic-Page
====================================================================

***/


.blog-classic{
  padding: 100px 0px 140px 0px;
}
.default-blog-content img{
  width: 100%;
}
.default-blog-content .single-blog-content .img-box{
  margin-bottom: 34px;
}
.blog-classic-content .single-blog-content{
  margin-bottom: 65px;
}
.default-blog-content .single-blog-content .lower-content .meta-content li:before{
  position: absolute;
  content: '';
  background: #cccccc;
  width: 30px;
  height: 1px;
  left: 23px;
  bottom: -6px;
}
.default-blog-content .single-blog-content .lower-content .meta-content li{
  position: relative;
  margin-right: 26px;
}
.default-blog-content .single-blog-content .lower-content .meta-content span{
  color: #13a2c6;
}
.default-blog-content .single-blog-content .lower-content .meta-content i:before{
  margin-right: 6px;
}
.default-blog-content .single-blog-content .lower-content .meta-content{
  margin-bottom: 33px;
}
.default-blog-content .single-blog-content .lower-content .title a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 12px;
}
.default-blog-content .single-blog-content .lower-content .title a:hover{
  color: #13a2c6;
}
.default-blog-content .single-blog-content .lower-content p{
  margin-bottom: 35px;
}


/** blog-sidebar **/


.default-blog-sidebar h4{
  color: #fff;
  text-transform: uppercase;
}
.sidbar-title h4{
  position: relative;
  display: block;
  background: url(../images/news/sidebar.jpg);
  width: 100%;
  padding: 12px 30px 26px 29px;
  margin-bottom: 28px;
}
.sidbar-title h4:before{
  position: absolute;
  content: '';
  background: #13a2c6;
  width: 30px;
  height: 1px;
  left: 30px;
  bottom: 20px;
  z-index: 1;
}
.blog-sidbar-list{
  margin-left: 20px;
  margin-bottom: 42px;
}
.blog-sidbar-list li a{
  position: relative;
  display: block;
  padding: 0px 0px 0px 22px;
  margin-bottom: 4px;
}
.blog-sidbar-list li a:before{
  position: absolute;
  content: "\f101";
  font-size: 15px;
  font-family: 'FontAwesome';
  color: #13a2c6;
  left: 0px;
  top: -1px;
}
.sidebar-post .sidbar-title h4{
  margin-bottom: 34px;
}
.default-blog-sidebar .sidebar-post .single-post{
  position: relative;
  padding: 0px 0px 28px 99px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
}
.sidebar-archaive{
  position: relative;
  z-index: 1;
}
.default-blog-sidebar .sidebar-post .img-box{
  position: absolute;
  left: 0px;
  top: 1px;
}
.default-blog-sidebar .sidebar-post h5 a,
.default-blog-sidebar .sidebar-post h5{
  line-height: 24px;
  margin-bottom: 4px;
}
.default-blog-sidebar .sidebar-post .single-post .text{
  font-size: 11px;
}
.default-blog-sidebar .sidebar-search{
  position: relative;
  background: url(../images/news/search.jpg);
  width: 100%;
  padding: 12px 25px 23px 29px;
  margin-bottom: 50px;
  margin-top: 26px;
  display: inline-block;
  z-index: 1;
}
.default-blog-sidebar .sidebar-search .search-box{
  position: relative;
}
.default-blog-sidebar .sidebar-search h4{
  margin-bottom: 31px;
}
.default-blog-sidebar .sidebar-search button{
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 16px;
  background: transparent;
  z-index: 1;
}
.default-blog-sidebar .sidebar-search input{
  height: 46px;
  margin-bottom: 0px;
  background: #fff;
  padding-left: 50px;
}


/*** 

====================================================================
                        Blog-single-Page
====================================================================

***/


.blog-single{
  padding: 100px 0px 110px 0px;
}
.blog-single-content{
  margin-right: 17px;
}
.blog-single-content .single-blog-content .lower-content p{
  margin-bottom: 26px;
}
.blog-single-content .content-style-one .bg-content{
  position: relative;
  display: inline-block;
  background: #f6f6f6;
  padding: 39px 30px 37px 44px;
  margin: 19px 0px 43px 0px;
}
.blog-single-content .content-style-one .bg-content .text{
  font-size: 18px;
  color: #242424;
  font-weight: 600;
  font-style: italic;
}
.blog-single-content .content-style-one .trader{
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #242424;
  margin-top: 26px;
}
.blog-single-content .content-style-one .trader span{
  font-weight: 400;
}
.blog-single-content .content-style-two{
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 27px;
}
.blog-single-content .content-style-two p{
  margin-top: 43px;
}
.blog-single-content .post-share .tag{
  position: relative;
  display: inline-block;
  margin-right: 8px;
  font-weight: 600;
}
.blog-single-content .post-share .tag-list{
  display: inline-block;
}
.blog-single-content .post-share .tag-list li,
.blog-single-content .post-share .tag-list a,
.blog-single-content .post-share .share{
  color: #242424;
  font-weight: 600;
}
.blog-single-content .post-share .tag-list a:hover{
  color: #13a2c6;
}
.blog-single-content .post-share .share{
  position: relative;
  display: inline-block;
  float: right;
}
.blog-single-content .post-share .share i:before{
  color: #13a2c6;
  margin-right: 10px;
}
.blog-single-content .post-share{
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 67px;
  border-bottom: 1px solid #eeeeee;
}
.blog-single-content .comment-area{
  display: inline-block;
  margin-bottom: 34px;
}
.blog-single-content .comment-area .title,
.blog-single-content .comment-form .title{
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 42px;
}
.blog-single-content .comment-form .title{
  margin-bottom: 45px;
}
.blog-single-content .comment-area .single-comment{
  position: relative;
  padding: 0px 0px 25px 95px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eeeeee;
}
.blog-single-content .comment-area .single-comment .img-box{
  position: absolute;
  left: 0px;
  top: 6px;
}
.blog-single-content .comment-area .single-comment .comment-name{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #242424;
  margin-bottom: -6px;
}
.blog-single-content .comment-area .single-comment .time{
  font-size: 12px;
  display: inline-block;
  margin-bottom: 17px;
}
.blog-single-content .comment-area .single-comment .replay{
  position: relative;
  display: inline-block;
  float: right;
  top: -14px;
}
.blog-single-content .comment-area .single-comment .btn-one{
  font-size: 12px;
  font-weight: 600;
  padding: 3px 30px 2px 31px;
}
.blog-single-content .comment-form input{
  margin-bottom: 20px;
}
.blog-single-content .comment-form button.btn-one:hover{
  color: #13a2c6;
}


/*** 

====================================================================
                        contact-Page
====================================================================

***/


.google-map-area {
  position: relative;
}
#contact-google-map {
  height: 500px;
  width: 100%;
}

.contact-section .contact-column{
  padding: 0px 0px;
}
.contact-section .contact-info{
  position: relative;
  display: block;
  margin-top: -20px;
  box-shadow: 0 0 20px #ddd;
  background: #fff;
  z-index: 1;
}
.single-contact-info{
  position: relative;
  display: block;
  padding: 60px 10px 59px 10px;
}
.single-contact-info .icon-box{
  position: relative;
  display: inline-block;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  background: #242424;
  border-radius: 50%;
  margin-bottom: 33px;
  transition: all 500ms ease;
}
.single-contact-info:hover .icon-box{
  background: #13a2c6;
}
.single-contact-info .icon-box i:before{
  font-size: 40px;
  color: #fff;
  margin: 0px;
}
.single-contact-info{
  position: relative;
  background: #fff;
  transition: all 500ms ease;
}
.single-contact-info:hover{
  box-shadow: 0 0 20px #ddd;
  z-index: 1;
}
.single-contact-info h4{
  margin-bottom: 13px;
}
.single-contact-info .text{
  font-size: 16px;
}