﻿.data-cookie p a:hover, .learn-btn {
    text-decoration: underline;
}
.ad-section-heading, .heading-top {
    text-shadow: 3px 2px 7px #193b7f;
    font-weight: 700;
}
.blog-footer, .btn_continuerad, .num-clr {
    vertical-align: baseline;
}
.maincontainer {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    float: left;
}
.border_btm_head {
    color: #3b5a99;
}
.banner-section {
    position: relative;
    padding: 100px 0 60px;
    background-image: -ms-linear-gradient(right, #0090e4 0, #1b18a1 100%);
    background-image: -moz-linear-gradient(right, #0090e4 0, #1b18a1 100%);
    background-image: -o-linear-gradient(right, #0090e4 0, #1b18a1 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #0090e4), color-stop(100, #1b18a1));
    background-image: -webkit-linear-gradient(right, #0090e4 0, #1b18a1 100%);
    background-image: linear-gradient(to left, #1877F2, #3B5998 100%);
    width: 100%;
    overflow: hidden;
}
.colorbubble_bg, .colorbubble_bg2 {
    background-repeat: no-repeat;
    background-image: url(https://digigyan.org/pageupsoft/wp-content/uploads/2025/02/color_bubble_white.png);
}
.banner_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.animate_btn, .bg_whypageup, .blog-share, .blog-share a, .blog_container, .blog_head_textcontnr, .box_banner_txt, .btn-grad, .category_title a, .com-section, .default-btn, .faq-headbox, .firstcircle, .icon-ml, .infoli, .left, .offer-dt, .pricing .btn-buy, .secondcircle, .tool-tip, .video-playbtn, a, span {
    display: inline-block;
}
.waves {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15vh;
    margin-bottom: 0;
    min-height: 100px;
    max-height: 150px;
}
.parallax>use {
    -webkit-animation: 25s cubic-bezier(.55, .5, .45, .5) infinite move-forever;
    animation: 25s cubic-bezier(.55, .5, .45, .5) infinite move-forever;
}
.parallax>use:first-child {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}
.parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}
.parallax>use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}
.parallax>use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}
@-webkit-keyframes move-forever {
    0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
}
100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
}
}@keyframes move-forever {
    0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
}
100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
}
}.video-playbtn {
    position: relative;
    width: 60px;
    height: 60px;
    color: #002e9c;
    text-decoration: none !important;
    font-size: 40px;
    text-align: center;
    border-radius: 50px;
    line-height: 60px;
    top: 30px;
    left: 0;
    display: flex;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}
.video-playbtn i {
    font-size: 32px !important;
}

.btn-grad:before, .colorbubble_bg, .colorbubble_bg2 {
    top: 0;
    height: 100%;
    position: absolute;
}
.ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.level-section .inner-container .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
@-webkit-keyframes ripple {
    70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}@keyframes ripple {
    70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}.color_circlesbox, .colorbubble_bg {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.colorbubble_bg {
    left: 0;
    width: 493px;
    background-position: right top;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -ms-animation-name: float_left_right;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: zoom-fade;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 8s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 8s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.image-five, .image-six {
    animation-iteration-count: infinite;
}
@-webkit-keyframes zoom-fade {
    0%, 100% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@keyframes zoom-fade {
    0%, 100% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}.colorbubble_bg2 {
    right: 3%;
    width: 725px;
}
.box_banner_txt {
    position: absolute;
    top: 45px;
    padding: 50px;
}
.box_banner_txt h1 {
    font-size: 40px;
    color: #fff;
}
.btn-grad {
    border: none;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 14px 40px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 3px;
    text-transform: capitalize;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #162fae), color-stop(100, #0a63cb));
}
.category_box_blog p, .category_title a, .head_rpli, .hero-content span, .industry-title, .industry-title-2, .search_box_blog p, .socialfolow_box_blog, .testimonial_095_slide>h5>a {
    text-transform: uppercase;
}
.bg_whypageup, .image-aboutus-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% center;
}
.btnquote span {
    position: relative;
    z-index: 1;
}
.animate_btn {
    cursor: pointer;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.animate_btn a span {
    position: relative;
    z-index: 100;
    color: #fff;
}
.btn-grad:before {
    content: "";
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    background-image: linear-gradient(to left, #172aab 0, #057bd8 100%);
}
.btn-grad:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-grad:hover {
    color: #fff;
    border-color: #1b71cc;
}
.box_aboutus h2, .service-head h2 {
    font-size: 40px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}
#boxclose, .serviceheadinner h3, .text_whypage h4 {
    font-size: 24px;
    font-weight: 700;
}
.border_btm_head:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 40px;
    background-color: rgb(50 47 47 / 93%);
    left: 0;
    bottom: -5px;
    border-radius: 5px;
}
.section-about:after, .section-about:before {
    content: "";
    position: absolute;
    background-color: #0088ff1a;
}
.com-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    float: left;
}
.section-about {
    padding: 80px 50px 50px;
}
.box_aboutus, .comomboxpaddng {
    padding: 60px 40px;
}
.sec_aboutus {
    padding: 10px 20px;
}
#imgcontainer {
    perspective: 30px;
}
#imgcontainerinner {
    transition: transform .5s;
    -webkit-transition: transform .5s;
}
.box_container_servic, .box_container_servic:before {
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
}
.section-about:before {
    height: 650px;
    width: 650px;
    border-radius: 50%;
    right: -470px;
    top: 50px;
}
.learn-btn {
    color: #002e9c;
}
.learn-btn:hover {
    color: #006796;
}
.section-about:after {
    height: 350px;
    width: 350px;
    border-radius: 50%;
    left: -230px;
    top: -10px;
}
.box_container_servic:after, .box_container_servic:before {
    background-color: #e5f3ff9c;
    transform: scale(0);
    position: absolute;
    border-radius: 50%;
    content: ""}
