html,
body {
    height: 100%;
    font-family: 'Raleway', sans-serif;
    ;
}

a:focus {
    outline: 0px solid
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin: 0 0 15px;
    font-size: 17px;
    line-height: 31px;
    color: #414142;
}

h1,
h2,
h4,
h5,
h6 {
    margin: 0 0 50px;
	font-weight: 400;
}



a {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #6b6fff;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

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

.white {
	color: #ffffff;
	text-transform: uppercase;
}

.container {
    max-width: 1200px;
}

.margin-btm {
    margin-bottom: 30px
}

/*============== #1.1 Section heading =================*/

.section-title h4 {
    font-size: 18px;
    text-transform: uppercase
}

.section-title h2 {
    font-weight: 500;
    font-size: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    padding-bottom: 20px
}

/*=============== #1.2 Section button ============*/

.section-button {
    margin-top: 40px
}

.section-button a {
    background-color: #ffe8f0;
    text-decoration: none;
    color: #414141;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 300;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 0 5px 16px #bababa;
    box-shadow: 0 5px 16px #bababa;
    border: 1px solid transparent
}

.section-button a:hover {
    border: 1px solid #888;
    color: #fff;
    background-color: #888;
    -webkit-box-shadow: 0 5px 16px #ffe8f0;
    box-shadow: 0 5px 16px #888;
}

/*============== #1.3 Scroll up ================*/

#scrollUp {
    background: #ffe8f0;
    bottom: 15px;
    color: #888;
    height: 50px;
    line-height: 50px;
    right: 15px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 50px;
}

.margin-boottom20 {
    margin-bottom: 20px
}

.margin-boottom30 {
    margin-bottom: 30px
}




/*==============  #1.5. Header Menu > .main-navigation ===================*/

.main-navigation {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 11;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}


/*================= #1.6 Header logo > .logo-area ===================*/

.logo-area a img {
    margin-top: 16px;
    display: inline-block;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}


/*=========== #1.7 All menu style area =================*/

/*==============  mainmenu > .menuabr =================*/

.main-menu ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative
}

.main-menu ul li a {
    color: #53b848;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    padding: 32px 0;
    line-height: 1;
    position: relative;
    font-weight: 500;
}

.main-menu ul li a.current:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #53b848;
    top: 70%;
    left: 0;

}

.main-menu ul li a:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #53b848;
    top: 70%;
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.main-menu ul li a:hover:before {
    width: 100%
}

.f-right {
    float: right;
}

.mean-container .mean-nav {
    margin-top: 10px;
}

.main-menu ul li ul.dropdown {
    position: absolute;
    right: 0;
    top: 130%;
    width: 220px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 10px 0 15px 10px
}

.main-menu ul li i {
    margin-left: 5px
}

.main-menu ul li:hover ul.dropdown {
    top: 104%;
    opacity: 1;
    visibility: visible
}

.main-menu ul li:hover ul.dropdown li a:before {
    width: 0;
}

ul.dropdown li a:hover {
    color: #cccccc
}

.main-menu ul li ul.dropdown li {
    display: block;
    margin-left: 15px
}

.main-menu ul li ul.dropdown li a {
    padding: 10px 0px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#mobile-menu {
    display: block;
}



/*===========  stickymenu > .sticky ================*/

.main-navigation.sticky {
    background-color: #FFF;
    position: fixed;
	padding-bottom: 20px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.sticky .menubar nav ul li {
    padding: 20px 15px;
}

/*============= #1.8. Header Image > .header-image-area ==================*/

.header-image-area {
    background-image: url("./img/riobackground.jpg");
    height: 100vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}

.header-image-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 152, 0.2)), color-stop(rgba(50, 42, 85, 0.2)), to(rgba(51, 27, 51, 0.2)));
	background-image: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.5), rgba(83, 184, 72, 0.2));
    background-image: -o-linear-gradient(top, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.5), rgba(83, 184, 72, 0.2));
    background-image: linear-gradient(to bottom, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.5), rgba(83, 184, 72, 0.2))
  
}

.header-image-area-1 {
    background-image: url("./img/about1.jpg");
    height: 100vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}

.header-image-area-1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 152, 0.2)), color-stop(rgba(50, 42, 85, 0.2)), to(rgba(51, 27, 51, 0.2)));
	background-image: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.5), rgba(83, 184, 72, 0.2));
    background-image: -o-linear-gradient(top, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.5), rgba(83, 184, 72, 0.2));
    background-image: linear-gradient(to bottom, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.5), rgba(83, 184, 72, 0.2))
  
}

/*================ header image content > .intro-text ===================*/

.intro-text {
    position: absolute;
    left: 0%;
    top: 37%;
    margin: auto;
    right: 0;
    text-align: center
}

.intro-text h1 {
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 100;
    letter-spacing: 1px
}

@keyframes textcolor {
    0% {
        background-position: left 0px top 10px
    }

    40% {
        background-position: left 800px top 10px
    }
}

.intro-text h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #e5e5e5;
    font-weight: 400;
    line-height: 28px
}

.learnmore {
    margin-top: 25px
}

.learnmore a {
    background-color: #ffe8f0;
    text-decoration: none;
    color: #414141;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 25px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 300;
}

