@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: "Poppins-Bold";
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: "FontAwesome";
    src: url("https://github.com/h5p/font-awesome/blob/master/fontawesome-webfont.woff") format("woff2");
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #FA09A7;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
.fix-rd {
    margin-bottom: 15px;
}
.scrollbar {
    background-color: #F5F5F5;
    float: left;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}
.owl-controls {
    display: none;
}
.counter-fx {
        padding-right: 0;
    margin-bottom: 15px !important;
}
.flip-box {
    background-color: transparent;
    width: auto;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.08);
    perspective: 1000px;
    min-height: 300px;
    margin: 15px 0;
    overflow: hidden;
    border-radius: 10% 0%;
}
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-box-front {
    background-color: #bbb;
    color: black;
}
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.service_box img {
    width: 30%;
    margin: 0px 0 0px;
}
.service_box h1 {
    padding: 0;
    margin: 0;
    color: {{ $gs->pcolors }};
    font-size: 22px;
    font-weight: 600;
    transition: all 0.2s ease;
}
.flip-box-back {
    font-size: 15px;
    width: 100%;
    color: #ffffff;
    padding: 25px 24px;
    text-align: center;
    transform: rotateY(180deg);
    line-height: 25px;
    height: auto;
    min-height: 298px;
    font-weight: 600;
    background-color: {{ $gs->pcolors }};
}
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-back p {
    margin: 0;
    padding: 0;
}

/* .service_box.box1:hover h4 {
    color: white !important;
} */

h2,
h3,
h4,
.indicator,
.what_we_sets_text h1,
.service_head p {
    color: {{ $gs->pcolors }} !important;
}

.btnGetStarted {
    background-color: {{ $gs->pcolors }} !important;
}

#ourServices .service_box:hover,
.what_we_sets_icon a {
    background-color: #ffffff !important;
    border: 3px solid #0096ff !important;
}

.item .item-img img {
    width: 175px;
    margin: 0 auto;
}

.service_keypoint p {
    display: none !important;
}
/*Global CSS*/

/*body {
    padding: 0px;
    margin: 0px;
    font-family: Poppins !important;
    height: auto;
    overflow-x: hidden;
}*/

* ul li,
a {
    text-decoration: none;
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

/*.row {
    margin: 0px;
}*/

.padding0 {
    padding: 0;
}

.margin0 {
    margin: 0;
}

.bold {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins !important;
}

.headingh1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 60px;
}

.headingh2 {
    font-size: 40px;
    font-weight: 700;
}

.headingh3 {
    font-size: 36px;
    font-weight: 600;
}

.headingh5 {
    font-size: 16px;
    font-weight: 600;
}

.headingh6 {
    font-size: 18px;
    font-weight: 600;
}

.btn:active,
.btn.active,
.btn:focus,
.btn.focus,
.btn:hover {
    color: #fff;
    background-color: #fa09a7;
    border-color: #fa09a7;
    box-shadow: 0px 2px 20px 0.2rem rgb(250 9 167 / 22%);
}


/* styles for new MENU BTN  */

.menu_container {
    display: inline-block;
    cursor: pointer;
    border: none;
}

.bar1,
.bar2,
.bar3 {
    height: 5px;
    background-color: #FA09A7;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 30px;
}

.bar1 {
    width: 35px;
}

.bar2 {
    width: 25px;
    margin-left: 10px;
}

.bar3 {
    width: 32px;
    margin-left: 3px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}



#header-sticky-wrapper {
    background: #fff;
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); */
}



.btn_signup {
    background: #FA09A7;
    border: #FA09A7 solid 1px;
    color: #fff;
}

.btn_hireus {
    background: #fff;
    color: #FA09A7;
    border: 1.5px solid #FA09A7;
    padding: 0.4rem 1.2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 9px 0px;
}

.btn.btn_hireus:active,
.btn.btn_hireus.active,
.btn.btn_hireus:focus,
.btn.btn_hireus.focus,
.btn.btn_hireus:hover {
    color: #fff;
    background-color: #fa09a7;
    border-color: #fa09a7;
    box-shadow: 0px 2px 15px 0.2rem rgb(250 9 167 / 22%);
}


/*----------------------------------------------------
/ 2. Revolution Slider
------------------------------------------------------*/

.rev_slider {
    position: relative;
}

.rev_slider .btn_cover .btn_hireus {
    font-size: 20px;
    background: #fff !important;
    color: #FA09A7 !important;
    border: 1.5px solid #FA09A7 !important;
    padding: 1rem 2.5rem !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 9px 0px !important;
}

.rev_slider .btn.btn_hireus.active,
.rev_slider .btn.btn_hireus:active,
.rev_slider .btn.btn_hireus:focus,
.rev_slider .btn.btn_hireus.focus,
.rev_slider .btn.btn_hireus:hover {
    color: #fff !important;
    background-color: #fa09a7 !important;
    border-color: #fa09a7 !important;
    box-shadow: 0px 2px 15px 0.2rem rgb(250 9 167 / 22%) !important;
}

.rev_slider .btn_cover .btnGetfreedemo {
    background: #FA09A7 !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 0.65rem 1.5rem !important;
    padding-right: 2rem !important;
    margin-bottom: 2rem !important;
}

.rev_slider .btn_cover .btnGetfreedemo:hover {
    border: 1px solid #FA09A7 !important;
    background: #fff !important;
    color: #FA09A7 !important;
}

.rev_slider .btn_cover .btnGetfreedemo img {
    max-width: 45px !important;
    height: unset !important;
}

.rev_slider .tp-leftarrow.me_arrows,
.rev_slider .tp-rightarrow.me_arrows {
    width: 74px;
    height: 72px;
    border-radius: 0;
    background: rgba(255, 255, 255, .35);
    color: #000;
    text-align: center;
    padding: 25px 0;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    display: none;
}

.rev_slider .tparrows.tp-rightarrow:before {
    content: "\f105";
    font-size: 24px;
    line-height: .8;
    color: #000000;
    font-family: "fontAwesome";
}

.rev_slider .tparrows.tp-leftarrow:before {
    content: "\f104";
    font-size: 24px;
    line-height: .8;
    color: #000000;
    font-family: "fontAwesome";
}

.rev_slider .tp-leftarrow.me_arrows:hover,
.rev_slider .tp-rightarrow.me_arrows:hover {
    background: rgba(255, 255, 255, 1);
}

.rev_slider .tp-caption.tp-resizeme.normalWraping.layer_2 {
    /* font-size: 50px !important; */
}

.rev_slider .common_btn {
    padding: 28px 45.5px !important;
}

.rev_slider.slider_2 .tp-leftarrow.me_arrows,
.rev_slider.slider_2 .tp-rightarrow.me_arrows {
    background: rgba(0, 0, 0, .35);
    color: #FFF;
}

.rev_slider.slider_2 .tparrows.tp-leftarrow:before,
.rev_slider.slider_2 .tparrows.tp-rightarrow:before {
    color: #FFF;
}

.rev_slider.slider_2 .tp-leftarrow.me_arrows:hover,
.rev_slider.slider_2 .tp-rightarrow.me_arrows:hover {
    background: rgba(0, 0, 0, 1);
}

.tp-bannertimer {
    display: none;
}


/*   HEADER CSS Ends  */

#Banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 90px;
    background-image: url(../images/header_home.png);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_inner {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    font-family: "Poppins", sans-serif;
    color: #FA09A7;
}

p.banner_inner_parah {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.n_banner_btn {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 0 8px 8px 0;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.14) !important;
    /* background-image: linear-gradient(to right, rgb(74, 119, 244) 0%, rgb(0, 186, 222) 51%, rgb(74, 119, 244) 100%); */
    background-image: linear-gradient(to right, rgb(250, 9, 167) 0%, rgb(0, 186, 222) 51%, rgb(250, 9, 167) 100%);
    background-size: 200% auto;
    padding: 18px 33px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    transition: all 0.3s linear;
}

.n_banner_btn:hover {
    background-position: right center;
    color: #fff;
}

#Banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 90px;
}

#Banner .banner_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3b3b3baf;
    z-index: 0;
}

#Banner .banner_inner {
    height: 640px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    font-family: "Poppins", sans-serif;
}

#Banner .banner_inner .header_des {
    position: relative;
    margin-top: 15px;
}

#Banner .banner_inner h1 {
    color: #fff;
    font-family: Poppins-Bold !important;
    font-size: 58px;
    letter-spacing: 4px;
    line-height: 80px;
}

#Banner .banner_inner h1 span {
    font-family: Poppins !important;
    font-size: 58px;
    letter-spacing: 2px;
}

#Banner .banner_inner p.banner_inner_parah {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    padding: 2rem 0 4rem 0;
    max-width: 700px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.btn_cover {
    position: relative;
    margin: 0 auto;
    display: block;
}

.btn_cover .btn_hireus {
    /* margin-right: 3rem; */
    margin-bottom: 2rem;
    border: 1px solid #fff;
}

.btn_cover .btnGetfreedemo {
    background: #FA09A7 !important;
    border: #fff solid 2px;
    color: #fff !important;
    font-size: 20px !important;
    padding: 0.43rem 1.5rem !important;
    padding-right: 2rem !important;
    margin-bottom: 2rem !important;
}

.btn_cover .btnGetfreedemo:hover {
    border: 1px solid #FA09A7;
    background: #fff;
    color: #FA09A7;
}

.btn_cover .btnGetfreedemo img {
    max-width: 48px !important;
    height: unset !important;
}

.btn_getfreedemo {
    position: absolute;
    right: 0px;
    padding: 10px 24px;
    border-radius: 0 6px 6px 0;
    color: #fff;
    display: inline-block;
    background: #FA09A7;
}


/* Header Ends */


/* BRANDS Starts */

#Brands {
    padding: 3rem 0 2rem 0;
    color: #FA09A7;
}

#Brands .brands_head {
    position: relative;
}

#Brands .brands_head h2 {
    text-align: center;
}

#Brands .brands_head .wheel01 {
    position: absolute;
    top: -60%;
    right: 0;
    width: 100%;
    max-width: 140px;
    z-index: 3;
}

#Brands .brands_content_outer {
    padding: 3rem 0;
    padding-top: 3rem;
}

#Brands .brands_content {
    padding: 2rem 3.5rem;
    background: #fff;
    border-top: 5px solid #FA09A7;
    border-radius: 10px;
    box-shadow: 0px 0px 38px #e8e8e8;
    box-shadow: 0 15px 30px 0 rgb(250, 9, 167, 0.5);
    box-shadow: 0 15px 30px 0 rgb(142 142 142 / 42%);
}

#Brands .brands-carousel .owl-stage-outer {
    width: 100%;
    padding: 0;
}

#Brands .brands-carousel .brand-item {
    border: 1px solid #ddd;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 210px;
}

#Brands .brands-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
}

#Brands .brands-carousel .owl-nav {
    display: block;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}

#Brands .brands-carousel .owl-nav .owl-prev {
    position: absolute;
    font-size: 35px;
    left: -52px;
    padding: 0 14px !important;
    bottom: 64px !important;
    transition: all 0.3s ease-in;
    border-radius: 6px;
}

#Brands .brands-carousel .owl-nav .owl-next {
    position: absolute;
    font-size: 35px;
    right: -52px;
    padding: 0 14px !important;
    bottom: 64px !important;
    transition: all 0.2s ease-in;
    border-radius: 6px;
}

#Brands .brands-carousel .owl-nav .owl-next:hover,
#Brands .brands-carousel .owl-nav .owl-prev:hover {
    background: #FA09A7;
    color: #fff;
}

#Brands .brands-carousel .owl-nav .owl-next:focus,
#Brands .brands-carousel .owl-nav .owl-prev:focus {
    outline: none;
}

#pills-tabContent_PC {
    padding: 30px 20px;
    border: #ececec solid 1px;
    background: #F6F7FB;
}

#pills-tabContent_PC img {
    box-shadow: 0 2px 14px 0 rgb(142 142 142 / 33%);
    border-radius: 15px;
    margin-bottom: 2.4rem;
}


/* BRANDS Ends */

#seeMoreWork.CServices {
    padding: 1rem 0 0;
    height: 100%;
    min-height: 400px;
    margin-top: 10px;
}

#v-pills-tabContent_Cservices {
    padding: 0;
}

#v-pills-tabContent_Cservices .Cservice_head h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    z-index: 9;
    padding: 50px;
    margin-top: -45px;
    background: linear-gradient(to bottom, #FA09A7, #fa09a700);
}

.six_icon_wrp {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 390px;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.six_icon_wrp1 {
    left: 0%;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.six_icon_wrp2 {
    left: 18%;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.six_icon_wrp3 {
    left: 35%;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.six_icon_wrp4 {
    left: 52%;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.six_icon_wrp5 {
    left: 68%;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.six_icon_wrp6 {
    left: 85%;
}

.five_icon_wrp {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.five_icon_wrp1 {
    left: 0%;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.five_icon_wrp2 {
    left: 20%;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.five_icon_wrp3 {
    left: 40%;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.five_icon_wrp4 {
    left: 60%;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.five_icon_wrp5 {
    left: 80%;
}

.four_icon_wrp {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.four_icon_wrp1 {
    left: 0%;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.four_icon_wrp2 {
    left: 25%;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.four_icon_wrp3 {
    left: 50%;
}

.bubble.bg-contrast.rounded-circle.p-2.shadow.icon.four_icon_wrp4 {
    left: 75%;
}

#v-pills-tabContent_Cservices .Cservice_desc {
    width: 100%;
   /* max-width: 1100px;*/
    margin: 0 auto;
    text-align: center;
    /*overflow: hidden; */
}

#v-pills-tabContent_Cservices .Cservice_desc p {
    color: #fff;
}

#v-pills-tabContent_Cservices .Cservice_desc .btn_cover {
    padding: 1rem 0;
}

#v-pills-tabContent_Cservices .Cservice_desc .btn_cover .btn_hireus {
    padding: 0.7rem 2.2rem;
    border: 1px solid #FA09A7;
    font-size: 20px;
    height: 52px;
}

#v-pills-tabContent_Cservices .Cservice_desc .btn_cover .btn_hireus:hover {
    background: #212121;
    color: #Ffff;
}

#v-pills-tabContent_Cservices .Cservice_desc .btn_cover .btnGetfreedemo:hover {
    background: #212121 !important;
    color: #Ffff;
    border: #212121 solid 1px;
}

#v-pills-tabContent_Cservices .Cservice_desc .btn_cover .btnGetfreedemo {
    font-size: 1rem;
    padding: 0.7rem 2.2rem;
}

.btnGetStarted {
    padding: 12px 30px;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    background: #FA09A7;
    border: 1.5px dashed transparent;
    font-size: 17px;
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
}

.btnGetStarted i {
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
    margin-left: 0.3rem;
}

.btnGetStarted:hover {
    color: #FA09A7;
    background: #fff;
    border: 1.5px dashed #FA09A7;
}

.btnGetStarted:hover i {
    margin-left: 0.6rem;
}

.Cservice_techLogos {
    background: #ffffff;
    box-shadow: 0 15px 30px 0 rgb(142 142 142 / 42%);
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 15px;
    width: auto;
    display: inline-block;
    padding: 0 10px;
}

.Cservice_techLogos img {
    width: 100%;
    max-width: 50px;
    /* border: 1px solid #fff; */
    margin: 0.3rem;
    padding: 0.3rem 0.5rem;
    transition: all 500ms ease;
}

.Cservice_techLogos img:hover {
    transform: scale(2);
}

.product_head {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fa09a7;
}


/* OUR SERVICES Ends */


/* See More Work Starts */

#seeMoreWork {
    padding: 0.3rem 0;
    margin-top: 6%;
    position: relative;
}

#seeMoreWork>img.wheel01 {
    position: absolute;
    right: 5%;
    top: -15%;
    width: 100%;
    max-width: 250px;
    z-index: 999;
}

#seeMoreWork .tab-content {
    margin-top: 0rem;
}

#seeMoreWork .quality_head {
    position: relative;
    min-height: 8px;
}



#seeMoreWork .quality_head p {
    color: #707070;
}

#seeMoreWork #v-pills-tab_seeMoreWork {
    margin-top: 0rem;
    padding: 1rem 0 1rem;
    position: sticky;
    top: 115px;
    z-index: 6;
}




#seeMoreWork .my-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#seeMoreWork .my-column {
    -ms-flex: 33.30%;
    flex: 33.30%;
    max-width: 50%;
    padding: 0.5rem;
    /* margin-bottom: 1rem; */
}

#seeMoreWork .my-column img {
    margin: 1rem 0;
    border-radius: 12px;
    box-shadow: 1px 2px 15px 2px rgb(0 0 0 / 17%);
    transition: all 0.3s ease;
    width: 100%;
}

#seeMoreWork .my-column img:hover {
    transform: scale(1.04);
}


/* See More Work Ends */

.bg_new {
    background: none;
    margin: 166px 0 0;
    padding: 0 0 20px;
    position: relative;
    z-index: 999;
}

.bg_new2 {
    background: #F6F7FB;
    margin: 120px 0 0;
    padding: 0 0 20px;
    position: relative;
    z-index: 999;
}

#cInformation2 {
    padding: 1rem 0 0;
    position: relative;
    height: auto;
    background: #F6F7FB;
}

#cInformation2 .cInfo_head h2 {
    font-size: 36px;
    color: #FA09A7;
    text-align: center;
    padding: 1rem 0 0;
    margin: 0;
}
  /*Our Services Starts*/ 
        #ourServices {
    padding: 1rem 0;
    color: #FA09A7;
    padding-bottom: 0;
    overflow: visible;
    }
    #ourServices .ourService_outer .service_col_2 {
    position: relative;
    /*padding: 35% 1rem;*/
}
    #ourServices .ourService_outer .service_col_1 {
    position: relative;
    /*padding: 3rem 1rem;*/
    padding-bottom: 0;
    }
    [data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
        transition-duration: .6s;
    }
    #ourServices .ourService_outer .service_col_1 img.vline {
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: -1;
    height: 38%;
    opacity: 0.4;
    width: 4px;
    background: #605d5d;
    }
    #ourServices .ourService_outer .service_col_2 img.vline {
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: -1;
    height: 38%;
    opacity: 0.4;
    width: 4px;
    background: #605d5d;
}
#ourServices .service_col_1 .service_box img.sbox01 {
    width: 200px;
    height: 200px;
    background-size: cover;
    float: right;
    }
#ourServices .service_col_1 .service_box img.sbox02 {
    width: 200px;
    height: 200px;
    background-size: cover;
    float: right;
}
#ourServices .service_col_2 .service_box img.sbox03 {
    width: 200px;
    height: 200px;
    background-size: cover;
    float: right;
}
#ourServices .service_col_2 .service_box img.sbox04 {
    width: 200px;
    height: 200px;
    background-size: cover;
    float: right;
}
#ourServices .service_box:hover {
    border: 1.5px solid #FA09A7;
    cursor: pointer;
    background: #FA09A7;
    /* color: white; */
}
#ourServices .service_box:hover p 
{
    /* color: white; */
}
#ourServices .service_col_content {
    /*padding: 70% 1rem 0px;*/
    padding-right: 0;
}
    #ourServices .service_box {
    padding: .5rem .5rem .5rem .5rem;
    border: 1.5px solid #fff;
    border-radius: 12px;
    box-shadow: 0 7px 21px 0 rgb(0 0 0 / 10%);
    /*margin-bottom: 4rem;*/
    transition: all 0.2s ease-in-out;
    background: #ffffff;
    overflow: hidden;
    }
    
    #ourServices .service_box h4 {
    font-weight: 600;
    margin-bottom: .5rem;
    font-size: 22px;
    }
    #ourServices .service_box p {
    color: #707070;
    font-size: 17px;
    margin-bottom: 10px;
    height: 210px;
    }
.service_col_content>img {
    position: absolute;
}

#ourServices .service_col_content h2 {
    padding: 1rem 0 1.4rem;
    /*font-size: 35px;*/
}
#ourServices .service_col_content .service_head>h4{
    font-weight: 700;
}
#ourServices .service_col_content .service_head>p {
    margin-bottom: 0rem;
    color: #898787 !important;
    display: none;
}
#ourServices .service_col_content .service_keypoint {
    border-radius: 15px;
    /*border: 1.4px dashed #707070;*/
    padding: 1rem 0.4rem;
    margin-bottom: 1.5rem;
    color: #707070;
    display: none;
}
#ourServices .service_col_content .service_keypoint h5 {
    margin-left: 0.5rem;
    margin-bottom: 1.2rem;
}
#ourServices .service_col_content .service_keypoint ul {
    padding-left: 0px;
    margin: 0;
}
#ourServices .service_col_content .service_keypoint ul li {
    padding: 0;
    font-size: 14px;
    margin-bottom: 0.5rem;
}
#ourServices .service_col_content .service_keypoint ul li i {
    margin-right: 0.4rem;
}
.service_content .btn_cover {
    padding: 2rem 0;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btnGetStarted {
    padding: 12px 30px;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    background: #FA09A7;
    border: 1.5px dashed transparent;
    font-size: 17px;
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
}
.btnGetStarted i {
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
    margin-left: 0.3rem;
}
@media(max-width:840px)
{
    .col-lg-4.col-md-12.col-12.fix-bg_new2 {
        margin-bottom: 5px;
    }
   
}


@media(max-width:475px)
{
    .what_we_sets_icon {
    width: 100%;
    margin-left: 40%;
    }
    #howItWorks .howitStep.step01 .hIWstepLeftCover
    {
        height: 35%;
    }
}

    /* Our Services Ends */
 /*How it Works New Starts*/
    
    #howItWorks .workflow_line {
    position: absolute;
    left: 0%;
    right: 0%;
    /* width: 100%; */
    max-width: 3px;
    top: -39.3%;
    margin: 0 auto;
    height: 1250px;
    transform: rotate(90deg);
}

#howItWorks {
    padding: 2rem 0;
    position: relative;
    padding-bottom: 20rem;
}
        #howItWorks .howitwork_head h2 {
    color: #FA09A7;
    text-align: center;
    padding: 1rem 0;
    }
    /*#howItWorks .howitStep>div:first-child {
    border-right: 5px solid transparent;
}*/

#howItWorks .howitStep>div {
    transition: all 0.2s ease-in-out;
    padding:0px;
}

/*.hIWstepLeftCover {
    height: 325px;
}*/
#howItWorks .howitStep.step01 .hIWstepLeftCover {
        align-items: self-end;
    /*padding-top: 112px;*/
    border-bottom: 2px solid #dad9d9;
    margin-top: 1px;
}

#howItWorks .howitStep.step03 .hIWstepLeftCover
{
    align-items: self-end;
    /*padding-top: 112px;*/
    border-bottom: 2px solid #dad9d9;
    margin-top: 1px;
}
#howItWorks .row img {
    width: 100%;
    max-width: 120px;
    padding: 0.6rem;
}
/*#howItWorks .howitStep>div:last-child {
    border-left: 5px solid transparent;
}*/
#howItWorks .howitStep.step04 .hIWstepRightCover {
    align-items: center;
    border-top: 2px solid #dad9d9;
}
#howItWorks .howitStep>div {
    transition: all 0.2s ease-in-out;
    text-align: center;
    height: 250px;

}
#howItWorks .row.howitStep .step_card {
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 7px 21px 0 rgb(0 0 0 / 10%);
    width: 100%;
    max-width: 400px;
    padding: 1.2rem 1.8rem 0.6rem 1.8rem;
    margin: 1rem 1rem;
    cursor: pointer;
    /*height: 200px;*/
    transition: all 0.3s ease-in-out;
}


#howItWorks .row.howitStep .step_card .indicator {
    position: absolute;
    left: -1.1rem;
    top: 38%;
    padding: 0.1rem;
    background: #fff;
    color: #FA09A7;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0px 0px 8px 2px rgb(0 0 0 / 13%), 0 8px 10px 0 rgb(0 0 0 / 20%);
}
#howItWorks .row.howitStep h4 {
    color: #FA09A7;
    font-size: 1.3rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

