﻿@import url(https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700|Rubik:400,400i,500,500i,700,700i&display=swap);

@media print {
    html, body {
        display: none
    }
}

:root {
    --main-color-one: #F9556D;
    --main-color-two: #F9556D;
    --secondary-color: #30373f;
    --heading-color: #272b2e;
    --paragraph-color: #232f3e;
    --heading-font: "Poppins",sans-serif;
    --body-font: "Rubik",sans-serif;
    --poppins-font: "Poppins",sans-serif;
    --body-font-size: 15px;
    --line-height30: 30px
}

i
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--body-font);
    scroll-behavior: smooth
}

* {
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body {
    margin: 0;
    color: var(--paragraph-color);
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: var(--body-font-size);
    user-select: none;

}

    body::-webkit-scrollbar {
        width: 1em
    }

    body::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,.3)
    }

    body::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey
    }

h1 {
    font-size: 65px;
    line-height: 1.0833333333
}

h2 {
    font-size: 46px;
    line-height: 1.2380952381
}

h3 {
    font-size: 36px;
    line-height: 1.0833333333
}

h4 {
    font-size: 20px;
    line-height: 1.2380952381
}

h5 {
    font-size: 24px;
    line-height: 1.2380952381
}

h6 {
    font-size: 22px;
    line-height: 1.2380952381
}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color)
}

p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px
}

a {
    color: inherit;
    text-decoration: none;
    color: var(--paragraph-color)
}

    a, a:hover, a:focus, a:active {
        text-decoration: none;
        outline: none;
        color: inherit
    }

pre {
    word-break: break-word
}

a i {
    padding: 0 2px
}

img {
    max-width: 100%
}

ol {
    counter-reset: counter;
    padding-left: 0
}

    ol li {
        list-style: none;
        margin-bottom: 1rem
    }

        ol li:before {
            counter-increment: counter;
            content: counter(counter);
            font-weight: 500;
            margin-right: 10px
        }

.desktop-center-item {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=number]:focus, textarea:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

code {
    color: #faa603
}

.border-none {
    border: 0 !important
}

.gray-bg {
    background: #F5F8FF
}

.blue-bg {
    background: #01358D
}

.dark-bg {
    background-color: #111d5c
}

.section-bg-1 {
    background-color: #f4f7fc
}

.border-bottom-dashed {
    border-bottom: 1px dashed #8F98A8
}

.bg-none {
    background: none
}

    .bg-none:after {
        display: none
    }

.check-list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .check-list li {
        display: block;
        padding-left: 20px;
        position: relative;
        z-index: 0
    }

        .check-list li:after {
            position: absolute;
            left: 0;
            top: 0;
            font-family: "fontawesome";
            content: "";
            color: var(--main-color-one)
        }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    clear: both
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

    .comment-navigation .nav-previous > a, .posts-navigation .nav-previous > a, .post-navigation .nav-previous > a, .comment-navigation .nav-next > a, .posts-navigation .nav-next > a, .post-navigation .nav-next > a {
        transition: 0.3s ease-in
    }

    .comment-navigation .nav-previous:hover > a, .posts-navigation .nav-previous:hover > a, .post-navigation .nav-previous:hover > a, .comment-navigation .nav-next:hover > a, .posts-navigation .nav-next:hover > a, .post-navigation .nav-next:hover > a {
        color: var(--main-color-one)
    }

.bg-gray {
    background: #F5F8FF
}

.pd-top-30 {
    padding-top: 30px
}

.pd-top-40 {
    padding-top: 40px
}

.pd-top-50 {
    padding-top: 50px
}

.pd-top-80 {
    padding-top: 80px
}

.pd-top-90 {
    padding-top: 73px
}

.pd-top-100 {
    padding-top: 15px
}

.pd-top-110 {
    padding-top: 110px
}

.pd-top-112 {
    padding-top: 50px
}

.contact-form-area {
    padding-top: 65px
}

.pd-top-115 {
    padding-top: 60px;
    padding-bottom: 50px
}

.pd-top-120 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.hosting-type-area.we.pd-top-120 {
    padding-top: 56px;
    padding-bottom: 0;
}

.pd-top-135 {
    padding-top: 135px
}

.pd-top-150 {
    padding-top: 150px
}

.pd-top-170 {
    padding-top: 170px
}

.pd-top-190 {
    padding-top: 190px
}

.pd-bottom-65 {
    padding-bottom: 65px
}

.pd-bottom-90 {
    padding-bottom: 90px
}

.pd-bottom-100 {
    padding-bottom: 50px;
    background: #eef2f9;
    padding-top: 50px
}

.pd-bottom-120 {
    padding-bottom: 120px
}

.pd-default-120 {
    padding: 120px 0
}

.pd-default-two {
    padding: 110px 0 120px 0
}

.mg-top-40 {
    margin-top: 40px
}

.mg-top-45 {
    margin-top: 45px
}

.mg-top-60 {
    margin-top: 60px
}

.mg-top-65 {
    margin-top: 65px
}

.mg-top-75 {
    padding-top: 0px !important;
    padding-bottom: 50px
}

.mg-top-80 {
    margin-top: 80px
}

.mg-top-100 {
    margin-top: 100px
}

.mg-top-105 {
    margin-top: 105px
}

.mg-top-110 {
    margin-top: 110px
}

.career p {
    color: #fff
}

.career p a {
    color: #e96429
}

.mg-top-135 {
    margin-top: 135px
}

.mg-bottom-30 {
    margin-bottom: 30px
}

.alignleft {
    float: left;
    clear: both;
    margin-right: 20px
}

.alignright {
    float: right;
    clear: both;
    margin-left: 20px
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em
}

.alignfull {
    margin: 1.5em 0;
    max-width: 100%
}

.alignwide {
    max-width: 1100px
}

.footer-widget .widget-title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .22px;
    color: #fff
}

    .footer-widget .widget-title:after {
        display: none
    }

.footer-widget .footer_top_widget {
    border-bottom: 1px solid rgba(151,161,179,.1);
    margin-bottom: 46px;
    padding-bottom: 34px
}

    .footer-widget .footer_top_widget .footer-logo {
        margin-bottom: 30px;
        display: block
    }

        .footer-widget .footer_top_widget .footer-logo img {
            width: 160px;
            height: auto
        }

    .footer-widget .footer_top_widget p {
        font-size: var(--body-font-size);
        line-height: var(--line-height30);
        letter-spacing: .3px;
        color: #5B6880
    }

.footer-widget.widget_nav_menu {
    margin-bottom: 35px
}
.footer-widget.widget_nav_menu ul li {
    display: inline-block
}
.footer-widget.widget_nav_menu ul li a {
    letter-spacing: .32px;
    color: #01358D;
    line-height: 19px;
    margin: 0 24px;
    font-weight: 500
}
.footer-widget .about_us_widget .footer-logo {
    margin-bottom: 44px;
    display: inline-block
}
.footer-widget .about_us_widget .footer-logo img {
    width: 140px;
    height: auto
}
.footer-widget .about_us_widget p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: .3px;
    color: #5B6880;
    margin-bottom: 39px
}
.footer-widget .about_us_widget .social-icon li:first-child {
    margin-left: 0
}

.footer-widget .contact_info_list .contact-content {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: .3px;
    color: #5B6880;
    margin-bottom: 22px
}

.footer-widget .contact_info_list p {
    font-size: var(--body-font-size);
    line-height: 18px;
    letter-spacing: .3px;
    color: #5B6880
}

    .footer-widget .contact_info_list p span {
        font-weight: 500;
        color: #01358D
    }

.footer-widget .about_recent_post {
    padding-top: 9px
}

    .footer-widget .about_recent_post .media {
        margin-bottom: 24px
    }

        .footer-widget .about_recent_post .media img {
            margin-right: 26px;
            border-radius: 4px
        }

        .footer-widget .about_recent_post .media .media-body {
            margin-top: 15px
        }

            .footer-widget .about_recent_post .media .media-body h6 {
                font-size: 18px;
                line-height: 22px;
                letter-spacing: .18px;
                color: #01358D;
                font-weight: 500;
                font-family: var(--body-font)
            }

            .footer-widget .about_recent_post .media .media-body span {
                font-size: 14px;
                line-height: 30px;
                letter-spacing: .42px;
                color: #97A1B3
            }

.footer-area-2 .widget_nav_menu ul {
    padding-left: 0
}

.footer-area-2 .widget_nav_menu ul li {
    display: block;
    padding: 4px 0;
}

.footer-area-2 .widget_nav_menu ul li a {
    letter-spacing: .3px;
    color: #000;
    font-weight: 400;
    margin: 0;
    transition: all 0.3s ease-in;
        
}
.footer-area .iso {
    padding-top: 10px;
}
.new {
    margin-top: 40px;
    border-right: 1px dotted #fff
}

.new1 {
    margin-top: 40px
}

.footer-area-2 .widget_nav_menu ul li a:hover, .footer-area-2 .widget_nav_menu ul li a:active, .footer-area-2 .widget_nav_menu ul li a:focus {
    color: #4487f5;
}

.navbar-area {
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 8;
    transition: all 0.3s ease-in
}

.footer-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fafafb;
}

.footer-area-2 .footer-widget-area {
    padding-top: 30px;
    border-top: 1px solid rgba(151,161,179,.2);
    padding-bottom: 40px;
}

.footer-area-2 .copyright-inner {
    border-top: 1px solid rgba(151,161,179,.2);
    padding: 12px 0;
    margin-top: 45px
}

    .footer-area-2 .copyright-inner .copyright-text {
        padding-bottom: 0
    }

.footer-area-2 .newsletter-subcribe .form-group input {
    border: 1px solid rgba(151,161,179,.5)
}

.box-shadow {
    box-shadow: 0 25px 70px #01358D1A
}

.padding-60px {
    padding: 60px
}

.btn-wrapper {
    display: block
}

    .btn-wrapper .btn-appstore {
        margin-right: 18px;
        display: inline-block;
        border-radius: 8px;
        transition: all 0.3s ease-in
    }

        .btn-wrapper .btn-appstore:hover {
            box-shadow: 0 15px 22px #5B68801C
        }

    .btn-wrapper .btn-playstore {
        display: inline-block;
        border-radius: 8px;
        transition: all 0.3s ease-in
    }

        .btn-wrapper .btn-playstore:hover {
            box-shadow: 0 15px 22px #5B68801C
        }

.btn {
    height: auto;
    line-height: 2;
    padding: 0 48px;
    letter-spacing: .45px;
    font-weight: 400;
    transition: all 0.3s ease-in;
    background: #4496f8;
    border: 1px solid #4496f8;
    border-radius: 5px;
}

    .btn:focus {
        outline: 0;
        box-shadow: none
    }

    .btn.btn-rounded {
        border-radius: 30px
    }

    .btn.btn-radius {
        border-radius: 4px
    }

.btn-extra-small {
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    font-size: 14px
}

.btn-small {
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    font-size: 14px
}

.btn-large {
    height: 48px;
    line-height: 48px;
    padding: 0 30px
}

.btn-extra-large {
    height: 60px;
    line-height: 60px;
    padding: 0 70px
}

.btn-transparent {
    border: 1px solid #fff;
    color: #fff
}

    .btn-transparent:hover, .btn-transparent:focus {
        color: #5B6880;
        background: #fff
    }

.btn-no-border-radius {
    border-radius: 0
}

.btn-border-radius {
    border-radius: 4px
}

.btn-ex-border-radius {
    border-radius: 40px
}

.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #fff
}

.btn-white:hover, .btn-white:focus {
    color: #091a36;
    background: #fff;
    border: 1px solid #091a36
}
.btn {
    height: 48px;
    line-height: 1.6;
    padding: 0 43px;
    padding: 0 20px;
    background: #4496f8;
    border: 1px solid #4496f8;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
}
.btn-normal {
    background: #fff;
    border: 1px solid #97A1B3;
    color: #5B6880
}

    .btn-normal:hover, .btn-normal:focus {
        color: #97A1B3;
        background: transparent
    }

.btn-deactive {
    background: #fff;
    border: 1px solid #D6DAE1;
    color: #D6DAE1
}

    .btn-deactive:hover, .btn-deactive:focus {
        color: #D6DAE1;
        background: transparent
    }

.btn-green {
    background: #32E2A9;
    box-shadow: 0 11px 14px #32E2A94D;
    color: #fff
}

    .btn-green:hover, .btn-green:focus {
        opacity: .7;
        color: #fff
    }

.btn-blue {
    background: #01358D;
    color: #fff
}

    .btn-blue:hover {
        opacity: .7;
        color: #fff
    }

.btn-red {
    background: #091a36;
    color: #fff
}

.btn-rounded {
    padding: 10px 20px;
    border-radius: 21px;
}

.btn-red-border {
    background: #fff;
    border: 1px solid #091a36;
}

    .btn-red-border:hover {
        opacity: .8;
        color: #fff;
        box-shadow: 0 10px 14px #F524434F;
        background: var(--main-color-one)
    }

.btn-gray {
    background: #F0F0F0;
    color: #97A1B3
}

    .btn-gray:hover {
        background: var(--main-color-one);
        color: #fff
    }

.single-video-play span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: .96px;
    color: #97A1B3;
    margin-right: 30px
}

.single-video-play a {
    width: 52px;
    height: 52px;
    display: inline-block;
    background: #FF657C;
    box-shadow: 0 10px 16px #F9556D45;
    border-radius: 50%;
    line-height: 57px !important;
    text-align: center;
    display: inline-block !important
}

    .single-video-play a i {
        color: #fff;
        font-size: 18px;
        padding-left: 5px
    }

.desktop-center {
    text-align: center
}

.desktop-left {
    text-align: left
}

.desktop-right {
    text-align: right
}
.udetial{
    padding:30px;
}
.udetial .profile-tab {
    background: transparent;
    padding: 20px 30px 0 0px !important;
}
.udetial .profile-tab.tp h6, .udetial .comp h6 {
    padding: 0 4px 18px;
}
.emp-profile p {
    color: #6a6a6a !important;
}
.active-service .btn:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
}
@media only screen and (max-width:768px) {
    .tablet-center {
        text-align: center
    }

    .tablet-left {
        text-align: left
    }

    .tablet-right {
        text-align: right
    }
}

@media only screen and (max-width:414px) {
    .mobile-center {
        text-align: center
    }

    .mobile-left {
        text-align: left
    }

    .mobile-right {
        text-align: right
    }
}

.section-title.sit.text-center {
    margin-top: 52px;
    margin-bottom: 50px;
}

.section-title {
    margin-bottom: 30px;
    margin-top: 15px;
}

.section-title.fit.text-lg-center {
    margin-top: 55px;
    margin-bottom: 48px;
}

    .section-title .counting-number {
        font-size: 92px;
        font-weight: 500;
        letter-spacing: 1.84px;
        color: #5B6880;
        background: transparent;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        position: relative;
        display: inline-block
    }

        .section-title .counting-number:after {
            content: "";
            position: absolute;
            height: 42px;
            width: 42px;
            background: rgba(216,255,243,.7);
            border-radius: 50%;
            top: 50%;
            left: 50%;
            margin-top: -21px;
            margin-left: -21px;
            z-index: -1
        }

    .section-title .title {
        letter-spacing: .92px;
        color: #000000;
        opacity: 1;
        font-weight: 500;
        margin-bottom: 0;
        
    
    }

        .section-title .title span {
            color: #000000;
        }

    .section-title .title-2 {
        font-size: 36px;
        line-height: 44px
    }

    .section-title p {
        color: #000;
        opacity: 1;
        margin-bottom: 0;
        font-weight: 400;
        margin-bottom: 10px;
        padding-top: 25px;
    
    }

.piki {
    font-size: 15px;
    padding-bottom: 30px;
    color: #091a36
}

.section-title a {
    font-size: var(--body-font-size);
    font-weight: 500;
    letter-spacing: .45px;
    color: #fff;
    transition: all 0.3s ease-in;
    display: inline-block;
    position: relative
}

.featu {
    float: right;
    margin-top: 20px
}

.headtitle {
    font-size: 15px !important;
    color: #fff !important;
    padding-top: 13px;
    margin-bottom: 10px;
}

.section-title a img {
    margin-left: 6px;
    transition: 0.3s
}

.section-title a:hover img {
    margin-left: 9px
}

.section-title a.read-more i {
    font-size: 35px;
    position: absolute;
    right: -42px;
    bottom: -3px
}

.section-title.style-two {
    margin-bottom: 35px;
    padding: 25px
}

.section-title.style-three {
    max-width: 80%;
    margin-bottom: 45px
}

.section-title.style-four .title {
    font-size: 36px;
    line-height: 1.2
}

.section-title.style-four p {
    line-height: 26px
}

.section-title.style-five .sub-title {
    font-size: 18px;
    font-weight: 500
}

    .section-title.style-five .sub-title span {
        color: var(--main-color-one)
    }

.section-title.ui-element-section-title {
    margin-bottom: 0
}

    .section-title.ui-element-section-title .title {
        font-size: 32px;
        line-height: 1.2;
        color: #5B6880
    }

    .section-title.ui-element-section-title p {
        font-size: 16px;
        line-height: 26px;
        color: #5B6880;
        position: relative;
        display: inline-block
    }

        .section-title.ui-element-section-title p:after {
            content: "";
            position: absolute;
            right: -50px;
            top: 50%;
            background: #4B4B4B;
            height: 1px;
            width: 30px
        }

.section-title-3 {
    max-width: 80%
}

.riyaqas-check-list {
    margin-bottom: 25px
}

    .riyaqas-check-list img {
        margin-right: 18px
    }

    .riyaqas-check-list span {
        letter-spacing: .34px;
        color: #5B6880;
        font-size: 17px;
        line-height: 28px
    }

.client-slider-title {
    font-size: 32px;
    line-height: 28px;
    
    letter-spacing: .64px;
    color: #5B6880;
    font-weight: 400
}

    .client-slider-title span {
        color: var(--main-color-one);
        font-weight: 500
    }

.single-accordion {
    border: 1px solid #F5F9FF;
    border-radius: 3px;
    margin-bottom: 30px;
    box-shadow: 2px 5px 9px #e2e2e2ad
}

.accordion {
    margin-bottom: 60px
}

    .accordion .accordion-button.collapsed:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\f067";
    }

    .accordion .accordion-button:before {
        float: right !important;
        content: "\f068";
        font-family: FontAwesome;
    }

.single-accordion .card-header h3 .accordion-button.collapsed {
    background: #fff;
    color: #091a36;
    border-radius: 10px 10px 10px 10px;
}

.single-accordion .card-header h3 .accordion-button {
    background: #091a36;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.single-accordion .card-header {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0
}

    .single-accordion .card-header h3 button {
        line-height: 30px !important;
        letter-spacing: .32px;
        color: #091a36;
        width: 100%;
        text-align: left;
        position: relative;
        background: #fff;
        border-radius: 10px;
        border: 0;
        float: left;
        font-weight: 500;
        padding: 13px 20px;
    }

    /* .single-accordion .card-header h2 button:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 12px;
        top: 50%;
        right: 20px
    }

    .single-accordion .card-header h2 button:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 12px;
        top: 50%;
        transition: all 0.3s ease;
        right: 20px
    }*/

    .single-accordion .card-header h2 button:hover, .single-accordion .card-header h2 button:focus, .single-accordion .card-header h2 button:active {
        text-decoration: none
    }

    .single-accordion .card-header h2 button i {
        float: right
    }

    .single-accordion .card-header h2 button.collapsed:before {
        transform: matrix(0,1,-1,0,0,0)
    }

.single-accordion .card-body {
    padding: 21px 22px 26px 22px;
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: .3px;
    color: #2a2c30;

}

.accordion.style-two .single-accordion {
    box-shadow: 0 10px 54px #97A1B224;
    border: 0
}

    .accordion.style-two .single-accordion .card-header h2 button {
        background: transparent;
        padding: 0 35px 0 55px;
        color: #5B6880
    }

        .accordion.style-two .single-accordion .card-header h2 button:before, .accordion.style-two .single-accordion .card-header h2 button:after {
            left: 30px;
            background: var(--main-color-one)
        }

        .accordion.style-two .single-accordion .card-header h2 button.collapsed:before, .accordion.style-two .single-accordion .card-header h2 button.collapsed:after {
            background: #5B6880
        }

    .accordion.style-two .single-accordion .card-body {
        padding: 10px 30px 35px 53px
    }

.contact-info {
    padding: 50px
}

    .contact-info .title {
        font-size: 36px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: .36px;
        color: #01358D;
        position: relative;
        margin-bottom: 15px;
        display: block
    }

    .contact-info .sub-title {
        margin-bottom: 26px
    }

    .contact-info p {
        font-size: var(--body-font-size);
        line-height: 28px;
        letter-spacing: .3px;
        color: #5B6880
    }

        .contact-info p span {
            color: #01358D;
            font-weight: 500
        }

.single-service-left {
    margin: 0 10px;
    background: #eef2f9a1;
    padding: 57px 44px 60px;
    box-shadow: 0 12px 34px #97A1B221;
    border-radius: 6px;
    transition: all 0.3s ease-in;
    margin-bottom: 20px;
    border: 1px solid #00000014
}

    .single-service-left:hover {
        box-shadow: 0 15px 40px #97A1B247;
        border: 1px solid #6c757d
    }

    .single-service-left .media1 .thumb {
        width: 65px;
        border-radius: 50%;
        margin: 0 auto
    }

        .single-service-left .media1 .thumb img {
            width: 100%
        }

    .single-service-left .media1 .media-body h6 {
        font-size: 16px;
        line-height: 30px;
        font-weight: 600;
        letter-spacing: .24px;
        color: #091a36;
        margin-bottom: 14px;
        text-align: center;
        padding-top: 25px
    }

    .single-service-left .media1 .media-body p {
        font-size: var(--body-font-size);
        line-height: var(--line-height30);
        letter-spacing: .03px;
        color: #000;
        margin-bottom: 20px
    }

    .single-service-left .media1 .media-body a {
        font-size: var(--body-font-size);
        line-height: var(--line-height30);
        line-height: 30px;
        letter-spacing: .3px;
        color: #5B6880;
        position: relative;
        transition: all 0.3s ease-in
    }

        .single-service-left .media1 .media-body a img {
            margin-left: 9px;
            transition: all 0.3s ease-in
        }

        .single-service-left .media1 .media-body a i {
            font-size: 26px;
            position: absolute;
            right: -33px;
            bottom: -4px
        }

        .single-service-left .media1 .media-body a:hover {
            color: var(--main-color-one)
        }

            .single-service-left .media1 .media-body a:hover img {
                margin-left: 13px
            }

.single-feature {
    margin-bottom: 52px
}

    .single-feature .media {
        background: #fff;
        box-shadow: 0 12px 50px #AFAFAF38;
        border-radius: 100px 0 0 0;
        padding: 62px 57px 52px 52px
    }

        .single-feature .media .media-left {
            margin-right: 26px
        }

        .single-feature .media .media-body h6 {
            letter-spacing: .2px;
            color: #091a36;
            margin-bottom: 12px;
            font-weight: 600;
            line-height: 64px;
            font-size: 15px
        }