.box_container_servic {
    position: relative;
    background-color: #fff;
    min-height: 430px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    transition: .6s;
}
.box_container_servic:hover, .icon_servce {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.box_container_servic:before {
    height: 60px;
    width: 60px;
    left: 10px;
    top: 10px;
    transition: .6s;
}
.box_container_servic:after {
    z-index: -1;
    height: 100px;
    width: 100px;
    right: 10px;
    bottom: 10px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.box_container_servic:hover::after, .box_container_servic:hover::before {
    transform: scale(1);
}
.section-service {
    padding: 40px 40px 130px;
    background-color: rgb(249 249 249);
    background-image: linear-gradient(180deg, #fff 0, #f5f5f5 100%);
    margin-bottom: 50px;
}
.section-service:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 166px;
    background: url(../images/service-footer.png) no-repeat;
}
.icon_servce {
    height: 120px;
    width: 120px;
    line-height: 120px;
    margin: -85px auto 25px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_servce span {
    font-size: 50px;
    color: #50aeff;
}

.icon_servce i {
    font-size: 40px;
    color: #2D4379;
}

.firstcircle {
    position: absolute;
    right: 8px;
    width: 20px;
    height: 20px;
    z-index: 1;
    border-radius: 50%;
    background-color: #1530ae;
}
.secondcircle {
    position: absolute;
    left: 8px;
    bottom: 6px;
    width: 15px;
    height: 15px;
    z-index: 1;
    border-radius: 50%;
    background-color: #db2f19;
}
@-webkit-keyframes rotateme {
    0% {
    -webkit-transform: rotate(0);
    opacity: 1;
}
50% {
    -webkit-transform: rotate(180deg);
    opacity: .7;
}
100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
}
}@-moz-keyframes rotateme {
    0% {
    -moz-transform: rotate(0);
    opacity: 1;
}
50% {
    -moz-transform: rotate(180deg);
    opacity: .7;
}
100% {
    -moz-transform: rotate(360deg);
    opacity: 1;
}
}@-o-keyframes rotateme {
    0% {
    -o-transform: rotate(0);
    opacity: 1;
}
50% {
    -o-transform: rotate(180deg);
    opacity: .7;
}
100% {
    -o-transform: rotate(360deg);
    opacity: 1;
}
}@keyframes rotateme {
    0% {
    transform: rotate(0);
    opacity: 1;
}
50% {
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
    opacity: 1;
}
}.color_circlesbox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%}
.bg_whypageup {
    background-image: url(../images/why-pageup-bg.png);
    width: 100%;
    position: absolute;
    height: 150px;
}
.elementcolumnwrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.why-pagu_wrap {
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.bordr_circlbox {
    width: 180px;
    height: 180px;
    line-height: 180px;
    padding: 20px;
    position: relative;
    background-color: #fff;
    z-index: 10;
    font-size: 45px;
    border: 2px dashed #cbd2e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.borderbox_circl, .borderbox_circl span {
    line-height: 140px;
}
.borderbox_circl1:after, .borderbox_circl2:after, .borderbox_circl3:after, .borderbox_circl4:after, .borderbox_circl5:after, .borderbox_circl6:after, .btn-trans-play {
    background-color: transparent;
}
#boxclose, .box_whypage {
    display: inline-block;
    text-align: center;
}
.borderbox_circl {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}
#boxclose, #light, .bg_left_contactform::after, .closevideo, .image-five, .image-four, .image-six, .image-three, .image-two, .light_text, .shape, .small_circle_1, .tbinside {
    position: absolute;
}
.borderbox_circl:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.borderbox_circl1:after {
    background-image: linear-gradient(90deg, #643cb5 30%, #c670ea 100%);
    box-shadow: 19px 13px 32px 0 rgba(139, 81, 202, .2);
}
.borderbox_circl1:hover::after {
    background-image: linear-gradient(90deg, #c670ea 30%, #643cb5 100%);
}
.borderbox_circl2:after {
    background-image: linear-gradient(90deg, #ff7268 30%, #ffb06c 100%);
    box-shadow: 19px 13px 32px 0 rgba(255, 114, 104, .2);
}
.borderbox_circl2:hover::after {
    background-image: linear-gradient(90deg, #ffb06c 30%, #ff7268 100%);
}
.borderbox_circl3:after {
    background-image: linear-gradient(90deg, #42cafc 30%, #05fff0 100%);
    box-shadow: 19px 13px 32px 0 rgba(66, 202, 252, .2);
}
.borderbox_circl3:hover::after {
    background-image: linear-gradient(90deg, #05fff0 30%, #42cafc 100%);
}
.borderbox_circl4:after {
    background-image: linear-gradient(90deg, #81fbb8 30%, #28c76f 100%);
    box-shadow: 19px 13px 32px 0 rgba(54, 207, 123, .2);
}
.borderbox_circl4:hover::after {
    background-image: linear-gradient(90deg, #28c76f 30%, #81fbb8 100%);
}
.borderbox_circl5:after {
    background-image: linear-gradient(90deg, #abdcff 30%, #0396ff 100%);
    box-shadow: 19px 13px 32px 0 rgba(96, 189, 255, .2);
}
.borderbox_circl5:hover::after {
    background-image: linear-gradient(90deg, #0396ff 30%, #abdcff 100%);
}
.borderbox_circl6:after {
    background-image: linear-gradient(90deg, #f5515f 30%, #a1051d 100%);
    box-shadow: 19px 13px 32px 0 rgba(245, 81, 95, .2);
}
.borderbox_circl6:hover::after {
    background-image: linear-gradient(90deg, #a1051d 30%, #f5515f 100%);
}
.box_whypage {
    padding: 0 20px;
}
#fadevideo, #fadevideo:hover~#boxclose, #light, .image-respo, .item, .owl-dots {
    display: none;
}
.light_text {
    right: -80px;
    top: 0;
    line-height: 1;
    font-weight: 700;
    z-index: -1;
    font-size: 120px;
    color: rgb(181 181 181 / 15%);
    font-family: Livvic, sans-serif;
}
.bg_bigbuy, .bg_goturf, .blog-share, .blog-share a, .blog_container, .blog_head_textcontnr, .box_blog, .category_title a, .dc-features-group>.dc-features-item .dc-features-item-front, .img_bigbuy, .img_bigbuy img, .img_goturf, .img_goturf img, .in-view, .item_portfolio_prdct, .mob-num, .searcomh_inputblog, .tool-tip {
    position: relative;
}
.btn-trans-play {
    border: thin solid #fff;
    border-radius: 3px;
    margin-top: 30px;
}
#fadevideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: .8;
    opacity: .8;
}
#light {
    top: 50%;
    left: 50%;
    width: 510px;
    height: 310px;
    margin-left: -255px;
    margin-top: -200px;
    border: 5px solid #fff;
    background: #fff;
    z-index: 1002;
    overflow: visible;
}
.videomodalbox {
    width: 500px;
    height: 300px;
}
.item_portfolio, .item_portfolio_prdct {
    width: 100%;
    min-height: 750px;
    transition: .4s;
}
#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    background: #222;
    box-shadow: 3px 1px 5px 3px #00000080;
    height: 30px;
    line-height: 25px;
    width: 30px;
    border-radius: 50%;
    right: -16px;
    top: -16px;
    z-index: 1002;
}
.boxclose:before {
    content: "×"}
.item_portfolio {
    background-color: #00a4b8;
    transform: scale(1);
}
.in-view {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #eebd7c 0, #e6a24e 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #eebd7c 0, #e6a24e 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #eebd7c 0, #e6a24e 100%);
    transform: scale(1);
}
.transcircle1, .transcircle3 {
    position: ABSOLUTE;
    border-radius: 50%}
.item_portfolio2 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #79efff 0, #00a4b8 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #79efff 0, #00a4b8 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #79efff 0, #00a4b8 100%);
}
.item_portfolio4 {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #89d48c 0, #54b059 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #89d48c 0, #54b059 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #89d48c 0, #54b059 100%);
}
.item_portfolio5 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #eae9e9 0, #fff 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #eae9e9 0, #fff 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #eae9e9 0, #fff 100%);
}
.item_portfoliojsm {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #35b5ac 0, #028370 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #35b5ac 0, #028370 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #35b5ac 0, #028370 100%);
}
.item_portfolio3 {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #5b9fe2 0, #0382ff 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #5b9fe2 0, #0382ff 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #5b9fe2 0, #0382ff 100%);
}
.item_portfolio7 {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #802f38 0, #722f37 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #802f38 0, #722f37 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #802f38 0, #722f37 100%);
}
.item_portfolio8 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #7d3665 0, #b35670 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #7d3665 0, #b35670 100%);
}
.item_portfolio6 {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #f3bf57 0, #dea832 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #f3bf57 0, #dea832 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #f3bf57 0, #dea832 100%);
}
.transcircle1 {
    width: 400px;
    height: 400px;
    background-color: #dadada33;
    right: 40px;
    top: 80px;
}
.transcircle2 {
    left: 40px!important;
    bottom: 80px!important;
    top: initial;
    width: 250px;
    height: 250px;
}
.transcircle3 {
    width: 320px;
    height: 320px;
    background-color: #fff3;
    right: 300px;
    top: 150px;
}
.transcircle4 {
    left: -60px!important;
    bottom: -60px!important;
    top: initial;
    width: 300px;
    height: 300px;
}
.text_box_portfolio {
    position: absolute;
    color: #fff;
    top: 200px;
    left: 100px;
    padding-right: 50px;
}
.text_box_portfolio h3 {
    font-size: 55px;
    font-weight: 300;
}
.single.contact-info li .info, .text_box_portfolio p {
    font-weight: 500;
}
.btn-common-portfolio {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 50px;
    border-radius: 0;
    font-size: 20px;
    transition: .5s ease-in-out;
}
.text_box_portfolio:before {
    content: "";
    background: url(../images/headdot.png) center left no-repeat;
    position: absolute;
    top: 10px;
    left: -80px;
    width: 150px;
    height: 250px;
    z-index: -1;
}
.img_bigbuy:before, .img_goturf:before {
    content: "";
    display: block;
    height: 500px;
    top: 48%;
    left: -190px;
}
.imagebox_porfolio {
    position: relative;
    top: 210px;
    padding: 40px;
    right: 40px;
}
.webview_porfolio {
    position: absolute;
    width: 550px;
    box-shadow: 2px 6px 12px #9a5e0f;
}
.mobileview_portfolio {
    position: absolute;
    width: 200px;
    right: 0;
    top: 50px;
}
.bg_diamond1, .bg_diamond2, .bg_diamond3, .bg_diamond4, .bg_diamond5, .bg_diamond6, .dots_Bg1, .dots_Bg2, .dots_Bg3, .dots_Bg4, .dots_Bg5, .dots_Bg6, .shape_android1, .shape_android2, .shape_android3 {
    position: ABSOLUTE;
}
.webporfolio_sunkissed {
    box-shadow: 2px 6px 12px #88004cf2;
}
.webporfolio_divine {
    box-shadow: 2px 6px 12px #825050fa;
}
.webporfolio_medvyn {
    box-shadow: 2px 6px 12px #4e7d7cf2;
}
.webporfolio_petrodia {
    box-shadow: 2px 6px 12px #0865c1;
}
.webporfolio_grune {
    box-shadow: 2px 6px 12px #479c15;
}
.webporfolio_houston {
    box-shadow: 2px 6px 12px #c5c5c5;
}
.webportfolio_jsm {
    box-shadow: 2px 6px 12px #257c76;
}
.bg_diamond1 {
    left: 25%;
    transform: rotate(-5deg);
    bottom: 25%}
.bg_diamond2 {
    left: 10%;
    top: 20%}
.bg_diamond3 {
    bottom: 10%;
    right: 40%}
.bg_diamond4 {
    left: 40%;
    transform: rotate(112deg);
    bottom: 15%}
.bg_diamond5 {
    left: 36%;
    top: 12%}
.bg_diamond6 {
    position: absolute;
    bottom: 15%;
    right: 25%}
.header_portfolio {
    position: absolute;
    top: 150px;
    width: 60px;
    background-color: #fff;
    z-index: 100;
    box-shadow: 4px 3px 8px 1px #c3c3c34d;
}
.header_portfolio_fix {
    position: fixed;
    top: 150px;
}
.catg_contlist {
    position: relative;
    z-index: 10;
    border-color: #fff!important;
}
.text_catg {
    position: absolute;
    padding: .5rem 1rem;
    top: -1px;
    bottom: -1px;
    width: 170px;
    background-color: #fff;
    left: 0;
    transform: translate(0);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
}
.dots_Bg1, .dots_Bg2 {
    transform: rotate(30deg);
}
.catg_contlist:hover .text_catg {
    left: 0!important;
    transform: translate(0)!important;
    z-index: 100;
}
.item_portfolio_prdct1 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #53bae8 0, #03a9f4 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #53bae8 0, #03a9f4 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #53bae8 0, #03a9f4 100%);
}
.item_portfolio_prdct2 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #e66b6b 0, #9e1e1e 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #e66b6b 0, #9e1e1e 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #e66b6b 0, #9e1e1e 100%);
}
.item_portfolio_prdct3 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #f9ae78 0, #f6700e 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #f9ae78 0, #f6700e 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #f9ae78 0, #f6700e 100%);
}
.dots_Bg1 {
    top: 30%;
    left: -50px;
}
.dots_Bg2 {
    right: -70px;
    top: 40%}
.dots_Bg3, .dots_Bg4 {
    transform: rotate(180deg);
}
.dots_Bg3 {
    bottom: 0;
    left: 0;
}
.dots_Bg4 {
    top: 0;
}
.dots_Bg5 {
    top: 0;
    right: 0;
}
.dots_Bg6 {
    bottom: 0;
}
.text_box_portfolio_product:before {
    background-image: none;
}
.porfolio_product1 {
    box-shadow: 2px 6px 12px #006796;
}
.porfolio_product2 {
    box-shadow: 2px 6px 12px #8a0303;
}
.porfolio_product3 {
    box-shadow: 2px 6px 12px #9c4200;
}
.porfolio_product4 {
    box-shadow: 2px 6px 12px #c4cad0;
}
.mobileview_product {
    position: absolute;
    width: 200px;
    right: -110px;
    top: 90px;
    transition: .5s ease-in-out;
}
.imagebox_porfolio:hover .mobileview_product {
    right: -130px;
}
.btn-common-portfolio:hover {
    background-color: transparent;
    background-image: linear-gradient(to left, #e8e1e1 0, #fff 100%);
    outline: 0;
}
.backgroundradient_android {
    background-image: url(../images/backgroud_radient.png);
    height: 100vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.text_box_portfolio_android {
    color: #322f2f;
    padding-right: 0;
}
.image_portfolio_android {
    position: absolute;
    top: 180px;
    width: 360px;
    margin-left: -180px;
    left: 50%}
.bg_designcircl1 {
    position: ABSOLUTE;
    top: 50%;
    left: 10%;
    width: 100px;
}
.bg_designcircl2 {
    position: ABSOLUTE;
    width: 60px;
    left: 48%;
    top: 25%}
.bg_designcircl3 {
    position: ABSOLUTE;
    width: 100px;
    top: 65%;
    left: 20%}
.bg_designcircl4 {
    position: ABSOLUTE;
    width: 150px;
    top: 30%;
    left: 18%}
.btn_androidApps {
    background-color: transparent;
    color: #f39;
    border: 2px solid #f39;
}
.btn_androidApps_Sihora {
    background-color: transparent;
    color: #1c1a4a;
    border: 2px solid #1c1a4a;
}
.shape_android1, .shape_android2 {
    height: 400px;
    border-radius: 20px 150px 20px 20px;
    background-color: #ffffff0f;
    width: 500px;
}
.btn_androidApps:hover {
    background-image: linear-gradient(to left, #d2066c 0, #f39 100%);
    color: #fff;
}
.btn_androidApps_Sihora:hover {
    background-image: linear-gradient(to left, #1c1a4a 0, #2a2864 100%);
    color: #fff;
}
.comment_name span, .headbold {
    font-weight: 900;
}
.backgroundradient_android1 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #4676e0 0, #2560e2 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #4676e0 0, #2560e2 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #4676e0 0, #2560e2 100%);
}
.backgroundradient_android-favlooks {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #f6a14c 0, #f6a14c 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #f6a14c 0, #f6a14c 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #f6a14c 0, #f6a14c 100%);
}
.bg_edufence {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #0f5875 0, #09279c 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #0f5875 0, #09279c 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #0f5875 0, #09279c 100%);
}
.shape_android1 {
    transform: rotate(145deg);
    top: -22%}
.shape_android2 {
    transform: rotate(-15deg);
    bottom: -22%;
    left: -10%}
.shape_android3 {
    height: 950px;
    width: 750px;
    background-color: #ffffff0f;
    transform: rotate(41deg);
    bottom: 28%;
    right: -30%;
    border-radius: 100px 30px 20px 100px;
}
.bg_gymb_dark {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #282d4a 0, #1c1e2b 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #282d4a 0, #1c1e2b 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #282d4a 0, #1c1e2b 100%);
    overflow: hidden;
}
.bg_js-mart {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #5fbbb5 0, #24aaa1 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #5fbbb5 0, #24aaa1 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #5fbbb5 0, #24aaa1 100%);
    overflow: hidden;
}
.tilled_design1 {
    width: 400px;
    height: 400px;
    position: absolute;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 12px;
    right: -220px;
    transform: rotate(45deg);
    top: -30px;
}
.tilled_design2, .tilled_design3, .tilled_design4 {
    border-radius: 12px;
    transform: rotate(135deg);
    position: absolute;
}
.tilled_design2 {
    width: 400px;
    height: 400px;
    background-color: rgb(38 41 53);
    right: -230px;
    top: 0;
}
.tilled_design3, .tilled_design4 {
    width: 350px;
    height: 350px;
}
.tilled_design3 {
    background-color: rgb(16 16 16 / 36%);
    left: -180px;
    bottom: 45px;
}
.tilled_design4 {
    background-color: rgb(38 41 53);
    left: -170px;
    bottom: 0;
}
.bg_goturf {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #398a2557 0, #3d88288c 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #398a2557 0, #3d88288c 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #398a2557 0, #3d88288c 100%);
    overflow: hidden;
}
.bg_jsmmb {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #35b5ac 0, #028370 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #35b5ac 0, #028370 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #35b5ac 0, #028370 100%);
    overflow: hidden;
}
.bg_agromitra {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #27aba5 0, #22c9c0 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #27aba5 0, #22c9c0 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #27aba5 0, #22c9c0 100%);
    overflow: hidden;
}
.bg_bigbuy {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #94e8c9 0, #1d6d4f 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #94e8c9 0, #1d6d4f 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #94e8c9 0, #1d6d4f 100%);
    overflow: hidden;
}
.img_goturf:before {
    position: absolute;
    width: 500px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #528d03;
    background: linear-gradient(45deg, #6dad3a 0, #4ea02073 50%, #5fa01747 100%);
    background-size: 200% 200%;
    background-position: left bottom;
    filter: drop-shadow(0 30px 20px rgb(73 123 40 / 91%));
    -webkit-filter: drop-shadow(0 30px 20px rgb(73 123 40 / 91%));
    -moz-filter: drop-shadow(0 30px 20px rgb(73 123 40 / 91%));
}
.img_bigbuy {
    width: 290px;
    margin-left: -100px;
}
.img_goturf img {
    z-index: 10;
    filter: drop-shadow(0 20px 10px rgba(75,  80,  84,  .2));
    -webkit-filter: drop-shadow(0 20px 10px rgba(75, 80, 84, .2));
    -moz-filter: drop-shadow(0 20px 10px rgba(75, 80, 84, .2));
}
.img_bigbuy:before {
    position: absolute;
    width: 500px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: linear-gradient(45deg, #055a3afa 0, #489a7bed 50%, #1d6d4f5c 100%);
    background-size: 200% 200%;
    background-position: left bottom;
    filter: drop-shadow(0 30px 20px rgb(0 0 0 / 11%));
    -webkit-filter: drop-shadow(0 30px 20px rgb(0 0 0 / 11%));
    -moz-filter: drop-shadow(0 30px 20px rgb(0 0 0 / 11%));
}
.blog_head_textcontnr::after, .blog_head_textcontnr:before {
    top: 15px;
    display: block;
    width: 20px;
    height: 200px;
    background: rgba(39, 44, 49, .15);
    filter: blur(5px);
    position: absolute;
    content: "";
    z-index: -1;
}
.img_bigbuy img {
    z-index: 10;
}
.btn_cmn_portfolio_blck {
    color: #322f2f;
    border: 2px solid #322f2f;
}
.windowapp_img {
    width: 100%;
    padding: 0;
    top: 280px;
}
.textbox_portfolio_windows {
    left: 95px;
    padding-right: 10px;
}
.item_portfolio_windows1 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #87bcea 0, #408aca 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #87bcea 0, #408aca 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #87bcea 0, #408aca 100%);
}
.item_portfolio_windows2 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #ffca6a 0, #e37e37 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #ffca6a 0, #e37e37 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #ffca6a 0, #e37e37 100%);
    overflow: hidden;
}
.item_portfolio_windows3 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #4baecc 0, #0991c5 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #4baecc 0, #0991c5 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #4baecc 0, #0991c5 100%);
    overflow: hidden;
}
.item_portfolio_windows4 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #56d0dc 0, #277f8e 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #56d0dc 0, #277f8e 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #56d0dc 0, #277f8e 100%);
    overflow: hidden;
}
.backgroundradient_windowsapp {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #6a91e6 0, #2955b5 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #6a91e6 0, #2955b5 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #6a91e6 0, #2955b5 100%);
    overflow: hidden;
}
.backgroundradient_windowsapp2 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #afafff 0, #7e7ebf 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #afafff 0, #7e7ebf 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #afafff 0, #7e7ebf 100%);
    overflow: hidden;
}
.backgroundradient_windowsapp3 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #5495c3 0, #053a9a 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #5495c3 0, #053a9a 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #5495c3 0, #053a9a 100%);
    overflow: hidden;
}
.backgroundradient_windowsapp5 {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #3a72ab 0, #08253e 100%);
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #3a72ab 0, #08253e 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #3a72ab 0, #08253e 100%);
    overflow: hidden;
}
.windowwebapp_img {
    right: initial;
    left: 50px;
    top: 150px;
    padding: 60px;
}
.box_blog {
    margin-top: 180px;
}
.blog_container {
    width: 100%;
    overflow: hidden;
}
.blog_image_container {
    display: inline-block;
    width: 100%}
.blog_image_container img, .comp, .pic-one {
    width: 100%}
.blog_head_textcontnr {
    text-align: CENTER;
    background-color: #fff;
    width: 90%;
    margin: -80px 5% 25px;
    padding: 60px 40px;
}
.blog_head_textcontnr:before {
    left: -5px;
    transform: rotate(-5deg);
}
.blog_head_textcontnr::after {
    right: -5px;
    transform: rotate(5deg);
}
.blog_title {
    font-size: 36px;
}
.blog_paragraph>p:first-child:first-letter, .text_container_internalblog>p:first-child:first-letter {
    float: left;
    font-size: 76px;
    line-height: 63px;
    text-align: center;
    margin: 0 10px 0 0;
}
.category_title a {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    letter-spacing: 2px;
    color: #111;
}
.category_title a:after, .category_title a:before {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    top: 50%;
    width: 15px;
    border-color: #c7a770;
}
.category_title a:after {
    left: 100%;
    margin-left: 7px;
}
.category_title a:before {
    right: 100%;
    margin-right: 5px;
}
.comment_para p, .digital_service-card p, .publisher_text {
    font-size: 16px;
}
.publisher_text a {
    color: #6967ad;
    font-weight: 700;
}
.blog-share a, .category_box_blog ul li a, .socialfolow_box_blog ul li a {
    color: #343a40;
}
.publisher_text span i {
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
    font-weight: 300;
}
.btn_continuerad {
    border-radius: 0!important;
    padding: 8px 25px;
    font-size: 18px;
    box-shadow: 5px 5px 10px 2px #b9b9b9;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.btn_continuerad:hover {
    padding: 8px 40px;
}
.head_rpli:hover, .right_box_blog p:hover {
    padding: 5px 40px;
}
.blog-footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
.blog-share a, .socialfolow_box_blog ul li {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.blog-share-wrap, .contact-image, .visit-form form {
    text-align: center;
}
.blog-share:after, .blog-share:before {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 50%;
    width: 1000px;
    border-color: #e8e8e8;
}
.blog-share:before {
    right: 100%;
    margin-right: 15px;
}
.blog-share:after {
    left: 100%;
    margin-left: 15px;
}
.blog-share a {
    border: 1px solid #bdbdbd;
    font-size: 24px;
    border-radius: 50%}
.blog-share a:nth-child(n) {
    margin-right: 15px;
}
.share-info {
    position: absolute;
    top: -40px;
    left: -35px;
    width: 70px;
    margin-left: 50%;
    padding: 4px 0 5px;
    z-index: 20;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 1;
    text-align: center;
    background-color: #333;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s ease-in-out .4s;
    -moz-transition: .2s ease-in-out .4s;
    -o-transition: .2s ease-in-out .4s;
    transition: .2s ease-in-out .4s;
}
.share-info:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
}
.blog-share a:hover .share-info {
    top: -27px;
    opacity: 1;
    visibility: visible;
}
.blog_paragraph {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.searcomh_inputblog input {
    border-radius: 0;
    height: calc(2em + 1rem + 4px);
    display: inline-block;
    position: relative;
}
.searcomh_inputblog span {
    position: absolute;
    padding: 10px 20px;
    color: #131313;
    font-size: 28px;
    right: 0;
}
.category_box_blog ul, .socialfolow_box_blog ul {
    list-style: none;
    padding-left: 0;
}
.category_box_blog ul li {
    padding: 8px 4px;
    border-bottom: thin solid #d4d4d4;
    margin-bottom: 5px;
}
.category_box_blog p, .head_rpli, .search_box_blog p, .socialfolow_box_blog p {
    background-color: #343a40;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #162fae), color-stop(100, #0a63cb));
}
.head_rpli {
    background-color: #edecea;
    color: #fff;
}
.count_cat_blog {
    color: #939aa0;
    font-weight: 500;
    float: right;
}
.footer ul li i {
    font-size: 13px;
}
.socialfolow_box_blog ul li {
    display: inline-block;
    float: left;
    font-size: 20px;
    border-radius: 50%;
    border: thin solid #343a40;
    margin-right: 15px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
}
.socialfolow_box_blog ul li:hover {
    background-color: #343a40;
}
.info-in a, .info-in a:hover, .p-dt a, .socialfolow_box_blog ul li:hover .mdi, .testimonilafonts:hover {
    color: #fff !important;
}
.internalblog_txthead {
    padding: 15px 30px;
}
.right_box_blog {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 1px 2px 8px #d6d6d6;
}
.text_container_internalblog {
    padding-bottom: 20px;
    border-bottom: thin solid #cecece;
    margin-bottom: 20px;
}
.image_coment {
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #e4e6e7;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 20px;
    box-shadow: 2px 5px 14px #8c8c8c75;
}
.image_coment img {
    padding: 10px;
}
.commentdate span {
    font-size: 14px;
    color: #8a8a8a;
}
.container_coment, .container_rpli {
    background-color: #f5f5f5;
    padding: 20px 10px;
    box-shadow: 4px 4px 7px #a2a2a254;
    max-height: 550px;
    overflow-x: hidden;
}
.container_rpli {
    padding: 20px 30px;
}
.toprow {
    padding: 60px 0;
}
.careerbanner {
    height: 700px;
}
.careerbanner h4 {
    font-size: 40px;
    font-weight: 800;
}
.careerbanner p, headbox_aboutus {
    font-size: 20px;
}
.careerbanner img {
    height: 100%;
    object-fit: cover;
    object-position: 20% center;
}
.file-upload {
    cursor: pointer;
    opacity: 0;
    position: ABSOLUTE;
    height: 100%;
    width: 20%;
    text-align: center;
    z-index: 100;
}
.box_creer1 {
    padding: 20px 0;
}
.box_creer1 .row {
    background: linear-gradient(to bottom, #dff2f9 0, #fff 100%);
    padding: 20px 20px 5px;
    box-shadow: 2px 5px 10px #d4d4d4;
}
.box_job_shadow {
    background-color: #fff;
    width: 100%!important;
}
.box_job_shadow h2 {
    font-size: 30px;
}
.box_job_shadow input, .box_job_shadow textarea {
    box-shadow: 2px 2px 9px #ccccccbf;
    border-radius: 5px;
}
.attachmentbox, .box {
    position: relative;
    width: 100%}
.attachmentbox span {
    width: 30%;
    font-size: 12px;
    background-color: #f0f0f0;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    height: calc(2em + .75rem + 2px);
    padding: .375rem 1.6rem;
    border: 1px solid #ced4da;
}
.attachmentbox .form-control {
    border-radius: 0 .25rem .25rem 0;
    width: 70%;
    margin-left: 30%;
    position: relative;
    border-left: none;
}
.attachmentbox i {
    position: ABSOLUTE;
    top: 20%;
    left: 10px;
    cursor: pointer;
}
.mt-100 {
    margin-top: 100px;
}
.carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}
.caption_career {
    bottom: initial;
    width: 400px;
    right: 200px;
    left: initial;
    top: 280px;
    padding: 10px;
    text-align: left;
}
.caption_careerleft {
    right: initial;
    left: 200px;
}
.inner, .inner-wrap {
    background-color: #f9f9f9;
}
.looking-perks .inner-wrap img {
    width: 100%;
    height: 90%;
    padding: 10px 0 0;
}
.careerPage h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    font-family: Muli, sans-serif!important;
    padding-top: 38px;
    padding-bottom: 8px;
}
.looking-perks .inner-wrap .content-wrap ul li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
    font-family: Muli, sans-serif!important;
    padding-left: 25px;
    background-position: 0 5px;
    color: #000;
}
.pgtube {
    margin: 80px auto;
    width: 400px;
    height: 300px;
}
.our-services {
    margin-top: 20px;
    padding: 10px 15px;
    min-height: 280px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 3px 15px -2px rgb(177 178 197 / 30%);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
}
.form-color-bg input, .our-services:hover {
    box-shadow: none;
}
.our-services .icon {
    width: 70px;
    margin: 15px auto;
}
.headbox_aboutus:after, .headbox_aboutus:before {
    width: 4px;
    background-color: #7cbaf7;
    position: absolute;
    left: 0;
    content: ""}