.learnmore a:hover {
    background-color: #888;
    color: #ffffff;
}


/*================== #1.9 About Us Section ========================*/

.about-us-area {
    padding: 0 0 90px 0;
}


.about-img {
    -webkit-box-shadow: 0 0 15px #53d848;
    box-shadow: 0 0 15px #53d848;
    position: relative;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px
}

.about-img img {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.about-img img:hover {
    width: 100%;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #54d848;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #54d848;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

/*================= #1.10 Service Section =====================*/

.services-area {
    padding: 90px 0;
    background-color: #f9f9ff
}

.services-content {
    text-align: left;
}

.single-services {
    -webkit-box-shadow: 0 0 15px rgba(218, 219, 255, 0.4);
    box-shadow: 0 0 15px rgba(218, 219, 255, 0.4);
    text-align: center;
    padding: 50px 0 0 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff
}

.single-services:hover {
    background-color: #ffe8f0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
    box-shadow: 0px 15px 15px 0px #edeaea;
}

.single-services img {
    margin-bottom: 30px
}

.single-services h3 {
    padding-bottom: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #555454;
    font-weight: 700
}

/*================ #1.11 Project Section =======================*/

.projects-area {
    padding: 90px 0;
}

.projects-content {
    text-align: left;
}

.project-heading h3 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #414142;
    font-size: 24px
}

.project-heading h3::before {
    position: absolute;
    content: "";
    width: 65%;
    height: 4px;
    background-color: #353899;
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -10px;
}

.pa-margintop {
    padding-top: 40px;
    margin-bottom: 30px
}

.single-project {
    position: relative;
    overflow: hidden;
}

.single-project img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.single-project:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-text {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(107, 111, 255, 0.2);
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 44%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.single-project:hover .portfolio-text {
    background-color: rgba(107, 111, 255, 0.5);
}

.portfolio-text h5 {
    color: #fff;
    margin: 0;
    font-size: 25px;
    margin-left: -1200px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    text-transform: capitalize;
    font-weight: 700
}

.portfolio-text a {
    background-color: #fff;
    text-decoration: none;
    color: #6B6FFF;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-left: -700px
}

.portfolio-text a:hover {
    background-color: #6B6FFF;
    color: #fff;
}

.single-project:hover .portfolio-text a {
    margin-left: 0
}

.single-project:hover .portfolio-text h5 {
    margin-left: 0
}



/*================== #1.12 Our Feature Section ======================*/

.our-features {
    padding: 90px 0;
    background-color: #F9F9FF
}

.features-heading {
    text-align: center;
    display: inline-block;
    margin: auto
}

.features-heading h2 {
    font-weight: 500;
    font-size: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
}

.features-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #414142;
    font-size: 18px;
    margin-bottom: 80px
}

.features-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #686ab3;
    left: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-features {
    -webkit-box-shadow: -6px 10px 40px rgba(234, 229, 244, 0.7);
    box-shadow: -6px 10px 40px rgba(234, 229, 244, 0.7);
    text-align: center;
    padding: 40px 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.single-features:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 0;
    height: 3px;
    background: #db9fc7;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.single-features:after {
    content: '';
    position: absolute;
    right: -100%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #db9fc7;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.single-features:hover:before {
    left: 0;
    width: 100%;
}

.single-features:hover:after {
    right: 0;
    width: 100%;
}

.single-features img {
    margin-bottom: 30px
}

.single-features h3 {
    color: #414142;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.single-features p {
    font-size: 15.5px;
    line-height: 27px
}

/*=============== #1.13 Counter Section ===================*/

.counter-up-area {
    background-image: url(./img/pinkkey.jpg);
    background-attachment: fixed;
    background-position: center;
    padding: 90px 0;
}

.single-count-area {
    color: #414141;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.single-count-area span {
    font-size: 36px
}

.single-count-area p {
    font-size: 22px;
    margin-top: 10px;
    color: #414141;
}

/*================ #1.14 Our Team Section ====================*/
.our-team-area {
    padding: 90px 0;
    background-color: #F9F9FF
}

.team-heading {
    text-align: center;
    display: inline-block;
    margin: auto
}

.team-heading h2 {
    font-weight: 500;
    font-size: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
}

.team-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #414142;
    font-size: 18px;
    margin-bottom: 80px
}

.team-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #ffe8f0;
    left: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.our-team {
    overflow: hidden;
    position: relative;
    border: 2px solid #EEEEFE;
}

.our-team:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 232, 240, 0.7);
    position: absolute;
    top: -100%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.our-team:hover:after {
    top: 0;
    opacity: 1;
}

.our-team img {
    width: 100%;
    height: auto;
}