.card-body a {
    color: #4487f5;
}

.single-feature .media .media-body p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: .3px;
    color: #1b1b1b
}

.single-feature .border-radius-2 {
    border-radius: 0 0 0 100px
}

.single-feature .border-radius-3 {
    border-radius: 100px 0 0 0
}

.single-feature .border-radius-4 {
    border-radius: 0 0 100px 0
}

.single-feature-left {
    margin-right: 17px
}

.single-feature-right {
    margin-left: 17px
}

.single-pricing {
    background: #fff;
    box-shadow: 0 3px 26px #01358D0D;
    padding: 54px 50px 46px 50px;
    transition: all 0.3s ease-in;
    border: 1px solid #091a361c
}

    .single-pricing .title {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: .36px;
        color: #091b36;
        margin-bottom: 40px;
        text-align: center
    }

    .single-pricing .thumb {
        margin-bottom: 40px;
        text-align: center
    }

        .single-pricing .thumb img {
            margin: 0 auto;
            width: 21% !important;
            height: 64px;
            object-fit: contain;
        }

    .single-pricing .amount {
        padding-bottom: 16px
    }

        .single-pricing .amount del {
            display: block;
            margin-bottom: 5px
        }

        .single-pricing .amount p {
            color: #091b36
        }

    .single-pricing .price {
        font-size: 36px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .72px;
        color: #091a36;
        text-align: center;
        
    }
    .single-pricing h2.price {
        display: flex;
        flex-direction: column-reverse;
        min-height: 90px;
        justify-content: flex-end;
    }

th span {
    font-size: 9px
}

.nko {
    padding-bottom: 0px;
    text-align: center;
    margin-top: 15px
}

.nkos {
    padding-bottom: 30px;
    text-align: center
}

#more {
    display: none
}

#more-1 {
    display: none
}

#more-2 {
    display: none
}

.manag img {
    width: 20%
}

.mig i {
    color: #e96429
}

.pri {
    font-size: 14px;
    text-align: center;
    padding-bottom: 8px;
    color: #343a40;
    font-weight: 400
}

.single-pricing .price span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: .36px;
    color: #5B6880;
    margin-left: -9px
}

.single-pricing ul {
    padding-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    transition: 0.4s ease-in-out;
}
.single-pricing .desWrapper ul {
    padding-left: 0;
}

    .single-pricing ul li {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .15px;
        line-height: 25px;
        list-style: none
    }

        .single-pricing ul li a {
            padding-left: 7px;
            padding-right: 7px
        }

.fa.fa-check {
    padding-top: 3px;
    color: #01358d;
    padding-right: 10px
}

.single-pricing.style-two .title {
    margin-bottom: 25px
}

.single-pricing.style-two .thumb {
    width: 70px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FFF7F8;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px
}

.single-pricing-active {
    transition: transform .3s ease-in-out;
    transform: scale(1.1,1.1);
    box-shadow: 0 12px 20px #01358d42
}

.single-pricing a i {
    font-size: 19px
}

.single-pricing-active .title {
    color: #091b36
}

.single-pricing-active .thumb {
    margin-bottom: 40px
}

.single-pricing-active .amount del {
    color: #fff
}

.single-pricing-active .price {
    color: #091b36
}

    .single-pricing-active .price span {
        color: #66605d;
    }

.single-pricing-active ul li {
    color: #091a36
}

.single-pricing-active .btn {
    color: #1b358e;
    background: #fff;
    border: 2px solid #1b358e
}

.sb-pricing-tabs {
    display: inline-block;
    border-bottom: 0;
    margin-bottom: 50px
}

    .sb-pricing-tabs .nav-item {
        display: inline-block
    }

        .sb-pricing-tabs .nav-item a {
            border: 1px solid #F1E7E8;
            font-size: 15px;
            border-radius: 0;
            height: 46px;
            padding: 0 20px;
            line-height: 46px;
            margin: 0 2px;
            position: relative;
            color: #091a36;
            letter-spacing: .5px
        }

            .sb-pricing-tabs .nav-item a:after {
                content: "";
                position: absolute;
                left: 50%;
                bottom: -6px;
                background: #091a36;
                height: 10px;
                width: 10px;
                transform: rotate(45deg);
                margin-left: -5px;
                visibility: hidden;
                opacity: 0
            }

            .sb-pricing-tabs .nav-item a.active {
                border: 1px solid #fff;
                background: #091a36;
                color: #feffff;
                font-weight: 600
            }

                .sb-pricing-tabs .nav-item a.active:after {
                    visibility: visible;
                    opacity: 1
                }

.sb-hosting-tabs {
    border-bottom: 0
}

.servers:hover {
    transition: transform.8s;
    transform: translateY(-12px)
}

i.fa.fa-arrow-circle-right {
    padding-right: 10px
}

.sb-hosting-tabs .nav-item {
    display: block;
    width: 100%;
    margin-bottom: 16px
}

    .sb-hosting-tabs .nav-item a {
        border: 1px solid #F1E7E8;
        font-size: 20px;
        border-radius: 0;
        padding: 17px 27px;
        margin: 0 2px;
        position: relative;
        display: block;
        letter-spacing: .4px
    }

        .sb-hosting-tabs .nav-item a img {
            margin-right: 10px
        }

        .sb-hosting-tabs .nav-item a:hover {
            border: 1px solid #e95402;
            background: #e95402;
            color: #fff
        }

            .sb-hosting-tabs .nav-item a:hover span {
                color: #091a36 !important;
            }

        .sb-hosting-tabs .nav-item a.active {
            border: 1px solid #e95402;
            background: #e95402;
            color: #fff
        }

            .sb-hosting-tabs .nav-item a.active span {
                color: #091a36 !important;
            }

            .sb-hosting-tabs .nav-item a.active img {
                filter: brightness(200)
            }

    .sb-hosting-tabs .nav-item:last-child {
        margin-bottom: 0
    }

.riyaqas-form-wrap .btn {
    height: 35px;
    line-height: 48px;
    padding: 0 60px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .3px;
    margin-top: 30px;
}

.single-input-wrap {
    position: relative
}

    .single-input-wrap .single-input {
        width: 100%;
        height: 52px;
        background: #fff;
        border: 1px solid #D9DDE4;
        border-radius: 20px;
        padding: 18px;
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.2;
        letter-spacing: .3px;
        color: #97A1B2
    }

        .single-input-wrap .single-input.textarea {
            min-height: 134px
        }

    .single-input-wrap.input-checkbox {
        margin-bottom: 30px
    }

        .single-input-wrap.input-checkbox .single-input {
            width: auto;
            height: auto
        }

    .single-input-wrap .input-checkbox-text span {
        color: var(--main-color-one)
    }

    .single-input-wrap .single-select {
        width: 100%;
        height: 52px;
        background: transparent;
        border: 1px solid #D9DDE4;
        border-radius: 4px;
        padding: 16px 18px;
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.2;
        letter-spacing: .3px;
        color: #97A1B2
    }

        .single-input-wrap .single-select span.current {
            width: 180px;
            display: block
        }

        .single-input-wrap .single-select:after {
            border-bottom: 1px solid #999;
            border-right: 1px solid #999;
            height: 7px;
            right: 20px;
            width: 7px
        }

        .single-input-wrap .single-select .list {
            width: 100%
        }

            .single-input-wrap .single-select .list li {
                font-size: 14px !important;
                letter-spacing: 0.28 !important;
                color: #97A1B2 !important;
                font-weight: 400 !important;
                transition: 0.4s !important
            }

                .single-input-wrap .single-select .list li:hover, .single-input-wrap .single-select .list li:focus, .single-input-wrap .single-select .list li.selected {
                    color: #01358D !important
                }

    .single-input-wrap label {
        position: absolute;
        top: 17px;
        left: 20px;
        cursor: text;
        transition: all 0.15s ease-in-out 0s;
        z-index: 0;
        font-size: var(--body-font-size);
        line-height: 1.2;
        letter-spacing: .3px;
        color: #091a36
    }

        .single-input-wrap label.active {
            top: -6px;
            left: 17px;
            font-size: 11px;
            color: inherit;
            cursor: pointer;
            color: #e96429;
            z-index: 1;
            padding: 0 1px
        }

.riyaqas-file-input-wrap {
    margin-top: 10px;
    height: 100%
}

    .riyaqas-file-input-wrap .riyaqas-file-input {
        cursor: pointer;
        height: 60px;
        line-height: 60px;
        width: 100%
    }

    .riyaqas-file-input-wrap label {
        cursor: pointer;
        border: 0;
        color: #fff;
        border-radius: 0;
        background: #32E2A9;
        height: 62px;
        line-height: 64px;
        text-align: center;
        padding: 0;
        cursor: cell
    }

        .riyaqas-file-input-wrap label:after {
            display: none !important
        }

.job-apply-area {
    box-shadow: 0 8px 30px #97A1B224;
    border-radius: 8px;
    padding: 120px 68px
}

    .job-apply-area .single-input-wrap .single-input {
        border: 0;
        border-bottom: 1px solid #D9DDE4;
        border-radius: 0;
        padding: 0
    }

    .job-apply-area .single-input-wrap textarea {
        padding: 10px 0 !important
    }

    .job-apply-area .single-input-wrap label {
        left: 0
    }

    .job-apply-area .btn-blue {
        margin-top: 70px
    }

a {
    color: #0a1b46
}

    a:hover {
        text-decoration: none;
        color: #bd2130
    }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #e95402 !important;
    color: inherit;
    margin-bottom: 40px;
    display: none;
    border: none;
    padding: 5px 14px !important;
    color: #fff !important;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0
}

    .owl-carousel .owl-nav .owl-prev span {
        font-size: 20px;
        line-height: 22px
    }

    .owl-carousel .owl-nav .owl-prev:focus {
        outline: none;
        border: none;
        box-shadow: none
    }

.owl-carousel .owl-nav .owl-next {
    right: 0
}

    .owl-carousel .owl-nav .owl-next span {
        font-size: 20px;
        line-height: 22px
    }

    .owl-carousel .owl-nav .owl-next:focus {
        outline: none;
        border: none;
        box-shadow: none
    }

#places {
    margin-top: 40px
}

@media (max-width:767px) {
    #places {
        margin-top: 0
    }
}

#places .item {
    margin: 0 15px
}

#places .owl-item {
    opacity: .5;
    transform: scale(.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(.85,.85);
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden
}

    #places .owl-item.active.center {
        opacity: 1;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1,1);
        transform: scale(1)
    }

        #places .owl-item.active.center .item .title h4, #places .owl-item.active.center .item .views {
            opacity: 1
        }

.owl-theme .owl-dots {
    margin-top: 10px !important;
    margin-bottom: 25px
}

.custom-search-input-2 i {
    z-index: 7
}

.homesearch {
    background: #F5F8FF;
    padding: 50px 0 70px;
    margin: 90px 0 70px 0
}

.form-control:focus {
    border-color: #d2d8dd;
    box-shadow: none !important
}

.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden
}

.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE
    }

    to {
        width: 0;
        background: transparent
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE
    }

    to {
        width: 0;
        background: transparent
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE
    }

    to {
        width: 0;
        background: transparent
    }
}

.special h3 {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    background-color: #091a36 !important;
    padding: 23px
}

.con {
    background: linear-gradient(162deg,rgba(9,26,54,1) 28%,rgba(35,78,150,1) 100%);
    padding-top: 37px;
    padding-bottom: 36px
}

strong {
    color: #f56c15;
    font-size: 16px
}

.offers {
    background: #f1f6fb !important
}

.service-area:after {
    content: "";
    position: absolute;
    /* background-image: url(../../curve_shape5.svg);*/
    background-repeat: no-repeat;
    right: 0;
    top: 74%;
    background-size: auto;
    left: 70%;
    bottom: 0;
    margin-top: -278px;
    z-index: 1
}

.section-title.style-two.text-xl-left.text-center img {
    z-index: 999;
    position: relative
}

.service-area1 {
    padding-bottom: 50px;
    padding-top: 70px
}

.single-pricing ul li img {
    width: 34px
}

.close-btn {
    position: absolute;
    color: #fff;
    border-radius: 12px;
    height: 25px;
    width: 25px;
    padding: 1px;
    top: 7px;
    right: 13px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background: none
}

.natasha1 {
    margin-top: -34px
}

.natasha2 {
    margin-top: -70px
}

.featuress ul li {
    padding-bottom: 15px;
    list-style: none;
    border-radius: 18px;
    transition: all 0.3s ease-in
}

.nko1 {
    padding: 20px
}

    .nko1 ul li {
        padding-bottom: 15px;
        list-style: none;
        border-radius: 18px;
        transition: all 0.3s ease-in;
        display: flex
    }

    .nko1 i {
        padding-right: 10px;
        padding-top: 4px;
        color: #4487f5;
    }

.so {
    margin-top: 70px
}

.featuress img {
    width: 37px;
    padding-right: 10px
}

.featuress span {
    padding-left: 29px;
    font-size: 12px;
    color: #5b6880;
    display: flex
}

.custom-gutters-16 {
    padding-top: 0
}

.title-1 {
    color: #000000;
    font-size: 30px;
    text-align: center;
    
    font-weight: 500;
    padding-bottom: 30px;

}

    .title-1 span {
        color: #4487f5;
    }

.img_faq img {
    width: 80%
}

p.microsoftpar {
    font-size: 13px;
    margin-bottom: 16px
}

p.microsoftpar1 {
    margin-top: 10px;
    font-size: 13px;
    text-align: justify
}

h6.titlepre {
    font-size: 16px !important;
    color: #091b36 !important;
    font-weight: 600 !important;
    letter-spacing: .4px;
    margin-bottom: 25px
}

h3.price span {
    font-size: 10px !important;
    font-weight: 500 !important;
    color: #091b36 !important
}

.microfeathead {
    padding-bottom: 15px
}

.what-we-do .outer {
    position: relative;
    padding-top: 20px
}

    .what-we-do .outer .inner-circle {
        position: absolute;
        left: 45%;
        margin-left: -150px;
        top: 31%;
        margin-top: -150px;
        width: 420px;
        height: 419px;
        border: 1px dashed #d0d0d0;
        line-height: 300px;
        text-align: center;
        border-radius: 50%;
        z-index: 2
    }

.inner-circle img {
    margin-top: 23%
}

.what-we-do .outer .phone {
    position: absolute;
    width: 100%;
    left: 50%;
    top: -110px;
    transform: translateX(-50.5%)
}

.what-we-do .outer .service-box-three:first-child {
    left: 0;
    top: 10px
}

.what-we-do .outer .service-box-three {
    margin-bottom: 50px
}

.service-box-three {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

    .service-box-three .inner-box {
        position: relative;
        display: block;
        text-align: right;
        padding-right: 110px
    }

    .service-box-three .icon-box {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 58px;
        color: #fff !important;
        font-size: 30px;
        border-radius: 50%;
        background-image: linear-gradient(to right,#21d397 0%,#7450fe 100%);
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease
    }

.what-we-do .outer .service-box-four {
    margin-bottom: 50px
}

.service-box-four {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

    .service-box-four .inner-box {
        position: relative;
        display: block;
        text-align: left;
        padding-left: 110px
    }

    .service-box-four .icon-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 58px;
        color: #fff !important;
        font-size: 30px;
        border-radius: 50%;
        background-image: linear-gradient(to right,#7450fe 0%,#21d397 100%);
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease
    }

@media (min-width:1200px) {
    .outer .right-column {
        margin-left: 33.3%
    }
}

.service-box-three h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: .24px;
    color: #091a36;
    margin-bottom: 14px
}

.service-box-four h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: .24px;
    color: #091a36;
    margin-bottom: 14px
}

section.what-we-do.section-padding-100 {
    padding-top: 100px
}

.regis h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    
    font-weight: 700
}

    .regis h1 span {
        color: #e96429
    }

.regis {
    background: #081f44;
    padding: 60px
}

.form {
    text-align: center
}

.hok p {
    color: #091a36;
    padding-top: 21px;
    text-align: center;
    font-size: 15px
}

.riyaqas-form-wrap.mt-5.mt-lg-0 {
    padding-right: 15px;
    padding-left: 15px
}

.custom-gutters-16 h3 {
    font-size: 13px;
    text-align: center
}

.suk {
    border-radius: 36px 0 0 36px;
    padding: .375rem .75rem
}

.suk1 {
    border-radius: 0 36px 36px 0;
    padding: .375rem .75rem
}



.single-service-2.style-three.text-center h5 {
    font-size: 17px
}

.single-service-2.style-three.text-center ul li {
    list-style: none;
    padding-bottom: 12px;
    font-weight: 600;
    color: #e96429
}

.care li {
    list-style: none;
    padding-bottom: 8px
}

.care h4, h6 {
    color: #091a36
}

.single-service-2.style-three.text-center ul li a {
    list-style: none;
    padding-bottom: 12px;
    font-weight: 400
}

.title-h {
    font-size: 25px !important;
    line-height: 1.3;
    padding: 10px;
    font-weight: 500;
    color: #000 !important;
}

    .title-h span {
        color: #4487f5;
    }

.consulting p {
    margin-bottom: 60px;
    padding-top: 0;
    color: #000000 !important;
}

.mig li {
    padding-bottom: 15px;
    list-style: none;
    padding-left: 0;
    transition: all 0.3s ease-in;
    display: flex;
    text-align: initial
}

.mig {
    padding-left: 0px !important
}

    .mig i {
        padding-right: 10px
    }

.shadowone {
    height: 200px;
    width: 80%;
    background: #ccc;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 10%;
    z-index: -1
}

.shadowtwo {
    height: 200px;
    width: 60%;
    background: #ccc;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 10%;
    z-index: -2
}

.single-service-left:hover {
    transform: translateY(-50px)
}

    .single-service-left:hover .shadowone {
        transform: translateY(-25px)
    }

p.server {
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3ae0
}

.manag {
    box-shadow: 2px 2px 8px #e4e7eb87;
    padding: 25px;
    margin-top: 80px;
    height: 290px;
    background: #f6f6f6;
    border: 1px solid #e8e8e8
}

.manag1 {
    box-shadow: 2px 2px 8px #e4e7eb87;
    padding: 25px;
    margin-top: 80px;
    height: 350px;
    background: #f6f6f6;
    border: 1px solid #e8e8e8
}

    .manag1 img {
        width: 20%
    }

.manag p {
    padding-top: 14px;
    padding-bottom: 14px
}

h4.title1 {
    margin-bottom: 15px
}

.single-service ul li {
    padding-bottom: 10px;
    list-style: none;
    display: flex;
    color: #000;
}

    .single-service ul li i {
        padding-right: 10px;
        color: #e96429
    }

.price span {
    padding-left: 5px
}

.order-lg-1 {
    padding-top: 35px
}

.nik {
    padding-top: 50px
}

.section-title.style-two.supo a {
    color: #e96429;
    margin-top: 0
}

.section-title.sup {
    margin-top: 60px
}

/*.carousel {
    margin-top: -40px
}*/

.carousel-caption {
    z-index: 10
}

    .carousel-caption.text-right h1 {
        color: #fff;
        font-size: 38px
    }

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%
}

    .carousel-item > img::before {
        position: absolute;
        background-color: #000
    }

.featurette-divider {
    margin: 5rem 0
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem
}

@media (min-width:40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
        color: #fff
    }

    .featurette-heading {
        font-size: 50px
    }
}

@media (min-width:62em) {
    .featurette-heading {
        margin-top: 7rem
    }
}

.banner-head {
    color: #000 !important
}

.section-title.style-two.consulting ul li {
    font-size: 16px;
    padding-bottom: 10px;
    display: flex
}

.partluil ul li i {
    padding-right: 8px;
    padding-top: 3px
}

.partluil {
    margin-top: 30px;
    color: #091a36
}

    .partluil ul li {
        font-size: 15px !important;
        letter-spacing: .5px
    }

    .partluil ul {
        padding-left: 0
    }

ul.parttpbann li {
    color: #fff;
    padding-left: 16px
}

    ul.parttpbann li a {
        color: #000
    }

h2.pttpbantit {
    color: #000 !important
}

.ptarcho {
    padding: 0px !important
}

.about-provide-area {
    background-repeat: no-repeat
}

.mana {
    margin-top: 82px;
    border-left: 1px solid #e96429;
    border-left-style: dotted;
    height: 440px
}

#section {
    width: 500px;
    height: 400px;
    word-wrap: break-word
}

.moretext {
    display: none
}

h1.banner-head {
    color: #fff !important;
    padding: 20px 10px;
    font-size: 60px
}

h2.banner-head {
    font-size: 24px;
    float: left;
    color: #fff !important
}

h1.banner-head span {
    color: #e96429
}

h1.remaneban {
    margin-bottom: 92px
}

.consulting p {
    font-size: 16px;
    color: #1e1e1e;
}

.consulting a {
    background: #4487f5;
    border: 1px solid #4487f5;
    color: #fff !important;
}

.consulting a:hover {
    background: #fff;
    border: 1px solid #4487f5;
    color: #4487f5 !important;
    opacity: 1;
}
.g-suite-hero .consulting a, .microsoft-sec .consulting a{
    height: auto;
    padding: 2px 20px;
    border-radius: 21px;
}
.part {
    text-align: center;
    padding-top: 20px;
}

h2.title b {
    font-size: 13px;
    color: #ea7b3d
}

    h2.title b a {
        color: #ea7b3d;
        font-weight: 600;
        font-size: 15px
    }

.section-title.text-center.w-100 {
    padding-top: 50px
}

p.tizzt-mail {
    padding-top: 6px;
    color: #091a36
}

i.fa.fa-whatsapp.my-float {
    font-size: 16px;
    color: #000 !important;
}

.service-area.sbtc-service-area.pd-top-120 {
    padding-top: 0px;
    margin-top: -30px;
    background-color: #fff
}

.sidebar-contact {
    position: fixed;
    top: 51%;
    left: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999
}

    .sidebar-contact.active {
        left: 0
    }

    .sidebar-contact input, .sidebar-contact textarea {
        width: 100%;
        height: 36px;
        padding: 5px 15px;
        margin-bottom: 10px;
        box-sizing: border-box;
        border: 1px solid #eeeeee;
        outline: none;
        border-radius: 6px;
    }

    .sidebar-contact h2 {
        margin: 0 0 20px;
        padding: 0
    }

    .sidebar-contact textarea {
        height: 60px;
        resize: none
    }

    .sidebar-contact input[type="submit"], input[type="button"] {
        background: #4487f5;
        color: #fff;
        cursor: pointer;
        border: none;
        font-size: 18px
    }

.toggle {
    position: absolute;
    height: 167px;
    width: 43px;
    text-align: center;
    cursor: pointer;
    background: #4487f5;
    top: 40%;
    right: -36px;
    line-height: 36px;
    padding: 15px;
}

.sidebar-contact.active h2 {
    font-size: 25px;
    color: #091a36;
    text-align: center
}