#howItWorks .howitStep.step02 .hIWstepRightCover {
    
    align-items: center;
    border-top: 2px solid #dad9d9;
}
#howItWorks .howitStep.step01:hover>div:last-child {
    border-top: 5px solid #DE780E;
}
#howItWorks .howitStep.step01:hover .step_card {
    color: #fff;
    background: #DE780E;
}
#howItWorks .howitStep.step02:hover>div:first-child {
    border-bottom: 5px solid #C53005;
    hyphens: 230px;
}
#howItWorks .howitStep.step02:hover .step_card {
    color: #fff;
    background: #C53005;
    margin: 1rem 1rem;
}
#howItWorks .howitStep.step03:hover>div:last-child {
    border-top: 5px solid #F9CC17;
}
#howItWorks .howitStep.step03:hover .step_card {
    color: #fff;
    background: #F9CC17;
}
#howItWorks .howitStep.step04:hover>div:first-child {
    border-bottom: 5px solid #8A1AAB;
   hyphens: 213px;
}
#howItWorks .howitStep.step04:hover .step_card {
    color: #fff;
    background: #8A1AAB;
    margin: 1rem 1rem;
}
@media(max-width:790px)
{
    #howItWorks .howitStep>div {
    
        height: auto;
    }
   
}
/* How It Works mobile Starts */
                #howItWorksfix
                    {
                        display: none;
                    }
                #howItWorksfix {
                    padding: 2rem 0;
                    position: relative;
                }
                
                #howItWorksfix .workflow_linefix {
                    position: absolute;
                    left: 0%;
                    right: 0%;
                    width: 100%;
                    max-width: 3px;
                    top: 12.1%;
                    margin: 0 auto;
                }
                
                #howItWorksfix .howitwork_headfix h2 {
                    color: #FA09A7;
                    text-align: center;
                    padding: 1rem 0;
                }
                
                #howItWorksfix .row img {
                    width: 100%;
                    max-width: 120px;
                    padding: .6rem;
                }
                
                #howItWorksfix .row.howitStepfix h4 {
                    color: #FA09A7;
                    font-size: 1.3rem;
                    font-weight: 600;
                    transition: all 0.3s ease-in-out;
                }
                
                #howItWorksfix .row.howitStepfix .step_cardfix {
                    background: #fff;
                    border-radius: 10px;
                    position: relative;
                    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .1);
                    width: 100%;
                    max-width: 400px;
                    padding: 1.2rem 1.8rem 0.6rem 1.8rem;
                    margin: 1rem 1rem;
                    cursor: pointer;
                    transition: all 0.3s ease-in-out;
                }
                
                #howItWorksfix .row.howitStepfix .step_cardfix .indicatorfix {
                    position: absolute;
                    left: -1.1rem;
                    top: 38%;
                    padding: 0.1rem;
                    background: #fff;
                    color: #FA09A7;
                    border-radius: 50%;
                    width: 38px;
                    height: 38px;
                    font-size: 1.2rem;
                    font-weight: 600;
                    text-align: center;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    box-shadow: inset 0px 0px 8px 2px rgb(0 0 0 / 13%), 0 8px 10px 0 rgba(0, 0, 0, .2);
                }
                
                #howItWorksfix .howitStep.step02fix .hIWstepLeftCoverfix,
                #howItWorksfix .howitStep.step04fix .hIWstepLeftCoverfix {
                    height: 100%;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    text-align: right;
                }
                
                #howItWorksfix .howitStep.step01fix .hIWstepLeftCoverfix,
                #howItWorksfix .howitStep.step03fix .hIWstepLeftCoverfix {
                    height: 100%;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                }
                
                #howItWorksfix .howitStep.step02fix .hIWstepRightCoverfix,
                #howItWorksfix .howitStep.step04fix .hIWstepRightCoverfix {
                    height: 100%;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                }
                
                #howItWorksfix .howitStepfix.step01fix:hover .step_cardfix {
                    color: #fff;
                    background: #DE780E;
                }
                
                #howItWorksfix .howitStepfix.step02fix:hover .step_cardfix {
                    color: #fff;
                    background: #C53005;
                }
                
                #howItWorksfix .howitStepfix.step03fix:hover .step_cardfix {
                    color: #fff;
                    background: #F9CC17;
                }
                
                #howItWorksfix .howitStepfix.step04fix:hover .step_cardfix {
                    color: #fff;
                    background: #8A1AAB;
                }
                
                #howItWorksfix .howitStepfix:hover .step_cardfix h4 {
                    color: #fff;
                }
                
                #howItWorksfix .howitStepfix>div {
                    transition: all 0.2s ease-in-out;
                }
                
                #howItWorksfix .howitStepfix>div:first-child {
                    border-right: 5px solid transparent;
                }
                
                #howItWorksfix .howitStepfix>div:last-child {
                    border-left: 5px solid transparent;
                }
                
                #howItWorksfix .howitStepfix.step01fix:hover>div:last-child {
                    border-left: 5px solid #DE780E;
                }
                
                #howItWorksfix .howitStepfix.step02fix:hover>div:first-child {
                    border-right: 5px solid #C53005;
                }
                
                #howItWorksfix .howitStepfix.step03fix:hover>div:last-child {
                    border-left: 5px solid #F9CC17;
                }
                
                #howItWorksfix .howitStepfix.step04fix:hover>div:first-child {
                    border-right: 5px solid #8A1AAB;
                }
                @media only screen and (max-width: 840px) {
                    #howItWorks .howitStep.step01 .hIWstepLeftCover,
                    #howItWorks .howitStep.step03 .hIWstepLeftCover {
                        justify-content: center !important;
                    }
                    #howItWorksfix .howitStepfix.step02fix .hIWstepRightCoverfix,
                    #howItWorksfix .howitStepfix.step04fix .hIWstepRightCoverfix {
                        justify-content: center;
                    }
                    #howItWorksfix .howitStepfix.step02fix .hIWstepLeftCoverfix,
                    #howItWorksfix .howitStepfix.step04fix .hIWstepLeftCoverfix {
                        text-align: left;
                    }
                    #howItWorksfix .howitStepfix.step02fix .step_cardfix,
                    #howItWorksfix .howitStepfix.step04fix .step_cardfix {
                        float: none;
                    }
                    #howItWorksfix .row.howitStepfix .step_cardfix {
                        margin: 0;
                        margin-bottom: 2rem;
                    }
                    #howItWorksfix .howitStepfix>div {
                        margin: 0 auto !important;
                        justify-content: center;
                        align-items: center;
                        align-content: center;
                        justify-items: center;
                        display: flex;
                    }
                    #howItWorksfix .workflow_linefix {
                        max-width: 3px;
                        top: 10%;
                            height: 1260px;
                    }
                    #howItWorksfix .howitStepfix.step02fix>div:first-child {
                        order: 1;
                    }
                    #howItWorksfix .howitStefixp.step04fix>div:first-child {
                        order: 1;
                    }
                    #howItWorksfix .howitStepfix>div {
                        border: none !important;
                    }
                    #howItWorksfix .howitStepfix:hover>div {
                        border: none !important;
                    }
                }
                 @media only screen and (max-width: 475px){
                    #howItWorks
                    {
                        display: block;
                    }
                    #howItWorksfix
                    {
                        display: block;
                    }
                 }
                /* How It Works mobile Ends */

    
   /* How it Works New Ends */
/* exlpore servies */
                
                #exlporeServices {
                    padding: 0rem 0 4.5rem 0;
                    background: #e4e4e4;
                }
                
                
                
                #exlporeServices .expScard {
                    padding: 1.3rem 1rem 0.5rem;
                    margin: 1rem 0;
                    transition: all 0.2s ease-in-out;
                }
                
                #exlporeServices .expScard:hover {
                    /*background: #fff;
                    box-shadow: 0px 0px 40px #dfdfdf;*/
                    cursor: pointer;
                    border-radius: 10px;
                    background: beige;
                     height: 170px;
                }
                .col-lg-6.col-md-12.col-sm-12.col-12.serviceOrder3 {
                    height: 180px;
                }
                .expScard img {
                    width: 100%;
                    max-width: 170px;
                    float: left;
                    border-radius: 5px;
                    max-height: 130px;
                }
                
                #exlporeServices .expScard h4 {
                    font-size: 22px;
                    color: #FA09A7;
                    font-weight: 600;
                    margin-left: 12.5rem;
                }
                
                #exlporeServices .expScard p {
                    margin-left: 1rem;
                    color: #555;
                    margin-left: 12.5rem;
                }
                
                #exlporeServices .expSbox1 {
                    padding: 0 1rem 0 0;
                }
                
                #exlporeServices .expSbox2 .expScard_img {
                    width: 100%;
                    height: 280px;
                    background-image: url(../../assets/images/home_banner012.png);
                    background-origin: content-box;
                    background-clip: content-box;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
                    /* box-shadow: 0px 0px 20px #dfdfdf; */
                    border-radius: 10px;
                    border: 1.5px dashed #fa09a7;
                    margin: 1rem 0 0 0;
                    margin-bottom: 2rem;
                }
                
                #exlporeServices .expSbox2 .btn_cover {
                    text-align: center;
                }
                
                #exlporeServices .expSbox3 {
                    padding: 0 0 0 1rem;
                }
                .featuredService_head {
                    padding: 0rem 0;
                    color: #FA09A7;
                    text-align: center;
                }
                /* exlpore servies */
                /* See More Work Starts */
                
                #seeMoreWork {
                    padding: 0.3rem 0;
                    margin-top: -4%;
                    position: relative;
                    overflow: visible;
                }
                
                #seeMoreWork .container-fluid {
                    max-width: 1500px;
                }
                
                #seeMoreWork>img.wheel01 {
                    position: absolute;
                    right: 5%;
                    top: -15%;
                    width: 100%;
                    max-width: 250px;
                    z-index: 999;
                }
                
                
                
                #seeMoreWork .quality_head {
                    position: relative;
                    min-height: 80px;
                }
                
                #seeMoreWork .quality_head h2 {
                    color: #FA09A7;
                    padding: 1rem 0rem 0rem 0rem;
                    text-align: center;
                }
                
                #seeMoreWork .quality_head p {
                    color: #707070;
                }
                
                #seeMoreWork #v-pills-tab_seeMoreWork {
                    margin-top: 1rem;
                    padding: 2rem 0;
                    position: sticky;
                    top: 115px;
                    z-index: 6;
                }
                
                #seeMoreWork #v-pills-tab_seeMoreWork .nav-link {
                    color: #fa09a7;
                    font-weight: 600;
                    padding: 0.7rem 1rem;
                    margin-bottom: 0.8rem;
                }
                
                #seeMoreWork #v-pills-tab_seeMoreWork .nav-link.active,
                #seeMoreWork #v-pills-tab_seeMoreWork .show>.nav-link {
                    background: #f2b61e;
                    color: #fff;
                    width: 100%;
                    max-width: 190px;
                    font-weight: 600;
                    position: relative;
                    border-radius: 6px;
                }
                
                #seeMoreWork #v-pills-tab_seeMoreWork .nav-link.active:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    vertical-align: middle;
                    top: 8px;
                    right: -13px;
                    border-left: 14px solid #f2b61e;
                    border-top: 14px solid transparent;
                    border-bottom: 14px solid transparent;
                    height: 20px;
                    transition: all 0.3s ease-in-out;
                }

                @media only screen and (max-width: 475px){
                #seeMoreWork #v-pills-tab_seeMoreWork {
                    margin-top: 3rem !important;
                    }
                }
                /* tab 2 hover */
                
                #seeMoreWork #v-pills-tab_seeMoreWork .nav-link.active:nth-child(2),
                #seeMoreWork #v-pills-tab_seeMoreWork .show>.nav-link:nth-child(2) {
                    background: #c01a66;
                    color: #fff;
                }
                
                #seeMoreWork #v-pills-tab_seeMoreWork .nav-link.active:nth-child(2):after {
                    border-left: 14px solid #c01a66;
                }
                /* tab 2 hover */
                /* tab 3 hover */
                
                #seeMoreWork #v-pills-tab_seeMoreWork .nav-link.active:nth-child(3),
                #seeMoreWork #v-pills-tab_seeMoreWork .show>.nav-link:nth-child(3) {
                    /* background: #e038b1; */
                    background: #1F3AD3;
                    background: #8A1AAB;
                    color: #fff;
                }
                
                #seeMoreWork #v-pills-tab_seeMoreWork .nav-link.active:nth-child(3):after {
                    border-left: 14px solid #8A1AAB;
                }
                /* tab 3 hover */
                /* tab 4 hover */
                
                #seeMoreWork #v-pills-tab_seeMoreWork .nav-link.active:nth-child(4),
                #seeMoreWork #v-pills-tab_seeMoreWork .show>.nav-link:nth-child(4) {
                    background: #F8CA2C;
                    color: #fff;
                }
                
                #seeMoreWork #v-pills-tab_seeMoreWork .nav-link.active:nth-child(4):after {
                    border-left: 14px solid #F8CA2C;
                }
                /* tab 4 hover */
                /* tab 5 hover */
                
                #seeMoreWork #v-pills-tab_seeMoreWork .nav-link.active:nth-child(5),
                #seeMoreWork #v-pills-tab_seeMoreWork .show>.nav-link:nth-child(5) {
                    background: #EB42CD;
                    background: #C53005;
                    color: #fff;
                }
                
                #seeMoreWork #v-pills-tab_seeMoreWork .nav-link.active:nth-child(5):after {
                    border-left: 14px solid #C53005;
                }
                /* tab 5 hover */
                
                #seeMoreWork div.tab-content>div>.my-new-row {
                    padding: 0;
                }
                
                #seeMoreWork div.tab-content>div>.my-new-row>div {
                    padding: 0 0.6rem;
                }
                
                #seeMoreWork .my-new-row {
                    padding: 0;
                    margin: 0;
                }
                
                #seeMoreWork .my-new-row .seemore_img_cover {
                    /* height: 550px; */
                    height: 250px;
                    width: 100%;
                    max-width: 540px;
                    margin: 0rem auto;
                    text-align: center;
                    border-radius: 10px;
                    overflow: hidden;
                    /*box-shadow: 1px 2px 15px 2px rgb(0 0 0 / 17%);*/
                }
                
                #seeMoreWork .my-new-row>div img {
                    /* padding: 0.2rem; */
                    /* margin-bottom: 1rem; */
                    width: 100%;
                    height: 100%;
                    object-fit: scale-down;
                    transition: all 0.3s ease-in-out !important;
                }
                
                #seeMoreWork .my-new-row>div img:hover {
                    /* transform: scale(0.8); */
                    transform: scale(1.18);
                    transition: all 0.3s ease-in-out;
                }
                
                #seeMoreWork #v-pills-sApp .my-new-row .seemore_img_cover {
                    height: 500px;
                }
                
                #seeMoreWork #v-pills-sLogo .my-new-row .seemore_img_cover {
                    height: 160px;
                    width: 100%;
                    max-width: 540px;
                }
                
                #seeMoreWork #v-pills-sLogo .my-new-row .seemore_img_cover img {
                    object-fit: cover;
                }
                 #seeMoreWork .my-row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        
        #seeMoreWork .my-column {
            -ms-flex: 33.30%;
            flex: 33.30%;
            max-width: 50%;
            padding: 0.5rem; 
                 margin-bottom: 1rem; 
                 } 
                 #seeMoreWork .my-column img {
            margin: 1rem 0;
            border-radius: 12px;
            box-shadow: 1px 2px 15px 2px rgb(0 0 0 / 17%);
            transition: all 0.3s ease;
            width: 100%;
        } 
        #seeMoreWork .quality_head {
                    position: relative;
                    min-height: 80px;
                }
                
                
                
                /* See More Work Ends */
/* Join Us Starts */

#joinUs {
    padding: 6.5rem 0;
    color: #fff;
    background: #FA09A7;
    text-align: center;
    overflow: hidden!important;
}

#joinUs .joinus_head {
    overflow: hidden!important;
}

#joinUs .joinus_head .wheel01 {
    position: absolute;
    left: -6%;
    top: -4%;
    width: 100%;
    max-width: 175px;
}

#joinUs .joinus_head .ellipse01 {
    position: absolute;
    left: 25%;
    top: 86%;
    opacity: 0.7;
}

#joinUs .joinus_head .ellipse02 {
    position: absolute;
    right: 13%;
    top: -32%;
    width: 100%;
    max-width: 214px;
    opacity: 0.7;
    z-index: 0;
}

#joinUs .joinus_head h1 {
    font-family: Poppins-Bold !important;
    font-size: 42px;
    padding: 1rem 0;
    position: relative;
}

#joinUs .joinus_head p {
    position: relative;
    z-index: 5;
}

#joinUs .btn_cover {
    padding: 2rem 0 0 0;
    position: relative;
    z-index: 9;
}

#joinUs .btn_hireus {
    border: 1.5px dashed #fff;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0.9rem 3rem;
    margin-right: 2rem;
    box-shadow: 1px 2px 15px 2px rgb(0 0 0 / 17%)
}

#joinUs .btn_hireus i {
    margin-left: 0.6rem;
    transition: all .2s cubic-bezier(.6, 0, .7, 1);
}

#joinUs .btn_hireus:hover i {
    transform: scale(1.3);
}

#joinUs .btnGetfreedemo {
    padding: 0.9rem 2rem;
    border-radius: 6px;
    color: #FA09A7;
    display: inline-block;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1.5px solid #fff;
    box-shadow: 1px 2px 15px 2px rgb(0 0 0 / 17%);
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
}

#joinUs .btnGetfreedemo:hover {
    background: transparent;
    border: 1.5px dashed #fff;
    color: #fff;
}

#joinUs .btnGetfreedemo i {
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
}

#joinUs .btnGetfreedemo:hover i {
    margin-left: 1rem;
}


/* Join Us Ends */


/* Client Says Starts */

.center_btn {
    text-align: center;
    width: 100%;
}

#clientSays {
    position: relative;
    padding: 1rem 0;
    background: #ffffff;
}

#clientSays .client_head {
    text-align: center;
    color: #000 !important;
    padding: 1rem 0 0;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

#clientSays .client_head h2 {
    font-size: 40px;
    color: #FA09A7;
}

.testimonial-carousel .owl-stage-outer {
    padding: 2rem 0 0;
}

.testimonial-carousel .item {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 1.6rem 0rem;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in;
    background: #fff;
    margin: 0 auto 50px;
}


/*#solution .owl-carousel .owl-item.active:nth-child(2)  .solution-item{*/

.testimonial-carousel .owl-item.active.center .item {
    box-shadow: 1px 2px 18px 2px rgb(0 0 0 / 20%);
    transform: scale(1.1);
}

.testimonial-carousel .client_img img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
    max-width: 120px;
    border-radius: 50%;
    border: 5px solid #DDD;
}

.client_details {
    padding: 0 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.client_details .client_name {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #FA09A7;
    font-weight: 600;
    font-size: 17px;
}

.client_details .client_desig {
    color: #828282;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.testimonial_content {
    padding: 0.2rem;
    margin-top: 1.2rem;
    position: relative;
    overflow: hidden;
    border-radius: 0 30px;
}

.testimonial_content i {
    font-size: 35px;
    position: relative;
    opacity: 0.7;
    color: #707070;
}

.more {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0;
}

.more a {
    color: #fff;
    background: #fa09a7;
    border-radius: 51px;
    padding: 7px;
    width: 35px;
    height: 35px;
    margin-right: 6px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 4px 15px 0 rgb(41 41 41 / 20%);
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
}

.more i {
    font-size: 22px;
    color: #fff;
    opacity: 1;
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
}

.more a:hover i {
    transform: rotate(360deg);
}

.test_parah {
    font-size: 14px !important;
    padding: 0.5rem;
    width: 100%;
    max-width: 400px;
    color: #707070 !important;
    padding-bottom: 0;
    text-align: left;
}


/* Client Says Ends */


/* Footer Starts */



#footer {
    position: relative;
    padding: 6rem 0 0rem 0;
    background: #212121;
    color: #fff;
}


/* #footer .set-col.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
} */

.footer_head {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
    padding: 0 0 10px;
    position: relative;
}

.footer_head::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #0096ff;
}

.footer_address b {
    margin: 0 0 0 20px;
}

#footer ul {
    padding-left: 0;
}

#footer li {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
}

#footer img.logo_footer {
    width: 100%;
    max-width: 195px;
    margin-bottom: 15px;
    display: none;
}

#footer .footer_address i {
    margin-right: 0.5rem;
}

.footer_address {
    width: 100%;
    max-width: 230px;
    margin: 0;
}

.social_footer .social_item {
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 22px;
    margin-bottom: 1rem;
}

.social_footer .social_item a i {
    color: #fff;
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
}

.social_footer .social_item a {
    border-radius: 100%;
    background: #fa09a7;
    padding: 6px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 8px 17px 0 rgb(41 41 41 / 40%);
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
    font-size: 22px;
}

.social_footer .social_item a:hover i {
    transform: rotate(360deg);
}

.social_footer .social_item a:hover {
    background: #f13a9f8c;
    box-shadow: 0 5px 12px 0 rgb(41 41 41 / 40%);
}

ul.footer_cproducts li {
    padding: 0.2rem 0;
    cursor: pointer;
}

ul.footer_cproducts li i {
    margin-right: 0.4rem;
    transition: all .3s ease;
}

ul.footer_cproducts li a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
}

ul.footer_cproducts li a:hover {
    color: #FA09A7;
    /* margin-left: 0.2rem; */
}

ul.footer_cproducts li:hover i {
    margin-left: 0.2rem;
}

ul.footer_cproducts {
    padding-left: 12px;
}

.contact_footer li i {
    margin-right: 0.4rem;
}

.contact_footer li {
    padding: 0.2rem 0;
}

#footer hr {
    border-top: 1.5px dashed rgb(255 255 255 / 70%);
}

.copyright_box {
    padding: 0.5rem 0;
}

#footer .ellipse02 {
    position: absolute;
    left: 0%;
    top: 41%;
    width: 100%;
    max-width: 180px;
    opacity: 0.2;
}

#footer .ellipse01 {
    position: absolute;
    top: 66%;
    left: 30%;
    opacity: 0.2;
}

#footer .wheel01 {
    position: absolute;
    right: 20%;
    top: 46%;
    width: 100%;
    max-width: 165px;
}


/* Footer Ends */


/* Animations  Starts */

.dots01 {
    animation: pulse 3s infinite alternate;
}

.dots02 {
    animation: pulse2 3s infinite alternate;
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
}

.wheel01 {
    animation: zoom 3s infinite alternate;
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
}

.ellipse01 {
    animation: flip 3s infinite alternate;
}

.ellipse03 {
    animation: zoomer 7s infinite alternate;
    opacity: 0.2;
}

.ellipse02 {
    animation: zoomer 7s infinite alternate;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse2 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateX(100px);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0px) rotateY(0) scale(1);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(0px) rotateY(0deg) scale(1);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(0px) rotateY(0deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) translateZ(0px) rotateY(0deg) scale(.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) translateZ(0px) rotateY(360deg) scale(1);
        animation-timing-function: ease-in;
    }
}

@keyframes zoomer {
    0% {
        transform: perspective(400px) translateZ(0px) rotateY(0) scale(1);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(0px) rotateY(0deg) scale(1.2);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(0px) rotateY(0deg) scale(1.5);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) translateZ(0px) rotateY(0deg) scale(1.2);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) translateZ(0px) rotateY(360deg) scale(1);
        animation-timing-function: ease-in;
    }
}


/* Animations  Ends */


/* //Our Process Starts */

#ourProcess {
    padding: 1rem 0 0;
    background: #ffffff;
    position: relative;
}

.our_brand_animation {
    margin: -40px 0 0;
}

#ourProcess .ourProcess_head {
    padding: 1rem 0;
    color: #fa09a7;
    text-align: center;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

#ourProcess .ourProcess_head h2 {
    margin-bottom: 0.5rem;
}