.our-team .social {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.our-team:hover .social {
    top: 38%;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 20px;
    color: #db9fc7;
    margin: 0 2px;
}

.our-team .team-content {
    width: 100%;
    padding: 20px 25px;
    background: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.our-team:hover .team-content {
    background: #ffe8f0;
}

.our-team .team-content:before {
    content: "";
    width: 100%;
    border-right: 420px solid #fff;
    border-top: 60px solid transparent;
    position: absolute;
    top: -59px;
    left: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.our-team:hover .team-content:before {
    border-right-color: #ffe8f0;
}

.our-team .title {
    font-size: 20px;
    color: #888;
    margin: 0;
    text-align: right;
    font-weight: 700;
    margin-top: -15px;
}

.our-team .post {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    margin-top: 3px;
    text-align: right;
    font-weight: 700
}

.our-team:hover .title {
    color: #888 !important
}

.our-team:hover .post {
    color: #888 !important
}

/*================ #1.15 Client Section ====================*/

.client-testimonial {
    padding: 90px 0;
}

.testimonial-heading {
    text-align: center;
    display: inline-block;
    margin: auto
}

.testimonial-heading h2 {
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #686ab3;
}

.testimonial-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #414142;
    font-size: 18px;
    margin-bottom: 80px
}

.testimonial-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #686ab3;
    left: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-testimonial {
    -webkit-box-shadow: 0 0 15px #ededed;
    box-shadow: 0 0 15px #ededed;
    text-align: center;
    padding: 30px;
    margin: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.single-testimonial:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
    box-shadow: 0px 15px 15px 0px #edeaea;
}

.single-testimonial:hover .client-img img {
    border: 3px solid #6B6FFF
}

.client-img img {
    width: 130px !important;
    margin: auto;
    margin-top: 5px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.testimonial-content h5 {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px
}

.testimonial-content h6 {
    font-size: 16px;
    margin-top: -5px
}

.testimonial-content p {
    font-size: 15.5px;
    line-height: 26px;
    margin-bottom: 0;
    color: #414142;
}

/*============= #1.16 Blog Section ==============*/

.latest-blog-area {
    padding: 90px 0;
    background-color: #ffffff;
}

.blog-heading {
    text-align: center;
    display: inline-block;
    margin: auto
}

.blog-heading h2 {
    font-weight: 500;
    font-size: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #D834A6;
}

.blog-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-bottom: 80px
}

.blog-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #fff;
    left: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-blog {
    background-color: #fff;
    overflow: hidden;
}

.single-blog .blog-image img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-image {
    position: relative;
    overflow: hidden
}

.blog-image img {
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    width: 100%
}

.blog-tag {
    position: absolute;
    top: 15px;
    right: 0;
}

.blog-tag span {
    background-color: #db9fc7;
    padding: 8px 18px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    display: block;
    text-align: center
}

.blog-content {
    padding: 20px 20px 25px 20px
}

.blog-content-heading {
    display: inline-block;
    width: 70%
}

.blog-date {
    display: inline-block;

}

.blog-content-heading h3,
.blog-content-heading h3 > a {
    font-size: 18px;
    color: #414142;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-date span {
    font-size: 14px;
    color: #686868;
    text-transform: capitalize;
    text-align: right;
    display: block
}

.blog-content p {
    font-size: 15.5px;
    line-height: 26px;
    margin-bottom: 0;
}

.blog-readmore-btn {
    text-transform: capitalize;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #db9fc7;
    position: relative;
    margin-top: 10px
}

.blog-readmore-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #db9fc7;
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -5px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.blog-readmore-btn:hover:before {
    width: 50px;
    opacity: 1;
    visibility: visible;
	color: #db9fc7;

}

.latest-podcast-area {
    padding: 90px 0;
    background-color: #53b848;
}

.podcast-heading {
    text-align: center;
    display: inline-block;
    margin: auto
}

.podcast-heading h2 {
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 1px;
	margin-bottom:  30px;
    text-transform: uppercase;
    color: #fff;
}

.podcast-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-bottom: 80px
}

.podcast-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #fff;
    left: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-podcast {
    background-color: #fff;
    overflow: hidden;
}

.single-podcast .podcast-image img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.podcastimage {
    position: relative;
    overflow: hidden
}

.podcast-image img {
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    width: 100%
}

.podcast-tag {
    position: absolute;
    top: 15px;
    right: 0;
}

.podcast-tag span {
    background-color: #db9fc7;
    padding: 8px 18px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    display: block;
    text-align: center
}

.podcast-content {
    padding: 20px 20px 25px 20px
}

.podcast-content-heading {
    display: inline-block;
    width: 70%
}

.podcast-date {
    display: inline-block;
    width: 28%
}

.podcast-content-heading h4,
.podcast-content-heading h4 > a {
    font-size: 18px;
    color: #414142;
    text-transform: uppercase;
    font-weight: 700;
}

.podcast-date span {
    font-size: 14px;
    color: #686868;
    text-transform: capitalize;
    text-align: right;
    display: block
}

.podcast-content p {
    font-size: 15.5px;
    line-height: 26px;
    margin-bottom: 0;
}

.podcast-readmore-btn {
    text-transform: capitalize;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #db9fc7;
    position: relative;
    margin-top: 10px
}

.podcast-readmore-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #db9fc7;
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -5px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.-readmore-btn:hover:before {
    width: 50px;
    opacity: 1;
    visibility: visible;
	color: #db9fc7;

}

/*========== #1.17 Contact Section ==============*/

.contact {
    height: 65vh;
    background-image: url('img/./about-page-bg.jpg');
}

.contact-area {
    padding: 90px 0;
	background-color: #53b848
}

.contact-content {
    padding-right: 30px
}

.contact-icon {
    text-align: right;
    margin-bottom: -40px
}

.contact-box {
    padding: 15px;
}

.form-d {
    background-color: #fff;
    border: 15px solid #53b848;
    padding: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 80px
}

.form-d:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
    box-shadow: 0px 15px 15px 0px #edeaea;
}