.toggle:before {
    margin-left: -79px;
    content: 'Request a Call Back';
    font-size: 15px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    -webkit-transform: translate(1.1em,0) rotate(270deg);
    -moz-transform: translate(1.1em,0) rotate(270deg);
    -o-transform: translate(1.1em,0) rotate(270deg);
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform: none;
    -ms-transform-origin: none;
    margin-top: 52px;
    font-weight: 600;
}

@media(max-width:768px) {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
        display: none
    }

        .sidebar-contact .toggle {
            top: 50%;
            transform: translateY(-50%);
            transition: 0.5s
        }

        .sidebar-contact.active .toggle {
            top: 0;
            right: 0;
            transform: translateY(0)
        }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto
    }

    .content {
        padding: 50px 50px
    }
}

.toggle p {
    transform: rotate(359deg)
}

.requestcallback {
    color: darkred;
    position: relative;
    top: 0;
    left: 0
}

.requestcallback-btn {
    pointer-events: none;
    opacity: .3
}

.container .slider {
    white-space: nowrap
}

    .container .slider .logos {
        width: 100%;
        display: inline-block;
        margin: 0 0
    }

        .container .slider .logos .fab {
            width: calc(100% / 5);
            animation: fade-in 0.5s cubic-bezier(.455,.03,.515,.955) forwards
        }

@keyframes slidein {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.feedback {
    background-color: #091a36;
    color: #fff;
    padding: 14px 15px 13px 15px;
    border-radius: 50%;
    border-color: #091a36
}

#mybutton {
    position: fixed;
    bottom: 91px;
    right: 25px;
    display: none
}

.single-service.style-three.text-center h5 {
    font-size: 17px
}

.title b a {
    color: #ea7b3d;
    font-weight: 600;
    font-size: 15px
}

.title {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    line-height:1.2;
}

.title span {
    color: #4487f5;
}

.typed-cursor {
    display: none
}

.cloud p {
    color: #000;
    opacity: 1;
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    margin-bottom: 0;
    font-weight: 400;
    margin-bottom: 10px;
    float: left
}

ul.v-slides {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.v-slide {
    font-size: 24px;
    line-height: 50px;
    color: #4bb3fd
}

.v-wrap, .v-slide {
    box-sizing: border-box;
    width: 100%;
    height: 200px
}

.v-wrap {
    background: #ffd7d1;
    border: 1px solid #9c1e0b;
    overflow: hidden
}

.v-move {
    position: relative;
    bottom: 0%
}

.v-slide {
    padding: 10px
}

@keyframes slidev {
    0% {
        bottom: 0
    }

    15% {
        bottom: 0
    }

    20% {
        bottom: 100%
    }

    35% {
        bottom: 100%
    }

    40% {
        bottom: 200%
    }

    55% {
        bottom: 200%
    }

    60% {
        bottom: 300%
    }

    75% {
        bottom: 300%
    }

    80% {
        bottom: 400%
    }

    95% {
        bottom: 400%
    }

    100% {
        bottom: 0
    }
}

.v-move {
    animation: slidev linear 25s infinite
}

    .v-move:hover {
        animation-play-state: paused
    }

.form-group h2 {
    color: #091a36;
    padding-top: 21px;
    font-size: 15px
}

.inq {
    padding-left: 100px;
    padding-right: 100px
}

.single-pricing h2 {
    text-align: center;
    font-size: 18px
}

.sos {
    border: none
}

.home {
    margin-bottom: -36px;
    margin-top: 30px
}

    .home a {
        margin-left: 17px
    }

.single-pricing a {
    color: #091a36;
    font-size: 14px
}

.homes {
    border-right: 1px solid #ccc;
    padding-right: 20px;
    text-align: justify
}

.homew {
    padding-left: 50px;
    padding-top: 50px;
    background-image: url('../../img/rgj.jpg');
    opacity: 0.9;
    background-size: 100% 100%;
}

.logo-client img {
    filter: grayscale(100%)
}

    .logo-client img:hover {
        filter: grayscale(0)
    }

.logo-client {
    padding: 10px;
    text-align: center
}

.jym h5 {
    font-size: 17px;
    height: 65px;
    color: #000000;
}

.home-ab {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

section {
    color: #000000;
    padding: 0em 0 0em;
    position: relative;
    -webkit-font-smoothing: antialiased
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
    cursor: pointer
}

    .pricing-action:focus {
        outline: none
    }

.pricing-feature-list {
    text-align: left
}

.pricing-palden .pricing-item {
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46,59,125,.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em
}

@media screen and (min-width:66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em -.5em;
        height: 395px
    }

    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46,59,125,.23);
        height: 433px
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: #28a745;
    padding: 5em 0 10em;
    position: relative
}

h2.nk1 {
    font-size: 26px;
    font-weight: 600
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px
}

.pricing-palden .pricing-title {
    color: #fff;
    font-size: 18px;
    margin: 0
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px,0,0);
    transform: translate3d(15px,0,0)
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px,0,0);
    transform: translate3d(-15px,0,0)
}

.pricing-palden .icon {
    font-size: 2.5em
}

.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: 700;
    padding: 0;
    color: #fff;
    margin: 0 0 .25em 0;
    line-height: .75
}

.pricing-palden .pricing-currency {
    font-size: 20px;
    vertical-align: top
}

.pricing-palden .pricing-period {
    font-size: .15em;
    padding: 0 0 0 .5em
}

.pricing-palden .pricing__sentence {
    font-weight: 700;
    margin: 0 0 1em 0;
    padding: 0 0 .5em
}

.pricing-palden .pricing-feature-list {
    list-style: none;
    text-align: center;
    margin-top: -70px;
    z-index: 9
}

.pricing-palden .pricing-feature {
    padding: 1em 0
}

.pricing-palden .pricing-action {
    font-weight: 700;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

    .pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
        background: linear-gradient(135deg,#fd7d57,#f55d59)
    }

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0
}

.title-new {
    font-size: 22px;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    color: #fff
}

.list-container {
    position: relative
}

    .list-container.active .more-button-list {
        opacity: 1;
        transform: scale(1)
    }

    .list-container.active .more-button-list-item {
        animation: fadeInItem 0.6s 0.2s forwards
    }

        .list-container.active .more-button-list-item:nth-child(2) {
            animation-delay: 0.4s
        }

        .list-container.active .more-button-list-item:nth-child(3) {
            animation-delay: 0.6s
        }

        .list-container.active .more-button-list-item:nth-child(4) {
            animation-delay: 0.8s
        }

    .list-container.active .more-button {
        animation: onePulse 0.6s forwards linear
    }

    .list-container.active .menu-icon-wrapper {
        transform: rotate(-45deg)
    }

    .list-container.active .menu-icon-line.first {
        transform: rotate(-90deg) translateX(1px)
    }

    .list-container.active .menu-icon-line.last {
        transform: rotate(-90deg) translateX(-1px)
    }

.more-button {
    background-color: #08c733;
    box-shadow: 0 0 0 4px #08d73742;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: 0.2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 2
}

    .more-button:hover, .more-button:focus {
        box-shadow: 0 0 0 8px #28a7454a;
        background-color: #0ace37
    }

    .more-button:focus {
        outline: 0
    }

.more-button-list {
    background-color: #fff;
    border-radius: 8px;
    list-style-type: none;
    width: 140px;
    box-shadow: 0 0 4px 4px rgba(150,157,249,.16);
    padding: 0;
    padding: 6px;
    position: absolute;
    right: 45px;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all 0.3s ease 0.1s
}

    .more-button-list li {
        opacity: 0
    }

.more-button-list-item {
    display: flex;
    align-items: center;
    color: #1c3991;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in;
    transform: translatex(-10px)
}

    .more-button-list-item:hover {
        color: #5c67ff
    }

    .more-button-list-item:after {
        content: '';
        position: absolute;
        height: 1px;
        width: calc(100% - 24px);
        left: 12px;
        bottom: 0;
        background-color: rgba(132,160,244,.1)
    }

    .more-button-list-item:last-child:after {
        display: none
    }

    .more-button-list-item svg {
        width: 18px;
        height: 18px
    }

    .more-button-list-item span {
        display: inline-block;
        line-height: 20px;
        font-size: 14px;
        margin-left: 8px
    }

@keyframes onePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(92,103,255,.3)
    }

    50% {
        box-shadow: 0 0 0 12px rgba(92,103,255,.1)
    }

    100% {
        box-shadow: 0 0 0 4px rgba(92,103,255,.3)
    }
}

@keyframes fadeInItem {
    100% {
        transform: translatex(0);
        opacity: 1
    }
}

.socials {
    position: fixed;
    bottom: 16px;
    right: 16px;
    display: flex;
    align-items: center
}

.social-link {
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    margin-right: 12px
}

.menu-icon-wrapper {
    border-radius: 2px;
    width: 64px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out
}

.menu-icon-line {
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    height: 2px
}

    .menu-icon-line.half {
        width: 50%
    }

    .menu-icon-line.first {
        transition: transform 300ms cubic-bezier(.52,-.8,.52,.52);
        transform-origin: right
    }

    .menu-icon-line.last {
        align-self: flex-end;
        transition: transform 300ms cubic-bezier(.52,-.8,.52,.52);
        transform-origin: left
    }

.sba-featute-area {
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px
}

.sbmc-tips-section.bg-img-right-area.mg-top-170 {
    padding-top: 60px
}

.single-case-studies.style-two {
    box-shadow: none;
    border: 1px solid #d8d8d8
}

.single-case-studies .thumb {
    overflow: hidden;
    background: #f3f7fc;
    padding: 50px
}

.riyaqas-check-list img {
    margin-right: 10px;
    width: 13%
}

.navbar .navbar-brand {
    color: #fff !important;
    font-size: 30px;
    position: relative;
    margin-top: -5px
}

.featuress {
    padding: 15px
}

.navbar .navbar-nav li a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}

.navbar .navbar-nav li a:hover {
    color: #4487f5 !important;
}

.navbar .navbar-nav li a:hover p {
    color: #fff !important;
}

.riyaqas-list-3 li {
    list-style: none;
    position: relative;
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: .3px;
    color: #212529;
    padding-left: 34px;
    margin-bottom: 5px
}

    .riyaqas-list-3 li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        border: 3px solid #4487f5;
        background: #fff
    }

.single-service {
    padding: 96px 40px 35px 40px;
    margin-bottom: 16px;
    transition: all 0.3s ease-in
}

div#features {
    margin-left: 103px !important
}

div#\31 {
    margin-left: 103px !important
}

.shape {
    position: absolute
}

    .shape.shape1 {
        animation: 4s linear 3s infinite alternate slidein;
        margin-top: 50px
    }

    .shape.shape2 {
        animation: 4s linear 3s infinite alternate slidein;
        margin-top: -31px;
        margin-left: 145px
    }

    .shape.shape3 {
        animation: 4s linear 3s infinite alternate slidein;
        margin-top: 20px;
        margin-left: 300px
    }

    .shape.shape4 {
        animation: 4s linear 3s infinite alternate slidein;
        margin-top: -31px;
        margin-left: 460px
    }

    .shape.shape5 {
        animation: 4s linear 3s infinite alternate slidein;
        margin-top: 35px;
        margin-left: 647px
    }

    .shape.shape6 {
        animation: 4s linear 3s infinite alternate slidein;
        margin-top: -48px;
        margin-left: 866px
    }

    .shape.shape7 {
        animation: 4s linear 3s infinite alternate slidein;
        margin-top: 50px;
        margin-left: 1000px
    }

    .shape.shape8 {
        animation: 4s linear 3s infinite alternate slidein;
        margin-top: -50px;
        margin-left: 1150px
    }

    .shape.shape9 {
        animation: 4s linear 3s infinite alternate slidein;
        margin-top: 40px;
        margin-left: 1250px
    }

.sbtc-goal-counter-area {
    position: relative
}

    .sbtc-goal-counter-area .thumb {
        position: relative
    }

    .sbtc-goal-counter-area .goal-counter {
        background: #f6f9fd;
        padding: 78px 76px 110px;
        position: absolute;
        right: -37%;
        top: 18%;
        z-index: 1;
        width: 674px
    }

ul.riyaqas-list-3.mb-0 {
    margin-left: -38px
}

.rating:before {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 13px;
    width: 30px;
    height: 2px;
    background-color: #424242;
}

.rating:after {
    position: absolute;
    content: '';
    bottom: 1px;
    right: 13px;
    width: 30px;
    height: 2px;
    background-color: #424242;
}

.rating {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #4487f5;
}

.rating1:before {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 13px;
    width: 30px;
    height: 2px;
    background-color: #091a36
}

.rating1:after {
    position: absolute;
    content: '';
    bottom: 1px;
    right: 13px;
    width: 30px;
    height: 2px;
    background-color: #091a36
}

.rating1 {
    position: absolute;
    left: 12%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #e96429
}

.servers {
    border: 1px solid #ebebeb;
    padding: 10px;
    background: #f4f7fb;
    border-radius: 5px;
    box-shadow: 0 1px 8px #e7e7e76b
}

.media-body h6 {
    text-align: center;
    font-size: 18px;
}

.remo {
    padding-top: 50px;
    padding-bottom: 50px
}

.section-title.text-center.ab {
    margin-bottom: 59px;
}

.support {
    padding-bottom: 60px;
}

#sky {
    overflow: hidden;
    position: relative;
    /* background: #f6f9fd;*/
}

.cloud {
    position: absolute;
    background-image: url(../../unnamed.png);
    background-repeat: no-repeat;
    width: 176px;
    height: 114px
}

#cloud1 {
    top: 40px;
    left: 400px;
    -webkit-animation: movingclouds 20s linear infinite;
    -moz-animation: movingclouds 20s linear infinite;
    -o-animation: movingclouds 20s linear infinite
}

#cloud2 {
    top: 10px;
    left: 600px;
    -webkit-animation: movingclouds 25s linear infinite;
    -moz-animation: movingclouds 25s linear infinite;
    -o-animation: movingclouds 25s linear infinite
}

#cloud3 {
    top: 100px;
    left: 100px;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: .9;
    -webkit-animation: movingclouds 18s linear infinite;
    -moz-animation: movingclouds 18s linear infinite;
    -o-animation: movingclouds 18s linear infinite
}

#cloud4 {
    top: -20px;
    left: 40px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: .8;
    -webkit-animation: movingclouds 20s linear infinite;
    -moz-animation: movingclouds 20s linear infinite;
    -o-animation: movingclouds 20s linear infinite
}

#cloud5 {
    top: 100px;
    left: 500px;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: .7;
    -webkit-animation: movingclouds 25s linear infinite;
    -moz-animation: movingclouds 25s linear infinite;
    -o-animation: movingclouds 25s linear infinite
}

#cloud6 {
    top: 20px;
    left: 200px;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: .5;
    -webkit-animation: movingclouds 27s linear infinite;
    -moz-animation: movingclouds 27s linear infinite;
    -o-animation: movingclouds 27s linear infinite
}

#cloud7 {
    top: 92px;
    left: 700px;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    opacity: .4;
    -webkit-animation: movingclouds 29s linear infinite;
    -moz-animation: movingclouds 29s linear infinite;
    -o-animation: movingclouds 29s linear infinite
}

@keyframes movingclouds {
    0% {
        margin-left: 100%
    }

    100% {
        margin-left: -150%
    }
}

@-webkit-keyframes movingclouds {
    0% {
        margin-left: 100%
    }

    100% {
        margin-left: -150%
    }
}

@-moz-keyframes movingclouds {
    0% {
        margin-left: 100%
    }

    100% {
        margin-left: -150%
    }
}

@keyframes movingplane {
    0% {
        margin-left: 100%;
        top: 300px
    }

    29% {
        margin-left: 50%;
        top: 50px;
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    31% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    60% {
        margin-left: 0%;
        top 300px
    }

    100% {
        margin-left: -100%;
        top: 300px
    }
}

@-webkit-keyframes movingplane {
    0% {
        margin-left: 100%;
        top: 300px
    }

    29% {
        margin-left: 50%;
        top: 50px;
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    31% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    60% {
        margin-left: 0%;
        top: 300px
    }

    100% {
        margin-left: -100%;
        top: 300px
    }
}

@-moz-keyframes movingplane {
    0% {
        margin-left: 100%;
        top: 300px
    }

    29% {
        margin-left: 50%;
        top: 50px;
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    31% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    60% {
        margin-left: 0%;
        top: 300px
    }

    100% {
        margin-left: -100%;
        top: 300px
    }
}

.nav-item i {
    background: #000;
    padding: 10px;
    border-radius: 50%;
    margin-left: -42px;
    position: absolute;
    margin-top: -7px;
    color: #fff
}

.j {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    margin-bottom: 0;
    padding: 6px !important
}

    .j h6 {
        color: #fff;
        padding-left: 33px;
        text-align: left
    }

    .j p {
        color: #fff;
        padding-left: 33px;
        font-size: 13px
    }

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.j:hover {
    transform: none
}

.thumb.media-left i {
    padding-top: 10px;
    color: #fff;
    font-size: 27px
}

.shape1 {
    animation: rotation 7s infinite linear;
    left: 500px;
    opacity: .3
}

.shape2 {
    animation: rotation 3s infinite linear;
    right: 100px;
    opacity: .3
}

.shape3 {
    animation: rotation 8s infinite linear;
    right: 500px;
    opacity: .3
}

.content {
    display: flex;
    align-items: center;
    justify-content: center
}

.slider-wrapper {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center
}

.slider {
    height: 50px;
    overflow: hidden
}

    .slider div {
        color: #e96429;
        height: 50px;
        margin-bottom: 50px;
        padding: 2px 10px;
        text-align: center;
        box-sizing: border-box
    }

.slider-text1 {
    animation: slide 5s linear infinite
}

@keyframes slide {
    0% {
        margin-top: -200px
    }

    5% {
        margin-top: -200px
    }

    33% {
        margin-top: -200px
    }

    38% {
        margin-top: -100px
    }

    66% {
        margin-top: -100px
    }

    71% {
        margin-top: 0
    }

    100% {
        margin-top: 0
    }
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999
}

.white-heading h6 {
    float: left;
    margin-top: -28px;
    font-size: 23px;
    font-weight: 600;
    color: #091a36
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500
}

.white-heading span {
    color: #fff
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

#testimonial4 .carousel-inner .item {
    overflow: hidden
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

    .testimonial4_indicators .carousel-indicators li {
        padding: 0;
        width: 14px;
        height: 14px;
        border: none;
        text-indent: 0;
        margin: 2px 3px;
        cursor: pointer;
        display: inline-block;
        background: #fff;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

    .testimonial4_indicators .carousel-indicators .active {
        padding: 0;
        width: 14px;
        height: 14px;
        border: none;
        margin: 2px 3px;
        background-color: #9dd3af;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
        height: 3px
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
        background: #eee;
        -webkit-border-radius: 0;
        border-radius: 0
    }

.testimonial4_control_button .carousel-control {
    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: transparent;
    border: 2px solid #fff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(.3,1,0,1);
    transition: all 0.6s cubic-bezier(.3,1,0,1)
}

    .testimonial4_control_button .carousel-control.left {
        left: 7%;
        top: 50%;
        right: auto
    }

    .testimonial4_control_button .carousel-control.right {
        right: 7%;
        top: 50%;
        left: auto
    }

        .testimonial4_control_button .carousel-control.left:hover, .testimonial4_control_button .carousel-control.right:hover {
            color: #000;
            background: #fff;
            border: 2px solid #fff
        }

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative
}

    .testimonial4_header h4 {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        position: relative;
        letter-spacing: 1px;
        text-transform: uppercase
    }

.testimonial4_slide {
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    margin: auto;
    padding: 40px 5px 0 5px;
    position: relative;
    text-align: center
}

    .testimonial4_slide p {
        color: #000;
        font-size: 14px;
        margin: -15px 0 20px 0;
        line-height: 2
    }

    .testimonial4_slide h4 {
        color: #e95402;
        font-size: 20px
    }

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px
}

.carousel-control-prev i {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    margin-right: 25px
}

.carousel-control-next i {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    margin-left: 25px
}

.au i {
    font-size: 25px;
    margin-left: 20px
}

.au1 i {
    float: right;
    font-size: 25px;
    margin: 0% 6% 0 0
}

h2 span {
    font-size: 12px
}

del {
    color: #818181;
    font-size: 16px;
    font-weight: 500
}

.single-pricing h3 {
    height: 35px;
    padding: 8px;
    font-size: 19px;
    text-align: center;
    margin-top: -42px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    line-height: 1.4 !important;
}

    .single-pricing h3 span {
        color: #fff;
        font-size: 13px
    }

.single-pricing a.btn {
    padding: 10px;
    border: none;
    background: #e95402;
    border: 1px solid #e95402;
    position: relative;
    outline: none;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    line-height: 1.3;
}

    .single-pricing a.btn:hover {
        background: #091a36;
        border: 1px solid #091a36;
    }

h2.title span {
    font-size: 30px
}

.sum {
    margin: 0 20px
}

.title p {
    font-size: 14px;
    color: #0f3574
}

.rupi p {
    font-size: 18px !important;
    padding-top: 31px
}

.single-hosting-content h6 {
    text-align: center
}

.ek {
    padding-top: 60px
}

.soci {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.home-version-three .soci {
    margin-top: 0px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding-top:30px;
    z-index: 1;
    position: relative;
}

.sosi ul {
    padding: 0
}

    .sosi ul li {
        list-style: none;
        float: left
    }

        .sosi ul li a {
            padding: 0 10px
        }

.sosi i {
    color: #000000;
    background: #fff;
    padding: 6px 8px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 17px
}

.sosi .whatsapp i, .sosi .google-reviews i {
    font-weight: 500;
}

.alert {
    padding: 0 30px;
    background-color: #ebeef2;
    color: #091a36;
    border-radius: inherit;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}


.alert1 {
    padding: 0 10px;
    background-color: #ebeef2;
    color: #091a36;
    border-radius: inherit;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center
}

.closebtn {
    margin-left: -15px;
    color: #091a36;
    font-weight: 700;
    float: right;
    font-size: 24px;
    margin-top: -7px;
    cursor: pointer;
    transition: 0.3s
}

    .closebtn:hover {
        color: #000
    }

.media123 {
    padding-top: 110px;
    padding-bottom: 80px;
}

.med img {
    width: 100%;
    margin-top: 65px
}

.medlogo {
    transition: 0.5s;
    text-align: center;
    padding: 30px 0;
    border: 1px solid #eee;
    margin-bottom: 30px
}

    .medlogo h5 {
        color: #091a36;
        font-size: 16px;
        padding-top: 15px
    }

    .medlogo:hover {
        box-shadow: 0 0 5px 1px #eee
    }

    .medlogo small {
        padding: 40px 0 0 0 !important
    }

.mg-top-45 {
    margin-top: 45px
}

.riyaqas-pagination ul {
    padding-left: 0;
    margin-bottom: 0
}

    .riyaqas-pagination ul li {
        display: inline-block
    }

        .riyaqas-pagination ul li .page-numbers.prev, .riyaqas-pagination ul li .page-numbers.next {
            border: none
        }

        .riyaqas-pagination ul li .page-numbers {
            width: 36px;
            height: 36px;
            border: 1px solid #97A1B3;
            border-radius: 50%;
            line-height: 37px;
            text-align: center;
            display: inline-block;
            font-size: 17px;
            color: #97A1B3;
            transition: all 0.3s ease-in;
            cursor: pointer;
            margin: 0 3px
        }


.news1 {
    width: 100%;
    background: #fff;
    margin: -50px !important;
    border-bottom: 1px solid #eee
}

.title1 {
    width: 100%;
    text-align: center;
    background: #ebeef2;
    position: relative;
}

    .title1 h6 {
        font-size: 16px;
        padding: 7px 0 0 0;
    }

.news marquee {
    width: 100%;
    font-size: 18px;
    margin-top: 12px
}

.news-content {
    width: 100%;
    padding-top: 5px;
    margin-top: -120%;
}

    .news-content p {
        margin-right: 41px;
        display: inline;
        font-weight: 500;
        color: #091a36
    }

.page-wrapper {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

    .page-wrapper button {
        padding: 10px;
        border: none;
        background: #007bfc;
        border: 1px solid #007bfc;
        position: relative;
        outline: none;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        padding: 8px 30px;
    }

        .page-wrapper button:hover {
            background: #fdfeff;
            border: 1px solid #007bfc;
            color: #000;
        }

        .page-wrapper button .cart-item {
            position: absolute;
            height: 24px;
            width: 24px;
            top: -10px;
            right: -10px
        }

            .page-wrapper button .cart-item:before {
                content: '1';
                display: block;
                line-height: 24px;
                height: 24px;
                width: 24px;
                font-size: 12px;
                font-weight: 600;
                background: #091a36;
                color: #fff;
                border-radius: 20px;
                text-align: center
            }

        .page-wrapper button.sendtocart .cart-item {
            display: block;
            animation: xAxis 1s forwards cubic-bezier(1,.44,.84,.165)
        }

            .page-wrapper button.sendtocart .cart-item:before {
                animation: yAxis 1s alternate forwards cubic-bezier(.165,.84,.44,1)
            }

.cart i {
    font-size: 25px;
    color: #000;
}

.cart:before {
    content: attr(data-totalitems);
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 18px;
    background: #4487f5;
    line-height: 14px;
    padding: 3px 6px;
    height: 19px;
    color: #fff;
    text-align: center;
    border-radius: 24px
}

.cart.shake {
    animation: shakeCart 0.4s ease-in-out forwards
}

@keyframes xAxis {
    100% {
        transform: translateX(calc(50vw - 105px))
    }
}

@keyframes yAxis {
    100% {
        transform: translateY(calc(-50vh + 75px))
    }
}

@keyframes shakeCart {
    25% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-4px)
    }

    75% {
        transform: translateX(2px)
    }

    100% {
        transform: translateX(0)
    }
}

input, textarea {
    border: 1px solid #eee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 8px
}

    input[type="button"] {
        -webkit-appearance: button;
        cursor: pointer
    }

    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        -webkit-appearance: none
    }

.input-group {
    clear: both;
    margin: 15px 0;
    position: relative;
    flex-wrap: nowrap
}

    .input-group input[type='button'] {
        background-color: #eee;
        min-width: 38px;
        width: auto;
        transition: all 300ms ease
    }

    .input-group .button-minus, .input-group .button-plus {
        font-weight: 700;
        height: 38px;
        padding: 0;
        width: 38px;
        position: relative
    }

    .input-group .quantity-field {
        position: relative;
        height: 38px;
        left: -6px;
        text-align: center;
        width: 62px;
        display: inline-block;
        font-size: 13px;
        margin: 0 0 5px;
        resize: vertical
    }

.button-plus {
    left: -13px
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none
}

select {
    border: none
}

.quantity input {
    height: 52px;
    width: 50px;
    border: 0;
    background: #F0F0F0;
    font-size: 20px;
    letter-spacing: .2px;
    color: #5B6880;
    font-family: var(--raleway-font);
    text-align: center;
    margin: 0 52px
}

.value-button {
    display: inline-block;
    border-radius: 5px;
    margin: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 40px
}

    .value-button:hover {
        cursor: pointer
    }

form .decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px
}

form .increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0
}

