@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

.play_btn {
    z-index: 1;
    width: 111px;
    height: 111px;
    line-height: 111px;
    text-align: center;
    position: relative;
    display: inline-block;
}
.play_btn:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    position: absolute;
    border-radius: 100%;
    border: 1px dashed #d1d0cf;
    animation: spinner 7s infinite linear;
}
.play_btn span {
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 40px;
    line-height: 74px;
    position: absolute;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
    background-image: linear-gradient(90deg, #2a3bd8 0%, #5075ef 100%);
}




/*============ home_one_banner  =============*/
.home_one_banner {
    min-height: 900px;
    background-position: center bottom;
}
.home_one_banner .banner_image img{
    max-width: inherit;
}
.home_one_banner .shape_01,
.home_one_banner .shape_02 {
    max-width: 128px;
}
.home_one_banner .shape_01 {
    top: 26%;
    left: 7%;
}
.home_one_banner .shape_02 {
    top: 31%;
    left: 2%;
}
.home_one_banner .shape_03 {
    top: 30%;
    right: 0%;
    max-width: 77px;
}
.home_one_banner .shape_04 {
    top: 58%;
    right: 8px;
    max-width: 90px;
}
.home_one_banner .banner_image {
    margin-left: 35px;
}
.home_one_banner .title_text {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.32;
    margin-bottom: 25px;
    color: #222d39;
}
.home_one_banner p {
    font-size: 18px;
    line-height: 1.667;
    margin-bottom: 40px;
}

.deco_wrap {
    position: relative;
}
.deco_wrap .deco_image {
    z-index: 1;
    position: absolute;
}
.deco_wrap .deco_image img {
    position: relative !important;
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*====================== Portfolio  =========================*/
.portfolio_section {
    padding: 50px 0px 120px;
}

.portfolio_masonry_grid {
    margin-bottom: -75px;
}
.portfolio_masonry_grid .grid-item,
.portfolio_masonry_grid .grid-sizer {
    width: 33.333%;
}
.portfolio_masonry_grid .grid-item {
    display: flex;
    margin-bottom: 75px;
    align-items: center;
}
.portfolio_masonry_grid .grid-item.w_66 {
    width: 66.666%;
}
.portfolio_masonry_grid .grid-item .portfolio_grid {
    margin: auto;
}
.portfolio_masonry_grid .grid-item:nth-child(even) .portfolio_grid {
    margin-left: 0px;
}
.portfolio_masonry_grid .grid-item:nth-child(odd) .portfolio_grid {
    margin-right: 0px;
}

.portfolio_grid {
    background-color: #ffffff;
}
.portfolio_grid .item_image {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.portfolio_grid .item_image:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 1;
    opacity: 0;
    position: absolute;
    transition: all 0.2s linear;
    background-color: rgba(61, 89, 232, 0.5);
}
.portfolio_grid:hover .item_image:before {
    opacity: 1;
}
.portfolio_grid .item_title {
    margin-bottom: 10px;
}
.portfolio_grid .item_title > a {
    line-height: 1;
    display: table;
    font-size: 24px;
    font-weight: 600;
    color: #222d39;
}
.portfolio_grid:hover .item_title > a {
    color: #3e5ae8;
}
.portfolio_grid .category_list {
    margin: 0px;
    padding: 0px;
    display: block;
}
.portfolio_grid .category_list > li {
    float: left;
    margin-right: 6px;
    position: relative;
    padding-right: 3px;
    display: inline-block;
}
.portfolio_grid .category_list > li:after {
    right: 0px;
    bottom: 0px;
    content: ",";
    line-height: 1;
    position: absolute;
    color: #677294;
}
.portfolio_grid .category_list > li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}
.portfolio_grid .category_list > li:last-child:after {
    display: none;
}
.portfolio_grid .category_list > li > a {
    display: block;
    line-height: 1;
    font-size: 15px;
    position: relative;
    color: #677294;
}
.portfolio_grid .category_list > li > a:before {
    width: 0px;
    left: auto;
    right: 0px;
    bottom: -1px;
    height: 1px;
    content: "";
    position: absolute;
    background: #3e5ae8;
    transition: width 0.3s linear;
}
.portfolio_grid .category_list > li > a:hover {
    color: #3e5ae8;
}
.portfolio_grid .category_list > li > a:hover:before {
    left: 0px;
    width: 100%;
    right: auto;
}


/*============== testimonial carousel Start ===============*/
.testimonial_section {
    background-position: center bottom;

}

/* team section - end */
/* team carousel - start */
.agency_testimonial_carousel {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
}
.agency_testimonial_carousel .testimonia_list_layout {
    margin: 0px;
}
.agency_testimonial_carousel .owl-dots {
    top: 50%;
    left: 0px;
    z-index: 1;
    position: absolute;
    margin: 0px !important;
    transform: translateY(-50%);
}
.agency_testimonial_carousel .owl-dots .owl-dot {
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 30px;
}
.agency_testimonial_carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0px;
}
.agency_testimonial_carousel .owl-dots .owl-dot button {
    margin: 0px;
    padding: 0px;
    line-height: 1;
    display: block;
    font-weight: 700;
    color: #677294;
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid #dedede;
}
.agency_testimonial_carousel .owl-dots .owl-dot:hover button {
    color: #3e5ae8;
    transform: scale(1.3);
    border-color: #3e5ae8;
}
.agency_testimonial_carousel .owl-dots .owl-dot.active button {
    color: #3e5ae8;
    transform: scale(2.55);
    border-color: #3e5ae8;
}