.form-d input[type="text"],
textarea {
    width: 100%;
    padding: 12px;
    border: none;
    margin-top: 6px;
    margin-bottom: 35px;
    resize: vertical;
    background: transparent;
    border-bottom: 2px solid #888;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.form-d input[type="text"]:focus {
    border-bottom: 2px solid #db9fc7;
    padding: 12px 0 12px 15px
}

.form-d input[type="email"]:focus {
    border-bottom: 2px solid #db9fc7;
    padding: 12px 0 12px 15px
}

.form-d textarea:focus {
    border-bottom: 2px solid #db9fc7;
    padding: 12px 0 12px 15px
}

.form-d input[type="email"] {
    width: 100%;
    padding: 12px;
    border: none;
    margin-top: 6px;
    margin-bottom: 35px;
    resize: vertical;
    background: transparent;
    border-bottom: 2px solid #888;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.form-d input[type=submit] {
    background-color: #53b848;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 0 5px 16px #bababa;
    box-shadow: 0 5px 16px #bababa;
    border: 1px solid transparent;
    margin: auto;
    display: block;
    margin-top: 20px
}

.form-d input[type=submit]:hover {
    border: 1px solid #53b848;
    color: #53b848;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 16px transparent;
    box-shadow: 0 5px 16px transparent;
    cursor: pointer
}

/*============= #1.18 Footer Section ================*/
.footer-area {
    background-color:#ffe8f0;
    position: relative;
    color: #414141
}

.footer-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer-icon {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -200px;
}

.footer-top {
    padding: 120px 0 90px 0;
}

.single-widget h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-widget .border-right {
    border-right: 2px solid #fff
}

.company-logo img {
    width: 180px
}

.about-company p {
    color: #888;
    font-size: 15.5px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-company ul.social li {
    display: inline-block;
    margin-right: 10px;
	margin-top: 10px;
}

.about-company ul.social li a {
    display: inline-block;
    background-color: #fff;
    color: #53b848;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.about-company ul.social li a:hover {
    color: #db9fc7;
}

.quick-links ul li a {
    color: #414141;
    font-size: 15.5px;
    line-height: 36px
}

.our-address p,
.newsletter p {
    color: #414141;
    font-size: 15.5px;
    line-height: 26px;
}

.our-address a {
    color: #414141;
    font-size: 15.5px;
    line-height: 26px;
}

.our-address i {
    margin-right: 10px;
    color: #414141;
    line-height: 28px;
}

.newsletter #newssubmit {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.newsletter .subscribe {
    border: none;
    background-color: #53b848;
    color: #fff;
    padding: 10px 10px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.newsletter #newssubmit:focus {
    padding: 10px 0 10px 15px;
}

.newsletter .subscribe:hover {
    background-color: #fff;
    color: #53b848;
}

/*======== Footer bottom ===========*/

.footer-bottom {
    background-color: #53b848;
    height: 80px
}

.footer-bottom p {
    color: #fff;
    line-height: 80px;
    margin: 0;
    text-align: center;
}

.footer-bottom a {
    color: #fff;
    font-weight: 400
}


/*================== #2.0 About Us Page =========================*/

.about {
    height: 65vh;
    background-image: url('img/about1.jpg');
}

.success-area {
    padding: 90px 0;
}

.about-p-reduce {
    padding-top: 0
}

/*========== #2.1 Video Section ================*/

