    :root{
        --dlink-color: #55839f;
    }
    .dlink{
        color: var(--dlink-color: #3eaff3;);
    } 
    .style_2 .service_card .anim_ouline_btn {
        border-color: var(--service-color);
    }

    .style_2 .service_card .anim_ouline_btn:before {
        background: var(--service-color);
    }

    .style_2 .service_card .card-body.p_item p a {
        color: #444 !important;
        text-decoration: none;
        text-decoration-color: #7f7fde;
    }

    .service-menu li {
        display: flex;
        align-items: center;
        padding-bottom: 5px;
        margin-bottom: 10px;    
    }

    .service-menu li i {
        font-size: 16px;
        margin-right: 5px;
        color: var(--service-color);
    }

    .service-menu li a {
        font-size: 17px;
        color: #444;
        text-decoration: none;
        transition: 0.4s;
    }

    .service-menu li a:hover {
        color: #3eaff3;
    }
    .home-top{
        /*margin-top: -75px;*/
        margin-top: 50px;
    }
    @media screen and (max-width: 768px) {
        .home-top{
            margin-top: 0;
            padding-top: 25px;
        }
    }
</style>
<style>
/* Global Styles */
*,
*:before,
*::after {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
:root {
    --primary: #2b2251;
    --secondary: #9eca3f;
    --brand_color: #1480c9;
    --brand_color_light: #4b7bec;
    --white: #fff;
    --black: #000;
    --light-black: #151515;
    --light-dark: #444;
    --light-border: #f0f0f0;
    --lightgrey: rgb(211 211 211 / 77%);
    --header_color: #004080;
    --secondary_color: darkorange;
    --style_2_font: 'Bebas Neue', sans-serif;
    --header_font: 'Nunito', sans-serif, 'Bangla' , cursive;
    --body_font: 'Open Sans', 'Bangla' , cursive;
}
.style_2 h1, .style_2 h2{
    font-family: var(--style_2_font) !important;
    font-weight: 400;
    letter-spacing:2px;
}
.primary_text{
    color: var(--primary) !important;
}
.primary_bg{
    background-color: var(--primary) !important;
}
.secondary_text{
    color: var(--secondary) !important;
}
.secondary_bg{
    background-color: var(--secondary) !important;
}
.primary_bg.anim_fill_btn:hover, .primary_bg.anim_fill_btn:focus, .primary_bg.anim_fill_btn:active {
    color: var(--primary);
}
.secondary_bg.anim_fill_btn:hover, .secondary_bg.anim_fill_btn:focus, .secondary_bg.anim_fill_btn:active {
    color: var(--secondary);
}




/*Button Section*/
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}


.btn_fill,
.btn_fill_rounded,
.btn_secondary_fill{
    color: var(--white);
    background-color: var(--brand_color_light);
    border: 1px solid transparent;
    transition: 0.3s ease;
}
.btn_outline,
.btn_ouline_rounded,
.btn_secondary_outline{
    color: var(--brand_color_light);
    background-color: transparent;
    border: 1px solid var(--brand_color_light);
    transition: 0.3s ease;
}
.btn_fill_rounded,
.btn_ouline_rounded {
    border-radius: 50rem;
}

.btn_secondary_fill {
    background-color: var(--secondary_color);
}
.btn_secondary_fill:hover, 
.btn_secondary_fill:focus, 
.btn_secondary_fill:active {
    color: var(--secondary_color) !important;
}
.btn_secondary_outline{
    color: var(--secondary_color);
    background-color: transparent;
    border: 1px solid var(--secondary_color);

}

/* Button Section end*/
/*start animated button*/
.anim_fill_btn,
.anim_ouline_btn,
.anim_outline_secondary_btn{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    transition-property: color;
    transition-duration: 0.3s;
}
.anim_fill_btn::before,
.anim_ouline_btn::before,
.anim_outline_secondary_btn::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    top: -100%;
    left: 0;
    transition: all .3s ease;
    z-index: -1;
}
}
.anim_fill_btn:before {
    background: var(--white);
}
.anim_ouline_btn:before {
    background: var(--brand_color_light);
}
.anim_outline_secondary_btn:before{
    background: var(--secondary_color);
}
.anim_fill_btn:hover,
.anim_fill_btn:focus,
.anim_fill_btn:active {
    color: var(--brand_color_light);
}