.form-control:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 .1rem rgba(255, 74, 42, .692);
}
.contact-image img {
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.image-aboutus-banner {
    background-image: url(../images/banner_aboutus.jpg);
    height: 700px;
    width: 100%}
.headbox_aboutus {
    display: inline-block;
    padding: 15px;
    position: relative;
    border: 4px solid #7cbaf7;
    width: 450px;
    top: 270px;
    border-left: none;
}
.headbox_aboutus:before {
    height: 25%;
    top: 0;
}
.headbox_aboutus:after {
    height: 45%;
    bottom: 0;
}
.headbox_aboutus h1 {
    margin-left: -30px;
    margin-top: 40px;
    font-weight: 800;
}
.aboutus-containr {
    background-color: #f7f7f7;
}
.aboutus-section {
    padding: 90px 0;
}
.feature .feature-box .iconset {
    background: #eaefff;
    float: left;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%}
.feature .feature-box .iconset::after {
    background: #d6e0ff;
    content: "";
    height: 80%;
    left: 50%;
    position: absolute;
    top: 85%;
    width: 1px;
    z-index: -1;
}
.abicon {
    font-size: 35px;
    align-items: center;
    text-align: center;
    display: block;
    color: #39519e;
}
.abicon:hover {
    transform: rotate(360deg);
    transition: 2s ease-in-out;
}
.feature .feature-box .feature-content {
    width: 100%;
    padding: 15px 20px 15px 100px;
}
.feature .feature-box .feature-content h4 {
    font-size: 20px;
    font-weight: 800;
}
@media only screen and (max-width:575px) {
    .comp {
    width: 30%;
    padding-bottom: 50px;
}
}.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #e74c3c!important;
    border: none;
    padding: 5px 20px!important;
    font: inherit;
    font-size: 50px!important;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    color: #e74c3c!important;
    background-color: transparent!important;
}
button:focus {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline-width: 0;
}
.next, .prev {
    display: block!important;
    position: relative;
    transform: scale(.8);
    transition-duration: .3s;
    opacity: .6;
}
.item.show {
    display: block;
    transition-duration: .4s;
}
#testimonial_095 {
    overflow: hidden;
    min-height: 375px;
    position: relative;
}
#testimonial_095>.carousel-inner {
    width: 75%;
    margin: auto;
}
#testimonial_095>.carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#testimonial_095>.carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#testimonial_095>.carousel-inner>.carousel-item, .service-page-container {
    overflow: hidden;
}
.testimonial_095_indicators>.carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}
.testimonial_095_indicators>.carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%}
.testimonial_095_indicators>.carousel-indicators .active {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 2px 3px;
    background: #005add;
    -webkit-border-radius: 100%;
    border-radius: 100%}
