/* ==============================
1. Helper-Class 
2. Button-Design 
3. Mainmenu-Area 
4. Dropdown menu
5. Hero Area 
6. About Area 
7. Service-Box
8. Portfolio area
9. Feature-List
10. Pricing Table
11. FAQs-area
12. Testimonial-Box
13. Testimonial-Box-2
14. Accordion-List 
15. Team-Box 
16. Counter-Box 
17. ScrollUp Button 
18. Blog Page Design
19. Widget-Style 
20. Populer Posts Widget
21. Pagination
22. Comment-Form 
23. Map Area
24. contact-form-area 
25. Intro Css
============================== */


/* ==============================
   Helper-Class
   ============================== */

.bg-green {
    background-color: #8d4ce0 !important;
}

.bg-ppl {
    background-color: #729DFE !important;
}


/* ==============================
   Button-Design 
   ============================== */

.bttn-1 {
    display: inline-block;
    padding: 8px 24px;
    background-color: #f17272;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 11px;
    letter-spacing: 0.5px;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.bttn-big {
    display: inline-block;
    padding: 14px 32px;
    background-color: #8d4ce0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 0.5px;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.bttn-big:hover {
    background: #f17272;
    color: #ffffff;
}

.bttn-1.bttn-ppl {
    background-color: #729DFE;
}

.bttn-1.white {
    background-color: #ffffff;
    color: #f17272;
}

.bttn-1:hover, .bttn-1:focus {
    background-color: #8d4ce0;
    color: #ffffff;
}

.bttn-1.bttn-ppl:hover {
    background-color: #4d82fe;
    color: #ffffff;
}

.bttn-play-icon-text {
    color: #798AB1;
	display: inline-block;
}

.bttn-play-icon-text:hover {
    color: #798AB1;
}

.bttn-play-icon-text > i {
    color: #f172728f;
    border: 1px solid #f172728f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 9px;
    border-radius: 100%;
    padding-left: 2px;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bttn-play-icon-text:hover > i {
    color: #ffffff;
    background-color: #f17272;
}



/* ==============================
   Mainmenu-Area
   ============================== */

.mainmenu-area {
    width: 100%;
    z-index: 99;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
}

.mainmenu-area.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
}

.mainmenu-area.affix {
    position: fixed;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.05);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.05);
}

