.cd-header h1, .cd-header p, .cd-pricing-switcher {
    text-align: center
}

.contact-box a, a {
    text-decoration: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

body {
    line-height: 1;
    font-family: "Open Sans",sans-serif
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-size: 62.5%
}

    html * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.cd-pricing-section {
    background-color: #173d50;
    margin-top: 70px;
    padding: 50px 0 10px
}

a {
    color: #333
}

.cd-header {
    position: relative
}

    .cd-header h1 {
        color: #FFF;
        font-size: 2.2rem;
        padding-right: 25px
    }

.cal_sec {
    margin: auto;
    width: 1140px;
    background: #e8e7e7
}

.cal_in {
    background: #173d50;
    height: 470px;
    padding: 50px
}

.cd-pricing-container {
    width: 90%;
    max-width: 1170px;
    margin: 2em auto
}

@media only screen and (min-width:768px) {
    .cd-header h1 {
        font-size: 2.2rem;
        font-weight: 300
    }

    .cd-pricing-container.cd-full-width {
        width: 100%;
        max-width: none
    }
}

.cd-pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px 2px 2px 24px;
    border-radius: 50em;
    border: 1px solid #225b78
}

.cd-pricing-switcher input[type=text] {
    position: absolute;
    font-size: 25px !important;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #93ce2c;
    border-radius: 0;
    outline: 0;
    text-align: center;
    color: #fff;
    height: 3.4rem;
    width: 36% !important;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.center {
    width: 208px;
    margin: 20px auto
}

.cd-header p {
    color: #ccc;
    padding: 10px
}

.cd-pricing-switcher h2 {
    color: #93ce2c;
    font-size: 18px
}

.center .input-group-btn > .btn {
    position: relative;
    background: 0 0;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700
}

.cd-pricing-switcher input[type=text]:focus {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff
}

.cd-pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: right;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.8rem;
    color: #FFF
}

.cd-pricing-switcher .cd-switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 90px;
    background-color: #93ce2c;
    border-radius: 50em;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s
}

.cd-pricing-switcher input[type=radio]:checked + label + .cd-switch, .cd-pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .cd-switch {
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(180px)
}

.no-js .cd-pricing-switcher {
    display: none
}

.cd-pricing-list > li {
    position: relative;
    margin-bottom: 1em
}

@media only screen and (min-width:768px) {
    .cd-pricing-list:after {
        content: "";
        display: table;
        clear: both
    }

    .cd-pricing-list > li {
        width: 45%;
        float: left;
        margin: 2.5%
    }

    .cd-has-margins .cd-pricing-list > li {
        width: 24.25%;
        float: left;
        margin-right: 1.5%
    }

        .cd-has-margins .cd-pricing-list > li:last-of-type {
            margin-right: 0
        }
}

.cd-pricing-wrapper {
    position: relative;
    background: #fff;
    text-align: center
}

.touch .cd-pricing-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px
}

.cd-pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate .5s;
    -moz-animation: cd-rotate .5s;
    animation: cd-rotate .5s
}

.cd-pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse .5s;
    -moz-animation: cd-rotate-inverse .5s;
    animation: cd-rotate-inverse .5s;
    opacity: 0
}

.cd-pricing-wrapper.is-switched .is-selected {
    opacity: 1
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: cd-rotate-back .5s;
    -moz-animation: cd-rotate-back .5s;
    animation: cd-rotate-back .5s
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse-back .5s;
    -moz-animation: cd-rotate-inverse-back .5s;
    animation: cd-rotate-inverse-back .5s;
    opacity: 0
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1
}