#ourProcess .ourProcess_head p {
    color: #000;
}

.ourProcess_img {
    display: block;
    width: 100%;
}

.ourProcess_img img {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.partner_slider {
    margin: 37px 0 0;
}

.partner_slider .carousel-item {
    min-height: 200px;
}

.partner_slider img {
    /* border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
}


/* //Our Process Ends */


/* //new CSS Starts */

#Banner .btn_cover .btn_hireus {
    padding: 0.8rem 2.8rem;
    font-size: 20px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 9px 0px;
}

#Brands.portfolio_categorized {
    padding-top: 0rem;
    position: relative;
    z-index: 99;
}

.brands_content_outer.portfolio_content {
    padding: 1rem 0;
}

.brands_content_outer.portfolio_content .brands_content {
    padding: 2rem 1.5rem !important;
}

.brands_content_outer.portfolio_content .brands_content .brands_head {
    padding-bottom: 1rem;
    text-align: center;
}

.brands_content_outer.portfolio_content .brands_content .brands_head h2 {
    margin-bottom: 1rem;
    font-size: 36px;
}

.brands_content_outer.portfolio_content .brands_content .brands_head p {
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
    color: #707070;
}

ul#pills-tab_PC {
    padding: 1rem 0 1rem 0;
    justify-content: center;
}

ul#pills-tab_PC li a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

ul#pills-tab_PC .nav-item .nav-link {
    padding: 0.5rem 1.8rem !important;
    border: #ececec solid 1px;
    background: #F6F7FB;
    border-radius: 0;
    margin: 0 2px;
    border-radius: 4px;
}

ul#pills-tab_PC .nav-link.active,
ul#pills-tab_PC .show>.nav-link {
    color: #fff;
    border-radius: 0;
    background: #fa09a7;
    border: #fa09a7 solid 1px;
    border-radius: 4px;
}

ul#pills-tab_PC .nav-item .nav-link:hover {
    color: #fff;
    background: #fa09a7;
    border: #fa09a7 solid 1px;
    border-radius: 4px;
}

.hvr-shutter-out-vertical:before {
    background: #fa09a7;
}

.payment_card li img {
    height: 27px;
    margin: 0 0 7px;
}

#Subscribe {
    padding: 0;
    color: #FA09A7;
    background: #F6F7FB;
    text-align: center;
}

#Subscribe .joinus_head {
    overflow: hidden!important;
}

#Subscribe .joinus_head .wheel01 {
    position: absolute;
    left: -10%;
    top: -10%;
    width: 100%;
    max-width: 175px;
}

#Subscribe .joinus_head .ellipse01 {
    position: absolute;
    right: 6%;
    top: 68%;
    opacity: 1;
}

#Subscribe .joinus_head h1 {
    font-family: Poppins !important;
    font-size: 32px;
    padding: 1rem 0 5px;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
}

#Subscribe .joinus_head p {
    z-index: 5;
    margin: 0;
    text-align: left;
    color: #fff;
}






/* //Subcribe CSS Ends */


/* //To Setup CSS Starts */

#toSetup {
    padding: 2rem 0 0;
    background: #FA09A7;
    background-image: url("../images/background_02.png");
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

#toSetup .toSetup_head {
    color: #fff;
    padding: 0;
    text-align: center;
}

#toSetup .toSetup_head h2 {
    font-weight: 600;
    font-size: 42px;
}

#toSetup .toSetup_head p {
    padding: 0 0 1rem 0;
    font-size: 17px;
    letter-spacing: 1px;
}

#toSetup .video_cover iframe {
    border-radius: 15px;
}

#toSetup .video_cover iframe {
    width: 100%;
    height: 300px;
}

#toSetup .card {
    background: none;
    color: #fff !important;
    border: 0;
    width: 88%;
}


.btn-link span {
    width: 96%;
    display: inline-block;
}

.btn-link i {
    transition: all 0.5s;
    margin-right: 0.5rem;
    vertical-align: top;
    margin: 5px 0;
}

.btn-link:focus i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

#toSetup .btn_cover {
    display: block;
    padding: 1rem 0 0;
    margin: 0 auto;
    text-align: center;
}

#toSetup .btn_cover .btn_hireus {
    margin-right: 1.4rem;
    border: 1.5px dashed #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    padding: 0.6rem 2rem;
}

#toSetup .btn_cover .btnGetfreedemo {
    padding: 0.6rem 2rem;
    border: 1.5px dashed #fff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    float: right;
}


/* //More Information Starts*/

#sets_apart h2 {
    color: #FA09A7;
    text-align: center;
    font-size: 36px;
    padding: 2rem 0 1rem;
}

#cInformation {
    padding: 1rem 0 0;
    position: relative;
    height: auto;
    min-height: 1512px;
    background: #F6F7FB;
    margin-bottom: 15px
}

#cInformation .cInfo_head {
    padding: 1rem 0;
    color: #FA09A7;
    text-align: center;
}

#cInformation .cInfo_head h2 {
    font-size: 38px;
    font-weight: 600;
}

#cInformation .cInfo_head>img {
    position: absolute;
    top: 40px;
}

.choosepack_content {
    padding: 0;
}

.choosepack_box {
    position: relative;
    border-radius: 12px;
    padding: 0 2rem 2rem 2rem;
    box-shadow: 0 7px 21px 0 rgb(0 0 0 / 18%);
    margin-bottom: 2rem;
    border: 1.5px dashed transparent;
    transition: all 0.3s ease;
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
    background: #f1f1f1;
    height: auto;
    min-height: 282px;
}

.choosepack_box .packbox_head {
    position: relative;
}

.choosepack_box .packbox_head h4 {
    padding: 1.77rem 0 0;
    color: #FA09A7;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.choosepack_box .packbox_head .price_box {
    padding: 1.6rem 0.9rem;
    background: #FA09A7;
    position: absolute;
    top: 0;
    right: 1rem;
    border-radius: 0 0 8px 8px;
}

.choosepack_box .packbox_head .price_box h5 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.choosepack_box .pack_details ul {
    padding: 1rem 0;
    margin: 0;
}

.choosepack_box .pack_details ul li {
    margin-bottom: 0.4rem;
}

.choosepack_box .pack_details .btn_cover {
    padding: 1rem 0;
}

.choosepack_box .pack_details .btn_cover .btnGetStarted {
    padding: 8px 25px;
    transition: all 0.2s ease;
    transition: all .2s cubic-bezier(.86, 0, .07, 1);
}

.choosepack_box .pack_details ul li i {
    color: #707070;
    margin-right: 0.5rem;
    transition: all 0.2s ease;
}

.choosepack_box:hover {
    background: #FA09A7;
    color: #fff;
    cursor: pointer;
}

.choosepack_box:hover h4 {
    color: #fff;
}

.choosepack_box:hover .btnGetStarted {
    background: #fff;
    color: #FA09A7;
}

.choosepack_box:hover .pack_details ul li i {
    color: #fff;
}


/* .circle {
    background: linear-gradient(#fff, #dae3f5);
  } */

.circle-slider {
    position: relative;
}

.circle-slider .circle-link {
    position: absolute;
    bottom: 140px;
    left: 0;
    right: 0;
}

.circle-slider .nav-item .nav-link {
    text-indent: -2000em;
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #F6F7FB !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 80% auto !important;
    border: 5px solid transparent !important;
}

.circle-slider .nav-item .nav-link.active {
    border-color: #fa09a7 !important;
    box-shadow: none !important;
}

.circle-slider .nav-item:nth-child(n+6) {
    display: none;
}

.circle-slider>.tab-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.circle-slider>.tab-content>.tab-pane {
    width: 100%;
    height: 100%;
}

.circle-slider>.tab-content>.tab-pane .circle-img {
    width: 100%;
    height: 100%;
    background: no-repeat center / 40%;
    transform: translateZ(0);
}

.circle-slider .circle-container {
    background: #fff;
}

.circle-slider .circle-container .nav-item {
    z-index: 1;
}

.circle-container {
    position: relative;
    /* 1 */
    width: 790px;
    height: 790px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    /* 2 */
    box-sizing: content-box;
    /* 3 */
    margin: 0 auto;
    box-shadow: 0px 0px 38px -9px #988989;
}

.circle-container>* {
    /* 4 */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 126px;
    height: 126px;
    margin: -63px !important;
}

.circle-container> :nth-of-type(1) {
    transform: rotate(0deg) translate(395px) rotate(0deg);
}

.circle-container> :nth-of-type(2) {
    transform: rotate(45deg) translate(395px) rotate(-45deg);
}

.circle-container> :nth-of-type(3) {
    transform: rotate(90deg) translate(395px) rotate(-90deg);
}

.circle-container> :nth-of-type(4) {
    transform: rotate(135deg) translate(395px) rotate(-135deg);
}

.circle-container> :nth-of-type(5) {
    transform: rotate(180deg) translate(395px) rotate(-180deg);
}

.circle-container> :nth-of-type(6) {
    transform: rotate(225deg) translate(395px) rotate(-225deg);
}

.circle-container> :nth-of-type(7) {
    transform: rotate(270deg) translate(395px) rotate(-270deg);
}

.circle-container> :nth-of-type(8) {
    transform: rotate(315deg) translate(395px) rotate(-315deg);
}

.circle-container+.tab-content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.circle-container img {
    display: block;
    width: 100%;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.circle-container img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


/* //More Information Ends*/


/* //To Setup CSS Ends */


/* header Slider */

/*.header-overlay {
    position: absolute;
    display: block;
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    cursor: pointer;
 
}*/

.rev_slider .tparrows.tp-rightarrow:before {
    content: "\f061";
    font-size: 24px;
    line-height: .8;
    color: #000000;
    font-family: "FontAwesome";
}

.rev_slider .tparrows.tp-leftarrow:before {
    content: "\f060";
    font-size: 24px;
    line-height: .8;
    color: #000000;
    font-family: "FontAwesome";
}


/* header Slider */


/* Imran Khan Start */

.product_section {
    position: relative;
    text-align: center;
    padding: 6rem 0;
    background: #000;
    background-image: url(../img/bg_inner.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 6rem 0 0;
}

.product_section h1 {
    position: relative;
    z-index: 9;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
    padding: 2rem 0 0;
    text-shadow: #000 0 1px 1px;
}

.product_img {
    box-shadow: 0 15px 30px 0 rgb(142 142 142 / 42%);
    border-radius: 10px;
    width: 100%;
    margin: 15px 0;
    z-index: 9;
    position: relative;
}

.product_img img {
    width: 100%;
    border-radius: 10px;
}

.product_text h1 {
    font-size: 22px;
    margin: 0;
    padding: 15px 0 10px;
    font-weight: bold;
    color: #FA09A7;
}

.product_text p {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0;
    line-height: 24px;
    color: #707070;
}

a.btn.btn_view {
    padding: 10px 18px;
    border: 1px solid #FA09A7;
    color: #FA09A7;
    font-size: 14px;
    margin: 5px 8px 0px 0;
}

a.btn.btn_product {
    background: #FA09A7;
    padding: 10px 18px;
    border: 1px solid #FA09A7;
    color: #fff;
    font-size: 14px;
    margin: 5px 8px 0px 0;
}

a.btn.btn_view:hover,
a.btn.btn_product:hover {
    color: #fff;
}

.grey_circle {
    position: absolute;
    left: 0;
}

.pink_circle {
    position: absolute;
    right: 30px;
}

.grey_bg {
    padding: 6.5rem 0;
    margin: 4rem 0 1rem;
    color: #FA09A7;
    background: #F6F7FB;
}

a.nav-link.smooth.active {
    color: #fa09a7 !important;
    font-weight: 600;
    border-bottom: 1.5px dashed #FA09A7;
    transition: all 0.2s ease-in;
}

.service_box img {
    width: 30%;
}

.service_box h1 {
    padding: 0;
    margin: 0;
    color: #FA09A7;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.flip-box {
    background-color: transparent;
    width: auto;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.08);
    perspective: 1000px;
    min-height: 300px;
    margin: 15px 0;
    overflow: hidden;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #bbb;
    color: black;
}

.flip-box-back {
    background-color: #FA09A7;
    font-size: 15px;
    width: 100%;
    color: #ffffff;
    padding: 25px 24px;
    text-align: center;
    transform: rotateY(180deg);
    line-height: 25px;
    height: auto;
    min-height: 298px;
    font-weight: 600;
}

.flip-box-back p {
    margin: 0;
    padding: 0;
}

.sticky-wrapper .navbar-brand {
    padding: 0.8em 0;
}

.get_btn {
    padding-right: 0 !important;
}

.pink_product_cirlce {
    position: absolute;
    left: 0px;
    opacity: 0.2;
}

#v-pills-sWeb,
#v-pills-sApp,
#v-pills-sbuzz,
#v-pills-sArt,
#v-pills-sLogo,
#v-pills-sHost,
#v-pills-sNet,
#v-pills-sMark {
    padding: 0px;
    border-radius: 4px;
    height: auto;
    min-height: 490px;
}


/* #v-pills-sWeb {background: #d7fbff;border: #cceff3 solid 1px;}
#v-pills-sApp {background: #e6f198;border: #e8f782 solid 1px;}
#v-pills-sbuzz {background: #ffd5f6;border: #ffccf3 solid 1px;}
#v-pills-sArt {background: #ffcc88;border: #f5bb6e solid 1px;}
#v-pills-sLogo {background: #ececec;border: #e8e8e8 solid 1px;}
#v-pills-sHost {background: #ffd5f6;border: #ffccf3 solid 1px;}
#v-pills-sNet {background: #d7fbff;border: #cceff3 solid 1px;} 
#v-pills-sMark {background: #e6f198;border: #e8f782 solid 1px;} */

.single-item h4 {
    padding: 0 0 8px;
    color: #FA09A7;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.curve_box .single-item {
    border-radius: 40px 0px 40px 0px !important;
}

#content_block_48 .inner-box .single-item {
    position: relative;
    background: #fff;
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 40px 40px 40px;
    text-align: left;
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    transition: all 500ms ease;
    height: auto;
    min-height: 290px;
}

#content_block_48 .inner-box .single-item:hover {
    background: #FA09A7;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.2);
}

#content_block_48 .inner-box .single-item h4 {
    position: relative;
    display: block;
    color: #FA09A7;
    transition: all 500ms ease;
}

#content_block_48 .inner-box .single-item h3 a {
    display: inline-block;
    color: #000;
}

#content_block_48 .inner-box .single-item .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    transition: all 500ms ease;
}

#content_block_48 .inner-box .single-item:hover h4,
#content_block_48 .inner-box .single-item:hover h4 a,
#content_block_48 .inner-box .single-item:hover .text {
    color: #fff;
}

#content_block_48 .inner-box .single-column {
    padding: 0px 35px;
}

#content_block_48 .inner-box .single-item:before {
    content: '';
    width: 493px;
    height: 493px;
    /* background: #ff6fcd; */
    background: #FA09A7;
    border-radius: 50%;
    position: absolute;
    top: -330px;
    left: -60px;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

#content_block_48 .inner-box .single-item:after {
    content: '';
    width: 493px;
    height: 493px;
    /* background: rgba(177, 70, 159, 0.5); */
    background: #FA09A7;
    border-radius: 50%;
    position: absolute;
    top: -230px;
    left: -60px;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

#content_block_48 .inner-box .single-item:hover:before,
#content_block_48 .inner-box .single-item:hover:after {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 0.9s linear;
}