form #input-wrap {
    margin: 0;
    padding: 0
}

input.number {
    text-align: center !important;
    border: none;
    margin: 0 5px;
    width: 70px;
    height: 40px;
    background: #eee;
    border-radius: 5px;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.tier1 {
    width: 100%;
    text-align: center
}

.form-control {
    width: 100%;
    font-size: 12px
}

.form-horizontal h6 {
    padding: 22px 0 20px 15px;
    font-size: 30px;
    color: #000000;
    transition: 0.5s;

}

    .form-horizontal h6:hover {
        color: #4487f5;
    }

.form-control:hover {
    border: 1px solid#158dea !important
}

.bore {
    border: 1px solid #eee;
    padding: 10px
}

.care {
    padding: 20px
}

.card-body ul li {
    list-style: none;
    display: flex
}

i.fa.fa-arrow-right {
    padding-right: 7px;
    padding-top: 7px
}

button.btn.btn-link i {
    float: left !important;
    padding-top: 8px;
    padding-right: 10px;
    color: #4487f5;
}

.akku {
    margin: 100px 0
}

.akku h6 {
    padding: 30px 0 30px 0
}
.active-service .akku h6{
    text-align:center;
}

.veer {
    border: 1px solid #eee;
    padding: 30px;
    box-shadow: 0 0 12px 10px #eee
}

.uderepro h6 {
    font-size: 16px;
    color: #091a36;
    padding: 10px 0
}

.veer table {
    width: 100%
}

.veer th {
    background: #ebeef2;
    padding: 10px
}

.veer tr {
    transition: 0.5s
}

.veer td {
    border-top: 1px solid #eee;
    line-height: 1.5;
    padding: 10px
}

.veer tr:hover {
    background: #ebeef299
}

.action {
    float: right;
    margin-top: 30px;
    margin-right: 20px
}

.ellipsis-more svg {
    width: 22px;
    height: 22px
}

.form {
    width: 100%;
    margin: 40px 0 20px 0;
    font-family: sans-serif;
    background: #fff
}

.form-item {
    position: relative;
    margin-bottom: 35px
}

    .form-item input {
        display: block;
        width: 100%;
        background: transparent;
        border: solid 1px #ccc;
        transition: all .3s ease;
        padding: 10px 15px;
        font-size: 14px
    }

        .form-item input:focus {
            border-color: blue
        }

    .form-item select {
        display: block;
        width: 100%;
        background: transparent;
        border: solid 1px #ccc;
        transition: all .3s ease;
        padding: 14px 0;
        font-size: 11px;
        color: #777
    }

        .form-item select:focus {
            border-color: blue
        }

    .form-item label {
        position: absolute;
        cursor: text;
        z-index: 2;
        top: 13px;
        left: 10px;
        font-size: 12px;
        font-weight: 700;
        background: #fff;
        padding: 0 5px;
        color: #999;
        transition: all .3s ease
    }

    .form-item input:focus + label, .form-item section:focus + label, .form-item input:valid + label, .form-item select:valid + label {
        font-size: 12px;
        top: -11px
    }

    .form-item input:focus + label {
        color: blue
    }

    .form-item select:focus + label {
        color: blue
    }

.m-bar a.m-close i {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: #232f3e;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0 2px 3px rgb(4 4 7 / 10%);
    transition: 0.5s
}

    .m-bar a.m-close i:hover {
        color: #232f3e;
        background: #ddd
    }

.dt {
    margin: 25px 0 40px 0
}

.info1 {
    width: 100%;
    border-radius: 5px;
    background: #fff
}

.akku1 {
    margin: 30px 0;
    border-top: 2px solid #eee
}

    .akku1 small {
        font-size: 16px;
        color: #f26c20;
        padding-left: 5px;
        transition: 0.5s
    }

    .akku1 h6 {
        font-size: 22px;
        color: #01358D;
        padding-bottom: 20px;
        transition: 0.5s;
        text-align: center
    }

.info1 h6 {
    font-size: 22px;
    color: #424242;
    padding-bottom: 20px;
    transition: 0.5s;
    text-align: center
}

.info1 small {
    font-size: 16px;
    color: #424242;
    padding-left: 5px;
    transition: 0.5s
}

.form h6 {
    font-size: 16px;
    font-weight: 600
}

.thnku {
    padding: 50px 0 50px 0;
    text-align: center
}

.mySlides p {
    margin: 0 !important
}

.mySlides strong {
    font-size: 14px
}

.mySlides1 h4 {
    display: flex;
    font-size: 20px
}

.mySlides1 strong {
    font-size: 20px
}

.mySlides1 i {
    padding-right: 20px;
    font-size: 30px;
    color: red
}

.mySlides1 {
    margin-top: 20px
}

.tab-accordian {
    width: 100%;
    border-radius: 3px;
    overflow: hidden
}

.announcement-wrap .mySlides1 {
    margin-top: 45px;
    margin-bottom: 25px;
}

.titleWrapper {
    padding: 5px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .titleWrapper.active {
        box-shadow: none
    }

    .titleWrapper h6 {
        font-size: 14px;
        color: #091a36;
        margin: 0
    }

.desWrapper {
    background: #fff;
    display: none;
    padding: 20px;
    transition: max-height 1s ease-in
}

.collapse-icon {
    position: relative
}

    .collapse-icon .acc-close {
        height: 12px;
        border-left: 2px solid #091a36;
        transition: all .5s ease-in-out;
        transform: rotate(-90deg);
        opacity: 1
    }

    .collapse-icon .acc-open {
        width: 12px;
        position: absolute;
        border-top: 2px solid #091a36;
        transition: all .5s ease-in-out;
        transform: rotate(90deg);
        top: 43%;
        right: -5px
    }

.titleWrapper.active .collapse-icon {
    transition: all .5s ease-in-out;
    transform: rotate(180deg)
}

.titleWrapper.inactive .collapse-icon {
    transition: all .5s ease-in-out;
    transform: rotate(-180deg)
}

.titleWrapper.active .collapse-icon .acc-open {
    opacity: 0
}

.single-service-2 ul {
    padding: 5px !important
}

.enqu {
    text-align: center;
    margin: 25px 0 30px 0
}

    .enqu p {
        color: #000;
        font-size: 18px;
        padding-bottom: 10px;
        padding-top: 25px;
    
        margin-bottom: 15px;
    }

    .enqu a.btn.btn-white.btn-rounded {
        background: #dc3545;
        border: none;
        color: #fff;
        border-radius: 0;
        padding: 0 10px;
        margin-bottom: 0
    }

    .enqu a {
        margin-left: 0px;
        margin-top: 5px
    }


.mcart i {
    font-size: 25px;
    color: #000;
    margin-top: 4px
}

.select2-search--inline .select2-search__field {
    font-size: 11px !important;
    margin-left: 10px !important
}

.partnu img {
    padding: 0 0 0px 0;
    height: 835px;
    object-fit: cover;
}

.partnu1 img {
    padding: 0 0 30px 0;
    height: 700px
}

.emp-profile {
    padding: 3%;
    margin-top: 9%;
    margin-bottom: 3%;
    border-radius: .5rem;
    background: #fff
}

.usi {
    text-align: center
}

    .usi i {
        font-size: 70px;
        margin-top: 5px;
        color: #999
    }

.proh {
    background: #ddd
}

.profile-img {
    text-align: center
}

    .profile-img img {
        width: 65%;
        height: 100%
    }

.profile-head {
    margin-bottom: 35px
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -16%;
    width: 65%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8
}

    .profile-img .file input {
        position: absolute;
        opacity: 0;
        right: 0;
        top: 0
    }

.profile-head h5 {
    color: #091a36;
    font-size: 28px;
    text-transform: capitalize;
}

.profile-head h6 {
    color: #e95402;
    font-size: 16px
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    background: #091a36;
    margin-top: 20px;
    margin-left: -25px
}

.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%
}

    .proile-rating span {
        color: #495057;
        font-size: 15px;
        font-weight: 600
    }

.profile-head .nav-tabs {
    margin-top: 48px
}

.tab-content profile-tab {
    margin-top: 10px
}

.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    color: #495057
}

    .profile-head .nav-tabs .nav-link.active {
        border: none;
        border-bottom: 2px solid #e95402;
        box-shadow: none;
        color: #091a36
    }

.profile-work {
    padding: 14%;
    margin-top: -15%
}

    .profile-work p {
        font-size: 12px;
        color: #818182;
        font-weight: 600;
        margin-top: 10%
    }

    .profile-work a {
        text-decoration: none;
        color: #495057;
        font-weight: 600;
        font-size: 14px
    }

    .profile-work ul {
        list-style: none
    }

.profile-tab label {
    font-weight: 500;
    color: #000
}

.profile-tab p {
    font-weight: 500;
    color: #0062cc;
    padding-bottom: 10px;
    color: #333
}

.headp {
    border-bottom: 1px solid #eee;
    padding-top: 20px
}

.comp {
    padding: 20px 30px 0 30px
}

    .comp h6 {
        color: #158dea;
        font-size: 17px;
        padding-bottom: 18px
    }

.tp h6 {
    color: #158dea;
    font-size: 17px;
    padding-bottom: 18px
}

.comp label {
    color: #091a36 !important;
    font-weight: 500
}

.bori {
    border: 1px solid #eee
}

.vp {
    padding: 5px
}

.tp {
    background: #ebeef2;
    padding: 20px 30px;
    height: 429px
}

.bbc {
    margin-bottom: 120px
}

.sosi ul {
    padding: 0
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 3s ease-out infinite !important
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.5,1.5)
    }

    100% {
        transform: scale(1,1)
    }
}

.form-item title {
    background: #000
}

.eqn {
    padding-top: 50px !important;
    padding-bottom: 60px;
}

.contact-form-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shok {
    margin-top: 140px;
    margin-bottom: 78px;
}

.trm {
    margin-bottom: 50px
}

.single-service ul {
    padding-left: 0
}

.goog ul {
    padding-left: 0;
    text-align: justify
}

.goog button {
    background: none;
    border: none;
    color: #091a36;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: left;
}

.career-area .goog button:hover {
    color: #ffffff;
}

    .career-area .goog button:hover i {
        color: #ffffff;
    }

.career-area button.btn.btn-link i {
    padding-top: 11px;
}

.goog button {
    background: none;
    border: none;
    color: #091a36;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: left;
}

.single-accordion .card-header h2 .accordion-button {
    background: #4487f5;
    color: #fff;
    border-radius: 10px 10px 0 0;
    border: 1px solid transparent;
}

    .single-accordion .card-header h2 .accordion-button.collapsed {
        background: #fff;
        color: #091a36;
        border-radius: 10px 10px 10px 10px;
    }

.goog button:hover {
    color: #e95402
}

.goog i {
    color: #4487f5;
}

.goog {
    text-align: center
}

.idea {
    margin-top: 73px
}

.coni {
    margin-top: 40px
}

.iso img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin-top: 25px;
    object-fit: contain;
}

.isocerti img {
    width: 100%;
    border: 1px solid #666;
    height: auto;
    margin: 20px 0;
}




.map iframe {
    height: 533px;
}

.con11 {
    background: #ddd;
    margin-bottom: 40px;
}

    .con11 h6 {
        font-size: 16px;
        color: #424242;
    }

    .con11 h5 {
        font-size: 18px;
        color: #424242;
    }

.cont {
    margin-top: 0px;
    margin-bottom: 20px;
}


.veeru {
    padding: 20px 15px;
    transition: 0.5s;
}

    .veeru:hover {
        box-shadow: 0 0 10px 3px #999;
    }

    .veeru i {
        font-size: 25px;
        color: #424242;
        transition: 0.5s;
    }

    .veeru:hover i {
        color: #e95402;
    }

strong {
    font-size: 15px;
    color: #4273c5;
}

.con11 {
    background: #f3f3f3;
    margin-bottom: 40px;
}



.sum {
    font-size: 22px;
    padding: 35px 0;
    font-weight: 600;
    text-align: center;
}



.theory {
    font-family: Arial;
    font-size: 20px;
    margin: 100px 0;
    text-align: center;
}

.sakshi {
    padding-top: 0px !important;
}

.sukk {
    padding: 0 31px;
    text-align: justify;
}



/*new*/
.nagu {
    margin-top: 40px;
    margin-bottom: 5%;
}

.ab {
    MARGIN-TOP: 45PX;
}

.sidi {
    margin-top: 35px !important;
}

.rating2:after {
    position: absolute;
    content: '';
    bottom: 1px;
    right: 13px;
    width: 30px;
    height: 2px;
    background-color: #fff;
}

.rating2:before {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 13px;
    width: 30px;
    height: 2px;
    background-color: #fff;
}

.rating2 {
    position: absolute;
    left: 68px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #e96429;
}

.section-title .titleli {
    line-height: 45px;
    font-size: 26px;
    color: #fff;
}

.titleli span {
    font-size: 25px;
}

.logofo {
    text-align: center;
    display:flex;
}

    .logofo img {
        margin-top: -15px;
        width: 170px;
        object-fit: contain;
    }

.header-area .title {
    font-size: 45px;
    line-height: 1.4;
    padding-bottom: 30px;
}

    .header-area .title span.premium, .header-area .title span.indian-c {
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        color: #000000;
    }

        .header-area .title span.premium::before {
            content: '';
            border-bottom: 15px solid #ff9890;
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            z-index: -1;
        }

        .header-area .title span.premium::after {
            content: '';
            background-image: url(../../img/im/crown.png);
            position: absolute;
            top: -20px;
            right: -4px;
            width: 50px;
            height: 50px;
            z-index: 1;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .header-area .title span.indian-c::before {
            content: '';
            border-bottom: 15px solid #fbbe0c;
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            z-index: -1;
        }

.header-inner a {
    background: #4487f5;
    border: 1px solid #4487f5;
    color: #fff;
    transition: all 0.5s;
}

    .header-inner a:hover {
        background: #ffffff;
        border: 1px solid #4487f5;
        color: #091a36;
    }

.ak {
    padding: 26px;
    border: 1px solid #ccc;
    background-color: #2e72e026;
    border-radius: 10px;
    height: 200px;
}

    .ak h5 {
        position: absolute;
        font-size: 74px;
        color: #9a91911f;
        z-index: -1;
    }

    .ak h6 {
        color: #091a36;
        font-size: 17px;
        padding-top: 10px;
    }

.service-area1 .btn {
    background: #091a36;
    border: 1px solid #091a36;
}

    .service-area1 .btn:hover {
        background: #e95402;
        border: 1px solid #e95402;
        color: #fff;
        opacity: 1;
    }

.slick-dots li button:before {
    font-size: 13px;
    opacity: 1;
    color: #091a36;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #e95402;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    color: #e95402;
}

.logo-slide-feature .logo-item {
    display: flex !important;
}

.logo-slide-feature img {
    width: 50px !important;
    height: 50px;
}

.logo-slide-feature .right-content h6 {
    font-size: 14px;
    white-space: nowrap;
}

.logo-slide-feature .right-content p {
    font-size: 11px;
    margin-bottom: 0;
}

.logo-slide-feature .logo-item {
    white-space: nowrap;
    padding-right: 5.4rem;
    background: #ffede4;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    padding-left: 0;
    margin: 0 2px;
}

.logo-slide-feature {
    display: flex;
}

.logo-item {
    text-align: left;
}

.left-img {
    padding-right: 5px;
}

.logo-wrap .default-content-container {
    padding: 0;
}

.single-pricing {
    margin: 50px 15px;
}

.bbc.cloud-slide, .bbc.cloud-slide-no {
    margin-bottom: 35px;
}

.microsoft-slide .single-pricing {
    min-height: 460px;
}

.microsoft-slide #more-2, .microsoft-slide #more {
    display: block !important;
}

.microsoft-slide #dots-2, .microsoft-slide #myBtn-2, .microsoft-slide #dots, .microsoft-slide #myBtn {
    display: none !important;
}

.section-title.freq {
    margin-bottom: 100px;
    margin-top: 100px;
}

.section-title.text-center.ab.ht-plan {
    margin-bottom: 21px;
    margin-top: 89px;
}

.enqu a.btn.btn-white.btn-rounded {
    background: #4487f5;
    border: 1px solid #4487f5;
    color: #fff;
    border-radius: 15px;

}
.footer-top .enqu a.btn.btn-white.btn-rounded {
    height: auto;
    padding: 10px;
    font-size: 18px;
}
.enqu a.btn.btn-white.btn-rounded:hover {
    background: #fff;
    border: 1px solid #4982e1;
    color: #091a36;
}

.accordion .accordion-button.collapsed:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f067";
}

.accordion .accordion-button:before {
    float: right !important;
    content: "\f068";
    font-family: FontAwesome;
}

.single-accordion .card-header h3 .accordion-button.collapsed {
    background: #fff;
    color: #091a36;
    border-radius: 10px 10px 10px 10px;
}

.single-accordion .card-header h3 .accordion-button {
    background: #091a36;
    color: #fff;
    border-radius: 10px 10px 0 0;

}

.sosi1 i:hover {
    color: #2969d1;
}

.titleWrapper {
    padding: 5px 15px;
    cursor: pointer;
    display: flex !important;
    justify-content: space-between;
    align-items: center
}

.section-title.style-two {
    padding: 10px;
}