.cd-pricing-wrapper > li {
    background-color: #FFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: transparent solid 1px
}

    .cd-pricing-wrapper > li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        pointer-events: none;
        background: -webkit-linear-gradient(right,#FFF,rgba(255,255,255,0));
        background: linear-gradient(to left,#FFF,rgba(255,255,255,0))
    }

    .cd-pricing-wrapper > li.is-ended::after {
        display: none
    }

.cd-pricing-wrapper .is-visible {
    position: relative;
    z-index: 5
}

.cd-pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.cd-pricing-wrapper .is-selected {
    z-index: 3 !important
}

@media only screen and (min-width:768px) {
    .cd-has-margins .cd-pricing-wrapper > li::before, .cd-pricing-wrapper > li::after, :nth-of-type(1) > .cd-pricing-wrapper > li::before {
        display: none
    }

    .cd-pricing-wrapper > li::before {
        content: '';
        position: absolute;
        z-index: 6;
        left: -1px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50%;
        background-color: #b1d6e8
    }

    .cd-popular .cd-pricing-wrapper > li {
        box-shadow: inset 0 0 0 3px #e97d68
    }

    .cd-has-margins .cd-popular .cd-pricing-wrapper > li, .cd-has-margins .cd-pricing-wrapper > li {
        box-shadow: 0 1px 5px rgba(0,0,0,.1)
    }

    .cd-secondary-theme .cd-pricing-wrapper > li {
        background: #3aa0d1;
        background: -webkit-linear-gradient(bottom,#3aa0d1,#3ad2d1);
        background: linear-gradient(to top,#3aa0d1,#3ad2d1)
    }

    .cd-secondary-theme .cd-popular .cd-pricing-wrapper > li {
        background: #e97d68;
        background: -webkit-linear-gradient(bottom,#e97d68,#e99b68);
        background: linear-gradient(to top,#e97d68,#e99b68);
        box-shadow: none
    }

    .cd-has-margins .cd-pricing-wrapper > li {
        border-radius: 4px 4px 6px 6px
    }

    .cd-popular .cd-pricing-wrapper > li::before, .cd-popular + li .cd-pricing-wrapper > li::before {
        display: none
    }
}

@media only screen and (min-width:1500px) {
    .cd-full-width .cd-pricing-wrapper > li {
        padding: 2.5em 0
    }
}

.no-js .cd-pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em
}

.cd-pricing-header {
    position: relative;
    z-index: 1;
    height: 115px;
    padding: 1em;
    pointer-events: none;
    background-color: #dddbdb;
    color: #173d50
}

    .cd-pricing-header h2 {
        margin-bottom: 3px;
        font-weight: 700;
        text-transform: uppercase;
        background: #f1f1f1;
        padding: 5px 0
    }

.cd-popular .cd-pricing-header {
    background-color: #e97d68
}

@media only screen and (min-width:768px) {
    .cd-pricing-header {
        height: auto;
        padding: 1.9em .9em 1.6em;
        pointer-events: auto;
        text-align: center;
        color: #173d50;
        background-color: transparent
    }

    .cd-popular .cd-pricing-header {
        color: #e97d68;
        background-color: transparent
    }

    .cd-secondary-theme .cd-pricing-header {
        color: #FFF
    }

    .cd-pricing-header h2 {
        font-size: 1.8rem;
        letter-spacing: 2px
    }
}

.cd-currency, .cd-value {
    font-size: 3rem;
    font-weight: 300
}

.cd-duration {
    font-weight: 700;
    font-size: 1.3rem;
    color: #777;
    text-transform: uppercase
}

.cd-popular .cd-duration {
    color: #f3b6ab
}

.cd-duration::before {
    content: '/';
    margin-right: 2px
}

@media only screen and (min-width:768px) {
    .cd-value {
        font-size: 7rem;
        font-weight: 300
    }

    .cd-currency, .cd-duration {
        color: rgba(23,61,80,.4)
    }

    .cd-popular .cd-currency, .cd-popular .cd-duration {
        color: #e97d68
    }

    .cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
        color: #2e80a7
    }

    .cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
        color: #ba6453
    }

    .cd-currency {
        display: inline-block;
        margin-top: 10px;
        vertical-align: top;
        font-size: 3rem;
        font-weight: 700
    }

    .cd-duration {
        font-size: 1.4rem
    }
}

.box-rounded p, .left-Side, .rightS, .rightS .number13, .select-price span, .solution_s, span.number {
    vertical-align: middle
}

.cd-pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.is-switched .cd-pricing-body {
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .cd-pricing-body {
        overflow-x: visible
    }
}

.cd-pricing-features li, .cd-select {
    overflow: hidden;
    white-space: nowrap
}

.cd-pricing-features:after {
    content: "";
    display: table;
    clear: both
}

.cd-pricing-features li {
    padding: 10px 0 20px;
    font-size: 1.6rem;
    text-align: center
}

.cd-pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600
}

@media only screen and (min-width:768px) {
    .cd-pricing-features {
        width: auto
    }

        .cd-pricing-features li {
            float: none;
            width: auto;
            padding: 1em
        }

    .cd-popular .cd-pricing-features li {
        margin: 0 3px
    }

    .cd-pricing-features li:nth-of-type(2n+1) {
        background-color: rgba(23,61,80,.06)
    }

    .cd-pricing-features em {
        display: inline-block;
        margin-bottom: 0
    }

    .cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
        margin: 0
    }

    .cd-secondary-theme .cd-pricing-features li {
        color: #FFF
    }

        .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
            background-color: transparent
        }
}