.testimonial_095_indicators>.carousel-indicators::-webkit-scrollbar {
    height: 3px;
}
.testimonial_095_indicators>.carousel-indicators::-webkit-scrollbar-thumb {
    background: #e74c3c;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.testimonial_095_control_button .carousel-control-next, .testimonial_095_control_button .carousel-control-prev {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: 0 0;
    border: 2px solid #005add;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .6s cubic-bezier(.3,  1,  0,  1);
    transition: .6s cubic-bezier(.3,  1,  0,  1);
}
.testimonial_095_control_button .carousel-control-prev {
    left: 7%;
    right: auto;
}
.testimonial_095_control_button .carousel-control-next {
    right: 7%;
    left: auto;
}
.testimonial_095_control_button .carousel-control-next:hover, .testimonial_095_control_button .carousel-control-prev:hover {
    color: #fff;
    background: #005add;
    border: 2px solid #fff;
}
.testimonial_095_header>h5, .testimonial_095_slide>h5>a, .testimonial_095_slide>p {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
}
.testimonial_095_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.testimonial_095_header>h5 {
    color: #212121;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
}
.testimonial_095_header>h2>span, .testimonial_095_header>h5>span {
    color: #1877F2;
    margin: 0 10px;
    position: relative;
}
.testimonial_095_slide, .testimonial_095_slide>a {
    right: 0;
    margin: auto;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
}
.testimonial_095_slide {
    bottom: 0;
    width: 70%;
    padding: 20px;
}
.testimonial_095_slide>a {
    width: 100%;
    height: 50px;
    display: inline-block;
    color: #000;
    text-align: center;
    line-height: 46px;
}
.testimonial_095_slide>p {
    color: #000;
    font-size: 14px;
    margin: 10px 0 20px;
}
.testimonial_095_slide>p>a {
    color: #e74c3c;
    padding: 2px 5px;
    text-decoration: none;
    -webkit-transition: .3s cubic-bezier(.39,  .575,  .565,  1);
    transition: .3s cubic-bezier(.39,  .575,  .565,  1);
}
.testimonial_095_slide>h5>a {
    padding: 2px;
    color: #000;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
    border: 1px solid transparent;
    -webkit-transition: border .5s cubic-bezier(.39,  .575,  .565,  1);
    transition: border .5s cubic-bezier(.39,  .575,  .565,  1);
}
.dc-features-group .icon, .desktop-bt, .mb-30, .testimonial_095_slide>h6 {
    margin-bottom: 30px;
}
.testimonilafonts {
    font-size: 20px;
    display: contents;
    color: #5490e8;
}
.profile {
    font-size: 18px;
    display: contents;
}
.cont-us {
    position: relative;
    width: 900px;
    max-width: 80%;
    border: 2px solid #333;
    border-top: none;
    text-align: center;
    margin: 150px auto 60px;
}
.cont-us h1 {
    position: relative;
    margin-top: -14px;
    display: inline-block;
    letter-spacing: 4px;
}
.top-border {
    position: absolute;
    height: 2px;
    width: 24%;
    background-color: #333;
}
.rightbordercontact {
    right: 0;
}
.leftbordercontact, .prev-btn-click {
    left: 0;
}
.cont-us p {
    width: 61%;
    margin: 20px auto 40px;
    line-height: 30px;
}
.cont-us a {
    outline: 0;
    display: inline-block;
    padding: 20px;
    margin-bottom: 40px;
    width: 440px;
    max-width: 80%;
    background-color: #333;
    color: #fff;
    font-size: 22px;
    letter-spacing: 3px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.cont-us a:hover {
    background-color: #1d222d;
}
.cont-us a:link, .cont-us a:link:hover, .cont-us a:visited, .cont-us a:visited:hover {
    text-decoration: none;
    color: #fff;
}
aside.sidebar .single {
    padding: 0 20px;
    background: #333;
    color: #fff;
    display: inline-block;
    box-shadow: 2px 7px 10px 0 rgb(173 173 173 / 20%), 0 5px 5px 0 rgb(105 105 105 / 24%);
    width: 100%;
    min-height: 190px;
}
.card-body-web h3, .social-media h3, aside.sidebar .single h3.side-title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
}
.single.contact-info li .icon, .social-icons a {
    width: 30px;
    height: 30px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
}
h3.bp_title a, h3.side-title a {
    color: #322f2f;
}
.single.contact-info {
    background: 0 0;
    border: none;
}
.single.contact-info li {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    float: left;
}
.single.contact-info li .icon {
    display: block;
    float: left;
    border-radius: 50%;
    border: 2px solid #fefefe;
    line-height: 25px;
    font-size: 20px;
}
.btnclr {
    background-color: #e74c3c;
    border-color: #fff;
    width: 130px;
    margin: 20px;
}
.btnclr:hover {
    background-color: #fff;
    border-color: #e74c3c;
    color: #e74c3c;
}
.icon:hover {
    transform: translateY(-30%);
    transition: .7s ease-out;
}
.hd {
    padding: 15px;
}
.bg-light {
    background-color: #cccccc1f!important;
}
hr {
    border-top: 1px solid #000;
    width: 100%}