.video-content {
    padding-top: 0
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #6B6FFF;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #6B6FFF;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #9352f0a6;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0px;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
    margin-right: -6px;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.youtube-video-wrapper {
    background: url('img/about-video-bg.jpg') top center no-repeat;
    background-size: initial;
    padding: 160px 0;
    position: relative;
    text-align: center;
}

.popup-gallery {
    display: inline-block;
    position: relative;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

.youtube-video-icon {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50% 50%;
    display: inline-block;
    background: #fff;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

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

.youtube-video-icon i {
    font-size: 60px;
    line-height: 100px;
    color: #6B02FF;
    margin-left: 10px;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

/*========== #2.2 Expertise =============*/

.our-expertise {
    padding: 90px 0;
}

.expertise-heading h2 {
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #414142;
}

.expertise-heading {
    text-align: center;
    margin: auto
}

.expertise-heading p {
    padding-bottom: 15px
}

.expertise-item {
    position: relative;
    overflow: hidden;
}

.expertise-item:hover .expertise-text {
    background-color: rgba(107, 111, 255, 0.7)
}

.expertise-text {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(107, 111, 255, 0.5);
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 30%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.expertise-text h5 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    margin-left: -1200px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.expertise-text h5::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #fff;
    left: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.expertise-item:hover .expertise-text h5::before {
    width: 65%
}

.expertise-item .expertise-text h5 {
    margin-left: 0
}

/*============ #2.3 Mission ===================*/

.our-mission {
    padding: 90px 0;
}

.mission-content {
    padding-top: 0;
}

.mission-content ul {
    margin-left: 20px;
}

.mission-content ul li {
    list-style: none;
    list-style-image: url('img/./list.png');
    line-height: 28px
}

.mission-list {
    padding-left: 15px;
    list-style: disc;
}

/*=================== #2.4 Brand =====================*/

.our-partner {
    padding: 90px 0;
}

.brand-item {
    padding: 20px;
    text-align: center;
}

/*===================== #3.0 Project Single Page ====================*/

/*========== #3.1 Project banner ===============*/

.project {
    height: 65vh;
    background-image: url('img/about1.jpg');
}

.projects-area-single-page {
    padding: 90px 0;
}

.project-single {
    padding: 90px 0;
}

.single-project-area {
    margin: -6px 0px 0px 2px;
}

/*=========== #3.2 Single Project img ===================*/

.single-project-image {
    overflow: hidden;
}

.single-project-image img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.single-project-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.single-project-area .single-project-text1 p,
.single-project-area .single-project-text1 {
    margin-bottom: 30px;
}

.single-project-area h2 {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 25px;
}

.single-project-area .project-info {
    background-color: #f4f6f8;
    padding: 25px 27px 20px;
}

.single-project-area .project-info h4 {
    font-weight: 600;
    margin-bottom: 22px;
}

.single-project-area .project-info ul li {
    line-height: 30px;
}

.single-project-area .project-info ul li span {
    display: inline-block;
}

.single-project-area .project-info ul li span.name {
    width: 23.6%;
}

.single-project-area .project-info ul li span.info {
    padding-left: 48px;
}

.single-project-gallary {
    padding-left: 0;
}

.project-testimonial {
    margin: 0;
    margin-top: 15px
}

.single-project-gallary img {
    margin-bottom: 10px;
}

.project-grid-padright {
    padding-right: 5px
}

.project-grid-padleft {
    padding-left: 5px
}

/*============================= #4.0 Blog Page =========================*/

/*========== #4.1 Header area ==========*/

.blog-header-area {
  background-image: url(./img/blog.jpg);
    height: 65vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}

.blog-header-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65vh;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 152, 0.2)), color-stop(rgba(50, 42, 85, 0.2)), to(rgba(51, 27, 51, 0.2)));
	background-image: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.5), rgba(83, 184, 72, 0.2));
    background-image: -o-linear-gradient(top, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.5), rgba(83, 184, 72, 0.2));
    background-image: linear-gradient(to bottom, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.5), rgba(83, 184, 72, 0.2))
  
}

.blog-area {
    padding: 90px 0;
}

/*========== #4.2 Blog filter ==========*/

.blog-filter {
    margin: 50px 0;
    list-style: none;
}

.blog-filter li {
    display: inline-block;
    margin: 8px 8px;
}

.blog-filter li a {
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #888;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid transparent
}

.blog-filter li a:hover {
    color: #888;
    border: 1px solid #888;
}

.blog-filter li.active a {
    padding: 10px 20px;
    color: #fff;
    background: #888;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

/*========== #4.3 Blog grid ==============*/

.blog-grid .blog-item {
    float: left;
}

.blog-grid .blog-item a:focus {
    outline: none;
}

.main-blog-content {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	padding: 30px;
	margin: 0 40px;
	bottom: 100px;
	border: 1px solid #f0f8ff;
	text-align: left;
	-webkit-box-shadow: 0 8px 7px -2px #eff0f0;
	box-shadow: 0 8px 7px -2px #eff0f0;
}
/*======= #4.4 Blog Pagination =========*/

.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 25px;
    margin: 0 4px;
    border: 1px solid transparent
}

.pagination a.active {
    background-color: #6b6fff;
    color: white;
    border: 1px solid #6b6fff;
}

.pagination a:hover:not(.active) {
    color: #6b6fff;
    border: 1px solid #6b6fff;
}

/*================================ #5.0 Single Blog Page ==============================*/

/*=========== #5.1 Single blog header img ===================*/

.single-blog-header-area {
    background-image: url(./img/pink-leaves-no-writing.png);
    height: 65vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}

.single-blog-header-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
   
}

.single-blog-header-area-2 {
    background-image: url(./img/emailblog.jpg);
    height: 65vh;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}

.single-blog-header-area-2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
   
}

.single-blog-header-area-3 {
    background-image: url(./img/packingblog.jpg);
    height: 65vh;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}

.single-blog-header-area-3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
   
}

.single-blog-header-area-4 {
    background-image: url(./img/friendsblog.jpg);
    height: 65vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}

.single-blog-header-area-4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
   
}

.single-blog-header-area-5 {
    background-image: url(./img/entrepreneurblog.jpg);
    height: 65vh;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}

.single-blog-header-area-5:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
   
}

.single-blog-header-area-6 {
    background-image: url("./img/about1.jpg");
    height: 65vh;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}

.single-blog-header-area-6:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
   
}

.single-blog-area {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 30px;
    bottom: 100px;
    border: 1px solid aliceblue;
    text-align: left;
    -webkit-box-shadow: 0 8px 7px -2px #eff0f0;
    box-shadow: 0 8px 7px -2px #eff0f0;
}

.single-blog-area p {
    font-size: 15.5px;
    line-height: 28px
}

.single-blog-title {
    padding: 25px 0;
    font-size: 30px
}

.single-blog-content img {
    padding: 15px 0;
}

/*============= #5.2 Sidebar ===============*/
.post-share {
    display: block;
    margin-top: 20px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;

}

