.show{display: block;}
		.hide{display: none;}
/* The container */
.container1 {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  margin-left: 15px;	
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.hero-4-registration-form {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.065);
	padding: 40px;}
.error{color:red;font-size:15px !important;}
 h4, h5, h6 {
    font-family: "Muli", sans-serif;
    font-weight: 700;
}
.hero-4-registration-form .form-border {
    border: 1px solid #ece8f6;
}
.w-25 {
    width: 25% !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.font-size-15 {
  font-size: 15px
}
p {
  line-height: 1.8;
	font-weight: normal !important;
}
.welcome-text-area .area-bg::before {
  background: url(assest/img/home/home-shape.png) no-repeat scroll center center/cover
}
.about-content h3 {
  color: #16519e;
  font-size: 30px;
  font-weight: 400
}
.read-more {
  background: #16519e none repeat scroll 0 0;
  border: 2px solid #16519e;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 30px;
  text-transform: uppercase
}
background-image: -webkit-gradient(linear, left bottom, left top, from(#ff0844), to(#ffb199));
background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
.read-more:hover {
  background: #fff none repeat scroll 0 0;
  color: #ffffff !important;
}
.text-icon-box.active.box-hover-1::before {
  opacity: 1
}
.text-icon-box.active {
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, .3);
  box-shadow: 0 7px 20px rgba(0, 0, 0, .3)
}
.text-icon-box {
  padding: 40px 20px
}
.features-box-icon {
  background: #eef3f9 none repeat scroll 0 0;
  border-radius: 5px;
  padding: 30px;
  width: 120px
}
.video-area .area-bg::before {
  background: #16519e none repeat scroll 0 0;
  opacity: .75
}
.video-promo-details {
  border-radius: 10px
}
.video-promo-content {
  color: #fff;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%
}
.video-area-popup {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 60px;
  height: 70px;
  line-height: 1;
  padding-top: 6px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 70px
}
.video-area-popup:hover {
  background: #fff none repeat scroll 0 0;
  color: #16519e
}
.author-content {
  background: #f7f9fc none repeat scroll 0 0;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative
}
.author-content::after {
  border-bottom: 40px solid transparent;
  border-left: 60px solid #f7f9fc;
  bottom: -40px;
  content: "";
  height: 0;
  left: 50px;
  position: absolute;
  width: 0
}
.testmonial-quote {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.testmonial-quote::before, .testmonial-quote::after {
  color: #ddd;
  content: "\f10d";
  font-family: fontawesome;
  font-size: 41px;
  left: 20px;
  line-height: 1;
  opacity: .5;
  position: absolute;
  top: 20px
}
.testmonial-quote::after {
  bottom: 16px;
  content: "\f10e";
  left: auto;
  right: 20px;
  top: auto
}
.author-name-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 100px
}
.author-img {
  border: 2px solid #16519e;
  border-radius: 50%;
  height: 80px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 80px
}
.author-name-image h4 {
  margin-bottom: 0
}
.testmonial-slider.owl-carousel {
  overflow: hidden
}
.testmonial-area .owl-nav > div {
  background: #16519e none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  height: 40px;
  left: -30px;
  opacity: 0;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: 30%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  visibility: hidden;
  width: 40px
}
.testmonial-area .owl-nav > div.owl-next {
  left: auto;
  right: -30px
}
.testmonial-area .owl-nav > div:hover {
  background: #586082 none repeat scroll 0 0
}
.owl-carousel:hover .owl-nav > div.owl-next {
  opacity: 1;
  right: 0;
  visibility: visible
}
.owl-carousel:hover .owl-nav > div.owl-prev {
  left: 0;
  opacity: 1;
  visibility: visible
}
.testmonial-area .owl-dots {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.testmonial-area .owl-dots > div {
  border: 1px solid #586082;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 15px
}
.testmonial-area .owl-dots > div.active {
  background: #16519e none repeat scroll 0 0;
  border-color: #16519e
}
.fun-fact-area .area-bg {
  background: rgba(0, 0, 0, 0) url("assest/img/fact-bg.jpg") no-repeat scroll center center/cover
}
.fun-fact-area .area-bg::after {
  background: #16519e none repeat scroll 0 0;
  opacity: .9
}
.single-price {
  border: 1px solid #f7f9fc;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s
}
.single-price .area-bg {
  z-index: -1
}
.single-price .area-bg::before {
  background: rgba(0, 0, 0, 0) url("assest/img/price-bg.svg") no-repeat scroll center center/100% 100%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: -2
}
.single-price:hover .area-bg::after, .single-price.active .area-bg::after {
  opacity: 1;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.price-hidding h3, .price-rate h3 {
  color: #16519e
}
.price-rate h3 sub, .price-rate h3 sup {
  font-size: 24px;
  font-weight: 400
}
.price-rate h3 sub {
  color: #4d557d;
  font-size: 16px
}
.price-details ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}
.price-details li {
  margin-bottom: 15px
}
.purchase-button {
  background: #16519e none repeat scroll 0 0;
  border: 2px solid #16519e;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  padding: 8px 30px
}
.purchase-button:hover {
  background: #fff none repeat scroll 0 0;
  color: #16519e
}
.panel.panel-default {
  margin-bottom: 30px
}
.panel-default > .panel-heading {
  background-color: #ecf1fa
}
.active .accordion-toggle {
  color: #16519e
}
.panel-body {
  border-top: 0
}
.accordion-toggle .panel-title .fa-angle-down {
  margin-top: 5px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.accordion-toggle.collapsed .panel-title .fa-angle-down {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.download-button a {
  border: 2px solid;
  border-radius: 5px;
  color: #16519e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  padding: 10px 25px 10px 60px;
  position: relative;
  width: 210px
}
.download-button a i {
  font-size: 30px;
  left: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.download-button a:hover, .download-button a.active {
  background: #16519e none repeat scroll 0 0;
  border-color: #16519e;
 /* -webkit-box-shadow: 0 15px 50px rgba(130, 86, 255, .4);
  box-shadow: 0 15px 50px rgba(130, 86, 255, .4);*/
  color: #fff !important;
}
.single-blog-item {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.blog-thumb {
  overflow: hidden
}
.blog-thumb img {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.single-blog:hover {
  -webkit-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}
.blog-details h3 {
  line-height: 1.3;
  margin-bottom: 25px
}
.blog-meta a {
  opacity: .7;
  margin-right: 15px
}
.blog-meta a:hover {
  opacity: 1
}
.blog-details a.readmore {
  display: inline-block;
  letter-spacing: 1px
}
.single-blog-item:hover .blog-thumb img {
  opacity: .5;
  -webkit-transform: scale(1.3) rotate(10deg);
  transform: scale(1.3) rotate(10deg)
}
.contact-form-content {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 12px 35px rgba(130, 86, 255, .3);
  box-shadow: 0 12px 35px rgba(130, 86, 255, .3);
  margin-top: -150px
}
.contact-form input, .contact-form textarea {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px #cacfda;
  box-shadow: 0 0 0 1px #cacfda;
  margin-bottom: 30px;
  min-height: 50px;
  padding: 10px
}
.contact-form input:focus, .contact-form textarea:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(130, 86, 255, .9);
  box-shadow: 0 0 0 1px rgba(130, 86, 255, .9)
}
.contact-form button {
  background: transparent none repeat scroll 0 0;
  border: 2px solid;
  border-radius: 5px;
  color: #16519e;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 8px 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.contact-form button:hover {
  background: #16519e none repeat scroll 0 0;
  border-color: #16519e;
  color: #fff
}
.subscriber-form {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 18px;
  height: 70px;
  margin-bottom: 50px;
  position: relative;
  text-transform: capitalize
}
.subscriber-form input {
  background: transparent none repeat scroll 0 0;
  border: 0;
  border-radius: 5px;
  color: #000;
  height: 100%;
  left: 0;
  letter-spacing: 1px;
  padding: 10px 11% 10px 30px;
  position: absolute;
  top: 0;
  width: 80%
}
.subscriber-form button {
  background: #16519e none repeat scroll 0 0;
  border: 2px solid #16519e;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  height: 100%;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 150px
}
.subscriber-form button:hover {
  background: #fff none repeat scroll 0 0;
  color: #16519e
}
label.mt10 {
  bottom: -52px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center
}
label.mt10.valid {
  bottom: 18px;
  color: #16519e;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center
}
.contact-area .box-icon {
  border: 2px solid #16519e;
  border-radius: 50%;
  color: #16519e;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  padding-top: 14px;
  text-align: center;
  width: 60px
}
.contact-area .text-icon-box:hover .box-icon {
  background: #16519e none repeat scroll 0 0;
  border-color: #16519e;
  color: #fff
}
.footer-social-bookmark .social-bookmark li a {
  border: 1px solid;
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  margin: 0 5px;
  padding-top: 6px;
  text-align: center;
  width: 40px
}
.footer-copyright {
  padding: 30px 0
}
.scrolltotop {
  background: #404873 none repeat scroll 0 0;
  bottom: 20px;
  color: #fff;
  display: none;
  font-size: 20px;
  height: 40px;
  padding-top: 8px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 9
}
.scrolltotop:hover {
  background: #16519e;
  color: #fff
}
.home-two ul#nav li a, .home-shadow ul#nav li ul a, .home-shadow ul#nav li a, .home-gradient ul#nav li a, .home-gradient ul#nav li ul a, .home-video ul#nav li a, .home-video ul#nav li ul a, .home-fancy ul#nav li a, .home-fancy ul#nav li ul a {
  color: #fff
}
.home-two .is-sticky ul#nav li a, .home-shadow .is-sticky ul#nav li a, .home-video .is-sticky ul#nav li a, .home-fancy .is-sticky ul#nav > li > a, .home-gradient .is-sticky ul#nav li a {
  color: #4d557d
}
.home-shadow ul#nav li a:hover, .home-gradient ul#nav li a:hover, .home-video ul#nav li a:hover, .home-video ul#nav li.active a, .home-shadow ul#nav li.active a, .home-gradient ul#nav li.active a, .home-shadow ul#nav li.active ul a:hover, .home-gradient ul#nav li.active ul a:hover, .home-video ul#nav li.active ul a:hover, .home-video ul#nav li ul a:hover {
  color: #16519e
}
.home-fancy ul#nav li a:hover, .home-fancy ul#nav li.active ul a:hover, .home-fancy ul#nav li ul a:hover {
  color: #ff0844
}
.home-shadow ul#nav li.active ul li a, .home-gradient ul#nav li.active ul li a, .home-video ul#nav li.active ul li a {
  color: #fff
}
.home-video ul#nav li.active ul li a {
  color: #ff0844
}
.home-two .top-area, .home-two .welcome-text-area {
  height: auto;
  overflow: inherit
}
.home-two .welcome-area {
  padding-bottom: 50px;
  padding-top: 50px
}
.home-two .welcome-text-area .area-bg::before {
  background: rgba(0, 0, 0, 0) url("assest/img/home/home-shape-2.png") no-repeat scroll center center/cover
}
.home-two .welcome-text-area .download-button a, .home-video .welcome-text-area .download-button a, .home-gradient .welcome-text-area .download-button a {
  color: #fff
}
.home-two .welcome-mockup {
  margin-bottom: -180px;
  margin-top: inherit
}
canvas#canvas_shadow {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
#particle-canvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}
.home-particle .top-area .area-bg {
  background: rgba(0, 0, 0, 0) url("assest/img/bubble_bg.jpg") no-repeat scroll center center/cover;
  -webkit-filter: blur(5px);
  filter: blur(5px)
}
section {
  background: #fff
}
.home-video .welcome-text-area {
  position: relative
}
.home-video .welcome-text-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: .5
}
canvas#granim-canvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.welcome-text-area {
  position: relative
}
.canvas_graph {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #27253f
}
.canvas_ribbon {
  background: #29295f;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -9
}
@-webkit-keyframes infiniteStats {
  0% {
    -webkit-transform: translate3d(-1920px, 0px, 0px);
    transform: translate3d(-1920px, 0px, 0px)
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
  }
}
@keyframes infiniteStats {
  0% {
    -webkit-transform: translate3d(-1920px, 0px, 0px);
    transform: translate3d(-1920px, 0px, 0px)
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
  }
}
.canvas_graph::after {
  -webkit-animation: 120s linear 0s normal none infinite running infiniteStats;
  animation: 120s linear 0s normal none infinite running infiniteStats;
  background: transparent url(assest/img/lines.svg) repeat-x scroll 0 0;
  bottom: 0;
  content: "";
  height: 406px;
  left: -1440px;
  position: absolute;
  right: 0;
  width: calc(1920px * 3)
}
.home-fancy .welcome-text-area .area-bg::before {
  background: rgba(0, 0, 0, 0) url("assest/img/home/fancy_bg.png") no-repeat scroll center center/100% 100%
}
.home-fancy .welcome-area .download-button a {
  color: #fff
}
.home-fancy .welcome-area .download-button a.active {
  background: #fff none repeat scroll 0 0;
  border-color: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(255, 255, 255, .3);
  box-shadow: 0 15px 50px rgba(255, 255, 255, .3);
  color: #ff0844
}
.home-fancy .box-hover-1::before {
  background: #ff0844 none repeat scroll 0 0
}
.home-fancy .area-title h2 span {
  color: #ff0844
}
.home-fancy .about-content h3 {
  color: #ff0844
}
.home-fancy .read-more, .home-fancy .purchase-button {
  background: #ff0844 none repeat scroll 0 0;
  border-color: #ff0844
}
.home-fancy .read-more:hover, .home-fancy .purchase-button:hover {
  background: transparent none repeat scroll 0 0;
  color: #ff0844
}
.home-fancy .box-hover-21::after {
  border-color: transparent transparent #ff0844 #ff0844
}
.home-fancy .box-hover-21::before {
  border-color: #ff0844 #ff0844 transparent transparent
}
.home-fancy .fun-fact-area .area-bg::after {
  background: #ff0844 none repeat scroll 0 0
}
.home-fancy .price-hidding h3, .home-fancy .price-rate h3 {
  color: #ff0844
}
.home-fancy .active .accordion-toggle, .home-fancy .accordion-toggle:hover {
  color: #ff0844
}
.home-fancy .download-button a {
  color: #ff0844
}
.home-fancy .download-button a.active {
  background: #ff0844 none repeat scroll 0 0;
  border-color: #ff0844;
  -webkit-box-shadow: 0 0 20px rgba(255, 8, 68, .5);
  box-shadow: 0 0 20px rgba(255, 8, 68, .5);
  color: #fff
}
.home-fancy .subscriber-form button {
  background: #ff0844 none repeat scroll 0 0;
  border-color: #ff0844
}
.home-fancy .subscriber-form button:hover {
  background: transparent none repeat scroll 0 0;
  color: #ff0844
}
.home-fancy .blog-title a:hover, .home-fancy .readmore:hover, .home-fancy .blog-meta a:hover {
  color: #ff0844
}
.home-fancy .contact-form input:focus, .home-fancy .contact-form textarea:focus {
  -webkit-box-shadow: 0 0 3px #ff0844;
  box-shadow: 0 0 3px #ff0844
}
.home-fancy .contact-form button {
  color: #ff0844
}
.home-fancy .contact-form button:hover {
  background: #ff0844 none repeat scroll 0 0;
  border-color: #ff0844;
  color: #fff
}
.home-fancy .contact-area .box-icon {
  border-color: #ff0844;
  color: #ff0844
}
.home-fancy .contact-area .text-icon-box:hover .box-icon {
  background: #ff0844 none repeat scroll 0 0;
  border-color: #ff0844
}
.home-fancy .footer-social-bookmark .social-bookmark li a:hover {
  color: #ff0844
}
.no-bg {
  background: transparent none repeat scroll 0 0
}
.top-area.single-page {
  height: 400px
}
.page-barner-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  position: relative
}
.page-barner-area .area-bg {
  background: rgba(0, 0, 0, 0) url("assest/img/blog-bg.jpg") no-repeat scroll center center/cover
}
.single-sidebar-widgets h3 {
  margin-bottom: 30px
}
.widget_recent_entries ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}
.widget_recent_entries ul li {
  margin-bottom: 20px;
  overflow: hidden
}
.widget_recent_entries ul li:last-child {
  margin-bottom: 0
}
.widget_search form {
  background: #f5f8fa none repeat scroll 0 0;
  border: 1px solid #ddd;
  height: 50px;
  position: relative
}
.widget_search form input {
  background: transparent none repeat scroll 0 0;
  border: 0;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: calc(100% - 60px)
}
.widget_search form button {
  background: #16519e none repeat scroll 0 0;
  border: 2px solid #16519e;
  color: #fff;
  font-size: 20px;
  height: 100%;
  padding-top: 3px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 60px
}
.widget_search form button:hover {
  background: transparent none repeat scroll 0 0;
  border: 2px solid;
  color: #16519e
}
.single-sidebar-widgets ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}
.widget_categories ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0
}
.widget_categories ul li:first-child {
  padding-top: 0
}
.widget_categories ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0
}
.widget_categories ul li a {
  display: block
}
.tagcloud a {
  border: 1px solid;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px
}
.tagcloud a:hover {
  background: #16519e none repeat scroll 0 0;
  border-color: #16519e;
  color: #fff
}
blockquote {
  background: #f5f8fa none repeat scroll 0 0;
  margin: 30px 0
}
.share-and-tags ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}
.share-and-tags ul li a {
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  margin-left: 10px;
  min-width: 35px;
  padding: 5px 10px;
  text-align: center
}
.share-and-tags ul li a:hover {
  background: #16519e none repeat scroll 0 0;
  border-color: #16519e;
  color: #fff
}
.share-and-tags ul li:first-child a {
  margin-left: 0
}
.comment-area ul {
  list-style: outside none none
}
.comment-area li.comment {
  margin-bottom: 30px
}
ul.children {
  margin-top: 30px
}
.comment-area li.comment:last-child {
  margin-bottom: 0
}
.comment-author {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px;
  box-shadow: 0 0 5px;
  height: 100px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100px
}
.comments-meta {
  margin-bottom: 10px
}
.comments-meta h4 {
  margin-bottom: 0;
  font-weight: 500
}
.reply-comment {
  position: absolute;
  right: 0;
  top: 0
}
.comments-details {
  padding-left: 110px;
  position: relative
}
.comment-box form input, .comment-box form textarea, .comment-box form button {
  max-height: 130px;
  min-height: 40px;
  padding: 10px
}
.comment-box form button {
  background: #16519e none repeat scroll 0 0;
  border: 2px solid #16519e;
  border-radius: 5px;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.comment-box form button:hover {
  background: transparent none repeat scroll 0 0;
  color: #16519e
}