.cd-pricing-footer {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%
}

    .cd-pricing-footer::after {
        content: '';
        position: relative;
        right: 1em;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 20px;
        width: 20px
    }

@media only screen and (min-width:768px) {
    .cd-pricing-footer {
        position: relative;
        height: auto;
        padding: 1.8em 0;
        text-align: center
    }

        .cd-pricing-footer::after {
            display: none
        }

    .cd-has-margins .cd-pricing-footer {
        padding-bottom: 0
    }
}

.cd-select {
    position: relative;
    z-index: 1;
    height: 100%;
    color: #fff;
    background: #173d50;
    padding: 10px 30px
}

@media only screen and (min-width:768px) {
    .cd-select {
        position: static;
        display: inline-block;
        height: auto;
        padding: 1.3em 3em;
        color: #FFF;
        border-radius: 2px;
        background-color: #0c1f28;
        font-size: 1.4rem;
        text-indent: 0;
        text-transform: uppercase;
        letter-spacing: 2px
    }

    .no-touch .cd-select:hover {
        background-color: #112e3c
    }

    .cd-popular .cd-select {
        background-color: #e97d68
    }

    .no-touch .cd-popular .cd-select:hover {
        background-color: #ec907e
    }

    .cd-secondary-theme .cd-popular .cd-select {
        background-color: #0c1f28
    }

    .no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
        background-color: #112e3c
    }

    .cd-has-margins .cd-select {
        display: block;
        padding: 1.7em 0;
        border-radius: 0 0 4px 4px
    }
}

@-webkit-keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0)
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg)
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg)
    }
}

@-moz-keyframes cd-rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0)
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(200deg)
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(180deg)
    }
}

@keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0)
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg)
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg)
    }
}

@-webkit-keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg)
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg)
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0)
    }
}

@-moz-keyframes cd-rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg)
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(20deg)
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0)
    }
}

@keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg)
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg)
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0)
    }
}

@-webkit-keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0)
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg)
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg)
    }
}

@-moz-keyframes cd-rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0)
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(-200deg)
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg)
    }
}

@keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0)
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg)
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg)
    }
}

@-webkit-keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg)
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg)
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0)
    }
}

@-moz-keyframes cd-rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg)
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(-20deg)
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0)
    }
}

@keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg)
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg)
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0)
    }
}