.migration-area img {
    border-radius: 10px;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.magration-wrap {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-left: -65px;
}

.migration-area, .backup-area {
    padding: 100px 0;
}

    .migration-area .section-title.style-two {
        margin: 0;
    }

.section-title.style-two {
    padding: 10px;
}

.magration-wrap .section-title p {
    padding-top: 0;
    text-align: left;
}

.magration-wrap ul {
    margin-bottom: 0;
}

.parttpbann {
    padding-left: 0;
    margin: 0;
}

li.bullet-no {
    padding-left: 0 !important;
    padding-top: 35px;
}

.riyaqas-list-3 li.bullet-no:before {
    display: none;
}

.about-provide-area, .about-provide-area2, .med img, .career-wrap {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    height: 550px;
    display: flex;
    align-items: center;
    object-fit: cover;
}

.parttpbann a.btn {
    background: #4487f5;
    border: 1px solid #4487f5;
    color: #fff;
}

    .parttpbann a.btn:hover {
        background: #ffffff;
        border: 1px solid #4487f5;
        color: #091a36;
    }

.sbbs-business-manage-area.mg-top-75 {
    margin-top: 65px;
}

.about-page .section-title .title {
    padding-top: 0;
    padding-bottom: 0px;
    text-align: left;
}
.about-page .section-title ul{
    padding-left:0;
}
.sba-featute-area p {
    font-size: 1rem;
    text-align: left;
}

.about-automated-arae .section-title .title {
    padding-top: 0;
}

.customer-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-wrap .info1 {
    padding: 11% 10% 5%;
}

.dt.customer-wrap {
    margin: 0 !important;
}

.single-accordion .card-header h2 .accordion-button:hover {
    background: #4487f5;
    color: #fff;
    border-radius: 10px 10px 0 0;
    border: 1px solid #4487f5;
}

.btn:hover {
    background: #1f82f9;
    border: 1px solid #1f82f9;
}

.support-wrap .single-input-wrap label {
    top: 10px;
}

.support-wrap .riyaqas-form-wrap .btn {
    float: unset;
    height: 38px;
    line-height: 38px;
    opacity: 1;
}

.support-wrap label {
    font-size: 12px;
}

.support-wrap img {
    height: 100%;
    object-fit: cover;
}

.support-wrap .support-form {
    padding: 2% 0 3%;
}

.partner-registration-area .partner-registration-area-f {
    padding: 50px 0;
}

.partner-registration-wrap {
    padding: 50px 50px 50px 20px;
}

/*contact use css start here*/

.right_conatct_social_icon {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}

.contact_us {
    background-color: #f1f1f1;
    padding: 120px 0px;
    margin-bottom: 100px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact_field {
    padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: unset;
}

    .contact_field .form-control:hover {
        border: 0 !important;
        border-bottom: 2px solid #1325e8 !important;
    }

    .contact_field .form-control:focus {
        box-shadow: none;
        outline: none;
        border: 0;
        border-bottom: 2px solid #1325e8;
    }

    .contact_field .form-control::placeholder {
        font-size: 13px;
        letter-spacing: 1px;
    }

.contact_info_sec {
    position: absolute;
    background-color: #091a36;
    right: 1px;
    top: 15%;
    height: auto;
    width: 490px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

    .contact_info_sec h4 {
        letter-spacing: 1px;
        color: #fff;
        font-size: 30px;
    }

.info_single {
    margin: 30px 0px;
}

    .info_single i {
        margin-right: 8px;
        color: #fff;
        font-size: 20px;
    }

    .info_single p, .info_single a {
        color: #fff;
    }

    .info_single span {
        font-size: 14px;
        letter-spacing: 1px;
    }

button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.socil_item_inner li {
    list-style: none;
}

    .socil_item_inner li a {
        color: #e95402;
        margin: 0px 5px;
        font-size: 14px;
        background: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
        padding: 5px 6px;
    }

.socil_item_inner {
    padding-bottom: 10px;
}

.map_sec {
    padding: 50px 0px;
}

.map_inner h4, .map_inner p {
    color: #000;
    text-align: center
}

.map_inner p {
    font-size: 13px;
}

.map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.contact_info_sec h6 {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}

.contact_info_sec h5 {
    margin-bottom: 0;
}

.map.map-top iframe {
    height: 320px;
}

.socil_item_inner ul {
    padding-left: 8px;
}

.c-details {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px 25px;
    position: relative;
    min-height: 310px;
    border-radius: 5px 5px 0 0;
    transition: 0.5s;
}

    .c-details:hover {
        box-shadow: 0 0 10px 3px #999;
    }

    .c-details::before {
        content: '';
        background-color: #ec4234;
        width: 100%;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px 5px 0 0;
    }
    .c-details.contact-three-bg::before {
        background-color: #34a853;
    }
    .c-details.chg-bg::before {
        background-color: #4487f5;
    }

    .c-details .info_single i {
        color: #4487f5;
        font-size: 40px;
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
        padding: 25px;
        border-radius: 50px;
        background: #fff;
    }
    .c-details.contact-three-bg .info_single i {
        color: #34a853;
    }
    .c-details.contact-one-bg .info_single i {
        color: #ec4234;
    }
    .c-details.contact-three-bg .info_single .social-media-c i {
        color: #424242;
    }
    .c-details .info_single .top-icon i {
        width: 90px;
        height: 90px;
        margin-right: 0;
    }

    .c-details .info_single p, .c-details .info_single a {
        color: #091a36;
    
        margin-bottom: 0.5rem;
        display: block;
    }

        .c-details .info_single a:hover {
            color: #a5c5fa;
        }

    .c-details .top-icon {
        margin-top: -90px;
        padding-bottom: 45px;
        position: relative;
        z-index: 1;
    }

    .c-details.chg-bg {
        margin-top: -50px;
        min-height: 360px;
    }

.contact-one h4 {
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 130px;
    text-align: center;
}

.contact-one {
    padding: 80px 0;
    /*  background-image: url(../../img/im/UNaJbL.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
}

.social-media-c ul {
    padding-left: 0;
}

    .social-media-c ul li {
        list-style: none;
    }

.c-details .info_single .social-media-c i {
    font-size: 20px;
    padding: 13px 16px;
    width: 47px;
    text-align: center;
    font-weight: 600;
}

    .c-details .info_single .social-media-c i:hover {
        color: #4487f5;
    }

.map_inner h4 {
    font-size: 30px;
    text-transform: uppercase;

    font-weight: 500;
}

.contact_form_inner p {
    font-size: 18px;
    padding-left: 5px;
}

.info_single h5 {
    line-height: 1;

    font-weight: 500;
    margin-bottom: 0.5rem;
}

.socil_item_inner .social-icon-m {
    text-align: center;
    padding-left: 70px;
}

.social-icon-m li {
    padding: 5px 0;
}
/*3 design start here css*/
h1,
h2,
h3,
h4,
h5,
h6 {
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

    a,
    a:active,
    a:focus {
        color: #333;
        text-decoration: none;
        transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.sec-title-style1 {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 50px;
}

    .sec-title-style1.max-width {
        position: relative;
        display: block;
        max-width: 770px;
        margin: -9px auto 0;
        padding-bottom: 52px;
    }

    .sec-title-style1.pabottom50 {
        padding-bottom: 42px;
    }

    .sec-title-style1 .title {
        position: relative;
        display: block;
        color: #131313;
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .sec-title-style1 .title.clr-white {
            color: #ffffff;
        }

    .sec-title-style1 .decor {
        position: relative;
        display: block;
        width: 70px;
        height: 5px;
        margin: 19px 0 0;
    }

        .sec-title-style1 .decor:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 5px;
            height: 5px;
            background: #ffa500;
            border-radius: 50%;
            content: "";
        }

        .sec-title-style1 .decor:after {
            position: absolute;
            top: 0;
            right: 10px;
            bottom: 0;
            width: 5px;
            height: 5px;
            background: #ffa500;
            border-radius: 50%;
            content: "";
        }

        .sec-title-style1 .decor span {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 1px;
            background: #ffa500;
            margin: 2px 0;
        }

    .sec-title-style1 .text {
        position: relative;
        display: block;
        margin: 7px 0 0;
    }

        .sec-title-style1 .text p {
            position: relative;
            display: inline-block;
            padding: 0 15px;
            color: #131313;
            font-size: 14px;
            line-height: 16px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0;
        }

        .sec-title-style1 .text.clr-yellow p {
            color: #ffa500;
        }

        .sec-title-style1 .text .decor-left {
            position: relative;
            top: -2px;
            display: inline-block;
            width: 70px;
            height: 5px;
            background: transparent;
        }

.mig {
    padding-left: 0px !important;
}

.section-title .title img {
    width: 35px !important;
    margin-top: -5px;
    margin-left: 6px;
}

.backup-area ul li {
    list-style: none;
}

    .backup-area ul li i {
        color: #4487f5;
    }

.sec-title-style1 .text .decor-left span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #ffa500;
    content: "";
    margin: 2px 0;
}

.sec-title-style1 .text .decor-left:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ffa500;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-left:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ffa500;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-right {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}

    .sec-title-style1 .text .decor-right span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        height: 1px;
        background: #ffa500;
        content: "";
        margin: 2px 0;
    }

    .sec-title-style1 .text .decor-right:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 5px;
        height: 5px;
        background: #ffa500;
        border-radius: 50%;
        content: "";
    }

    .sec-title-style1 .text .decor-right:after {
        position: absolute;
        top: 0;
        left: 10px;
        bottom: 0;
        width: 5px;
        height: 5px;
        background: #ffa500;
        border-radius: 50%;
        content: "";
    }

.sec-title-style1 .bottom-text {
    position: relative;
    display: block;
    padding-top: 16px;
}

    .sec-title-style1 .bottom-text p {
        color: #848484;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        margin: 0;
    }

    .sec-title-style1 .bottom-text.clr-gray p {
        color: #cdcdcd;
    }

.contact-address-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 120px;
}

    .contact-address-area .sec-title-style1.max-width {
        padding-bottom: 72px;
    }

.contact-address-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.single-contact-address-box {
    position: relative;
    display: block;
    background: #080d14;
    padding: 85px 30px 77px;
}

    .single-contact-address-box .icon-holder {
        position: relative;
        display: block;
        padding-bottom: 24px;
    }

        .single-contact-address-box .icon-holder span:before {
            font-size: 75px;
        }

    .single-contact-address-box h3 {
        color: #ffffff;
        margin: 0px 0 9px;
    }

    .single-contact-address-box h2 {
        color: #ffa500;
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 19px;
    }

    .single-contact-address-box a {
        color: #ffffff;
    }

    .single-contact-address-box.main-branch {
        background: #091a36;
        padding: 53px 30px 51px;
        margin-top: -20px;
        margin-bottom: -20px;
    }

        .single-contact-address-box.main-branch h3 {
            color: #131313;
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 38px;
            text-transform: uppercase;
            text-align: center;
        }

        .single-contact-address-box.main-branch .inner {
            position: relative;
            display: block;
        }

            .single-contact-address-box.main-branch .inner ul {
                position: relative;
                display: block;
                overflow: hidden;
                text-align: center;
            }

                .single-contact-address-box.main-branch .inner ul li {
                    position: relative;
                    display: block;
                    border-bottom: 1px solid #737373;
                    padding-bottom: 15px;
                    margin-bottom: 15px;
                }

                    .single-contact-address-box.main-branch .inner ul li:last-child {
                        border: none;
                        margin-bottom: 0;
                        padding-bottom: 0;
                    }

                    .single-contact-address-box.main-branch .inner ul li .title {
                        position: absolute;
                        top: 2px;
                        left: 0;
                        display: inline-block;
                    }

                        .single-contact-address-box.main-branch .inner ul li .title h4 {
                            color: #131313;
                            font-size: 18px;
                            font-weight: 600;
                            line-height: 24px;
                            text-transform: capitalize;
                            border-bottom: 2px solid #a5821e;
                        }

                    .single-contact-address-box.main-branch .inner ul li .text {
                        position: relative;
                        display: block;
                    }

                        .single-contact-address-box.main-branch .inner ul li .text p {
                            color: #131313;
                            font-size: 16px;
                            line-height: 24px;
                            font-weight: 600;
                            margin: 0;
                        }

.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.contact-form {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 60px 80px;
    -webkit-box-shadow: 0px 3px 8px 2px #ededed;
    box-shadow: 0px 3px 8px 2px #ededed;
    z-index: 3;
}

    .contact-form .sec-title-style1 {
        position: relative;
        display: block;
        padding-bottom: 51px;
        width: 50%;
    }

    .contact-form .text-box {
        position: relative;
        display: block;
        margin-top: 19px;
        width: 50%;
    }

    .contact-form .text p {
        color: #848484;
        line-height: 26px;
        margin: 0;
    }

    .contact-form .inner-box {
        position: relative;
        display: block;
        background: #ffffff;
    }

    .contact-form form {
        position: relative;
        display: block;
    }

        .contact-form form .input-box {
            position: relative;
            display: block;
        }

        .contact-form form input[type="text"],
        .contact-form form input[type="email"],
        .contact-form form textarea {
            position: relative;
            display: block;
            background: #ffffff;
            border: 1px solid #eeeeee;
            width: 100%;
            height: 55px;
            font-size: 16px;
            padding-left: 19px;
            padding-right: 15px;
            border-radius: 0px;
            margin-bottom: 20px;
            transition: all 500ms ease;
        }

        .contact-form form textarea {
            height: 130px;
            padding-left: 19px;
            padding-right: 15px;
            padding-top: 14px;
            padding-bottom: 15px;
        }

        .contact-form form input[type="text"]:focus {
            color: #222222;
            border-color: #d4d4d4;
        }

        .contact-form form input[type="email"]:focus {
            color: #222222;
            border-color: #d4d4d4;
        }

        .contact-form form textarea:focus {
            color: #222222;
            border-color: #d4d4d4;
        }

        .contact-form form input[type="text"]::-webkit-input-placeholder {
            color: #848484;
        }

        .contact-form form input[type="text"]:-moz-placeholder {
            color: #848484;
        }

        .contact-form form input[type="text"]::-moz-placeholder {
            color: #848484;
        }

        .contact-form form input[type="text"]:-ms-input-placeholder {
            color: #848484;
        }

        .contact-form form input[type="email"]::-webkit-input-placeholder {
            color: #848484;
        }

        .contact-form form input[type="email"]:-moz-placeholder {
            color: #848484;
        }

        .contact-form form input[type="email"]::-moz-placeholder {
            color: #848484;
        }

        .contact-form form input[type="email"]:-ms-input-placeholder {
            color: #848484;
        }

        .contact-form form button {
            position: relative;
            display: block;
            width: 100%;
            background: #ffa500;
            border: 1px solid #ffa500;
            color: #131313;
            font-size: 16px;
            line-height: 55px;
            font-weight: 600;
            text-align: center;
            text-transform: capitalize;
            transition: all 200ms linear;
            transition-delay: 0.1s;
            cursor: pointer;
        }

            .contact-form form button:hover {
                color: #ffffff;
                background: #131313;
            }

.contact-address-area .info_single i {
    font-size: 40px;
    margin-bottom: 20px;
}

.contact-address-area .info_single h6 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.contact-address-area .social-media-c ul {
    justify-content: center;
}

    .contact-address-area .social-media-c ul li i {
        font-size: 25px;
    }

        .contact-address-area .social-media-c ul li i:hover {
            color: #e95402;
        }

    .contact-address-area .social-media-c ul li a {
        background: #1956b9;
        padding: 12px 12px;
        border-radius: 50%;
        text-align: center;
        width: 50px;
        height: 50px;
        display: inline-block;
    }

    .contact-address-area .social-media-c ul li {
        padding: 0 5px;
    }
#profileModel .modal-footer {
    justify-content: center;
}
/*3 design end here css*/
@media only screen and (max-width: 1360px) {
    .socil_item_inner ul {
        padding-left: 0px;
    }

    .c-details {
        min-height: 355px;
    }

        .c-details.chg-bg {
            min-height: 405px;
        }
}

@media only screen and (max-width: 1199px) {
    .contact_field {
        padding: 60px 338px 90px 40px;
    }

    .contact_info_sec {
        width: 440px;
    }

    .socil_item_inner li a {
        padding: 4px 6px;
        width: 25px;
        height: 25px;
        font-size: 12px;
        margin: 0px 3px;
    }

    .contact-address-area .info_single h6 {
        font-size: 17px;
    }
    .headp .profile-edit-btn {
        font-size: 16px;
        padding: 0 2px;
    }
    .c-details.chg-bg {
        min-height: 426px;
    }
    .google-slide-no {
        padding: 70px 0px 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .contact_info_sec {
        width: 370px;
    }

    .contact_field {
        padding: 60px 260px 90px 40px;
    }

    .socil_item_inner ul {
        display: block !important;
        padding-left: 25px;
    }

    .socil_item_inner li a {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin: 5px 3px;
    }

    .map_inner.map-top h4 {
        font-size: 20px;
        text-align: left;
        padding-left: 33px;
    }

    .contact-one .c-details {
        margin-bottom: 150px;
    }

    .contact-one .col-lg-4:last-child .c-details {
        margin-bottom: 0px;
    }

    .c-details {
        min-height: auto;
    }

        .c-details.chg-bg {
            min-height: auto;
        }

    .single-contact-address-box {
        padding: 20px 30px 30px;
    }

        .single-contact-address-box.main-branch {
            padding: 20px 30px 30px;
        }

    .contact-address-area {
        padding: 40px 0 30px;
    }
    .emp-profile {
        margin-top: 20%;
        margin-bottom: 10%;
    }
    .headp {
        padding: 30px;
    }
    .headp .profile-edit-btn {
        font-size: 13px;
        padding: 0 2px;
        height: 40px;
        line-height: 1;
    }
}

@media only screen and (max-width: 767px) {
    .contact_info_sec {
        width: 100%;
        position: relative;
    }

    .contact_field {
        padding: 60px 40px 90px 40px;
    }

    .contact_us {
        padding: 60px 0px;
    }

    .contact_field h3 {
        font-size: 28px;
        font-weight: 500;
    }

    .map_inner.map-top h4 {
        font-size: 25px;
        text-align: center;
        padding-left: 0;
    }

    .socil_item_inner ul {
        display: flex !important;
        padding-left: 0;
        margin-bottom: 0;
        width: 100%;
        justify-content: center;
    }

    .socil_item_inner {
        padding-bottom: 15px;
        padding-top: 15px;
        width: 100%;
        text-align: center;
    }

    .contact_info_sec {
        border-radius: 0;
    }
    .emp-profile .profile-head {
        margin-bottom: 30px;
        text-align: center;
    }
    .headp .profile-edit-btn {
        font-size: 16px;
        padding: 0 16px;
        height: 40px;
        line-height: 1;
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .usi {
        padding-bottom: 15px;
    }
    .udetial .profile-tab {
        padding: 20px 0px 0px 0px !important;
        height: auto;
        border-bottom: 1px solid #ddd;
    }
    .udetial .comp {
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .contact-one {
        padding: 20px 0;
        text-align: center;
    }

    .social-media-c ul {
        justify-content: center;
    }

    .contact-one .c-details {
        margin-bottom: 100px;
    }

    .c-details.chg-bg {
        min-height: auto;
        margin-top: 0px;
    }

    .map iframe {
        height: 200px;
    }

    .map.map-top iframe {
        height: 200px;
    }

    .contact_field .form-control {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .map_inner h4, .contact-one h4, .contact_info_sec h4, .sec-title-style1 .title {
        font-size: 25px;
    }
    .emp-profile {
        margin-top: 25%;
        margin-bottom: 10%;
    }
    
}

@media only screen and (max-width: 479px) {
    .contact_info_sec {
        padding: 45px 15px 15px;
    }

    .contact_field {
        padding: 40px 15px 60px 15px;
        text-align: center;
    }

    .contact_info_sec h4 {
        text-align: center;
    }

    .contact-one h4 {
        padding-bottom: 80px;
    }
    .emp-profile {
        margin-top: 30%;
        margin-bottom: 10%;
    }
    .active-service .veer th {
        display: block;
    }
    .emp-profile .profile-head h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 359px) {
    .map_inner h4, .contact-one h4, .contact_info_sec h4, .map_inner.map-top h4 {
        font-size: 22px;
    }
}

.hosting-slide {
    padding-bottom: 100px;
}

.sbst-testimonial-area .section-title {
    margin-bottom: 20px;
}

.sbst-testimonial-area.check {
    padding-top: 70px;
    padding-bottom: 50px;
}

.cloud-slide .testimonial .post {
    display: flex;
}

.faq-area.uber {
    margin-top: 60%;
    padding-top: 70px;
    padding-bottom: 40px;
    background: #fff;
}

.hosting-slide.mail-slide {
    padding-bottom: 0px;
}

.section-title.lans.text-center.ab {
    margin-bottom: 110px;
}

.migration-f {
    padding: 10px;
}

.migration-area .desktop-center-item {
    margin-top: 0;
}

.about-page .section-title.style-two {
    padding: 10px 25px;
}

.google-map {
    padding-bottom: 60px;
    padding-top: 0px;
}

.terms-condition-wrap {
    padding-top: 190px;
    padding-bottom: 30px;
}

.microsoft-slide {
    padding: 40px 0px;
}
.google-slide-no, .microsoft-slide-no {
    padding: 70px 0px;
}
.google-workplace.plans-priceing-sec .single-pricing h3{
    line-height:1 !important;
}
.nko .btn {
    padding: 10px;
    border: none;
    background: #e95402;
    position: relative;
    outline: none;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
}

.microsoft-slide #more-2, .microsoft-slide #more {
    display: block !important;
}

.microsoft-slide #dots-2, .microsoft-slide #myBtn-2, .microsoft-slide #dots, .microsoft-slide #myBtn {
    display: none !important;
}

.single-pricing-active.single-pricing {
    margin: 80px 15px !important;
}

.slider-stop .single-pricing-active.single-pricing {
    margin: 40px 15px !important;
}

.sbbs-header-area .header-inner {
    padding-top: 130px;
    padding-bottom: 25px;
}

.header-inner .btn {
    line-height: 2;
}

.single-pricing {
    text-align: center;
}

.hosting-plans .btn {
    height: 38px;
}

.single-accordion .card-header h3 .accordion-button.collapsed {
    background: #fff;
    color: #000000;
    border-radius: 10px 10px 10px 10px;
}

.single-accordion .card-header h3 .accordion-button {
    background: #4487f5;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.single-accordion .card-header h3 button {
    font-size: 18px;
    line-height:1.3;
}

.single-pricing ul li {
    text-align: left;
}

.emai-wrap .section-title.text-center.ab {
    margin-bottom: 30px;
}

.single-pricing ul li {
    display: flex;
}

.sosi1 ul li a {
    padding-right: 11px !important;
}

.support-wrap .inq select {
    height: 38px !important;
}

.partner-with-wrap .mina {
    margin-top: 0;
}

.faq-area.nhi.partwtushe {
    padding-bottom: 50px;
}

.partner-registration-wrap.all-form-d .btn {
    background: #4487f5;
    border: 1px solid #4487f5;
    color: #fff;
    line-height: 1;
}

    .partner-registration-wrap.all-form-d .btn:hover {
        background: #467edb;
        border: 1px solid #467edb;
        color: #fff;
    }

.submit-btn {
    text-align: center;
}

.inq select {
    height: 38px !important;
    padding-left: 8px !important;
}

.select2-container {
    width: 100% !important;
}

.customer-wrap .btn {
    background: #4487f5;
    border: 1px solid #4487f5;
    color: #fff;
}

    .customer-wrap .btn:hover {
        background: #1a6fc9;
        border: 1px solid #1a6fc9;
        color: #fff;
    }

.about-page .section-title.style-two {
    margin: 0;
}

.about-page .section-title .title {
    margin-top: 0 !important;
}

.contact-d h6 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.riyaqas-pagination ul li .page-numbers.prev, .riyaqas-pagination ul li .page-numbers.next {
    border: none;
}

.riyaqas-pagination {
    text-align: center;
    padding-bottom: 10px;
}

    .riyaqas-pagination ul li .page-numbers:hover {
        border: 1px solid #4487f5;
        color: #4487f5;
    }

.hosting-type-area .tabs-content {
    box-shadow: unset;
    margin-top: 0;
    padding-top: 20px;
}

.hosting-type-area .single-service {
    padding: 25px 40px 35px 40px;
}

#G-suite .section-title.text-center.ab {
    margin-bottom: 0;
}

.g-suite-features .section-title {
    margin-bottom: 40px;
}

.g-suite-features.pd-top-110 {
    padding-top: 50px;
}

.faq-area-g-suite .single-accordion .card-header h2 .accordion-button.collapsed {
    margin-bottom: 0;
}

.faq-area-g-suite .single-accordion .card-header h2 .accordion-button:hover {
    border-radius: 10px;
}

.microsoft-wrap {
    background: #fdfdfd;
}

.micro-faq {
    padding-bottom: 30px;
}

.microsoft-area .section-title {
    margin-top: 0;
}

.microsoft-slide p.microsoftpar1, .microsoft-slide h6.titlepre {
    text-align: left;
}

.career-area img {
    height: 192px;
    object-fit: cover;
}

.career-area .accordion {
    margin-bottom: 0;
}

.career-gallery {
    padding-bottom: 50px;
}

.faq-area.career-area {
    margin-top: 0;
}

.career-area .shok {
    margin-top: 70px;
    margin-bottom: 70px;
}

.announcement-spc {
    padding: 50px 0;
}

    .announcement-spc.announcement-b {
        padding-bottom: 0;
    }

.inq .select2-container--classic .select2-selection--multiple {
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    box-shadow: 2px 2px 8px #cccccc2e
}

.inq .select2-search--inline .select2-search__field {
    font-size: 12px !important;
    margin-left: 12px !important;
    color: #495057;
    font-family: inherit !important;
    background: transparent;
    position: relative;
}

    .inq .select2-search--inline .select2-search__field::placeholder {
        color: #495057;
    }

.inq .select2-container--classic .select2-selection--multiple:hover {
    border: 1px solid#158dea !important;
}

.slider-stop {
    padding-top: 30px;
}

    .slider-stop .card-body {
        margin: 20px 0 0;
    }

    .slider-stop .btn {
        height: 38px;
    }

.navbar a img {
    width: 190px;
    object-fit: contain;
}

.navbar-area .bg-primary, .navbar-area .sanem {
    background-color: #ffffff !important;
    top: 20px;
}

.navbar-area .dropdown-toggle::after {
    color: #000;
}
a.navbar-brand span, .logofo span, .header-mobile-mid span {
    color: #2164dd;
    font-size: 19px;
    position: absolute;
    top: 26px;
    left: 100px;
    text-transform: uppercase;
    font-weight: 400;
}
.header-mobile-mid span {
    top: 34px;
    left: 125px;
}
.logofo span {
    top: 15px;
}
.menu-left{
    padding-left:35px;
}
/*style 2*/
.tizzy-icon-box-style {
    display: flex;
    padding: 15px;
    border: 1px solid transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    align-items: center;
}

    .tizzy-icon-box-style .icon-box-img {
        margin-right: 15px;
    }

        .tizzy-icon-box-style .icon-box-img img {
            width: 71px;
            object-fit: contain;
        }

        .tizzy-icon-box-style .icon-box-img i {
            font-size: 36px;
            background: #007bfc;
            color: #ffffff;
            height: 60px;
            width: 60px;
            text-align: center;
            line-height: 60px;
            margin-right: 15px;
            border-radius: 900px;
        }

    .tizzy-icon-box-style .icon-box-content .icon-box-title {
        margin-bottom: 15px;
        font-size: 16px;
        color: #4487f5;
    }

        .tizzy-icon-box-style .icon-box-content .icon-box-title a {
            margin: 0 0 10px;
        }

    .tizzy-icon-box-style .icon-box-content .icon-box-desc {
        margin: 0;
        font-size: 13px;
    }

    .tizzy-icon-box-style:hover, .tizzy-icon-box-style.active {
        border-color: #f2f2f4;
        background: #ffffff;
    }

.tizzy-icon-sec.icon-box-top {
    margin-top: -40px;
}

.home-banner-mail {
    padding-top: 80px;
    text-align: right;
}

.home-banner-mail img {
    max-width: 630px;
    object-fit: contain;
}

.faq-area-new.uber {
    margin-top: 0 !important;
    padding-top: 0;
}

.testimonial-tizzy .iq-title-box .iq-title {
    color: #000000;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
}

.testimonial-tizzy .owl-carousel .owl-dots .owl-dot {
    border: 2px solid #4487f5;
    background: #4487f5 !important;
}

    .testimonial-tizzy .owl-carousel .owl-dots .owl-dot.active, .testimonial-tizzy .owl-carousel .owl-dots .owl-dot:hover {
        border: 2px solid #4487f5;
    }

.features-tizzy .tabbb button {
    transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    border: 1px solid transparent;
    text-align: left;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

    .features-tizzy .tabbb button:before {
        display: none;
        content: "";
        display: block;
        position: absolute;
        bottom: 15px;
        right: -100px;
        background: #e8e9f0;
        border-radius: 25px;
        height: 75%;
        left: auto;
        transform: rotate(15deg);
        width: 60px;
    }

    .features-tizzy .tabbb button.active:before {
        display: block;
        right: -50px;
        bottom: 5px;
    }

.features-tizzy .sum {

    color: #000000;
}

.features-mail h2 {
    font-size: 25px;

    font-weight: 600;
    color: #000000;
}

#btnRequestCallback {
    line-height: 1;
    text-transform: capitalize;
}

.up-to-text p {
    font-size: 50px;
    text-align: center;
    color: #424242;
    margin-bottom: 30px;
    padding-right: 100px;
    position: relative;
}

    .up-to-text p span {
        padding-left: 130px;
    }

    .up-to-text p::before {
        content: '';
        background-image: url('../../img/im/arrow.png');
        width: 100%;
        height: 25px;
        position: absolute;
        top: 70px;
        left: 0;
    }

.up-to-text {
    padding-top: 35%;
}

.all-plans-btn {
    text-align: center;
    padding-bottom: 100px;
}

    .all-plans-btn .btn-plans {
        background: #4f8ef5;
    }

        .all-plans-btn .btn-plans:hover {
            background: #ffffff;
            border: 1px solid #4487f5;
            color: #091a36;
        }

.plans-up {
    position: relative;
    min-height: 475px;
}

    .plans-up::before {
        content: 'Up To';
        font-size: 20px;
        background: #fff;
        position: absolute;
        top: 40%;
        left: 50%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        padding: 11px 27px;
        transform: translate(-50%, -50%);
        z-index: 1;
        border: 1px solid #ddd;
    }

.mail-sec input {
    float: unset;
}

.body-content .price p {
    margin-top: 0px;
}

.plans-priceing-sec .single-pricing h3.price, .hosting-slide.plans-priceing-sec .single-pricing h3.price, .google-workplace.plans-priceing-sec .single-pricing h3.price {
    margin-top: 0px;
    border-radius: 0;
    border-bottom: 0px solid #007bfc;
    padding-bottom: 0px;
    background: transparent !important;
}

.hosting-slide.plans-priceing-sec .single-pricing h3 {
    background: #80bdff !important;
}

.hosting-slide.plans-priceing-sec .single-pricing h3 {
    margin-bottom: 0;
}

.hosting-slide.plans-priceing-sec .plane {
    padding-top: 20px;
}

.media img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    object-fit: contain;
}

.service-title h2 {
    font-size: 25px;
    letter-spacing: .92px;
    color: #000000;
    opacity: 1;
    font-weight: 700;

    padding-bottom: 10px;
}
/*.plans-area .single-pricing .title {
    padding-top: 15px;
}*/
.plane {
    padding-top: 20px;
}

.banner-cloud img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
    margin-top: 60px;
}