.anim_ouline_btn:hover,
.anim_outline_secondary_btn:hover,
.anim_ouline_btn:focus,
.anim_outline_secondary_btn:focus,
.anim_ouline_btn:active
.anim_outline_secondary_btn:active {
    color: var(--white);
}

.anim_fill_btn:hover::before,
.anim_ouline_btn:hover::before,
.anim_outline_secondary_btn:hover::before,
.anim_fill_btn:focus::before,
.anim_ouline_btn:focus::before,
.anim_outline_secondary_btn:focus::before,
.anim_fill_btn:active::before,
.anim_ouline_btn:active::before,
.anim_outline_secondary_btn:active::before{
    top: 0%;
}

/*end animated button*/

/*price Card */
.pro .pricing-header {
    background-color: var(--brand_color_light);
}
.pro .price-circle {
    border: 10px solid var(--brand_color_light);
    transition: all 0.4s;
}
.pro:hover .price-circle {
    border-width: 5px;
}

/* Card Themes - End */
.price_bg {
    background-color: rgb(75 123 236 / 8%);
    background-image: url('/assets/img/floating_cogs.svg');
}
.pricing-card {
    transition: 0.4s background-color ease;
    padding-bottom: 20px;
    background-color: var(--white);
    border-radius: 20px;
    position: relative;
    transition: all 0.4s;
    border: 1px solid var(--brand_color_light);
}
.pricing-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    transform: scale(1.05);
}
.pricing-card .popular {
    position: absolute;
    top: 0;
    right: 5%;
    width: auto;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: var(--secondary_color);
    color: var(--white);
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.pricing-card .badge-box {
    padding: 0 40px;
    margin-top: 90px;
}
.pricing-card .badge-box span {
    display: inline-block;
    border: 1px solid var(--brand_color_light);
    padding: 4px 12px;
    border-radius: 25px;
    overflow: hidden;
    color: var(--brand_color_light);
}
.pricing-card .pricing-header {
    width: 100%;
    height: 150px;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.pricing-card .pricing-header .plan-title {
    font-size: 24px;
    color: var(--white);
    position: relative;
    top: 25%;
}
.pricing-card .pricing-header .price-circle {
    width: calc(33.3% - 30px);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    left: calc(50% - 75px);
    top: 50%;
    background-color: var(--white);
    position: absolute;
}
.pricing-card .pricing-header .price-circle .info {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: var(--lightgray);
}
.pricing-card .pricing-header .price-circle .price-title {
    display: block;
    font-size: 28px;
    padding: 35px 0 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.pricing-card .pricing-header .price-circle .price-title small {
    font-size: 18px;
}
.pricing-card .pricing-header h2 {
    position: relative;
    top: 40%;
    color: var(--white);
}
.pricing-card ul {
    margin: 10px 0 0 0;
    padding: 0;
}
.pricing-card ul li {
    list-style-type: none;
    display: block;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid var(--white);
}
.pricing-card button {
    padding: 10px 20px;
    margin-top: 1rem;
}
.bd_price {
    font-size: 1.5rem;
}
.us_price {
    color: var(--brand_color_light);
    font-size: 1.2rem;
}
.price_bg .section_title {
    margin-bottom: 40px;
}
/* pricing-card end */


/* feature list section */
.featurelist_header {
    display: flex;
    align-items: center;
}
.featurelist_header h3 {
    margin: 0;
}
.featurelist_content ul {
    padding-left: 45px;
    counter-reset: featurelist;
}
.featurelist_content ul li {
    position: relative;
    margin: 5px 0;
}
.featurelist_content ul li:hover::after {
    left: -12px;
}
.featurelist_content ul li::before {
    position: absolute;
    content: counter(featurelist);
    left: -42px;
    width: 30px;
    height: 25px;
    background: var(--secondary_color);
    counter-increment: featurelist;
    text-align: center;
    color: white;
}
.featurelist_content ul li::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 5px;
    border-color: transparent transparent transparent #ff8c00;
    left: -20px;
    position: absolute;
    top: 5px;
}
.hosting_bg ul li::before,
.domains ul li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--white);
}
.hosting_bg ul li::before {
    content: '\f164';
}
.domains ul li::before {
    content: '\f00c';
}
/* feature list section end*/

