/*==================================================
Blazing Photography Template
Version: 1
=========== Table of contents ===========

				01. general styles
				02. page header
				03. page banner slider 
				04. Services
				05. Portfolio
				06. blog list home
				07. contact
				08. Clients logos
				09. awards
				10. services list images
				11. Counter
				12. pricing
				13. blog
				14. Blog sidebar
				15. instagram
				17. social
				18. Footer
				
================================================*/

/*general styles*/

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
::-moz-selection {
	background-color: transparent;
	color: #9c76b1;
}
::selection {
	background-color: transparent;
	color: #9c76b1;
}
::-webkit-scrollbar {
	width: 6px;
}
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #444;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-top: 66px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: 900;
  color: #333;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
  color: #9c76b1;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: #333;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
  color: #9c76b1;
}

h1 {
  font-size: 30px;
}

a {
  color: inherit;
  text-decoration: none;
  color: #9c76b1;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #333;
}

a,
.btn {
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

blockquote {
  border-left: 3px solid #9c76b1;
  font-family: 'Arima Madurai', cursive;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
}
p,
ul,
ol{
margin-bottom:20px;
}

.btn{
border-radius:0px;
color:#fff;
}

.btn-primary {
  background: transparent;
  border: 2px solid #9c76b1;
  color: #9c76b1;
  padding: 12px 25px;
  border-radius: 0px;
  font-weight: 900;
  text-transform: uppercase;
}

.btn-primary:hover {
  border: 2px solid #9c76b1;
  background: #9c76b1;
}

.btn-trans {
  background: rgba(115, 80, 160, 0.5);
  color: #fff;
  border-radius: 0px;
  padding: 12px 25px;
  font-family: inherit;
  font-weight: 900;
  border: 2px solid #fff;
}

.btn-trans:hover {
  background: rgba(115, 80, 160, 1);
  border-color: rgba(115, 80, 160, 1);
}

.no-padding {
  padding: 0!important;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}
.pt-30 {
  padding-top: 30px;
}

.pt-no {
  padding-top: 0px!important;
}
.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 0px 15px;
}

.intro {
  font-family: 'Arima Madurai', cursive;
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
}

.section-title h1 {
  margin-bottom: 10px;
}

/*preloader*/

.preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}

.preloader .animation.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  height: 36px;
  width: 36px;
  border-color: #ededed #ededed #323c47 #323c47;
  border-style: solid;
  border-width: 2px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-animation: circle-animation 0.6s infinite linear;
  animation: circle-animation 0.6s infinite linear;
  background: transparent;
}

@keyframes circle-animation { 
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*header*/

.navbar-custom {
  padding: 0px 0px;
  background: #fff;
  border: none;
  margin: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
}

.navbar-custom .navbar-nav {
  margin-top: 8px;
}

.navbar-brand {
  margin: 0px;
  padding: 15px 15px;
  height: auto;
}

.navbar-nav > li {
  font-weight: 300;
  text-transform: uppercase;
}

.navbar-nav > li > a {
  color: #858585;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active a,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #9c76b1;
  background-color: transparent;
}

.navbar-toggle {
  font-size: 17px;
  color: #666;
  margin: 0px 0px 0px 0px;
}

.navbar-toggle i {
  line-height: 36px;
}

.navbar-nav .dropdown-menu {
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
  border: none;
  background: #fff;
  min-width: 180px;
}

.navbar-nav .dropdown-menu > li {
  border-bottom: 1px solid #f1f1f1;
}

.navbar-nav .dropdown-menu > li:last-child {
  border-bottom: none;
}

.navbar-nav .dropdown-menu > li > a {
  display: block;
  padding: 12px 20px;
  clear: both;
  font-weight: 300;
  line-height: 1.42857143;
  color: #666;
  white-space: nowrap;
  text-transform: capitalize;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
  color: #9c76b1;
  text-decoration: none;
  background-color: transparent;
}

.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:hover,
.navbar-nav .dropdown-menu > .active > a:focus {
  color: #9c76b1;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

@media (max-width: 991px) {
  .navbar-custom li a {
    border-top: 1px solid #f1f1f1;
  }

  .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #f1f1f1;
  }

  .navbar-nav .dropdown-menu > li {
    border-bottom: none;
  }

  navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 12px 15px 12px 25px;
  }
}

/*page-banner*/