.subscribe_bg {
    background: #FA09A7;
    padding: 4px 15px 20px;
    border-radius: 15px;
    position: relative;
    top: 60px;
    z-index: 9;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

.sub_pink {
    position: absolute;
    right: -135px;
}

.faqs {
    margin: 12px 0;
}

.faqs a.btn.btn_hireus {
    border: #fff solid 1px;
}

.faqs .hvr-shutter-in-vertical:before {
    background: #fff;
}

.item.hvr-rectangle-out {
    background: #fff;
}

.item.hvr-rectangle-out:before {
    background: #ffd8f1;
    border-radius: 10px;
}

.owl-carousel {
    display: block;
}

div#v-pills-tab_seeMoreWork {
    position: relative;
    background: #fff;
    padding: 15px 10px 8px 10px !important;
    border-radius: 10px;
    box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.bg-layer1 {
    position: absolute;
    right: 15px;
    width: 300px;
    height: 300px;
    top: 25px;
}

.bg-layer {
    position: absolute;
    width: 305px;
    height: 305px;
    left: 0;
    bottom: -247px;
    background-repeat: no-repeat;
    animation-name: rotateme;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 60s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 60s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.program_box h4 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
}

.program_box strong {
    margin: 4px 0 15px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.program_box p {
    font-size: 14px;
}

.text-transform_banner {
    text-transform: uppercase;
}

button.btn.btn_getfreedemo.hvr-shutter-out-vertical:before {
    background: #636363;
    border: #555 solid 1px;
    border-radius: 4px 4px 0 0;
}


/* #pills-all, #pills-LogoPC, #pills-webPC, #pills-appPC {padding: 30px 20px;}
    div#pills-all {background: #06c55b;border: #06c55b solid 1px;}
    #pills-LogoPC {background: #f70112;border: #f70112 solid 1px;}
    #pills-webPC {background: #0117e9;border: #0117e9 solid 1px;}
    #pills-appPC {background: #ffd300;border: #ffd300 solid 1px;}

    li.nav-item.one_nav .nav-link.hvr-shutter-out-vertical.active {background: #06c55b !important;border: #06c55b solid 1px !important;}
    li.nav-item.one_nav .hvr-shutter-out-vertical:before {background: #06c55b;border: #06c55b solid 1px;}
    .one_nav.nav-item .nav-link:hover {background: #d7fbff !important;border: #cceff3 solid 1px !important;border-radius: 4px;}

    li.nav-item.one_two .nav-link.hvr-shutter-out-vertical.active {background: #f70112 !important;border:#f70112 solid 1px !important;}
    li.nav-item.one_two .hvr-shutter-out-vertical:before {background: #f70112;border: #f70112 solid 1px !important;}
    .one_two.nav-item .nav-link:hover {background: #f70112 !important;border: #f70112 solid 1px !important;border-radius: 4px;}

    li.nav-item.one_three .nav-link.hvr-shutter-out-vertical.active {background: #0117e9 !important;border:#0117e9 solid 1px !important;}
    li.nav-item.one_three .hvr-shutter-out-vertical:before {background: #0117e9;border: #0117e9 solid 1px;}
    .one_three.nav-item .nav-link:hover {background: #0117e9 !important;border: #0117e9 solid 1px !important;border-radius: 4px;}

    li.nav-item.one_four .nav-link.hvr-shutter-out-vertical.active {background: #ffd300 !important;border:#ffd300 solid 1px !important;}
    li.nav-item.one_four .hvr-shutter-out-vertical:before {background: #ffd300;border: #ffd300 solid 1px;}
    .one_four.nav-item .nav-link:hover {background: #ffd300 !important;border: #ffd300 solid 1px !important;border-radius: 4px;} 
    #pills-appPC h3.product_head {
        color: #000;
    }
    #pills-appPC p.product_desc {
        color: #000;
    }
    */

.tooltip {
    display: inline-block;
    position: relative;
    opacity: 1;
}

.tooltip h3 {
    margin: 0;
    padding: 8px;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
}

.tooltip .top {
    min-width: auto;
    top: -24px;
    left: 58%;
    transform: translate(-50%, -100%);
    padding: 0px 20px;
    color: #fa09a7;
    background-color: #fff;
    font-weight: normal;
    font-size: 10px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
}

.tooltip:hover .top {
    display: block;
}

.tooltip .top::after {
    content: '';
    position: absolute;
    width: 10px;
    vertical-align: bottom;
    bottom: -19px;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 10px;
    transition: all 0.3s ease-in-out;
    left: 43%;
}

.program_box a {
    background: #FA09A7;
    padding: 5px 10px;
    border-radius: 8px;
    color: #fff;
    border: #fff solid 2px;
    margin: 2px 0;
    display: inline-block;
    float: right;
}

.single-item.sets_up {
    text-align: center !important;
}

.sets_up i {
    font-size: 50px;
    margin: 20px 0 30px;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to top, #fa09a7 100%, #fa09a7 100%);
}

.our_brand_animation .waveWrapperInner {
    background-image: linear-gradient(to top, #F6F7FB 100%, #F6F7FB 100%) !important;
}

.bgTop {
    z-index: 15;
}

.bgMiddle {
    z-index: 10;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 233px;
    background-repeat: repeat no-repeat;
    background-position: top center;
    transform-origin: center bottom;
    top: -108px;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 2s;
    -webkit-animation: move-wave 2s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}


/*.waveBottom {
        background-size: 50% 100px;
    }*/

.waveAnimation .waveBottom {
    animation: move_wave 20s linear infinite;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper2 {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner2 {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to top, #F6F7FB 20%, #F6F7FB 80%);
}

.bgTop2 {
    z-index: 15;
}

.bgMiddle2 {
    z-index: 10;
}

.bgBottom2 {
    z-index: 5;
}

.wave2 {
    position: absolute;
    left: 0;
    width: 200%;
    height: 233px;
    background-repeat: repeat no-repeat;
    background-position: top center;
    transform-origin: center bottom;
    top: -108px;
}

.waveTop2 {
    background-size: 50% 100px;
}

.waveAnimation2 .waveTop2 {
    animation: move-wave 2s;
    -webkit-animation: move-wave 2s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle2 {
    background-size: 50% 120px;
}

.waveAnimation2 .waveMiddle2 {
    animation: move_wave1 10s linear infinite;
}


/*.waveBottom {
        background-size: 50% 100px;
    }*/

.waveAnimation2 .waveBottom2 {
    animation: move_wave1 20s linear infinite;
}

p.product_desc {
    color: #000;
}

.faq-content-wrapper {
    width: 90%;
}

.faq-content-wrapper:before {
    background-color: #70798f;
    content: "";
    height: calc(100% - 60px);
    
    position: absolute;
    top: 30px;
    width: 1px;
}

.faq-content-wrapper .panel-heading {
    background: white; 
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 20px 30px;
    position: relative;
}

.faq-content-wrapper .panel-heading:before {
    background-color: #fff !important;
    border: 1px solid black !important;
    border-radius: 50px;
    content: "";
    height: 15px;
    left: -35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
}

.faq-content-wrapper .panel-title {
    color: #4c5462;
    font-size: 18px;
}

.faq-content-wrapper .panel-group .panel-body {
    border: 0 none;
    padding: 0 30px 10px;
}

#accordions .panel-body {
    border: 0 none;
}

.faq-content-wrapper .panel-title a:hover {
    text-decoration: none;
}

.faq-content-wrapper .panel-title a {
    color: inherit;
    display: block;
    position: relative;
    font-weight: bold;
    color: #000;
}

.faq-content-wrapper .panel-title a.collapsed:after {
    content: "\f0a5";
}

.faq-content-wrapper .panel-title a:after {
    border: 1px solid #fa09a7;
    border-radius: 50px;
    color: #fa09a7;
    /* content: "f067 "; */
    font-family: "Font Awesome\ 5 Pro";
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    line-height: 20px;
    position: absolute;
    right: -22px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
}

#accordions.panel-group .panel {
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    position: relative;
    margin-left: 5%;
    background: white;
}

.faq-content-wrapper .panel:before {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(90deg, #e23e96, #fa09a7 51%, #e23e96 100%);
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #e23e96, #fa09a7 51%, #e23e96 100%);
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    top: 0;
    width: 5px;
}

img.ellipse01.spink_01 {
    position: relative;
    top: -45px;
}

img.ellipse01.spink_02 {
    position: relative;
    top: -80px;
}

.panel.c1:before {
    background: #d7fbff;
}

.panel.c2:before {
    background: #e6f198;
}

.panel.c3:before {
    background: #ffd5f6;
}

.panel.c4:before {
    background: #ffcc88;
}

.panel.c5:before {
    background: #ec7b7b;
}

.panel.c6:before {
    background: #477bf1;
}

.panel.c7:before {
    background: #1ff36a;
}

.panel.c8:before {
    background: #ce4bbe;
}

.panel.c9:before {
    background: #b3a01b;
}

.panel.c10:before {
    background: #44f7de;
}

.panel.c11:before {
    background: #862c2c;
}

.panel.c12:before {
    background: #4bd7de;
}

.panel.c13:before {
    background: #ffac2f;
}

.panel.c14:before {
    background: #ff9d9d;
}

.panel.c15:before {
    background: #4f40d0;
}

.panel.c16:before {
    background: #e6f198;
}

.panel.c17:before {
    background: #d7fbff;
}

.panel.c18:before {
    background: #ec7b7b;
}

.panel.c19:before {
    background: #1ff36a;
}

.panel.c20:before {
    background: #ffac2f;
}

.panel.c21:before {
    background: #477bf1;
}

.panel.c22:before {
    background: #ce4bbe;
}

.panel.c23:before {
    background: #000;
}

.panel.c24:before {
    background: #ffd5f6;
}

.panel.c25:before {
    background: #b3a01b;
}


/*Imran Khan End */

.content-left .para-left {
    font-family: 'Nunito', sans-serif;
    color: #444;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 26px;
}

.content-left h2 {
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.33;
    font-size: 34px;
}

.contact-list li .contact-icon span {
    border: 1px solid #fa09a7;
}

.contact-list {
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: #444;
}

.gray-light-bg {
    background: #F6F7FB;
}

.contact-us-form h4,
.social-media-box h5 {
    font-size: 22px;
    color: #FA09A7;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.33;
}

.contact-us-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.contact-us-form .form-group {
    margin-bottom: 0.7rem;
}

.contact-us-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e9f2;
    border-radius: 0.25rem;
}

.contact-us-form textarea.form-control {
    height: 115px;
}

.contact-us-form .form-control:focus,
.contact-us-form .form-control:hover {
    -webkit-box-shadow: 0 3px 17.28px 0.72px rgba(0, 0, 0, 0.09);
    box-shadow: 0 3px 17.28px 0.72px rgba(0, 0, 0, 0.09);
}

.pt-50 {
    padding-top: 50px;
}

.bg-pink {
    background-color: #fa09a7;
}

.working-hours {
    padding: 20px 25px 25px;
    color: #fff;
    width: 100%;
    background: #fa09a7;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 1300px;
}

.working-hours .text-large {
    text-align: center;
    border-bottom: #ef65bf solid 1px;
    padding: 0 0 10px;
}

.text-large {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
    width: 100%;
}

span.day,
.ft16 {
    font-size: 18px;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    float: left;
}

span.ft16 {
    font-size: 16px;
    padding: 3px 7px 0;
}

.working-hours .d-inline-block {
    display: inline-block;
}

.social-media-box {
    padding: 50px 0;
    text-align: center;
}

.social-media-box p {
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}

.flip-box.contact_us_social_icon {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin: 0;
    height: auto;
    min-height: 102px;
}

.contact_us_social_icon .flip-box-back {
    background-color: #4267B2;
}

.contact_us_social_icon .flip-box-back strong.d-block {
    color: #fff;
}

.contact_us_social_icon .flip-box-back i {
    color: #fff;
}

.contact_us_social_icon .flip-box-front {
    padding: 21px;
    background: #fff;
}

.contact_us_social_icon i {
    color: #fa09a7;
}

.contact_us_social_icon_instagram .flip-box-back {
    background-color: #E1306C;
}

.contact_us_social_icon_twitter .flip-box-back {
    background-color: #00acee;
}

.contact_us_social_icon_linkedin .flip-box-back {
    background-color: #0e76a8;
}

.contact_us_social_icon_youtube .flip-box-back {
    background-color: #FF0000;
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

/*.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
*/
strong.d-block {
    display: block;
    font-size: 16px;
    color: #444;
    line-height: 1.5;
}

/*.card-body.text-center {
    text-align: center;
}*/

.social-media-box .shadow i {
    color: #fa09a7;
}


/* CONTACT US SECTION START */

section.contact_us_section .section_heading {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}

section.contact_us_section .section_heading h1,
section.contact_us_section .section_heading h2 {
    display: inline-block;
    position: relative;
}

section.contact_us_section .section_heading h1:before,
section.contact_us_section .section_heading h2:before {
    content: "";
    width: 100px;
    height: 3px;
    background: linear-gradient(to bottom right, #20BFFA, #FA09A7);
    position: absolute;
    bottom: -20px;
    left: 47%;
    transform: translateX(-53%);
}

section.contact_us_section .section_heading h1:after,
section.contact_us_section .section_heading h2:after {
    content: "";
    width: 100px;
    height: 3px;
    background: linear-gradient(to bottom right, #20BFFA, #FA09A7);
    position: absolute;
    bottom: -30px;
    left: 53%;
    transform: translateX(-47%);
}

section.contact_us_section .card {
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 16px;
    border: 0 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.contact_us_section .card_A {
    background: linear-gradient(to bottom right, #FD6C98, #CF0947);
}

section.contact_us_section .card_B {
    background: linear-gradient(to bottom right, #ED68FC, #B600CB);
}

section.contact_us_section .card_C {
    background: linear-gradient(to bottom right, #5B8BF8, #0C3DB0);
}

section.contact_us_section .card_D {
    background: linear-gradient(to bottom right, #00D573, #009651);
}

section.contact_us_section .card_E {
    background: linear-gradient(to bottom right, #FE815E, #E43909);
}

section.contact_us_section .card_F {
    background: linear-gradient(to bottom right, #FD4A4A, #BF0505);
}

section.contact_us_section .card_G {
    background: linear-gradient(to bottom right, #AA67F9, #5D07C5);
}

section.contact_us_section .card_H {
    background: linear-gradient(to bottom right, #C2CD00, #8E9602);
}

section.contact_us_section .card .icon {
    font-size: 40px;
    color: #FFFFFF;
    transition: .3s linear;
}

section.contact_us_section .card:hover .icon {
    transform: scale(4);
    opacity: 0;
}

section.contact_us_section .card .card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

section.contact_us_section .card:hover .card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: .3s linear;
}

section.contact_us_section .card .card-content h6 {
    color: #FFFFFF;
    padding: 0 15px;
}

section.contact_us_section .card .card-content span {
    font-family: "Rubik";
    color: #FFFFFF;
    font-weight: 500;
    padding: 0 15px;
    word-break: break-all;
}

section.contact_us_section ul li {
    font-family: "Rubik";
}

section.contact_us_section input {
    background: #FFFFFF;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
    height: 50px;
    border: 0;
    border-radius: 10px;
}

section.contact_us_section textarea {
    background: #FFFFFF;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
    border: 0;
    border-radius: 10px;
}

section.contact_us_section input:focus,
section.contact_us_section textarea:focus {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
}

@media only screen and (max-width: 840px) {
    section.contact_us_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #exlporeServices .expSbox3 {
        padding: 0 0 0 0rem;
    }
    #exlporeServices .expScard {
    padding: 0rem 0rem 0rem;
    margin: 0rem 0;
    transition: all 0.2s ease-in-out;
    }
    #cInformation {
        min-height: 1050px; 
    }
    .what_we_sets_text {
        padding: 0px 0 0 30px;
    }
    
    
}

@media only screen and (max-width: 576px) {
    section.contact_us_section button {
        width: 100%;
    }
   
    #seeMoreWork #v-pills-tab_seeMoreWork {
    margin-top: 7rem;
    }
}


/* CONTACT US SECTION CLOSE */

.our_process_new {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    position: relative;
    z-index: 99;
    height: auto;
    min-height: 650px;
}

.our_process_shap_01 {
    z-index: 1;
    background-image: url(../images/our_process_shap_01.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 229px;
    width: 329px;
    position: absolute;
    right: 0;
}

.our_process_shap_02 {
    z-index: 1;
    background-image: url(../images/our_process_shap_02.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 188px;
    width: 241px;
    position: absolute;
    right: 290px;
}

.our_process_shap_03 {
    z-index: 1;
    background-image: url(../images/our_process_shap_03.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 194px;
    width: 191px;
    position: absolute;
    right: 430px;
    top: 82px;
}

.our_process_shap_04 {
    z-index: 1;
    background-image: url(../images/our_process_shap_04.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 233px;
    width: 186px;
    position: absolute;
    right: 435px;
    top: 245px;
}

.our_process_shap_05 {
    z-index: 1;
    background-image: url(../images/our_process_shap_05.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 190px;
    width: 195px;
    position: absolute;
    right: 344px;
    top: 379px;
}

.our_process_shap_06 {
    z-index: 1;
    background-image: url(../images/our_process_shap_06.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 153px;
    width: 333px;
    position: absolute;
    right: 43px;
    top: 414px;
    transition: all 500ms ease;
}

.our_process_shap_01:hover,
.our_process_shap_02:hover,
.our_process_shap_03:hover,
.our_process_shap_04:hover,
.our_process_shap_05:hover,
.our_process_shap_06:hover {
    transform: translateY(-8px) !important;
    cursor: pointer;
}

.our_process_shap_logo a {
    margin: 0 !important;
}

.our_process_shap_logo {
    width: 225px;
    height: 225px;
    display: inline-block;
    background: #1c1752;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 220px;
    position: absolute;
    top: 172px;
    left: 250px;
    animation: our_process_shap_logo_bg 15s linear 1s infinite;
    -webkit-animation: our_process_shap_logo_bg 15s linear 0s infinite alternate;
}

@keyframes our_process_shap_logo_bg {
    0% {
        background: #34c700;
    }
    33% {
        background: #34c700;
    }
    66% {
        background: #00aeef;
    }
    100% {
        background: #00aeef;
    }
}

@-webkit-keyframes our_process_shap_logo_bg
/* Safari and Chrome - necessary duplicate */

{
    0% {
        background: #34c700;
    }
    33% {
        background: #34c700;
    }
    66% {
        background: #00aeef;
    }
    100% {
        background: #00aeef;
    }
}

.our_process_shap_screens {
    display: inline-block;
    vertical-align: middle;
    line-height: 220px;
    position: absolute;
    top: 208px;
    right: -70px;
    z-index: 9;
    width: 260px;
}

.our_process_shap_screens img {
    transition: all 500ms ease;
}


/* .our_process_shap_screens img:hover {transform: scale(2);} */

.our_process_new ul li a {
    text-align: center;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 22px;
    margin: 64px 0 0;
    font-weight: bold;
}

.our_process_shap_02 a {
    margin-left: 25px !important;
    margin-top: 50px !important;
}

.our_process_shap_03 a {
    margin-left: 5px !important;
    padding-top: 20px;
}

.our_process_shap_04 a {
    margin-left: -15px !important;
}


/* .target, .target2, .target3, .target4, .target5, .target6 {display: none;opacity: 1 !important;} */


/** designe-process **/

.designe-process {
    position: relative;
    padding: 60px 0px 24px 0px;
}

.designe-process .sec-title h2 {
    line-height: 60px;
    margin-bottom: 62px;
}

.designe-process .single-item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.designe-process .single-item .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 30px 40px 30px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}

.designe-process .single-item .inner-box .icon-box {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 24px;
    z-index: 1;
}

.designe-process .single-item .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #fa09a7;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    transform: rotate(45deg);
    transition: all 500ms ease;
}

.designe-process .single-item:hover .inner-box .icon-box:before {
    transform: rotate(0deg);
}

.designe-process .single-item .inner-box .icon-box:after {
    position: absolute;
    content: '';
    border: 1px dashed #fa09a7;
    width: 80px;
    height: 80px;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    z-index: -1;
}

.designe-process .single-column:nth-child(2) .single-item .inner-box .icon-box:before {
    background: #34c700;
}

.designe-process .single-column:nth-child(2) .single-item .inner-box .icon-box:after {
    border-color: #34c700;
}

.designe-process .single-column:nth-child(3) .single-item .inner-box .icon-box:before {
    background: #ff0000;
}

.designe-process .single-column:nth-child(3) .single-item .inner-box .icon-box:after {
    border-color: #ff0000;
}

.designe-process .single-column:nth-child(4) .single-item .inner-box .icon-box:before {
    background: #ff8500;
}

.designe-process .single-column:nth-child(4) .single-item .inner-box .icon-box:after {
    border-color: #ff8500;
}

.designe-process .single-column:nth-child(5) .single-item .inner-box .icon-box:before {
    background: #ff00ff;
}

.designe-process .single-column:nth-child(5) .single-item .inner-box .icon-box:after {
    border-color: #ff00ff;
}

.designe-process .single-column:last-child .single-item .inner-box .icon-box:before {
    background: #00aeef;
}

.designe-process .single-column:last-child .single-item .inner-box .icon-box:after {
    border-color: #00aeef;
}

.designe-process .single-item .inner-box .icon-box i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    border: 1px dotted #fff;
    font-weight: 700;
}

.designe-process .single-item .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.designe-process .single-item .inner-box h4 a {
    display: inline-block;
    color: #FA09A7;
}

.designe-process .single-item .inner-box h4 a:hover {
    color: #000;
}

.designe-process .single-item .inner-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    margin: 0 0 15px;
}

.single-item button.btn.btn-primary.btn_signup {
    position: relative;
}

.single-item a.btn.btn-primary.btn_signup {
    position: relative;
}

.designe-process .single-item .inner-box .left-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
}

.designe-process .single-item .inner-box .right-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
}

.designe-process .single-item .inner-box .left-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #F6F7FB;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.designe-process .single-item .inner-box .left-layer:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #F6F7FB;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.designe-process .single-item .inner-box .right-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #F6F7FB;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.designe-process .single-item .inner-box .right-layer:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #F6F7FB;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.designe-process .single-item:hover .inner-box .left-layer:before,
.designe-process .single-item:hover .inner-box .left-layer:after {
    height: 100%;
}

.designe-process .single-item:hover .inner-box .right-layer:before,
.designe-process .single-item:hover .inner-box .right-layer:after {
    height: 100%;
}

.our_process_pop h1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.our_process_pop p {
    margin: 0;
    padding: 0;
}


/* #release_popup_open_scroll, #testing_popup_open_scroll, #development_popup_open_scroll, #design_popup_open_scroll, #analyze_popup_open_scroll, #iterate_popup_open_scroll {display:none;} */


/* #release_popup_open, #testing_popup_open, #development_popup_open, #design_popup_open, #analyze_popup_open, #iterate_popup_open {opacity: 0;} */


/* #release_popup_open_scroll #release_popup_open, #testing_popup_open_scroll #testing_popup_open, #development_popup_open_scroll #development_popup_open, #design_popup_open_scroll #design_popup_open, #analyze_popup_open_scroll #analyze_popup_open, #iterate_popup_open_scroll #iterate_popup_open {opacity: 1;} */

.our_release_process_pop,
.our_testing_process_pop,
.our_development_process_pop,
.our_design_process_pop,
.our_analyze_process_pop,
.our_iterate_process_pop {
    width: 340px;
    background: #1c1752;
    color: #fff;
    padding: 24px;
    border-radius: 15px;
    position: absolute;
    top: 20px;
    right: -340px;
    font-size: 14px;
    z-index: 99;
    transition: all 500ms ease;
}

.our_release_process_pop:after {
    content: '';
    position: absolute;
    bottom: 0;
    vertical-align: top;
    top: 52px;
    left: -14px;
    border-right: 14px solid #fa09a7;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.our_release_process_pop {
    background: #06c55b;
}

.our_release_process_pop:after {
    content: '';
    position: absolute;
    bottom: 0;
    vertical-align: top;
    top: 52px;
    left: -14px;
    border-right: 14px solid #06c55b;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.our_testing_process_pop {
    background: #5d0198;
    top: -40px;
    left: -180px;
}

.our_testing_process_pop:after {
    content: '';
    position: absolute;
    vertical-align: top;
    top: 48px;
    border-left: 14px solid #5d0198;
    border-right: 14px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    height: 20px;
    transition: all 0.3s ease-in-out;
    right: -28px;
}

.our_development_process_pop {
    top: 110px;
    left: -265px;
    background: #fa5301;
}

.our_development_process_pop:after {
    content: '';
    position: absolute;
    bottom: 0;
    vertical-align: top;
    top: 58px;
    right: -28px;
    border-left: 14px solid #fa5301;
    border-right: 14px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.our_design_process_pop {
    top: 300px;
    left: -278px;
    background: #00aeef;
}

.our_design_process_pop:after {
    content: '';
    position: absolute;
    bottom: 0;
    vertical-align: top;
    top: 45px;
    right: -28px;
    border-left: 14px solid #00aeef;
    border-right: 14px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.our_analyze_process_pop {
    top: 485px;
    left: -185px;
    background: #ff0000;
}

.our_analyze_process_pop:after {
    content: '';
    position: absolute;
    bottom: 0;
    vertical-align: top;
    top: 25px;
    right: -28px;
    border-left: 14px solid #ff0000;
    border-right: 14px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.our_iterate_process_pop {
    top: 430px;
    right: -310px;
    background: #808080;
}

.our_iterate_process_pop:after {
    content: '';
    position: absolute;
    bottom: 0;
    vertical-align: top;
    top: 50px;
    left: -28px;
    border-left: 14px solid transparent;
    border-right: 14px solid #808080;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.home_accordion {
    display: none;
}

/*.home_accordion .card-header {
    background: #fa09a7;
    color: #fff;
    padding: 0;
}*/

.home_accordion .card-header button {
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: left;
}

.skyblue {
    background-color: #22c8ff;
}

.carousel-indicators {
    bottom: 0;
    opacity: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-item {
    
    height: 100%;
    width: 100%;
}

.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
    background-color: none;
}

.carousel-caption {
    bottom: 35%;
}

.carousel-caption h3 {
    text-align: center;
    line-height: 100px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 80px;
    min-height: 0px;
    min-width: 100%;
    max-height: none;
    max-width: 100%;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.carousel-caption p {
    text-align: center;
    line-height: 31px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 17px;
    min-width: 100%;
    max-height: none;
    max-width: 100%;
    color: rgb(255, 255, 255);
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em;
}


/* Animation delays */

.carousel-caption h3:first-child {
    animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}

.carousel-caption button {
    animation-delay: 3s;
}

.counter {
    /*background: #fa09a7;
    text-align: center;
    position: relative;
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 0px;
    margin-bottom: 0;
    transition: all 500ms ease;
    height: auto;
    min-height: 200px;
    color: #fff;*/
}

.counter1 {
    background: #cc108b;
}

.counter2 {
    background: #e00b97;
}

.counter3 {
    background: #e6159f;
}

.counter strong {
    font-size: 40px;
    line-height: 44px;
    margin: 5px;
}

.counter span i {
    font-size: 30px;
}

.counter-value {
    font-size: 45px;
    display: inline-block;
}

.counter span {
    width: 100%;
    display: block;
    margin: 0;
}

.counter h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
}

div#counter {
    width: 100%;
}

/*.navbar .dropdown-item i {
    font-size: 16px;
    min-width: 22px;
}*/

/*.navbar .dropdown-menu {
    left: -25px;
    border-radius: 0 0 8px 8px;
    border-left: #fa09a7 solid 2px;
    margin-top: 14px;
    border-right: #fa09a7 solid 2px;
    border-bottom: #fa09a7 solid 2px;
    border-top: #fff solid 2px;
}*/

/*.navbar .dropdown-menu a {
    color: #000;
    padding: 8px 20px;
    line-height: normal;
}*/

/*.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:active {
    color: #333;
}

.navbar .dropdown-item .material-icons {
    font-size: 21px;
    line-height: 16px;
    vertical-align: middle;
    margin-top: -2px;
}*/

.white_bg {
    padding: 6.5rem 0 5rem 0;
    margin: 4rem 0 1rem;
    color: #FA09A7;
    background: #fff;
}

.payment_box {
    background: #fff;
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 40px 40px 40px;
    text-align: center;
    border-radius: 20px;
    transition: all 500ms ease;
    height: auto;
    border: #fa09a7 solid 1px;
}

.payment_box h1 {
    color: #e9e9e9;
    font-size: 68px;
    font-family: Raleway !important;
    font-weight: bold;
}

.payment_success {
    position: relative;
}

.payment_success .bg-layer1 {
    right: 200px;
    top: 40px;
}

.payment_bottom_text h2 {
    color: #cd001c;
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
}

.payment_bottom_text p {
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

.payment_bottom_text a {
    color: #fa09a7;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    text-decoration: underline;
}

.payment_bottom_text a:hover {
    color: #000;
    text-decoration: none;
    transition: all 500ms ease;
}

.green_text {
    color: #4ea812 !important;
}

.payment_bottom_text ul li {
    color: #727272;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
}

.payment_bottom_text ul {
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
    padding: 0;
}

.payment_bottom_text table tr td {
    color: #727272;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    padding: 7px 0;
}

.payment_bottom_text table {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
}

.pattern-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-position: center;
    background-repeat: no-repeat;
}

.payment_box img {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
.what_we_sets {
    box-shadow: 0 0 5px #0000001a;
    border-radius: 8px;
    text-align: center;
    padding: 40px 30px;
    transform: translateY(0);
    transition: 0.3s;
    height: 100%;
}
.what_we_sets:hover {
    transform: translateY(-10px);
}
.what_we_sets_icon {
    width: 30%;
    margin: 0 auto;
}

.what_we_sets_icon a {
    height: 105px;
    width: 105px;
    background-color: #FA09A7;
    border: solid 3px #FA09A7;
    margin: 0px;
    padding: 0px;
    float: left;
    border-radius: 100%;
}

.what_we_sets_text h1 {
    color: #FA09A7;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px;
}

.what_we_sets_text p {
    
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-family: arial;
}

.what_we_sets_text {
    float: left;
    width: 100%;
    
}

.partner_text h2 {
    font-size: 36px;
    color: #FA09A7;
    text-align: left;
    padding: 1rem 0 0;
}

.partner_text {
    padding: 3% 0 0;
    text-align: center;
}

.partner_box .what_we_sets_icon {
    width: auto;
}

.partner_box {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in;
    background: #fff;
    margin: 4px 0;
    display: inline-block;
}

.partner_box_wrp {
    margin: 5% 0 0;
}

.partner_box strong {
    color: #000;
}

.partner_box .what_we_sets_text h1 {
    font-size: 22px;
}

.partner_box:hover {
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    -webkit-animation-name: fadeFromUp;
    animation-name: fadeFromUp;
    margin-left: 30px;
}

@-webkit-keyframes bubble-v {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-180px);
        transform: translateY(-180px)
    }
}

@keyframes bubble-v {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-180px);
        transform: translateY(-180px)
    }
}

@-webkit-keyframes bubble-v-left {
    0% {
        margin-bottom: 0;
        opacity: .1
    }
    20% {
        opacity: 1
    }
    100% {
        margin-bottom: 180px;
        opacity: 1;
        left: 0
    }
}

@keyframes bubble-v-left {
    0% {
        margin-bottom: 0;
        opacity: .1
    }
    20% {
        opacity: 1
    }
    100% {
        margin-bottom: 180px;
        opacity: 1;
        left: 0
    }
}

@-webkit-keyframes bubble-v-right {
    0% {
        margin-bottom: 0;
        opacity: .1
    }
    20% {
        opacity: 1
    }
    100% {
        margin-bottom: 180px;
        opacity: 1;
        left: 100%
    }
}

@keyframes bubble-v-right {
    0% {
        margin-bottom: 0;
        opacity: .1
    }
    20% {
        opacity: 1
    }
    100% {
        margin-bottom: 180px;
        opacity: 1;
        left: 100%
    }
}

.bubbles-wrapper {
    position: absolute!important;
    width: 100%;
    min-height: 80px;
    bottom: 53%;
}

.bubble {
    width: 50px;
    background: #fff;
    padding: 0;
    margin: 0;
    height: 50px;
}

.bubbles-wrapper .bubble {
    position: absolute
}

.bubbles-wrapper .bubble:nth-child(1) {
    -webkit-animation: floating 5.26667s ease-in-out infinite alternate;
    animation: floating 5.26667s ease-in-out infinite alternate;
    bottom: 45%;
    left: 3%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(1) {
        -webkit-animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(1) {
    top: 5%
}

.bubbles-wrapper .bubble:nth-child(2) {
    -webkit-animation: floating 7.23333s ease-in-out infinite alternate;
    animation: floating 7.23333s ease-in-out infinite alternate;
    bottom: 40%;
    left: 10%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(2) {
        -webkit-animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(2) {
    top: 10%
}

.bubbles-wrapper .bubble:nth-child(3) {
    -webkit-animation: floating 9.6s ease-in-out infinite alternate;
    animation: floating 9.6s ease-in-out infinite alternate;
    bottom: 56%;
    left: 17%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(3) {
        -webkit-animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(3) {
    top: 8%
}

.bubbles-wrapper .bubble:nth-child(4) {
    -webkit-animation: floating 6.6s ease-in-out infinite alternate;
    animation: floating 6.6s ease-in-out infinite alternate;
    bottom: 51%;
    left: 24%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(4) {
        -webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(4) {
    top: 6%
}

.bubbles-wrapper .bubble:nth-child(5) {
    -webkit-animation: floating 6.5s ease-in-out infinite alternate;
    animation: floating 6.5s ease-in-out infinite alternate;
    bottom: 65%;
    left: 31%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(5) {
        -webkit-animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(5) {
    top: 50%
}

.bubbles-wrapper .bubble:nth-child(6) {
    -webkit-animation: floating 7.56667s ease-in-out infinite alternate;
    animation: floating 7.56667s ease-in-out infinite alternate;
    bottom: 44%;
    left: 38%
}
@media(max-width:840px) {
    .expScard img {
    
    float: initial;
        }
        #exlporeServices .expSbox3
        {
            margin: 0 auto;
            text-align: center;
        }
        #exlporeServices .expScard h4
        {
            margin-left: 0rem;
            margin-top: 12px;
        }
        .what_we_sets_icon {
           
            margin-top:0px;
        }
        
}
@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(6) {
        -webkit-animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(6) {
    top: 70%
}

.bubbles-wrapper .bubble:nth-child(7) {
    -webkit-animation: floating 9.16667s ease-in-out infinite alternate;
    animation: floating 9.16667s ease-in-out infinite alternate;
    bottom: 80%;
    left: 45%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(7) {
        -webkit-animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(7) {
    top: 90%
}

.bubbles-wrapper .bubble:nth-child(8) {
    -webkit-animation: floating 7.66667s ease-in-out infinite alternate;
    animation: floating 7.66667s ease-in-out infinite alternate;
    bottom: 55%;
    left: 52%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(8) {
        -webkit-animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(8) {
    top: 81%
}

.bubbles-wrapper .bubble:nth-child(9) {
    -webkit-animation: floating 6.46667s ease-in-out infinite alternate;
    animation: floating 6.46667s ease-in-out infinite alternate;
    bottom: 50%;
    left: 59%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(9) {
        -webkit-animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(9) {
    top: 51%
}

.bubbles-wrapper .bubble:nth-child(10) {
    -webkit-animation: floating 6.06667s ease-in-out infinite alternate;
    animation: floating 6.06667s ease-in-out infinite alternate;
    bottom: 55%;
    left: 66%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(10) {
        -webkit-animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(10) {
    top: 45%
}

.bubbles-wrapper .bubble:nth-child(11) {
    -webkit-animation: floating 5.46667s ease-in-out infinite alternate;
    animation: floating 5.46667s ease-in-out infinite alternate;
    bottom: 60%;
    left: 73%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(11) {
        -webkit-animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(11) {
    top: 95%
}

.bubbles-wrapper .bubble:nth-child(12) {
    -webkit-animation: floating 5.93333s ease-in-out infinite alternate;
    animation: floating 5.93333s ease-in-out infinite alternate;
    bottom: 60%;
    left: 80%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(12) {
        -webkit-animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(12) {
    top: 92%
}

.bubbles-wrapper .bubble:nth-child(13) {
    -webkit-animation: floating 6.4s ease-in-out infinite alternate;
    animation: floating 6.4s ease-in-out infinite alternate;
    bottom: 70%;
    left: 87%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(13) {
        -webkit-animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(13) {
    top: 78%
}

.bubbles-wrapper .bubble:nth-child(14) {
    -webkit-animation: floating 4.06667s ease-in-out infinite alternate;
    animation: floating 4.06667s ease-in-out infinite alternate;
    bottom: 75%;
    left: 93%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(14) {
        -webkit-animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(14) {
    top: 6%
}

.integration-bubbles .bubbles-wrapper {
    position: relative;
    height: 100%
}

.integration-bubbles .bubble {
    bottom: 30%!important;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .integration-bubbles .bubble {
        bottom: 0!important
    }
}

.bubbles-wrapper .bubble .badge {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -40%;
    color: #fff;
}

.bubbles-wrapper .bubble:hover .badge {
    opacity: 1;
    -webkit-transform: translateX(-12%);
    transform: translateX(-12%)
}

.integration-bubbles .bubbles-wrapper {
    position: relative;
    height: 100%
}


/* .icon-sm{width:.85rem;height:.85rem}
.icon-md{width:2rem;height:2rem}
.icon-lg{width:3.25rem;height:3.25rem}
.icon-xl{width:4.5rem;height:4.5rem}
.icon-xxl{width:6.5rem;height:6.5rem} */

[data-aos=fade-left] {
    transform: translate3d(0, 0, 0);
}

.faqs_wrp {
    max-width: 1100px !important;
}

.contact_wrp {
    margin: 0 auto;
    width: 100%;
    /* max-width: 1140px; */
}

.contact_details h1 {
    font-size: 24px;
    color: #FA09A7;
    font-weight: 500;
    margin: 0px 0 0;
    line-height: 1.33;
    border-bottom: 1px solid #dee2e6;
    padding: 0 0 8px;
}

.contact_details h2 {
    font-size: 18px;
    margin: 20px 0 0;
}

.contact_details ul {
    margin: 0;
    padding: 0;
}

.contact_details ul li span {
    background: #FA09A7;
    color: #fff;
    border-radius: 100px;
    padding: 4px;
    position: relative;
    top: 6px;
    float: left;
}

.contact_details ul li p {
    float: left;
    margin: 10px 5px;
}

.contact_details ul li {
    margin: 0 0 0px 0;
    padding: 4px 0;
    float: left;
    width: 100%;
}

.contact_details ul li a {
    color: #000;
    display: block;
    float: left;
    margin: 10px 0;
    font-weight: 400;
}

.contact_details ul li a:hover {
    color: #FA09A7;
}

.contact_details i.fa {
    background: #FA09A7;
    color: #fff;
    border-radius: 100px;
    padding: 6px;
    position: relative;
    width: 30px;
    height: 30px;
}

#view_icon_footer {
    line-height: 8px;
    margin: 0 3px;
    position: relative;
    top: 1px;
}

.payment_card li:last-child {
    margin: 0;
}

.payment_card li {
    width: 40px;
    float: left;
    margin: 0 5px 0 0;
}

.module {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/grenada.jpg);
    background-size: cover;
    width: 100%;
    height: 355px;
    margin: 0px 0 0 0px;
    position: relative;
    float: left;
    color: #fff;
    text-align: center;
}

.module2 {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/georgia.jpg);
}

.top h2 {
    color: white;
    margin: 0;
    padding: 20px;
}

.lr p {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 70px;
    left: 0px;
    color: white;
    margin: 0;
    text-align: center;
    width: 100%;
    line-height: 28px;
}

.mid h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    top: 33%;
    left: 50%;
    font-size: 2rem;
    transform: translate(-50%, -50%);
}

.lr span {
    background: #FA09A7;
    color: #fff;
    border-radius: 100px;
    padding: 4px;
    position: relative;
    top: 6px;
    float: left;
    display: none;
}

.cap p {
    padding: 20px;
    color: white;
    font: 12px Monaco, Mono-Space;
    margin: 0;
}


/******* Shopping cart ********/

#globalCartItemCount {
    display: inline-block;
    font-weight: lighter;
    padding: 3px 9px;
    letter-spacing: 1px;
    background-color: #FF4747;
}

.selectBoxIt.ship_to {
    width: 250px!important;
}

.selectBoxIt.ship_to span {
    color: #555;
}

.shopping-cart-table-wrap {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.shopping-cart-table-wrap.selected {
    padding-top: 10px!important;
    background-color: #fff4f2!important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/*.shopping-cart-header-section {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-left: none;
    padding: 10px;
}*/

.navUser ul li {
    display: inline-block;
    /* margin-left: 0; */
    height: 55px;
    border-right: 1px solid #eaeaea;
    padding: 17px 20px 20px 25px;
}

/*.navUser ul.dropdown-menu li {
    display: block;
}
*/
.last .navUser ul li:last-child {
    border: none;
}


/*ul.nav.navbar-nav li a {
    font-size: 13px;
    font-weight: 700;
    display: block;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    border-bottom: 2px solid transparent;
    text-decoration: none!important;
    position: relative;
    font-family: 'Poppins', sans-serif;
  }*/

.last .navUser ul li:first-child {
    border-left: 1px solid #eaeaea;
}

/*.header-center {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}*/

.navUser ul li a {
    font-weight: 600;
    letter-spacing: .1em;
    color: #1e1e1e;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
}

.navbar-centr {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}

.navbar-nav .menu-label {
    background: #ec4064;
    color: #fff;
    border: 1px solid #ec4064;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: -9px;
    right: -1px;
    z-index: 54;
    color: #fff !important;
    font-size: 10px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 0px 8px;
    border-radius: 10px;
    text-transform: capitalize;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 0px;
}

.navbar-nav .menus-label {
    background: #44b5f5;
    border-color: #44b5f5;
}

.navbar-nav .hot-label {
    background: #f79900;
    border-color: #f79900;
}

/*.shopping-cart-header-section span {
    color: #009686;
}*/


/*ul.nav.navbar-nav li a:hover {
    background: transparent;
    border-bottom: 2px solid #000;
    color: #000;
  }*/


/*ul.nav.navbar-nav {
    padding-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }*/

.ct-flex .ct-top p {
    font-family: 'Glacial Indifference';
    font-weight: 400;
}

.ct-top i:before {
    font-family: Font Awesome\ 5 Pro;
}

.row.ct-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    padding: 17px 28px;
}

.ct-flex .ct-top {
    text-align: center;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 222px;
}

#best_sellr .container,
#trand .container,
#trands .container,
#thr_banner .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.ct-flex .ct-top .icon-ct-top {
    font-size: 30px;
    color: #FA09A7;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.ct-flex .ct-top .title-icon-ct-top {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
}

.ct-flex .ct-top .text-icon-ct-top {
    color: #888;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.ct-flex .ct-top:first-child~.ct-top:before {
    content: "";
    border-right: 1px solid #e6e6e6;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
}

.grid-1 .header-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.grid-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px;
}

.grid-1 .item {
    overflow: hidden;
    width: calc(32.666667% - 5.666666666666667px);
    position: relative;
    margin-top: 30px;
}

.grid-1 img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.grid-1 .item-1 .text-1 {
    position: absolute;
    border: aliceblue;
    left: 5%;
    top: 20px;
    z-index: 9;
}

.grid-1 .cap2 {
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

.grid-1 p {
    margin: 0;
    padding: 0;
}

.grid-1 .cap5 {
    font-size: 15px;
    color: #000;
    line-height: 13px;
    margin: 9% 0;
}

.grid-1 .cap6 {
    margin-top: 2%;
    line-height: 38px;
}

.grid-1 .cap6 .btn-shop {
    color: #fff;
    background-color: #FA09A7;
    line-height: 38px;
    padding: 10px 27px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    transition: all .1s ease-out;
}

.grid-1 .item-2 {
    width: calc(100% - 0.666667% - 31.94444444444444% - 6.666666666666667px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid-1 .item-2 .item-7 {
    width: calc(62.47058823529412% - 5px);
    position: relative;
}

.grid-1 .item-2 .item-7 .text-2 {
    position: absolute;
    left: 5%;
    top: 20px;
    z-index: 9;
}

.grid-1 .cap1 {
    font-size: 10px;
    color: #000;
    line-height: 13px;
    margin-bottom: 4.5%;
}

.grid-1 .cap2 {
    font-size: 22px;
    color: #fff;
    line-height: 24px;
    margin: 0 0 10px;
    font-weight: bold;
}

.grid-1 .cap3 {
    font-size: 14px;
    color: #000;
    line-height: 21px;
    margin-top: 2.056962025316456%;
}

.grid-1 .cap4 {
    font-size: 13px;
    color: #FA09A7;
    line-height: 24px;
    margin-top: 5.466237942122186%;
}

.grid-1 sup {
    top: -.5em;
}

.grid-1 sub,
.grid-1 sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.grid-1 .item-2 .item-8 {
    width: calc(100% - 62.47058823529412% - 5px);
    position: relative;
}

.grid-1 .item-2 .item-8 .text-3 {
    position: absolute;
    left: 5%;
    top: 20px;
    z-index: 9;
}

.grid-1 .item-2 div:nth-child(2)~div {
    margin-top: 10px;
}

.grid-1 .item-2 .item-8 .text-4 {
    position: absolute;
    left: 5%;
    top: 20px;
    z-index: 9;
}

.grid-1 .item-2 .item-7 .text-5 {
    position: absolute;
    left: 5%;
    top: 20px;
    z-index: 9;
}

.grid-1 p {
    ß font-weight: 400;
    font-size: 18px;
}

.grid-1 .item-3 {
    width: calc(31.94444444444444% - 6.666666666666667px);
    position: relative;
    margin-top: 30px;
}

.grid-1 .item-3 .text-6 {
    position: absolute;
    bottom: auto;
    left: 10.08695652173913%;
    max-width: 77%;
    top: 30px;
}

.grid-1 .item:hover img {
    transform: scale(1.2);
}

.ct-top:hover i {
    animation-name: wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

section.trending_now.pt-3 {
    padding-top: 30px;
}

.columnCls a {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    display: block;
}

.columnCls a img {
    width: 100%;
    height: auto;
    transition: transform 1s;
    min-height: 344px;
}

.columnCls .tt-description.normal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #777777;
}

.columnCls .tt-background {
    padding: 27px;
    text-align: center;
    max-width: 409px;
    min-width: 47%;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 6px;
}

.columnCls .tt-title-small {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #191919;
}

.columnCls .tt-title-large {
    color: #191919;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.columnCls:hover img {
    transform: scale3d(1.1, 1.1, 1);
}

.text-11 {
    position: absolute;
    bottom: 3%;
    right: 5%;
    z-index: 9;
}


/************* Best seler ***********/


/* -------------------------------- 

Basic Style

-------------------------------- */

.cd-breadcrumb,
.cd-multi-steps {
    width: 90%;
    max-width: 1100px;
    padding: 0.5em 1em;
    margin: 1em auto;
    background-color: #edeff0;
    border-radius: .25em;
}

.cd-breadcrumb:after,
.cd-multi-steps:after {
    content: "";
    display: table;
    clear: both;
}

.cd-breadcrumb li,
.cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}

.cd-breadcrumb li::after,
.cd-multi-steps li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.cd-breadcrumb li>*,
.cd-multi-steps li>* {
    /* single step */
    display: inline-block;
    font-size: 1.4rem;
    color: #000;
}

.cd-breadcrumb li.current>*,
.cd-multi-steps li.current>* {
    /* selected step */
    color: #fa09a7;
}

.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
    /* steps already visited */
    color: #fa09a7;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
    /* replace the default arrow separator with a custom icon */
    content: '';
    height: 16px;
    width: 16px;
    background: url(../images/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li>*::before,
.cd-multi-steps.custom-icons li>*::before {
    /* add a custom icon before each item */
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: .4em;
    margin-top: -2px;
    background: url(../images/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2)>*::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2)>*::before {
    /* change custom icon using image sprites */
    background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3)>*::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3)>*::before {
    background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4)>*::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4)>*::before {
    background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type>*::before,
.cd-multi-steps.custom-icons li.current:first-of-type>*::before {
    /* change custom icon for the current item */
    background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(2)>*::before {
    background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3)>*::before {
    background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(4)>*::before {
    background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
    .cd-breadcrumb,
    .cd-multi-steps {
        padding: 0 1.2em;
    }
    .cd-breadcrumb li,
    .cd-multi-steps li {
        margin: 1.2em 0;
    }
    .cd-breadcrumb li::after,
    .cd-multi-steps li::after {
        margin: 0 1em;
    }
    .cd-breadcrumb li>*,
    .cd-multi-steps li>* {
        font-size: 1.6rem;
    }
}


/* -------------------------------- 
  
  Multi steps indicator 
  
  -------------------------------- */

@media only screen and (min-width: 768px) {
    .cd-multi-steps {
        /* reset style */
        background-color: transparent;
        padding: 0;
        text-align: center;
    }

    .cd-multi-steps li {
        position: relative;
        float: none;
        margin: 0.4em 40px 0.4em 0;
    }
    .cd-multi-steps li:last-of-type {
        margin-right: 0;
    }
    .cd-multi-steps li::after {
        /* this is the line connecting 2 adjacent items */
        position: absolute;
        content: '';
        height: 4px;
        background: #edeff0;
        /* reset style */
        margin: 0;
    }
    .cd-multi-steps li.visited::after {
        background-color: #fa09a7;
    }
    .cd-multi-steps li>*,
    .cd-multi-steps li.current>* {
        position: relative;
        color: #000;
    }
    .cd-multi-steps.custom-separator li::after {
        /* reset style */
        height: 4px;
        background: #edeff0;
    }
    .cd-multi-steps.text-center li::after {
        width: 100%;
        top: 50%;
        left: 100%;
        -webkit-transform: translateY(-50%) translateX(-1px);
        -moz-transform: translateY(-50%) translateX(-1px);
        -ms-transform: translateY(-50%) translateX(-1px);
        -o-transform: translateY(-50%) translateX(-1px);
        transform: translateY(-50%) translateX(-1px);
    }
    .cd-multi-steps.text-center li>* {
        z-index: 1;
        padding: 0.3em 1em;
        border-radius: .25em;
        background-color: #edeff0;
        font-size: 20px;
        font-style: normal;
    }
    .no-touch .cd-multi-steps.text-center a:hover {
        background-color: #000;
    }
    .cd-multi-steps.text-center li.current>*,
    .cd-multi-steps.text-center li.visited>* {
        color: #ffffff;
        background-color: #fa09a7;
    }
    .cd-multi-steps.text-center.custom-icons li.visited a::before {
        /* change the custom icon for the visited item - check icon */
        background-position: 0 -60px;
    }
    .cd-multi-steps.text-top li,
    .cd-multi-steps.text-bottom li {
        width: 80px;
        text-align: center;
    }
    .cd-multi-steps.text-top li::after,
    .cd-multi-steps.text-bottom li::after {
        /* this is the line connecting 2 adjacent items */
        position: absolute;
        left: 50%;
        /* 40px is the <li> right margin value */
        width: calc(100% + 40px);
    }
    .cd-multi-steps.text-top li>*::before,
    .cd-multi-steps.text-bottom li>*::before {
        /* this is the spot indicator */
        content: '';
        position: absolute;
        z-index: 1;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background-color: #edeff0;
    }
    .cd-multi-steps.text-top li.visited>*::before,
    .cd-multi-steps.text-top li.current>*::before,
    .cd-multi-steps.text-bottom li.visited>*::before,
    .cd-multi-steps.text-bottom li.current>*::before {
        background-color: #fa09a7;
    }
    .no-touch .cd-multi-steps.text-top a:hover,
    .no-touch .cd-multi-steps.text-bottom a:hover {
        color: #fa09a7;
    }
    .no-touch .cd-multi-steps.text-top a:hover::before,
    .no-touch .cd-multi-steps.text-bottom a:hover::before {
        box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
    }
    .cd-multi-steps.text-top li::after {
        /* this is the line connecting 2 adjacent items */
        bottom: 4px;
    }
    .cd-multi-steps.text-top li>* {
        padding-bottom: 20px;
    }
    .cd-multi-steps.text-top li>*::before {
        /* this is the spot indicator */
        bottom: 0;
    }
    .cd-multi-steps.text-bottom li::after {
        /* this is the line connecting 2 adjacent items */
        top: 3px;
    }
    .cd-multi-steps.text-bottom li>* {
        padding-top: 20px;
    }
    .cd-multi-steps.text-bottom li>*::before {
        /* this is the spot indicator */
        top: 0;
    }
}

.cart_sticky .sticky-top {
    top: 120px;
}

.cart_sticky {
    background: #F6F7FB;
    border-radius: 4px;
    padding: 1rem 0rem 2rem 0rem;
    width: 100%;
    color: #000;
    border: #fa09a7 solid 1px;
}

.cart_menu {
    margin: 0 0 30px;
}

.cart_sticky h4 {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 15px;
    font-weight: 600;
    color: #fa09a7;
}

.cart_sticky label {
    margin: 0 0 3px;
    font-size: 14px;
}

.pink_heading_bg {
    background: #000;
    margin: 0;
}

.pink_heading_bg {
    background: #000;
    margin: 0;
    color: #fff !important;
    padding: 15px !important;
    border-radius: 4px 4px 0 0;
}

.billing_information p {
    margin: 0;
    font-size: 14px;
    color: #707070;
}

.edit_text {
    font-size: 14px;
}

.pink_text {
    color: #fa09a7 !important;
}

p.crebit_card img {
    width: 70px;
}

.card_info {
    font-size: 14px;
    margin: 10px 0;
}

.hero {
    background-image: radial-gradient(50% 176%, #FA09A7 80%, #e00b97 100%);
    min-height: 30rem;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
}

.snow {
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.snow .svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

#snow-top-layer {
    will-change: transform;
    transform: translateY(-768px);
    animation: fall 22.5s infinite linear;
}

#snow-bottom-layer {
    will-change: transform;
    transform: translateY(-768px);
    animation: fall 45s infinite linear;
}

.hero h1 {
    color: #fff;
    margin: 120px 0 0;
    font-weight: bold;
    font-size: 30px;
}

.hero p {
    color: #fff;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

@keyframes fall {
    100% {
        transform: translateY(0);
    }
}

.single-item-one {
    position: relative;
    padding-left: 100px;
    margin-bottom: 75px;
}

.single-item-one:last-child {
    margin-bottom: 0px;
}

.single-item-one .box {
    position: relative;
    padding: 27px 15px 24px 70px;
    background: #fff;
    max-width: 280px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.single-item-one .box .pattern-bg .pattern-1 {
    position: absolute;
    width: 65px;
    height: 169px;
    top: -9px;
    right: -62px;
    background-repeat: no-repeat;
}

.single-item-one .box .pattern-bg .pattern-2 {
    position: absolute;
    width: 258px;
    height: 80px;
    top: -21px;
    right: -42px;
    z-index: -1;
    background-repeat: no-repeat;
}

.single-item-one .count-box {
    position: absolute;
    left: 0px;
    top: 13px;
    width: 136px;
    height: 116px;
    line-height: 115px;
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.single-item-one .box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0;
}

.single-item-one .box h4 a {
    display: inline-block;
    color: #000;
}

.single-item-one .box h4 a:hover {
    color: #FA09A7;
}

.single-item-one .box .text {
    position: relative;
    font-size: 14px;
    line-height: 19px;
}

.single-item-one .count-box:before {
    position: absolute;
    content: '';
    background: url(../images/shap-1.png);
    width: 32px;
    height: 29px;
    top: -26px;
    right: -4px;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.single-item-one:hover .count-box:before {
    transform: scale(1.1);
}

.single-item-one .count-box:after {
    position: absolute;
    content: '';
    background: url(../images/shap-01.png);
    width: 89px;
    height: 76px;
    right: -15px;
    bottom: -45px;
    background-repeat: no-repeat;
    transition: all 3000ms ease;
}

.single-item-one:hover .count-box:after {
    transform: rotate(360deg);
}

.single-item-two .count-box:before {
    background: url(../images/shap-2.png);
    background-repeat: no-repeat;
}

.single-item-two .count-box:after {
    background: url(../images/shap-02.png);
    background-repeat: no-repeat;
}

.single-item-three .count-box:before {
    background: url(../images/shap--3.png);
    background-repeat: no-repeat;
}

.single-item-three .count-box:after {
    background: url(../images/shap-03.png);
    background-repeat: no-repeat;
}

.single-item-four .count-box:before {
    background: url(../images/shap-4.png);
    background-repeat: no-repeat;
}

.single-item-four .count-box:after {
    background: url(../images/shap-04.png);
    background-repeat: no-repeat;
}

.single-item-five .count-box:before {
    background: url(../images/shap-5.png);
    background-repeat: no-repeat;
}

.single-item-five .count-box:after {
    background: url(../images/shap-05.png);
    background-repeat: no-repeat;
}

.start-project-form {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    background: #fff;
    box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 40px 0px 40px 0px !important;
}

.start-project-form .form-control {
    height: 45px;
    border-radius: 4px;
    background: #fff;
    border: 0.5px solid #e5e9f2;
}

.start-project-form textarea {
    height: auto;
    min-height: 130px;
}

.start-project-wrp {
    min-height: 870px !important;
}

.hero-2 h1 {
    margin: 90px 0 0;
}

.hero-2 a.btn.btn_hireus {
    margin: 12px 0 0;
}

.hero-2 .btn.btn_hireus:hover {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
}


/** organization-section **/

.centred {
    text-align: center;
}

.organization-section {
    position: relative;
}

.organization-section .sec-title {
    margin-bottom: 60px;
}

.organization-section .sec-title h2 {
    margin-bottom: 60px;
}

.organization-section .inner-box {
    margin: 0 auto 30px;
}

.organization-section .single-item .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 30px 30px 40px 30px;
    border-radius: 20px;
    transition: all 500ms ease;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.organization-section .single-item:hover .inner-box {
    transform: translateY(-15px);
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.organization-section .single-item .inner-box .left-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
}

.organization-section .single-item .inner-box .right-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
}

.organization-section .single-item .inner-box .left-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #F6F7FB;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.organization-section .single-item .inner-box .left-layer:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #F6F7FB;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.organization-section .single-item .inner-box .right-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #F6F7FB;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.organization-section .single-item .inner-box .right-layer:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #F6F7FB;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.organization-section .single-item:hover .inner-box .left-layer:before,
.organization-section .single-item:hover .inner-box .left-layer:after {
    height: 100%;
}

.organization-section .single-item:hover .inner-box .right-layer:before,
.organization-section .single-item:hover .inner-box .right-layer:after {
    height: 100%;
}

.organization-section .single-item .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #FA09A7;
    margin-bottom: 27px;
}

.organization-section .single-item .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.organization-section .single-item .inner-box h4:before {
    position: absolute;
    content: '';
    background: #FA09A7;
    height: 2px;
    width: 40px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.organization-section .single-item .inner-box h4 a {
    display: inline-block;
    color: #000;
}

.organization-section .single-item .inner-box h4 a:hover {
    color: #FA09A7;
}

.organization-section .single-item .inner-box .text {
    position: relative;
    display: block;
    font-size: 16px;
}

.organization-section .more-btn {
    position: relative;
    display: block;
    margin-top: 70px;
}

.organization-section .more-btn .theme-btn-two {
    padding: 10px 45px;
}


/** security-invisible **/

.pink_bg {
    padding: 40px 0;
    color: #fff;
    width: 100%;
    background: #fa09a7;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 1300px;
}

.features_box_text {
    border-right: #fff solid 1px;
    padding: 20px 60px 20px 24px;
}

.features_box_text h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
}

.features_box_text h1 {
    margin: 5px 0 15px;
    padding: 0;
    font-size: 28px;
    color: #fff;
    position: relative;
}

.features_box_text h1:after {
    position: absolute;
    content: '';
    background: #ffffff;
    height: 2px;
    width: 50px;
    left: 26px;
    bottom: -10px;
    transform: translateX(-50%);
}

.features_box_text p {
    margin: 22px 0 10px;
    font-size: 14px;
    line-height: 22px;
}

.pink_bg .carousel-item {
    min-height: auto;
}

.pink_bg .carousel-indicators {
    bottom: -30px;
    opacity: 1;
}

.six_box {
    text-align: center;
    margin: 0 0 25px;
}

.six_box i {
    font-size: 30px;
    background: #fff;
    color: #fa09a7;
    padding: 15px;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    border: #cc108b solid 5px;
}

.six_box h1 {
    font-size: 20px;
    color: #fff;
    padding: 8px 0 0;
    margin: 0;
}

.exclusive_service_box i {
    color: #fa09a7;
    font-size: 50px;
}

.exclusive_service_box h1 {
    font-size: 20px;
    margin: 10px 0 0;
}

.dtl16 {
    width: 100%;
    position: relative;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 40px;
    margin: 0 0 20px;
}

.dtl16 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.dtl16 .dtl {
    background: #000;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 0 15px;
    border-radius: 8px;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dtl16 .dtl h3 {
    color: #FA09A7;
    font-size: 16px;
    font-weight: 600;
    margin-top: 34px;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.dtl16 .dtl p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
    text-indent: 10px;
}

.dtl16 .dtl a {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #333;
    float: right;
    font-size: 13px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
}

.dtl16 .dtl a:hover {
    background: #e6e6e6;
    border: 1px solid #adadad;
}

.dtl16:hover .dtl {
    visibility: visible;
    opacity: 1;
    left: 25px;
    top: -25px;
}

.popup1,
.popup2,
.popup3,
.popup4,
.popup5,
.popup6 {
    display: none;
    z-index: 99999;
}

.full-height {
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2;
}

.op7 {
    opacity: 0 !important;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.login-column {
    float: left;
    width: 50%;
    position: relative;
    min-height: 100vh;
    background: #fff;
    padding-top: 120px
}

.login-column .main-register-holder {
    margin-top: 0;
    max-width: 550px
}

.login-column .main-register {
    padding-top: 0
}

.login-column-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 50%;
    overflow: hidden;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0)
}

.login-column_header {
    max-width: 500px;
    margin: 0 auto 50px
}

.login-column_header img {
    height: 30px;
    width: auto;
    margin: 0 auto
}

.swiper-container {
    width: 100%;
    height: 100%
}

.slideshow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    z-index: 1
}

.slide-progress-wrap {
    position: absolute;
    top: 70px;
    right: 50px;
    width: 80px;
    height: 1px;
    z-index: 100;
    background: rgba(255, 255, 255, .2)
}

.slide-progress {
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 3px;
    border-radius: 4px;
    background: #fff;
}

.login-promo-container {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 40%;
    z-index: 20;
    text-align: center;
}

.video_section-title h4 {
    font-size: 14px;
    color: #fff;
    padding-bottom: 20px;
}

.video_section-title h2 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.context {
    width: 100%;
    position: absolute;
    top: 15vh;
}

.context h1 {
    text-align: center;
    color: #fff;
    font-size: 35px;
}

.context h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.area {
    background: #FA09A7;
    background: -webkit-linear-gradient(to left, #FA09A7, #FA09A7);
    width: 100%;
    height: 40vh;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.4);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

section.service_slider {
    margin: 80px 0 0;
    position: relative;
    width: 100%;
    display: block;
}


/** service-style-four **/

.service-style-four {
    position: relative;
    padding-top: 65px;
}

.service-style-four .sec-title h3 {
    position: relative;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-bottom: 15px;
}

.service-style-four .sec-title h2 {
    color: #FA09A7;
    margin-bottom: 138px;
}

.service-style-four .service-block:nth-child(2) .service-block-three .inner-box .icon-box:before {
    background: url(../images/icon-bg-1.png);
}

.service-style-four .service-block:nth-child(3) .service-block-three .inner-box .icon-box:before {
    background: url(../images/icon-bg-4.png);
}

.service-style-four .service-block:nth-child(4) .service-block-three .inner-box .icon-box:before {
    background: url(../images/icon-bg-2.png);
}

.service-style-four .service-block:nth-child(5) .service-block-three .inner-box .icon-box:before {
    background: url(../images/icon-bg-6.png);
}

.service-style-four .service-block:last-child .service-block-three .inner-box .icon-box:before {
    background: url(../images/icon-bg-5.png);
}

.service-style-four .service-block {
    padding: 0px 22px 0px 23px;
}

.service-style-four .inner-content {
    position: relative;
    margin: 0px -7px 0px -8px;
}

.service-style-four .service-block-three .inner-box {
    padding: 0px 50px 55px 50px;
    max-height: 315px;
}

.service-style-four .service-block-three .inner-box .link-btn {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.service-style-four .service-block-three .inner-box .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: #FA09A7;
    text-align: center;
    border-radius: 50%;
    transform: scale(0, 0);
}

.service-style-four .service-block-three:hover .inner-box .link-btn a {
    transform: scale(1, 1);
}

.service-style-four .service-block-three {
    margin-bottom: 160px;
}

.service-layout-5 .service-block-three {
    margin: 100px 0px 50px 0px;
}


/** service-style-three **/

.service-style-three {
    position: relative;
    padding-top: 140px;
}

.service-style-three .image-layer {
    position: absolute;
    width: 345px;
    height: 880px;
    left: 0px;
    bottom: -220px;
    background-repeat: no-repeat;
}

.service-style-three .sec-title h2 {
    line-height: 60px;
    margin-bottom: 135px;
}

.service-block-three {
    position: relative;
    margin-bottom: 140px;
}

.service-block-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 0px 40px 55px 40px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}

.service-block-three:hover .inner-box {
    transform: translateY(-15px);
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.service-block-three .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: #fff;
    width: 170px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    margin-top: -75px;
    z-index: 1;
    margin-bottom: 32px;
}

.service-block-three .inner-box .icon-box .bg-layer {
    position: absolute;
    width: 170px;
    height: 160px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.service-block-three:hover .inner-box .icon-box .bg-layer {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.service-style-three .inner-container {
    position: relative;
    margin: 0px -10px;
}

.service-style-three .single-column {
    padding: 0px 25px;
}

.service-block-three .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 17px;
}

.service-block-three .inner-box h3 a {
    display: inline-block;
    color: #000;
}

.service-block-three .inner-box h3 a:hover {
    color: #FA09A7;
}

.service-block-three .inner-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 34px;
}

.service-block-three .inner-box .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    color: #FA09A7;
    font-weight: 700;
}

.service-block-three:hover .inner-box .link-btn a {
    color: #fff;
}

.service-style-three .single-column:nth-child(2) {
    padding-top: 190px;
}

.service-style-three .single-column:last-child {
    padding-top: 90px;
}


/** inside-software **/

.inside-software {
    position: relative;
    padding: 60px 0px 60px 0px;
}

.inside-software .image-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.inside-software .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 24px;
    padding-right: 100px;
}

.inside-software .content-box {
    position: relative;
    margin-top: 12px;
}

#content_block_13 .content-box .btn-box {
    position: relative;
    display: flex;
    margin-bottom: 0px;
}

#content_block_13 .content-box .btn-box .theme-btn {
    text-transform: uppercase;
}

#content_block_13 .content-box .image-box {
    position: relative;
    margin-right: 10px;
}

#content_block_13 .content-box .image-box img {
    width: 100%;
}

#content_block_13 .content-box .sec-title h2 {
    margin-bottom: 22px;
}

#content_block_14 .feature-block-one .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #e86600;
    margin-bottom: 31px;
    transition: all 500ms ease;
}

#content_block_14 .feature-block-one {
    margin-bottom: 50px;
}

.inside-software .inner-content {
    position: relative;
    margin: 0px -15px;
    padding-right: 70px;
}

.inside-software .inner-content .single-column {
    padding: 0px 30px;
}

#content_block_14 .feature-block-one .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #e86600;
    margin-bottom: 31px;
    transition: all 500ms ease;
}

#content_block_14 .feature-block-one {
    margin-bottom: 50px;
}

.inside-software .inner-content {
    position: relative;
    margin: 0px -15px;
    padding-right: 70px;
}

.inside-software .inner-content .single-column {
    padding: 0px 30px;
}

#content_block_14 .feature-block-one .inner-box {
    padding: 57px 30px 56px 30px;
}

#content_block_14 .feature-block-one .inner-box h5 {
    margin-bottom: 20px;
}

#content_block_14 .feature-block-one .inner-box .hover-content:before {
    left: -100px;
    top: -290px;
}

#content_block_14 .feature-block-one .inner-box .hover-content:after {
    left: -163px;
    top: -340px;
}

#content_block_14 .feature-block-one .inner-box:before {
    left: -107px;
    top: -345px;
}

#content_block_14 .inner-content .single-column:first-child .feature-block-one:last-child .icon-box {
    color: #3295ed;
}

#content_block_14 .inner-content .single-column:last-child .feature-block-one:first-child .icon-box {
    color: #FA09A7;
}

#content_block_14 .inner-content .single-column:last-child .feature-block-one:last-child .icon-box {
    color: #27ce00;
}

#content_block_14 .inner-content .single-column:last-child {
    padding-top: 60px;
}

#content_block_14 .inner-content .feature-block-one:hover .icon-box {
    color: #fff !important;
}


/** feature-style-five **/

.feature-style-five {
    position: relative;
    padding: 110px 0px 150px 0px;
}

#content_block_14 .content-box .sec-title h2 {
    font-size: 32px;
    margin-bottom: 56px;
}

#content_block_14 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 53px;
}

#content_block_14 .content-box .btn-box .theme-btn {
    text-transform: uppercase;
}


/** feature-style-two **/

.feature-style-two {
    position: relative;
    padding: 110px 0px 100px 0px;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 34px 30px 55px 30px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: all 500ms ease;
    margin: 0 0 40px;
}

.feature-block-one:hover .inner-box:before {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 0.9s linear;
}

.feature-block-one .inner-box:before {
    content: '';
    width: 493px;
    height: 493px;
    background: #FA09A7;
    border-radius: 50%;
    position: absolute;
    top: -330px;
    left: -60px;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.feature-style-two .feature-block:nth-child(2) {
    padding-top: 80px;
}

.feature-style-two .feature-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #fe5681;
    margin-bottom: 62px;
    padding: 37px 64px 5px 53px;
    z-index: 1;
}

.feature-style-two .feature-block:nth-child(2) .feature-block-one .inner-box .icon-box {
    color: #FA09A7;
}

.feature-style-two .feature-block:last-child .feature-block-one .inner-box .icon-box {
    color: #48d019;
}

.feature-style-two .feature-block-one .inner-box .icon-box .bg-layer {
    position: absolute;
    width: 165px;
    height: 146px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    z-index: -1;
}

.feature-block-one .inner-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    margin-bottom: 18px;
    transition: all 500ms ease;
}

.feature-block-one .inner-box h5 a {
    position: relative;
    display: inline-block;
    color: #000;
}

.feature-block-one .inner-box .text {
    position: relative;
    display: block;
    transition: all 500ms ease;
}

.feature-block-one:hover .inner-box .text,
.feature-block-one:hover .inner-box h5,
.feature-block-one:hover .inner-box h5 a {
    color: #fff;
}

.feature-block-one .inner-box .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FA09A7;
    z-index: -3;
    opacity: 0;
    transition: all 0.3s linear;
}

.feature-block-one .inner-box .hover-content:before {
    content: '';
    width: 493px;
    height: 493px;
    background: #FA09A7;
    border-radius: 50%;
    position: absolute;
    top: -260px;
    left: -60px;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.feature-block-one .inner-box .hover-content:after {
    content: '';
    width: 602px;
    height: 602px;
    background: #FA09A7;
    border-radius: 50%;
    position: absolute;
    top: -295px;
    left: -110px;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.feature-block-one:hover .hover-content {
    opacity: 1;
}

.feature-block-one:hover .hover-content:before {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 0.9s linear;
}

.feature-block-one:hover .hover-content:after {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 1.3s linear;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 38px;
    color: #000;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 31px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    background: #cccccc;
    width: 130px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}

.sec-title.center h2:before,
.sec-title.center h2:after {
    left: 50%;
    transform: translateX(-50%);
}

.sec-title h2:after {
    position: absolute;
    content: '';
    background: #777777;
    width: 45px;
    height: 4px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.6) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}


/******************  News Slider Demo-6 *******************/

.post-slide6 {
    margin: 0 10px;
    border-left: 8px solid #FA09A7;
    border-bottom: 8px solid #FA09A7;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.30);
    margin-bottom: 2em;
}

.post-slide6 .post-img {
    position: relative;
    overflow: hidden;
}

.post-slide6 .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.0);
    transition: all 0.40s linear 0s;
}

.post-slide6:hover .post-img:before {
    background: rgba(0, 0, 0, 0.6);
}

.post-slide6 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide6 .post-info {
    width: 75%;
    position: absolute;
    bottom: -100%;
    left: 12.5%;
    background: #FA09A7;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom 0.40s ease-in-out 0s;
}

.post-slide6:hover .post-info {
    bottom: 0;
}

.post-slide6 .category {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-slide6 .category li,
.post-slide6 .post-date {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.post-slide6 .category li:after {
    content: " /";
}

.post-slide6 .category li:last-child:after {
    content: "";
}

.post-slide6 .category li a {
    color: #fff;
    transition: all 0.40s linear;
}

.post-slide6 .category li a:hover {
    color: #555;
    text-decoration: none;
}

.post-slide6 .post-review {
    padding: 10px 20px 5px;
    background: #fff;
    position: relative;
}

.post-slide6 .icons {
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
}

.post-slide6 .icons img {
    width: 100%;
    height: auto;
}

.post-slide6 .post-title {
    margin: 0 0 12px 0;
}

.post-slide6 .post-title a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #FA09A7;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.30s linear 0s;
}

.post-slide6 .post-title a:hover {
    text-decoration: none;
    color: #555;
}

.post-slide6 .post-description {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}

.post-slide6 .read {
    font-size: 13px;
    color: #555;
    display: block;
    text-align: right;
    text-transform: uppercase;
}

.post-slide6 .read:hover {
    text-decoration: none;
    color: #FA09A7;
}


/** solution-section **/

.btn-box a {
    background: #000;
    padding: 8px 15px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    border: #000 solid 1px;
}

.solution-section {
    position: relative;
    background: #FA09A7;
    padding: 40px 0px 60px 0px;
}

.solution-section .sec-title h2 {
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    line-height: 32px;
}

.solution-section .inner-content .inner-box:first-child {
    margin-bottom: 120px;
}

.solution-section .inner-content .inner-box:first-child .content-box {
    margin-left: 30px !important;
}

.solution-section .inner-content .inner-box:last-child .content-box {
    margin-right: 30px !important;
}

#content_block_32 .content-box .sec-title h2 {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 32px;
    text-align: left;
}

#content_block_32 .content-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 55px;
}

#content_block_32 .content-box .icon-box {
    position: relative;
    margin-bottom: 41px;
}

#content_block_32 .content-box .icon-box .icon {
    position: relative;
    display: inline-block;
    margin-right: 13px;
}

#content_block_32 .content-box .icon-box .icon:last-child {
    margin-right: 0px;
}

#content_block_32 .content-box .theme-btn {
    text-transform: uppercase;
}

#image_block_31 .image-box {
    position: relative;
}

.solution-section #image_block_31 .image-box img {
    max-width: 100%;
    width: auto;
    float: right;
}