.testimonia_list_layout {
    margin-top: 60px;
}
.testimonia_list_layout .member_image {
    z-index: 1;
    float: left;
    width: 470px;
    text-align: center;
    position: relative;
}
.testimonia_list_layout .member_image .image_wrap {
    max-width: 370px;
    display: inline-block;
}
.testimonia_list_layout .member_image .flow_1,
.testimonia_list_layout .member_image .flow_2 {
    top: 0px;
    left: 0px;
    max-width: 90px;
    position: absolute;
}
.testimonia_list_layout .member_image .flow_1 {
    top: 105px;
    z-index: 1;
}
.testimonia_list_layout .member_image .flow_2 {
    top: 125px;
    z-index: -1;
}
.testimonia_list_layout .member_content {
    display: table;
    max-width: 455px;
    padding-left: 40px;
}
.testimonia_list_layout .quote_icon {
    opacity: 0.2;
    max-width: 60px;
    margin-bottom: 15px;
    display: inline-block;
}
.testimonia_list_layout .quote_icon svg {
    width: 100%;
    height: auto;
    display: block;
}
.testimonia_list_layout .member_name {
    margin-bottom: 10px;
}
.testimonia_list_layout .member_name > a {
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    color: #222d39;
}
.testimonia_list_layout .member_name > a:hover {
    color: #3e5ae8;
}
.testimonia_list_layout .member_name > a:before {
    width: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    height: 2px;
    content: "";
    position: absolute;
    background: #3e5ae8;
    transition: width 0.3s linear;
}
.testimonia_list_layout:hover .member_name > a:before {
    left: 0px;
    width: 100%;
    right: auto;
}
.testimonia_list_layout .member_title {
    display: block;
    line-height: 1;
    font-size: 14px;
}
.testimonia_list_layout .flow_shape {
    line-height: 1;
    max-width: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

/*============== testimonial carousel End ===============*/
/*============== testimonial carousel End ===============*/
.blog_grid {
    margin-bottom: 30px;
    transition: all 0.2s linear;
}
.blog_grid .blog_image {
    display: block;
    overflow: hidden;
    position: relative;
}
.blog_grid .blog_image > img {
    max-width: 100%;
}
.blog_grid .blog_content {
    padding: 30px 40px;
    box-shadow: 0 30px 50px 0 rgba(64, 1, 4, 0.06);
}
.blog_grid .entry_post_info {
    line-height: 1;
    color: #7b7b93;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.blog_grid .entry_post_info i {
    color: #f86570;
    margin-right: 8px;
}
.blog_grid .blog_title {
    margin-bottom: 40px;
}
.blog_grid .blog_title > a {
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding-right: 18px;
    line-height: 1.56;
    color: #222d39;
    transition: all 0.2s linear;
}
.blog_grid:hover .blog_title > a {
    color: #3e5ae8;
}
.blog_grid ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog_grid ul > li {
    flex: 1;
    float: left;
    text-align: center;
    display: inline-block;
}
.blog_grid ul > li:first-child {
    text-align: left;
}
.blog_grid ul > li:last-child {
    text-align: right;
}
.blog_grid ul > li > a {
    line-height: 1;
    color: #7b7b93;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog_grid ul > li > a i {
    color: #f86570;
    margin-right: 8px;
    vertical-align: bottom;
}
.blog_grid ul > li > a .arrow_right {
    margin-left: 5px;
    margin-right: 0px;
    transition: all 0.2s linear;
    display: inline-block;
}
.blog_grid ul > li > a:hover {
    color: #3e5ae8;
}
.blog_grid ul > li > a:hover i {
    color: #3e5ae8;
}
.blog_grid ul > li > a:hover .arrow_right {
    transform: translateX(5px);
}


/*--------------Call to action ------------*/
.get_started_section {
    padding-top: 210px;
    padding-bottom: 130px;
    background-color: #f9fbfd;
}
.get_started_section .flow_shape_1,
.get_started_section .flow_shape_2 {
    max-width: 190px;
}
.get_started_section .flow_shape_1 {
    left: 50%;
    top: -90px;
    transform: translateX(-50%);
}
.get_started_section .flow_shape_2 {
    left: 55%;
    top: -60px;
    transform: translateX(-55%);
}
.get_started_section .shape_1 {
    top: -75px;
    left: 50px;
    max-width: 30px;
}
.get_started_section .shape_2,
.get_started_section .shape_3 {
    max-width: 100px;
}
.get_started_section .shape_2 {
    left: 70px;
    bottom: 0px;
}
.get_started_section .shape_3 {
    top: -120px;
    right: 30px;
}
.get_started_section .shape_4 {
    right: 85px;
    bottom: -35px;
    max-width: 205px;
}
.get_started_section .getstart_content {
    margin: auto;
    max-width: 630px;
}
.get_started_section .title_text {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.222;
    color: #222d39;
    margin-bottom: 40px;
}
.get_started_section .btn_four {
    background: #3d59e8;
    border-color: #3d59e8;
    box-shadow: 0px 15px 30px 0px rgba(94, 44, 237, 0.15);
}
.get_started_section .btn_four:hover {
    box-shadow: none;
    color: #fff;
}


/*=========================== Subscribe form ============================*/
.digital_agency_newsletter .newsletter_form {
    background-color: #ffffff;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
.digital_agency_newsletter .newsletter_form .col-form-label {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 68px;
    padding: 0px;
    width: 33%;
    border: 1px solid #dfe5ed;
    border-right: 0px;
    text-align: center;
}
.digital_agency_newsletter .newsletter_form .col-form-label i {
    color: #6754e2;
}
.digital_agency_newsletter .newsletter_form input {
    width: 47%;
    height: auto;
    outline: none;
    display: block;
    padding: 0px 30px;
    border-radius: 0px;
    border: 1px solid #dfe5ed;
}
.digital_agency_newsletter .newsletter_form .submit_btn {
    width: 20%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 15px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #6754e2;
    border: 0px;
    cursor: pointer;
    box-shadow: 0.418px 2.971px 10px 0px rgba(66, 97, 234, 0.21);
}

/*===================================Home Creative=====================================*/
/*============== main_product_item Start ===============*/
.main_product_item {
    display: block;
    overflow: hidden;
    position: relative;
}
.main_product_item > img {
    width: 100%;
    display: block;
}

.main_product_slider {
    position: relative;
    padding-bottom: 120px;
}
.main_product_slider .main_product_item {
    margin-bottom: 67px;
}
.main_product_slider .carousel-control-next,
.main_product_slider .carousel-control-prev {
    top: 39%;
    z-index: 1;
    opacity: 1;
    width: 70px;
    height: 80px;
    bottom: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: absolute;
    color: #3e5ae8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    -webkit-transform: translateY(-39%);
    -ms-transform: translateY(-39%);
    transform: translateY(-39%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0px 0px 0px 1px #3e5ae8;
    box-shadow: 0px 0px 0px 1px #3e5ae8;
}
.main_product_slider .carousel-control-next i,
.main_product_slider .carousel-control-prev i {
    display: block;
    font-size: 24px;
}
.main_product_slider .carousel-control-next:hover,
.main_product_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #3e5ae8;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(66, 97, 234, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(66, 97, 234, 0.2);
    background-image: -o-linear-gradient(135deg, #5176ef 0%, #293ce1 100%);
    background-image: linear-gradient(-45deg, #5176ef 0%, #293ce1 100%);
}
.main_product_slider .carousel-control-prev {
    left: -150px;
}
.main_product_slider .carousel-control-next {
    right: -150px;
}

.carousel-indicators {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px;
    text-align: center;
    position: relative;
}
.carousel-indicators li {
    opacity: 1;
    margin: 0px;
    width: auto;
    border: none;
    height: auto;
    padding: 15px 0px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    line-height: 1;
    color: #bbbbbb;
    text-indent: 0;
    font-size: 32px;
    font-weight: 600;
    background: none;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.carousel-indicators li:after {
    top: 0;
    height: 1px;
    width: 30px;
    content: "";
    bottom: auto;
    margin-left: 35px;
    margin-right: 35px;
    vertical-align: middle;
    position: relative;
    background-color: #bbbbbb;
}
.carousel-indicators li:before, .carousel-indicators li:last-child:after {
    display: none;
}
.carousel-indicators li:hover, .carousel-indicators li.active {
    color: #222d39;
}

/*======================== Service Section ==========================*/

.image_primary_service {
    max-width: 370px;
    margin: 35px auto 0px;
}
.image_primary_service .serial_number {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 25px;
    color: #fff;
    display: inline-block;
    text-decoration: underline;
}
.image_primary_service .service_title {
    margin-bottom: 25px;
}
.image_primary_service .service_title > a {
    z-index: 1;
    line-height: 1;
    font-size: 30px;
    position: relative;
    display: inline-block;
    color: #fff;
}
.image_primary_service .service_title > a:before {
    width: 0px;
    left: auto;
    right: 0px;
    z-index: -1;
    bottom: -1px;
    height: 2px;
    content: "";
    position: absolute;
    background: #fff;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
.image_primary_service:hover .service_title > a:before {
    left: 0px;
    width: 100%;
    right: auto;
}
.image_primary_service .service_image {
    display: block;
    overflow: hidden;
    position: relative;
}
.image_primary_service .service_image > img {
    width: 100%;
    display: block;
}
.image_primary_service .service_image:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: rgba(61, 89, 232, 0.55);
}
.image_primary_service:hover .service_image:before {
    opacity: 1;
}

/*===========================Portfolio style 04 ===============================*/
.home_portfolio_fullwidth_area {
    position: relative;
    z-index: 2;
}
.home_portfolio_fullwidth_area .portfolio_gallery .portfolio_item .portfolio_img img {
    height: 100%;
    width: inherit;
    -o-object-fit: none;
    object-fit: none;
}
.home_portfolio_fullwidth_area .portfolio_gallery .portfolio_item .portfolio_img .hover_content {
    background-color: rgba(103, 84, 226, 0.8);
}

.fixed_footer {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
/*=========================End Portfolio Style 04===========================*/

/*============ personal_description_area css ============*/
.showcase_slider .slider {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}
.showcase_slider .showcase_slider_item {
    background: rgba(0, 0, 0, 0.3);
    margin-left: 275px;
    max-width: 700px;
    margin-right: auto;
    padding: 140px 100px;
}
.showcase_slider .showcase_slider_item h3, .showcase_slider .showcase_slider_item a, .showcase_slider .showcase_slider_item h6 {
    color: #fff;
}
.showcase_slider .showcase_slider_item h3 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 18px;
}
.showcase_slider .showcase_slider_item h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}
.showcase_slider .showcase_slider_item p {
    margin-bottom: 0;
    margin-top: 11rem;
}
.showcase_slider .showcase_slider_item p a {
    font-size: 14px;
    font-weight: 400;
}
.showcase_slider .showcase_slider_item p a:after {
    content: "/";
    display: inline-block;
    margin: 0px 5px;
}
.showcase_slider .showcase_slider_item p a:last-child:after {
    display: none;
}

.showcase_bg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 100%;
}

.full_header.header_area .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*====================================================*/
@media (min-width:1921px) {
    .home_portfolio_fullwidth_area{
        max-width: 1920px;
        margin: 0 auto;
    }
}

@media (max-width:1199px) {
    .portfolio_masonry_grid .grid-item{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:991px) {
    .agency_testimonial_carousel{
        padding-left: 70px;
    }
    .portfolio_masonry_grid .grid-item.w_66 {
        width: 66%;
    }
    .portfolio_masonry_grid .grid-item,.portfolio_masonry_grid .grid-sizer{
        width: 33%;
    }
    .portfolio_masonry_grid {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width:768px){
    .agency_testimonial_carousel .owl-dots{
        display: block;
        top: auto;
        transform: translateY(0);
        position: relative;
    }
    .agency_testimonial_carousel .owl-dots .owl-dot{
        display: inline-block;
        margin-bottom: 0;
        margin-right: 20px;
        margin-top: 30px;
    }
    .agency_testimonial_carousel{
        padding-left: 0;
    }
}

@media (max-width:650px){
    .about_img .about_img_slider .about_item.w45,.about_img .about_img_slider .about_item.w55,.portfolio_masonry_grid .grid-item.w_66{
        width: 100%;
    }
    .portfolio_masonry_grid .grid-item, .portfolio_masonry_grid .grid-sizer{
        width: 50%;
    }
}

@media (max-width:576px){
    .digital_agency_newsletter .newsletter_form .col-form-label{
        width: 100%;
        border-right:1px solid #dfe5ed;
        margin-bottom: 10px;
    }
    .digital_agency_newsletter .newsletter_form input{
        width: 100%;
        height: 70px;
    }
    .digital_agency_newsletter .newsletter_form .submit_btn{
        width: 100%;
        margin-top: 10px;
    }
    .testimonia_list_layout .member_content{
        padding-left: 20px;
    }

}
@media (max-width:450px){
    .agency_testimonial_carousel .testimonia_list_layout{
        display: block !important;
    }
    .agency_testimonial_carousel .testimonia_list_layout{
        display: block !important;
    }
    .testimonia_list_layout .member_image{
        width: 100%;
        margin-bottom: 20px;
    }
    .featured_gallery .custom-col-2,.featured_gallery .shop_featured_item img,.portfolio_masonry_grid .grid-item, .portfolio_masonry_grid .grid-sizer{
        width: 100%;
    }
}