.page-banner {
  position: relative;
  height: 60vh;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.fullscreen {
  height: 100vh;
}

.title-caption h1 {
margin-bottom:0px;
}

.js-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.max-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.text-up {
  text-transform: uppercase;
}

.text-cap {
  text-transform: capitalize;
}

.text-white {
  color: #ffffff!important;
}
.hero-caption {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.page-banner h1 {
  font-weight: 900;
  font-size: 50px;
}

.lead {
  font-family: 'Arima Madurai', cursive;
  font-weight: 300;
  font-style: italic;
}

/*home slider*/
.slide-item {
  position: relative;
}

.slide-caption,
.title-caption {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
} {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.home-slider {
  position: relative;
}

.home-slider .owl-nav {
  margin: 0px;
  padding: 0px;
}

.home-slider .owl-nav .owl-next,
.home-slider .owl-nav .owl-prev {
  position: absolute;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  padding: 0px;
  margin: 0px;
  background: transparent;
  color: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.home-slider .owl-nav .owl-next:hover,
.home-slider .owl-nav .owl-prev:hover {
  background: #9c76b1;
  color: #fff;
}

.home-slider .owl-nav .owl-next {
  right: 15px;
}

.home-slider .owl-nav .owl-prev {
  left: 15px;
}

/*services-list*/
.section-services .service-icon-list {
  transition: all 0.6s ease 0s;
  position: relative;
  border: 1px solid #f1f1f1;
  padding: 20px 20px 0px 20px;
  margin-bottom: 30px;
}
.section-services .service-icon-list:hover {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
}
.section-services h3 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.img-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

/*portfolio*/
.section_portfolio {
  background: #f7f7f7;
}
.portfolio-filter {
  margin-bottom: 25px;
}

.portfolio-filter li {
  padding: 0px;
  margin: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.portfolio-filter li a {
  position: relative;
  padding-bottom: 5px;
  color:#333;
}

.portfolio-filter li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #9c76b1;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio-filter li a:hover:before,
.portfolio-filter li.current a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.portfolio-filter li a:hover,
.portfolio-filter li.current a {
  color: #9c76b1;
}

.portfolio-items > div {
  padding: 0;
}

.portfolio-item {
  background-size: cover;
  background-position: 50%;
}

.portfolio-item {
  margin-bottom: 0px;
}

.portfolio-item .a-img {
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
}

.portfolio-items .portfolio-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.portfolio-item.height-2x:after {
  padding-bottom: 200%;
}

.portfolio-item.width-2x:after {
  padding-bottom: 50%;
}

.portfolio-item a {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  background: rgba(0,0,0,0.6);
  transition: all 0.6s ease 0s;
  opacity: 0;
  text-align: center;
}

.portfolio-item a i {
  font-size: 20px;
  color: #fff;
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
  line-height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.6s ease 0s;
  opacity: 0;
  top: 0;
}

.portfolio-item:hover a {
  opacity: 1;
}

.portfolio-item:hover a i {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

/*home-blog*/

.section-blog {
  padding-bottom: 50px;
}

.post-entry {
  margin-bottom: 30px;
}

.post-thumbnail {
  margin-bottom: 25px;
  position: relative;
}

.post-thumbnail a {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0,0,0,0.6);
  transition: all 0.6s ease 0s;
  opacity: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

.post-thumbnail:hover a {
  opacity: 1;
}

.post-thumbnail a i {
  font-size: 30px;
  color: #fff;
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.6s ease 0s;
  opacity: 0;
  top: 0;
}

.post-thumbnail:hover a i {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.post-entry h1 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}

ul.entry-meta {
  padding: 0px;
  margin: 0 0 10px 0px;
  list-style: none;
}

ul.entry-meta li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #999;
  font-style: italic;
  font-family: 'Arima Madurai', cursive;
  font-weight: 300;
}

ul.entry-meta li:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}

ul.entry-meta li i {
  font-size: 13px;
  margin-right: 10px;
  color: #9c76b1;
}

ul.entry-meta li a {
  color: #999;
}

.read-more {
  font-style: italic;
  font-size: 17px;
  font-family: 'Arima Madurai', cursive;
  font-weight: 400;
  color: #9c76b1;
}

/*Testimonial crousel*/

#testimonial-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border: 2px solid #7350a0;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

#testimonial-carousel .owl-dots .owl-dot.active span,
#testimonial-carousel .owl-dots .owl-dot:hover span {
  background: #7350a0;
}

.testimonial-item {
  padding-bottom: 30px;
}

.testimonial-item p {
  font-style: italic;
  font-size: 17px;
  font-family: 'Arima Madurai', cursive;
  font-weight: 300;
}

.testimonial-item .client-img {
  margin-bottom: 40px;
}

/*contact section*/

.section-contact {
  background: #f5f5f5;
}
.contact-detail {
  position: relative;
  padding-left: 64px;
}
.contact-detail i {
  width: 45px;
  height: 45px;
  position: absolute;
  text-align: center;
  line-height: 45px;
  border: 2px solid #9c76b1;
  color: #9c76b1;
  font-size: 22px;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}

.form-control {
  box-shadow: none;
  border-radius: 0px;
  padding: 12px 12px;
  font-family: 'Arima Madurai', cursive;
  font-weight: 300;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
form label.error {
  font-weight: 300;
  font-size: 10px;
  color: #FF0000;
  position: absolute;
  right: 20px;
  top: 10px;
}

.form-control:focus {
  border-color: #9c76b1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(156, 118, 177, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(156, 118, 177, .6);
}

.form-control.error {
  border-color: #e21c34;
}

/*instagram section*/
.insta-box, .insta-box .insta-img {
  position: relative;
}

.insta-box .insta-img::after {
  background-color: rgba(34, 34, 34, 0.85);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s ease 0s;
}

.insta-box .insta-icon a {
  color: #fff;
  font-size: 60px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: translate(0%, -50%);
  transition: all 1s ease 0s;
}

.insta-box:hover .insta-img::after {
  opacity: 1;
}

.insta-box:hover .insta-icon a {
  opacity: 1;
  top: 50%;
}

/*section-awards */

.section-awards {
  background: #f7f7f7;
}

.section-awards h3 {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  margin-top:15px;
  margin-bottom: 10px;
}

.section-awards p {
  font-family: 'Arima Madurai', cursive;
  font-weight: 400;
  color: #999999;
  font-style: italic;
}

/*service-list services page*/

.service-list {
  margin-bottom: 30px;
}

.service-list h4 {
  font-weight: 500;
  text-transform: uppercase;
}

.service-list-thumbnail {
  overflow: hidden;
  position: relative;
}

.service-list-thumbnail:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.service-list-inner {
  background: #f7f7f7;
  padding: 30px 30px 10px 30px;
}

.service-list img {
  transition: all 0.8s ease 0s;
}

.service-list:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}

.service-list:hover .service-list-thumbnail:after {
  opacity: 1;
}

/*section-counter*/

.section-counter {
  padding: 170px 0px;
  color: #fff;
}

.counter-box {
  position: relative;
  margin-bottom: 30px;
}

.counter-box::after {
  background-color: #fff;
  top: 50%;
  margin-top: -45px;
  content: "";
  display: inline-block;
  height: 90px;
  position: absolute;
  right: 0;
  width: 1px;
}

.last-counter-box::after {
  display: none;
}

.counter-box h3 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 0px;
  letter-spacing: 2.5px;
}

.counter-box h3 span {
  color: #fff;
}

.counter-box i {
  font-size: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.counter-box p {
  margin-bottom: 0px;
  font-size: 16px;
  font-family: 'Arima Madurai', cursive;
  font-style: italic;
  font-weight: 400;
}

/*pricing box*/

.pricing-box {
  background: #f8f8f8;
  position: relative;
  text-align: center;
  padding: 9px;
  transition: all 0.6s ease 0s;
  margin-bottom: 30px;
}

.pricing-box-inner {
  border: 1px solid #f1f1f1;
}

.pricing-box div,
.pricing-box ul {
  z-index: 10;
}

.pricing-box:hover {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
}

.pricing-box h3 {
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  margin: 0px;
  text-transform: uppercase;
  padding: 15px;
  font-weight: 900;
  font-size: 18px;
}

.pricing-box .price {
  padding: 20px 15px;
  color: #9c76b1;
  font-weight: 900;
  font-size: 40px;
}

.pricing-box .price .currency {
  font-size: 21px;
  color: #444;
  font-weight: 300;
}

.pricing-box ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.pricing-box ul li {
  border-top: 1px solid #f1f1f1;
  padding: 12px 0px;
  display: block;
  background: #fff;
}

.pricing-button-box {
  padding: 20px 10px;
  border-top: 1px solid #f1f1f1;
}

@media (min-width: 992px) {
  .standout {
    margin: -15px -30px;
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
    z-index: 1000;
  }

  .standout .price {
    padding: 30px 15px;
  }
}

/*blog*/ 

.main-section {
  background: #f7f7f7;
}

.post-loop {
  background: #fff;
  margin-bottom: 30px;
}

.post-loop-info {
  padding: 0px 30px 10px 30px;
}

.post-loop .post-thumbnail {
  margin-bottom: 25px;
  display: block;
}

.post-loop h1 {
  font-size: 18px;
  line-height: 23px;
  margin-top: 0px;
  font-weight: 500;
  margin-bottom: 10px;
}

.post-footer {
  padding: 15px 30px 15px 30px;
  border-top: 1px solid #f1f1f1;
}

.social-share-buttons {
  float: right;
  padding: 0px;
  margin: 0px;
}

.social-share-buttons li {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin-left: 6px;
}

.social-share-buttons li a {
  border: 2px solid #999;
  color: #999;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
}

.social-share-buttons li a:hover {
  border-color: #9c76b1;
  color: #9c76b1;
}

.pagination {
  display: block;
  margin: 40px 0px;
}

.pagination ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.pagination ul li {
  float: left;
  margin-right: 1px;
}

.pagination a, .pagination span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #464646;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.pagination a:hover,
.pagination .current {
  background: #9c76b1;
}

.padd-white-box {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

h1.single-post-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.single-post-thumbnail {
  margin: -30px -30px 30px -30px;
}

.post-entry-related {
  background: #fff;
}

.post-entry-related-contents {
  padding: 15px;
  text-align: center;
}

.post-entry-related-contents h1 {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.related-post-box {
  margin-bottom: 20px;
}

#comments h4 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 25px;
}

#comments ul.comment-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#comments ul.children {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 30px;
}

#comments .comment-body {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#comments .comment-context {
  margin-left: 70px;
  padding-left: 20px;
}

#comments .comment-avatar {
  float: left;
}

#comments .comment-author {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#comments .comment-date {
  font-size: 12px;
}