[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

    [type=radio]:checked + label, [type=radio]:not(:checked) + label {
        position: relative;
        padding-left: 12px;
        cursor: pointer;
        line-height: 40px;
        display: inline-block;
        color: #93ce2c
    }

        [type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 4px;
            top: 4px;
            width: 30px;
            height: 30px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff
        }

        [type=radio]:checked + label:after, [type=radio]:not(:checked) + label:after {
            content: '';
            width: 20px;
            height: 20px;
            background: #93ce2c;
            position: absolute;
            top: 9px;
            left: 9px;
            border-radius: 100%;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

.price_cal, .select-price {
    position: relative;
    overflow: hidden
}

[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.select-price {
    margin: 20px auto
}

    .select-price img {
        width: 14%;
        display: inline-block
    }

    .select-price span {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        margin: auto;
        text-align: center;
        padding-left: 15px
    }

.card h4 {
    height: auto;
    color: #666;
    text-align: center;
    padding: 5px;
    font-size: 19px
}

.card {
    background: #fff;
    margin: 1%;
    height: auto;
    text-align: center;
    padding: 12px
}

.card-body.get-quate, .price_cal {
    margin: auto;
    display: block;
    text-align: center
}

.card p {
    font-size: 22px;
    font-weight: 700;
    padding: 0 10px 14px;
    color: #93ce2c
}

.no-padding {
    padding: 0
}

.card-body.get-quate {
    padding: 50px 0 0
}

.price_cal {
    padding: 60px 0 0
}

.price-user img {
    width: 11%
}

.card.price-user {
    min-height: 245px
}

input::placeholder {
    color: red
}

.input-group {
    width: 100%
}

.md-form.text_user {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px
}

form#mc-embedded-subscribe-form {
    padding: 42px 30px;
    margin-bottom: 20px
}

.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s
}

.card.final_price {
    border: 3px solid #93ce2c;
    padding: 9px
}

    .card.final_price p {
        color: #173d50
    }

.cd-contact-section {
    margin-top: 70px;
    padding: 50px 0 0 10px;
    background: #f1f1f1
}

.con-header h1 {
    text-align: center;
    color: #666;
    font-size: 2.2rem
}

.con-header h2 {
    text-align: center;
    color: #666;
    padding-bottom: 20px;
    font-size: 1.6rem
}

.con-header p {
    text-align: center
}

.get-quate .send_btn {
    text-align: center;
    margin: auto;
    display: block
}

.section-description {
    color: #c6c4c4;
    text-align: center;
    font-size: 14px;
    padding: 2px 0 52px;
    line-height: 1.8
}

.contact-icons .fa-2x {
    font-size: 2.5em;
    color: #93ce2c
}

ul.contact-icons {
    text-align: center
}

    ul.contact-icons li {
        line-height: 2;
        padding-bottom: 5px
    }

.contact-box a {
    color: #666;
    padding: 0;
    line-height: 1.5
}

div#contact-form {
    padding: 35px
}

.contact-icons p {
    color: #666;
    font-size: 14px
}

.contact-box img {
    background: #353e50;
    border-radius: 70%;
    display: block;
    height: 70px;
    margin: -50px auto 10px;
    width: 70px;
    padding: 14px 1px 1px 3px
}

.contact-box h2 {
    font-size: 16px;
    color: #666
}

.contact-box p {
    font-size: 18px;
    font-weight: 700;
    padding: 2px;
    color: #93ce2c
}

.center-on-small-only {
    text-align: center
}

.cd-contact-section .contact_info {
    padding: 10px 0 0
}

#contact-form .md-form label {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #666;
    position: absolute;
    top: .8rem;
    left: 0;
    font-size: 1.5rem;
    cursor: text
}

.Box1, .left-Side {
    position: relative
}
.cd-header h5 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.problem-bg-section {
    margin-top: 70px;
    padding: 60px 0 0 20px;
    background: url(../imgweb/Picture1.png) -45px;
    position: relative
}
.security-bg-section {
    margin-top: 70px;
    padding: 50px 0 0 10px;
    background: url(../imgweb/security-bg.jpg) -45px;
    position: relative
}

.silde-one {
    padding: 20px 0
}