.post-share a i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 22px;
    text-align: center;
    margin-right: 3px
}

.share1,
.share2,
.share3,
.share4 {
    display: inline-block
}

.sidebar-title p {
    text-transform: capitalize;
    font-size: 19px;
    margin-bottom: 0
}

.sidebar-title span {
    display: block;
    margin-bottom: 15px;
    font-size: 15px
}

.share a i {
    background-color: #db9fc7;
    color: #fff
}


#inlineFormInputGroupUsername {
    border: 1px solid #ebebeb;
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 .2rem transparent;
    box-shadow: 0 0 0 .2rem transparent;
}

.input-group-text {
    background-color: #6B6FFF;
    color: #fff;
    cursor: pointer
}

.sidebar-block ol {
    margin-top: 10px
}

.sidebar-block ol li {
    margin-bottom: 5px;
}

.sidebar-block {
    border-bottom: 2px solid #f5f5f5;
    padding: 25px 0;
}

.sidebar-block ol li a {
    color: #212121;
    font-size: 15px;
    text-transform: capitalize;
}

.sidebar-block ol li a:hover {
    color: #6B6FFF;
}

.sidebar-block ol li:last-child {
    margin-bottom: 0px;
}

.latest-post {
    border-bottom: 2px solid #f5f5f5;
    padding: 25px 0;
}

.latest-post ol {
    margin-top: 10px;
    margin-bottom: 0
}

.latest-post ol li a {
    color: #212121;
    font-size: 15px;
    text-transform: capitalize;
}

.latest-post ol li a:hover {
    color: #6B6FFF;
}

.latest-post ol li a:last-child {
    margin: 0px;
}

.latest-post ol li .rpost-img {
    float: left;
    margin-right: 15px;
    width: 75px;
    height: 75px
}

.latest-post ol li h5 {
    line-height: 22px;
    margin-bottom: 3px;
    font-size: 15px
}

.latest-post ol li {
    clear: both;
    padding: 3px 0px;
}

.latest-post p.text-muted {
    font-size: 12px;
    margin-bottom: 5px;
}

.advertise-block {
    padding: 25px 0;
    border-bottom: 2px solid #f5f5f5;
}

.advertise-block a img {
    margin-top: 10px;
}

.tag-block {
    padding: 25px 0;
}

.tagcloud {
    margin-top: 10px;
}

.tag-block .tagcloud a {
    border: 1px solid #e1e1e1;
    display: inline-block;
    color: #212121;
    font-size: 12px !important;
    line-height: 1.4em !important;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 6px 17px;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.tag-block .tagcloud a:hover {
    color: white;
    background-color: #6B6FFF;
}

.top-header {
    padding: 25px 0;
}


.related-post-title {
    padding: 10px 0;
}

.related-blog-content {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin: 0 40px;
    bottom: 120px;
    border: 1px solid aliceblue;
    text-align: left;
    -webkit-box-shadow: 0 8px 7px -2px #eff0f0;
    box-shadow: 0 8px 7px -2px #eff0f0;
}

/*============= #5.3 Comments ===============*/

#comments {
    padding: 20px 0px;
    background-color: #fff;
    margin-bottom: 10px
}

#comments a {
    color: inherit
}

#comments #comments-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #3e3e3e;
    text-transform: capitalize;
    font-size: 25px;
}

#comments .commentlist {
    margin: 0;
    padding: 0;
    list-style: none
}

#comments .commentlist > .comment .comment-box {
    border-bottom: 2px solid #f7f9f9
}

#comments .commentlist > .comment:last-child .comment-box {
    border-bottom: 0
}

#comments .commentlist .comment-author {
    float: left;
    width: 60px;
    overflow: hidden;
    border-radius: 50%
}

#comments .commentlist .comment-body {
    margin-left: 85px
}

#comments .commentlist .comment-body p {
    margin-top: 10px;
    font-size: 16px;
}

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

#comments .commentlist .children .children {
    margin-left: 30px
}

.commentator a {
    text-transform: capitalize;
    font-weight: 700;
    cursor: default
}

#comments .comment-meta {
    font-size: 12px;
    color: #696969;
    margin-top: 3px
}

#comments .comment-box {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

#comments .comment-abs {
    position: absolute;
    display: inline-block;
    font-size: 0;
    top: 30px;
    right: 0
}

#comments .comment-abs a {
    display: inline-block;
    margin: 4px;
    font-size: 10px;
    text-transform: uppercase;
    color: #848484;
    border: 1px solid #eee;
    padding: 5px 8px;
    letter-spacing: .03em
}

#comments .comment-abs a:hover {
    border-color: #6B6FFF;
    background-color: #6B6FFF;
    color: #fff
}

.comment-reply-form h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #3e3e3e;
    text-transform: capitalize;
    font-size: 25px;
}

.form-control:focus {
    color: #495057;
    border-color: #D4D4FF;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem transparent;
    box-shadow: 0 0 0 .2rem transparent;
}

.form-control {
    border-radius: 0;
    border-color: #D4D4FF;
}

#post-comment {
    background-color: #6B6FFF;
    color: #fff;
    border-radius: 0;
}