.migration-banner .banner-cloud img {
    height: auto;
    margin-top: 57px;
    object-fit: cover;
    object-position: top;
    border-radius:10px;
}

.migration-gif.migration-banner .banner-cloud img {
    margin-top: 35px;
    border-radius: 50%;
    width: 90%;
    border: 9px solid #f5f6fb;
}
    /*.backup-sec .title-h{
    text-align:center;
}*/
    /*.backup-sec .section-title.style-two{
    text-align:center;
}*/
    .all-form-d input, .all-form-d input[type=text], .all-form-d input[type=tel] .all-form-d input[type=email], .all-form-d input[type=search], .all-form-d input[type=password], .all-form-d textarea, .all-form-d input.form-control, .all-form-d .form-control {
    float: unset;
    height: 38px;
    border: 1px solid #ededed;
    color: #495057;
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
}

    .all-form-d input[type=submit] {
        line-height: 1;
    }

        .all-form-d input[type=submit]:hover {
            border: 0px solid #1a6fc9;
        }

.form-group.inq.captcha-v {
    display: flex;
    justify-content: center;
}

.all-form-d .select2-container .select2-selection--multiple {
    min-height: 38px !important;
}

.mem.already-m a {
    color: #4487f5 !important;
}

.img-partner img {
    border-radius: 10px;
    margin-top: 30px;
    object-fit: cover;
}
.partner-hero .img-partner img {
    margin-top: 40px;
    width: 90%;
}
.all-plans-btn.view-btn {
    padding-bottom: 20px;
    padding-top: 50px;
}

.google-workplace.plans-priceing-sec .single-pricing h3 {
    background: #80bdff !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.google-workplace .plane {
    padding-top: 20px;
}

.plans-priceing-sec .section-title.text-center.ab {
    margin-bottom: 100px;
}

.mail-features .serv-section-2-icon img {
    width: 60px;
    object-fit: contain;
}

.mail-features .serv-section-desc {
    width: 73%;
}

.mail-features .serv-section-2 h5 {
    font-size: 14px;
    line-height: 1.3;
}

.mail-features .serv-section-2 {
    padding: 30px 22px;
    min-height: 190px;
}

    .mail-features .serv-section-2 h4 {
        font-size: 15px;
    }

.welcome-box-body {
    text-align: center;
}

    .welcome-box-body input.submit.btn {
        width: 100px;
        padding: 0;
    }

        .welcome-box-body input.submit.btn:hover {
            border: 0;
        }

    .welcome-box-body input#txtdomain {
        height: 40px;
    }

    .welcome-box-body h6.modal-title {
        padding-bottom: 20px;
        font-size: 22px;
    }

    .welcome-box-body .message-invalid {
        padding-top: 15px;
    }

    .welcome-box-body .form-group {
        padding-left: 0 !important;
        padding-right: 0px !important;
    }
.mail-img img {
    margin-top: 50px;
}
.tizzy-mail-page-img img {
    margin-top: 38px;
    border-radius: 35%;
    width: 100%;
    object-fit: contain;
    padding: 30px;
}

.testimonial-tizzy.home-testimonial {
    padding: 90px 0 80px;
    background-color: #fdfdfd;
}
.testimonial-tizzy.home-testimonial.new-design-testi {
    padding: 140px 0 80px;
}
.testimonial-tizzy.home-testimonial .iq-testimonial-info {
    padding: 0 30px 10px 30px;
}

.get-custom .all-plans-btn {
    text-align: left;
    padding-bottom: 0;
}

.get-custom h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.get-custom p {
    line-height: 1.8;
    margin-bottom: 35px;
}

.control-padding {
    padding: 0px 0px;
}

.control-padding.control-pannel {
    padding: 0px 0px;
}

.control-panne2, .email-sec {
    padding-top: 0px;
}
.features-mail-home {
    margin-bottom: 70px;
}
.custome-img img{
    width:100%;
}
.service-sec{
    padding-top:90px;
}
.about-page.mg-top-75{
    padding-bottom:100px;
}
.about-automated-arae.about-page {
    padding-top: 50px;
    margin-bottom: 100px;
    padding-bottom: 40px;
}
.faq-area-g-suite {
    padding-bottom: 40px;
}
.plans-priceing-sec.microsoft-office-sec .section-title.text-center.ab {
    margin:40px 0;
}
.micro-faq .section-title.freq {
    margin-top: 70px;
    margin-bottom: 50px;
}
.microsoft-office-sec{
    margin-bottom:50px;
}
.domi .page-wrapper{
    margin-bottom:0;
}
.plans-priceing-sec .single-pricing h3.price{
    font-size:18px;
}
.service-sec .service-title.iq-title-box.text-center {
    margin-bottom: 60px;
}
.plans-priceing-sec.tizzycloud .section-title.text-center.ab {
    margin-bottom: 65px;
}
.backup-area .magration-wrap ul{
    padding-left:0;
}
.about-hero .em {
    padding-top: 40px;
}
.sba-featute-area.about-automated-arae p {
    padding-top: 0;
}
.sba-featute-area.about-automated-arae .section-title .title {
    padding-bottom: 0px;
}
.mail-features .service-area.sbtc-service-area.pd-top-120 {
    padding-bottom: 0;
    margin-top: 20px;
}
.single-pricing .desWrapper ul li {
    position: relative;
    padding-left: 30px;
}
.single-pricing .desWrapper ul li::before {
    content: "\f00c";
    color: #01358d;
    font-size: 16px !important;
    font: normal normal normal 20px/1 FontAwesome;
    padding-right: 10px;
    position: absolute;
    top: 5px;
    left: 0px;
}
.single-pricing .desWrapper ul li i {
    display: none;
}
.home-testimonial .iq-testimonial-1 .iq-testimonial-info .iq-testimonial-content {
    box-shadow: unset;
}
.home-testimonial .iq-title-box {
    margin-bottom: 100px;
}
.features-tizzy-home{
    padding-top:0;
}
.features-tizzy-home .newfeac {
    margin-top: 30px;
}
.dropdown-header {
    color: #000000;
}
.pass img {
    object-fit: cover;
    width: 100%;
}
.partner-official-wrap{
    padding-bottom:10px;
}
.partner-official-wrap img {
    width: 250px;
    margin-bottom:10px;
}
.tizzycloud .bbc.cloud-slide-no {
    padding-top: 50px;
}
.banner-feature ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    text-align: left;
}
.banner-feature ul li {
    padding: 5px;
    flex: 50%;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    color: #666;
}
.banner-feature ul li::before {
    content: "\f121";
    font-family: "Ionicons";
    color: #4487f5;
    position: absolute;
    left: 0;
    top: 5px;
}
.three-services .icon-box-img img {
    width: 150px;
    height: 40px;
    object-fit: contain;
}
.three-services .iq-button.iq-btn-link, .three-services .iq-button.iq-btn-outline {
    border: 1px solid;
    padding: 2px 8px;
}
.three-services .iq-button.iq-btn-link:hover {
    background: #f3f3f3;
}
.three-services .buy-now {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.three-services .buy-now{
    padding-top:35px;
}
.three-services .buy-now p {
    font-size: 20px;
    color: #0D1E67;
}
.three-services {
    margin-top: -40px;
    background: transparent;
}
.save-offer {
    background: #ec4234;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px 10px;
    display: inline-block;
}
.save-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f6f6f8;
    margin: -30px -30px 30px -30px;
    padding: 10px 15px;
}
.three-services .iq-icon-box .icon-box-img {
    margin: 0;
}
.header-inner .up-to-discount p {
    font-size: 20px;
    font-weight: 500;
    color: #4487f5 !important;
}
.header-inner .up-to-discount p span {
    color: #08b135;
    font-weight: 600;
}
.header-inner .banner-price p {
    color: #4487f5 !important;
}
.header-inner .banner-price p b {
    font-size: 48px;
    font-weight: 500;
}

/*Countdown css start here*/
@keyframes flip-top {
    to {
        transform: rotateX(90deg);
    }
}

@keyframes flip-bottom {
    to {
        transform: rotateX(0deg);
    }
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

main .cards {
    display: flex;
    gap: 15px;
}

main .cards .card {
    text-align: center;
    font-size: 25px;
    position:relative;
}
main .cards .card:after {
    content: ':';
    position: absolute;
    top: 15%;
    left: 107%;
}
main .cards .card:last-child:after{
    display:none;
}
main .cards .card p {
    color: #8486a9;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: none;
}

main .cards .card .flip-card {
    display: flex;
    flex-direction: column;
    /*box-shadow: 0 7px 3px 0 #151515;*/
    position: relative;
    margin: 0px auto;
}

main .cards .card .top-half,
main .cards .card .bottom-half,
main .cards .card .top-flip,
main .cards .card .bottom-flip {
    color: #ec4234;
    font-size: 35px;
    height: 28px;
    width: 60px;
    padding: 2px 7px;
    overflow: hidden;
    text-align: center;
    will-change: transform !important;
    box-shadow: 0 3px rgba(71, 83, 115, 0.2) inset;
}

main .cards .card .top-half,
main .cards .card .top-flip {
    color: #ec4234;
    border-radius: 5px 5px 0 0;
    background-color: #e9e9e9;
}

main .cards .card .top-half::before,
main .cards .card .top-flip::before {
    content: "";
    background-color: #e9e9e9;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    bottom: -5px;
    left: -5px;
}

main .cards .card .top-half::after,
main .cards .card .top-flip::after {
    content: "";
    background-color: #e9e9e9;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    bottom: -5px;
    right: -5px;
}

main .cards .card .bottom-half,
main .cards .card .bottom-flip {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 0 0 5px 5px;
    background-color: #e9e9e9;
    box-shadow: 0 -2px 5px 0 rgba(71, 83, 115, 0.7) inset;
}

main .cards .card .bottom-half::before,
main .cards .card .bottom-flip::before {
    content: "";
    background-color: #e9e9e9;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
}

main .cards .card .bottom-half::after,
main .cards .card .bottom-flip::after {
    content: "";
    background-color: #e9e9e9;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -5px;
}

main .cards .card .top-flip {
    position: absolute;
    transform-origin: bottom;
    transform: rotateX(0deg);
    animation: flip-top 0.5s ease-in forwards;
}

main .cards .card .bottom-flip {
    position: absolute;
    bottom: 0;
    transform-origin: top;
    transform: rotateX(90deg);
    animation: flip-bottom 0.5s ease-out 0.5s;
}
.countdown-sec{
    padding-bottom:10px;
}
/*Countdown css end here*/
.money-guarantee img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    margin-right:5px;
}
.header-inner .money-guarantee p {
    color: #2f1c6a !important;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
}
.navbar-nav .language.menu-show .dropdown-menu {
    display: block;
    position: absolute;
    z-index: 99999;
}
.navbar-nav .language .dropdown-menu ul li {
    float: unset;
}
.sosi.social-media ul li a {
    border: 0;
    background: transparent;
}
.countdown-chg main .cards .card .bottom-half {
    display:none;
}
rs-loader.spinner0 {
    background-image: url(../assets/tizzy_logo_new.png) !important;
}
.banner-bg {
    background-image: url('../../assets/slider.png') !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat !important;
}
.new-style .save-wrap {
    background: #f9f9f9;
}
.new-style .save-offer {
    background: #4487f5;
}
.new-style .iq-icon-box-style-4 .icon-box-title {
    color: #4487f5;
}
.new-testimonial .iq-testimonial-7 .iq-testimonial-info .iq-testimonial-member {
    padding: 15px 20px 0;
}
/*.new-testimonial .iq-testimonial-7 .iq-testimonial-info .iq-testimonial-content {
    min-height: 260px;
}*/
.new-testimonial .iq-testimonial-7 .iq-testimonial-info .iq-testimonial-content p {
    min-height: 170px;
}
.plan-new-style .iq-counter i:before {
    font-size: 25px;
}
.three-services.plan-new-style .buy-now {
    padding-top: 10px;
}
.plan-new-style .save-wrap {
    margin: -30px -30px 15px -30px;
}
.three-services.plan-new-style {
    margin-top: 90px;
}
.plan-new-style .iq-icon-box-style-4 .icon-box-content .icon-box-desc {
    display: none;
}
.new-testimonial .iq-testimonial-7 .iq-testimonial-info .iq-testimonial-content {
    border: 1px solid #4487f5;
}
.new-testimonial .iq-testimonial-7 .iq-testimonial-info .iq-testimonial-member .avtar-name .iq-lead {
    font-size: 18px;
    font-weight: normal;
}
.banner-bg .header-inner .money-guarantee p {
    justify-content: flex-start;
}
#countdown #tiles {
    position: relative;
    z-index: 1;
}
.plan-new-style .section-title .title, .new-testimonial .section-title .title, .faq-area-new-home .section-title .title {
    color: #4487f5;
}
.plan-new-style .section-title .title span, .new-testimonial .section-title .title span, .faq-area-new-home .section-title .title span {
    color: #4487f5;
}
#countdown #tiles > span {
    width: 92px;
    max-width: 92px;
    /*font: bold 48px "Droid Sans", Arial, sans-serif;*/
    font-size:48px;
    text-align: center;
    color: #000;
    /*background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #bbb, #eee);
    background-image: -moz-linear-gradient(top, #bbb, #eee);
    background-image: -ms-linear-gradient(top, #bbb, #eee);
    background-image: -o-linear-gradient(top, #bbb, #eee);*/
    border: 1px solid #000 !important;
    border-radius: 3px !important;
   /* box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);*/
    margin: 0 7px;
    padding: 8px 0;
    display: inline-block;
    position: relative;
    font-weight:500 !important;
}
.home-version-three #countdown #tiles > span {
    width: 70px;
    max-width: 70px;
    color: #000;
    font: bold 40px "Droid Sans", Arial, sans-serif;
    border-top: 0px solid #fff;
    border: 0;
    border-radius: 3px !important;
}


#countdown #tiles > span:before {
    content: "";
    width: 100%;
    height: 13px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1;
}

#countdown #tiles > span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 0px solid #4487f5;
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
}
.home-version-three #countdown #tiles > span:after, .home-version-three #countdown #tiles > span:before {
    border: 0;
    height:0;
}
#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    bottom: 8px;
    display: none;
}

#countdown .labels li {
    width: 102px;
    font: bold 15px "Droid Sans", Arial, sans-serif;
    color: #f47321;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.home-version-three .header-area .title span.premium::before, .home-version-three .header-area .title span.indian-c::before {
    border: 0;
}
.home-version-three .header-area .title span.premium::after {
    display: none;
}
.home-version-three .header-inner .up-to-discount p {
    color: #2f1c6a !important;
}
.home-version-three .header-inner .up-to-discount p span {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
}
.home-version-three .header-area .title {
    font-size: 36px;
}
.home-version-three .iq-testimonial-1 .iq-testimonial-info .iq-lead {
    color: #525252;
    font-weight: 400;
}
.home-version-three .single-accordion .card-header h3 .accordion-button {
    background: #dfdfdf;
    color: #000;
}
.home-version-three .single-accordion .card-header h3 .accordion-button.collapsed {
    background: #fff;
}
.home-version-three .faq-area-new-home .section-title .title, .home-version-three .faq-area-new-home .section-title .title span {
    color: #000000;
    font-weight: 400;
}
.home-version-three .new-style .iq-icon-box-style-4 .icon-box-title {
    color: #3c3c3c;
    font-weight: 500;
}
.home-version-three .single-accordion .card-header h3 .accordion-button.collapsed {
    color: #000000;
}
.home-version-three .iq-title-box .iq-title {
    font-size: 25px;
    font-weight: 500;
}
.home-version-three .iq-icon-box-style-1 .icon-box-content .icon-box-title {
    font-size: 18px;
    font-weight:500;
}
.home-version-three .iq-icon-box-style-1 .icon-box-content .icon-box-desc {
    font-size: 15px;
}
.home-version-three .iq-icon-box-style-1 {
    padding: 15px;
}
.home-version-three .professional-sec .iq-icon-box .icon-box-img {
    margin: 0px 5px 15px 0px;
}
.home-version-three .home-banner-mail img {
    max-width: 550px;
    object-fit: contain;
    margin-top: 60px;
}
.home-version-three .home-banner-mail .brand-logo img {
    max-width:155px;
    object-fit:contain;
    margin:0;
}
.home-version-three .home-banner-mail .brand-logo li {
    padding: 25px 0;
    border-bottom: 1px solid #f5f5f5;
}
.home-version-three .home-banner-mail .brand-logo li:last-child{
    border-bottom:0;
}
.brand-logo {
    padding: 20px 20px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    max-width: 65%;
    margin-left: auto;
    margin-top: 70px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}
