/*------------------------------------------------------------------
    Template Name:	Cryptod
    Template URI: http://enroutedigitallab.com/html/cryptod
    Description :: Business Financial Template
    Author: enroutedigitallab
    Author URI: http://enroutedigitallab.com/
    License: GPL V2 or Later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Version: 1.0
*/
/*
    ========================================================================
    Index and Othe section
    ------------------------------------------------------------------------
      # -  1.0 - Global css
      # -  2.0 - Custom Menu
      # -  3.0 - Slider
      # -  4.0 - Articles
      # -  5.0 - Blog
      # -  6.0 - Sidebar
      # -  5.0 - Sidebar Blog
      # -  6.0 - About Us
      # -  7.0 - Team Member
      # -  8.0 - Achivement Counter
      # -  9.0 - Banner
      # -  10.0 - Service
      # -  11.0 - Client Testimonial
      # -  12.0 - Recent Articles
      # -  13.0 - Map
      # -  14.0 - Map Address
      # -  15.0 - Success Contact Form
      # -  16.0 - Grid Blog
      # -  17.0 - Footer

    */
/*
  ========================================================================
  Page Description
  ------------------------------------------------------------------------
    # -  1.0 - Index
    # -  2.0 - About Us
    # -  3.0 - Service
    # -  4.0 - Blog
    # -  5.0 - Blog Details
    # -  6.0 - Blog Fullwidth
    # -  7.0 - Blog Grid Two
    # -  8.0 - Blog Grid Three
    # -  9.0 - Blog Left Sidebar
    # -  10.0 - Contact

  */
/*      All Global css
----------------------------*/
body {
  font-size: 17px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

p {
  color: #555;
  font-family:TheSans, Arial, "Microsoft YaHei New", "Microsoft Yahei";
  line-height: 27px; }

h1 {
  font-size:48px; }

h2 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 400; }

h3 {
  font-size: 30px;
  line-height: 33px; }

h4 {
  font-weight: 400;
  font-size: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-family: minion-pro, Georgia, "Microsoft YaHei New", "Microsoft Yahei";
  color: #000; }

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 200;
  font-family: inherit;
  color: inherit; }
  a:hover, a:focus, a.active {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

input, textarea {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

button:focus {
  outline: 0; }

label {
  font-weight: normal; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="url"],
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="time"],
.form-control, textarea, textarea.form-control {
  height: 50px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  border: 1px solid #ddd; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  .form-control:focus, textarea:focus, textarea.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 1px solid #ffce00; }

textarea, textarea.form-control {
  height: auto;
  padding-top: 15px;
  min-height: 146px;
  width: 100%; }
  textarea:focus, textarea.form-control:focus {
    outline: 0; }

/*  Heading Tag
-------------------*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 200;
  font-family: inherit;
  color: inherit; }
  h1 a:hover, h1 a:focus, h1 a.active, h2 a:hover, h2 a:focus, h2 a.active, h3 a:hover, h3 a:focus, h3 a.active, h4 a:hover, h4 a:focus, h4 a.active, h5 a:hover, h5 a:focus, h5 a.active, h6 a:hover, h6 a:focus, h6 a.active {
    text-decoration: none;
    color: #ffce00;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

img {
  max-width: 100%; }

.cryptod-button-success,
.cryptod-button-warning, .form-submit input[type="submit"] {
  min-width: 155px;
  font-family: minion-pro, Georgia, "Microsoft YaHei New", "Microsoft Yahei";
  color: #fff;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px;
  padding: 10px 15px 9px 15px;
  font-weight: 700;
  letter-spacing: .5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border: 0px; }
  .cryptod-button-success:hover, .cryptod-button-success:focus,
  .cryptod-button-warning:hover,
  .cryptod-button-warning:focus, .form-submit input[type="submit"]:hover, .form-submit input[type="submit"]:focus {
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }

.cryptod-button-success {
  background: #096e3f; }

.cryptod-button-warning {
  background: #ffce00; }

.section-padding {
  padding-top: 20px;
  padding-bottom: 20px; }

.section-head {
  margin-bottom: 20px; }
  .section-head .title-white {
    color: #fff; }
  .section-head p {
    max-width: 750px;
    margin: 20px auto; }

.text-content h4 {
  margin-bottom: 18px; }

.pr {
  position: relative; }

.header-list {
  margin-bottom: 0px; }

.bg-deep {
  background: #fff; }

.bg-white {
  background: #fff; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .overlay:hover {
    opacity: .6;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
	
.section-padding .row .blog  img{width:100%;transition:all 0s !important;
    position: absolute;
    left: -1000%;
    top: -1000%;
    visibility: hidden;}
	
.section-padding .row .blog .Ispic {
    padding-bottom: 60.975%;
    transition: 0.3s ease-out;
}
	
	
.Ispic {	
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.boxshadow {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(95, 95, 95, 0.05);
  box-shadow: 0px 0px 35px 0px rgba(95, 95, 95, 0.05);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .boxshadow:hover {
    -webkit-box-shadow: 0 0 35px rgba(95, 95, 95, 0.25);
    box-shadow: 0 0 35px rgba(95, 95, 95, 0.25);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
	
	
.boxshadowtex {
	width:100%;
    display: inline-block;
    border: 1px solid #555;
    padding: 8px 15px;
	margin:20px 0 40px;
    color: #555;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .boxshadowtex:hover {
      background: #555;
      color: #fff;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: 1px solid #555;}
	
	

input[type="submit"] {
  border: 0; }

/*
---------------------------------------
  Css Loader
 --------------------------------------
 */
.preloader {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 9999; }

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff; }

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 5.0em;
  height: 5.0em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-left: 1px solid rgba(237, 237, 237, 0.8);
  border-right: 1px solid rgba(237, 237, 237, 0.8);
  border-bottom: 1px solid rgba(237, 237, 237, 0.8);
  border-top: 1px solid #ffce00;
  border-radius: 100%; }

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*
  ---------------------------------------
   Main Slider
   --------------------------------------
   */
   