#post-comment:focus {
    -webkit-box-shadow: 0 0 0 .2rem transparent;
    box-shadow: 0 0 0 .2rem transparent;
}

/*================== #6.0 Contact Us Page ==================*/

.contact-section {
    padding: 90px 0;
    background-image: url('img/./contact-form-bg.png');
    background-repeat: repeat;
    background-position: center;
    background-size: cover
}

.mg-bottom-0 {
    margin-bottom: 0 !important;
}

.primary-contact .address {
    margin: 20px 0 15px;
}

.primary-contact .website {
    margin-bottom: 40px;
}

a.launch-map i {
    margin-left: 15px;
    color: #6B6FFF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

a.launch-map {
    background-color: #fff;
    text-decoration: none;
    color: #6B6FFF !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 0 5px 16px transparent;
    box-shadow: 0 5px 16px transparent;
    border: 1px solid #6B6FFF;
    cursor: pointer
}

a.launch-map:hover {
    color: #fff !important;
    background-color: #6B6FFF
}

a.launch-map:hover i {
    color: #fff !important;
}

/*============ #6.1 Contact form =================*/

.contact-form .input {
    width: 100%;
    border: none;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(90, 144, 227, 0.2);
    box-shadow: 1px 1px 10px 0px rgba(90, 144, 227, 0.2);
    padding-left: 18px;
}

.contact-form .name-email {
    height: 45px;
}

.contact-form .help-block.with-errors {
    position: absolute;
    top: 100%;
    left: 0;
}

.contact-form .form-group {
    margin-bottom: 35px;
}

.contact-form .message {
    padding-top: 30px;
    resize: none;
}

.modal-content {
    margin-top: 30%;
    padding-right: 0
}

.form-c {
    margin: 0;
    background-color: #fff;
    border: 10px solid #eeeefe;
}

.contact-us-heading h2 {
    font-weight: 900;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #686ab3;
    margin-top: 10px
}

.form-c input[type="submit"] {
    display: inline-block;
}

.form-c input[type="text"],
textarea {
    margin-top: 0;
    margin-bottom: 20px;
}

/*======= #7.0 404 Error Page =========*/
.error-page-header {
    background-color: #6B6FFF;
    top: 0
}

.error-page {
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.is-animate {
    position: absolute;
    bottom: 25%;
    left: 49.5%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*============= #7.1 Default Text =============*/
.defult-text {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center
}

.defult-text h1 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    color: #53b848;
}

.defult-text a {
    border: 1px solid #53b848;
    color: #53b848;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.defult-text a:hover {
    background-color: #53b848;
    color: #fff
}

/*============= #7.2 404 Animation =============*/
.is-animate div {
    display: inline-block;
}

.is-animate span {
    font-size: 120px;
    font-weight: 900;
    color: #53b848
}

.is-animate.style1 > div {
    -webkit-animation-name: style1;
    animation-name: style1;
}

.is-animate > div {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.is-animate > div:nth-child(1) {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s
}

.is-animate > div:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.is-animate > div:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

/*======= #8.0 Coming Soon Page =========*/
.coming-soon-area {
    background-image: url('img/./coming-soon.jpg');
    height: 100vh;
    width: 100%;
    position: relative
}

/*======= #8.1 Dot Background =========*/
.coming-soon-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: url('img/./pattern.png')
}

.coming-soon-text h1 {
    text-transform: uppercase;
    color: #e0e0e0;
    text-align: center;
    font-weight: 400;
    font-size: 31px;
    margin-bottom: 40px;
    margin-top: 10px
}

.coming-soon-text {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.coming-soon-text a img {
    width: 250px
}

/*======= #8.2 Count Down =========*/
ul.countdown li {
    display: inline-block;
    width: 80px;
    height: 75px;
    background-color: #6A6EFF;
    margin-right: 15px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: sans-serif
}
ul.countdown li:first-child{margin-left: 0}
ul.countdown li p {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px
}

/*======= #8.3 Coming Soon Social =========*/
.coming-share {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center
}

.coming-share a {
    color: #fff;
    margin-left: 10px;
    font-size: 25px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-transform: uppercase;
}

.coming-share span {
	font-size: 19px;
	display: block;
	margin-bottom: 5px;
}

.coming-share a:first-child {
    margin-left: 0
}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1200px) {
    .logo-area a img {
        margin-top: 20px;
    }

    .blog-content-heading {
        display: block;
        width: 100%;
    }

    .blog-date {
        display: block;
        width: 100%;
    }

    .blog-date span {
        text-align: left;
        display: block;
        padding-bottom: 10px
    }

    .is-animate {
        bottom: 26%;
    }

}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .logo-area a img {
        margin-top: 25px;
    }

    .intro-text h1 {
        font-size: 30px;
    }

    .intro-text h3 {
        font-size: 20px;
    }

    .main-menu ul li {
        margin-left: 12px;
    }

    .main-menu ul li a {
        font-size: 15px
    }

    .blog-filter li a {
        padding: 10px 10px;
    }

    .logo-area a img {
        margin: 25px 0;
        display: inline-block;
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
    }

    .single-blog-mb {
        margin-bottom: 30px
    }

    .blog-content-heading,
    blog-content-heading {
        display: block;
        width: 100%;
    }

    .blog-date {
        display: block;
        width: 100%;
    }

    .main-blog-content,
    .related-blog-content {
        margin: 0 20px;
    }

    .blog-date span {
        text-align: left;
        display: block;
        padding-bottom: 10px
    }

    .single-project-gallary img {
        margin-bottom: 10px;
        width: 100%
    }

    .latest-post ol li .rpost-img {
        width: 50px;
        height: 50px;
    }

    .is-animate {
        bottom: 25%;
    }
}


/* small mobile :320px. */

@media only screen and (min-width: 320px) and (max-width: 574px) {
    #status {
        left: 62%;
    }

    .margin-top-small {
        margin-top: 30px
    }

    .margin-top-small-s {
        margin-top: 20px
    }

    .margin-top-feature {
        margin-top: 30px
    }

    .margin-top-project {
        margin-top: 30px
    }

    .single-project-gallary img {
        margin-bottom: 10px;
        width: 100%
    }

    .project-grid-padright {
        padding-right: 15px
    }

    .project-grid-padleft {
        padding-left: 15px
    }

    .intro-text h1 {
        font-size: 30px;
    }

    .intro-text h3 {
        font-size: 20px;
    }

    .fas.fa-angle-down {
        display: none;
        visibility: hidden;
    }

    .mean-container .mean-nav ul li a {
        width: 90%;
    }

    .sticky .logo-area a img {
        padding-top: 0px;
        width: 200px;
        padding-bottom: 5px;
    }

    .sticky .mean-container a.meanmenu-reveal {
        top: -8px;
    }

    .our-team .team-content::before {
        border-right: 530px solid #fff;
    }

    .fas.fa-angle-down {
        display: none;
    }


    .logo-area a img {
        width: 200px;
    }

    .blog-filter li a {
        padding: 5px 5px;
        font-size: 13px;
    }

    .single-blog-mb {
        margin-bottom: 30px
    }

    .main-blog-content,
    .related-blog-content {
        margin: 0 15px;
        bottom: 80px;
    }

    .blog-date {
        display: block;
        width: 100%;
    }

    .blog-content-heading,
    blog-content-heading {
        display: block;
        width: 100%;
    }

    .blog-date span {
        text-align: left;
        display: block;
        padding-bottom: 10px
    }

    .section-title h2 {
        font-size: 28px;
    }

    .features-heading h2 {
        font-size: 30px;
    }

    .projects-img img {
        width: 100%;
    }

    .single-project-image img {
        width: 100%;
    }

    .header-image-area {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 90%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 90%);
    }

    .footer-area {
        -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 10%, 100% 100%, 100% 100%, 0 100%);
    }

    .border-right {
        border-right: 1px solid transparent !important;
    }

    .contact-icon {
        margin-bottom: 0;
    }

    #comments .comment-abs {
        position: absolute;
        display: inline-block;
        font-size: 0;
        top: 60px;
        left: 65px;
    }

    #comments .commentlist .comment-body p {
        margin-top: 35px;
        font-size: 16px;
    }

    #comments .commentlist .comment-body {
        margin-left: 70px;
    }

    #comments .commentlist .children {
        list-style: none;
        margin-left: 60px;
    }

    .coming-soon-text a img {
        width: 200px;
    }

    .coming-soon-text h1 {
        font-size: 25px;
    }

    ul.countdown li {
        width: 65px;
        height: 60px;
        margin-right: 5px;
        line-height: 60px;
        font-size: 35px;
    }

    .coming-share a {
        font-size: 20px;
    }

    .is-animate span {
        font-size: 90px;
    }

    .is-animate {
        bottom: 28.5%;
    }

    .defult-text h1 {
        font-size: 27px;
    }
}