.home-version-three .iq-icon-box-style-1 .icon-box-img img {
    width: 170px;
    max-width: 50px;
    object-fit: contain;
    margin-right: 10px;
}
.home-version-three .iq-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.home-version-three .boost-business-sec .counter-content{
    display:flex;
    align-items:center;
}
.home-version-three .boost-business-sec .counter-content .icon-box-img img {
    max-width: 50px;
    object-fit: contain;
    margin-right:10px;
}
.home-version-three .boost-business-sec .iq-counter.iq-counter-style-2 .counter-content .counter-title-text {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}
.home-version-three .boost-business-sec.gray-bg {
    background: #fafafb;
}
.google-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.google-wrap .reviews-content p, .google-wrap .reviews-content p a{
    font-size: 14px;
    font-weight: 400;
    color:#000;
}
.google-wrap .reviews-content p a{
    font-size:16px;
}
.google-wrap .reviews-content p a:hover{
    color:#585858;
}
.google-wrap .reviews-content h2 {
    font-size: 24px;
    font-weight: 500;
}
.google-wrap .google-logo {
    margin-right: 20px;
}
.review-sec {
    margin-top: 60px;
    padding: 70px 0 70px;
    margin-bottom: 90px;
}
.home-version-three .single-accordion .card-body {
    margin: 0;
}
.bg-color {
    background-color: #fdfdfd;
    padding: 60px 0 !important;
}
.plans-priceing-sec .thumb, .single-pricing .price span {
    display: none;
}

.tooltip-inner {
    background-color: #000 !important;
    color: #fff;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #000 !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #000 !important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #000 !important;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #ffffff !important;
}
.tool-text p, .tool-text p i {
    font-size: 14px;
}
.micro-faq .single-accordion .card-body ul{
    padding-left:0;
}
.micro-faq .single-accordion .card-body {
    margin-bottom: 0;
}
footer .rik p {
    font-size: 15px;
    text-align: justify;
}
.most-popular {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    background: #e8f0fe;
    width: 100%;
    padding: 3px;
    font-size: 15px;
    display:none;
}
.plans-priceing-sec .single-pricing {
    overflow: unset;
    overflow-y: visible !important;
}
.header-area {
    background-image: url(../../img/im/banners/home-banner.png);
    background-size: 100% 100%;
    padding-bottom: 70px;
    /* min-height: 570px; */
}
.form-inline.my-2.my-lg-0 ul li.cart{
    display:none;
}
.tizzy-img {
    width: 200px;
    height: 200px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align:center;
    overflow:hidden;
    background:#fff;
    position:relative;
}
    .tizzy-img::before {
        width: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        height: 4px;
        background: #9ac0f3;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .tizzy-img:hover:before {
        width: 100%;
    }
    .all-logo-effects {
        position: relative;
    }
    .all-logo-effects::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: #e3e5ef;
        top: 0;
        left: 0;
        border-radius: 6px;
        transform: rotate(0deg);
        opacity: 0;
        transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }
.all-logo-effects:hover:before {
    opacity: 1;
    transform: rotate(12deg);
}

.tizzy-img img:hover {
    transform: scale(1.1);
    transition: 0.5s all;
}
.tizzy-img img {
    width: 80%;
}
.all-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 44px;
    margin-top: 66px;
    /*background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    /*border-radius: 50%;
    height: 506px;
    width: 521px;*/
}
.google-img {
    margin-left:30px;

}
.macrosoft-img {
    margin-top: 0px;
}
.header-area {
    background-image: unset;
    background-size: 100% 100%;
    padding-bottom: 70px;
    /* min-height: 570px; */
    position: relative;
    border-radius: 0 0 20% 0;
}
.header-area::before {
    content: "";
    width: 261%;
    height: 100%;
    background-image: url(../../img/im/banners/hero-top.png);
    position: absolute;
    top: 0;
    left: -107px;
    opacity: 0.1;
    background-repeat: no-repeat;
}
.header-area::after {
    content: "";
    width: 261%;
    height: 50%;
    background-image: url(../../img/im/banners/hero-bottom.png);
    position: absolute;
    top: 50%;
    left: -107px;
    opacity: 0.1;
    background-repeat: no-repeat;
}
/*banner section css*/

.holderCircle {
    width: 480px;
    height: 500px;
    border-radius: 100%;
    margin: 80px auto 0px;
    position: relative;
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

    .dotCircle .itemDot {
        display: block;
        width: 180px;
        height: 110px;
        position: absolute;
        background: #ffffff;
        color: #7d4ac7;
        border-radius: 20px;
        text-align: center;
        line-height: 110px;
        font-size: 30px;
        z-index: 3;
        cursor: pointer;
        border: 2px solid #e6e6e6;
        padding: 0px 5px;
    }

        .dotCircle .itemDot .forActive {
            width: 56px;
            height: 56px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none;
        }

            .dotCircle .itemDot .forActive::after {
                content: "";
                width: 5px;
                height: 5px;
                border: 3px solid #517bbe;
                bottom: -31px;
                left: -14px;
                filter: blur(1px);
                position: absolute;
                border-radius: 100%;
            }

            .dotCircle .itemDot .forActive::before {
                content: "";
                width: 6px;
                height: 6px;
                filter: blur(5px);
                top: -15px;
                position: absolute;
                transform: rotate(-45deg);
                border: 6px solid #517bbe;
                right: -39px;
                display:none;
            }

        .dotCircle .itemDot.active .forActive {
            display: block;
        }

.round {
    position: absolute;
    left: 106px;
    top: 112px;
    width: 270px;
    height: 270px;
    border: 2px dotted #4487f5;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

/*.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;*/ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
    /*background: #f7fafe;*/ /* Old browsers */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);*/ /* IE6-9 */
    /*border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}*/

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .contentCircle .CirItem {
        border-radius: 100%;
        color: #222222;
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 0;
        opacity: 0;
        transform: scale(0);
        transition: 0.5s;
        font-size: 15px;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        margin: auto;
        line-height: 250px;
    }

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem img {
    width: 70%;
    position: absolute;
    top: 80%;
    left: 46%;
    margin-left: -85px;
    margin-top: 66px;

}

@media only screen and (min-width: 300px) and (max-width: 599px) {
    .holderCircle {
        /* width: 300px; height: 300px;*/
        margin: 110px auto;
    }

        .holderCircle::after {
            width: 100%;
            height: 100%;
        }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

.banner-sec4 .tizzy-img {
    width: 186px;
    height: 185px;
    border-radius: 6%;
}
.banner-sec4 .google-img {
    margin-top: -287px;
    margin-left:0px;
}
.banner-sec4 {
    margin-top: 287px;
}

/*home three css start*/
.home-three-tizzy-sec{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

    .home-three-tizzy-sec .custome-img {
        width: 170px;
        height: 170px;
        margin: 0px auto;
        border-radius: 50%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 111;
        position: relative;
        background: #fff;
        position: absolute;
        left: -96px;
    }
.home-three-tizzy-sec .custome-img img{
    width:70%;
}
.home-three-tizzy-sec .custome-content {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px 14px 25px 110px;
    border-radius: 22px;
    background:#fff;
}

.microsoft-logo-sec .home-three-tizzy-sec .custome-img {
    right: -111%;
}

.microsoft-logo-sec .home-three-tizzy-sec .custome-content {
    padding: 25px 105px 25px 25px;
   
}
.review-sec.home-three-review {
    margin-top: 0px;
    margin-bottom: 0px;
}


.serviceBox {
    color: var(--color1);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 12px 20px 35px;
    position: relative;
    z-index: 1;
}

    .serviceBox:before {
        content: "";
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.5),0 20px 0 var(--color1);
        position: absolute;
        left: 0;
        top: 53px;
        right: 0;
        bottom: 20px;
        z-index: -1;
        width: 100%;
        height: 173px;
    }
 
        .serviceBox .service-icon {
            background: #fff;
            font-size: 35px;
            line-height: 54px;
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            border-radius: 50%;
            box-shadow: 0 0 15px rgba(0,0,0,0.4);
            position: relative;
        }
        .serviceBox .service-icon img {
            width: 88%;
        }

        .serviceBox .service-icon:before,
        .serviceBox .service-icon:after {
            content: "";
            background: linear-gradient(to top,transparent 49%,var(--color1) 50%);
            border-radius: 50%;
            position: absolute;
            top: -12px;
            left: -12px;
            bottom: -12px;
            right: -12px;
            z-index: -1;
        }

        .serviceBox .service-icon:after {
            background: var(--color2);
            height: 12px;
            width: 150px;
            border-radius: 0;
            transform: translateX(-50%);
            top: 29px;
            left: 50%;
            right: auto;
            bottom: auto;
            z-index: -2;
        }

    .serviceBox .title {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 10px;
    }

    .serviceBox .description {
        color: #666;
        font-size: 15px;
        line-height: 22px;
    }

    .serviceBox.blue {
        --color1: #d2d7d9;
        --color2: #bebed4;
    }

.professional-mail-sec .iq-title-box .iq-title {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 10px;
}




.testimonial {
    margin: 0 20px 50px;
}

    .testimonial .pic {
        display: inline-block;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        margin: 0 15px 15px 0;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

    .testimonial .testimonial-profile {
        display: inline-block;
        position: relative;
    }
.test-img {
    display: flex;
    align-items: center;
    margin-bottom:20px;
}
.testimonial .title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonial-profile span{
    font-size:15px;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}

.testimonial .description {
    padding: 20px 22px;
    background: #e8edf4;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin: 0;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    min-height: 140px;
}

    .testimonial .description:before,
    .testimonial .description:after {
        content: "";
        border-width: 18px 0 0 18px;
        border-style: solid;
        border-color: #e8edf4 transparent transparent;
        position: absolute;
        bottom: -18px;
        left: 0;
    }

        .testimonial .description:after {
            border-width: 18px 18px 0 0;
            left: auto;
            right: 0;
        }

.owl-theme .owl-controls {
    margin-top: 10px;
    margin-left: 30px;
}

    .owl-theme .owl-controls .owl-buttons div {
        opacity: 0.8;
        background: #fff;
    }

.owl-prev:before,
.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}

.owl-next:before {
    content: "\f054";
}
.testimonial-profile .iq-post-meta{
    display:flex;
}



.counter {
    color: var(--color);
    background: var(--background);
    font-family: 'Hind', sans-serif;
    text-align: center;
    width: 100%;
    height: 285px;
    padding: 40px 10px 25px 24px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;

}

    .counter:after {
        content: '';
        background-color: #fff;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        border-radius: 50%;
        position: absolute;
        right: 8px;
        bottom: 8px;
        z-index: -1;
    }

    .counter .counter-icon {
        color: var(--main-color);
        font-size: 35px;
        margin: 0 0 10px;
    }

    .counter h3 {
        color: var(--main-color);
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0 0 15px;
    }

    .counter .counter-value {
        color: var(--main-color);
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        display: inline-block;
    }

    .counter.blue {
        --color: #000000;
       /* --background: linear-gradient(to right, #7b9aaf, #a7d8f0);*/
        --background: linear-gradient(to right, #e8edf4, #b4c1c8);
    }
.counter-icon img {
    width: 32%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 50%;
    padding: 6px;
    background: #fff;
}

.new-faq .section-title .title {
    color: #000000 !important;
}
.home-banner-mail .brand-logo {
    margin-left: 126px;
    margin-top:100px;
}
.career-area .goog button {
    font-size: 17px;
    font-weight: 500;
}
/*home three css end*/

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
.faq-tab .collapse.show {
    display: none;
}
.faq-tab .collapse.in {
    display: block;
}
    #accordion .panel:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        border: 1px dashed #6e8898;
        position: absolute;
        top: 25px;
        left: 18px;
    }

    #accordion .panel:last-child:before {
        display: none;
    }

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a {
    display: block;
    padding: 10px 30px 10px 60px;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1d3557;
    border-radius: 0;
    position: relative;
    border: 1px solid #eee7e7;
    background: #f7f7f7;
    border-radius: 5px;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background: #4487f5;
    border: 1px solid #4487f5;
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
    content: "\f105";
    background: #fff;
    border: 1px solid #6e8898;
    color: #000;
}

#accordion .panel-body {
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 28px;
    letter-spacing: 1px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px 0px 8px 8px;
}
.migration-number {
    width: 50px;
    height: 50px;
    background: #4487f5;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
}
.migration-steps-sec .migration-step {
    position: relative;
    background: #fff;
    border-radius: 50%;
    min-height: 295px;
    padding: 20px 20px;
    width: 295px;
    z-index: 1;
    transition: all .5s ease 0s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.migration-steps-sec .migration-step::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #eceff7;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    transition: all .5s ease 0s;
    border-radius: 50%;
    overflow: hidden;
}
.migration-steps-sec .migration-step:hover:before {
    width: 100%;
    left: 0;
}
.migration-step-img img {
    left: 74%;
    position: absolute;
    top: -4%;
    z-index: 1;
}
.migration-content h3{
    padding:10px 0px;
    font-size:23px;
}
.migration-step-img.last-line-step img {
    height: 213px;
    top: -31%;
    left: 99%;
}
.migration-steps-sec {
    margin-bottom: 90px;
    background: #f9faff;
    padding: 78px 0px;
}
.last-migration-step-img img {
    width: 90%;
    border-radius: 50%;
    border: 9px solid #f5f6fb;
}
.last-migration-sec .migration-step {
    margin-top: 51px;
}






.p_column {
    background: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin: 5px 15px 0;
    border: solid 1px #d4d4d4;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index:1;
}
    .p_column .migration-sec-two::before {
        content: '';
        position: absolute;
        background: #e0e9ed;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        z-index: -1;
        transition: all .5s ease 0s;
    }
    .p_column .migration-sec-two:hover:before {
        width: 100%;
        left: 0;
        right:0;
    }

   /*     .p_column:hover {
        background: #f1f2f8;
        color: #fff;
        border: solid 1px #dedee4;
    }*/
    /* Change color of your first-child */
    .p_column:first-child {
        background: #ffffff;
        color: #fff;
        border: solid 1px #4487f5;
    }
    /*Code for arrow*/

    .p_column:before,
    .p_column:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 42%;
        bottom: 86px;
        border-style: solid;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
    /* Stroke */

    .p_column:before {
        right: -30px;
        border-left-color: #d4d4d4;
        border-width: 15px;
    }
    /* Fill */

    .p_column:after {
        right: -29px;
        border-left-color: #fff;
        border-width: 15px;
    }

    .p_column p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 0
    }

    .p_column:first-child:before {
        border-left-color: #4487f5;
    }

    .p_column:first-child:after {
        border-left-color: #4487f5;
    }

    .p_column:last-child:before,
    .p_column:last-child:after {
        display: none
    }
    /*color change hover*/

    

    .p_column:hover:before {
        border-left-color: #b0b9c1;
    }

    .p_column:hover:after {
        border-left-color: #b0b9c1;
    }

.migration-steps-two .migration-number {
    margin-top: -27px;
}
.migration-steps-two .migration-content h3 {
    font-size: 18px;
}


.managed-benifits {
    display: flex;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 231px;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 10px;
}
.managed-benifits-icon {
    margin-right: 15px;
    text-align: center;
    background: #4487f5;
    border-radius: 50%;
    color: #fff;
    padding: 0px;
    margin-left: -41px;
    width: 54px;
    height: 54px;
    line-height: 54px;
}
.managed-benifits-icon img{
    width:30px;
    height:30px;
    object-fit:contain;
}
.managed-benifits-content{
    flex:1;
}
.managed-benifits-content h4 {
    margin-bottom: 5px;
}
.manged-dns-sec{
    padding:50px 0px 100px 0px;
}


.dns-security-sec .serviceBox {
    background: linear-gradient(to top, #bfcadc 9%, #fff 0%);
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: center;
    padding: 30px 25px;
    border-radius: 30px 30px;
    position: relative;
    z-index: 1;
    min-height: 270px;
    margin-bottom: 30px;
}

.dns-security-sec .serviceBox:before{
    content: "";
    background: #FCFCFC;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 25px 25px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
    .dns-security-sec .serviceBox::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 0%;
        background: #bfcadc;
        left: 0;
        top:0;
        z-index: -1;
        border-radius: 10px 10px 30px 30px;
        transition:.8s all .0s ease-out;
    }
    .dns-security-sec .serviceBox:hover:after {
        height: 100%;
        top:0;
    }

  .dns-security-sec .serviceBox .service-icon {
    color: var(--white);
    background: #fff;
    line-height: 58px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    margin: 0 auto 20px;
}
.dns-security-sec .serviceBox .service-icon img {
    width:70%;
}
    .dns-security-sec .serviceBox .description {
    color: #444;
    font-size: 15px;
    line-height: 22px;
    padding-top: 8px;
}
.dns-security-sec{
    margin-bottom:100px;
}


.bg-wrap {
    background: #170f2c;
    padding-bottom: 20px;
}
.bg-wrap .bg-color {
    border-radius: 8%;
}
.bg-wrap .professional-mail-sec .serviceBox .title {
    color: #fff;
}
.bg-wrap .professional-mail-sec .serviceBox .description {
    color: #fff;
}
.bg-wrap .serviceBox.color1:before {
    background: linear-gradient(180deg, #AE5F80 0%, #55144E 100%);
}
.bg-wrap .serviceBox.color2:before {
    background: linear-gradient(180deg, #0E839C 26.04%, #222753 100%);
}
.bg-wrap .serviceBox.color3:before {
    background: linear-gradient(180deg, #442782 0%, #54265B 100%);
}
.bg-wrap .serviceBox.color4:before {
    background: linear-gradient(180deg, #5363BB 0%, #222C5F 100%);
}
.bg-wrap .serviceBox.color5:before {
    background: linear-gradient(180deg, #bf8d5f 0%, rgb(205 135 72) 0.01%, rgb(121 57 36) 100%);
}
.bg-wrap .serviceBox.color6:before {
    background: linear-gradient(180deg, #AE5F80 0%, #55144E 100%);
}
.bg-wrap .serviceBox.blue.color1 {
    --color1: #b0648a;
    --color2: #9b4f76;
}
.bg-wrap .serviceBox.blue.color2 {
    --color1: #4c9cae;
    --color2: #0e839c;
}
.bg-wrap .serviceBox.blue.color3 {
    --color1: #7353a5;
    --color2: #8e65cb;
}
.bg-wrap .serviceBox.blue.color4 {
    --color1: #5f6db7;
    --color2: #52529f;
}
.bg-wrap .serviceBox.blue.color5 {
    --color1: #c0865c;
    --color2: #9a5c2b;
}
.bg-wrap .serviceBox.blue.color6 {
    --color1: #aa5f86;
    --color2: #6c3652;
}
.bg-wrap .professional-mail-sec.new-color {
    background: #170f2c;
}
.bg-wrap .counter.blue.color1 {
    background: linear-gradient(180deg, #AE5F80 0%, #55144E 100%);
}
.bg-wrap .counter.blue.color2 {
    background: linear-gradient(180deg, #0E839C 26.04%, #222753 100%);
}

.bg-wrap .counter.blue.color3 {
    background: linear-gradient(180deg, #442782 0%, #54265B 100%);
}
.bg-wrap .counter.blue.color4 {
    background: linear-gradient(180deg, #5363BB 0%, #222C5F 100%);
}
.bg-wrap .boots-business-sec-two {
    padding: 70px 0px;
}
.bg-wrap .boots-business-sec-two .counter:after {
    background-color: #d5ddf4;
}
.bg-wrap .home-four-testimonial.professional-mail-sec .iq-title-box .iq-title {
    color: #000;
}
.bg-wrap .professional-mail-sec .iq-title-box .iq-title {
    color: #fff;
}
.bg-wrap .home-version-three .header-area {
    background: linear-gradient(251.55deg, rgba(254, 88, 88, .74) 1.8%, rgba(0, 0, 0, 0) 48.64%), linear-gradient(74.55deg, rgba(254, 61, 0, .42) .8%, rgba(0, 0, 0, 0) 34.56%), linear-gradient(110.97deg, #0094ff .98%, rgba(0, 0, 0, 0) 49.84%), linear-gradient(108.51deg, #170f2c 50.35%, #49f4ff 100.3%);
    border-radius: 0 0 30% 0;
    position: relative;
    z-index: 1;
}
.bg-wrap .email-sec {
    margin-top: 20px;
}
.bg-wrap .faq-tab {
    margin-bottom: 0px !important;
}
.bg-wrap .home-version-three #countdown #tiles {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 336px;
    height: 76px;
    margin: 0px auto;
    border-radius: 10px;
    padding-top: 6px;
}
.bg-wrap .home-version-three .header-area .title {
    color: #fff;
}
.home-version-three{
    position:relative;
}
.bg-wrap .home-version-three::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-wrap .best-tizzy-mail {
    width: 900px;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 18px;
    padding: 35px 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blue-combination .bg-color {
    background-image: url(../../img/im/banners/bg-dot.png);
    background-size: cover;
}
.blue-combination .testimonial .description {
    background: #ffffff;
}
.blue-combination .testimonial .description:before, .blue-combination .testimonial .description:after {
    border-color: #ffffff transparent transparent;
}
.blue-combination #accordion .panel-title a {
    color: #000000;
}
.blue-combination .serviceBox.blue {
    --color1: #f4fcfe;
    --color2: #f4fcfe;
}
.blue-combination .review-sec {
    padding: 20px 0 80px;
}
.blue-combination .counter.blue {
    --background: linear-gradient(to right, #ebf3f5, #f4fcfe);
    margin-top: 26px;
}
.blue-combination .counter.blue.color1 {
    background: linear-gradient(to right, #bfd4f6, #f4fcfe);
}
.blue-combination .counter.blue.color2 {
    background: linear-gradient(to right, #dba19c, #f4fcfe);
}
.blue-combination .counter.blue.color3 {
    background: linear-gradient(to right, #ffe49a, #f4fcfe);
}
.blue-combination .counter.blue.color4 {
    background: linear-gradient(to right, #a2e4b5, #f4fcfe);
}
.blue-combination .sbbs-header-area .header-inner {
    max-width: 100%;
    margin: 0 auto;
  /*  background: #fff;*/
    border-radius: 20% 20% 50% 50%;
}
.blue-combination .header-inner p {
    color: #000 !important;
}
/*.blue-combination .header-area {
    background: #f7fafe;
}*/
.blue-combination .iq-pb-70 {
    padding-bottom: 40px;
}
.blue-combination .three-services .buy-now {
    justify-content: center;
}
.blue-combination .three-services .buy-now {
    padding-top: 5px;
}
.save-offer {
    background: #4e89ec;
}
.blue-combination .sbbs-header-area .header-inner {
    padding-top: 150px;
    z-index: 1;
    position: relative;
}
 .footer-area {
    background: #ffffff !important;
}
.blue-combination .iq-box-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
footer.footer-area-2 .footer-widget-area {
    padding-bottom: 0;
    padding-top: 60px;
}
.blue-combination .testimonial {
    background: #fff;
}
.blue-combination .test-img {
    padding: 10px 15px 0;
}
.blue-combination .bg-color.home-four-testimonial, .blue-combination .faq-tab {
    position: relative;
}
.blue-combination .bg-color.home-four-testimonial::before, .blue-combination .faq-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fafafb;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.number-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #858c97;
    position: absolute;
    top: -6%;
    left: 45%;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 24px;
}
.counter .migration-step-img {
    left: 74%;
    top: -17%;

}


.step-sec #heading {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    padding-bottom:10px;
}

.step-sec #msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 35px;
    border-radius: 10px;
}

    .step-sec #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        position: relative
    }

.step-sec .form-card {
    text-align: left
}

.step-sec #msform fieldset:not(:first-of-type) {
    display: none
}

.step-sec #msform input,
.step-sec #msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 29px;
    height: 42px;
    border-radius: 5px;
}

    .step-sec #msform input:focus,
    .step-sec #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #673AB7;
        outline-width: 0
    }

.step-sec #msform .action-button {
    width: 100px;
    background: #578feb;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    border-radius: 8px;
    line-height: 0px;
    height: 40px;
}

    .step-sec #msform .action-button:hover,
    .step-sec #msform .action-button:focus {
        background-color: #8aace3;
    }

.step-sec #msform .action-button-previous {
    width: 100px;
    background: #aeb1b3;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
    border-radius: 8px;
    line-height: 0px;
    height: 40px;
}

    .step-sec #msform .action-button-previous:hover,
    .step-sec #msform .action-button-previous:focus {
        background-color: #000000
    }

.step-sec .card {
    z-index: 0;
    border: none;
    position: relative
}

.step-sec .fs-title {
    font-size: 25px;
    color: #578feb;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #010101;
    font-weight: normal;
    font-size: 16px;
}

.step-sec .steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.step-sec .fieldlabels {
    color: gray;
    text-align: left
}

.step-sec #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    .step-sec #progressbar .active {
        color: #673AB7
    }

    .step-sec #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400
    }

    .step-sec #progressbar #account:before {
        font-family: FontAwesome;
        content: "1"
    }

    .step-sec #progressbar #personal:before {
        font-family: FontAwesome;
        content: "2"
    }

    .step-sec #progressbar #payment:before {
        font-family: FontAwesome;
        content: "3"
    }

    .step-sec #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "4"
    }

    .step-sec #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    .step-sec #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    .step-sec #progressbar li.active:before,
    .step-sec #progressbar li.active:after {
        background: #578feb;
    }