.slide-three {
    padding: 50px 0
}

.slide-two {
    background: #173d50;
    padding: 20px 0
}

.heading-main {
    padding: 30px 0
}

    .heading-main h2 {
        color: #93ce2c;
        font-size: 30px;
        font-weight: 600
    }

.left-Side {
    background: #f1f1f1;
    text-align: center;
    padding: 20px;
    width: 100%;
    top: 155px
}

    .left-Side p {
        font-size: 18px;
        color: #666;
        line-height: 1.2
    }

.Box1 {
    width: 350px;
    height: 60px;
    margin-bottom: 10px
}

.color1 {
    background: #7CB342
}

.color2 {
    background: #FFB300
}

.color3 {
    background: #00ACC1
}

.color4 {
    background: #da9923
}

.color5 {
    background: #FF7043
}

.color6 {
    background: #4E997A
}

.color11 {
    color: #7CB342
}

.color21 {
    color: #FFB300
}

.color31 {
    color: #00ACC1
}

.color41 {
    color: #da9923
}

.color51 {
    color: #FF7043
}

.color61 {
    color: #4E997A
}

.overlayO {
    background: #f1f1f1;
    box-shadow: 1px 0 7px 2px #ccc;
    opacity: .9;
    position: absolute;
    left: 60px;
    top: -5px;
    width: 280px;
    height: 70px
}

span.number {
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    color: #fff;
    padding: 8px 15px;
    left: -52px;
    top: 10px;
    border: 3px solid #f1f1f1;
    display: table-cell
}

.box-rounded p, .leftS img, .rightS .number13, .rightS .number3 {
    display: inline-block
}

.overlayO p {
    color: #666;
    padding: 25px;
    font-size: 16px
}

.box-rounded {
    padding: 10px;
    border-radius: 30px;
    width: 85%;
    height: 100px;
    line-height: 1.2;
    float: none;
    margin: auto;
    color: #fff
}

    .box-rounded .number2 {
        font-size: 50px;
        font-weight: 900;
        width: 100px;
        padding-left: 15px;
        display: inline-block
    }

    .box-rounded p {
        font-size: 18px;
        width: 300px
    }

.marginB {
    margin-bottom: 30px
}

.rightS .number3 {
    font-size: 24px;
    font-weight: 700;
    padding: 10px;
    color: #fff
}

.rightS h4 {
    font-weight: 700;
    font-size: 18px;
    color: #666
}

.rightS .number13 {
    width: 90%;
    padding-left: 30px;
    line-height: 1.2
}

.leftS img {
    margin: auto;
    text-align: center
}

.circle_fix img, .circle_fix p, .solution_s {
    display: block;
    margin: auto
}

.leftS {
    text-align: center;
    margin: auto
}

.solution_s {
    min-height: 91px
}

.colorA {
    background: #4E997A
}

.colorB {
    background: #417F66
}

.rightS {
    padding-top: 20px
}

.colorC {
    background: #A6A6A6
}

.colorD {
    background: #595959
}

.right_sol {
    position: relative;
    justify-content: space-between
}

.dotted_circle {
    position: absolute;
    z-index: 1;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    border: 5px dotted #ccc
}

.slide-four {
    height: 650px;
    padding: 20px
}

.circle_fix {
    position: relative;
    width: 160px;
    height: 160px;
    background: #fafafa;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 6px 2px #f1ecec
}

    .circle_fix img {
        width: 70px;
        text-align: center;
        position: relative;
        top: 26px
    }

    .circle_fix p {
        text-align: center;
        position: relative;
        padding: 10px;
        font-size: 14px;
        color: #666;
        top: 14px
    }

.circle-four.circle_fix span {
    top: 107px
}