/* Large Mobile :575px. */

@media only screen and (min-width: 575px) and (max-width: 767px) {
    #status {
        left: 55%;

    }

    .margin-bottom-r {
        margin-bottom: 30px
    }

    .margin-top-r {
        margin-top: 30px
    }

    .intro-text h1 {
        font-size: 30px;
    }

    .intro-text h3 {
        font-size: 20px;
    }

    .fas.fa-angle-down {
        display: none;
    }

    .sticky .logo-area a img {
        padding-top: 0px;
        width: 200px;
        padding-bottom: 5px;
    }

    .logo-area a img {
        width: 200px;
    }

    .single-project-gallary img {
        margin-bottom: 10px;
        width: 100%
    }

    .blog-filter li a {
        padding: 10px 10px;
    }

    .single-blog-mb {
        margin-bottom: 30px
    }

    .section-title h2 {
        font-size: 28px;
    }

    .features-heading h2 {
        font-size: 30px;
    }

    .projects-img img {
        width: 100%;
    }

    .single-project-image img {
        width: 100%;
    }

    .footer-area {
        -webkit-clip-path: polygon(0 0, 100% 12%, 100% 100%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 12%, 100% 100%, 100% 100%, 0 100%);
    }

    .border-right {
        border-right: 1px solid transparent !important;
    }

    .our-team .team-content::before {
        border-right: 570px solid #fff;
    }

    .is-animate span {
        font-size: 90px;
    }

    .is-animate {
        bottom: 28.5%;
    }

}


/* Responsive CSS END
/*----------------------------------------*/
/*=====================================
=======================================
THE END
=======================================
=====================================*/