.control-label {
    font-weight: 600;
}
.card-body-web {
    box-shadow: 0 0 20px 0 rgb(171 171 171 / 20%), 0 5px 5px 0 rgb(134 134 134 / 24%);
    padding: 25px 40px;
    min-height: 610px;
}
.checkrow {
    padding: 0 5px;
}
.info-id {
    line-height: 40px;
}
.info-add {
    line-height: 20px;
}
.p-dt {
    font-size: 14px;
    margin: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 3px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.social-icons {
    display: flex;
    margin-top: .5rem;
    padding: 0 5px;
}
.social-icons a {
    border-radius: 35px;
    background: linear-gradient(45deg, #175fd6, #6392d4);
    line-height: 30px;
    transition: .3s;
}
.social-icons a:hover {
    transform: scale(1.05);
    background: #fff;
    color: #333;
    border: 1px solid #333;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0c5ac6!important;
}
.soicon {
    font-size: 18px;
}
.infolist {
    list-style: none;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 10px 0;
}
.is_video {
    margin-top: 0;
}
.container_coment {
    display: block;
    overflow-x: hidden;
    overflow-y: visible;
}
.container_coment::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f5f5f5;
}
.container_coment::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 20px;
}
.footer-bt, .popup_submit:hover {
    color: #fff!important;
}
.formtext_contact {
    border: thin solid #eaeaea;
    position: RELATIVE;
    border-radius: 5px;
    box-shadow: 1px 1px 8px #ccccccad;
    padding-left: 45px;
    font-size: 14px;
}
.icon-ml, .info-id a {
    font-size: 20px;
    color: #fff;
}
.contact_fieldsicon {
    position: ABSOLUTE;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    border-radius: 5px 0 0 5px;
    background-color: #5a86c1;
}
.bg_left_contactform, .indusrty-two {
    overflow: hidden;
    position: relative;
}
.bg_left_contactform::before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    background-color: #ecf4ff;
    border-radius: 50%;
    right: -10px;
    top: -30px;
}
.bg_left_contactform::after {
    content: "";
    height: 50px;
    width: 50px;
    background-color: #f3f3b3;
    border-radius: 50%;
    right: 20px;
    bottom: 10px;
}
.small_circle_1 {
    height: 30px;
    width: 30px;
    background-color: #ffccc9;
    border-radius: 50%;
    left: 160px;
    bottom: 10px;
}
.closevideo, .detl {
    background-color: #fff;
}
.form-get-qoute .input-group-text {
    background-color: #5a86c1;
    border: 1px solid #5a86c1;
    color: #fff;
}
.form-get-qoute input {
    box-shadow: 3px 3px 10px #cccccc73;
}
.closevideo {
    right: -20px;
    top: -20px;
    height: 30px;
    width: 30px;
    text-align: CENTER;
    line-height: 30px;
    cursor: pointer;
    border-radius: 50%}