.step-sec .progress {
    height: 20px
}

.step-sec .progress-bar {
    background-color: #578feb;
}

.step-sec .fit-image {
    width: 100%;
    object-fit: cover
}
.step-img img {
    margin-top: 110px;
    width: 100%;
    text-align: center;
}
.step-sec{
    margin-top:50px;
    margin-bottom:60px;
}
.step-main-area{
    margin-top:80px !important;
}

.steps-process{
    padding-top:50px;
}
.form-bg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.form-bg.enquiry-form {
    margin-top: 145px !important;
}
.form-bg .iq-title-box.text-center {
    margin-bottom: 25px;
}
.form-bg.enquiry-form {
    padding: 25px 50px 15px 50px !important;
}
.form-bg input.wpcf7-submit {
    line-height: 1.4;
    font-weight: 600;
}
.reco-btn a:hover {
    background: #fff;
}
.iq-testimonial-info{
    position:relative;
}
.iq-testimonial::before {
    content: "";
    position: absolute;
    top: -48px;
    left: -20px;
    width: 200px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(to top, #cce5fe 0%, #c8d8f3 100%), rgba(255, 255, 255, 0.8);
 /*   box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);*/
    z-index: -1;
    opacity: 0.2;
}

.iq-testimonial::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -25px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(to top, #cce5fe 0%, #c8d8f3 100%), rgba(255, 255, 255, 0.8);
 /*   box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);*/
    z-index: -1;
    opacity: 0.2;
}
/*New Timeline css here*/
.timeline {
    display: flex;
    flex-direction: column;
    margin: 20px auto 50px;
    position: relative;
}

.timeline__event {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 30px 0;
    border-radius: 6px;
    align-self: center;
    width: 70vw;
}

    .timeline__event:nth-child(2n+1) {
        flex-direction: row-reverse;
    }

        .timeline__event:nth-child(2n+1) .timeline__event__date {
            border-radius: 0 6px 6px 0;
        }

        .timeline__event:nth-child(2n+1) .timeline__event__content {
            border-radius: 6px 0 0 6px;
        }

        .timeline__event:nth-child(2n+1) .timeline__event__icon:before {
            content: "";
            width: 2px;
            height: 100%;
            background: #4d78bc;
            position: absolute;
            top: 0%;
            left: 50%;
            right: auto;
            z-index: -1;
            transform: translateX(-50%);
            -webkit-animation: fillTop 2s forwards 4s ease-in-out;
            animation: fillTop 2s forwards 4s ease-in-out;
        }

        .timeline__event:nth-child(2n+1) .timeline__event__icon:after {
            content: "";
            width: 100%;
            height: 2px;
            background: #4d78bc;
            position: absolute;
            right: 0;
            z-index: -1;
            top: 50%;
            left: auto;
            transform: translateY(-50%);
            -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
            animation: fillLeft 2s forwards 4s ease-in-out;
        }

.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #9251ac;
    letter-spacing: 1.5px;
}

.timeline__event__content {
    padding: 30px 20px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    background: #fff;
    width: calc(70vw - 84px);
    border-radius: 0 6px 6px 0;
}

.timeline__event__date {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    background: #7a9fda;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
}

.timeline__event__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9251ac;
    padding: 20px;
    align-self: center;
    margin: 0 20px;
    background: #ffffff;
    border-radius: 100%;
    width: 93px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    padding: 10px;
    height: 80px;
    position: relative;
    border: 2px dotted #7a9fda;
}

    .timeline__event__icon i {
        font-size: 32px;
    }

    .timeline__event__icon:before {
        content: "";
        width: 2px;
        height: 100%;
        background: #f6a4ec;
        position: absolute;
        top: 0%;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        -webkit-animation: fillTop 2s forwards 4s ease-in-out;
        animation: fillTop 2s forwards 4s ease-in-out;
    }

    .timeline__event__icon:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #7a9fda;
        position: absolute;
        left: 0%;
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
        -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
        animation: fillLeftOdd 2s forwards 4s ease-in-out;
    }

.timeline__event__description {
    flex-basis: 60%;
}

.timeline__event--type2:after {
    background: #555ac0;
}

.timeline__event--type2 .timeline__event__date {
    color: #ffffff;
    background: #f68c83;
}

.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
    background: #87bbfe;
}

.timeline__event--type2 .timeline__event__icon {
    background: #ffffff;
    color: #555ac0;
    border: 2px dotted #f68c83
}

    .timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
        background: #f37267;
    }

.timeline__event--type2 .timeline__event__title {
    color: #555ac0;
}

.timeline__event--type3:after {
    background: #24b47e;
}

.timeline__event--type3 .timeline__event__date {
    color: #ffffff;
    background-color: #d6b45a;
}

.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
    background: #d6b45a;
}

.timeline__event--type3 .timeline__event__icon {
    background: #ffffff;
    color: #24b47e;
    border: 2px dotted #d6b45a;
}

    .timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
        background: #aff1b6;
    }

.timeline__event--type3 .timeline__event__title {
    color: #24b47e;
}
.timeline__event--type4 .timeline__event__date {
    color: #ffffff;
    background-color: #53a069;
}
.timeline__event--type4 .timeline__event__icon:after {
    background: #53a069;
}
.timeline__event--type4 .timeline__event__icon {
    border: 2px dotted #53a069;
}
.timeline__event:last-child .timeline__event__icon:before {
    content: none;
}

@-webkit-keyframes fillLeft {
    100% {
        right: 100%;
    }
}

@keyframes fillLeft {
    100% {
        right: 100%;
    }
}

@-webkit-keyframes fillTop {
    100% {
        top: 100%;
    }
}

@keyframes fillTop {
    100% {
        top: 100%;
    }
}

@-webkit-keyframes fillLeftOdd {
    100% {
        left: 100%;
    }
}

@keyframes fillLeftOdd {
    100% {
        left: 100%;
    }
}
.timeline__event__description p{
   margin-bottom:0px;
}
.form-bg a.btn:hover{
    background:#fff;
}
.blue-combination .home-four-testimonial .description {
    padding: 40px;
    margin-bottom: 50px;
    background: #fff;
    border: 3px dashed #4487f5;
    border-top: none;
    border-radius: 120px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
    margin-top: 115px;
    min-height: 235px;
}
.blue-combination .home-four-testimonial .description::before {
    content: "\f10d";
    width: 250px;
    height: 250px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 110px;
    border-radius: 50%;
    border: 3px dashed #4487f5;
    background: #fff;
    margin: 0 auto;
    font-size: 50px;
    color: #4487f5;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    z-index: -1;
    text-align: center;
}
.blue-combination .home-four-testimonial .testimonial {
    background: transparent;
}
.blue-combination .home-four-testimonial .test-img{
    position:relative;
}
.blue-combination .home-four-testimonial .test-img:before {
    content: "";
    width: 60px;
    border: 2px dashed #4487f5;
    margin: 0 auto;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
}
.recommendation-btn {
    bottom: -12px;
    position: absolute;
}
.recommendation-btn a {
    background: #7a9fda;
    padding: 7px 10px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #7a9ed9;
}
.recommendation-btn a:hover {
    background: #fff !important;
}
.timeline__event--type1 .recommendation-btn a {
    background: #7a9fda;
}
.timeline__event--type2 .recommendation-btn a {
    background: #f68c83;
    border: 1px solid #f68c83;
}
.timeline__event--type3 .recommendation-btn a {
    background: #d6b45a;
    border: 1px solid #d6b45a;
}
.timeline__event--type4 .recommendation-btn a {
    background: #53a069;
    border: 1px solid #53a069;
}
.faq-style-chg .accordion .accordion-button.collapsed:before {
    float: unset !important;
    content: "\f105";
    background: #fff;
    border: 1px solid #6e8898;
    color: #000;
}
.faq-style-chg .accordion .accordion-button:before {
    float: unset !important;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 46px;
    background: #4487f5;
    border: 1px solid #4487f5;
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: -40px;
    transition: all 0.3s ease 0s;
}
.faq-style-chg #accordion .single-accordion:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #6e8898;
    position: absolute;
    top: 25px;
    left: -20px;
}
.faq-style-chg #accordion .single-accordion:last-child:before{
    display:none;
}
.faq-style-chg .single-accordion .card-header h3 button {
    line-height: 20px !important;
    border-radius: 0px 10px 0 0;
}
.faq-style-chg .single-accordion .card-header h3 .accordion-button.collapsed, .faq-style-chg .single-accordion .card-header h3 .accordion-button {
    background: #f7f7f7;
    color: #000000;
}
.faq-style-chg .single-accordion .card-header h3 .accordion-button.collapsed {
    border-radius: 0px 10px 10px 0px;
}
.faq-style-chg{
    padding-left:50px;
}
.faq-style-chg .single-accordion .card-body {
    margin: 0;
}
.faq-style-chg .single-accordion .card-header {
    background: #f7f7f7;
}
.faq-style-chg .single-accordion {
    margin-bottom: 20px;
}
.new-step-sec .iq-title-box.text-center {
    margin-bottom: 0px;
}
.new-step-sec{
    padding:100px 0px 50px 0px;
}
.section-title .partner-official-wrap .title {
    margin-bottom: 0px;
}
.partner-official-wrap {
    padding-bottom: 0px;
}
.single-accordion .card-header .btn {
    font-size: 15px;
}
.single-accordion .card-body {
    margin: 0px 0 0px;
}
.portfolio-tem.style-8 .portfolio-8-images img {
    border-radius: 15px;
}
.portfolio-tem.style-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.portfolio-tem.style-8 .portfolio-8-images {
    max-width: 645px;
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
}
.portfolio-tem.style-8 .portfolio-content {
    max-width: 500px;
    width: 100%;
}
.portfolio-tem.style-8 .portfolio-content .number {
    display: block;
    font-size: 124px;
    font-weight: var(--tj-fw-bold);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    letter-spacing: 0.02em;
    margin-bottom: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 1;
}
.portfolio-tem.style-8 .portfolio-content .number {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(135, 80, 247, 0.2);
}
.portfolio-tem:hover.style-8 .portfolio-content .number {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #000000;
}
.portfolio-tem.style-8 .portfolio-content .title {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
}
.portfolio-tem.style-8 .portfolio-content .arrow_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.portfolio-tem.style-8 .portfolio-content .arrow_link {
    color: #140c1c;
    border: 1px solid #d9d9d9;
}
.portfolio-tem.style-8 .portfolio-content .arrow_link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(var(--tj-theme-secondary)), to(var(--tj-theme-primary)));
    background: linear-gradient(-90deg, #000000 0%, #000000 100%);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: -1;
}
.portfolio-tem.style-8:hover .portfolio-content .arrow_link::before {
    opacity: 1;
    visibility: visible;
}
.portfolio-tem.style-8 .portfolio-content .arrow_link .icon_box {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding: 0 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.portfolio-tem.style-8 .portfolio-content .arrow_link .icon_box .icon_first, .portfolio-tem.style-8 .portfolio-content .arrow_link .icon_box .icon_second {
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-weight: 900;
}
.portfolio-tem.style-8 .portfolio-content .arrow_link .icon_box .icon_second {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    color: #fff;
}
.portfolio-tem:hover.style-8 .portfolio-content .arrow_link .icon_box .icon_second {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.portfolio-wrapper-8 .portfolio-tem.style-8:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tj-portfolio-section.style-8::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30%;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: #8750f7;
    background: linear-gradient(45deg, #bfbfbf 0%, rgba(115, 67, 210, 0) 100%);
    -webkit-filter: blur(150px);
    filter: blur(150px);
    opacity: 0.3;
    z-index: -1;
}
.partner-logo ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    max-width: 750px;
    margin: 0 auto;
}
.partner-logo ul li img {
    width: 190px;
    object-fit: contain;
}
.header-inner .partner-logo a {
    background: transparent;
    border: 0;
}
.happy-client {
    padding: 75px 0 75px;
}
.happy-client h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom:16px;
}
.happy-client ul {
    padding-left: 0;
    margin-bottom: 10px;
}
.happy-client ul li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.happy-client ul li::before {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 14px;
    color: #000000;
}
.happy-client .iq-counter.iq-counter-style-1:before {
    background: #c7c7c7;
}
.happy-client .iq-counter.iq-counter-style-1 .counter-content .counter-title-text {
    font-weight: 500;
}
.happy-client h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.happy-client .client-content p {
    margin-bottom: 16px;
    text-align: justify;
    padding-top: 20px;
}
.happy-client .iq-counter.iq-counter-style-1 .counter-content {
    padding: 30px 15px;
    min-height: 160px;
}
.happy-client .iq-counter.iq-counter-style-1 .counter-content .counter-title-text {
    line-height: 1.2;
}
.why-sec.about-section {
    background: url('../../img/why.jpg') no-repeat left;
    background-size: 65% 85%;
    overflow: hidden;
    padding: 100px 0;
    margin-bottom: -50px;
}
.why-sec .inner-container {
    width: 55%;
    float: right;
    background-color: #fdfdfd;
    padding: 70px 60px 70px 50px;
    border-radius: 10px 0 0 10px;
}
.why-sec .inner-container h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
}
.why-sec .about-partner ul {
    list-style: none;
    padding-left: 0px;
}
.why-sec .about-partner li {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    padding-bottom: 5px;
}
.why-sec .about-partner i {
    font-size: 14px;
    margin-right: 6px;
    color: #000000;
}
.happy-client .iq-counter .iq-counter-info .timer, .happy-client .iq-counter .iq-counter-info .counter-symbol, .happy-client .iq-counter .iq-counter-info .counter-after-content {
    color: #000000;
    font-size: 35px;
}
.why-tizzy-cloud ul li {
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
    padding-bottom: 15px;
    text-align: justify;
}
.why-tizzy-cloud p{
    text-align: justify;
}
.why-tizzy-cloud ul li::before {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 14px;
    color: #000000;
}
.vision {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px 25px 10px;
    /* min-height: 370px;*/
}
.vision-img img {
    height: 360px;
    object-fit: cover;
}
.vision-mission-wrap h2 {
    font-size: 25px;
    margin-bottom: 16px;
}
.vision-mission-wrap h2 i {
    color: #4982e1;
}
.vision-mission-wrap ul{
    padding-left:0;
}
.vision-mission-wrap ul li {
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
    padding-bottom: 15px;
}
.vision-mission-wrap ul li::before {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 14px;
    color: #000000;
}
.vision-mission-wrap{
    padding-bottom:80px;
}
.partner-logo ul li{
    padding:0 50px;
}
.our-companies .sec-title__top {
    justify-content: center;
}

.companies-img img {
    width: 205px;
    height: 55px;
    object-fit: contain;
}

.companies-content h2 {
    font-size: 21px;
    margin-top: 27px;
    position: relative;
    margin-bottom: 35px;
}

.companies-content h2::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 2px;
    background: #297bfc;
    top: 36px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.companies-content p {
    font-size: 15px;
    color: #000;
}

.our-companies-inner {
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    padding: 28px 28px 10px;
    border-radius: 10px 10px 0px 0px;
    background: url('../../img/group-logo/w-bg.jpg');
    border: 1px solid #efefef;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 187px;
    width: 100%;
}

.companies-content-link {
    background: #fff;
    padding: 10px 20px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    border-bottom: 3px solid #297bfc;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.companies-content-link:hover {
    background: #297bfc;
}

.companies-content-link:hover span {
    color: #fff;
}
.our-companies .sec-title {
    margin-bottom: 51px;
}

.company-sec ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
}

.company-sec ul li {
    list-style: none;
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    position: relative;
}

.company-sec ul li::before {
    content: '';
    border-left: 1px solid #297bfc;
    width: 1px;
    height: 50px;
    position: absolute;
    top: -49px;
    left: 50.1%;
    transform: translateX(-50.1%);
}

.company-sec ul li::after {
    content: '.';
    font-size: 84px;
    line-height: 0;
    position: absolute;
    top: -74px;
    left: 50.1%;
    transform: translateX(-50.1%);
    color: #297bfc;
}

.company-sec ul li:first-child {
    flex: 100%;
    max-width: 100%;
    padding-bottom: 30px;
}

.company-sec ul li:first-child::after {
    content: '';
    border-left: 1px solid #297bfc;
    width: 1px;
    height: 30px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.company-sec ul li:first-child::before {
    content: '';
    border-bottom: 1px solid #297bfc;
    width: 66.8%;
    height: 1px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.company-sec ul li:first-child .company-wrap {
    width: 50%;
    margin: 0 auto;
}
.group-companies-top {
    height: 300px;
}
.about-partner .partner-logo ul li {
    padding: 0 25px;
}
.about-partner .partner-logo {
    padding-top: 25px;
}
.about-partner .partner-logo ul {
    margin-left: -25px;
    margin-right: -25px;
}
.why-sec p {
    text-align: justify;
    padding-top: 20px;
}
.partner-heading, .happy-heading {
    position: relative;
}
.partner-heading .rating,.happy-client .rating {
    left: 45px;
}
.secton-faq-four .single-accordion .card-body {
    line-height: 1.5;
    text-align: justify;
}
.client-wrap {
    background: #fbfbfb;
    padding: 50px 0;
}
.service-sec .top-heading .title, .client-wrap .top-heading .title {
    padding-bottom: 10px;
}
.service-sec .top-heading p, .client-wrap .top-heading p {
    padding-top: 20px;
}
.footer-area-2 .widget_nav_menu ul li a{
    position:relative;
    padding-left:20px;
}
.footer-area-2 .widget_nav_menu ul li a::before {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top:0;
    left: 0;
    font-size: 14px;
    color: #000000;
}
.footer-area-2 .widget_nav_menu ul li a:hover::before {
    color: #4487f5;
}
.sosi1 i:hover {
    color: #fff;
    background: #4487f5;
}
.about-page img{
    object-fit:cover;
}
.about-img{
    position:relative;
}
.about-img::before {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dashed #fff;
    border-radius: 10px;
    z-index: -1;
    background-color: #4487F4;
}
.about01_experiance {
    position: absolute;
    left: 0px;
    bottom: 0;
    padding: 10px 40px;
    border-radius: 10px 10px 10px 0;
    z-index: 1;
    background-color: #4487F4;
}
.about01_experiance:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed #fff;
    border-radius: 10px;
    z-index: -1;
    background-color: #4487F4;
}
.about01_experiance span {
    display: block;
    color: #fff;
    font-size: 27px;
}
.about01_experiance h3 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 0px;
}
.about01_experiance p {
    color: #fff;
    margin-bottom: 0px;
    letter-spacing: 5px;
}
.about-img:before {
    border: none !important;
    /* left: 0px; */
    right: 0px !important;
    bottom: 0px !important;
    top: 155px !important;
}
.why-tizzy-mail {
    padding: 50px 0 50px;
    background: #fbfbfb;
    margin-bottom: 50px;
}
.why-tizzy-mail h2, .tizzy-today-wrap h2 {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.why-mail-wrap, .tizzy-today-wrap {
    position: relative;
}
.why-mail-wrap .rating, .tizzy-today-wrap .rating {
    left: 44px;
}
.why-heading, .tizzy-today-heading {
    padding-bottom: 20px;
}
.why-tizzy-mail ul {
    padding-left: 0;
}
.why-tizzy-mail ul li {
    position: relative;
    padding: 5px 0;
    padding-left: 25px;
    text-align: justify;
}
.why-tizzy-mail ul li::before {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 14px;
    color: #000000;
}
.tizzy-today-sec {
    padding: 0 0 50px;
}
.why-tizzy-mail.key-feature {
    background: #fff;
    padding: 0;
}
.flexible-heading{
    padding-bottom:20px;
}
.tizzy-today-wrap h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height:1.3;
}
.tizzy-today-wrap p {
    text-align: justify;
    line-height: 1.3;
}
.client-slider-logo .slide-item {
    padding: 0 10px;
}
.happy-client .iq-title-box.iq-title-box-2 .iq-subtitle, .home-testimonial .iq-title-box.iq-title-box-2 .iq-subtitle {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0px;
}
.secton-faq-four{
    margin-top:75px !important
}
.about-heading {
    padding-bottom: 30px;
    position: relative;
}
.about-heading .rating {
    left: 42px;
}
.why-tizzy-heading {
    padding-bottom: 30px;
    position: relative;
}
.why-tizzy-heading .rating {
    left: 42px;
}
.sec-title__title {
    font-size: 25px;
}