#image_block_32 .image-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #FA09A7;
    box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
}

#image_block_32 .image-box img {
    max-width: none;
    width: auto;
    transition: all 500ms ease;
}

#image_block_32 .image-box:hover img {
    transform: scale(1.05);
    opacity: 0.5;
}

#home {
    clip-path: url(#cache);
}

#red {
    fill: none;
    opacity: 0.15;
    stroke: #ffffff;
    stroke-width: 12;
    stroke-miterlimit: 10;
    animation: show 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

#blue {
    fill: none;
    opacity: 0.15;
    stroke: #06A1C4;
    stroke-width: 12;
    stroke-miterlimit: 10;
    animation: show 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

#light-blue {
    fill: none;
    opacity: 0.15;
    stroke: #06A1C4;
    stroke-width: 6;
    stroke-miterlimit: 10;
    stroke-dasharray: 200;
    stroke-dashoffset: 800;
    animation: draw 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes show {
    0% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.15;
    }
}

.pointer_default li {
    cursor: pointer;
}


/** feature-style-four **/

.feature-style-four {
    position: relative;
    padding: 80px 0px 0px 0px;
}

#content_block_07 .content-box h3,
#content_block_08 .content-box h3,
#content_block_09 .content-box h3,
#content_block_10 .content-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #FA09A7;
    font-weight: 500;
    margin-bottom: 32px;
}