.detl {
    box-shadow: 0 0 20px 0 rgb(171 171 171 / 20%), 0 5px 5px 0 rgb(134 134 134 / 24%);
    padding: 20px 0 30px 10px;
}
.infoli {
    list-style: none;
    width: 100%;
    margin: 0 auto;
}
.fs-it-btn, .visit-form form .default-btn {
    margin-top: 10px;
}
.icon-ml {
    float: none;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 25px;
    padding: 0 3px;
    margin-right: 10px;
}
.top-section {
    background: url(../images/service_top_bg.jpg) center center/cover no-repeat fixed rgba(0, 0, 0, 0);
    background-size: cover;
}
.bg-color-container, .top-section-bg {
    background-color: rgba(16, 73, 189, .9);
}
.image-two {
    bottom: -50px;
    left: 50px;
}
.image-three {
    padding-top: 50px;
    bottom: -60px;
    left: 240px;
}
.image-four {
    right: 70px;
    bottom: -100px;
}
.image-five {
    animation-name: move-up;
    animation-duration: 3s;
    left: 80px;
}
@keyframes move-up {
    0%, 100%, 25%, 75% {
    top: -75px;
}
50% {
    top: -60px;
}
}.image-six {
    animation-name: move;
    animation-duration: 5s;
    right: 160px;
}
@keyframes move {
    0%, 100% {
    top: -30px;
}
25%, 75% {
    top: -25px;
}
50% {
    top: -18px;
}
}.heading-top {
    font-size: 60px!important;
}
.shape {
    box-sizing: border-box;
    width: 100%;
    left: 0;
    top: 0;
}
.shape-bottom {
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
svg {
    overflow: hidden!important;
    vertical-align: middle;
}
.shape-bottom svg {
    display: block;
    height: 275px;
    width: calc(228% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.digital_service-card {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    overflow: hidden;
    border-radius: 15px;
    height: 480px!important;
}
.digital_service-card:hover, .point-shadow {
    box-shadow: 3px 5px 16px rgb(216 216 216)!important;
}
.digital_service-card h2 {
    font-size: 25px!important;
}
.bg-image-container {
    background: url(../images/service_bg_ad.jpg) 0 0/cover fixed;
}
.headind-small-screen {
    display: none!important;
}
.ad-section-heading {
    font-size: 45px!important;
    margin-bottom: 20px;
}
.ad-section-btn {
    background-color: transparent!important;
    border: 2px solid #fff;
}
.card-radius-control {
    border-radius: 0!important;
}
.seo-analysic-container {
    background-image: url(../images/sep-analysis-bg.jpg);
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.bg-container-seo {
    background-color: rgba(28, 23, 32, .9);
}
.form-color-bg {
    background-color: transparent!important;
}
.dc-features-group>.dc-features-item .dc-features-item-hover::before, .high-light-heading {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #162fae), color-stop(100, #0a63cb));
}
.servc_para_heading {
    font-size: 20px!important;
    font-weight: 600!important;
}
.ad-section-btn:hover {
    background-color: #fff!important;
    color: #000!important;
}
.pricing .box {
    padding: 15px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    margin-bottom: 20px;
}
.pricing .btn-wrap, .pricing h3 {
    padding: 20px 15px;
    background: #f8f8f8;
}
.pricing h3 {
    margin: -20px -20px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #162fae;
    font-family: poppins, sans-serif;
    letter-spacing: 1px;
}
.pricing h4 {
    font-size: 36px;
    color: #162fae;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
}
.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}
.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}
.pricing ul {
    padding: 0 20px;
    color: #444;
    text-align: left;
    line-height: 20px;
    font-size: 16px;
    min-height: 330px;
}
.pricing ul li {
    padding-bottom: 16px;
}
.pricing ul i {
    color: #162fae;
    font-size: 18px;
    padding-right: 4px;
}
.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}
.pricing .btn-wrap {
    margin: 20px -20px -20px;
    text-align: center;
}
.pricing .advanced, .pricing .btn-buy, .pricing .btn-buy:hover {
    background: #162fae;
}
.pricing .btn-buy {
    padding: 8px 35px 9px;
    border-radius: 4px;
    color: #fff;
    transition: .3s;
    font-size: 14px;
    font-family: Raleway, sans-serif;
    font-weight: 600;
}
.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px;
    color: #fff;
}
.offer-dt {
    font-size: 50px;
    color: #162fae;
    height: 50px;
}
.head-6, .side-txt {
    font-size: 16px;
    font-weight: 700;
}
.dev-banner, .slide-web {
    height: 800px;
}
.dev-process svg {
    width: 100%;
    height: auto;
    margin: 60px 0 20px;
}
.slide-web {
    object-fit: cover;
    object-position: center 100px;
}
.change_color2, .change_color4 {
    background-color: #21a39a;
}
.ind-serve {
    padding: 0;
    min-height: 150px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgb(20 27 202 / 17%);
}
.iconset {
    padding-top: 40px;
}
.iconset i {
    font-size: 50px;
    color: #1534b1;
}
.head-6 {
    padding-top: 20px;
}
.template_faq {
    background: #edf3fe;
}
.panel-group {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
    position: relative;
}
#accordion .panel-title a {
    background: #005add;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: .3s;
}
#accordion .panel-title a.collapsed {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a.collapsed::after, #accordion .panel-title a::after {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .58);
    color: #fff;
    content: "";
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: .3s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: ""}
.panel-title span {
    position: absolute;
    z-index: 1;
    color: #005add;
    left: -5px;
    top: 5px;
    font-size: 30px;
}
#accordion .panel-body {
    background: 0 0;
    border-top: none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
