@charset "UTF-8";

/* ------------------------------------------------------
@File: Default Styles
@Author: Themazine.
@Developed By: Emran Khan
@Developer Email: fed.emran@gmail.com
@Developer URL: http://emran-khan.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
------------------------------------------------------- */


/* ======================================================
@Template Name: Rupj 
@Author: Themazine. 
@Default Styles

Table of Content: 
01/ Variables
02/ Prefix
03/ Animat 
04/ Header
05/ Banner
06/ Work
07/ Protfoilo
08/ Team
09/ Testimonial
10/ Blog
11/ Pricing
12/ Services
13/ From
14/ Footer
15/ Responsive 
===================================================== */


/*----------------------------------------------------*/


/*font Variables*/


/*Color Variables*/


/* Button Style */

@import url(bootstrap.min.css);
@import url("../../../../use.fontawesome.com/releases/v5.6.3/css/all.css");
@import url(font-awesome.min.css);
@import url(../vendors/flat-icon/flaticon.css);
@import url(../vendors/animate-css/animate.css);
@import url(../vendors/magnify-popup/magnific-popup.css);
@import url(../vendors/owl-carousel/owl.carousel.min.css);
@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,700|Muli:400,600,700");
.theme_btn {
    color: #fff;
    text-align: center;
    font: 600 18px/55px "Muli", sans-serif;
    display: inline-block;
    padding: 0 30px;
    background: #d3bbfb;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0px 26px 40px 0px rgba(174, 145, 222, 0.35);
}

.theme_btn:hover,
.theme_btn:focus {
    box-shadow: 0px 25px 42px 0px rgba(164, 109, 253, 0.35) !important;
    color: #fff;
}


/* tittle_img */

.tittle_img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}


/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/preloader.gif");
}


/*----------------------------------------------------*/


/*Prefix Styles*/

body {
    font-family: "Comfortaa", cursive;
    /*Section Fix*/
    /*Ancore*/
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    margin: 0;
}

body p {
    color: rgba(80, 60, 87, 0.702);
    margin: 0;
    font: 400 16px/28px "Muli", sans-serif;
}

body ul {
    margin: 0;
    padding: 0;
}

body ul li {
    list-style: none;
}

body section.row,
body header.row,
body footer.row {
    margin: 0;
}

body #success {
    display: none;
}

body #error {
    display: none;
}

body iframe {
    border: none;
}

body i:before {
    margin-left: 0px !important;
}

body a,
body .btn,
body button {
    outline: none;
    transition: all 300ms linear 0s;
}

body a:before,
body a:after,
body .btn:before,
body .btn:after,
body button:before,
body button:after {
    transition: all 300ms linear 0s;
}

body a:focus,
body a:hover,
body .btn:focus,
body .btn:hover,
body button:focus,
body button:hover {
    outline: none;
    text-decoration: none;
    transition: all 300ms linear 0s;
}

#parallax {
    overflow: hidden;
    display: block;
}


/* post_select */

.post_select {
    position: relative;
    background: #fff;
    border: 0;
    box-shadow: none;
    outline: none;
    font: 400 16px/40px "Comfortaa", cursive;
    padding: 0 30px;
    height: auto;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.6);
    min-width: 150px;
    background-color: transparent;
}

.post_select:after {
    display: none;
}

.post_select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 18px/40px FontAwesome;
    color: #6b6b6b;
}

.post_select .list {
    width: 100%;
    border-radius: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
}

.post_select .list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #503c57;
}


/*----------------------------------------------------*/


/* Move frame*/

@keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }
    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 100px;
    }
    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 200px;
    }
    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@-webkit-keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }
    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 200px;
    }
    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 100px;
    }
    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@keyframes moveShap {
    0% {
        left: 0px;
        top: 0px;
    }
    25% {
        left: 100px;
        top: 0px;
    }
    50% {
        left: 100px;
        top: 100px;
    }
    75% {
        left: 0px;
        top: 200px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

@keyframes moveShap2 {
    0% {
        right: 230px;
        top: 85px;
    }
    25% {
        right: 100px;
        top: 85px;
    }
    50% {
        right: 100px;
        top: 100px;
    }
    75% {
        right: 230px;
        top: 200px;
    }
    100% {
        right: 220px;
        top: 100px;
    }
}


/* Move frame*/


/* Heartbeat frame*/

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}


/* Rotation frame*/

@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}


/* Bottom to Top key frame*/