.slider-section .defaultimg:after {
  content: "";
  position: absolute;
  z-index: 8;
  top: -50%;
  left: 0;
  width: 100%;
  height: 150%;
 }

/*
---------------------------------------
  Currency Market Price
 --------------------------------------
 */
.currency-price:before {
  position: absolute;
  width: 1px;
  height: 30px;
  right: 0;
  background: #d9d9d9;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.currency-price .image {
  width: 60px;
  margin-bottom: 25px; }

.currency-price .text-content {
  display: inline-block;
  position: absolute;
  left: 80px;
  top: 0; }
  .currency-price .text-content .dolar {
    font-size: 15px; }
    .currency-price .text-content .dolar:before {
      content: '$';
      padding-right: 5px; }
  .currency-price .text-content .price-up:before {
    content: '\f366';
    font-family: ionicons;
    padding-right: 5px; }

.currency-price h4 {
  margin-bottom: 5px;
  margin-top: 0; }

.currency-price p {
  margin-bottom: 0px; }

.price-down,
.price-up {
  font-size: 13px;
  font-weight: 700;
  color: #00c050; }

.price-down {
  color: #ff2d2d; }
  .price-down:before {
    content: '\f105';
    font-family: ionicons;
    padding-right: 5px; }

.cryptocurrency-section {
  position: absolute;
  width: 100%;
  bottom: -72px; }

.custom-nav {
  padding: 36px 66px 20px;
  background: #fff; }
  .custom-nav .owl-next {
    right: 0; }
  .custom-nav .owl-prev {
    left: 0; }
  .custom-nav .owl-nav .disabled {
    opacity: 1 !important;
    cursor: default; }

.custom-nav .owl-prev,
.custom-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  background: #ffce00 !important;
  margin: 0px !important;
  border-radius: 0px !important; }
  .custom-nav .owl-prev i,
  .custom-nav .owl-next i {
    font-size: 30px;
    padding: 0px 10px; }

.custom-nav .owl-nav {
  margin-top: 10px;
  display: inline;
  opacity: 0; }

.custom-nav:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

/*
---------------------------------------
  About Section
 --------------------------------------
 */
.about-inner-text-content {
  padding-top: 20px; }

.about-section {
  padding-top: 20px; }

.about-inner .text {
  padding-top: 12px;
  padding-bottom: 17px;
  }

.about-inner .cryptod-button-success {
  margin-bottom: 30px; }

.about-content-section {
  padding-top: 0; }
  
  
.anchor-navigation {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
	padding: 10px 0 12px;
	background-color: #fff;
	box-shadow: 0 0 4px 0 transparent;
	overflow: hidden;
	opacity: 1;
	font-size: 18px;
	transform: translateZ(0);
	transition: opacity .5s ease-in-out,transform .3s ease-in-out,box-shadow .3s ease-out
}  
.anchor-navigation .line {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	line-height: 30px;
}

.anchor-navigation .line>.line {
	-moz-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	overflow: hidden
}

.anchor-navigation .line .back-link {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.anchor-navigation .line .separator {
	padding: 0 24px;
}
.anchor-navigation .pagetitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 56px;
}

.anchor-navigation .share-page {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 10px;
}

.anchor-navigation .share-page:after {
	display: inline-block;
	width: 30px;
	height: 30px;
	content: " ";
	vertical-align: bottom;
	background-position: 50%
}

.anchor-navigation .share-page ul {
	position: absolute;
	right: 10px;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	background-color: #fff;
	overflow: hidden;
	width: 206px;
	opacity: 0;
	transition: top .3s ease-in-out,opacity .5s ease-in-out;
	top: -36px;
}

.anchor-navigation .share-page ul li>a {
	display: block;
	height: 30px;
	width: 30px;
	background-position: 50%;
	background-size: 1.125rem
}

.anchor-navigation .share-page:hover ul {
	opacity: 1;
	top: 0
}

.anchor-navigation h4 {
	font-size: 18px
}

.anchor-navigation a.to-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	background-position: 50%;
	display: inline-block
}

.anchor-navigation ul.page-anchors {
	list-style: none;
	margin-bottom: 0;
	line-height: 30px;
}

.anchor-navigation ul.page-anchors.visible {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.anchor-navigation ul.page-anchors li.active a {
	text-decoration: underline;
}

.anchor-navigation ul.page-anchors li {
	margin-right: 24px;
    text-align: -webkit-match-parent;
	float:left;

}


/*
---------------------------------------
  Service Page
 --------------------------------------
 */
.service-text h2 {
  font-size: 38px; }

.service-text p {
  margin-top: 30px; }

.service-text span {
  color: #ffce00; }

.service-box {
  padding: 50px 0px 20px; }

/*
---------------------------------------
  quote-section
 --------------------------------------

 */
.quote-section {
  background: #ffce00;
  padding: 45px 0px; }

.text-quote h3 {
  margin: 0px; }

#chart {
  width: 100%;
  min-height: 540px; }

.c3-bars-Low .c3-bar {
  stroke: white !important;
  fill: rgba(255, 255, 255, 0) !important; }

.c3-grid {
  padding-right: 40px; }

/*
---------------------------------------
  Team Section
 --------------------------------------
 */
.expert-team .text-content {
  padding: 30px 2px;
  position: relative; }
  .expert-team .text-content h4 {
    margin-bottom: 10px;
    margin-top: 0px; }
  .expert-team .text-content .designation {
    color: #555;
	font-size: 14px; }
  .expert-team .text-content .social {
    margin-top: 20px;
    bottom: 0;
    position: absolute; }

.expert-team .social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  padding: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .expert-team .social ul li a {
    color: #fff; }

.expert-team:hover .social {
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.widget-box ul,
.footer-content ul,
.social ul {
  margin: 0px;
  padding: 0px; }
  .widget-box ul li,
  .footer-content ul li,
  .social ul li {
    list-style: none; }

.social ul li {
  list-style: none;
  display: inline-block;
  padding-right: 15px; }
  .social ul li a {
    font-size: 18px;
    color: #888;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .social ul li a:hover {
      color: #ffce00;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

/*
---------------------------------------
  BLog Section
 --------------------------------------
 */
.blog,
.expert-team {
  margin-bottom: 30px; }

.blog .text-content {
  padding: 15px 5px;
  min-height:168px;
   }
  .blog .text-content h4 {
    margin-bottom: 20px;
	}

.expert-team:hover .overlay,
.blog:hover .overlay {
  opacity: .6; }

.meta-tag .date-month {
  font-size: 15px;
  color: #000;
  background: #ffce00;
  display: inline-block;
  padding: 2px 12px;
  font-family: minion-pro, Georgia, "Microsoft YaHei New", "Microsoft Yahei";
  font-weight: 400;
  position: absolute;
  top: 35px;
  left: 50px; }

.tag-list {
  margin-bottom: 18px; }
  .tag-list a span {
    color: #b1b1b1;
    padding-right: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .tag-list a span:hover {
      color: #ffce00;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .tag-list a i {
    padding-right: 7px; }

/*
---------------------------------------
  Blog Page
 --------------------------------------

 */
.address-box,
.widget-box {
  padding: 36px 47px 43px;
  background: #fff;
  margin-bottom: 30px; }

.address-box h4,
.widget-box h4 {
  margin-bottom: 35px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px; }

.widget-list li {
  padding-bottom: 15px; }
  .widget-list li a {
    color: #888;
    font-size: 16px;
    font-family: minion-pro, Georgia, "Microsoft YaHei New", "Microsoft Yahei";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .widget-list li a:hover {
      color: #ffce00;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .widget-list li a:before {
      content: '\f3d3';
      font-family: Ionicons;
      padding-right: 10px; }

.tag-list li {
  display: inline-block; }
  .tag-list li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px 15px;
    color: #888;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 6px;
    margin-bottom: 10px; }
    .tag-list li a:hover {
      background: #ffce00;
      color: #fff;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: 1px solid #ffce00; }

.meta-text {
  position: absolute;
  left: 80px;
  top: 0px; }
  .meta-text span {
    color: #888; }

.blog-meta-post .meta-text h5 {
  margin-top: 3px;
  line-height: 22px; }

.widget-box .blog-meta-post {
  margin-bottom: 20px; }

.submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: 0px;
  padding: 15px;
  font-size: 18px;
  color: #ffce00; }

.meta-tag h5 {
  color: #888;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px; }
  .meta-tag h5 span {
    padding-left: 10px; }
    .meta-tag h5 span a {
      font-weight: 700;
      color: #ffce00;
      text-transform: capitalize; }

.blog-feature .text-content p {
  padding-top: 30px; }

.blog-meta-list {
  margin-top: 38px;
  margin-bottom: 30px; }

.author-post {
  margin-top: 45px; }
  .author-post .text-content h4 {
    margin-bottom: 15px; }

.author {
  color: #ffce00;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif; }

.author-content {
  padding: 15px 30px 0px 0px; }

.blog-meta-list .social {
  padding-top: 10px; }
  .blog-meta-list .social .share {
    font-weight: 700; }

.comment-post {
  margin-top: 0; }
  .comment-post .comment-head {
    margin-bottom: 30px; }
  .comment-post .post {
    margin-bottom: 30px; }
  .comment-post .second-post {
    margin-left: 30px; }

.comment-post .text-content .comment-title {
  margin-bottom: 3px; }

.comment-post .text-content .date-month {
  margin-bottom: 10px;
  display: block;
  color: #888; }

.comment-post .text-content .reply-comment {
  position: absolute;
  right: 45px;
  top: 28px;
  color: #888;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .comment-post .text-content .reply-comment:hover {
    color: #ffce00;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.comment-post .image {
  padding: 20px; }
  .comment-post .image img {
    width: 165px;
    border-radius: 100px; }

/*
---------------------------------------
  Contact Form With Map
 --------------------------------------

 */
.input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-bottom: 30px; }

.single-input {
  padding-left: 30px;
  width: 100%; }

.contact-form {
  padding: 45px 50px 60px; }
  .contact-form .cryptod-button-warning {
    margin-top: 25px; }

.input-head {
  margin-bottom: 50px; }

#map {
  width: 100%;
  height: 530px;
  margin-bottom: 60px; }

/*
---------------------------------------
  Degault Banner
 --------------------------------------

 */
.banner-title h2 {
  font-size: 68px;
  color: #fff;
  line-height: 77px;
  margin: 0px;
  font-weight: 400; }

.banner-section {
  background: url("../images/slider/slide-img.jpg");
  background-size:cover;
  background-position:center;
  height:100%;
  position: relative; }
  
.aboutus-section {
  background: url("../images/banner/about-us.jpg");
  background-size:cover;
  background-position:center;
  height:100%;
  position: relative; 
  }


.contact-section {
  background: url("../images/banner/contact.jpg");
  background-size:cover;
  background-position:center;
  height:100%;
  position: relative; 
  }

.list-section {
  background-size:cover;
  background-position:center;
  height:100%;
  position: relative; 
  }
.banner-section:before,
.counter-section:before,
.parallax-section:before,
.testimonial-section:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/*
---------------------------------------
  Testimonial Section With Banner
 --------------------------------------

 */
.testimonial-section {
  background: url("../images/banner/banner.jpg");
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: 70% 0%;
  padding-top: 90px;
  padding-bottom: 130px; }

.quote-icon {
  width: 50px;
  height: 50px;
  border: 4px solid #ffce00;
  border-radius: 100px;
  line-height: 43px;
  text-align: center;
  margin: 40px auto;
  color: #ffce00;
  font-size: 20px; }

.testimonial .item-text {
  max-width: 680px;
  margin: 0 auto;
  line-height: 36px;
  color: #fff;
  font-size: 18px; }

.testimonial h2 {
  color: #fff; }

.testimonial .text-content h4 {
  margin-bottom: 0px;
  margin-top: 15px;
  color: #fff; }

.testimonial .text-content p {
  color: #fff; }

.testimonial .star-rating {
  margin-top: 15px; }

.star-rating span {
  color: #ffce00; }

/*
---------------------------------------
  Counter Section With Banner
 --------------------------------------
 */
.counter-section {
  position: relative;
  padding-top: 0;
  padding-bottom:0; }

.achivement h2 {
  color: #fff; }

.achivement span {
  color: #ffce00; }

.counter-up {
  padding: 50px 0px;
  font-size: 48px;
  color: #ffce00;
  font-family: minion-pro, Georgia, "Microsoft YaHei New", "Microsoft Yahei";
  text-align: center;
  font-weight: 600; }
  .counter-up h4 {
    color: #fff;
    margin-top: 5px; }

/*
---------------------------------------
  Work Process Section With Banner
 --------------------------------------
 */
.parallax-section {
  background: url("../images/banner/banner.jpg");
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0% 0%;
  padding-top: 120px;
  padding-bottom: 145px; }

.service-process {
  margin-top: 30px; }
  .service-process .text-content {
    padding: 26px 30px; }
    .service-process .text-content h4 {
      color: #ffce00;
      margin-top: 0px; }
    .service-process .text-content p {
      color: #d1d1d1; }
  .service-process .icon-icon {
    width: 125px;
    height: 125px;
    border-radius: 100px;
    line-height: 125px;
    margin: 0 auto; }
    .service-process .icon-icon:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      border: 2px dashed rgba(255, 255, 255, 0.6);
      width: 100%;
      height: 100%;
      border-radius: 90px;
      -webkit-animation: rotate 30s linear infinite; }

.process-one {
  width: 35px;
  height: 35px;
  background: #096e3f;
  color: #fff;
  border-radius: 100px;
  line-height: 35px;
  display: inline-block;
  position: absolute; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
	
/*-- banner --*/

.carousel-inner{
height:454px;

}

.carousel .item {
  background: url("../images/slider/slide-img.jpg");
  background-size: cover;
  background-position: 50%;
  height:100%;
}

.carousel .item.item2 {
  background: url("../images/slider/slide-img-2.jpg");
  background-size: cover;
  background-position:50%;
  height:100%;
}

.carousel .item.item3 {
    background: url(../images/3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.carousel .item.item4 {
    background: url(../images/4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.carousel-caption h3 {
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 12px 0 20px;
}

.carousel-caption h2 span,
.carousel-caption h3 span {
    color: #ef5861;
}

.carousel-caption {
    text-shadow: none;
}

.carousel-caption p {
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}

.carousel-indicators {
    bottom: 10%;
    left: 50%;
}

.carousel-caption {
    position: inherit;
    text-align: left;
}

.carousel-caption h6 {
    font-size: 16px;
    letter-spacing: 2px;
}

.carousel-control {
    line-height: 31em;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}


/*-- //banner --*/
	

/*
---------------------------------------
  footer section
 --------------------------------------

 */
.footer-banner {
  background: url("../images/banner/footer-banner.png"); }

.footer-area {
  background: #282828;
  background-size: cover;
  padding-top: 95px; }

.footer-content {
  margin-bottom: 30px; }
  .footer-content .text-content p {
    color: #bababa;
    padding-bottom: 10px;
    padding-right: 10px; }
  .footer-content h4 {
    color: #fff;
    margin-bottom: 32px; }
  .footer-content ul li {
    list-style: none;
    padding-bottom: 10px; }
    .footer-content ul li a {
      color: #bababa; }
      .footer-content ul li a:hover {
        color: #ffce00;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .footer-content ul li a:before {
        content: '\f363';
        font-family: Ionicons;
        padding-right: 10px; }

.footer-logo {
  padding-bottom: 30px; }

.copyright-info p {
  color: #bababa;
  margin-bottom: 0px;
  font-size:14px;
  font-weight:200; }

.copyright {
  padding: 38px 0px;
  border-top: 1px solid #424242;
  margin-top: 50px; }
  
 .linklist{
 background:#282828;
 color:#ccc;
 font-size:14px;
 
 }

/*  1 - media screen and (min-width: 2560px)
----------------------------------- ----------------------------------- */
/*  1 - media screen and (min-width: 1600px)
----------------------------------- ----------------------------------- */
/*  1 - media screen and (min-width: 1440px)
----------------------------------- ----------------------------------- */
/*  1 - media screen and (min-width: 1199px)
----------------------------------- ----------------------------------- */
/*  1 - media screen and (min-width: 1024px)
----------------------------------- ----------------------------------- */
/*  1 - media screen and (min-width: 991px)
----------------------------------- ----------------------------------- */
@media(max-width: 1920px) {
	.carousel-inner{
	height:554px;
	}
@media(max-width: 1780px) {
	.carousel-inner{
	height:504px;
	}
}

@media(max-width: 1680px) {
	.carousel-inner{
	height:554px;
	}
}

@media(max-width: 1600px) {
	.carousel-inner{
	height:503px;
	}
}

@media(max-width: 1440px) {
	.carousel-inner{
	height:403px;
	}
}

@media(max-width: 1366px) {
	.carousel-inner{
	height:403px;
	}

}

@media(max-width: 1280px) {
	.carousel-inner{
	height:383px;
	}
}


@media (max-width: 991px) {
  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .about-section {
    padding-bottom: 100px; }
  .expert-team .image img {
    width: 100%; }
  .comment-post .image,
  .author-post .image {
    width: 165px;
    float: left;
    margin-right: 30px; }
  .comment-post .second-post {
    margin-left: 0px; }
  .sidebar-widget {
    margin-top: 30px; }
  .section-head {
    margin-bottom: 30px; }
  .section-padding {
    padding-top: 10px;
    padding-bottom: 10px; }
  .about-section {
    padding-bottom: 20px;
    padding-top: 0; } 
	.carousel-inner{
	height:223px;
	}
	}

/*  1 - media screen and (min-width: 768px)
----------------------------------- ----------------------------------- */
/*  1 - media screen and (min-width: 767px)
----------------------------------- ----------------------------------- */
@media (max-width: 767px) {
  .row-eq-height .col-sm-6 {
    width: 50%; }
  .image img {
    width: 100%; }
  .content-align {
    text-align: left; }
  .copyright-info {
    margin-bottom: 15px; }
  .text-quote,
  .button-area {
    text-align: center; }
  .text-quote {
    margin-bottom: 30px; }
  .banner-title h2 {
    font-size: 40px; }
  .counter-up {
    padding: 15px 0px; }
	h1 {
	  font-size:36px; }
	
	.carousel-inner{
	height:203px;
	}
	 }

/*  1 - media screen and (min-width: 480px)
----------------------------------- ----------------------------------- */
/*  1 - media screen and (min-width: 480px)
----------------------------------- ----------------------------------- */
@media (max-width: 480px) {
  .row-eq-height .col-sm-6 {
    width: 100%; }
  h1 {
	  font-size:28px; }
  h2 {
    font-size: 30px;
    line-height: 40px; }
  .banner-title h2 {
    font-size: 30px; } 
  .carousel-inner{
	height:203px;

	}
	.linklist{
	display:none;
	}

/*  1 - media screen and (min-width: 375px)
----------------------------------- ----------------------------------- */
@media (max-width: 375px) {
  .blog .text-content {
    padding: 10px 0; }
  .comment-post .image,
  .author-post .image {
    float: none; }
  .author-content {
    padding: 20px; } 
	.carousel-inner{
	height:203px;

	}

	.linklist{
	display:none;
	}
/*  1 - media screen and (min-width: 320px)
----------------------------------- ----------------------------------- */
@media (max-width: 320px) {
  .blog .text-content {
    padding: 25px 15px; } 
	.carousel-inner{
	height:203px;
	
	}
	.linklist{
	display:none;
	}
	}