/* card 2 */
.card_2 {
    transition: box-shadow 0.3s ease;
}
.card_2:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.card_2 p {
    font-size: 1em;
    min-height: 120px;
    font-weight: 300;
    color: #282828;
}
/* card 2 end */
/* introlist features */
.introlist .featurelist_content ul li::before {
    content: "";
    background: url(/assets/img/checked.svg) no-repeat center/contain;
    height: 20px;
    width: 20px;
    top: calc(50% - 10px);
    left: -30px;
}
.introlist .featurelist_content ul li::after {
    content: unset;
}
/* checklist2 features end*/
/* checklist2 features */
.checklist2 .featurelist_content ul li::before {
    content: "";
    background: url(/assets/img/checked2.svg) no-repeat center/contain;
    height: 26px;
    width: 26px;
    top: calc(50% - 13px);
    left: -35px;
}
.checklist2 .featurelist_content ul li::after {
    content: unset;
}
/* checklist2 features end*/
/* bg */
.blue_bg {
    background: hsl(211 100% 46% / 0.1) url('/assets/img/blue-bg.svg');
}

.doodles_bg {
    background: hsl(211 100% 46% / 0.1) url('/assets/img/Confetti-Doodles.svg');
}
/* bg end */

/* service style */
.sub_service_container .sub-service-title {
    background-color: #fff;
    padding-bottom: 15px;
}
.service-sectionTitle {
    min-height: 90px;
    color: #222;
    text-transform: capitalize;
    font-weight:900;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0px;
    border-left: 5px solid var(--secondary);
    padding-left: 15px;
    position: relative;
    z-index: 1;
}
.sub_service_container .sub-service-title .numeric {
    color: rgb(158 202 63 / 15%);
    font-size: 112px;
    position: absolute;
    top: 0;
    left: 15px;
    margin-bottom: 0;
    line-height: 100px;
    font-weight: 600;
}
.sub_service_container.odd .sub-service-content,
.sub_service_container.even .sub-service-content{
    background-color: var(--brand_color);
    padding: 50px 15px 50px 15px;
    color: #fff;
    top: -100px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.sub_service_container.even .sub-service-content {
    background-color: var(--secondary_color);
}

@media screen and (max-width: 991px){
    .sub_service_container.odd .sub-service-content, 
    .sub_service_container.even .sub-service-content {
        top: 0;
    }

    .slide p {font-size: 0.8rem;}
}

.sub_service_container.odd {
    background-color: #f7f5ff;
    margin: 100px 0;
}
.sub_service_container.even {
    background-color: #f3fbe1;
    margin: 100px 0;
}
/* service style end */

@media only screen and (max-width: 768px){
    .web_timeline .timeline-entry {
        display: block;
        background: #fff;
        position: relative;
        text-align: center;
        padding: 25px;
    }
    .web_timeline .row > .col-md-6:nth-child(odd) > .timeline-entry::before {
        top: -25px;
        right: 50%;
        right: calc(50% - 11px);
    }

}
@media only screen and (min-width: 768px){
    .web_timeline .row > .col-md-6:nth-child(odd) > .timeline-entry {
        flex-direction: row-reverse;
    }
    .web_timeline .row > .col-md-6:nth-child(odd) > .timeline-entry .content{
        text-align: right;
        margin-right: 25px;
    }
    .web_timeline .row > .col-md-6:nth-child(even) > .timeline-entry .content{
        margin-left: 25px;
    }
}


/*New Style*/
.style_2 .slide p a{
    color: #fff;
}
.style_2 p a:hover{
    text-decoration:none;
}
.brand_secondary_text{
    color: var(--secondary_text);
}
.style_2 .animation-image-wrap {
    position: relative;
}
.style_2 .animation-icon-img {
    position: absolute;
    left: 0;
    backface-visibility: hidden;
    animation: bouncing 1s ease-in-out 0s infinite alternate;
}
.style_2 .animation-icon-img.animation-icon-1 {
    left: 27%;
    top: 30%;
}
.style_2 .animation-icon-img.animation-icon-2 {
    left: inherit;
    right: 35%;
    top: 0;
    animation-delay: .4s;
}
.style_2 .animation-icon-img.animation-icon-3 {
    top: 30%;
    left: 73%;
    animation-delay: .6s;
}
.style_2 .animation-icon-img.animation-icon-4 {
    left: inherit;
    right: 35%;
    top: 60%;
    animation-delay: .8s;
}
.style_2 .animation-icon-img.animation-icon-5 {
    left: 35%;
    top: 30%;
    animation-delay: .2s;
}
.style_2 .animation-icon-img.animation-icon-6 {
    left: inherit;
    right: 27%;
    top: 0;
    animation-delay: .6s;
}
.style_2 .animation-icon-img.animation-icon-7 {
    top: 30%;
    left: 81%;
    animation-delay: .8s;
}
.style_2 .animation-icon-img.animation-icon-8 {
    left: inherit;
    right: 27%;
    top: 60%;
    animation-delay: 1s;
}
.line-clamp-1, .line-clamp-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-1{    
    -webkit-line-clamp: 1;
}
.line-clamp-2{    
    -webkit-line-clamp: 2;
}

@keyframes bouncing {
    0% {
        transform: translateY(0px)
    }
    to {
        transform: translateY(-25px)
    }
}
.style_2 h1.slide-title, .style_2 h2.slide-title{
    font-size:70px;
}
.hero_shape_wrapper .shape{
    position: absolute;
    opacity: 0.7;
    z-index: -1;
}
@media screen and (max-width: 768px){
    .slick-prev, .slick-next{
        display:none !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .style_2 h1.slide-title, .style_2 h2.slide-title {
        font-size: 50px !important;
    }
}

.slider-max-h {
    height: 400px;
}
@media only screen and (min-width: 576px){
    .slider-max-h {
        height: 692px;
    }
}

@media only screen and (min-width: 768px){
    .slider-max-h {
        height: 592px;
    }
}

@media only screen and (min-width: 991px){
    .slider-max-h {
        height: 625px;
    }
}

.style_2 p, button{
    font-family: 'Open Sans' !important;
}
.style_2.ecom{
    --animColor:#064ea2;
    overflow:hidden;
}
.style_2.ecom::before {
    animation-name: bgL;
    animation-duration: 2.5s;
}
.style_2.ecom .container {
    z-index: 1;
}
.style_2.ecom::before, .ecom::after {
    position: absolute;
    content: '';
    background: var(--animColor);
    width: 70%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    transform: rotate(
        45deg
    ) matrix(1, 0, 0, 1, 0, 1000);

}
@keyframes bgR {
    from {
        transform: rotate(
            45deg
        ) matrix(1.2, 0, 0, 1.7, 0, -400);
    }
}
@keyframes bgL {
    from {
        transform: rotate(
            45deg
        ) matrix(1.5, 0, 0, 1.7, 0, 177);
    }
}
.style_2.ecom::after {
    right: 0;
    left: unset;
    top: 0;
    transform: rotate(
        45deg
    ) matrix(1, 0, 0, 1, 0, -1000);
    animation-name: bgR;
    animation-duration: 2.5s;
}

.style_2 .price_list li{
    line-height: 2;
}

.style_2 .price{
    padding: 25px;
    background: var(--header_color);
    color: #fff;

}
.style_2 thead tr th{
    font-size: 17px;
}
.style_2 thead tr.custom_tr th{
    font-size: 17px;
}
.style_2 .start_card{
    background-color: rgb(247 249 252);
    transition: all 0.3s ease;
    padding: 20px;
    text-align:center;
    box-shadow: 0px 0px 20px 0px rgb(1 44 75 / 5%);
    border-radius: 15px;
}
.style_2 .start_card:hover{
    background-color: #ffffff;
    box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.style_2 .start_card h2{
    font-size: 25px;
    margin: 15px 0;
}
.style_2 .start_card .step_number{
    position: absolute;
    top: 0;
    right: 5%;
    font-size: 50px;
    font-weight: 800;
    color: rgb(221 221 221 / 50%);
}
.style_2 .start_card img{
    background: rgb(255 140 1 / 5%);
    border-radius: 50%;
}
.style_2 .faq ul li {
    font-size: 18px;
}
.style_2 .testmonial .slick-prev, .testmonial .slick-next{
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.style_2 .testmonial .slick-next:before, .testmonial .slick-prev:before{
    color: #004080;
    opacity: 1;
    font-weight: 800;
    font-size: 15px;
    font-family: 'Font Awesome 5 Free';
}
.style_2 .testmonial .slick-prev:before {
    content: '\f053';
}
.style_2 .testmonial .slick-next:before {
    content: '\f054';
}
.style_2 .testmonial_card{
    background: #ffffff url(/assets/img/eCommerce/quotes-bg.png) no-repeat center/cover;
    background-size: 95% 95%;
    border-radius: 10px;
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
    padding: 40px;
    margin: 15px;
}
.style_2 .testmonial_card h4{
    color: #004080;
    font-size: 1.3rem;
}
.style_2 .testmonial_card p{
    color: #000;
}
.style_2 .testmonial_card i{
    color: var(--secondary_color);
    margin: 5px 0px;
}
.style_2 .expert_card{
    position:relative;
    box-shadow: 0 4px 50px 0 #e8e9eb;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 25px;
    text-align:center;
}
.style_2 .expert_card img{
    border: 3px solid #004080;
    border-radius: 50%;
    position:absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 110px;
    width: 110px;
    object-fit: cover;
    padding: 2px;
}
.style_2 .expert_card h5{
    margin-top: 50px;
}
@keyframes IT_animation_1 {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-40px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(40px);
    }
    100% {
        transform: translateX(0);
    }
} 
.style_2.efaq .accordion-body{
    background:#f7f7f7;
    border-radius: 0 0 5px 5px;
}
.style_2 .features i{
    font-size: 35px;
    color: var(--white);
    background: #004080;
    padding: 10px;
    width: 65px;
    display: flex;
    justify-content: center;
}

.tooltip {
    z-index: 9;
}
.network-map-wrap {
    position: relative;
    display: block;
    width: 100%;
}
.network-map-wrap ul li {
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin: -6px;
    background-color: #1062fe;
    border-radius: 50%;
}
.network-map-wrap ul li span {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    -webkit-transition: 0.5s linear;
    border-radius: 50%;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1),
            0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1),
            0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1),
            0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
        box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1),
            0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
    }
}
@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1),
            0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1),
            0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1),
            0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
        box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1),
            0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
    }
}