#content_block_07 .content-box .text,
#content_block_08 .content-box .text,
#content_block_09 .content-box .text,
#content_block_10 .content-box .text {
    position: relative;
    font-size: 16px;
    margin-bottom: 53px;
}

#content_block_07 .content-box .sec-title h2,
#content_block_08 .content-box .sec-title h2,
#content_block_09 .content-box .sec-title h2,
#content_block_10 .content-box .sec-title h2 {
    margin-bottom: 20px;
}

.feature-style-four .inner-box .image-box img {
    width: 100%;
}

#image_block_06 .image-box,
#image_block_07 .image-box,
#image_block_08 .image-box,
#image_block_09 .image-box,
#image_block_10 .image-box {
    position: relative;
}

#image_block_06 .image-box .image,
#image_block_07 .image-box .image,
#image_block_08 .image-box .image,
#image_block_09 .image-box .image,
#image_block_10 .image-box .image {
    position: relative;
    overflow: hidden;
    background: #FA09A7;
}

#image_block_06 .image-box .image img,
#image_block_07 .image-box .image img,
#image_block_08 .image-box .image img,
#image_block_09 .image-box .image img,
#image_block_10 .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

#image_block_06 .image-box .image:hover img,
#image_block_07 .image-box .image:hover img,
#image_block_08 .image-box .image:hover img,
#image_block_09 .image-box .image:hover img,
#image_block_10 .image-box .image:hover img {
    opacity: 0.5;
    transform: scale(1.05);
}

#content_block_07 .content-box {
    padding-top: 70px;
    margin-right: 30px;
}

#image_block_06 .image-box .bg-layer {
    position: absolute;
    width: 815px;
    height: 755px;
    left: 0px;
    top: -40px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 15s infinite linear;
    animation: zoom-fade 15s infinite linear;
}

.feature-style-four .inner-box {
    position: relative;
}

.feature-style-four .inner-box:first-child {
    margin-bottom: 110px;
}

.feature-style-four .inner-box:nth-child(2) {
    margin-bottom: 120px;
}

#content_block_08 .content-box {
    margin-left: 70px;
}

#image_block_07 .image-box .bg-layer {
    position: absolute;
    width: 785px;
    height: 810px;
    right: 70px;
    top: -60px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 15s infinite linear;
    animation: zoom-fade 15s infinite linear;
}

#image_block_07 .image-box .image {
    border-radius: 5px;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}

#image_block_07 .image-box img {
    max-width: none;
    float: right;
    width: auto;
    border-radius: 5px;
}

#content_block_07 .content-box,
#content_block_08 .content-box,
#content_block_09 .content-box,
#content_block_10 .content-box {
    position: relative;
}

#content_block_08 .content-box .image {
    position: relative;
    padding-top: 70px;
}

#image_block_08 .image-box,
#image_block_09 .image-box {
    position: relative;
    padding: 0px 100px;
}

#image_block_08 .image-box .image {
    border-radius: 5px;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}

#image_block_08 .image-box .image img {
    border-radius: 5px;
    width: 100%;
}

#image_block_08 .image-box:before,
#image_block_09 .image-box:before {
    position: absolute;
    content: '';
    background: #F6F7FB;
    width: 100%;
    height: 690px;
    left: 0px;
    top: 290px;
}