.circle_fix span {
    background: #4e997a;
    padding: 5px;
    position: absolute;
    top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.circle-one.circle_fix {
    top: -36px;
    left: 32px
}

.circle-two.circle_fix {
    left: -86px;
    top: 20px
}

.circle-three.circle_fix {
    top: 27px;
    left: 75px
}

.circle-four.circle_fix {
    left: 335px;
    top: -235px
}

.circle-five.circle_fix {
    left: 307px;
    top: -650px
}

.circle_middle {
    position: relative;
    top: -730px;
    right: -62px;
    z-index: 9;
    width: 310px;
    background: #fafafa;
    box-shadow: 1px 2px 3px #ccc;
    padding: 40px;
    border-radius: 50%
}

    .circle_middle img {
        margin: auto;
        width: 300px
    }

.triangle-left:after, .triangle-right1:after, .triangle-right:after {
    content: "";
    margin-top: -500px;
    border-top: 500px solid transparent;
    border-bottom: 500px solid transparent;
    display: block
}

.features_main h2 {
    text-align: center;
    color: #666;
    padding: 20px 0
}

.triangle-left, .triangle-right, .triangle-right1 {
    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 40px;
    overflow: hidden;
    height: 0
}

.triangle-right {
    width: 100%;
    padding-left: 5%
}

    .triangle-right:after {
        width: 0;
        height: 0;
        margin-left: 0;
        border-left: 680px solid #00ACC1
    }

.triangle-right1 {
    width: 100%;
    padding-left: 5%
}

    .triangle-right1:after {
        width: 0;
        height: 0;
        margin-left: 0;
        border-left: 680px solid #F90
    }

.triangle-left {
    width: 100%
}

    .triangle-left:after {
        width: 0;
        height: 0;
        border-right: 680px solid #7CB342
    }

.createS {
    position: relative;
    float: right;
    margin-bottom: 15px
}

    .createS h4, .createS p {
        position: absolute;
        color: #fff;
        left: 93px;
        width: 424px
    }

    .createS h4 {
        top: 10px;
        font-size: 22px
    }

    .createS p {
        top: 50px;
        font-size: 15px;
        float: right
    }

    .createS img, .createSa img {
        width: 82%
    }

.createSa {
    position: relative;
    float: left;
    margin-bottom: 20px
}

    .createSa h4, .createSa p {
        position: absolute;
        left: 190px;
        width: 424px;
        color: #fff
    }

    .createSa h4 {
        top: 10px;
        font-size: 22px
    }

    .createSa p {
        top: 50px;
        font-size: 15px
    }

.feature_work ul {
    list-style-type: disc;
    padding: 10px;
    margin-top: 32px
}

    .feature_work ul li {
        line-height: 2;
        font-size: 16px;
    }

.featuref-bg-section {
    margin-top: 70px;
    padding: 50px 0 0 10px;
    background: url(../imgweb/financial.png) -45px;
    position: relative
}

.featureS-bg-section {
    margin-top: 70px;
    padding: 50px 0 0 10px;
    background: url(../imgweb/staff_mg.png) -45px;
    height: 370px
}

.icon-Top {
    text-align: center;
    margin: auto;
    display: block;
    line-height: 2
}

    .icon-Top .fa-inr {
        color: #fff;
        font-size: 44px;
        border: 2px solid #fff;
        border-radius: 50px;
        padding: 16px 28px
    }

    .icon-Top i {
        color: #fff;
        font-size: 44px;
        border: 2px solid #fff;
        border-radius: 50px;
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .icon-Top h1 {
        padding: 30px 0;
        font-size: 48px;
        font-weight: 700;
        font-family: sofia
    }

.staff_cont {
    padding: 70px
}

.card1 img {
    width: 25% !important
}

#contact-form input[type=password], #contact-form input[type=search-md], #contact-form input[type=search], #contact-form input[type=tel], #contact-form input[type=time], #contact-form input[type=url], #contact-form input[type=text], #contact-form input[type=date], #contact-form input[type=datetime-local], #contact-form input[type=email], #contact-form input[type=number], #contact-form textarea.md-textarea {
    color: #000
}