/*========== New Home Page ======*/
@media screen and (max-width: 991px){
    .style_2 .slide p {
        font-size: 1.25rem;
    }
}
.style_2.demo_slider .slick-next.custom, .style_2 .service_slide .slick-next{
    right: 25px;
    z-index: 1;
    width: 40px;
    height: 40px;
}
.style_2 .service_slide .slick-next{
    right: -5px;
}
.style_2.demo_slider  .slick-prev.custom, .style_2 .service_slide .slick-prev{
    left: 25px;
    z-index: 1;
    width: 40px;
    height: 40px;
}
.style_2 .service_slide .slick-prev{
    left: -5px;
}
.style_2.demo_slider .slick-prev:before, .style_2 .service_slide .slick-prev:before{
    content: '\f053';
    font-size: 25px;
    font-family: 'FontAwesome';
}
.style_2 .service_slide .slick-prev:before{
    color: var(--secondary);
}
.style_2.demo_slider .slick-next:before, .style_2 .service_slide .slick-next:before {
    content: '\f054';
    font-size: 25px;
    font-family: 'FontAwesome';
}
.style_2 .service_slide .slick-next:before {
    color: var(--secondary);
}
.service_card{
    --service-color: #004080;
}
.style_2 .service_card .custom_header .home_demo_icon{
    height: 115px;
    width: 115px;
    border: 1px solid var(--service-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
    padding: 5px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgb(158 200 63 / 25%);
}

.style_2 .service_card .btn_fill, .service_card .btn_fill_rounded, .service_card .btn_secondary_fill{
    background-color: var(--service-color) !important;
}
.style_2 .service_card .anim_fill_btn:hover, .service_card .anim_fill_btn:focus, .service_card .anim_fill_btn:active {
    color: var(--service-color) !important;
}
.style_2 .service_card .custom_header{
    background: #fff;
    border-bottom: 0;
}
.style_2 .service_card .custom_header i{
    font-size: 70px;
    color: var(--service-color) !important;
}
.style_2 .service_card ul.link_item li{
    margin: 5px 0px;
}
.style_2 .service_card ul.link_item li a{
    color: #000;
}
.style_2 .service_card ul.link_item span i{
    font-size: 20px;
    margin-right: 6px;
    color: var(--service-color) !important;
}
.style_2 #icon_shape1, .style_2 #icon_shape2, .style_2 #icon_shape3, .style_2 #icon_shape4 {
    background: var(--primary);
    padding: 15px 0 0 0;
    width: 100px;
    position: absolute;
    top: -25px;
    left: 5%;
}
.style_2 #icon_shape1:before, .style_2 #icon_shape2:before, .style_2 #icon_shape3:before, .style_2 #icon_shape4:before {
    border-bottom: 35px solid var(--primary);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    content: "";
    left: 0;
    position: absolute;
    bottom: -35px;
    width: 0;
    transform: rotate(180deg);
}
.style_2 #icon_shape2 {
    background: var(--secondary);
}
.style_2 #icon_shape2:before {
    border-bottom: 35px solid var(--secondary);
}
.style_2 #icon_shape3 {
    background: var(--brand_color_light);
}
.style_2 #icon_shape3:before {
    border-bottom: 35px solid var(--brand_color_light);
}
.style_2 #icon_shape4 {
    background: #004c4c;
}
.style_2 #icon_shape4:before {
    border-bottom: 35px solid #004c4c;
}
.style_2 .home_card h2{
    font-size: 1.55rem;
    margin-top: 60px;
}
.style_2 .home_card i{
    font-size: 50px;
    color: #fff;    
    display: flex;
    justify-content: center;
}
.style_2 .support_card{
    box-shadow: 8px 8px rgb(0 64 128 / 10%);
    border: 0;
    border-radius: 0;
}
.style_2 .support_card i {
    font-size: 75px;
    color: var(--primary);
}
.style_2 .support_card p a{
    color: var(--primary);
    font-weight: 400;
}
.style_2 .support_top_card{
    border: 0; 
    border-radius: 0;
}
.style_2 .support_top_card i{
    font-size: 50px;
    margin-right: 15px;
    color: var(--primary);
}
.style_2 .counter{
    color: var(--primary);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    height: 225px;
    width: 250px;
    padding: 30px 25px 25px;
    margin: 0 auto;
    border: 3px solid var(--primary);
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.style_2 .counter:before,
.style_2 .counter:after{
    content: "";
    background: #f5f5f5;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}
.style_2 .counter:after{
    background: transparent;
    width: 100px;
    height: 100px;
    border: 10px solid var(--primary);
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -6px;
    bottom: -6px;
    right: auto;
}
.style_2 .counter .counter-icon{
    font-size: 50px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all 0.5s ease 0s;
}
.style_2 .counter:hover .counter-icon{ transform: rotateY(360deg); }
.style_2 .counter .counter-value{
    color: #555;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
    transition: all 0.3s ease 0s;
}
.style_2 .counter:hover .counter-value{ text-shadow: 2px 2px 0 #d1d8e0; }
.style_2 .counter h3{
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 15px;    
    text-transform: uppercase;
}
.style_2 .counter.secondary{
    color: var(--secondary);
    border-color: var(--secondary);
}
.style_2 .counter.secondary:after{
    border-bottom-color: var(--secondary);
    border-left-color: var(--secondary);
}
.style_2 .counter.brand_color_light{
    color: var(--brand_color_light);
    border-color: var(--brand_color_light);
}
.style_2 .counter.brand_color_light:after{
    border-bottom-color: var(--brand_color_light);
    border-left-color: var(--brand_color_light);
}
.style_2 .counter.light_dark{
    color: #004c4c;
    border-color: #004c4c;
}
.style_2 .counter.light_dark:after{
    border-bottom-color: #004c4c;
    border-left-color: #004c4c;
}
.style_2 h1.slide-title{
    font-size:70px;
}
.style_2 h2.section_title {
    font-size: 35px;
}
@media only screen and (max-width: 1199px) {
    .style_2 h1.slide-title, .style_2 h2.slide-title{
        font-size:50px !important;
    }
}
.style_2 .domian_input_fileds:hover button{
    background-color: var(--primary) !important;
}
.style_2 .domain-price-card{
    box-shadow: rgb(18 57 146 / 15%) 0px 48px 100px 0px;
    width: 306px;
    height: 227px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 46% 54% 56% 44% / 30% 30% 70% 70%;
    background: linear-gradient(to right, rgb(255, 81, 47) 0%, rgb(221, 36, 118) 51%, rgb(255, 81, 47) 100%);
}
.style_2 .domain-price-content{
    text-align: center;
}
.style_2 .domain-price-content h3{
    color: #ffffff;
    text-shadow: 0px 0px 2px var(--secondary);
    font-size: 40px;
    margin-bottom: 20px;
}
.style_2 .domain-price-content h3 span{
    font-size: 1rem;
}
.style_2 .domain-price-content a {
    border-radius: 50rem!important;
    border: none;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.anim_ouline_btn:before{
    background: var(--secondary);
}
@media screen and (max-width:990px){
    .style_2 .counter{ margin-bottom: 40px; }
}

.style_2 a {
    text-decoration: none;
}