#image_block_08 .image-box .image-content,
#image_block_09 .image-box .image-content {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

#content_block_07 .content-box .btn-box,
#content_block_08 .content-box .btn-box,
#content_block_09 .content-box .btn-box,
#content_block_10 .content-box .btn-box {
    position: relative;
    display: flex;
}

#image_block_08 .image-box .image-content h3,
#image_block_09 .image-box .image-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #FA09A7;
    margin-bottom: 10px;
}

#image_block_08 .image-box .image-content h3 a,
#image_block_09 .image-box .image-content h3 a {
    color: #FA09A7;
}

#image_block_08 .image-box .image-content h3 a:hover,
#image_block_09 .image-box .image-content h3 a:hover {
    color: #222;
}

#image_block_08 .image-box .image-content .text,
#image_block_09 .image-box .image-content .text {
    position: relative;
    font-size: 16px;
}

.feature-style-four .inner-box:nth-child(3) .content-box {
    margin-bottom: 150px;
}

#image_block_09 .lower-image {
    position: relative;
    text-align: center;
    padding-top: 100px;
}

.feature-style-four .inner-box:nth-child(3) {
    margin-bottom: 120px;
}

#image_block_10 .image-box .image {
    position: relative;
    margin-left: -150px;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#image_block_10 .image-box .image img {
    float: right;
    max-width: none;
    width: auto;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.feature-style-four .inner-box:last-child .content-box {
    margin-left: 100px;
}

#content_block_10 .content-box .image {
    position: absolute;
    right: 0px;
    bottom: -140px;
}


/** pricing-style-two **/

.pricing-style-two {
    position: relative;
}

.pricing-style-two .sec-title {
    margin-bottom: 40px;
}

.pricing-block-two .pricing-table {
    position: relative;
    display: block;
    overflow: hidden;
    background: #FA09A7;
    padding: 41px 15px 45px 15px;
    border-radius: 30px;
    transition: all 500ms ease;
}

.pricing-block-two .pricing-table .choice-box {
    position: absolute;
    width: 100%;
    left: -115px;
    top: 40px;
    background: #FA09A7;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 30px;
    transform: rotate(-45deg);
    transition: all 500ms ease;
    opacity: 0;
}

.pricing-block-two:hover .pricing-table .choice-box {
    opacity: 1;
}

.pricing-block-two:hover .pricing-table {
    background: #fff;
    margin: -30px 0px;
    padding: 71px 15px 75px 15px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.pricing-block-two .pricing-table .table-header .title {
    position: relative;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
    transition: all 500ms ease;
}

.pricing-block-two .pricing-table .table-header .text {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 11px;
    transition: all 500ms ease;
}

.pricing-block-two .pricing-table .table-header .price {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    transition: all 500ms ease;
}

.pricing-block-two .pricing-table .table-header .price:before {
    position: absolute;
    content: "$";
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    left: -14px;
    bottom: 16px;
    transition: all 500ms ease;
}

.pricing-block-two .pricing-table .table-header .price span {
    font-size: 14px;
    font-weight: 400;
}

.pricing-block-two .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 5px 0px 17px 0px;
}

.pricing-block-two .pricing-table .table-content li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
    transition: all 500ms ease;
}

.pricing-block-two .pricing-table .table-content li:last-child {
    margin-bottom: 0px;
}

.pricing-block-two .pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    background: #111;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    border-radius: 30px;
}

.pricing-block-two:hover .pricing-table .table-header .title,
.pricing-block-two:hover .pricing-table .table-header .price,
.pricing-block-two:hover .pricing-table .table-header .price:before {
    color: #111;
}

.pricing-block-two:hover .pricing-table .table-header .text,
.pricing-block-two:hover .pricing-table .table-content li {
    color: #777;
}

.pricing-block-two:hover .pricing-table .table-footer a {
    background: #FA09A7;
}


/** best-hosting **/

.best-hosting {
    position: relative;
    padding: 45px 0px 40px 0px;
}

.best-hosting .sec-title h3 {
    position: relative;
    font-size: 24px;
    line-height: 32px;
    color: #222;
    margin-bottom: 16px;
}

.best-hosting .sec-title h2 {
    color: #FA09A7;
    margin-bottom: 45px;
    text-align: center;
}

.best-hosting .single-item .inner-box {
    position: relative;
    background: #fff;
    border-radius: 15px;
    min-height: 420px;
    padding: 53px 30px 52px 50px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}

.best-hosting .single-item:hover .inner-box {
    transform: translateY(-15px);
}

.best-hosting .single-item .inner-box .bg-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: all 500ms ease;
}

.best-hosting .single-item:hover .inner-box .bg-layer {
    opacity: 1;
}

.best-hosting .single-item .icon-box {
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
    color: #9ece1c;
    margin-bottom: 32px;
}

.best-hosting .single-column:nth-child(2) .single-item .icon-box {
    color: #ff0000;
}

.best-hosting .single-column:last-child .single-item .icon-box {
    color: #ffb600;
}

.best-hosting .single-item h3 {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 36px;
    color: #222;
    margin-bottom: 36px;
}

.best-hosting .single-item h3 a {
    display: inline-block;
    color: #222;
}

.best-hosting .single-item h3 a:hover {
    color: #FA09A7;
}

.best-hosting .single-item .text {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
}

.best-hosting .single-item .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d7d7d7;
    border-radius: 50%;
    z-index: 1;
}

.best-hosting .single-item:hover .link-btn a {
    background: #FA09A7;
}

.best-hosting .single-item .link-btn {
    position: absolute;
    left: 50px;
    bottom: -23px;
}

.best-hosting .single-column {
    /* padding: 0px 35px; */
}

.best-hosting .inner-content {
    position: relative;
    margin: 0px -20px;
}


/** feature-style-ten **/

.feature-style-ten {
    position: relative;
    padding: 100px 0px 95px 0px;
}

.feature-style-ten .sec-title {
    margin-bottom: 65px;
}

#content_block_29 .content-box h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 60px;
    color: #222;
    font-weight: 500;
    margin-bottom: 31px;
}

#content_block_29 .content-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 55px;
}

#content_block_29 .content-box .btn-box .theme-btn {
    padding: 10px 25px;
    position: relative;
}

#content_block_29 .content-box .btn-box .theme-btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

#image_block_28 .image-box img {
    max-width: none;
}

#content_block_29 .content-box {
    position: relative;
    padding: 105px 0px 119px 0px;
}

.feature-style-ten .inner-container .inner-box:first-child .content-box {
    margin-right: 50px;
}

.feature-style-ten .inner-container .inner-box .content-box .bg-layer {
    position: absolute;
    width: 975px;
    height: 100%;
    top: 0px;
    right: -80px;
    left: auto;
    background-repeat: no-repeat;
}

#image_block_28 .image-box .image-box {
    position: relative;
    display: block;
    text-align: center;
}

.feature-style-ten .inner-container .inner-box:first-child .image-box {
    margin-left: 50px;
}

#image_block_28 .image-box .anim-icons .icon-1 {
    position: absolute;
    top: -50px;
    left: 50px;
    -webkit-animation: zoom-fade 2s infinite linear;
    animation: zoom-fade 2s infinite linear;
}

#image_block_28 .image-box .anim-icons .icon-2 {
    position: absolute;
    top: -50px;
    right: 0px;
}

#image_block_28 .image-box .anim-icons .icon-3 {
    position: absolute;
    right: 100px;
    bottom: -20px;
    z-index: 1;
}

.feature-style-ten .inner-container .inner-box:nth-child(2) .image-box {
    margin-right: 80px;
}

.feature-style-ten .inner-container .inner-box:nth-child(2) .image-box img {
    float: right;
}

.feature-style-ten .inner-container .inner-box:nth-child(2) .content-box {
    margin-left: 50px;
}

.feature-style-ten .inner-container .inner-box:nth-child(2) .content-box .bg-layer {
    left: -100px;
    background-repeat: no-repeat;
}

.feature-style-ten .inner-container .inner-box:nth-child(3) .content-box {
    margin-right: 50px;
}

.feature-style-ten .inner-container .inner-box:nth-child(3) .content-box .bg-layer {
    right: -80px;
    background-repeat: no-repeat;
}

.feature-style-ten .inner-container .inner-box:nth-child(3) .image-box {
    margin-left: 80px;
}

.feature-style-ten .inner-container .inner-box:last-child .content-box {
    margin-left: 70px;
}

.feature-style-ten .inner-container .inner-box:last-child .content-box .bg-layer {
    left: -100px;
    background-repeat: no-repeat;
}

.feature-style-ten .inner-container .inner-box:last-child .image-box {
    margin-right: 100px;
}

.feature-style-ten .inner-container .inner-box:last-child .image-box img {
    float: right;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.faq_section {
    margin: 37px 0 50px;
}

.faq_section .card-header {
    background: #fff;
    margin: 0 0 15px;
    border-radius: 7px;
    border: none;
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 25px;
    color: #000;
}

.faq_section .card-body {
    background: #fff;
    margin: 0 0 27px;
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 25px 5px;
}


/** powerful-management **/

.powerful-management {
    position: relative;
    padding: 70px 0px 70px 0px;
}

#content_block_36 .content-box h2 {
    position: relative;
    font-size: 36px;
    line-height: 60px;
    font-weight: 500;
    color: #222;
    margin-bottom: 30px;
}

#content_block_36 .content-box .text {
    position: relative;
    font-size: 16px;
    margin-bottom: 56px;
}

#content_block_36 .content-box .theme-btn-two {
    padding: 15px 27px;
}

.powerful-management .inner-box {
    position: relative;
    margin-left: 30px;
}

#content_block_37 .inner-box .company-list li {
    position: relative;
    float: left;
    width: 33.333%;
    margin-bottom: 30px;
}

#content_block_37 .inner-box .company-list li a {
    position: relative;
    display: inline-block;
    width: 190px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background: #fff;
    color: #777;
    padding: 60px 15px 51px 15px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

#content_block_37 .inner-box .company-list li .company-logo {
    margin-bottom: 19px;
}

#content_block_37 .inner-box .company-list li .company-logo img {
    width: auto;
    transition: all 500ms ease;
}

#content_block_37 .inner-box .company-list li a:hover .company-logo img {
    transform: scale(1.1);
}

#content_block_37 .inner-box .company-list li:nth-child(2),
#content_block_37 .inner-box .company-list li:nth-child(5) {
    top: 30px;
}

.powerful-management .sec-title h2 {
    margin-bottom: 70px;
}

.get_started {
    position: relative;
    background: #F6F7FB;
    width: 100%;
    height: auto;
    min-height: 250px;
}

.get_started .get_started_left {
    position: absolute;
    left: 0;
    width: 300px;
    top: 30px;
}

.get_started .get_started_right {
    position: absolute;
    right: 0;
    width: 500px;
    top: 30px;
}

.get_started h2 {
    padding: 70px 0 18px;
    color: #FA09A7;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.get_started p {
    text-align: center;
    padding: 16px 0 5px;
}

.btn_cover1 {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.btn_cover1 a {
    background: #FA09A7;
    border: 1.5px dashed #fff;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 20px;
    padding: 0.43rem 1.5rem;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.start_project_banner .waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.start_project_banner .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, #FA09A7 20%, #FA09A7 80%);
}

.start_project_banner .bgTop {
    z-index: 15;
    opacity: 0.5;
}

.start_project_banner .bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.start_project_banner .bgBottom {
    z-index: 5;
}

.start_project_banner .hero__content1 {
    position: relative;
    z-index: 99;
}

.start_project_banner .wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 123%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.start_project_banner .waveTop {
    background-size: 50% 100px;
}

.start_project_banner .waveAnimation .start_project_banner .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.start_project_banner .waveMiddle {
    background-size: 50% 120px;
}

.start_project_banner .waveAnimation .start_project_banner .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.start_project_banner .waveBottom {
    background-size: 50% 100px;
}

.start_project_banner .waveAnimation .start_project_banner .waveBottom {
    animation: move_wave 15s linear infinite;
}

div#news_slider .carousel-item {
    min-height: 65px;
}

#news_slider .col-md-3 {
    display: inline-block;
    margin-left: -4px;
}

#news_slider .col-md-3 img {
    width: 100%;
    height: auto;
}

#news_slider .carousel-indicators li {
    background-color: red;
}

#news_slider .carousel-control-prev-icon,
#news_slider .carousel-control-next-icon {
    background-color: red;
}

.news_slider_box {
    background: #ffffff;
    box-shadow: 0 15px 30px 0 rgb(142 142 142 / 42%);
    margin: 0 auto 3.5rem;
    border-radius: 15px;
    padding: 0 10px;
    width: 100%;
    max-width: 910px;
    display: block;
    overflow: revert;
    cursor: pointer;
}

.feature-style-three {
    position: relative;
    background: #F6F7FB;
    padding: 100px 0px 0px 0px;
    min-height: 845px;
}

#iamge_block_03 .image {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

#iamge_block_03 .image .image-box {
    position: relative;
    display: block;
    min-height: 640px;
    z-index: 1;
}

#iamge_block_03 .image-box .bg-layer {
    position: absolute;
    width: 680px;
    height: 790px;
    left: -75px;
    top: -65px;
    background-repeat: no-repeat;
}

#iamge_block_03 .image-box .image-1 {
    position: absolute;
    top: 0px;
    right: 45px;
    z-index: 1;
}

#iamge_block_03 .image-box .image-2 {
    position: absolute;
    top: 50px;
    left: 0px;
}

#iamge_block_03 .image-box:before {
    position: absolute;
    content: '';
    background: url("../images/pattern-36.png");
    width: 410px;
    height: 410px;
    right: -30px;
    bottom: -70px;
    background-repeat: no-repeat;
}

#iamge_block_03 .image-box .image-2 {
    position: absolute;
    top: 50px;
    left: 100px;
}

#iamge_block_02 .image,
#iamge_block_03 .image {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.single-feature {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 120px 1fr;
    margin-bottom: 45px;
}

.single-feature .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(190, 173, 142, .2);
    text-align: center;
    line-height: 149px;
    font-size: 60px;
    color: #FA09A7;
    transition: all .3s ease-out 0s;
    position: relative;
    z-index: 2;
}

.single-feature span.material-icons {
    font-size: 70px;
}

.single-feature .cta-desc {
    position: relative;
    padding-left: 40px;
    z-index: 1;
    font-size: 14px;
}

.single-feature .cta-desc h3 {
    font-size: 30px;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.single-feature .cta-desc a {
    color: #FA09A7;
}

.single-feature .cta-desc .count {
    position: absolute;
    font-size: 120px;
    font-weight: 700;
    left: -32px;
    top: 0;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.1rem #111;
    z-index: -1;
    color: transparent;
    opacity: .1;
}

section.testimonial_new {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}

.testimonial4 {
    color: #000;
    font-weight: 300;
}

.testimonial4 h1,
.testimonial4 h2,
.testimonial4 h3,
.testimonial4 h4,
.testimonial4 h5,
.testimonial4 h6 {
    color: #FA09A7;
}

.testimonial4 .font-weight-medium {
    font-weight: 500;
}

.testimonial4 .bg-light {
    background-color: #f4f8fa !important;
}

.testimonial4 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.testimonial4 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.testimonial4 .owl-dots {
    counter-reset: dots;
    text-align: left;
}

.testimonial4 .owl-dots .owl-dot {
    padding: 15px 20px 10px 0 !important;
    cursor: pointer;
}

.testimonial4 .owl-dots .owl-dot span {
    display: none;
}

.testimonial4 .owl-dots .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

.testimonial4 .owl-dots .owl-dot.active:before {
    font-weight: 500;
    color: #263238;
    border-bottom: 2px solid #263238;
}

.testimonial4 .item button {
    background: #FA09A7;
    border: #FA09A7 solid 1px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin: 0 0 15px;
}

.testimonial_new p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.pricing-style-two .table {
    background-color: #FFF;
    border: #dfdfdf solid 1px;
}

.pricing-style-two p {
    margin: 0;
}

.link-hover1 {
    background-color: #5d0198;
    transition: all 0.3s ease;
}

.link-hover1:hover {
    background-color: #470173;
    text-decoration: none;
}

.link-hover2 {
    background-color: #FA09A7;
    transition: all 0.3s ease;
}

.link-hover2:hover {
    background-color: #cc0e8a;
    text-decoration: none;
}

.link-hover3 {
    background-color: #00aeef;
    transition: all 0.3s ease;
}

.link-hover3:hover {
    background-color: #0591c5;
    text-decoration: none;
}

svg#home-anim {
    height: 100%;
}

.scholarship_grey_bg {
    padding: 4rem 0;
    color: #4f4f4f;
    background: #F6F7FB;
}

.scholarship_wrp {
    margin: 0px auto;
    width: 100%;
    max-width: 1000px;
    border: #fa09a7 solid 4px;
    padding: 20px;
    background: #fff;
}

.scholarship_header {
    margin: 0 15px 20px;
}

.scholarship_header h1 {
    font-size: 28px;
    border-bottom: #dfdfdf solid 1px;
    padding: 0 0 10px;
    width: 100%;
}

.scholarship_header h2 {
    font-size: 24px;
    padding: 0;
    width: 100%;
}

.scholarship_header h3 {
    font-size: 15px;
    padding: 0px 0 10px;
    border-bottom: #dfdfdf solid 1px;
    color: #4f4f4f;
}

.scholarship_content p {
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-size: 18px;
}

.scholarship_ul_area {
    width: 100%;
    margin: 20px 0 0;
    display: inline-block;
}

.scholarship_ul_area ul {
    margin: 0;
    padding: 0;
}

.scholarship_ul_area h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 10px;
    background: #fa09a7;
    padding: 10px;
}

.scholarship_ul_area ul li {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0 18px;
    line-height: 30px;
    list-style: disc;
}

.a_deadline {
    text-align: center;
    margin: 20px 0;
    border-top: #dfdfdf solid 1px;
    padding: 20px 0 0;
    font-size: 18px;
}

.a_deadline h1 {
    font-size: 24px;
    color: #fa09a7;
    margin: 0 0 18px;
}

.a_deadline p {
    line-height: 24px;
}

.scholarship_ul_area_01 {
    margin: 0;
}

.gender label.radio-inline {
    margin: 8px 20px 0 0;
    font-size: 15px;
}

.cart_sticky_01 {
    background: #fff;
    border: none;
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .1);
}

.scholarship_ul_area h1.center {
    text-align: center;
}

.cart_sticky_01 .btn_signup {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 140px;
    float: none !important;
    display: block;
}

ul.genral_dot li {
    margin-bottom: 15px;
}

section.product_new {
    background: url(../images/product_bg.png);
    height: auto;
    min-height: 720px;
    position: relative;
    background-size: cover;
    background-position: top center;
}

.product_header #header-sticky-wrapper {
    background: none;
}

.product_header #header-sticky-wrapper.active {
    background: #fff;
}

.product_header nav.navbar {
    box-shadow: none;
}

.product_new_content h1 {
    color: #000D43;
    font-weight: 900;
    font-size: 50px;
    font-family: Poppins !important;
    line-height: 60px;
}

.product_new_content p {
    color: #62679B;
    font-weight: 400;
    font-size: 14px;
    font-family: Poppins !important;
    line-height: 24px;
    margin: 20px 0;
}

.product_new_content a.btn.btn-primary.btn_signup {
    width: 170px;
    height: 50px;
    font-size: 18px;
    line-height: 35px;
}

.product_new_content {
    position: relative;
    margin-top: 18%;
}

.product_overview {
    margin: 4% 0 0;
}

.product_overview_heading {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.product_overview_heading h2 {
    color: #000D43;
    font-weight: 600;
    font-size: 35px;
    font-family: Poppins !important;
    line-height: 30px;
}

.product_overview_heading p {
    color: #62679B;
    font-weight: 400;
    font-size: 14px;
    font-family: Poppins !important;
    line-height: 24px;
    margin: 12px 0;
}

.product_overview_serivce h1 {
    font-size: 20px;
    color: #000D43;
    font-weight: 500;
    margin: 10px 0;
}


/* .features_section {background: url(../images/features_section_bg.svg);height: auto;min-height: 910px;position: relative;padding: 80px 0;    background-size: cover;
  background-position: top center;} */

.features_section {
    background: url(../images/features_section_bg.svg);
    height: auto;
    min-height: 1200px;
    position: relative;
    padding: 10px 0;
    background-size: cover;
    background-position: top center;
    background-color: #F6F7FB;
    margin: 40px 0;
}

.features_section_content {
    margin-top: 35%;
}

img.pattern311 {
    position: absolute;
    top: 320px;
    left: 0;
}

/*.research_box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 4px;
    width: 100%;
    margin: 50px 0 0;
}*/

/*.research_box_01 {
    margin: 110px 0 0;
}
*/
/*.research_box_img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}*/

/*.research_box_content {
    text-align: center;
    padding: 40px 20px;
}

.research_box_content h1 {
    font-size: 20px;
    font-weight: 500;
    color: #000D43;
}

.research_box_content p {
    color: #62679B;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 20px;
}

.research_box_content a {
    font-size: 16px;
    color: #000;
}*/

.features_content_box h1 {
    color: #000D43;
    font-weight: 900;
    font-size: 40px;
    font-family: Poppins !important;
    line-height: 30px;
}

.features_content_box p {
    color: #62679B;
    font-weight: 400;
    font-size: 14px;
    font-family: Poppins !important;
    line-height: 24px;
    margin: 20px 0;
}

.features_content_inner_box_1 {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
    margin: 0 0 20px;
}

.features_content_inner_box_1 h1 {
    font-size: 18px;
    font-weight: 600;
    color: #62679B;
}

.features_content_inner_box_1 h1 span {
    position: relative;
    font-size: 21px;
    top: 3px;
    color: #FA09A7;
}

.features_section_two {
    padding: 5% 0;
}

.features_content_box {
    margin: 8% 0 0;
}

.pricing-table-style .table {
    border: none;
}

.pricing-table-style p {
    margin: 0;
}

.pricing-table-style .sec-title {
    margin-bottom: 40px;
}

.pricing-table-style .table thead th {
    border: none;
    font-weight: bold;
    font-size: 22px;
    border-bottom: #dcdcdc solid 1px;
}

.pricing-table-style b {
    position: relative;
    top: -19px;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    background: #9c0066;
    padding: 4px 0;
    margin: 0 auto;
    max-width: 160px;
    border-radius: 0 0 8px 8px;
}

.color_grey p {
    color: #000;
    text-align: left;
    font-size: 15px;
    padding: 0 40px;
}

.pricing-table-style .material-icons {
    color: #fa09a7;
    float: left;
    margin: 0 5px;
}

.pricing-table-style .table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border: #dcdcdc solid 1px;
}

.link-hover4 {
    background-color: #FA09A7;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 4px;
    padding: 8px 22px;
    font-size: 15px;
    margin: 10px 0;
    border: #cc108b solid 1px;
}

.link-hover4:hover {
    background-color: #cc0e8a;
    text-decoration: none;
}

.wt_bg {
    background: #fff;
}

.sky_bg {
    background: #E3F3FD;
}

.position_set {
    position: relative;
    margin-top: -50px;
    border-top: none !important;
    font-size: 26px !important;
}

.mrg-set {
    margin-top: 18% !important;
}

.service-style-two {
    position: relative;
}

.service-style-two .carousel-item {
    min-height: 420px;
}

.service-style-two .product_overview_heading {
    margin-bottom: 40px;
}

.service-block-two {
    position: relative;
    margin-bottom: 50px;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    padding: 63px 30px 56px 30px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.service-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background-image: -webkit-linear-gradient(0deg, #FA09A7 0%, #FA09A7 100%);
    transition: all 500ms ease;
}

.service-block-two:hover .inner-box:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.service-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #b7b7b7;
    margin-bottom: 27px;
    transition: all 500ms ease;
}

.service-block-two .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #222;
    padding-bottom: 20px;
    margin-bottom: 24px;
    transition: all 500ms ease;
}