@-webkit-keyframes BottomToTop {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes BottomToTop {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes BottomToTop {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}


/* DoublePulse */

@-webkit-keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


/*----------------------------------------------------*/


/* Min header area */

.main_header_area {
    display: block;
    width: 100%;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 70px;
}

.main_header_area .navbar {
    padding: 0;
    width: 100%;
    display: inline-block;
}

.main_header_area .navbar .navbar-brand {
    line-height: 55px;
    padding: 0;
}

.main_header_area .navbar .navbar_supported {
    float: right;
}

.main_header_area .navbar .navbar_supported ul {
    width: 100%;
}

.main_header_area .navbar .navbar_supported ul li a {
    margin: 0 19px;
    padding: 0;
    color: #503c57;
    font: 400 20px/55px "Muli", sans-serif;
    position: relative;
    display: block;
    z-index: 1;
    text-transform: uppercase;
}

.main_header_area .navbar .navbar_supported ul li a:after {
    display: none;
}

.main_header_area .navbar .navbar_supported ul li a:hover,
.main_header_area .navbar .navbar_supported ul li a:focus,
.main_header_area .navbar .navbar_supported ul li a.active {
    color: #fea9d8;
}

.main_header_area .navbar .navbar_supported ul li .theme_btn {
    min-width: 136px;
    margin-right: 0;
    margin-left: 45px;
    color: #fea9d8;
    background: transparent;
    border: 1px solid #f8ddf8;
    font-size: 18px;
    text-transform: inherit;
    box-shadow: none;
}

.main_header_area .navbar .navbar_supported ul li .theme_btn:hover,
.main_header_area .navbar .navbar_supported ul li .theme_btn:focus {
    color: #fff;
    background: #fdaad8;
    border-color: #fdaad8;
}

.main_header_area .navbar .navbar_supported ul li.dropdown {
    position: relative;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
    margin: 0;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
    /* Sub dropdown */
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu:before {
    content: "\f0d8";
    font: normal normal normal 30px/1 FontAwesome;
    position: absolute;
    top: -20px;
    left: 25px;
    color: #fff;
}

@media (min-width: 991px) {
    .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        left: -40px;
        min-width: 240px;
        background-color: #fff;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
    }
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a {
    background-color: transparent;
    font: 400 16px/40px "Muli", sans-serif;
    color: rgba(80, 60, 87, 0.702);
    margin: 0;
    display: block;
    padding: 0 25px;
    position: relative;
    cursor: pointer;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:after {
    display: none;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 18px;
    border: 0;
    width: 5px;
    height: 5px;
    background: #fea9d8;
    border-radius: 50%;
    opacity: 0;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:hover,
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:focus,
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a.active {
    color: #fea9d8;
    padding-left: 30px;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:hover:before,
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:focus:before,
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a.active:before {
    opacity: 1;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu>.dropdown {
    position: relative;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu>.dropdown a:after {
    border: 0;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu>.dropdown:after {
    content: "\f105";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 15px/48px FontAwesome;
    color: #d3bbfb;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu>.dropdown .dropdown-menu {
    display: block;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu>.dropdown .dropdown-menu:before {
    content: "\f0d9";
    font: normal normal normal 30px/1 FontAwesome;
    color: rgba(0, 0, 0, 0.05);
    top: 7px;
    left: -10px;
}

@media (min-width: 991px) {
    .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu>.dropdown .dropdown-menu {
        transform: translateZ(0);
        transform: scaleX(0);
        transform-origin: 0 50%;
        position: absolute;
        left: 100%;
        right: auto;
        width: auto;
        top: 0px;
    }
}

@media (min-width: 991px) {
    .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu>.dropdown:hover .dropdown-menu,
    .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu>.dropdown:focus .dropdown-menu {
        transform: scale(1, 1);
    }
}

@media (min-width: 991px) {
    .main_header_area .navbar .navbar_supported ul li.dropdown:hover .dropdown-menu,
    .main_header_area .navbar .navbar_supported ul li.dropdown:focus .dropdown-menu {
        left: 0px;
        visibility: visible;
        opacity: 1;
    }
}

.main_header_area.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease;
}

.mha_2 {
    background: url(../images/banner-bg-2.png) no-repeat top right;
    padding-bottom: 48px;
}


/*----------------------------------------------------*/


/* banner_area */

.banner_area {
    display: block;
    overflow: hidden;
    background: url("../images/banner-bg.png") no-repeat top right;
    padding: 260px 0 220px;
    position: relative;
}

.banner_area .shap_1 {
    position: absolute;
    left: 0;
    top: 270px;
}

.banner_area .shap_2 {
    position: absolute;
    top: 300px;
    left: 40%;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.banner_area .shap_3 {
    position: absolute;
    top: 460px;
    left: 170px;
    animation: rotation 10s infinite;
}

.banner_area .shap_4 {
    position: absolute;
    bottom: 240px;
    left: 120px;
    animation: rotation 10s infinite;
}

.banner_area .banner_caption {
    position: relative;
    z-index: 9;
}

.banner_area h2 {
    font: 700 58px/78px "Comfortaa", cursive;
    color: #503c57;
    max-width: 530px;
    padding-top: 160px;
}

.banner_area p {
    font: 400 26px/40px "Muli", sans-serif;
    color: rgba(80, 60, 87, 0.8);
    max-width: 540px;
    padding: 50px 0 140px;
}

.banner_area .theme_btn {
    background-image: linear-gradient(to right, #d3bbfb, #dfb6f5, #ebb1ed, #f5ade3, #fea9d8);
    box-shadow: 0px 30px 34px 0px rgba(186, 185, 185, 0.35);
}

.banner_area .health_btn {
    font: 600 18px/55px "Muli", sans-serif;
    color: #503c57;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-left: 45px;
    position: relative;
    display: inline-block;
}

.banner_area .health_btn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100px;
    background: #fea9d8;
    height: 2px;
    transition: all 300ms linear 0s;
}

.banner_area .health_btn:hover,
.banner_area .health_btn:focus {
    color: #fea9d8;
}

.banner_area .health_btn:hover:after,
.banner_area .health_btn:focus:after {
    width: 100%;
}

.banner_area .banner_slide {
    position: absolute;
    top: 260px;
    right: 0;
    padding: 10px 0;
    padding-left: 20px;
}

.banner_area .banner_slide .carousel-inner {
    position: relative;
    overflow: inherit;
}

.banner_area .banner_slide .carousel-inner img {
    max-width: 100%;
}

.banner_area .banner_slide .carousel-inner:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -10px;
    background-image: -moz-linear-gradient(180deg, #ffa9d7 0%, #d2bcfc 100%);
    background-image: -webkit-linear-gradient(180deg, #ffa9d7 0%, #d2bcfc 100%);
    background-image: -ms-linear-gradient(180deg, #ffa9d7 0%, #d2bcfc 100%);
    box-shadow: 0px 30px 34px 0px rgba(186, 185, 185, 0.35);
    width: 222px;
    display: block;
    bottom: -10px;
}


/* banner_area */


/* Banner Area 2 */

.ba_2 {
    padding: 175px 0 200px;
    background: url("../images/banner-bg-2.png") no-repeat top right;
    position: relative;
    z-index: 1;
}

.ba_2:before {
    content: "";
    position: absolute;
    left: 155px;
    bottom: 0;
    background: url("../images/banner-bottom-shap.png") no-repeat;
    display: block;
    width: 100%;
    height: 134px;
    z-index: -1;
}

.ba_2:after {
    content: "";
    position: absolute;
    right: 0;
    background-image: -moz-linear-gradient(180deg, #ffa9d7 0%, #d2bcfc 100%);
    background-image: -webkit-linear-gradient(180deg, #ffa9d7 0%, #d2bcfc 100%);
    background-image: -ms-linear-gradient(180deg, #ffa9d7 0%, #d2bcfc 100%);
    box-shadow: 0px 30px 34px 0px rgba(186, 185, 185, 0.35);
    width: 974px;
    height: 30px;
    z-index: -1;
}

.ba_2 .carousel {
    position: relative;
}

.ba_2 .carousel .banner_caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
}

.ba_2 .carousel .banner_caption h2 {
    color: #fff;
    max-width: 100%;
}

.ba_2 .carousel .banner_caption p {
    padding-bottom: 120px;
    color: #fff;
}

.ba_2 .carousel .banner_caption:before {
    content: "";
    width: 832px;
    height: 524px;
    display: block;
    border: 7px solid #fff;
    display: block;
    position: absolute;
    left: -50px;
    top: 75px;
    z-index: -1;
}

.ba_2 .video_aea {
    background: #fff;
    position: absolute;
    right: 155px;
    bottom: 40px;
}

.ba_2 .video_aea h4 {
    color: #503c57;
}

.ba_2 .video_aea h6 {
    color: #fabbe7;
}


/* Banner Area 2 */


/* Pages_banner Area */

.pages_banner_area {
    display: block;
    overflow: hidden;
    background: url("../images/pages-banner.jpg") no-repeat center;
    position: relative;
    z-index: 3;
    margin-top: 175px;
    padding: 155px 0 165px;
}

.pages_banner_area .style_dots {
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.pages_banner_area .style_dots:before {
    content: "";
    border-radius: 50%;
    background-color: rgba(183, 149, 243, 0.859);
    box-shadow: 0px 30px 60px 0px rgba(56, 56, 56, 0.35);
    position: absolute;
    left: 98px;
    top: 113px;
    width: 66px;
    height: 66px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.pages_banner_area .style_dots:after {
    content: "";
    border-radius: 50%;
    background-color: rgba(183, 149, 243, 0.859);
    box-shadow: 0px 30px 60px 0px rgba(56, 56, 56, 0.35);
    position: absolute;
    right: 410px;
    top: 296px;
    width: 66px;
    height: 66px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.pages_banner_area .style_dots_2 {
    border-radius: 50%;
    background-color: rgba(240, 175, 227, 0.851);
    box-shadow: 0px 30px 60px 0px rgba(56, 56, 56, 0.35);
    position: absolute;
    right: 105px;
    bottom: 170px;
    width: 44px;
    height: 44px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.pages_banner_area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url("../images/banner-shadow.png") no-repeat;
    width: 100%;
    z-index: 1;
}

.pages_banner_area:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(30, 11, 57, 0.71);
    z-index: -1;
}

.pages_banner_area p {
    font: 400 28px/37px "Muli", sans-serif;
    color: #fff;
    max-width: 545px;
    position: relative;
    z-index: 4;
}

.pages_banner_area p:after {
    content: "";
    border-radius: 50%;
    background-color: rgba(255, 128, 230, 0.82);
    box-shadow: 0px 30px 60px 0px rgba(56, 56, 56, 0.35);
    position: absolute;
    right: -140px;
    top: 80px;
    width: 51px;
    height: 51px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.pages_tittle {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

.pages_tittle:after {
    content: "";
    position: absolute;
    right: 150px;
    top: 50px;
    background: url("../images/angle-shap-3.png") no-repeat;
    width: 27px;
    height: 35px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: 1;
}

.pages_tittle h3 {
    font: 700 40px/112px "Comfortaa", cursive;
    padding: 0 50px;
    background-image: -moz-linear-gradient(180deg, #ffa9d7 0%, #d2bcfc 100%);
    background-image: -webkit-linear-gradient(180deg, #ffa9d7 0%, #d2bcfc 100%);
    background-image: -ms-linear-gradient(180deg, #ffa9d7 0%, #d2bcfc 100%);
    box-shadow: 0px 30px 34px 0px rgba(186, 185, 185, 0.35);
    min-width: 50%;
    color: #fff;
    float: right;
    position: relative;
    z-index: 1;
}

.pages_tittle h3:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 340px;
    height: 63px;
    width: 63px;
    border: 4px solid #fbc4f8;
    border-radius: 50%;
    z-index: -1;
}

.pages_tittle h3:after {
    content: "";
    position: absolute;
    top: 27px;
    right: 305px;
    height: 68px;
    width: 68px;
    border: 4px solid #fbc4f8;
    border-radius: 50%;
    z-index: -1;
}


/* Pages_banner Area */


/* comming_song Area */

.comming_song {
    text-align: center;
    background: url("../images/coming-son-bg.jpg") no-repeat center;
    padding: 250px 0 310px;
}

.comming_song:before {
    background: url(../images/banner-shadow-2.png) no-repeat;
}

.comming_song p {
    margin: 0 auto;
    font: 700 40px/56px "Comfortaa", cursive;
    max-width: 800px;
}

.comming_song .style_dots:after {
    right: 30%;
}

.comming_song p:before {
    content: "";
    position: absolute;
    top: 180px;
    right: -200px;
    height: 63px;
    width: 63px;
    border: 4px solid #fbc4f8;
    border-radius: 50%;
    z-index: -1;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.comming_song p:after {
    content: "";
    position: absolute;
    top: 180px;
    right: -165px;
    height: 68px;
    width: 68px;
    border: 4px solid #fbc4f8;
    border-radius: 50%;
    background: transparent;
}

.comming_song .style_dots_2 {
    border-radius: 50%;
    background-color: rgba(255, 128, 230, 0.82);
    box-shadow: 0px 30px 60px 0px rgba(56, 56, 56, 0.35);
    position: absolute;
    right: 85px;
    bottom: 155px;
    width: 51px;
    height: 51px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.countdown_area {
    text-align: center;
    margin-top: -90px;
    position: relative;
    z-index: 9;
    padding-bottom: 90px;
}

.countdown_area:before {
    content: "";
    position: absolute;
    left: 185px;
    top: 210px;
    background: url("../images/angle-shap-2.png") no-repeat;
    height: 35px;
    width: 27px;
    display: inline-block;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.countdown_area:after {
    content: "";
    position: absolute;
    right: 15%;
    bottom: 80px;
    background: url("../images/angle-shap.png") no-repeat;
    width: 27px;
    height: 35px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.countdown_area .countdown .items {
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 12px 23px 0px rgba(196, 194, 194, 0.35);
    width: 158px;
    margin: 0 15px;
    font: 600 21px/1 "Muli", sans-serif;
    color: #382c4d;
    padding: 35px 0 27px;
}

.countdown_area .countdown .items span {
    display: block;
    font: 700 50px/1 "Muli", sans-serif;
    padding-top: 25px;
    background: linear-gradient(to right, #e478f3 0%, #d3bbfc 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.countdown_area .input-group {
    padding-top: 130px;
    max-width: 910px;
    margin: 0 auto;
}

.countdown_area .input-group .form-control {
    box-shadow: 0px 22px 32px 0px rgba(201, 201, 201, 0.35);
    outline: none;
    border: 0;
    font: 400 16px/80px "Muli", sans-serif;
    padding: 0 40px;
    color: #bbb;
    height: auto;
    border-radius: 0;
}

.countdown_area .input-group .form-control.placeholder {
    color: #bbb;
}

.countdown_area .input-group .form-control:-moz-placeholder {
    color: #bbb;
}

.countdown_area .input-group .form-control::-moz-placeholder {
    color: #bbb;
}

.countdown_area .input-group .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.countdown_area .input-group .form-control:focus {
    border-color: #d8b8f7;
}

.countdown_area .input-group .form-control:focus.placeholder {
    color: transparent;
}

.countdown_area .input-group .form-control:focus:-moz-placeholder {
    color: transparent;
}

.countdown_area .input-group .form-control:focus::-moz-placeholder {
    color: transparent;
}

.countdown_area .input-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.countdown_area .input-group .input-group-text {
    background: #e478f3;
    color: #fff;
    border: 0;
    font: 600 20px/80px "Muli", sans-serif;
    text-transform: capitalize;
    min-width: 175px;
    text-align: center;
    display: block;
    transition: all 300ms linear 0s;
    cursor: pointer;
    box-shadow: 0px 30px 36px 0px rgba(242, 169, 252, 0.35);
    margin-left: 40px;
}

.countdown_area .input-group .input-group-text:hover,
.countdown_area .input-group .input-group-text:focus {
    background: #d3bbfb;
}

.countdown_area .footer_social {
    padding-top: 95px;
}

.countdown_area .footer_social li {
    display: inline-block;
    padding-right: 30px;
}

.countdown_area .footer_social li:last-child {
    padding-right: 0;
}

.countdown_area .footer_social li a {
    font-size: 18px;
    color: #d3bbfb;
}

.countdown_area .footer_social li a:hover,
.countdown_area .footer_social li a:focus {
    color: #fea9d8;
}


/* comming_song Area */


/*----------------------------------------------------*/


/* how_it_work_area */

.how_it_work_area {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 148px 0 50px;
}

.how_it_work_area:before {
    content: "";
    position: absolute;
    left: 165px;
    top: 220px;
    background: url("../images/round.png") no-repeat;
    height: 18px;
    width: 18px;
    display: inline-block;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.how_it_work_area:after {
    content: "";
    position: absolute;
    right: 90px;
    top: 20px;
    background: url("../images/round.png") no-repeat;
    height: 18px;
    width: 18px;
    display: inline-block;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.how_it_work_area .angle_shap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.how_it_work_area h2 {
    font: 700 45px/65px "Comfortaa", cursive;
    color: #503c57;
}

.how_it_work_area p {
    color: #503c57;
    font: 400 22px/34px "Muli", sans-serif;
    max-width: 670px;
    padding: 40px 0 60px;
}


/* Video Aea */

.video_aea {
    background-color: #d3bbfb;
    box-shadow: 0px 24px 40px 0px rgba(204, 204, 204, 0.35);
    max-width: 350px;
    float: right;
    text-align: center;
    color: #fff;
    padding: 60px;
}

.video_aea h4 {
    font: 600 38px/55px "Muli", sans-serif;
    padding-bottom: 45px;
}

.video_aea .popup-youtube {
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg, #f9abdc 0%, #fbdeff 100%);
    background-image: -webkit-linear-gradient(90deg, #f9abdc 0%, #fbdeff 100%);
    background-image: -ms-linear-gradient(90deg, #f9abdc 0%, #fbdeff 100%);
    line-height: 134px;
    text-align: center;
    width: 134px;
    height: 134px;
    margin: 0 auto;
    display: block;
}

.video_aea .popup-youtube i:before {
    color: #fff;
    font-size: 42px;
}

.video_aea .popup-youtube:hover,
.video_aea .popup-youtube:focus {
    background: #fea9d8;
}

.video_aea h6 {
    font: 400 18px/1 "Muli", sans-serif;
    padding: 35px 0 10px;
}


/* google_analytics */

.google_analytics {
    padding-left: 45px;
    padding-top: 30px;
}

.google_analytics .analytics {
    position: relative;
    box-shadow: 0px 0px 30px 0px rgba(203, 203, 203, 0.35);
    background: #fff;
    padding: 30px 35px;
    margin-bottom: 80px;
}

.google_analytics .analytics span {
    position: absolute;
    top: -40px;
    left: 20px;
    background: #eadefe;
    color: #fff;
    font: 600 18px/55px "Muli", sans-serif;
    width: 55px;
    border-radius: 50%;
    text-align: center;
    display: block;
}

.google_analytics .analytics .no_2 {
    background: #ffe2fb;
}

.google_analytics .analytics a {
    font: 600 20px/32px "Muli", sans-serif;
    color: #503c57;
}

.google_analytics .analytics a:hover,
.google_analytics .analytics a:focus {
    color: #fea9d8;
}

.google_analytics .analytics h6 {
    font: 400 18px/1 "Muli", sans-serif;
    color: #d3bbfb;
    padding-top: 25px;
}

.google_analytics .analytics h6 b {
    font-weight: 600;
}


/* how_it_work_area */


/* enterprise_area */

.enterprise_area {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.enterprise_area:after {
    content: "";
    position: absolute;
    right: 135px;
    top: -70px;
    background: url("../images/enterprise-shape.png") no-repeat;
    width: 291px;
    height: 204px;
}

.enterprise_area .enterprise_shape {
    position: absolute;
    right: 0;
    bottom: 60px;
    z-index: -1;
}

.enterprise_area .enterprise_img {
    padding-top: 60px;
    padding-right: 80px;
    text-align: right;
    position: relative;
    z-index: 1;
}

.enterprise_area .enterprise_img img {
    max-width: 100%;
}

.enterprise_area .enterprise_img .enterprise {
    box-shadow: 0px 24px 35px 0px rgba(185, 185, 185, 0.35);
}

.enterprise_area .enterprise_img .enterprise_bg {
    position: absolute;
    left: 50px;
    top: 0;
    animation: rotation 20s infinite;
    z-index: -1;
}

.enterprise_area .enterprise_text {
    max-width: 570px;
    padding-top: 100px;
}

.enterprise_area .enterprise_text h2 {
    color: #503c57;
    font: 700 45px/65px "Comfortaa", cursive;
    padding-bottom: 45px;
}

.enterprise_area .enterprise_text p {
    font: 400 22px/34px "Muli", sans-serif;
    padding-bottom: 20px;
}

.enterprise_area .enterprise_text .theme_btn {
    background: #fea9d8;
    box-shadow: 0px 26px 40px 0px rgba(235, 131, 188, 0.35);
    min-width: 172px;
    margin-top: 45px;
}

.hiwa_2 {
    padding-top: 90px;
}

.ea_2 {
    padding-top: 10px;
    padding-bottom: 80px;
}

.ea_2:after {
    top: -140px;
}

.ea_2:before {
    content: "";
    position: absolute;
    left: 140px;
    top: -140px;
    background: url("../images/services-shap-2.png") no-repeat;
    height: 32px;
    width: 168px;
    display: inline-block;
    animation: heartbeat 0.8s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.ea_3 {
    padding-top: 150px;
    padding-bottom: 20px;
}

.ea_3:before,
.ea_3:after {
    top: 0;
}


/* enterprise_area */


/* Who_we_are */

.who_we_are {
    display: block;
    overflow: hidden;
}

.who_we_are h3 {
    font: 700 30px/45px "Comfortaa", cursive;
    color: #503c57;
}

.who_we_are h4 {
    font: 400 26px/38px "Muli", sans-serif;
    color: rgba(80, 60, 87, 0.8);
    max-width: 540px;
    padding: 25px 0;
}

.who_we_are p {
    font-size: 18px;
}

.who_we_are .popup-youtube {
    height: 114px;
    width: 114px;
    border-radius: 50%;
    background: #ffddfa;
    line-height: 114px;
    display: block;
    margin: 0 auto;
    border: 15px solid #ffecfc;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    margin-top: 65px;
}

.who_we_are .popup-youtube:before {
    content: '';
    height: 120px;
    width: 120px;
    position: absolute;
    top: -18px;
    left: -18px;
    border: 15px solid #ffddfa;
    border-radius: 100%;
    -webkit-animation: doublePulse 1.5s ease infinite;
    animation: doublePulse 1.5s ease infinite;
    z-index: 0;
}

.who_we_are .popup-youtube i:before {
    color: #fff;
    font-size: 35px;
    line-height: 135px;
}

.who_we_are .mission_inner {
    padding-top: 140px;
}

.who_we_are .mission_inner .mission_img {
    position: relative;
    display: block;
    z-index: 1;
}

.who_we_are .mission_inner .mission_img:after {
    content: "";
    position: absolute;
    top: -30px;
    left: -60px;
    right: 0;
    width: 100%;
    background: url("../images/who-style-2.png") no-repeat;
    height: 100%;
    z-index: -1;
}

.who_we_are .mission_inner .mission_content {
    padding: 80px 0 150px;
}

.who_we_are .mission_inner .mission_content p {
    max-width: 580px;
}


/* Who_we_are */


/*----------------------------------------------------*/


/* Portfolio_area */

.portfolio_area {
    overflow: hidden;
    padding-top: 230px;
}

.portfolio_area img {
    max-width: 100%;
}

.portfolio_area .tittle_img {
    text-align: center;
    padding-bottom: 110px;
    position: relative;
}

.portfolio_area .tittle_img:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 100px;
    border-radius: 10px;
    background-image: -moz-linear-gradient(106deg, #d1b2fb 0%, #c0cafc 100%);
    background-image: -webkit-linear-gradient(106deg, #d1b2fb 0%, #c0cafc 100%);
    background-image: -ms-linear-gradient(106deg, #d1b2fb 0%, #c0cafc 100%);
    opacity: 0.902;
    box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
    width: 27px;
    height: 26px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.portfolio_area .tittle_img:after {
    content: "";
    position: absolute;
    top: -30px;
    right: 250px;
    border-radius: 10px;
    background-image: -moz-linear-gradient(106deg, #ccb2fb 0%, #ffcbea 100%);
    background-image: -webkit-linear-gradient(106deg, #ccb2fb 0%, #ffcbea 100%);
    background-image: -ms-linear-gradient(106deg, #ccb2fb 0%, #ffcbea 100%);
    box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
    opacity: 0.902;
    box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
    width: 27px;
    height: 26px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.portfolio_area .portfolio_img {
    position: relative;
}

.portfolio_area .portfolio_img a {
    position: absolute;
    right: 170px;
    bottom: 130px;
    font-size: 18px;
    color: #fff;
    background: #fea9d8;
    line-height: 66px;
    width: 66px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.portfolio_area .portfolio_img a:hover,
.portfolio_area .portfolio_img a:focus {
    background: #d3bbfb;
}

.portfolio_area .portfolio_content {
    max-width: 585px;
    padding-left: 35px;
    padding-top: 235px;
}

.portfolio_area .portfolio_content h2 {
    font: 700 45px/65px "Comfortaa", cursive;
    color: #503c57;
}

.portfolio_area .portfolio_content p {
    font: 400 22px/28px "Muli", sans-serif;
    color: #503c57;
    padding: 50px 0 115px;
}

.portfolio_area .portfolio_content .theme_btn {
    min-width: 279px;
}

.portfolio_area .portfolio_content img {
    display: block;
    text-align: right;
    float: right;
    padding-top: 110px;
}

.portfolio_area .portfolio_right {
    position: relative;
}

.portfolio_area .portfolio_right:before {
    content: "";
    width: 19px;
    height: 19px;
    border: 4px solid #ffd5fd;
    display: block;
    position: absolute;
    top: 190px;
    right: 145px;
    border-radius: 50%;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.portfolio_area .portfolio_right:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #e5d5ff;
    display: block;
    position: absolute;
    bottom: 205px;
    right: 175px;
    border-radius: 50%;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.pa_2 {
    padding: 170px 0 70px;
}

.pa_2 .portfolio_img {
    margin-left: 25px;
    padding-top: 300px;
    position: relative;
    margin-top: 40px;
    display: block;
    overflow: hidden;
    height: 100%;
    max-width: 875px;
}

.pa_2 .portfolio_img .pi_home {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    max-width: 431px;
    transition: all 300ms linear 0s;
}

.pa_2 .portfolio_img .pi_home:hover,
.pa_2 .portfolio_img .pi_home:focus {
    z-index: 3;
}

.pa_2 .portfolio_img .pi_home .portfolio_item {
    width: 100%;
}

.pa_2 .portfolio_img .portfolio_item {
    margin: 0 10px;
    display: inline-block;
    float: left;
    left: 0;
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    transform: perspective(1px) translateZ(0);
    max-width: 411px;
    width: calc(100%/2);
}

.pa_2 .portfolio_img .portfolio_item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(175, 127, 255, 0.702);
    z-index: 1;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.pa_2 .portfolio_img .portfolio_item img {
    transition: all 300ms linear 0s;
}

.pa_2 .portfolio_img .portfolio_item a {
    bottom: 15px;
    right: -100%;
    z-index: 2;
    transition: all 500ms linear 0s;
}

.pa_2 .portfolio_img .portfolio_item:hover a,
.pa_2 .portfolio_img .portfolio_item:focus a {
    right: 25px;
}

.pa_2 .portfolio_img .portfolio_item:hover img,
.pa_2 .portfolio_img .portfolio_item:focus img {
    transform: scale3D(1.2, 1.2, 2);
}

.pa_2 .portfolio_img .portfolio_item:hover:after,
.pa_2 .portfolio_img .portfolio_item:focus:after {
    transform: scale(1);
}

.pa_2 .portfolio_img .pi_r {
    right: 0;
    float: none;
    left: auto;
}


/* Portfolio_area */


/* protfolio_2_columns */

.protfolio_2_columns {
    display: block;
    overflow: hidden;
    background: url("../images/protfolio-bg.png") no-repeat center;
    padding-top: 170px;
    margin-bottom: -20px;
}

.protfolio_2_columns .protfolio_2_inner {
    margin: 0 auto;
    max-width: 1000px;
}

.protfolio_2_columns .protfolio_2_items {
    max-width: 400px;
    text-align: center;
    margin-bottom: 90px;
}

.protfolio_2_columns .protfolio_2_items img {
    max-width: 100%;
}

.protfolio_2_columns .protfolio_2_items .protfolio_img {
    padding: 40px 0 115px;
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: -40px;
}

.protfolio_2_columns .protfolio_2_items .protfolio_img:after {
    content: "";
    position: absolute;
    right: 10px;
    top: -30px;
    background: url("../images/protfolio-col-tow-bg.png") no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.protfolio_2_columns .protfolio_2_items .heding {
    font: 700 30px/40px "Comfortaa", cursive;
    color: #503c57;
    display: block;
    position: relative;
    z-index: 9;
}

.protfolio_2_columns .protfolio_2_items .heding:hover,
.protfolio_2_columns .protfolio_2_items .heding:focus {
    color: #d2bcfc;
}

.protfolio_2_columns .protfolio_2_items p {
    color: rgba(80, 60, 87, 0.8);
    font-size: 18px;
    padding-top: 20px;
}


/* protfolio_2_columns */


/* protfolio_3_columns */

.protfolio_3_columns {
    display: block;
    overflow: hidden;
    background: url("../images/protfolio-bg-2.png") no-repeat center top;
    padding-top: 110px;
}

.protfolio_3_columns .p3_items {
    text-align: center;
    margin-bottom: 55px;
}

.protfolio_3_columns .p3_items img {
    max-width: 100%;
    border-radius: 10px;
}

.protfolio_3_columns .p3_items .p3_img {
    padding: 40px 0 115px;
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: -50px;
}

.protfolio_3_columns .p3_items .p3_img:after {
    content: "";
    position: absolute;
    top: -25px;
    right: -20px;
    background: url("../images/protfolio-col-three-bg.png") no-repeat;
    width: 443px;
    height: 540px;
    display: block;
    background-size: cover;
    z-index: -1;
}

.protfolio_3_columns .p3_items .p3_img .hover {
    position: absolute;
    display: flex;
    overflow: hidden;
    width: 100%;
    left: 0;
    bottom: 116px;
    top: 40px;
    align-items: center;
    justify-content: center;
    transition: all 300ms linear 0s;
    opacity: 0;
}

.protfolio_3_columns .p3_items .p3_img .hover a {
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(238, 199, 252, 0.671);
    width: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    position: absolute;
    right: -100%;
    bottom: 20px;
    transition: all 300ms linear 0s;
}

.protfolio_3_columns .p3_items .p3_img .hover a:hover,
.protfolio_3_columns .p3_items .p3_img .hover a:focus {
    background: #fea9d8;
}

.protfolio_3_columns .p3_items .i_2:after {
    background: url("../images/protfolio-col-three-bg-2.png") no-repeat;
}

.protfolio_3_columns .p3_items .i_3:after {
    background: url("../images/protfolio-col-three-bg-3.png") no-repeat;
}

.protfolio_3_columns .p3_items:hover .p3_img .hover,
.protfolio_3_columns .p3_items:focus .p3_img .hover {
    opacity: 1;
}

.protfolio_3_columns .p3_items:hover .p3_img .hover a,
.protfolio_3_columns .p3_items:focus .p3_img .hover a {
    right: 20px;
}

.protfolio_3_columns .p3_items .heding {
    display: block;
    font: 700 26px/40px "Comfortaa", cursive;
    color: #4b4b4c;
    position: relative;
    z-index: 9;
}

.protfolio_3_columns .p3_items .heding:hover,
.protfolio_3_columns .p3_items .heding:focus {
    color: #d2bcfc;
}


/* protfolio_3_columns */


/* portfolio_grid */

.portfolio_grid {
    display: block;
    overflow: hidden;
    background: url("../images/protfolio-bg-2.png") no-repeat center top;
    padding: 110px 0 50px;
}

.portfolio_grid .protfoli_filter li {
    display: inline-block;
}

.portfolio_grid .protfoli_filter li a {
    font: 600 20px/40px "Muli", sans-serif;
    color: #242425;
    padding: 0 20px;
    display: inline-block;
}

.portfolio_grid .protfoli_filter li:hover a,
.portfolio_grid .protfoli_filter li:focus a,
.portfolio_grid .protfoli_filter li.active a {
    background: #eab2e8;
    color: #fff;
}

.portfolio_grid .poi_w {
    max-width: 1600px;
    margin: 0 auto;
}

.portfolio_grid .portfoli_inner {
    padding-top: 125px;
    position: relative;
    z-index: 1;
}

.portfolio_grid .portfoli_inner:after {
    content: "Rupj Work";
    position: absolute;
    left: 190px;
    top: 20px;
    font: 700 145px/1 "Comfortaa", cursive;
    color: #f2f9ff;
    z-index: -1;
}

.portfolio_grid .portfoli_inner .portfolio_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio_grid .portfoli_inner .portfolio_item img {
    max-width: 100%;
}

.portfolio_grid .portfoli_inner .portfolio_item:before {
    content: "";
    width: 50%;
    height: 50%;
    background-color: rgba(58, 36, 98, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.portfolio_grid .portfoli_inner .portfolio_item:after {
    content: "";
    width: 50%;
    height: 50%;
    background-color: rgba(58, 36, 98, 0.6);
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.portfolio_grid .portfoli_inner .portfolio_item .portfolio_hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 300ms linear 0s;
}

.portfolio_grid .portfoli_inner .portfolio_item .portfolio_hover:before {
    content: "";
    width: 50%;
    height: 50%;
    background-color: rgba(58, 36, 98, 0.6);
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.portfolio_grid .portfoli_inner .portfolio_item .portfolio_hover:after {
    content: "";
    width: 50%;
    height: 50%;
    background-color: rgba(58, 36, 98, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.portfolio_grid .portfoli_inner .portfolio_item .portfolio_hover a {
    font: 700 26px/1 "Comfortaa", cursive;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 15px;
    display: block;
}

.portfolio_grid .portfoli_inner .portfolio_item .portfolio_hover a img {
    display: block;
    margin: 0 auto 40px;
}

.portfolio_grid .portfoli_inner .portfolio_item .portfolio_hover a:hover,
.portfolio_grid .portfoli_inner .portfolio_item .portfolio_hover a:focus {
    color: #fea9d8;
}

.portfolio_grid .portfoli_inner .portfolio_item .portfolio_hover .icons {
    line-height: 45px;
    text-align: center;
    width: 45px;
    color: #d3bbfb;
    background: #eab2e8;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 0;
    transition: all 300ms linear 0s;
    color: #fff;
    font-size: 16px;
}

.portfolio_grid .portfoli_inner .portfolio_item .portfolio_hover .icons:hover,
.portfolio_grid .portfoli_inner .portfolio_item .portfolio_hover .icons:focus {
    background: #d3bbfb;
    color: #fff;
}

.portfolio_grid .portfoli_inner .portfolio_item:hover:before,
.portfolio_grid .portfoli_inner .portfolio_item:focus:before {
    left: 50%;
    opacity: 1;
    z-index: 1;
}

.portfolio_grid .portfoli_inner .portfolio_item:hover:after,
.portfolio_grid .portfoli_inner .portfolio_item:focus:after {
    top: 0;
    opacity: 1;
}

.portfolio_grid .portfoli_inner .portfolio_item:hover .portfolio_hover,
.portfolio_grid .portfoli_inner .portfolio_item:focus .portfolio_hover {
    opacity: 1;
}

.portfolio_grid .portfoli_inner .portfolio_item:hover .portfolio_hover:before,
.portfolio_grid .portfoli_inner .portfolio_item:focus .portfolio_hover:before {
    top: 50%;
    opacity: 1;
}

.portfolio_grid .portfoli_inner .portfolio_item:hover .portfolio_hover:after,
.portfolio_grid .portfoli_inner .portfolio_item:focus .portfolio_hover:after {
    left: 0;
    opacity: 1;
}

.portfolio_grid .portfoli_inner .theme_btn {
    background-color: transparent;
    border: 1px solid #f8f2fe;
    color: #d8b8f7;
    box-shadow: none;
    width: 194px;
    display: block;
    text-transform: capitalize;
    margin: 0 auto;
    margin-top: 70px;
}

.pg_2 {
    background: url("../images/protfolio-bg.png") no-repeat center top;
}

.pg_2 .portfoli_inner:after {
    left: 0;
}


/* portfolio_grid */


/* Portfolio Single */

.portfolio_single {
    display: block;
    overflow: hidden;
    background: url("../images/protfolio-bg-2.png") no-repeat center top;
    padding: 170px 0 60px;
}

.portfolio_single img {
    max-width: 100%;
}

.portfolio_single .tags_row h2 {
    color: #242425;
    font: 700 40px/60px "Comfortaa", cursive;
    display: block;
    padding-bottom: 25px;
}

.portfolio_single .tags_row p {
    font: 400 18px/28px "Muli", sans-serif;
    color: rgba(36, 36, 37, 0.702);
    max-width: 615px;
    padding-bottom: 20px;
}

.portfolio_single .tags_row h4 {
    font: 600 16px/40px "Muli", sans-serif;
    color: #5b5a5a;
    padding-top: 90px;
}

.portfolio_single .tags_row h4 b {
    font-size: 20px;
    color: #000;
}

.portfolio_single .tags_row .social_share {
    padding: 25px 0 80px;
    display: block;
}

.portfolio_single .tags_row .social_share li {
    display: inline-block;
    padding-left: 37px;
}

.portfolio_single .tags_row .social_share li:first-child {
    padding: 0;
}

.portfolio_single .tags_row .social_share li a {
    font-size: 25px;
    color: #909090;
}

.portfolio_single .tags_row .social_share li a:hover,
.portfolio_single .tags_row .social_share li a:focus {
    color: #fea9d8;
}

.portfolio_single .button_row {
    padding-top: 125px;
}

.portfolio_single .button_row .theme_btn {
    text-transform: capitalize;
    font-size: 20px;
    box-shadow: none;
    min-width: 199px;
    letter-spacing: 1px;
    float: right;
}

.portfolio_single .button_row .theme_btn.active {
    background: #f8f1ff;
    color: #454444;
    float: left;
}

.portfolio_single .button_row .grid_btn {
    text-align: center;
    display: block;
    width: 58px;
    color: #ffaaf6;
    margin: 0 auto;
    background: #fff6fe;
    min-width: 105px;
    box-shadow: 0px 22px 24px 0px rgba(193, 191, 193, 0.35);
}

.portfolio_single .button_row .grid_btn i:before {
    font-size: 25px;
    line-height: 52px;
    display: block;
}

.portfolio_single .button_row .grid_btn:hover,
.portfolio_single .button_row .grid_btn:focus {
    color: #fff;
    background: #fea9d8;
}

.portfolio_single .tr_2 {
    padding: 0;
}

.portfolio_single .tr_2 p {
    padding-top: 35px;
}

.portfolio_single .tr_2 h4 {
    padding-top: 20px;
    padding-bottom: 40px;
}

.portfolio_single .tr_2 .social_share {
    padding-bottom: 0;
}

.portfolio_single .single_heding {
    padding: 70px 0;
}

.portfolio_single .protfolio_small_img {
    padding-bottom: 30px;
}

.portfolio_single .ezence {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
    max-width: 1070px;
    padding-top: 25px;
}

.portfolio_slide {
    margin-bottom: 60px;
}

.portfolio_slide img {
    max-width: 100%;
}

.portfolio_slide .prev,
.portfolio_slide .next {
    font-size: 22px;
    line-height: 69px;
    width: 73px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin-left: 20px;
}

.portfolio_slide .prev:hover,
.portfolio_slide .prev:focus,
.portfolio_slide .next:hover,
.portfolio_slide .next:focus {
    background: #fea9d8;
    border-color: #fea9d8;
}

.portfolio_slide .next {
    float: right;
    right: 20px;
}

.single_img_col img {
    max-width: 100%;
}

.slider_col {
    padding-right: 62px;
}

.slider_col .portfolio_slide {
    margin-bottom: 0;
}


/* Portfolio Single */


/*----------------------------------------------------*/


/* Team_area */

.team_area {
    display: block;
    overflow: hidden;
    padding-top: 60px;
    position: relative;
    /* Bg style */
}

.team_area .team_inner {
    max-width: 970px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.team_area .team_inner .team_img {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

.team_area .team_inner .team_img:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #e3b5ee;
    border-radius: 10px;
    height: 36px;
    width: 35px;
}

.team_area .team_inner .team_img:after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -30px;
    background: url("../images/team-img-shap.png") no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.team_area .team_inner .team_img img {
    max-width: 100%;
    border-radius: 50%;
}

.team_area .team_inner .team_contant {
    padding-top: 55px;
}

.team_area .team_inner .team_contant .member_name {
    display: block;
    font: 700 30px/1 "Comfortaa", cursive;
    color: #503c57;
}

.team_area .team_inner .team_contant .member_name:hover,
.team_area .team_inner .team_contant .member_name:focus {
    color: #fea9d8;
}

.team_area .team_inner .team_contant h6 {
    font: 400 18px/28px "Muli", sans-serif;
    color: rgba(80, 60, 87, 0.6);
    padding-top: 8px;
}

.team_area .team_inner .team_contant h6 a {
    color: rgba(80, 60, 87, 0.6);
}

.team_area .team_inner .team_contant h6 a:hover,
.team_area .team_inner .team_contant h6 a:focus {
    color: #fea9d8;
}

.team_area .team_inner .team_contant p {
    font-size: 18px;
    color: rgba(80, 60, 87, 0.8);
    padding-top: 25px;
    padding-bottom: 34px;
    max-width: 520px;
}

.team_area .team_inner .team_contant ul li {
    display: inline-block;
}

.team_area .team_inner .team_contant ul li a {
    font-family: "Font Awesome 5 Brands";
    font-size: 18px;
    color: #6f6272;
    display: inline-block;
    padding-right: 18px;
}

.team_area .team_inner .team_contant ul li a:hover,
.team_area .team_inner .team_contant ul li a:focus {
    color: #fea9d8;
}

.team_area:before {
    content: "";
    position: absolute;
    left: 110px;
    top: 120px;
    background: url("../images/protfolio-shap.png") no-repeat;
    width: 84px;
    height: 74px;
}

.team_area:after {
    content: "";
    border-radius: 50%;
    background-color: rgba(227, 212, 255, 0.851);
    box-shadow: 0px 30px 60px 0px rgba(56, 56, 56, 0.35);
    position: absolute;
    right: 190px;
    top: 200px;
    width: 44px;
    height: 44px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.team_area .shape {
    width: 19px;
    height: 19px;
    border: 4px solid #eca1e6;
    display: block;
    position: absolute;
    top: 30%;
    right: 240px;
    border-radius: 50%;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.team_area .angle_shap {
    position: absolute;
    top: 50%;
    right: 145px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.team_area .shap_2 {
    width: 19px;
    height: 19px;
    border: 3px solid #ffd5fd;
    display: block;
    position: absolute;
    bottom: 100px;
    right: 100px;
    border-radius: 50%;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.team_area .shap_3 {
    position: absolute;
    left: 185px;
    top: 25%;
    background: url("../images/angle-shap-2.png") no-repeat;
    height: 35px;
    width: 27px;
    display: inline-block;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.team_area .shap_4 {
    position: absolute;
    left: 185px;
    bottom: 25%;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}


/* Team_area */


/*----------------------------------------------------*/


/*----------------------------------------------------*/


/* Testimonial_area */

.testimonial_area {
    display: block;
    overflow: hidden;
    padding-top: 140px;
    position: relative;
}

.testimonial_area .shap {
    position: absolute;
    top: 50px;
    left: 360px;
    z-index: -1;
}

.testimonial_area:before {
    content: "";
    position: absolute;
    top: 220px;
    right: 335px;
    border-radius: 10px;
    background-image: -moz-linear-gradient(106deg, #ccb2fb 0%, #ffcbea 100%);
    background-image: -webkit-linear-gradient(106deg, #ccb2fb 0%, #ffcbea 100%);
    background-image: -ms-linear-gradient(106deg, #ccb2fb 0%, #ffcbea 100%);
    box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
    opacity: 0.902;
    box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
    width: 27px;
    height: 26px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.testimonial_area:after {
    content: "";
    width: 19px;
    height: 19px;
    border: 4px solid #ffd5fd;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 350px;
    border-radius: 50%;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.testimonial_area .left_style {
    position: absolute;
    left: 130px;
    top: 250px;
    height: 550px;
    width: 93px;
    display: block;
}

.testimonial_area .left_style .left_inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.testimonial_area .left_style .left_inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/testimonial-border.png") no-repeat;
    bottom: 0;
    right: 0;
    display: block;
    z-index: -1;
}

.testimonial_area .left_style .left_inner .img_1 {
    position: absolute;
    top: 0;
    border-radius: 10px;
    box-shadow: 0px 27px 30px 0px rgba(83, 83, 83, 0.35);
}

.testimonial_area .left_style .left_inner .img_2 {
    position: absolute;
    top: 47%;
    border-radius: 10px;
    right: -28px;
    box-shadow: 0px 27px 30px 0px rgba(83, 83, 83, 0.35);
}

.testimonial_area .left_style .left_inner .img_3 {
    position: absolute;
    bottom: -50px;
    right: 30px;
    border-radius: 10px;
    box-shadow: 0px 27px 30px 0px rgba(83, 83, 83, 0.35);
}

.testimonial_area .right_style {
    left: auto;
    right: 130px;
}

.testimonial_area .right_style .left_inner:after {
    transform: rotate(180deg);
}

.testimonial_area .right_style .left_inner .img_1 {
    right: 0;
}

.testimonial_area .right_style .left_inner .img_2 {
    left: -28px;
    top: 50%;
}

.testimonial_area .right_style .left_inner .img_3 {
    right: -20px;
}

.testimonial_area .testimonial_slide {
    padding-top: 160px;
}

.testimonial_area .testimonial_slide .owl-stage-outer {
    padding: 20px 15px;
    margin-right: -10px;
    margin-left: -10px;
    padding-left: 10px;
}

.testimonial_area .testimonial_slide .testimonial_item {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(223, 223, 223, 0.58);
    padding: 45px;
    padding-bottom: 70px;
    transition: all 300ms linear 0s;
}

.testimonial_area .testimonial_slide .testimonial_item img {
    width: auto;
}

.testimonial_area .testimonial_slide .testimonial_item p {
    font: 400 22px/34px "Muli", sans-serif;
    color: #503c57;
    padding: 45px 0 50px;
}

.testimonial_area .testimonial_slide .testimonial_item .media img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.testimonial_area .testimonial_slide .testimonial_item .media .media-body {
    padding-left: 35px;
}

.testimonial_area .testimonial_slide .testimonial_item .media .media-body a {
    font: 400 22px/1 "Muli", sans-serif;
    color: rgba(36, 36, 37, 0.902);
    display: block;
}

.testimonial_area .testimonial_slide .testimonial_item .media .media-body a:hover,
.testimonial_area .testimonial_slide .testimonial_item .media .media-body a:focus {
    color: #a976ff;
}

.testimonial_area .testimonial_slide .testimonial_item .media .media-body h6 {
    font: 400 18px/30px "Muli", sans-serif;
    color: #a976ff;
    padding-top: 10px;
}

.testimonial_area .testimonial_slide .testimonial_item:hover,
.testimonial_area .testimonial_slide .testimonial_item:focus {
    box-shadow: 0px 10px 20px 0px rgba(238, 229, 253, 0.58);
}

.testimonial_area .testimonial_slide .owl-dots {
    text-align: center;
    padding-top: 70px;
}

.testimonial_area .testimonial_slide .owl-dots button {
    width: 52px;
    height: 8px;
    border-radius: 5px;
    background: #f8f3ff;
    transition: all 300ms linear 0s;
    margin: 0 8px;
}

.testimonial_area .testimonial_slide .owl-dots button:hover,
.testimonial_area .testimonial_slide .owl-dots button:focus,
.testimonial_area .testimonial_slide .owl-dots button.active {
    background: #d3bbfb;
    width: 109px;
}


/* Testimonial_area */


/*----------------------------------------------------*/


/* latest_post_area */

.latest_post_area {
    display: block;
    overflow: hidden;
    margin-top: -120px;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

.latest_post_area:before {
    content: "";
    width: 19px;
    height: 19px;
    border: 4px solid #d3bbfb;
    display: block;
    position: absolute;
    top: 5px;
    left: 120px;
    border-radius: 50%;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.latest_post_area:after {
    content: "";
    position: absolute;
    left: 120px;
    bottom: 0;
    background: url("../images/protfolio-shap.png") no-repeat;
    width: 84px;
    height: 74px;
    z-index: -1;
}

.latest_post_area .latest_post_inner {
    max-width: 1430px;
    float: right;
    margin-right: 120px;
}

.latest_post_area .post_tittle h2 {
    font: 700 45px/65px "Comfortaa", cursive;
    color: #503c57;
}

.latest_post_area .post_tittle p {
    font: 400 22px/34px "Muli", sans-serif;
    padding-top: 40px;
}

.latest_post_area .blog_carousel .owl-stage-outer {
    margin-right: -15px;
    padding-left: 15px;
    margin-left: -15px;
}

.latest_post_area .blog_carousel .latest_news .blog_img {
    display: block;
    overflow: hidden;
    box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
}

.latest_post_area .blog_carousel .latest_news .blog_img img {
    max-width: 100%;
    transition: all 300ms linear 0s;
}

.latest_post_area .blog_carousel .latest_news .heding {
    font: 600 24px/34px "Muli", sans-serif;
    color: #503c57;
    display: block;
    padding-top: 30px;
}

.latest_post_area .blog_carousel .latest_news .heding:hover,
.latest_post_area .blog_carousel .latest_news .heding:focus {
    color: #fea9d8;
}

.latest_post_area .blog_carousel .latest_news h6 {
    font: 400 18px/1 "Muli", sans-serif;
    color: rgba(80, 60, 87, 0.702);
    padding-top: 20px;
}

.latest_post_area .blog_carousel .latest_news:hover .blog_img img,
.latest_post_area .blog_carousel .latest_news:focus .blog_img img {
    transform: scale3D(1.2, 1.2, 2);
}

.latest_post_area .owl-nav {
    position: absolute;
    left: -458px;
    top: 350px;
    z-index: 3;
}

.latest_post_area .owl-nav button {
    line-height: 57px !important;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    color: #d5c6da !important;
    font-size: 18px;
    width: 90px;
    margin-right: 10px;
    box-shadow: 0px 16px 20px 0px rgba(165, 164, 164, 0.35);
    background: #fff !important;
}

.latest_post_area .owl-nav button:hover,
.latest_post_area .owl-nav button:focus {
    background: #d3bbfb !important;
    color: #fff !important;
    box-shadow: 0px 16px 20px 0px rgba(165, 164, 164, 0.35);
}


/* latest_post_area */


/* Blog Area */

.blog_area {
    padding-top: 150px;
    padding-bottom: 0;
    background: url("../images/protfolio-bg-2.png") no-repeat center top;
}

.blog_area .blog_leftsidebar {
    padding-right: 45px;
}

.blog_area .blog_list {
    margin-bottom: 50px;
}

.blog_area .blog_list img {
    max-width: 100%;
}

.blog_area .blog_list .heding {
    display: block;
    font: 600 30px/46px "Comfortaa", cursive;
    color: #503c57;
    padding: 35px 0 5px;
}

.blog_area .blog_list .heding:hover,
.blog_area .blog_list .heding:focus {
    color: #d3bbfb;
}

.blog_area .blog_list .blog_info {
    padding-bottom: 25px;
}

.blog_area .blog_list .blog_info li {
    display: inline-block;
    padding-right: 17px;
}

.blog_area .blog_list .blog_info li a {
    font: 400 15px/30px "Muli", sans-serif;
    color: #4d4d4d;
}

.blog_area .blog_list .blog_info li a i {
    color: #e3dbe7;
    padding-right: 10px;
}

.blog_area .blog_list .blog_info li a:hover,
.blog_area .blog_list .blog_info li a:focus {
    color: #decbfc;
}

.blog_area .blog_list p {
    color: rgba(80, 60, 87, 0.8);
    padding-bottom: 40px;
}

.blog_area .blog_list .red_more {
    font: 600 18px/1 "Muli", sans-serif;
    color: #503c57;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.blog_area .blog_list .red_more:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/more-btn-s.png") no-repeat;
    width: 57px;
    height: 9px;
}

.blog_area .blog_list .red_more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/more-btn-s-hover.png") no-repeat;
    width: 0px;
    height: 9px;
    transition: all 300ms linear 0s;
}

.blog_area .blog_list .red_more:hover,
.blog_area .blog_list .red_more:focus {
    color: #f6addf;
}

.blog_area .blog_list .red_more:hover:after,
.blog_area .blog_list .red_more:focus:after {
    width: 57px;
}

.blog_rightsidebar .input-group {
    background-color: white;
    box-shadow: 0px 16px 22px 0px rgba(204, 204, 204, 0.35);
    border-radius: 20px;
}

.blog_rightsidebar .input-group input {
    box-shadow: none;
    border: 0;
    font: 400 18px/74px "Muli", sans-serif;
    color: #b4bebb;
    border-radius: 0;
    padding: 0 30px;
    height: auto;
}

.blog_rightsidebar .input-group .input-group-text {
    cursor: pointer;
    border-radius: 0;
    border: 0;
    background: #fff;
    border-left: 0;
    color: #ebe1fe;
    padding: 0 28px;
}

.blog_rightsidebar .input-group .input-group-text i {
    font-size: 16px;
    line-height: 55px;
}

.blog_rightsidebar .input-group .input-group-text:hover,
.blog_rightsidebar .input-group .input-group-text:focus {
    color: #fea9d8;
}

.blog_rightsidebar .categories {
    padding-bottom: 60px;
}

.blog_rightsidebar .categories h3 {
    font: 700 22px/1 "Comfortaa", cursive;
    color: #503c57;
    padding-bottom: 20px;
}

.blog_rightsidebar .categories .categories_list {
    padding-top: 10px;
}

.blog_rightsidebar .categories .categories_list li {
    display: block;
}

.blog_rightsidebar .categories .categories_list li a {
    font: 400 18px/48px "Muli", sans-serif;
    color: #503c57;
    position: relative;
    display: block;
    padding-left: 33px;
}

.blog_rightsidebar .categories .categories_list li a:before {
    content: "";
    font: normal normal normal 18px/48px FontAwesome;
    color: #d2bcfc;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 300ms linear 0s;
}

.blog_rightsidebar .categories .categories_list li a span {
    padding-left: 15px;
}

.blog_rightsidebar .categories .categories_list li a:hover,
.blog_rightsidebar .categories .categories_list li a:focus {
    color: #fea9d8;
}

.blog_rightsidebar .categories .categories_list li a:hover:before,
.blog_rightsidebar .categories .categories_list li a:focus:before {
    left: 15px;
    color: #fea9d8;
}

.blog_rightsidebar .post_widget {
    padding-top: 65px;
}

.blog_rightsidebar .post_widget .media {
    margin-top: 20px;
}

.blog_rightsidebar .post_widget .media img {
    border-radius: 50%;
}

.blog_rightsidebar .post_widget .media .media-body {
    padding-left: 10px;
}

.blog_rightsidebar .post_widget .media .media-body a {
    color: #503c57;
    font: 600 18px/1 "Muli", sans-serif;
}

.blog_rightsidebar .post_widget .media .media-body a:hover,
.blog_rightsidebar .post_widget .media .media-body a:focus {
    color: #d3bbfb;
}

.blog_rightsidebar .post_widget .media .media-body span {
    font: 400 15px/1 "Muli", sans-serif;
    color: rgba(60, 64, 80, 0.702);
    padding-top: 10px;
    display: block;
}


/* Pagination */

.pagination {
    display: block;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 65px;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    font: 400 20px/46px "Muli", sans-serif;
    color: #537097;
    width: 46px;
    border-radius: 50%;
    display: block;
    text-align: center;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li a.active {
    background: #fea9d8;
    color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(191, 97, 184, 0.35);
}


/* Blog Single */

.blog_single img {
    max-width: 100%;
}

.blog_single .blog_img {
    position: relative;
}

.blog_single .blog_img .date {
    position: absolute;
    font: 700 40px/1 "Comfortaa", cursive;
    left: 0;
    bottom: 0;
    color: #fea9d8;
    width: 142px;
    display: block;
    background: #fff;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 18px 33px 0px rgba(182, 182, 182, 0.35);
    padding: 20px 0;
}

.blog_single .blog_img .date small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #503c57;
    font-family: "Muli", sans-serif;
    padding-top: 5px;
}

.blog_single h2 {
    font: 700 30px/46px "Comfortaa", cursive;
    color: #282331;
    display: block;
    padding-top: 40px;
    max-width: 750px;
}

.blog_single .blog_info {
    padding: 25px 0;
}

.blog_single .blog_info li {
    display: inline-block;
    padding-right: 17px;
}

.blog_single .blog_info li a {
    font: 400 15px/30px "Muli", sans-serif;
    color: #4d4d4d;
}

.blog_single .blog_info li a i {
    color: #e3dbe7;
    padding-right: 10px;
}

.blog_single .blog_info li a:hover,
.blog_single .blog_info li a:focus {
    color: #decbfc;
}

.blog_single p {
    padding-top: 20px;
}

.blog_single .quote {
    color: #282331;
    font: 400 24px/38px "Comfortaa", cursive;
    background-color: white;
    box-shadow: 0px 16px 22px 0px rgba(204, 204, 204, 0.35);
    z-index: 1;
    margin: 70px 0 30px;
    padding: 60px 50px;
}

.blog_single .share_row {
    padding-top: 55px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.blog_single .share_row li {
    display: inline-block;
    padding-right: 7px;
    font: 600 16px "Muli", sans-serif;
    color: rgba(0, 0, 0, 0.702);
}

.blog_single .share_row li:first-child {
    padding-right: 20px;
}

.blog_single .share_row li a {
    width: 34px;
    line-height: 34px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    background: #fff2fb;
}

.blog_single .share_row li a:hover,
.blog_single .share_row li a:focus {
    background: #fea9d8;
}

.blog_single .np_btn {
    display: block;
    overflow: hidden;
    padding: 120px 10px 90px;
}

.blog_single .np_btn .prev_btn {
    font: 400 18px/1 "Muli", sans-serif;
    color: #101010;
    position: relative;
    padding-bottom: 20px;
}

.blog_single .np_btn .prev_btn:after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 0;
    background: url(../images/more-btn-s-hover.png) no-repeat;
    width: 57px;
    height: 9px;
}

.blog_single .np_btn .prev_btn i {
    font-size: 14px;
    color: #fbddf2;
    padding-right: 17px;
}

.blog_single .np_btn .prev_btn:hover,
.blog_single .np_btn .prev_btn:focus {
    color: #fea9d8;
}

.blog_single .np_btn .prev_btn.tb_2 {
    float: right;
}

.blog_single .np_btn .prev_btn.tb_2:after {
    right: auto;
    left: 10px;
}

.blog_single .np_btn .prev_btn.tb_2 i {
    padding: 0;
    padding-left: 17px;
}

.blog_single .comments_area {
    display: block;
}

.blog_single .comments_area h3 {
    font: 700 25px/1 "Comfortaa", cursive;
    color: #101010;
    padding-bottom: 55px;
}

.blog_single .comments_area .author {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(226, 226, 226, 0.35);
    padding: 50px 40px;
    margin-bottom: 50px;
}

.blog_single .comments_area .author img {
    border-radius: 50%;
}

.blog_single .comments_area .author .media-body {
    padding-left: 40px;
}

.blog_single .comments_area .author .media-body a {
    font: 600 22px/1 "Muli", sans-serif;
    color: #000000;
    display: block;
}

.blog_single .comments_area .author .media-body a span {
    font-weight: 400;
    font-size: 16px;
    color: rgba(16, 16, 16, 0.6);
    padding-left: 25px;
}

.blog_single .comments_area .author .media-body a span i {
    padding-right: 8px;
}

.blog_single .comments_area .author .media-body p {
    color: rgba(63, 87, 120, 0.702);
    font-size: 16px;
}

.blog_single .comments_area .author .media-body .input-group {
    border-bottom: 1px solid #e9e9e9;
    max-width: 435px;
    margin-top: 20px;
}

.blog_single .comments_area .author .media-body .input-group .input-group-text,
.blog_single .comments_area .author .media-body .input-group input {
    border: 0;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.4);
    font: 400 16px/50px "Muli", sans-serif;
    padding: 0;
    background-color: transparent;
    height: auto;
}

.blog_single .comments_area .author .media-body .input-group .input-group-text.placeholder,
.blog_single .comments_area .author .media-body .input-group input.placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.blog_single .comments_area .author .media-body .input-group .input-group-text:-moz-placeholder,
.blog_single .comments_area .author .media-body .input-group input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.blog_single .comments_area .author .media-body .input-group .input-group-text::-moz-placeholder,
.blog_single .comments_area .author .media-body .input-group input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.blog_single .comments_area .author .media-body .input-group .input-group-text::-webkit-input-placeholder,
.blog_single .comments_area .author .media-body .input-group input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.blog_single .comments_area .author .media-body .input-group .input-group-text:focus.placeholder,
.blog_single .comments_area .author .media-body .input-group input:focus.placeholder {
    color: transparent;
}

.blog_single .comments_area .author .media-body .input-group .input-group-text:focus:-moz-placeholder,
.blog_single .comments_area .author .media-body .input-group input:focus:-moz-placeholder {
    color: transparent;
}

.blog_single .comments_area .author .media-body .input-group .input-group-text:focus::-moz-placeholder,
.blog_single .comments_area .author .media-body .input-group input:focus::-moz-placeholder {
    color: transparent;
}

.blog_single .comments_area .author .media-body .input-group .input-group-text:focus::-webkit-input-placeholder,
.blog_single .comments_area .author .media-body .input-group input:focus::-webkit-input-placeholder {
    color: transparent;
}

.blog_single .comments_area .author .media-body .input-group .input-group-text {
    color: #f6addf;
    cursor: pointer;
    position: relative;
    top: 5px;
}

.blog_single .comments_area .author_r {
    margin-left: 80px;
}


/* Blog Single */


/*----------------------------------------------------*/


/* pricing_plan_area */

.pricing_plan_area {
    background: url("../images/priching-bg.png") no-repeat right bottom;
    padding: 170px 0 315px;
    position: relative;
}

.pricing_plan_area:before {
    content: "";
    position: absolute;
    left: 230px;
    top: 90px;
    background: url("../images/protfolio-shap.png") no-repeat;
    width: 84px;
    height: 74px;
    z-index: -1;
}

.pricing_plan_area:after {
    content: "";
    position: absolute;
    right: 115px;
    bottom: 500px;
    background: url("../images/angle-shap.png") no-repeat;
    width: 27px;
    height: 35px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.pricing_plan_area .tittle_img {
    padding-bottom: 100px;
}

.pricing_plan_area .plan {
    box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
    background: #fdfdfd;
    padding: 50px 50px 80px;
    margin-bottom: 30px;
    position: relative;
}

.pricing_plan_area .plan h2 {
    font: 700 44px/1 "Comfortaa", cursive;
    color: #fda3d5;
    display: flex;
    align-items: center;
}

.pricing_plan_area .plan h2 span {
    display: inline-block;
    background: #f1e8ff;
    font: 400 16px/30px "Muli", sans-serif;
    text-align: center;
    color: #a18ec0;
    border-radius: 10px;
    padding: 0 20px;
    margin-left: 20px;
}

.pricing_plan_area .plan h4 {
    font: 600 20px/1 "Muli", sans-serif;
    color: #503c57;
    display: block;
    padding: 10px 0 42px;
}

.pricing_plan_area .plan ul li {
    font: 400 16px/32px "Muli", sans-serif;
    color: rgba(80, 60, 87, 0.8);
}

.pricing_plan_area .plan a {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f1e8ff;
    height: 158px;
    width: 124px;
}

.pricing_plan_area .plan a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 42px;
    width: 2px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.pricing_plan_area .plan a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 42px;
    height: 2px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.pricing_plan_area .plan a:hover,
.pricing_plan_area .plan a:focus {
    background-image: -moz-linear-gradient(-179deg, #fda3d5 0%, #d3bbfb 100%);
    background-image: -webkit-linear-gradient(-179deg, #fda3d5 0%, #d3bbfb 100%);
    background-image: -ms-linear-gradient(-179deg, #fda3d5 0%, #d3bbfb 100%);
}


/* pricing_plan_area */


/*----------------------------------------------------*/


/* Services_area */

.services_area {
    display: block;
    padding-top: 165px;
    position: relative;
    z-index: 1;
}

.services_area:before {
    content: "";
    position: absolute;
    left: 90px;
    top: 460px;
    background: url("../images/angle-shap-2.png") no-repeat;
    height: 35px;
    width: 27px;
    display: inline-block;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.services_area:after {
    content: "";
    position: absolute;
    left: 140px;
    bottom: 30px;
    background: url("../images/services-shap-2.png") no-repeat;
    height: 32px;
    width: 168px;
    display: inline-block;
    animation: heartbeat 0.8s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.services_area .tittle_img {
    margin: 0 auto;
    display: block;
}

.services_area .services_shap {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -1;
}

.services_area .services_inner {
    padding: 160px 35px 90px;
    position: relative;
}

.services_area .services_inner .services_bg {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: rotation 20s infinite;
    max-width: 100%;
}

.services_area .services_inner .media {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 30px 0px rgba(203, 203, 203, 0.35);
    padding: 50px 40px;
    max-width: 470px;
    min-height: 320px;
}

.services_area .services_inner .media .icons {
    background: #fea9d8;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 52px;
    line-height: 50px;
    font-size: 22px;
    border-radius: 10px;
}

.services_area .services_inner .media .i_2 {
    background: #ffaafa;
}

.services_area .services_inner .media .i_3 {
    background: #d3bbfb;
}

.services_area .services_inner .media .i_4 {
    background: #b8fcc1;
}

.services_area .services_inner .media .i_5 {
    background: #9ff5ff;
}

.services_area .services_inner .media .media-body {
    padding-left: 30px;
}

.services_area .services_inner .media .media-body a {
    font: 700 24px/38px "Muli", sans-serif;
    color: #503c57;
}

.services_area .services_inner .media .media-body a:hover,
.services_area .services_inner .media .media-body a:focus {
    color: #fea9d8;
}

.services_area .services_inner .media .media-body p {
    font: 400 16px/30px "Muli", sans-serif;
    color: rgba(80, 60, 87, 0.8);
    padding-top: 20px;
}

.services_area .services_inner .media_2 {
    float: right;
    z-index: 1;
    position: relative;
}

.services_area .services_inner .media_3 {
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: -30px;
}

.sa_2 {
    padding-top: 50px;
}

.sa_2 .services_shap {
    top: -160px;
}


/* Services_area */


/* Agency_services_area */

.agency_services_area {
    display: block;
    overflow: hidden;
    padding-top: 60px;
    position: relative;
}

.agency_services_area:before {
    content: "";
    position: absolute;
    left: 110px;
    top: 120px;
    background: url("../images/protfolio-shap.png") no-repeat;
    width: 84px;
    height: 74px;
}

.agency_services_area:after {
    content: "";
    border-radius: 50%;
    background-color: rgba(227, 212, 255, 0.851);
    box-shadow: 0px 30px 60px 0px rgba(56, 56, 56, 0.35);
    position: absolute;
    right: 190px;
    top: 230px;
    width: 44px;
    height: 44px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: -1;
}

.agency_services_area img {
    max-width: 100%;
}

.agency_services_area .services_contant {
    padding-top: 70px;
}

.agency_services_area .services_contant a {
    font: 700 30px/45px "Comfortaa", cursive;
    color: #503c57;
    padding-bottom: 30px;
    display: block;
}

.agency_services_area .services_contant a:hover,
.agency_services_area .services_contant a:focus {
    color: #fea9d8;
}

.agency_services_area .services_contant p {
    color: rgba(80, 60, 87, 0.8);
    font-size: 18px;
    max-width: 510px;
}

.agency_services_area .marketing_services {
    margin-bottom: -10px;
}

.agency_services_area .marketing_services .services_contant {
    padding-top: 30px;
}

.agency_services_area .marketing_services .services_img {
    margin-top: -60px;
}

.agency_services_area .angle_shap {
    position: absolute;
    bottom: 350px;
    right: 280px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.agency_services_area .shape {
    width: 19px;
    height: 19px;
    border: 4px solid #eca1e6;
    display: block;
    position: absolute;
    top: 40%;
    right: 240px;
    border-radius: 50%;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}


/* Agency_services_area */


/* faq_area */

.faq_area {
    display: block;
    overflow: hidden;
    background: url("../images/faq-bg.png") no-repeat center top;
    padding: 300px 0 250px;
}

.faq_area .faq_items {
    padding-bottom: 60px;
    padding-left: 35px;
}

.faq_area .faq_items h4 {
    font: 600 24px/35px "Muli", sans-serif;
    color: #585880;
    padding-bottom: 35px;
}

.faq_area .faq_items p {
    font-size: 18px;
    color: rgba(36, 36, 37, 0.702);
}


/* faq_area */


/*----------------------------------------------------*/


/* contact_area */

.contact_area {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 170px;
}

.contact_area:before {
    content: "";
    position: absolute;
    left: 100px;
    top: 120px;
    background: url("../images/contact-bg-1.png") no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact_area:after {
    content: "";
    position: absolute;
    right: 200px;
    top: 150px;
    background: url("../images/contact-bg-2.png") no-repeat;
    width: 310px;
    height: 224px;
    z-index: -1;
}

.contact_area .contact_inner {
    background-color: white;
    box-shadow: 0px 0px 22px 0px rgba(205, 205, 205, 0.35);
    padding: 80px 50px 110px;
}

.contact_area .from_main .form-group {
    margin-bottom: 30px;
}

.contact_area .from_main .form-group .form-control {
    box-shadow: none;
    outline: none;
    border: 1px solid #f5f0ff;
    background: #fff;
    font: 400 16px/58px "Muli", sans-serif;
    color: rgba(40, 35, 49, 0.6);
    border-radius: 0;
    height: auto;
    padding: 0 25px;
    resize: none;
    min-width: 100%;
}

.contact_area .from_main .form-group .form-control.placeholder {
    color: rgba(40, 35, 49, 0.6);
}

.contact_area .from_main .form-group .form-control:-moz-placeholder {
    color: rgba(40, 35, 49, 0.6);
}

.contact_area .from_main .form-group .form-control::-moz-placeholder {
    color: rgba(40, 35, 49, 0.6);
}

.contact_area .from_main .form-group .form-control::-webkit-input-placeholder {
    color: rgba(40, 35, 49, 0.6);
}

.contact_area .from_main .form-group .form-control:focus {
    box-shadow: 0px 18px 28px 0px rgba(220, 205, 240, 0.35);
    border-color: #fff;
}

.contact_area .from_main .form-group .form-control:focus.placeholder {
    color: transparent;
}

.contact_area .from_main .form-group .form-control:focus:-moz-placeholder {
    color: transparent;
}

.contact_area .from_main .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
}

.contact_area .from_main .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.contact_area .from_main .form-group textarea {
    line-height: 30px !important;
    height: 190px !important;
    padding-top: 20px !important;
}

.contact_area .from_main .form-group .theme_btn {
    border: 0;
    box-shadow: none;
    outline: none;
    width: 130px;
    line-height: 50px;
    display: block;
    border-radius: 30px;
    text-transform: capitalize;
    margin-top: 50px;
}

.contact_area .from_main .form-group.has-error .form-control {
    border-color: red;
}

.contact_area .quick_find {
    box-shadow: 0px 0px 37px 0px rgba(243, 216, 255, 0.35);
    max-width: 360px;
    float: right;
    padding-bottom: 50px;
}

.contact_area .quick_find li {
    padding-left: 100px;
    padding-right: 60px;
    font: 700 18px/34px "Muli", sans-serif;
    color: #272626;
    padding-top: 36px;
}

.contact_area .quick_find li:first-child {
    font-size: 20px;
    line-height: 80px;
    font-weight: 400;
    padding-top: 0;
    color: #d3bbfb;
    border-bottom: 1px solid #eeeeee;
}

.contact_area .quick_find li a,
.contact_area .quick_find li span {
    font-size: 16px;
    font-weight: 400;
    color: #a3a1a1;
    display: block;
}

.contact_area .map_area {
    display: block;
    overflow: hidden;
    position: relative;
}

.contact_area .map_area:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(28, 2, 69, 0.502);
    z-index: 1;
    transition: all 300ms linear 0s;
}

.contact_area .map_area iframe {
    border: 0;
    width: 100%;
    height: 598px;
}

.contact_area .map_area .map_marker {
    border-radius: 50%;
    background-color: #847697;
    box-shadow: 0px 20px 32px 0px rgba(146, 123, 181, 0.35);
    position: absolute;
    width: 120px;
    height: 120px;
    left: 50px;
    bottom: 112px;
    color: #fff;
    text-align: center;
    cursor: grab;
}

.contact_area .map_area .map_marker i:before {
    font-size: 41px;
    line-height: 120px;
}

.contact_area .map_area:hover:after,
.contact_area .map_area:focus:after {
    opacity: 0;
    z-index: -1;
}

.contact_area .socail_icons {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 40px;
}

.contact_area .socail_icons li {
    display: inline-block;
    padding-left: 30px;
}

.contact_area .socail_icons li:first-child {
    padding: 0;
}

.contact_area .socail_icons li a {
    border-radius: 10px;
    font-size: 24px;
    color: #e0d0f8;
    background: #f6f0ff;
    width: 81px;
    line-height: 86px;
    text-align: center;
    display: block;
    font-family: "Font Awesome 5 Brands";
}

.contact_area .socail_icons li a:hover,
.contact_area .socail_icons li a:focus {
    color: #fff;
    background-color: #f6addf;
    box-shadow: 0px 26px 36px 0px rgba(206, 130, 225, 0.35);
}


/* contact_area */


/* leave_reply Area */

.leave_reply {
    display: block;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
}

.leave_reply h2 {
    font: 600 25px/1 "Comfortaa", cursive;
    color: #503c57;
    padding-top: 40px;
    padding-bottom: 55px;
}

.leave_reply .form-group {
    margin-bottom: 50px;
}

.leave_reply .form-group .form-control {
    box-shadow: none;
    outline: none;
    border-radius: 30px;
    border: 0;
    background: #fff8fd;
    font: 400 16px/60px "Muli", sans-serif;
    color: rgba(83, 112, 151, 0.6);
    height: auto;
    padding: 0 30px;
    resize: none;
}

.leave_reply .form-group .form-control.placeholder {
    color: rgba(83, 112, 151, 0.6);
}

.leave_reply .form-group .form-control:-moz-placeholder {
    color: rgba(83, 112, 151, 0.6);
}

.leave_reply .form-group .form-control::-moz-placeholder {
    color: rgba(83, 112, 151, 0.6);
}

.leave_reply .form-group .form-control::-webkit-input-placeholder {
    color: rgba(83, 112, 151, 0.6);
}

.leave_reply .form-group .form-control:hover,
.leave_reply .form-group .form-control:focus {
    background-color: white;
    box-shadow: 0px 20px 18px 0px rgba(230, 211, 188, 0.35);
}

.leave_reply .form-group .form-control:hover.placeholder,
.leave_reply .form-group .form-control:focus.placeholder {
    color: transparent;
}

.leave_reply .form-group .form-control:hover:-moz-placeholder,
.leave_reply .form-group .form-control:focus:-moz-placeholder {
    color: transparent;
}

.leave_reply .form-group .form-control:hover::-moz-placeholder,
.leave_reply .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
}

.leave_reply .form-group .form-control:hover::-webkit-input-placeholder,
.leave_reply .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.leave_reply .form-group textarea {
    height: 210px !important;
    line-height: 30px !important;
    padding-top: 30px !important;
}

.leave_reply .form-group .theme_btn {
    margin: 0;
    min-width: 150px;
    color: #fff;
    background: #f6addf;
    cursor: pointer;
    border: 0;
    line-height: 50px;
    border-radius: 10px;
    box-shadow: none;
    overflow: hidden;
    font-weight: 400;
    margin-bottom: 50px;
}

.leave_reply .form-group .theme_btn:hover,
.leave_reply .form-group .theme_btn:focus {
    box-shadow: 0px 25px 42px 0px rgba(164, 109, 253, 0.35);
    color: #fff;
}


/* End leave_reply Area */


/*----------------------------------------------------*/


/* Contact_us */

.contact_us {
    display: block;
    margin-bottom: -148px;
    padding-top: 20px;
}

.contact_us .input-group {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 18px 34px 0px rgba(160, 160, 160, 0.35);
    padding: 63px 80px;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    max-width: 1030px;
    margin: 0 auto;
}

.contact_us .input-group:before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 20px;
    background: url("../images/sub-shap-1.png") no-repeat;
    width: 19px;
    height: 27px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.contact_us .input-group:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 20px;
    background: url("../images/sub-shap-2.png") no-repeat;
    width: 19px;
    height: 27px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.contact_us .input-group .form-control {
    box-shadow: none;
    outline: none;
    border: 1px solid #f1f1f1;
    font: 400 16px/78px "Muli", sans-serif;
    padding: 0 40px;
    color: #bbb;
    height: auto;
    border-radius: 10px 0px 0px 10px;
}

.contact_us .input-group .form-control.placeholder {
    color: #bbb;
}

.contact_us .input-group .form-control:-moz-placeholder {
    color: #bbb;
}

.contact_us .input-group .form-control::-moz-placeholder {
    color: #bbb;
}

.contact_us .input-group .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.contact_us .input-group .form-control:focus {
    border-color: #d8b8f7;
}

.contact_us .input-group .form-control:focus.placeholder {
    color: transparent;
}

.contact_us .input-group .form-control:focus:-moz-placeholder {
    color: transparent;
}

.contact_us .input-group .form-control:focus::-moz-placeholder {
    color: transparent;
}

.contact_us .input-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.contact_us .input-group .input-group-text {
    background: #d8b8f7;
    color: #fff;
    border-color: #d8b8f7;
    font: 600 20px/78px "Muli", sans-serif;
    text-transform: uppercase;
    min-width: 310px;
    text-align: center;
    display: block;
    transition: all 300ms linear 0s;
    cursor: pointer;
}

.contact_us .input-group .input-group-text:hover,
.contact_us .input-group .input-group-text:focus {
    background: #d3bbfb;
}

.cu_2 {
    padding-top: 80px;
}


/* Contact_us */


/* Footer Home pages */

.footer_area {
    display: block;
    overflow: hidden;
    background: #f8f1ff;
    padding-top: 275px;
    position: relative;
}

.footer_area:before {
    content: "";
    position: absolute;
    top: 150px;
    left: 126px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #d3bbfb;
    animation: moveShap 20s linear 2s infinite alternate;
}

.footer_area:after {
    content: "";
    position: absolute;
    left: 210px;
    bottom: 50px;
    background: url("../images/protfolio-shap.png") no-repeat;
    width: 84px;
    height: 74px;
}

.footer_area .footer_inner {
    position: relative;
}

.footer_area .footer_inner:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #efc0da;
    animation: moveShap 20s linear 2s infinite alternate;
}

.footer_area .footer_inner:after {
    content: "";
    position: absolute;
    bottom: -20px;
    top: auto;
    left: 50%;
    right: 0;
    margin: 0 auto;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #e5d6ff;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.footer_area .footer_inner .footer_logo {
    margin-bottom: 30px;
    padding-right: 0;
}

.footer_area .footer_inner .footer_logo p {
    font: 400 18px/34px "Muli", sans-serif;
    color: #503c57;
    padding: 35px 0 40px;
}

.footer_area .footer_inner .footer_logo .theme_btn {
    background-color: transparent;
    font: 400 16px/45px "Muli", sans-serif;
    color: #c5a2fe;
    box-shadow: none;
    padding: 0 13px;
    border: 2px solid #f2eaff;
    text-transform: capitalize;
}

.footer_area .footer_inner .footer_logo .theme_btn i {
    font-size: 18px;
    margin-right: 5px;
}

.footer_area .footer_inner .footer_logo .footer_social {
    padding-top: 45px;
}

.footer_area .footer_inner .footer_logo .footer_social li {
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 10px;
}

.footer_area .footer_inner .footer_logo .footer_social li:last-child {
    padding-right: 0;
}

.footer_area .footer_inner .footer_logo .footer_social li a {
    font-size: 18px;
    color: #d3bbfb;
}

.footer_area .footer_inner .footer_logo .footer_social li a:hover,
.footer_area .footer_inner .footer_logo .footer_social li a:focus {
    color: #fea9d8;
}

.footer_area .footer_inner .footer_widget {
    padding: 0;
    margin-bottom: 50px;
    padding-left: 95px;
}

.footer_area .footer_inner .footer_widget h4 {
    font: 600 20px/1 "Muli", sans-serif;
    color: #4b4b4c;
    padding-bottom: 45px;
    padding-top: 12px;
}

.footer_area .footer_inner .footer_widget .footer_nav li a {
    font: 400 18px/42px "Muli", sans-serif;
    color: rgba(80, 60, 87, 0.8);
}

.footer_area .footer_inner .footer_widget .footer_nav li a:hover,
.footer_area .footer_inner .footer_widget .footer_nav li a:focus {
    color: #fea9d8;
}

.footer_area .footer_inner .footer_widget address {
    font: 400 18px/34px "Muli", sans-serif;
    color: rgba(80, 60, 87, 0.8);
    padding-top: 7px;
}

.footer_area .footer_inner .footer_widget address a {
    display: block;
    color: rgba(80, 60, 87, 0.8);
    padding-top: 15px;
}

.footer_area .footer_inner .footer_widget address a:hover,
.footer_area .footer_inner .footer_widget address a:focus {
    color: #fea9d8;
}

.footer_area .footer_inner .footer_widget address .phone {
    font-size: 26px;
    color: #feb6e5;
    font-weight: 700;
    padding-top: 33px;
}

.footer_area .footer_inner .footer_widget p {
    color: rgba(40, 35, 49, 0.702);
    padding-top: 7px;
    padding-bottom: 45px;
    max-width: 250px;
}

.footer_area .footer_inner .fw_2 {
    padding-left: 35px;
}

.footer_area .footer_inner .fw_3 {
    padding-left: 55px;
}

.footer_area .copy_right {
    display: block;
    overflow: hidden;
    font: 400 18px/1 "Muli", sans-serif;
    color: #ccadff;
    text-align: center;
    padding: 40px 0;
}

.footer_area .copy_right a {
    color: #ccadff;
}

.footer_area .copy_right a:hover,
.footer_area .copy_right a:focus {
    color: #fea9d8;
}

.footer_area .footer_style:before {
    content: "";
    position: absolute;
    right: 200px;
    top: 220px;
    background: url("../images/angle-shap.png") no-repeat;
    width: 27px;
    height: 35px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.footer_area .footer_style:after {
    content: "";
    width: 19px;
    height: 19px;
    border: 4px solid #ffd5fd;
    display: block;
    position: absolute;
    background: #fff;
    right: 230px;
    bottom: 170px;
    border-radius: 50%;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}


/* End Footer Home pages */

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 15px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background: #d3bbfb;
    border: 0;
    box-shadow: none;
    z-index: 999;
    color: #fff;
    display: none;
}

.scroll-top:hover,
.scroll-top:focus {
    background: #ce8506;
}


/*----------------------------------------------------*/

@media (max-width: 1610px) {
    .latest_post_area {
        padding-left: 15px;
        padding-right: 15px;
    }
    .latest_post_area .latest_post_inner {
        margin: 0;
        float: none;
    }
    .banner_area .banner_slide {
        width: 50%;
        top: 330px;
    }
}

@media (max-width: 1440px) {
    .portfolio_area .portfolio_content {
        padding-top: 60px;
    }
    .portfolio_area .portfolio_img a {
        right: 120px;
    }
    .ba_2 .video_aea {
        right: 15px;
    }
}

@media (max-width: 1366px) {
    .ba_2 .carousel .banner_caption::before {
        display: none;
    }
    .banner_area h2 {
        padding-top: 100px;
    }
}

@media (max-width: 1199px) {
    .banner_area {
        padding-bottom: 0;
    }
    .banner_area h2 {
        padding-top: 0;
    }
    .banner_area p {
        padding-bottom: 60px;
    }
    .banner_area .banner_slide {
        position: relative;
        top: 0;
        width: 100%;
    }
    .banner_caption {
        padding-bottom: 71px;
    }
    .video_aea {
        padding: 60px 20px;
    }
    .enterprise_area .enterprise_text {
        position: relative;
        z-index: 1;
    }
    .enterprise_area .enterprise_text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .portfolio_area .portfolio_img a {
        right: 70px;
    }
    .portfolio_area .portfolio_content {
        padding: 0;
    }
    .pricing_plan_area {
        padding-top: 100px;
        padding-bottom: 150px;
    }
    .pricing_plan_area .plan {
        padding: 50px 20px;
    }
    .pricing_plan_area .plan a {
        height: 100px;
        width: 80px;
    }
    .pricing_plan_area .tittle_img {
        padding-bottom: 50px;
    }
    .latest_post_area .post_tittle {
        padding: 0;
        padding-bottom: 50px;
    }
    .latest_post_area .post_tittle p {
        padding-top: 10px;
    }
    .services_area {
        overflow: hidden;
    }
    .ba_2 {
        padding-bottom: 0;
    }
    .ba_2::after {
        display: none;
    }
    .ba_2 .carousel .banner_caption {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ba_2 .carousel .banner_caption:after {
        display: none;
    }
    .ba_2 .video_aea {
        position: inherit;
        left: 0;
        right: 0;
        margin: 0 auto;
        float: none;
        bottom: 80px;
    }
    .pa_2 .portfolio_img {
        margin: 0 auto;
        padding-bottom: 460px;
    }
    .pages_tittle:after {
        display: none;
    }
    .protfolio_3_columns .p3_items .p3_img:after {
        width: 100%;
        height: 100%;
        background-size: contain;
    }
    .portfolio_grid .portfoli_inner .portfolio_item .portfolio_hover a {
        font-size: 20px;
    }
    .portfolio_grid .portfoli_inner .portfolio_item .portfolio_hover a img {
        margin-bottom: 20px;
    }
    .portfolio_grid .portfoli_inner {
        padding-top: 50px;
    }
    .portfolio_grid .portfoli_inner:after {
        font-size: 80px;
        left: 0;
    }
    .portfolio_single .tr_2 p {
        padding-top: 0;
    }
    .portfolio_single .tags_row .social_share li {
        padding-left: 20px;
    }
    .contact_area .quick_find {
        float: none;
    }
    .contact_area .quick_find li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .countdown_area .countdown .items {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .main_header_area {
        padding-top: 20px;
    }
    .main_header_area .navbar .navbar-toggler {
        font-size: 30px;
        color: #fea9d8;
        padding: 0;
        margin: 0;
        line-height: 62px;
        border: 0;
        float: right;
    }
    .main_header_area .navbar .navbar_supported {
        float: none;
        width: 100%;
    }
    .main_header_area .navbar .navbar-nav {
        margin: 0;
        max-height: 370px;
        overflow-y: auto;
        background: #d3bbfb;
        border: 1px dashed #fff;
        padding-left: 0 !important;
    }
    .main_header_area .navbar .navbar-nav li {
        border-bottom: 1px dashed #fff;
    }
    .main_header_area .navbar .navbar-nav li:last-child {
        border: 0;
    }
    .main_header_area .navbar .navbar-nav li a {
        line-height: 45px !important;
        margin: 0 20px !important;
        color: #fff !important;
    }
    .main_header_area .navbar .navbar-nav li a:after {
        display: none !important;
    }
    .main_header_area .navbar .navbar-nav li a:before {
        display: none;
    }
    .main_header_area .navbar .navbar-nav li a.theme_btn {
        background: transparent !important;
        text-align: left !important;
        color: #fff;
        border: 0;
    }
    .main_header_area .navbar .navbar-nav li.dropdown {
        position: relative;
    }
    .main_header_area .navbar .navbar-nav li.dropdown:after {
        content: "\f103";
        position: absolute;
        top: 0;
        right: 20px;
        font: normal normal normal 15px/48px FontAwesome;
        color: #fff;
    }
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        border-top: 1px dashed #fff;
        border-radius: 0 !important;
        padding: 0 !important;
    }
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu:before {
        display: none;
    }
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a {
        border: 0;
        color: #fff;
        margin: 0 10px;
    }
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:hover,
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:focus,
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a.active {
        color: #fff;
        border: 0;
        padding: 0 20px;
    }
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu .dropdown:after {
        display: none;
    }
    .mha_3 {
        padding-top: 10px;
    }
    .banner_caption {
        padding-bottom: 71px;
    }
    .banner_caption:after {
        display: none;
    }
    .how_it_work_area {
        padding-top: 100px;
    }
    .how_it_work_area .video_aea {
        float: left;
        margin-top: 50px;
    }
    .services_area {
        padding-top: 50px;
        overflow: hidden;
    }
    .services_area .services_inner {
        padding: 70px 0;
    }
    .services_area .services_inner .media {
        margin: 0 auto 30px;
        min-height: auto;
    }
    .services_area .services_inner .media_2 {
        float: none;
    }
    .enterprise_area {
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 50px;
    }
    .enterprise_area .enterprise_img {
        padding-right: 15px;
        text-align: center;
    }
    .portfolio_area {
        padding-top: 60px;
    }
    .portfolio_area .tittle_img:after {
        right: 20px;
    }
    .portfolio_area .portfolio_img a {
        right: 150px;
    }
    .testimonial_area {
        padding-top: 50px;
    }
    .testimonial_area .testimonial_slide {
        padding-top: 80px;
    }
    .testimonial_area .left_style {
        display: none;
    }
    .contact_us .input-group .input-group-text {
        min-width: 200px;
        font-size: 15px;
    }
    .footer_area .footer_inner .fw_2 {
        padding-left: 15px;
    }
    .how_it_2 {
        padding-top: 0;
    }
    .google_analytics {
        padding-left: 15px;
        padding-top: 90px;
    }
    .pa_2 {
        padding-bottom: 0;
    }
    .mha_2 {
        padding: 10px 0;
    }
    .pages_banner_area {
        margin-top: 80px;
    }
    .agency_services_area .services_contant {
        padding-top: 0;
        padding-bottom: 100px;
    }
    .agency_services_area .marketing_services .services_img {
        margin: 0;
    }
    .protfolio_2_columns {
        padding-top: 100px;
    }
    .protfolio_2_columns .protfolio_2_items .protfolio_img:after {
        background-size: contain;
    }
    .portfolio_single {
        padding-top: 50px;
    }
    .portfolio_single .slider_col {
        padding-right: 15px;
    }
    .portfolio_single .tr_2 {
        padding: 0 15px;
        padding-top: 30px;
    }
    .portfolio_single .tags_row .social_share {
        padding-bottom: 40px;
    }
    .portfolio_single .tags_row h4 {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .who_we_are .mission_inner .mission_content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .team_area .team_inner .team_img:after {
        background-size: contain;
    }
    .contact_area {
        padding-top: 100px;
    }
    .contact_area .quick_find {
        margin-top: 50px;
    }
    .faq_area {
        padding: 100px 0 0;
        background-size: contain;
    }
    .blog_area {
        padding-top: 100px;
    }
    .blog_area .blog_leftsidebar {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .banner_area {
        padding-bottom: 0;
        padding-top: 200px;
    }
    .banner_area h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner_area p {
        padding: 30px 0 80px;
    }
    .how_it_work_area h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .testimonial_area {
        padding-top: 0;
    }
    .testimonial_area .testimonial_slide .owl-dots {
        padding-top: 20px;
    }
    .contact_us .input-group {
        padding: 30px;
    }
    .contact_us .input-group .form-control {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .contact_us .input-group .input-group-prepend {
        margin: 0;
        display: block;
        width: 100%;
    }
    .contact_us .input-group .input-group-text {
        min-width: 100%;
        width: 100%;
        border-radius: 10px !important;
    }
    .footer_area .footer_inner .footer_logo {
        padding-right: 15px;
    }
    .footer_area .footer_inner .footer_widget {
        padding-left: 15px;
    }
    .footer_area .footer_inner .footer_widget h4 {
        padding-bottom: 20px;
    }
    .ba_2 .carousel .banner_caption {
        padding-bottom: 0;
    }
    .ba_2 .carousel .banner_caption h2 {
        padding-top: 0;
    }
    .ba_2 .carousel .banner_caption p {
        padding-bottom: 50px;
    }
    .ba_2 .carousel img {
        height: 500px;
    }
    .how_it_2 {
        padding-bottom: 0;
    }
    .pa_2 .portfolio_img {
        padding: 0;
        text-align: center;
    }
    .pa_2 .portfolio_img .pi_home {
        position: relative;
    }
    .pa_2 .portfolio_img .portfolio_item {
        position: relative;
        width: 100%;
        float: none;
        margin: 0 auto 30px;
    }
    .pages_banner_area {
        padding: 100px 0;
    }
    .pages_banner_area p {
        font-size: 20px;
        line-height: 30px;
    }
    .pages_tittle h3 {
        font-size: 20px;
        line-height: 70px;
    }
    .pages_tittle h3:after,
    .pages_tittle h3::before {
        display: none;
    }
    .protfolio_2_columns .protfolio_2_items.float-right {
        float: none !important;
    }
    .protfolio_2_columns .protfolio_2_items {
        margin: 0 auto 50px;
    }
    .protfolio_3_columns .p3_items {
        max-width: 368px;
        margin: 0 auto 50px;
    }
    .protfolio_3_columns .p3_items .p3_img {
        padding: 0;
        margin: 0;
    }
    .protfolio_3_columns .p3_items .p3_img .hover {
        bottom: 0;
    }
    .protfolio_3_columns .p3_items .heding {
        padding-top: 20px;
    }
    .portfolio_grid {
        padding-top: 50px;
    }
    .portfolio_single .button_row .theme_btn {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .team_area .team_inner .team_contant {
        padding-top: 0;
    }
    .contact_area .map_area iframe {
        height: 350px;
    }
    .contact_area .socail_icons {
        padding-top: 20px;
    }
    .contact_area .socail_icons li {
        margin-top: 15px;
        padding-left: 15px;
    }
    .countdown_area {
        margin-top: -50px;
    }
    .blog_area .blog_list .heding {
        font-size: 20px;
        line-height: 35px;
    }
    .pagination {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .blog_single h2 {
        font-size: 20px;
        line-height: 35px;
        padding-top: 0;
    }
    .blog_single .quote {
        padding: 20px;
        font-size: 18px;
        line-height: 30px;
    }
    .blog_single .comments_area .author_r {
        margin-left: 0;
    }
    .blog_single .comments_area .author .media-body {
        padding-left: 15px;
    }
    .blog_single .comments_area .author .media-body a span {
        display: block;
        padding: 0;
        padding-top: 10px;
    }
}

@media (max-width: 575px) {
    .banner_area h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner_area p {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 50px;
    }
    .banner_area .health_btn {
        display: block;
        margin: 0;
        width: 230px;
    }
    .banner_area .banner_caption {
        padding-bottom: 40px;
    }
    .how_it_work_area h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .how_it_work_area p {
        font-size: 16px;
        line-height: 30px;
    }
    .portfolio_area .portfolio_content p {
        padding-bottom: 50px;
    }
    .portfolio_area .portfolio_content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .testimonial_area .testimonial_slide .testimonial_item {
        padding: 15px;
    }
    .testimonial_area .testimonial_slide .testimonial_item p {
        font-size: 18px;
        line-height: 30px;
    }
    .latest_post_area .post_tittle h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .contact_us {
        padding-top: 100px;
    }
    .agency_services_area .services_contant {
        padding-bottom: 5px;
    }
    .agency_services_area .services_contant a {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .enterprise_area.ea_3.ea_2 {
        padding-top: 50px;
    }
    .enterprise_area.ea_3.ea_2 .enterprise_text {
        padding-top: 20px;
    }
    .cu_2 {
        padding-top: 50px;
    }
    .portfolio_grid .portfoli_inner .portfolio_item {
        max-width: 370px;
        margin: 0 auto 30px;
    }
    .countdown_area .input-group {
        padding-top: 60px;
        display: block;
    }
    .countdown_area .input-group .form-control {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .countdown_area .input-group .input-group-prepend {
        display: block;
        width: 100%;
    }
    .countdown_area .input-group .input-group-prepend .input-group-text {
        margin: 0;
        width: 100%;
    }
    .blog_single .comments_area .author {
        display: block;
    }
    .blog_single .comments_area .author .media-body {
        padding: 0;
        padding-top: 20px;
    }
}

@media (max-width: 450px) {
    .services_area .services_inner .media {
        padding: 20px 10px;
    }
    .services_area .services_inner .media .media-body a {
        font-size: 18px;
        line-height: 30px;
    }
    .enterprise_area .enterprise_text h2 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 0;
    }
    .enterprise_area .enterprise_text p {
        font-size: 18px;
    }
    .protfolio_2_columns .protfolio_2_items .heding {
        font-size: 20px;
        line-height: 30px;
    }
    .portfolio_single .single_heding {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .portfolio_single .tags_row h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 360px) {
    .ba_2 .carousel .banner_caption {
        top: 42%;
    }
}


/*----------------------------------------------------*/


/*All CSS call*/


/* Bootstrap CSS */


/* Icon CSS */


/* Extra Plugins CSS */


/* Font family link */


/*# sourceMappingURL=style.css.map */