.mainmenu-area .equal-height {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.primary-menu ul.nav > li > a {
    color: #8d4ce0;
    background: none;
    padding: 10px 0;
	font-size: 13px;
	text-transform: uppercase;
    position: relative;
    font-weight: 700;
}


.primary-menu ul.nav > li.active a {
    color: #f17272;
}

.primary-menu ul.nav > li.active a:hover, .primary-menu ul.nav > li a:hover {
    color: #f17272;
}

.primary-menu ul.nav > li > a:after {
    position: absolute;
    right: 0;
    bottom: 12px;
    height: 2px;
    width: 0;
    background-color: #f17272;
    content: "";
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.primary-menu ul.nav > li.active > a:after,
.primary-menu ul.nav > li:hover > a:after {
    width: 100%;
    left: 0;
    background-color: #f17272;
    right: auto;
}

.primary-menu ul.nav > li:hover > a:after {
    background-color: #f17272;
}

/* ==============================
   DropDown-Menu
   ============================== */

.primary-menu ul.nav li {
    position: relative;
}

.primary-menu ul.nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 3px solid #8d4ce0;
    background-color: #ffffff;
    min-width: 200px;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.primary-menu ul.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.primary-menu ul.nav .sub-menu li {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.primary-menu ul.nav .sub-menu li a {
    padding: 5px;
    display: block;
    font-weight: 400;
    font-size: 15px;
    position: relative;
}

.primary-menu ul.nav .sub-menu li:first-child {
    padding-top: 10px;
}

.primary-menu ul.nav .sub-menu li:last-child {
    padding-bottom: 10px;
}

.primary-menu ul.nav li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}


.primary-menu ul.nav li i.fas {
    position: absolute;
    right: 15px;
    top: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.primary-menu ul.nav li:hover > i.fas {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}


/* ==============================
   Hero Area 
   ============================== */
.clients .item img {
	
}
.subscribe-box {
	
}
.subscribe-box form {
	overflow: hidden;
}
.subscribe-box form input {
	height: 50px;
    text-indent: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 63%;
    margin-right: 3%;
}
.subscribe-box form input:focus {
    border: 1px solid #8d4ce0;
}
.subscribe-box form button {
	color: #fff;
    background: #f17272;
    width: 33%;
    border: 0px;
    height: 50px;
    margin-right: 0px !important;
    line-height: initial;
	position: absolute;
}


/* ==============================
   About Area 
   ============================== */
.div-img-bg {
    padding-bottom: 30px;
    border: 20px solid #8d4ce0;
}
.div-img-bg .about-img img {
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-top: -60px;
    margin-left: 40px;
    height: 400px;
    object-fit: cover;
}

.about-content {
	
}
.about-content-title {
	font-weight: 300;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 20px;
	line-height: 1.4em;
    color: #8d4ce0;
}
.about-content p {
	font-size: 18px;
    color: #ccc;
    line-height: 30px;
}


@media screen and (max-width: 767px)
{
   .div-img-bg .about-img img {
		margin-left: 20px;
	}
}

@media screen and (max-width: 480px)
{
    .div-img-bg .about-img img {
		margin-left: 20px;
	}
}

/* ==============================
   Service-Box 
   ============================== */

.single-service {
    padding: 30px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #EEF0F6;
    z-index: 1;
}

.single-service.box-1 {
    background-color: #ffffff;
    position: relative;
}

.single-service.box-1 .line {
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-service.box-1:hover .line {
    width: 30px;
    height: 30px;
    opacity: 1;
}


.single-service.box-1 .line:nth-child(2) {
    right: -1px;
    top: -1px;
    border-right: 3px solid #f17272;
    border-top: 3px solid #f17272;
}


.single-service.box-1 .line:nth-child(4) {
    left: -1px;
    bottom: -1px;
    border-left: 3px solid #f17272;
    border-bottom: 3px solid #f17272;
}

.single-service:hover {
    background-color: #ffffff;
}


.single-service.two {
    background-color: #ffffff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.0);
	text-align: center;
}

.single-service.two:hover {
    background-color: #fbfbfb;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 30px 0 rgba(115, 77, 191, 0.2);
    box-shadow: 0 0 30px 0 rgba(115, 77, 191, 0.2)
}

.single-service .service-icon {
    margin-bottom: 30px;
}

.single-service .service-icon2 {
    height: 90px;
    width: 90px;
    margin: auto;
    line-height: 90px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.single-service .service-icon2.fst {
    background: #8d4ce01c;
}
.single-service .service-icon2.snd {
    background: #f172721c;
}
.single-service .service-icon2.trd {
    background: #9BDB721c;
}
.single-service .service-icon2 img {
    height: 35px;
    width: 35px;
}
.single-service .service-icon i {
    font-size: 42px;
	color: #f17272;
}

.single-service-two .title,
.single-service .title {
    font-size: 22px;
    margin-bottom: 15px;
	font-weight: 400;
    color: #333;
}
.single-service-two img {
    margin-bottom: 15px;
}

.post-slider .post-single {
    margin: 30px auto;
}

.post-slider .owl-controls .owl-nav > div {
    opacity: 0.5;
}

.post-slider .owl-controls .owl-nav > div:hover {
    opacity: 1;
}

.icon-title {
    color: #8d4ce0;
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
}

.icon-title .icon {
    float: left;
    color: #8d4ce0;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background-color: #8d4ce01c;
    border-radius: 3px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}






/* ==============================
   Portfolio area
   ============================== */

.portfolio-filter
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.port-filter-center {
	text-align:center;
}

.portfolio-filter li
{
    display: inline-block;
}
.portfolio-filter li a
{
    font-size: 13px;
    margin: 5px 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
	transition: 0s;
	text-decoration: none;
	position: relative;
	font-style: italic;
}
.portfolio-filter li a:before {
  content: "";
  position: absolute;
  width:0%;
  background: #8d4ce0;
  height:2px;
  bottom: -3px;
  transition: 0.4s;
}
.portfolio-filter li a:hover:before {
  content: "";
  position: absolute;
  width:100%;
  background: #8d4ce0;
  height:2px;
  bottom: -3px;
}
.portfolio-filter li.active a:before {
	content: "";
	position: absolute;
	width:100%;
	background: #8d4ce0;
	height:2px;
	bottom: -3px;
}
.portfolio-filter li a:hover,
.portfolio-filter li.active a,
.f-link li a:hover,
.f-link li.active a
{
    color: #8d4ce0;
}
/*----------------------------*/
.portfolio
{
    margin-top: 50px;
}
.portfolio .portfolio-item
{
    float: left;
}
.portfolio .portfolio-item .thumb
{
    position: relative;

    display: block;
}

.portfolio .portfolio-item .thumb
{
    position: relative;

    display: block;
}

.portfolio .portfolio-item .thumb img
{
    display: block;

    width: 100%;
    height: auto;

    border-radius: 4px;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    margin: 0;

    cursor: pointer;
    -webkit-transition: all .3s;
            transition: all .3s;

    opacity: 0;
    border-radius: 4px; 
	background: #8d4ce0ad;
}

.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-description,
.portfolio-item:hover .portfolio-hover .action-btn
{
    opacity: 1;
}

.portfolio-item:hover .portfolio-hover .portfolio-description
{
    top: 50%;
}

.portfolio-hover .portfolio-description
{
    position: absolute;
    top: 58%;
    left: 0;

    width: 100%;
    padding: 10%; 

    -webkit-transition: all .3s .3s;
            transition: all .3s .3s;
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);

    opacity: 0;
}

.portfolio-description,
.portfolio-description h4,
.portfolio-description h4 a,
.portfolio-hover .action-btn a
{
    text-align: center; 

    color: #fff;
}

.portfolio-description h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.portfolio-description i {
    font-size: 20px;
    background: #f172728f;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
}

.portfolio-description a,
.portfolio-title a
{
    color: #fff;
}

/*gutter*/
.portfolio.gutter .portfolio-item
{
    padding: 15px;
}

/*portfolio 2 grid*/
.portfolio.column-2 .portfolio-item
{
    width: 49.99%;
}

/*portfolio 3 grid*/
.portfolio.column-3 .portfolio-item
{
    width: 33.3333333%;
}

/*portfolio 4 grid*/
.portfolio.column-4 .portfolio-item
{
    width: 24.98%;
}

/*portfolio 5 grid*/
.portfolio.column-5 .portfolio-item
{
    width: 19.99%;
}

/*portfolio 6 grid*/
.portfolio.column-6 .portfolio-item
{
    width: 16.666666667%;
}

/* ----------------------------------------------------------------
	Isotope Filtering
-----------------------------------------------------------------*/
.isotope-item
{
    z-index: 2;
}

.isotope-hidden.isotope-item
{
    z-index: 1; 

    pointer-events: none;
}

/*Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item
{
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
}

.isotope
{
    -webkit-transition-property: height, width;
            transition-property: height, width;
}

.isotope .isotope-item
{
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property:         transform, opacity;
            transition-property:         transform, opacity, -webkit-transform;
}

/*disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition
{
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling
{
    -webkit-transition: none;
            transition: none;
}

/*--------------------------------------
    responsive styles
--------------------------------------*/
@media screen and (max-width: 1024px)
{
    /*portfolio   grid*/
    .portfolio.column-2 .portfolio-item,
    .portfolio.column-3 .portfolio-item,
    .portfolio.column-4 .portfolio-item,
    .portfolio.column-5 .portfolio-item,
    .portfolio.column-6 .portfolio-item
    {
        width: 50%;
    }
    .portfolio-box
    {
        width: 100%;
    }
}

@media screen and (max-width: 767px)
{
    .portfolio-filter li
    {
        margin-bottom: 25px;
    }
    .portfolio
    {
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 480px)
{
    /*portfolio   grid*/
    .portfolio.column-2 .portfolio-item,
    .portfolio.column-3 .portfolio-item,
    .portfolio.column-4 .portfolio-item,
    .portfolio.column-5 .portfolio-item,
    .portfolio.column-6 .portfolio-item,
    .testimonial.grid-2 li
    {
        width: 50%;
    }
}
 



 
/* ==============================
   Feature-List
   ============================== */

.single-feature-list .title {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}

.single-feature-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-feature-list ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.single-feature-list ul li:last-child {
    margin-bottom: 0;
}


.single-feature-list ul li:before {
	content: "";
    width: 20px;
    margin-right: 10px;
    height: 1px;
    display: block;
    background-color: #f17272;
    display: inline-block;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* ==============================
   Pricing Table
   ============================== */
.single-pricing {
    padding: 40px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-align: center;
}
.special-pricing .single-pricing {
    border: 1px solid #8D4CE0;
}
.special-pricing .price-type {
    background: #8D4CE0;
	color: #fff;
}
.special-pricing .price-amount {
	color: #8D4CE0;
}
.special-pricing .bttn-1 {
    background: #8D4CE0;
	color: #fff;
}
.price-type {
    background: #e6e6e6;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 50px;
    line-height: initial;
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
.price-amount {
    font-size: 36px;
    color: #F17272;
    margin-bottom: 30px;
	font-weight: 700;
}
.price-features {
    margin-bottom: 30px;
}
.price-features ul {
    list-style: none;
    padding: 0;
}
.price-features ul li {
    margin-bottom: 10px;
    line-height: 30px;
}

/*

===============================
 FAQs-area
===============================

*/
.faqs-area {
	
}
.faq-contents {
	display:block;
	height:auto;
}

.accordion {
	max-width: 800px;
	margin: 0 auto 40px;
	list-style: none;
	padding: 0;
}
.accordion li {
	position: relative;
	margin-bottom:10px;
}
.accordion li:last-child {
	border-bottom: 0px solid #ddd;
}
.accordion li p {
	display: none;
	padding: 10px 30px 30px;
	color: #333;
	font-size:16px;
	background: #fff;
}
.accordion li a i{
	font-size:18px;
	color:#fff;
	margin-right:20px;
}
.accordion a {
	width: 100%;
    display: block;
    cursor: pointer;
    line-height: 3;
    font-size: 20px;
    text-indent: 15px;
    color: #666;
    border: 1px solid #e6e6e6;
    user-select: none;
    border-radius: 3px;
    font-weight: 700;
}
.accordion a.active {
    color: #f17272;
}
.accordion a:after {
	width: 10px;
	height: 10px;
	border-right: 1px solid #f17272;
	border-bottom: 1px solid #f17272;
	position: absolute;
	right: 20px;
	content: " ";
	top: 24px;
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordion p {
	font-size: 13px;
	line-height: 2;
	padding: 10px;
}

.accordion a.active:after {
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* ==============================
   Testimonial-Box
   ============================== */

.single-testimonial {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.05);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.05);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.single-testimonial .testimonial-content {
    padding: 40px 30px 30px 30px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left 50px top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
	text-align: center;
}


.single-testimonial .testimonial-content:before {
    left: 50px;
}

.single-testimonial .testimonial-content .name {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #8d4ce0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-testimonial .testimonial-content .position {
    color: #f17272;
    font-size: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


/* ==============================
   Testimonial-Box-2 
   ============================== */
.single-testimonial.box-2 {
    margin-top: 5px;
    padding: 0 30px 30px 30px;
    position: relative;
}

.single-testimonial.box-2 .testimonial-content {
    padding: 40px 0 0 0;
    margin-bottom: 30px;
    margin-top: 0;
}

.single-testimonial.box-2 .testimonial-content:after,
.single-testimonial.box-2 .testimonial-content:before {
    top: 0;
    left: 0px;
}

.single-testimonial.box-2 .testimonial-content:before {
    left: 25px;
}

.single-testimonial.box-2 .test-thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    -webkit-box-shadow: 3px 3px 15px 0 rgba(51, 77, 136, 0.2);
    box-shadow: 3px 3px 15px 0 rgba(51, 77, 136, 0.2);
}
.test-thumb img {
	height: 100px;
    width: auto !important;
    margin: auto;
	border-radius: 50%;
}


/* ==============================
   Accordion-List 
   ============================== */

.accordion .single-accordion {
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}

.accordion .single-accordion:last-child {
    margin-bottom: 0;
}

.accordion .accordion-title {
    background-color: #F1F3F7;
    cursor: pointer;
    padding: 15px 30px 15px 20px;
    line-height: 1.6em;
    display: block;
    font-size: 20px;
    color: #4F6799;
    margin-bottom: 0;
    font-weight: 400;
}

.accordion .accordion-content {
    background-color: #F1F3F7;
    padding: 0 15px 10px 15px;
}


.accordion-title {
    cursor: pointer;
    position: relative;
}

.accordion-title:after {
    color: #f17272;
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.accordion-title.active:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.accordion-content {
    display: none;
}

.accordion-content.in {
    display: block;
}

/* ==============================
   Team-Box 
   ============================== */

.single-team {
    border-radius: 3px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 5px 0 rgba(51, 77, 136, 0.05);
    box-shadow: 0 0 5px 0 rgba(51, 77, 136, 0.05);
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 30px 0 rgba(51, 77, 136, 0.09);
    box-shadow: 0 5px 30px 0 rgba(51, 77, 136, 0.09);
}


.single-team .team-thumb {
    background-color: #D5DAE6;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.single-team .team-content {
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
}

.single-team .team-content .name {
    color: #8d4ce0;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}

.single-team .team-content .position {
    color: #f17272;
    margin-bottom: 0;
}

.single-team .team-content .social-list {
    margin-top: 10px
}

.share-menu a,
.single-team .team-content .social-list > a {
    display: inline-block;
    color: #ccc;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.share-menu a:hover,
.single-team .team-content .social-list > a:hover {
    color: #f17272;
}

/* ==============================
   Counter-Box 
   ============================== */

.single-count {
    border: 1px solid #E8EBF2;
    text-align: center;
    padding: 30px;
}


.single-count .count-icon {
    margin-bottom: 20px;
    font-size: 50px;
    color: #f17272;
}

.single-count .count {
    color: #8d4ce0;
    font-size: 35px;
    font-weight: 400;
}


/* ==============================
   ScrollUp Button 
   ============================== */

a#scrollUp {
    right: 30px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    background-color: #f17272;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    border-radius: 2px;
    font-size: 17px;
}

a#scrollUp:hover {
    background-color: #8d4ce0;
    color: #ffffff;
}

/* ==============================
   Blog Page Design
   ============================== */

.blog-area {
    margin-bottom: 120px;
    position: relative;
    z-index: 2;
}


.post-single {
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.08);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.08);
}

.posts-list .post-single.half-box {
    width: calc(50% - 15px);
}

.post-single .post-content {
    background-color: #ffffff;
    padding: 30px;
}

.post-footer {
    border-top: 1px solid #DFE3EC;
    background-color: #ffffff;
    padding: 20px 30px;
}

.post-single.half-box .post-thumb {
    max-height: 229px;
    overflow: hidden;
}


.post-thumb img {
    width: 100%;
}

.post-single.half-box .post-content {
    padding: 30px;
}


.post-single.half-box .post-title {
    font-size: 20px;
}

.post-meta {
    font-weight: 400;
    font-size: 14px;
	margin-bottom: 10px;
}

.post-meta a {
    color: #f17272;
    display: inline-block;
    margin-right: 10px;
}

.post-meta.ppl a {
    color: #f17272;
}

.post-meta a:hover {
    color: #8d4ce0;
}

.widget .post-meta a {
    margin-bottom: 0;
}

.post-title {
    font-size: 24px;
    color: #8d4ce0;
    margin-bottom: 15px;
}

.post-title.ppl a:hover {
    color: #f17272;
}

.site-header {
    background-color: #8d4ce0;
    color: #ffffff;
    padding-top: 120px;
    padding-bottom: 240px;
    margin-bottom: -120px;
    text-align: center;
    background-image: url('../images/header-blog.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.site-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #8d4ce0;
    opacity: 0.9;
}

.site-header .title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

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

.bread ul li {
    display: inline-block;
    font-size: 16px;
}

.bread a {
    color: #ffffff;
}


/* ==============================
   Widget-Style 
   ============================== */

.widget {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    margin-bottom: 30px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    color: #8d4ce0;
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
}

.widget-title:after {
    content: "";
    background-color: #f17272;
    width: 5px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
}

.comment-form #author,
.comment-form #email,
.comment-form #url,
.comment-form #comment,
.subscribe-form .form-box {
    border: 1px solid #94A1C1;
    padding: 14px 15px;
    background-color: #fbfbfb;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #6477A5;
    width: 100%;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6477A5;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #6477A5;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #6477A5;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #6477A5;
}


/* ==============================
   Populer Posts Widget
   ============================== */

.popular-post .post-title {
    font-size: 18px;
    font-weight: 400;
    color: #8d4ce0;
    line-height: 1.6em;
}

.popular-post .item {
    border-bottom: 1px solid #DFE3EC;
    padding-top: 15px;
    padding-bottom: 15px;
}

.popular-post .item:first-child {
    padding-top: 0;
}

.popular-post .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}


/* ==============================
   Pagination 
   ============================== */

.nav-links {
    margin-top: 30px;
}

.nav-links .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border: 1px solid #A9B3CD;
    color: #7788AF;
    margin-bottom: 3px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
    background-color: #f17272;
    border-color: #f17272;
    color: #ffffff;
}


/* ==============================
   Comment-Form 
   ============================== */

.comment-list-area,
.comment-respond {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    border-radius: 3px;
}

.comment-respond .comment-reply-title {
    margin-bottom: 30px;
}

.comment-form label {
    font-weight: 400;
    font-size: 14px;
}

.comment-form .comment-form-author {
    width: calc(50% - 15px);
    float: left;
}

.comment-form .comment-form-email {
    width: calc(50% - 15px);
    float: right;
}

/* ==============================
   Comment-Form 
   ============================== */

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .children {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment-list .comment {
    margin: 0;
    padding: 0;
}

.comment-list .comment .comment-body {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
    position: relative;
    border-bottom: 1px solid #DFE3EC;
}

.comment-list > .comment:last-child .comment-body {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.comment-list .comment .comment-body .comment-author img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 15px 0 rgba(112, 112, 112, 0.3);
    box-shadow: 0 8px 15px 0 rgba(112, 112, 112, 0.3)
}

.comment-list .comment .comment-body .comment-author {
    line-height: 1em;
}

.comment-list .comment .comment-body .comment-author .fn {
    color: #8d4ce0;
    font-weight: 700;
    font-size: 17px;
}

.comment-list .comment .comment-body .comment-metadata,
.comment-list .comment .comment-body .comment-author .says {
    font-size: 12px;
    color: #6679A5;
    font-weight: 700;
}

.comment-list .comment .comment-body .comment-metadata {
    margin-bottom: 10px;
    color: #f17272;
}

.comment-list .comment .comment-body .comment-metadata a {
    color: #f17272;
}

.comment-list .comment .comment-body .comment-reply-link {
    position: absolute;
    color: #f17272;
    right: 0;
    top: 0;
    font-weight: 700;
    font-size: 12px;
}

.comment-list .comment .comment-body .comment-reply-link:before {
    content: "\f064";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    -webkit-transform: rotateY(190deg);
    transform: rotateY(190deg);
    margin-right: 5px;
}

.comment-list .comment .comment-body .comment-reply-link:hover {
    7 color: #8d4ce0;
}



/*
===============================
 Map Area
===============================
*/
.map-area {
	height:500px;
	width:100%;
}

/*
===============================
 contact-form-area
===============================
*/
.contact-form-area {
	
}
.contact-form input, .contact-form textarea {
	width:100%;
	border:1px solid #ddd;
	text-indent:10px;
	border-radius: 3px;
}
.contact-form input:focus, .contact-form textarea:focus {
	border:1px solid #8d4ce0;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
	color:#333;
}
.contact-form input {
	height:50px;
}
.contact-form input:first-child {
	
}
.contact-form textarea {
	padding-top:10px;
	resize: vertical;
	height:125px;
}
.contact-form button {
	width:100%;
	background:#8d4ce0;
	border:0px;
	color:#fff;
	height:55px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:2px;
	border-radius: 3px;
}
.contact-form button:hover {
	background:#f17272;
}
button.close {
    width: auto;
    height: auto;
    color: black;
    font-size: 20px;
    background: none;
}
.floating-label-form-group.input-controls.control-group {
	margin-bottom:15px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #ca2b28;
    font-size: 12px;
	margin-left:10px;
}


/*
===============================
 Intro Css
===============================
*/
.single-intro {
	margin: 30px;
	margin-bottom:30px;
	box-shadow: 0 0 30px 0 rgba(115, 77, 191, 0.2);
	transition: .2s;
}
.single-intro:hover {
	opacity: .7;
}
.single-intro-des {
    background: #fff;
    padding: 15px 0;
}
.single-intro-des h3 {
	text-align: center;
    font-weight: 400;
    color: #8d4ce0;
    font-size: 22px;
    margin: 0;
	text-shadow: 1px 1px #ccc;
}

.single-intro-feature {
    padding: 30px;
    background: #f7f7f7;
    border-radius: 4px;
	margin-bottom: 30px;
	height:200px;
	transition: .3s;
}
.single-intro-feature img {
    width: 45px;
    margin-bottom: 15px;
}
.single-intro-feature:hover {
    box-shadow: 0 0 30px 0 rgba(115, 77, 191, 0.2);
}