.service-block-two .inner-box h4:before {
    position: absolute;
    content: '';
    background: #FA09A7;
    width: 40px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    transition: all 500ms ease;
}

.service-block-two .inner-box h4:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 4px;
    height: 2px;
    right: 0px;
    left: 50%;
    bottom: 0px;
    margin-left: 12px;
    transform: translateX(-50%);
    transition: all 500ms ease;
}

.service-block-two .inner-box h4 a {
    color: #222;
    display: inline-block;
}

.service-style-two .inner-content {
    position: relative;
    margin: 0px -10px;
}

.service-style-two .inner-content .service-block {
    padding: 0px 25px;
}

.service-block-two .inner-box .text {
    position: relative;
    display: block;
    transition: all 500ms ease;
}

.service-block-two:hover .inner-box .icon-box,
.service-block-two:hover .inner-box h4,
.service-block-two:hover .inner-box h4 a,
.service-block-two:hover .inner-box .text {
    color: #fff;
}

.service-block-two:hover .inner-box h4:before {
    background: #fff;
}

.service-block-two:hover .inner-box h4:after {
    background: #205cc8;
}


/** feature-style-13 **/

.feature-style-13 {
    position: relative;
    padding: 122px 0;
}

#content_block_38 .content-box .sec-title {
    margin-bottom: 50px;
}

#content_block_38 .content-box .sec-title h2 {
    line-height: 60px;
    margin-bottom: 71px;
}

#content_block_38 .content-box .lower-content .single-item {
    position: relative;
    padding: 0px 0px 0px 100px;
    margin-bottom: 41px;
}

#content_block_38 .content-box .lower-content .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #4527a4;
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #f1edff;
    border-radius: 50%;
}

#content_block_38 .content-box .lower-content .single-item:last-child .icon-box {
    background: #fff1e1;
    color: #bd6e16;
}

#content_block_38 .content-box .lower-content .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #222;
    margin-bottom: 18px;
}

#content_block_38 .content-box .lower-content .single-item h3 a {
    display: inline-block;
    color: #222;
}

#content_block_38 .content-box .lower-content .single-item h3 a:hover {
    color: #4527a4;
}

#content_block_38 .content-box .lower-content .single-item .text {
    position: relative;
    font-size: 16px;
}

.feature-style-13 .inner-box .content-box {
    position: relative;
    margin-top: 52px;
}

#image_block_36 .image-box {
    position: relative;
}

#image_block_36 .image-box img {
    position: relative;
    width: 100%;
}

#image_block_36 .image-box .bg-layer {
    position: absolute;
    width: 990px;
    height: 920px;
    left: 70px;
    top: -80px;
    background-repeat: no-repeat;
}

.feature-style-13 .inner-box:first-child {
    margin-bottom: 105px;
}

.feature-style-13 .inner-box:last-child .content-box .lower-content .single-item:first-child .icon-box {
    background: #edfffa !important;
    color: #4527a4 !important;
}

.feature-style-13 .inner-box:last-child .image-box {
    margin-right: 44px;
}

#image_block_37 .image-box {
    position: relative;
}

#image_block_37 .image-box img {
    position: relative;
    width: 100%;
}

#image_block_37 .image-box .bg-layer {
    position: absolute;
    width: 1010px;
    height: 750px;
    right: 0px;
    top: 0px;
    left: -70px;
    background-repeat: no-repeat;
}

.feature-style-13 .anim-icons .icon-1 {
    background-image: -webkit-linear-gradient(0deg, #FA09A7 0%, #6242aa 100%);
    width: 145px;
    height: 145px;
    left: 60px;
    top: 30px;
    border-radius: 50%;
    box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.feature-style-13 .anim-icons .icon-2 {
    background-image: -webkit-linear-gradient(0deg, #FA09A7 0%, #6242aa 100%);
    width: 145px;
    height: 145px;
    right: 100px;
    bottom: 120px;
    border-radius: 50%;
    box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-style-two .anim-icons .icon-1 {
    background: #4527a4;
    width: 60px;
    height: 60px;
    left: 30px;
    bottom: 50%;
    border-radius: 50%;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.banner-style-two .anim-icons .icon-2 {
    background: #95baf1;
    width: 32px;
    height: 32px;
    left: 60px;
    bottom: 30%;
    border-radius: 50%;
    -webkit-animation: zoom-fade 2s infinite linear;
    animation: zoom-fade 2s infinite linear;
}

.banner-style-two .anim-icons .icon-3 {
    background: #a293d1;
    width: 85px;
    height: 85px;
    left: -42px;
    bottom: 10%;
    border-radius: 50%;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}

.tech_box {
    text-align: center;
}

.tech_box img {
    width: 50px;
}

.tech_box h1 {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 57px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .sub_pink {
        display: none;
    }
    /*#footer {
        padding: 5rem 0 1rem 0 !important;
    }*/
    .faq-content-wrapper {
        width: 100%;
    }
    #v-pills-sWeb,
    #v-pills-sApp,
    #v-pills-sbuzz,
    #v-pills-sArt,
    #v-pills-sLogo,
    #v-pills-sHost,
    #v-pills-sNet,
    #v-pills-sMark {
        padding: 30px 0;
    }
    .our_process_new {
        display: none;
    }
    .home_accordion {
        display: block;
    }
    #seeMoreWork.CServices {
        min-height: 400px;
    }
    .bubbles-wrapper {
    position: absolute!important;
    bottom: 0%;
    }
    #v-pills-tabContent_Cservices .Cservice_desc .btn_cover .btn_hireus {
        margin: 0 0 5px;
    }
    #cInformation {
        min-height: 2250px;
    }
    [data-aos=fade-left] {
        transform: translate3d(0, 0, 0);
    }
    .carousel-caption h3 {
        line-height: 40px;
        margin: 10px 0;
        font-size: 35px;
    }
    .payment_box h1 {
        font-size: 45px;
    }
    .our_brand_animation {
        margin: 0;
    }
    .grid-1 .item,
    .grid-1 .item-2 {
        width: 100% !important;
    }
    .single-item-one .box .pattern-bg .pattern-1,
    .single-item-one .box .pattern-bg .pattern-2 {
        display: none;
    }
    .single-item-three,
    .single-item-four,
    .single-item-five {
        margin: 90px 0;
    }
    .start-project-wrp {
        min-height: 1170px !important;
    }
    .start_project_banner .waveWrapperInner {
        background-image: none;
    }
    .best-hosting .single-column {
        margin: 0 0 60px;
    }
    .feature-style-ten .inner-container .inner-box:first-child .content-box {
        margin-right: 0;
    }
    .feature-style-ten .inner-container .inner-box .content-box .bg-layer {
        width: 100%;
        right: 0;
    }
    #content_block_29 .content-box {
        padding: 30px 0px 115px 0px;
        text-align: center;
    }
    .feature-style-ten .inner-container .inner-box:first-child .image-box {
        margin-left: 0px;
    }
    #image_block_28 .image-box img {
        width: 100%;
    }
    .feature-style-ten .inner-container .inner-box:nth-child(2) .image-box {
        margin-right: 0px;
    }
    .feature-style-ten .inner-container .inner-box:nth-child(2) .content-box .bg-layer {
        left: 0;
        background-repeat: no-repeat;
        background-image: none !important;
    }
    .feature-style-ten .inner-container .inner-box:nth-child(3) .content-box .bg-layer {
        right: 0;
        background-repeat: no-repeat;
        background-image: none !important;
    }
    .feature-style-ten .inner-container .inner-box:nth-child(3) .image-box {
        margin-left: 0;
    }
    .feature-style-ten .inner-container .inner-box:last-child .image-box {
        margin-right: 0px;
    }
    .feature-style-ten .inner-container .inner-box:last-child .content-box .bg-layer {
        left: 0;
        background-repeat: no-repeat;
        background-image: none !important;
    }
    .feature-style-ten .inner-container .inner-box:last-child .content-box {
        margin-left: 0;
    }
    .feature-style-ten .inner-container .inner-box:nth-child(2) .content-box {
        margin-left: 0px;
    }
    .feature-style-ten .inner-container .inner-box:nth-child(3) .content-box {
        margin-right: 0;
    }
    .powerful-management .inner-box {
        margin-left: 0px;
    }
    #content_block_37 .inner-box .company-list li {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 0;
    }
    ul.company-list.clearfix {
        margin: 0;
        padding: 0;
    }
    #content_block_37 .inner-box .company-list li a {
        width: 100%;
    }
    #content_block_37 .inner-box .company-list li:nth-child(2),
    #content_block_37 .inner-box .company-list li:nth-child(5) {
        top: 0;
    }
    .get_started .get_started_left {
        display: none;
    }
    .get_started .get_started_right {
        display: none;
    }
    .login-column-bg {
        display: none !important;
    }
    /* 100% {width: 100%;} */
    .right-section {
        display: none !important;
    }
    #footer ul {
        margin: 0;
    }
    .payment_card li:last-child {
        margin: 0 5px 0 0;
    }
    .footer_head {
        padding: 30px 0 0px;
    }
    .features_box_text {
        border-right: none;
        padding: 20px 0px 20px 0px;
    }
    .feature-style-four .inner-box:last-child .content-box {
        margin-left: 0;
    }
    #image_block_08 .image-box,
    #image_block_09 .image-box {
        padding: 0;
    }
    #image_block_08 .image-box:before,
    #image_block_09 .image-box:before {
        background: none;
    }
    .brands_content li.nav-item {
        width: 100%;
    }
    .brands_content ul#pills-tab_PC .nav-item .nav-link {
        width: 100%;
    }
    ul#pills-tab_PC li a {
        font-size: 15px;
        text-align: center;
    }
    #v-pills-tabContent_Cservices .Cservice_head h4 {
        background: none;
    }
    .bubbles-wrapper .bubble {
        position: relative;
        left: 0 !important;
        display: inline-block;
    }
    .btn-link span {
        width: 90%;
    }
    .what_we_sets_icon a {
        height: 75px;
        width: 75px;
    }
    .what_we_sets_icon a img {
        width: 100%;
    }
    .what_we_sets_text {
        width: 100%;
        padding: 20px 0;
    }
    .inside-software .inner-content {
        padding-right: 0;
    }
    #content_block_14 .inner-content .single-column:last-child {
        padding-top: 0;
    }
    div#news_slider {
        margin: 40px 0 0;
    }
    #iamge_block_03 .image-box .image-2 {
        position: relative;
    }
    #iamge_block_02 .image,
    #iamge_block_03 .image {
        box-shadow: none;
    }
    div#content_block_03 {
        top: 100px;
        position: relative;
    }
    #iamge_block_03 .image-box .bg-layer {
        display: none;
    }
    #iamge_block_03 .image-box .image-1 {
        position: relative;
        right: 0;
    }
    #iamge_block_03 .image-box .image-2 {
        left: 0;
    }
    .post-slide6 {
        margin: 0 0 15px;
    }
    .inside-software .content-box .text {
        padding-right: 0;
    }
    section.product_new {
        background: #FDE4F4;
    }
    .product_new_content h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .product_new_content {
        margin-top: 5%;
    }
    .features_section {
        background: #F6F7FB;
    }
    .features_section_content {
        margin-top: 5%;
    }
    /*.research_box_01 {
        margin: 45px 0 0;
    }*/
    .faq-content-wrapper:before,
    .faq-content-wrapper .panel-heading:before {
        display: none;
    }
    #accordions.panel-group .panel {
        margin-left: 0;
    }
    #image_block_36 .image-box .bg-layer {
        display: none;
    }
    #image_block_37 .image-box .bg-layer {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sub_pink {
        right: 0;
    }
    #cInformation
    {
        min-height: 1300px;
    }
    .what_we_sets_icon a {
    height: 80px;
    width: 80px;
}
    .login-column-bg {
        display: none !important;
    }
    /* 100% {width: 100% !important;} */
    .right-section {
        display: none !important;
    }
    .faq-content-wrapper:before,
    .faq-content-wrapper .panel-heading:before {
        display: none;
    }
    #accordions.panel-group .panel {
        margin-left: 0;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
    .sub_pink {
        right: 0;
    }
    .service_box h1 {
        font-size: 15px;
    }
    .flip-box-back {
        font-size: 14px;
        line-height: 20px;
    }
    #seeMoreWork.CServices {
        min-height: 865px;
    }
    .what_we_sets_icon a {
        height: 75px;
        width: 75px;
    }
    .what_we_sets_icon a img {
        width: 100%;
    }
    .btn-link span {
        width: 90%;
    }
    #image_block_08 .image-box:before,
    #image_block_09 .image-box:before {
        height: 460px;
    }
}



/* new section */

/* main {
  overflow: hidden;
  background-color: #eaeaeab0;
  padding: 200px 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media (min-width: 576px) {
  main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  main {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  main {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  main {
    grid-template-columns: repeat(5, 1fr);
  }
}
.card-one {
  width: 100%;
  position: relative;
  z-index: 9;
  transition: all 0.3s ease;
}
.card-one:hover {
  transform: translateY(-40px) scale(1.05);
}
.card-one > div .top-indicator {
  max-width: 130px;
  width: 100%;
  margin: auto;
  position: relative;
}
.card-one > div .top-indicator p {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #d00851;
}
.card-one > div .main-bg {
  margin-top: 100px;
  position: relative;
}
.card-one > div .main-bg .flat-shape {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 0 15px;
  transform: translateY(-80px);
  animation: updown 3s linear infinite;
}
.card-one > div .main-bg .flat-shape .icon-container {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #f3069e;
  border-radius: 50%;
  overflow: hidden;
  background: white;
  padding: 5px;
}
.card-one > div .main-bg .flat-shape .icon-container img {
  width: 100%;
  height: 100%;
}
.card-one > div .main-bg .main-text {
  position: absolute;
  left: 50%;
  bottom: 40%;
  text-align: center;
  transform: translate(-50%, 35%);
  width: 80%;
  color: #ffffff;
}
@media (min-width: 576px) {
  .card-one > div .main-bg .main-text {
    transform: translate(-50%, 38%);
  }
}
@media (min-width: 1200px) {
  .card-one > div .main-bg .main-text {
    transform: translate(-50%, 52%);
  }
}
@media (min-width: 1400px) {
  .card-one > div .main-bg .main-text {
    transform: translate(-50%, 38%);
  }
}
.card-one > div .main-bg .main-text h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.card-one > div .main-bg .main-text p {
  margin-top: 10px;
  font-size: 14px;
  padding: 0 15px;
  font-weight: 300;
}
@media (min-width: 576px) {
  .card-one:nth-child(even) {
    transform: translateY(-140px) scale(1.05);
  }
}
@media (min-width: 1400px) {
  .card-one:nth-child(even)::after {
    content: "";
    position: absolute;
    right: 50px;
    bottom: 25%;
    width: 100px;
    height: 15px;
    background-color: #ffffff;
    transform: translateX(100%) rotate(35deg);
    z-index: -1;
  }
}
@media (min-width: 576px) {
  .card-one:nth-child(even):hover {
    transform: translateY(-100px) scale(1.05);
  }
}
@media (min-width: 1400px) {
  .card-one:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: 50px;
    bottom: 48%;
    width: 100px;
    height: 15px;
    background-color: #ffffff;
    transform: translateX(100%) rotate(-35deg);
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .card-one:nth-child(4) {
    transform: translateY(0) scale(1.05);
  }
}
@media (min-width: 1024px) {
  .card-one:nth-child(4) {
    transform: translateY(-140px) scale(1.05);
  }
}
.card-one:nth-child(4):hover {
  transform: translateY(-40px) scale(1.05);
}
@media (min-width: 1024px) {
  .card-one:nth-child(4):hover {
    transform: translateY(-100px) scale(1.05);
  }
}
@media (min-width: 768px) {
  .card-one:nth-child(5) {
    transform: translateY(-100px) scale(1.05);
  }
}
@media (min-width: 1024px) {
  .card-one:nth-child(5) {
    transform: translateY(0) scale(1.05);
  }
}
.card-one:nth-child(5):hover {
  transform: translateY(-140px) scale(1.05);
}
@media (min-width: 1024px) {
  .card-one:nth-child(5):hover {
    transform: translateY(-40px) scale(1.05);
  }
}
@media (min-width: 1400px) {
  .card-one:last-child::after {
    display: none;
  }
}
.card-two > div .top-indicator p {
  color: #ffa400;
}
.card-three > div .top-indicator p {
  color: #0054ff;
}
.card-four > div .top-indicator p {
  color: #008600;
}
.card-five > div .top-indicator p {
  color: #0054ff;
}
@keyframes updown {
  0% {
    transform: translateY(-80px);
  }
  50% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(-80px);
  }
} */

/* end new section */
/* new polygon boxes  */          
.sec_polygon_boxes{
    background-color: #E8E8E8;
    padding-top: 90px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.polygon_boxes{
    /* max-width: 1400px; */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wrap_polygon_up{
    position: relative;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

.wrap_polygon_up::before{
    content: '';
    position: absolute;
    top: 55%;
    left: -80px;
    width: 100px;
    height: 6px;
    background: #F2F2F2;
    box-shadow: 0 1px 2px rgba(70, 70, 70, 0.096);
    transform-origin: bottom right;
    transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
}

.wrap_polygon_up::after{
    content: '';
    position: absolute;
    top: 55%;
    right: -80px;
    width: 100px;
    height: 6px;
    background: #F2F2F2;
    box-shadow: 0 1px 2px rgba(70, 70, 70, 0.096);
    transform-origin: bottom left;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
}

.wrap_polygon_box{
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-top: 110px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.wrap_polygon_box:last-child::after{
    display: none;
}

.polygon_box{
    width: 100%;
    position: relative;
}

.polygon_bg{
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.wrap_polygon_box:hover .polygon_bg{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

.wrap_polygon_box_after{
    content: '';
    width: calc(100% - 22px);
    /*height: 45%;
    */aspect-ratio: 1 / .6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    background: url("../img/bg_after.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.wrap_polygon_box:hover .wrap_polygon_box_after{
    transform: translateX(-50%) translateY(-10px);
    -webkit-transform: translateX(-50%) translateY(-10px);
    -moz-transform: translateX(-50%) translateY(-10px);
    -ms-transform: translateX(-50%) translateY(-10px);
    -o-transform: translateX(-50%) translateY(-10px);
}

.polygon_box_num{
    position: absolute;
    top: -110px;
    left: 50%;
    width: 110px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.wrap_polygon_box:hover .polygon_box_num{
    transform: translateX(-50%) translateY(-20px);
    -webkit-transform: translateX(-50%) translateY(-20px);
    -moz-transform: translateX(-50%) translateY(-20px);
    -ms-transform: translateX(-50%) translateY(-20px);
    -o-transform: translateX(-50%) translateY(-20px);
}

.polygon_box_num img{
    width: 100%;
}

.polygon_content{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 15px);
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 11;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.wrap_polygon_box:hover .polygon_content{
    transform: translateY(-20px) translateX(-50%);
    -webkit-transform: translateY(-20px) translateX(-50%);
    -moz-transform: translateY(-20px) translateX(-50%);
    -ms-transform: translateY(-20px) translateX(-50%);
    -o-transform: translateY(-20px) translateX(-50%);
}

.polygon_icon{
    display: block;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.wrap_polygon_box:hover .polygon_icon{
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
}

.interview_box_title{
    margin-top: 10px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    width: calc(100% + 40px);
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 2;
}

.interview_box_title span{
    font-size: 1rem;
    background: linear-gradient(#F2F2F2, #FFFFFF);
    display: block;
    padding: 8px 6px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.i_b_b_shape_1,
.i_b_b_shape_2,
.i_b_b_shape_3,
.i_b_b_shape_4 {
    position: absolute;
    background: #D4D0D2;
    z-index: -5;
}

.i_b_b_shape_1 {
    top: -8px;
    left: 0;
    width: 13px;
    height: 8px;
    clip-path: polygon(100% 5%, 0% 100%, 100% 100%);
}

.i_b_b_shape_2 {
    top: -8px;
    right: 0;
    width: 13px;
    height: 8px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.i_b_b_shape_3 {
    bottom: -8px;
    left: 0;
    width: 13px;
    height: 8px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.i_b_b_shape_4 {
    bottom: -8px;
    right: 0;
    width: 13px;
    height: 8px;
    clip-path: polygon(100% 0, 0 0, 0 98%);
}

.polygon_text{
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}

/* color 1 */
.polygon_box_pink .polygon_gradient1 stop:first-child,
.polygon_box_pink .polygon_gradient2 stop:first-child{
    stop-color: #EB5759 !important;
}

.polygon_box_pink .polygon_gradient1 stop:last-child,
.polygon_box_pink .polygon_gradient2 stop:last-child{
    stop-color: #C80353 !important;
}

.polygon_box_pink .interview_box_title span{
    color: #DC6BA6;
}

/* color 2 */
.polygon_box_orange .polygon_gradient1 stop:first-child,
.polygon_box_orange .polygon_gradient2 stop:first-child{
    stop-color: #FEAA02 !important;
}

.polygon_box_orange .polygon_gradient1 stop:last-child,
.polygon_box_orange .polygon_gradient2 stop:last-child{
    stop-color: #FF2801 !important;
}

.polygon_box_orange .interview_box_title span{
    color: #1F1F1F;
}

/* color 3 */
.polygon_box_cyan .polygon_gradient1 stop:first-child,
.polygon_box_cyan .polygon_gradient2 stop:first-child{
    stop-color: #2BC1FE !important;
}

.polygon_box_cyan .polygon_gradient1 stop:last-child,
.polygon_box_cyan .polygon_gradient2 stop:last-child{
    stop-color: #0147FF !important;
}

.polygon_box_cyan .interview_box_title span{
    color: #1F1F1F;
}

/* color 4 */
.polygon_box_green .polygon_gradient1 stop:first-child,
.polygon_box_green .polygon_gradient2 stop:first-child{
    stop-color: #B5CF00 !important;
}

.polygon_box_green .polygon_gradient1 stop:last-child,
.polygon_box_green .polygon_gradient2 stop:last-child{
    stop-color: #057D10 !important;
}

.polygon_box_green .interview_box_title span{
    color: #1F1F1F;
}


/* Responsive code */
@media(max-width: 1300px){
    .wrap_polygon_box{
        width: 25%; 
    }    
    .polygon_content{
        top: 2vw;
    }
}

@media(max-width: 1100px){
    .polygon_content{
        top: 0;
    }
}

@media(max-width: 1050px){
    .wrap_polygon_box{
        width: 30%; 
    }   
    .wrap_polygon_up_lg{
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        margin-right: 25px;
    }
    .wrap_polygon_up_lg::before{
        display: none;
    }
}

@media(max-width: 900px){
    .polygon_boxes{
        justify-content: space-between;
    }
    .sec_polygon_boxes{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wrap_polygon_box{
        width: 40%; 
        margin-left: auto;
        margin-right: auto;
    }   
    .wrap_polygon_box{
        margin-bottom: 40px;
    }
    .wrap_polygon_up{
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .wrap_polygon_up::before,
    .wrap_polygon_up::after{
        display: none;
    }
    .polygon_content{
        top: 3vw;
    }
}

@media(max-width: 767px){
    .polygon_boxes{
        justify-content: space-between;
    }
    .wrap_polygon_box{
        width: 47%; 
        margin-left: auto;
        margin-right: auto;
    }   
}

@media(max-width: 600px){
    .polygon_boxes{
        justify-content: space-between;
    }
    .polygon_content{
        top: 0;
    }
}

@media(max-width: 567px){
    .polygon_content{
        top: 3vw;
    }
    .wrap_polygon_box{
        width: 60%; 
    } 
}

@media(max-width: 480px){
    .wrap_polygon_box{
        width: 70%; 
    } 
}

@media(max-width: 400px){
    .wrap_polygon_box{
        width: 80%; 
    } 
}

@media(max-width: 360px){
    .wrap_polygon_box{
        width: 90%; 
    } 
}

@media(max-width: 320px){
    .wrap_polygon_box{
        width: 100%; 
    } 
}
/* End new polygon boxes  */