.faq-headbox {
    padding: 15px;
    position: relative;
    width: 530px;
    top: 150px;
    left: 8%}
.fs-it-btn, .side-tab {
    position: fixed;
    left: 0;
}
.faq-headbox h1 {
    font-size: 85px;
    text-shadow: 3px 1px 3px #6884eb;
    color: #193389;
    font-weight: 700;
}
.faq-headbox p {
    font-size: 25px;
    line-height: 30px;
    color: #000;
}
.image-faq-banner {
    background-image: url(../images/FAQ-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 635px;
    width: 100%}
.webporfolio_care-home {
    box-shadow: 2px 6px 12px #381015;
}
.more_portfolio_btn {
    position: fixed;
    top: 200px;
    right: 0;
}
.more_portfolio_btn .btn {
    background: -webkit-radial-gradient(50% 50%, circle closest-side, #eddf64 0, #edb611 100%);
    border: none;
    border-radius: 20px 0 0 20px;
}
.left {
    background: #337ab7;
    white-space: nowrap;
    width: 50px;
    transition: width .5s;
}
.right {
    top: 50%;
    float: left;
    transform: translateY(125%);
    background: #fff;
    width: 350px;
    transition: width 1s;
    border: 1px solid #ccc;
}
.left:hover {
    width: 250px;
}
.item:hover {
    background-color: #222;
}
.left .fas {
    margin: 15px;
    width: 20px;
    color: #fff;
}
i.fas {
    font-size: 17px;
    vertical-align: middle!important;
}
.item {
    height: 50px;
    overflow: hidden;
    color: #fff;
}
.side-tab {
    width: 40px;
    top: 40%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
}
.side-tab tr td .mdi {
    width: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 25px;
}
.side-txt {
    padding: 10px 0 5px;
    color: #1437b2;
}
.fs-it-btn {
    border: 1px solid #a2a2a2;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    top: 150px;
    z-index: 5;
}
.clr-facebook {
    color: #1771e6;
}
.clr-twitter {
    color: #1d9bf0;
}
.clr-linked-in {
    color: #0078b7;
}
.bg-blue i {
    font-size: 22px;
}
.bg-blue {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #162fae), color-stop(100, #0a63cb));
    padding: 5px 8px;
    transition: .2s ease-in-out;
}
.bg-blue:hover {
    padding: 5px 15px;
    color: #fff;
}
.tool-tip .tooltiptext {
    visibility: hidden;
    color: #343a40;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 200%;
    font-size: 15px;
    min-width: max-content;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}
.tool-tip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #343a40 transparent transparent;
}
.tool-tip:hover .tooltiptext {
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
    transition: .3s linear;
    animation: 1s ease-in-out infinite alternate odsoky;
}
@keyframes odsoky {
    0% {
    transform: translateY(6px);
}
100% {
    transform: translateY(1px);
}
}.modal_content {
    margin: 40% auto!important;
}
.item-bg2 {
    background-image: url(../images/three-icons/landing-page.png);
}
.lead-banner, .main-banner {
    position: relative;
    z-index: 1;
    height: 800px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-banner::before, .main-landing {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.main-banner::before {
    z-index: -1;
    content: '';
    left: 0;
    background: #0000009c;
    opacity: .6;
}
.main-landing {
    display: inline-block!important;
}
.hero-content {
    transform: translateY(100%);
}
.hero-content span {
    color: #002e9c;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.hero-content h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
}
.hero-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
}
.visit-form {
    background: #ffffff38;
    padding: 40px 30px 30px;
    position: absolute;
    z-index: 22;
    border-radius: 15px;
    backdrop-filter: blur(4px);
    left: 0;
    top: 50px;
}
.leadgen-form form label, .visit-form form label {
    color: #3c3c3c;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    display: block;
}
.visit-form form .app-development-form {
    border: 1px solid #eee;
    font-size: 14px;
    border-radius: 2px;
}
.app-development-form {
    height: 40px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    border: none;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}
.default-btn {
    overflow: hidden;
    border: none!important;
    position: relative;
    background-color: #002e9c;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #162fae), color-stop(100, #0a63cb));
    padding: 10px 25px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 41 138 / 40%);
    box-shadow: 0 10px 20px 0 rgb(0 41 138 / 40%);
    font-weight: 500;
    font-size: 16px;
}
.default-btn::before {
    content: '';
    background: rgba(255, 255, 255, .5);
    -webkit-transition: .9s;
    transition: .9s;
    -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    width: 300px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
}
.ind-box, .industry-1 {
    object-fit: cover;
    transition: .3s linear;
    overflow: hidden;
}
.default-btn:focus, .default-btn:hover {
    background-color: #002e9c;
    color: #fff;
}
.default-btn:focus::before, .default-btn:hover::before {
    -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.common-heading-2 {
    padding-bottom: 30px;
}
.custom-soft-img, .mob-develop-img {
    height: 300px;
}
.mob_app {
    position: ABSOLUTE;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    width: 50px;
    color: #002e94;
    text-align: center;
    border-radius: 5px 0 0 5px;
    background-color: #ecf1ff;
}
.mob_app_ctrl {
    padding-left: 60px;
}
.next-btn-click {
    z-index: 21;
    right: 0;
}
.custom-work-section, .work-section {
    background-color: #fff9e8;
}
.arrow-left-icon {
    background-image: url("../images/left-arrow.png");
}
.arrow-right-icon {
    background-image: url("../images/right-arrow.png");
}
.next-prev-bar li {
    background-color: #000;
}
.development-slider {
    height: 450px;
    display: flex;
    align-items: center;
}
.app-devel, .app-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-box {
    width: 220px;
}
.slide-index {
    z-index: 11;
}
.num-clr {
    color: #002e94;
    font-size: 25px;
    font-weight: 700;
    padding-right: 10px;
}
.mob-card-body {
    text-align: justify;
    line-height: 24px;
    padding: 0 20px;
}
.faq-click {
    float: right;
    font-size: 24px;
}
.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: none;
}
.app-heading {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.faq-card-header {
    padding: .75rem 1.25rem;
    background-color: rgb(255 255 255 / 0%);
    border-bottom: 1px solid #fff;
    margin: 0 4px;
    box-shadow: 0 30px 20px -30px #cfcfcfcf;
}
.card-rectangle {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: none;
    border-radius: .25rem;
    padding-bottom: 15px;
}
.technology-bg {
    background: url("../images/technology-bg.jpg") center/cover no-repeat fixed;
    padding: 70px 0 40px;
}
.tech-img {
    width: 100px;
}
.techno-language {
    font-size: 17px;
    padding: 20px 0;
}
.logo-technology {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}
.particles-js-canvas-el {
    opacity: .5;
}
.pb120 {
    padding-bottom: 60px;
}
.pt120 {
    padding-top: 5px;
}
.mt30 {
    margin-top: 30px;
}
.brand-logo {
    max-width: 150px;
    margin: 0 auto;
    padding: 10px;
}
.tech-slider {
    margin: auto;
    overflow: hidden;
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
}
.tech-logo {
    height: 60px;
}
.tech-slider .track-slide {
    animation: 40s linear infinite scroll;
    display: flex;
    width: calc(400px * 8);
}
.track-slide .auto-slide-img {
    width: 150px;
}
@keyframes scroll {
    0%, 100% {
    transform: translateX(0);
}
50% {
    transform: translateX(calc(-300px * 6));
}
}.ind-box {
    height: 145px;
}
.ind-box:hover, .industry-img:hover img {
    transform: scale(1.1);
}
.industry-1 {
    height: 100%}
.industry-img {
    height: 310px;
    overflow: hidden;
    position: relative;
}
.industry-title, .industry-title-2 {
    top: auto;
    margin: 0;
    position: absolute;
    z-index: 3;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    left: 12px;
    bottom: 15px;
}
.indusrty-two::after, .industry-img:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 70px;
    display: block;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 51%, rgba(0, 0, 0, .5) 64%, rgba(0, 0, 0, .5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, .4)), color-stop(64%, rgba(0, 0, 0, .5)), color-stop(100%, rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 51%, rgba(0, 0, 0, .5) 64%, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 51%, rgba(0, 0, 0, .5) 64%, rgba(0, 0, 0, .5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 51%, rgba(0, 0, 0, .5) 64%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0, rgb(0 0 0 / 46%) 51%, rgb(0 0 0 / 52%) 64%, rgb(0 0 0 / 62%) 100%);
}
.img-circle {
    height: 80px;
}
.img-box-dev {
    width: 450px;
}
.dc-features-group {
    position: relative;
    overflow: hidden;
}
.dc-features-group>.dc-features-item:nth-child(2n), .dc-features-group>.dc-features-item:nth-child(3n), .dc-features-group>.dc-features-item:nth-child(n) {
    border-bottom: 1px solid #f0f0f0;
}
.dc-features-group>.dc-features-item {
    margin-bottom: -1px;
    border-right: 1px solid #f0f0f0;
}
.dc-features-group>.dc-features-item .dc-features-item-front, .dc-features-group>.dc-features-item .dc-features-item-hover {
    min-height: 333px;
    height: auto;
    padding: 20px 45px;
    -webkit-transition: .4s cubic-bezier(.25,  .46,  .45,  .94);
    transition: .4s cubic-bezier(.25,  .46,  .45,  .94);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.service-feature {
    border-right: transparent!important;
}
.dc-features-item-front .inner-box, .dc-features-item-hover .inner-box {
    width: 100%;
    text-align: center;
}
.dc-features-group .icon img {
    max-width: 90px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.dc-features-group .dc-features-title {
    font-size: 24px;
    margin-bottom: 0;
    color: #000;
}
.dc-features-group>.dc-features-item .dc-features-item-hover {
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
}
.dc-features-group>.dc-features-item .dc-features-item-hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    background-color: #002e94;
}
.dc-features-group a:hover .dc-features-item-hover {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.dc-features-group>.dc-features-item>a {
    position: relative;
    overflow: hidden;
    display: block;
}
.dc-features-group a:hover .dc-features-item-front {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.dc-features-item-hover .inner-box {
    position: relative;
    z-index: 2;
}
.dc-features-item-hover .dc-features-title {
    color: #fff;
    margin-bottom: 30px;
}
.dc-features-item-hover p {
    color: #fff;
    margin-bottom: 0;
}
.section-heading {
    font-size: 18px;
    font-weight: 600;
    color: #001087;
    margin-top: 12px;
    line-height: 1.4;
}
.fancy-step-boxes .single-step-box .step-box-inner:hover::before {
    right: -10px;
    bottom: -10px;
}
.fancy-step-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.fancy-step-boxes::before {
    content: "";
    position: absolute;
    left: -140px;
    right: -45px;
    top: 0;
    height: 100%;
    z-index: -1;
    background-image: url(../images/custom-app-development/step-line.png);
    background-repeat: no-repeat;
    background-position: 0 55%;
    background-size: contain;
    opacity: .1;
}
.fancy-step-boxes .single-step-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.fancy-step-boxes .single-step-box .step-box-inner {
    text-align: center;
    padding: 20px;
    height: 200px;
    width: 200px;
    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;
    position: relative;
    z-index: 1;
    margin: 25px 10px 10px 5px;
}
.fancy-step-boxes .single-step-box .step-box-inner .icon {
    font-size: 55px;
    line-height: .5;
    margin-bottom: 20px;
    color: #001087;
}
.fancy-step-boxes .single-step-box .step-box-inner .title {
    font-size: 20px;
    line-height: 1.2;
}
.fancy-step-boxes .single-step-box .step-box-inner .step-count {
    position: absolute;
    left: -5px;
    top: -25px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #162fae), color-stop(100, #0a63cb));
    color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
    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;
    z-index: 2;
}
.fancy-step-boxes .single-step-box .step-box-inner::after, .fancy-step-boxes .single-step-box .step-box-inner::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 52px 0 rgb(38 103 255 / 10%);
    box-shadow: 0 5px 52px 0 rgb(38 103 255 / 10%);
    border-radius: 50% 0 50% 50%;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}
.fancy-step-boxes .single-step-box:nth-child(2n) {
    margin-top: 70px;
}
.lead-bg {
    background-image: url(../images/lead-generation/bg-lead.png);
}
.our-strategy img {
    width: 400px;
}
.section-target {
    background-image: url('../images/lead-generation/bg_sketch2.svg');
    height: auto;
    width: 100%}
.lead_icon {
    height: 120px;
    width: 120px;
    line-height: 120px;
    margin: -85px auto 25px;
    border-radius: 50%;
    position: relative;
}
.lead_iconbx {
    position: relative;
    background-color: #fff;
    min-height: 250px;
    text-align: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    transition: .6s;
    border-radius: 30px;
    margin: auto;
}
ul.green-tick {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.green-tick li {
    background: url(../images/lead-generation/check-mark.png) 0 0/30px 30px no-repeat;
    padding-left: 40px;
    margin-bottom: 15px;
}
.leadgen-form {
    background: #fff;
    padding: 40px 30px 30px;
    position: absolute;
    z-index: 22;
    border-radius: 15px;
    left: 0;
    top: 50px;
}
.leadgen-form form .app-development-form {
    border: 1px solid #d7d7d7;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: none;
}
.progress_imgbox_one {
    margin-top: 2rem;
}
.wrapper-cookie {
    position: fixed;
    bottom: 50px;
    right: -370px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right .3s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.wrapper-cookie.show {
    right: 20px;
}
.wrapper-cookie header-cookie {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
header-cookie i {
    color: #4070f4;
    font-size: 32px;
}
header-cookie h2 {
    color: #4070f4;
    font-weight: 500;
}
.wrapper-cookie .data-cookie {
    margin-top: 16px;
}
.wrapper-cookie .data-cookie p {
    color: #333;
    font-size: 16px;
}
.data-cookie p a {
    color: #4070f4;
    text-decoration: none;
}
.wrapper-cookie .buttons-cookie {
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buttons-cookie .button-cookie {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    background: #4070f4;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: .2s;
}
.buttons-cookie #acceptBtn:hover {
    background-color: #034bf1;
}
#declineBtn {
    border: 2px solid #4070f4;
    background-color: #fff;
    color: #4070f4;
}
#declineBtn:hover {
    background-color: #4070f4;
    color: #fff;
}