#comments .comment-date::before {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
}

#comments .reply {
  color: #333333;
  margin-top: 20px;
  text-align: right;
}

#comments .reply span {
  background-color: #f6f6f6;
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  padding: 5px 16px;
  text-transform: uppercase;
}

#comments .reply span:first-child {
  margin-left: 0;
}
/*sidebar*/
.sidebar-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.sidebar-box h1,
.sidebar-box h2,
.sidebar-box h3,
.sidebar-box h4,
.sidebar-box h5,
.sidebar-box h6 {
  font-weight: 400;
}

h3.widget-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

h3.widget-title::after {
  background-color: #444444;
  content: "";
  display: block;
  height: 1px;
  width: 80px;
}

h3.widget-title::after {
  margin-top: 12px;
}

.tag-link {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #f1f1f1;
  color: #999;
  background: #fff;
  margin-bottom: 5px;
  font-size: 13px;
  font-family: 'Arima Madurai', cursive;
  font-style: italic;
}

.tag-link:hover {
  color: #9c76b1;
  border-color: #9c76b1;
}

.sidebar-box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.sidebar-box ul li {
  margin-bottom: 10px;
}

.sidebar-box ul.widget-categories li:last-child {
  margin-bottom: 0;
}

.widget-area ul.widget-categories li a {
  text-transform: capitalize;
  transition: all 1s ease 0s;
}

.sidebar-box ul.widget-categories li a::before {
  content: "\f030";
  font-family: 'FontAwesome';
  padding-right: 10px;
}

.sidebar-box ul.widget-categories li a:hover {
  margin-left: 10px;
}
.sidebar-box ul li a{
	color:#333;
}
.sidebar-box ul li a:hover{
	color:#9c76b1;
}

/*footer*/

.footer {
  padding: 50px 0px;
  background: #3d3a44;
}

p.copyright {
  color: #767083;
  margin-bottom: 0px;
}

/*social icons*/
.social-icons a {
  display: inline-block;
  border: 2px solid #999;
  color: #999;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  font-size: 15px;
  margin: 0px 5px;
}

.social-icons a:hover {
  color: #9c76b1;
  border-color: #9c76b1;
}

.footer-social-icons a {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  font-size: 15px;
  margin: 0px 5px;
}

.footer-social-icons a:hover {
  color: #9c76b1;
  border-color: #9c76b1;
}