a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif
}

a {
    text-decoration: none !important
}

ul li {
    list-style: none
}

body {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif
}

.cta-pad-adj {
    padding: 90px 0 60px
}

.ready {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: #00ded812;
    padding: 60px 0
}

.moretext {
    display: none
}

.ready.ready1.ready3 .ready_left.ready_left1 img {
    position: absolute;
    left: -30px;
    top: -85px
}

.ready1 .ready_right h5:nth-child(1) {
    padding: 0;
    max-width: 460px
}

.ready_right h5 {
    color: #000;
    font-weight: 800;
    padding: 0 0 20px;
    max-width: 410px;
    text-transform: uppercase;
    font-size: 20px
}

.ready1 .ready_right p:nth-child(2) {
    margin-bottom: 20px;
    margin-top: 10px
}

.ready .cta_cmn_btn {
    text-align: left;
    margin-top: 0
}

.call-cta p {
    display: inline-block;
    font-size: 15px;
    padding-left: 10px;
    position: relative;
    top: 3px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 2
}

.call-cta p::after {
    content: '';
    background-color: #00a7d5;
    height: 30px;
    width: 1px;
    position: absolute;
    left: 0;
    top: -3px
}

.ready1 .ready_right .cta_cmn_btn a:nth-child(2) .fa,
.testimonial_area .cta_cmn_btn a:nth-child(2) .fa {
    margin-right: 1px;
    color: #00a7d5;
    transform: rotateZ(137deg);
    font-size: 26px;
    position: relative;
    top: 2px
}

.call-cta p em {
    font-style: normal;
    font-size: 14px;
    display: block;
    margin-bottom: 0;
    line-height: 8px
}

.ready_right .cta_cmn_btn a:nth-child(1),
.testimonial_area .cta_cmn_btn a:nth-child(1) {
    background-color: #00a7d5;
    color: #fff;
    margin-right: 5px
}

.ready_right a,
.testimonial_area .cta_cmn_btn a:nth-child(1) {
    padding: 10px 35px;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all .2s linear;
    font-size: 16px
}

.ready1 .ready_right .cta_cmn_btn a:nth-child(2),
.ready1 .ready_right .cta_cmn_btn a:nth-child(3) {
    position: relative;
    top: 2px
}

.ready1 .ready_right .cta_cmn_btn a:nth-child(2) {
    background-color: unset;
    color: #161c2d;
    border: unset;
    padding: unset;
    margin-right: 15px;
    margin-left: 15px
}

.ready1 .ready_right .cta_cmn_btn a:nth-child(3) {
    background-color: unset;
    color: #161c2d;
    border: unset;
    padding: unset
}

.ready1 .ready_right .cta_cmn_btn a:nth-child(3) .fas,
.testimonial_area .cta_cmn_btn a:nth-child(3) .fas {
    margin-right: 0;
    color: #00a7d5;
    font-size: 26px;
    margin-right: 5px
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.services-item {
    border: 1px solid #f5f5f5;
    margin-top: 30px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.services-item:hover {
    box-shadow: 0 9px 20px rgba(0, 0, 0, .2)
}

.services-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 196px
}

.services-text {
    background: #f5f5f5;
    padding: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 315px
}

.services-item:hover .services-text {
    background: #fff
}

.services-text h3 {
    margin-bottom: 15px
}

.services-text h3 a {
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    color: #00a7d5
}

.services-text .button-bn a {
    font-size: 16px;
    font-weight: 700
}

.services-text a:hover {
    color: #00ded8
}

.services-text p {
    margin-bottom: 10px;
    color: #515151;
    font-size: 14px
}

.headline {
    text-align: center;
    position: relative;
    padding-bottom: 12px
}

.headline h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.headline h2 span {
    font-weight: 400 !important
}

.headline h3 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #777
}

.image-effect {
    position: relative;
    display: block;
    vertical-align: top;
    max-width: 100%
}

.image-effect:after,
.image-effect:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .3);
    z-index: 6;
    -webkit-transition: transform .5s, opacity .2s ease-in-out 0s;
    -o-transition: transform .5s, opacity .2s ease-in-out 0s;
    transition: transform .5s, opacity .2s ease-in-out 0s;
    opacity: 0
}

.effect-item:hover .image-effect:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 1
}

.effect-item:hover .image-effect:after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 1
}

.pb_40 {
    padding-bottom: 60px !important
}

.pt_40 {
    padding-top: 60px !important
}

.no_space {
    padding-right: 0;
    padding-left: 0
}

a:active,
a:focus {
    outline: 0;
    border: none
}

:focus {
    border: none;
    box-shadow: none !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.modal {
    top: 0;
    background: #000000de
}

.modal-dialog {
    max-width: 500px;
    margin: 180px auto 0
}

.pop_heading {
    width: 100%;
    padding: 20px
}

.pop_heading p {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0 20px;
    line-height: 30px;
    word-spacing: 4px;
    text-align: center;
    margin-top: 25px
}

.pop_heading h4 {
    font-size: 23px;
    font-weight: 500;
    color: #00a7d5;
    text-align: center;
    padding: 0 0 0 30px
}

.blink {
    animation: blinker 1s linear infinite;
    -webkit-animation: blink-animation 1s steps(3, start) infinite;
    font-size: 30px;
    color: red
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

.mt-5 span {
    color: #00a7d5
}

.field {
    width: 100%;
    position: relative;
    margin: 0 0 10px
}

span.pop_icon {
    position: absolute;
    color: #00a7d5;
    left: 13px;
    top: 7px
}

.field .form-control {
    width: 100%;
    border-radius: 0;
    padding: 3px 0 4px 37px;
    resize: none
}

/*!
 * Custom Bootstrap v4.6.0
 */
:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
    .container {
        max-width: 720px
    }

    .chaton p em {
        display: none
    }

    .chaton p {
        display: none
    }

    .fa-comment-dots {
        display: none !important
    }
}

@media only screen and (min-device-width:834px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    button.s8_btn {
        font-size: 14px !important
    }

    .sec9_box a {
        font-size: 14px !important
    }

    .ban-form-img img {
        display: none
    }

    .banner_right {
        width: 100%;
        background: #fff;
        border-radius: 8px;
        padding: 50px 10px !important;
        padding-bottom: 0 !important
    }

    .banner_right h3 {
        font-size: 37px !important;
        bottom: 35px !important
    }

    .top_right a {
        font-size: 10px !important
    }

    .call-cta p {
        font-size: 9px
    }

    .ready.ready1.ready3 .ready_left.ready_left1 img {
        position: absolute;
        left: -9px;
        top: -55px
    }

    .services-text h3 a {
        font-size: 15px
    }

    .services-text {
        background: #f5f5f5;
        padding: 20px;
        height: 385px
    }

    .sec3_btop h4 {
        font-size: 18px !important
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }
}

.modal-content {
    border-radius: 5px
}

#popupform p {
    text-align: center;
    font-size: 14px;
    color: #f10e0e;
    margin: 19px 0 0
}

.modal-header {
    padding: 0;
    border: none
}

button.pop_btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #00a7d5;
    padding: 10px 0;
    border: none;
    width: 100%
}

button.close {
    background: url(../img/cross.webp) no-repeat 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 15px;
    display: block;
    opacity: 1
}

.fade.in {
    overflow: hidden
}

span.bolder {
    font-weight: 700
}

h2 {
    font-size: 30px;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 500
}

p {
    font-size: 15px;
    line-height: 24px
}

.header {
    width: 100%
}

.darkHeader {
    top: 0;
    position: fixed;
    z-index: 99999;
    transition: .7s;
    padding: 0 0
}

.head_top {
    background: #0f1626;
    width: 100%
}

.head_bot {
    width: 100%;
    background: #fff;
    padding: 5px 0
}

.logo {
    width: 100%
}

.logo img {
    max-width: 100%
}

span.top_icon {
    color: #0f1626;
    font-size: 16px;
    margin: 0 10px 0 0
}

.top_right {
    width: 100%;
    padding: 9px 0
}

.top_right a {
    color: #fff;
    font-size: 13px;
    font-weight: 400
}

.main_navigation {
    width: 100%;
    padding: 17px 0
}

.navbar-inverse {
    background-color: transparent;
    border: none
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 12px;
    transition: .3s;
    padding: 11px 0 9px 0
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #00ded8
}

.nav.navbar-nav {
    display: block;
    width: 100%;
    margin: 0 auto
}

.navbar.navbar-inverse {
    margin-bottom: 0
}

.navbar-collapse.collapse {
    float: right
}

.navbar {
    min-height: auto
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent
}

.head_bot .dropdown-menu {
    top: 95%;
    padding: 8px 0;
    margin: 0;
    background-color: #0f1626
}

.dropdown-menu>li>a {
    color: #fff;
    text-transform: capitalize
}

.dropdown-menu>li>a:hover {
    background: #00ded8;
    color: #fff
}

.caret {
    color: #00ded8;
    margin-left: 9px
}

.head_list {
    width: 100%;
    text-align: right;
    padding: 5px 0
}

.head_list ul li a {
    color: #0f1626
}

.head_list ul li {
    display: inline;
    padding: 0 5px 0;
    font-size: 18px
}

span.head_social {
    font-size: 21px
}

.h_m_banner {
    width: 100%;
    background: url(../img/main_banner.webp) no-repeat top center;
    padding: 110px 0;
    background-size: cover;
    color: #fff;
    overflow: hidden
}

.banner_left {
    width: 100%;
    padding: 70px 0
}

.banner_left h2 {
    font-size: 37px;
    font-weight: 600;
    margin: 0
}

.banner_left p {
    color: #fff
}

.banner_left h3 {
    font-size: 28px;
    color: #00a7d5;
    margin: 15px 0
}

.banner_left h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0
}

.banner_left h4:before {
    content: "\2713";
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1.5);
    font-size: 14px
}

.banner_left p {
    font-size: 16px;
    padding: 0 0 0 24px
}

.banner_right {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 20px 10px;
    padding-bottom: 0
}

.banner_right h3 {
    color: #00a7d5;
    font-weight: 600;
    position: relative;
    font-size: 40px;
    padding: 0 0 0;
    bottom: 40px;
    text-align: center
}

.ban-form-img img {
    position: relative;
    left: -62px;
    bottom: 65px
}

.form-group {
    margin-bottom: 10px !important
}

.banner_right h3 strong {
    display: block;
    font-size: 36px;
    color: #fff
}

.banner_form {
    width: 100%;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    bottom: 30px
}

.banner_right .form-group {
    position: relative
}

.banner_form .form-group label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 0
}

.banner_form .form-control {
    width: 100%;
    color: #00000052;
    border-radius: 5px;
    padding: 3px 0 4px 37px;
    background: #f1eff5;
    border: 1px solid grey;
    height: 41px
}

.banner_right input::placeholder {
    color: grey !important
}

.banner_form span.pop_icon {
    position: absolute;
    color: #00a7d5;
    left: 13px;
    top: 38px
}

button.ban_btn {
    width: 100%;
    background: #00a7d5;
    padding: 10px 0;
    text-transform: uppercase;
    border: 1px solid #f5f2f2;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px
}

.h_m_sec1 {
    width: 100%;
    padding: 60px 0 50px
}

.sec1_top {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px
}

.sec1_top h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize
}

.sec1_ttop {
    width: 100%;
    margin: 0 0 25px;
    text-align: center
}

.sec1_tbot {
    width: 100%;
    overflow: hidden
}

.sec1_tbleft {
    width: 100%
}

.sec1_tbright {
    width: 100%
}

.sec1_bleft {
    width: 100%
}

.sec1_bot {
    width: 100%;
    overflow: hidden
}

.sec1_bleft {
    width: 100%
}

.sec1_bleft p {
    margin: 0 0 20px
}

.sec1_bright {
    width: 100%;
    text-align: center
}

.sec1_bright h2 {
    font-size: 28px;
    color: #0f1626;
    margin: 0 0 35px
}

.sec1_box {
    width: 100%
}

.sec1_box+.sec1_box {
    margin: 20px 0 0
}

.sec1_box img {
    max-width: 100%
}

.sec1_box h3 {
    font-size: 35px;
    margin: 10px 0;
    color: #0f1626
}

.sec1_box p {
    font-size: 16px;
    color: #000;
    font-weight: 600
}

.h_m_sec2 {
    width: 100%;
    background: url(../img/sec2_bg.webp) no-repeat top center;
    background-size: cover;
    padding: 50px 0;
    overflow: hidden;
    color: #fff
}

.sec2_top {
    width: 100%;
    text-align: center;
    padding: 0 0 40px;
    overflow: hidden
}

.sec2_top p {
    padding: 0 160px;
    color: #fff
}

.sec2_bot {
    width: 100%;
    overflow: hidden
}

.flip_card {
    background-color: transparent;
    width: 90%;
    height: 497px;
    perspective: 1000px
}

.flip_card_inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.flip_card:hover .flip_card_inner {
    transform: rotateY(180deg)
}

.flip_card_back,
.flip_card_front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden
}

.flip_card_front {
    color: #000
}

.flip_card_front img {
    border-radius: 12px;
    width: 100%
}

.flip_card_back {
    background-color: #fff;
    color: #333;
    transform: rotateY(180deg);
    padding: 80px 30px;
    border-radius: 12px
}

.flip_card_back p {
    color: #333;
    font-size: 31px;
    text-align: center;
    margin: 0 0 50px;
    line-height: 40px
}

.flip_card_back h4 {
    color: #333;
    font-size: 25px;
    text-align: right
}

.flip_card_back h5 {
    color: #992927;
    text-align: right
}

.h_m_sec3 {
    width: 100%;
    padding: 60px 0;
    text-align: center
}

.sec3_top {
    width: 100%;
    margin: 0 0 30px
}

.sec3_bot {
    width: 100%;
    color: #fff;
    overflow: hidden
}

.sec3_box {
    width: 100%;
    margin: 0 0 30px
}

.sec3_box:hover .sec3_btop {
    border-top-right-radius: 0;
    border-top-left-radius: 110px
}

.sec3_box:hover .sec3_bbot {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 90px
}

.sec3_btop {
    width: 100%;
    background: #00a7d5;
    padding: 30px 0;
    border-top-right-radius: 110px;
    transition: all .2s
}

.sec3_btop img {
    max-width: 100%
}

.sec3_btop h4 {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 500
}

.sec3_bbot {
    width: 100%;
    background: #0f1626;
    padding: 30px 20px;
    border-bottom-left-radius: 90px;
    transition: all .2s
}

.sec3_bbot p {
    font-size: 14px;
    line-height: 20px
}

.h_m_sec4 {
    width: 100%;
    padding: 70px 0;
    background: url(../img/sec4_bg.webp) no-repeat top center;
    background-size: cover;
    color: #fff
}

.sec4_top {
    width: 100%;
    margin: 0 0 50px;
    text-align: center;
    overflow: hidden
}

.sec4_top p {
    color: #fff
}

.sec4_bot {
    width: 100%;
    overflow: hidden
}

.sec4_left {
    width: 100%
}

.sec4_left a {
    text-transform: capitalize;
    font-size: 20px;
    width: 100%;
    color: #2196f3
}

.sec4_box {
    width: 100%;
    margin: 0 0 0
}

#accordion .panel {
    border: 0;
    border-radius: 12px;
    margin: 0 0 26px
}

#accordion a {
    display: block;
    font-weight: 400;
    padding: 10px 15px;
    color: #0f1626;
    border-bottom: 1px solid #0f1626;
    text-decoration: none
}

#accordion .panel-heading a.collapsed:focus,
#accordion .panel-heading a.collapsed:hover {
    background-color: #00a7d5;
    color: #fff;
    transition: all .2s ease-in
}

#accordion .panel-heading a.collapsed:focus::before,
#accordion .panel-heading a.collapsed:hover::before {
    color: #fff
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0
}

#accordion .panel-heading a:not(.collapsed) {
    color: #fff;
    background-color: #00a7d5;
    transition: all .2s ease-in
}

#accordion .panel-heading .accordion-toggle::before {
    font-family: FontAwesome;
    content: '\f00d';
    float: right;
    color: #fff;
    font-weight: lighter;
    transform: rotate(0);
    transition: all .2s ease-in
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #00a7d5;
    transform: rotate(-135deg);
    transition: all .2s ease-in
}

.sec4_box_text p {
    font-size: 16px;
    line-height: 1.5;
    color: #0f1626
}

.sec4_box_img img {
    width: 100%
}

.sec4_right {
    width: 100%;
    background: #0f1626;
    padding: 40px 30px;
    text-align: center;
    color: #fff
}

.sec4_right img {
    max-width: 100%
}

.sec4_right p {
    font-size: 18px;
    margin: 20px 0;
    color: #fff
}

.sec4_right a {
    text-transform: uppercase;
    background: #00a7d5;
    color: #fff;
    border-radius: 6px;
    padding: 10px 42px;
    font-weight: 400;
    display: inline-block;
    transition: all .5s ease-in;
    font-size: 14px
}

.sec4_right a:hover {
    background: #00ded8;
    color: #fff
}

.h_m_sec5 {
    width: 100%;
    padding: 70px 0;
    overflow: hidden
}

.sec5_top {
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
    text-align: center
}

.sec5_bot {
    width: 100%;
    overflow: hidden
}

.sec5_bot ul.nav.nav-tabs {
    border: none;
    position: relative
}

.sec5_bot ul.nav.nav-tabs:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 80%;
    background: #dfdfe0;
    top: 31px;
    z-index: -1;
    margin-left: 10%
}

.sec5_bot .nav-tabs>li {
    width: 20%;
    position: relative
}

.sec5_bot .nav-tabs>li.active {
    background: 0 0
}

.sec5_bot .nav-tabs>li.active>a:focus {
    background: 0 0;
    border: none
}

.sec5_bot ul.nav.nav-tabs li a {
    width: 100%;
    border: none;
    background: 0 0
}

.sec5_bot ul.nav.nav-tabs li a:hover {
    border: none;
    background: 0 0
}

.sec5_bot ul.nav.nav-tabs li a h5 {
    width: 50px;
    height: 50px;
    border: 1.5px solid #eaeaea;
    font-size: 16px;
    font-weight: 700;
    color: #0f1626;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec5_bot ul.nav.nav-tabs li.active a h5 {
    background: #00a7d5;
    color: #fff
}

.sec5_bot ul.nav.nav-tabs li:hover a h5 {
    background: #00a7d5;
    color: #fff
}

.sec5_bot ul.nav.nav-tabs li:hover a p {
    color: #0f1626
}

.sec5_bot ul.nav.nav-tabs li a p {
    text-align: center;
    font-size: 16px;
    color: rgba(81, 81, 81, .5);
    margin: 25px 0 0;
    text-transform: capitalize
}

.sec5_bot ul.nav.nav-tabs li.active a p {
    color: #00a7d5
}

.sec5_bot ul.nav.nav-tabs li:hover a p {
    color: #00a7d5
}

.sec5_left {
    width: 100%;
    text-align: center
}

.tab-content {
    width: 100%;
    padding: 40px 0 0
}

.sec5_left img {
    max-width: 100%
}

.sec5_right {
    width: 100%
}

.sec5_right h3 {
    font-size: 28px
}

.sec5_right p {
    color: #8b8b8a;
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 40px
}

.sec5_right a {
    background: #00a7d5;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 17px 70px;
    border: 1px solid;
    border-radius: 12px;
    font-size: 16px
}

.sec5_right a:hover {
    background-color: #00ded8;
    border: 1px solid
}

.h_m_sec6 {
    width: 100%;
    padding: 60px 0;
    background: url(../img/sec6_bg.webp) no-repeat top center;
    background-size: cover;
    overflow: hidden;
    position: relative
}

.hi-slide {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.hi-slide .hi-next,
.hi-slide .hi-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    overflow: hidden;
    height: 40px;
    margin-top: 20px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #00a7d5;
    color: #fff;
    transition: all .6s;
    font-size: 20px;
    font-weight: 700;
    z-index: 11
}

.hi-slide .hi-next:hover,
.hi-slide .hi-prev:hover {
    opacity: 1;
    background-color: #e13d3a
}

.hi-slide .hi-prev {
    left: 0
}

.hi-slide .hi-prev::before {
    content: '<'
}

.hi-slide .hi-next {
    right: 0
}

.hi-slide .hi-next::before {
    content: '>'
}

.hi-slide>ul {
    list-style: none;
    position: relative;
    width: 92%;
    height: 350px;
    margin: 0 auto;
    top: 0;
    left: 6px
}

.hi-slide>ul>li {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    left: 377px;
    top: 146px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #d9dde2;
    border-radius: 12px;
    box-shadow: 0 1px 4px 0 rgba(200, 206, 210, .4)
}

.sec6_box {
    width: 100%;
    padding: 50px 30px
}

.sec6_top {
    width: 100%;
    margin: 0 0 50px;
    text-align: center
}

span.s6_icon {
    color: #00a7d5;
    font-size: 20px;
    margin: 0 10px 0 0
}

.sec6_top h2 {
    color: #fff
}

.sec6_bot {
    width: 100%
}

.sec6_bleft {
    width: 100%
}

.sec6_bleft img {
    width: 100%;
    border-radius: 50%
}

.sec6_bright {
    width: 100%
}

.sec6_bright h3 {
    font-size: 20px
}

.sec6_bright h4 {
    font-size: 13px;
    margin: 5px 0;
    letter-spacing: .5px;
    color: #00a7d5;
    text-transform: uppercase
}

.h_m_sec7 {
    width: 100%;
    padding: 70px 0;
    text-align: center
}

.sec7_top {
    width: 100%;
    margin: 0 0 30px
}

.sec7_bot {
    width: 100%;
    overflow: hidden
}

.sec7_img {
    width: 100%
}

.sec7_img img {
    max-width: 100%;
    border-bottom: 2px solid rgb(15, 22, 38, .1);
    padding: 0 0 10px
}

.sec7_img img:hover {
    border-bottom: 2px solid #00a7d5
}

.h_m_sec8 {
    width: 100%;
    background: url(../img/sec8_bg.webp) no-repeat top center;
    background-size: cover;
    padding: 70px 0
}

.sec8_left {
    width: 100%;
    color: #fff;
    padding: 100px 0
}

.sec8_left p {
    color: #fff
}

.sec8_right {
    width: 100%;
    background: #0f1626e0;
    padding: 30px;
    border-radius: 12px
}

.sec8_right h4 {
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
    font-size: 30px
}

.sec8_form {
    width: 100%
}

.sec8_form .form-control {
    resize: none;
    color: #fff;
    background: 0 0;
    border-radius: 12px;
    border: 1px solid #00a7d5
}

.sec8_form input::placeholder {
    color: #fff !important
}

.sec8_form textarea::placeholder {
    color: #fff !important
}

button.s8_btn {
    width: 100%;
    padding: 9px 0;
    background: #00a7d5;
    color: #fff;
    border: none;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 15px
}

.h_m_sec9 {
    width: 100%;
    color: #000;
    padding: 40px 0;
    background: #00ded812
}

.sec9_left {
    width: 100%
}

.sec9_left h2 {
    font-size: 23px;
    text-transform: capitalize;
    margin: 0 0 14px
}

.sec9_right {
    width: 100%;
    padding: 35px 0
}

.sec9_box {
    width: 100%
}

.sec9_box h6 {
    display: flex;
    justify-content: center;
    color: #00a7d5;
    -ms-flex-align: center;
    align-items: center;
    border: 4px solid #0f1626;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    font-size: 25px;
    font-weight: 700;
    margin: 0 auto
}

.sec9_box a {
    background: #00a7d5;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 40px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    border-radius: 5px;
    margin: 20px 0
}

.about_sec1 {
    width: 100%;
    padding: 60px 0
}

.about_sec1_left h3 {
    text-transform: capitalize;
    margin: 0 0 20px;
    color: #0f1626;
    font-size: 35px;
    font-weight: 600
}

.about_sec1_left p {
    font-size: 16px
}

.about_sec1_right {
    width: 100%
}

.about_sec1_right img {
    width: 100%
}

.about_sec2 {
    width: 100%;
    padding: 60px 0;
    background: url(../img/about_sec2_bg.webp) no-repeat top center;
    background-size: cover;
    color: #fff
}

.about_sec2_top {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px
}

.about_sec2_top h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600
}

.about_sec2_bot {
    width: 100%;
    overflow: hidden;
    text-align: center
}

.about_sec2_box {
    width: 100%
}

.about_sec2_box img {
    max-width: 100%
}

.about_sec2_box h3 {
    font-size: 35px;
    line-height: 26px;
    margin: 25px 0 15px
}

.about_sec2_box p {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff
}

.pricing_sec1 {
    width: 100%;
    padding: 60px 0
}

.pricing_sec1_top {
    width: 100%;
    text-align: center;
    margin: 0 0 50px
}

.pricing_sec1_top h2 {
    color: #0f1626;
    font-size: 30px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding: 0 0 20px;
    margin: 0 0 20px
}

.pricing_sec1_top p {
    font-size: 16px
}

.pricing_sec_bot {
    width: 100%;
    overflow: hidden
}

.price_box {
    width: 100%;
    box-shadow: 1px 1px 10px #000;
    border-radius: 10px
}

.price_box_head {
    background: linear-gradient(225deg, #00a7d5 0, #00a7d5 87%);
    padding: 20px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.price:nth-child(4) .price_box_head {
    background: linear-gradient(225deg, #00a7d5 87%)
}

.price_box_head p {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase
}

.price_box_body {
    width: 100%;
    padding: 20px;
    text-align: center
}

.price_box_body ul li {
    font-size: 20px;
    border-bottom: 2px solid #e0e0e0;
    padding: 0 0 6px;
    margin: 0 0 10px
}

span.dolar {
    font-size: 33px;
    color: #00a7d5;
    margin: 0 6px 0 0
}

.price_box_foot {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: linear-gradient(225deg, #00a7d5 0, #00a7d5 87%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.price:nth-child(4) .price_box_foot {
    background: linear-gradient(225deg, #00a7d5 0, #00a7d5 87%)
}

.price_box_foot a {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px
}

.service_inner_page {
    width: 100%;
    padding: 70px 0
}

.service_inner_top {
    width: 100%;
    overflow: hidden
}

.ser_iner_left {
    width: 100%
}

.ser_iner_left h1 {
    font-size: 25px;
    margin: 0 0 20px;
    text-transform: capitalize;
    font-weight: 700
}

.ser_iner_left h2 {
    color: #0f1525;
    font-size: 25px;
    font-weight: 400;
    margin: 20px 0;
    text-transform: capitalize
}

.ser_iner_left ul li {
    list-style: none;
    padding: 0 0 0 20px;
    font-size: 14px
}

.ser_iner_left ul {
    margin: 20px 0
}

.ser_iner_left h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0
}

.ser_iner_left h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0
}

.ser_iner_left ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #00a7d5;
    line-height: 30px
}

.ser_innersidebar img {
    width: 100%
}

.ser_innersidebar {
    width: 100%
}

.ser_iner_bot {
    width: 100%
}

.ser_iner_bot h1 {
    font-size: 25px;
    margin: 0 0 20px;
    text-transform: capitalize;
    font-weight: 700
}

.ser_iner_bot h2 {
    color: #0d3e9e;
    font-size: 25px;
    font-weight: 400;
    margin: 20px 0
}

.ser_iner_bot ul li {
    list-style: none;
    padding: 0 0 0 20px;
    font-size: 14px
}

.ser_iner_bot ul {
    margin: 20px 0
}

.ser_iner_bot h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
    text-transform: capitalize
}

.ser_iner_bot h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0
}

.ser_iner_bot ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #00a7d5;
    line-height: 30px
}

.revision_section {
    width: 100%;
    padding: 50px 0
}

.refund li {
    list-style: none;
    padding: 6px 0;
    font-size: 17px;
    color: #737e86
}

.refund li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #00a7d5;
    line-height: 30px
}

.refund_section {
    width: 100%;
    padding: 50px 0
}

.proposal_writing {
    background: url(../img/dissertation-proposal.webp) no-repeat top center;
    background-size: cover
}

.disser_wrtg_hlp {
    background: url(../img/disser_wrtg_hlp.webp) no-repeat top center;
    background-size: cover
}

.online_course {
    background: url(../img/online-course.webp) no-repeat top center;
    background-size: cover
}

.assignment_writing {
    background: url(../img/assingment-writing.webp) no-repeat top center;
    background-size: cover
}

.online_class {
    background: url(../img/my-online.webp) no-repeat top center;
    background-size: cover
}

.essay_writing {
    background: url(../img/eassay-writing.webp) no-repeat top center;
    background-size: cover
}

.essay_writing {
    background: url(../img/eassay-writing.webp) no-repeat top center;
    background-size: cover
}

.abstract_writing {
    background: url(../img/abstract_writing.webp) no-repeat top center;
    background-size: cover
}

.about-us {
    background: url(../img/about-us.webp) no-repeat top center;
    background-size: cover
}

.lit_review_wrtg {
    background: url(../img/lit_review_wrtg.webp) no-repeat top center;
    background-size: cover
}

.bus_diser_hlp {
    background: url(../img/bus_diser_hlp.webp) no-repeat top center;
    background-size: cover
}

.eng_disr_hlp {
    background: url(../img/eng_disr_hlp.webp) no-repeat top center;
    background-size: cover
}

.law_disr_hlp {
    background: url(../img/law_disr_hlp.webp) no-repeat top center;
    background-size: cover
}

.nursng_disr_hlp {
    background: url(../img/nursng_disr_hlp.webp) no-repeat top center;
    background-size: cover
}

.phd_disr_hlp {
    background: url(../img/phd_disr_hlp.webp) no-repeat top center;
    background-size: cover
}

.resrch_methdlgy {
    background: url(../img/resrch_methdlgy.webp) no-repeat top center;
    background-size: cover
}

.proofrdng_edtng {
    background: url(../img/proofrdng_edtng.webp) no-repeat top center;
    background-size: cover
}

.data_analysis {
    background: url(../img/data_analysis.webp) no-repeat 0;
    background-size: cover
}

.owl-pagination {
    margin: 30px 0 0
}

.owl-theme .owl-controls .owl-page span {
    background: #00a7d5
}

.footer {
    width: 100%;
    color: #fff
}

.logo img {
    position: relative;
    bottom: 3px
}

.foot_top {
    width: 100%;
    padding: 50px 0;
    background: #121d23
}

.foot_box h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0 0 20px;
    position: relative
}

.foot_box h3::before {
    content: '';
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 0;
    background: #00a7d5;
    width: 70px;
    height: 4px
}

.foot_box {
    width: 100%
}

.foot_box p {
    padding: 20px 0 0;
    color: #fff
}

.foot_box p strong {
    color: #00a7d5;
    font-size: 20px
}

.foot_box ul li {
    display: block;
    position: relative;
    padding: 3px 0 0 15px;
    line-height: 27px
}

.foot_box ul li a {
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    transition: all .5s ease 0s
}

.foot_box ul li:hover a {
    color: #00ded8;
    margin-left: 5px
}

.foot_box ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #00a7d5;
    transition: all .5s ease 0s
}

.foot_bottom {
    width: 100%;
    text-align: center;
    border-top: 1px solid #444546;
    padding: 13px 0;
    background: #090e18
}

.foot_bottom p {
    text-align: left
}

.foot_bottom ul {
    text-align: right
}

.foot_bottom ul li {
    display: inline-block;
    padding: 0 7px;
    font-size: 15px;
    border-right: 1px solid
}

.foot_bottom ul li a {
    color: #fff;
    text-transform: capitalize
}

.foot_bottom ul li a:hover {
    color: #00a7d5
}

.inner_page_banner {
    background: #00a7d5;
    text-align: center;
    padding: 40px 0;
    width: 100%
}

.inner_page_banner h1 {
    color: #fff;
    text-transform: uppercase
}

.terms_condition_section {
    width: 100%;
    padding: 60px 0
}

.terms_section {
    width: 100%;
    padding: 40px 0;
    background: #f1eaea
}

.terms_section h5 {
    margin: 20px 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700
}

.terms_section p {
    margin: 0 0 15px;
    color: #666;
    font-size: 16px
}

.terms_section ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #00a7d5;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px
}

.terms_section ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    color: #666
}

.terms_section ul li a {
    color: #102a45
}

.terms_section .form-control {
    resize: none;
    border-radius: 10px;
    border: 2px solid #555
}

.terms_section_form {
    width: 100%
}

.terms_section_form h5 {
    font-size: 22px;
    margin: 0 0 30px
}

.terms_cond_inner h3 {
    font-weight: 500;
    margin: 20px 0;
    text-transform: capitalize
}

.terms_cond_inner h4 {
    font-weight: 500;
    margin: 20px 0;
    text-transform: capitalize
}

.terms_cond_inner p {
    font-size: 16px;
    margin: 0 0 20px
}

.terms_cond_inner ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative
}

.terms_cond_inner ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #00a7d5;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px
}

.inerpage_section1 {
    width: 100%;
    padding: 40px 0
}

.conatc_us_form label {
    text-transform: uppercase;
    font-weight: 700
}

button.cont_but {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #00a7d5;
    padding: 10px 80px;
    border: none
}

.conatc_us_form {
    width: 100%
}

.conatc_us_form .form-control {
    resize: none;
    border: 2px solid #0f1626;
    border-radius: 0
}

.capbox0 {
    width: 100%;
    overflow: hidden
}

#CaptchaDiv0 {
    width: 40%;
    background: #fff;
    padding: 10px 12px;
    margin: 0 0 15px;
    float: left;
    border: 2px solid #0f1626;
    font-size: 14px
}

.capbox-inner0 {
    padding: 3px 13px;
    width: 57%;
    float: left;
    margin: 0 0 0 20px;
    border: 2px solid #0f1626;
    background: #fff;
    font-size: 14px
}

#CaptchaInput0 {
    margin: 1px 0 1px 30px;
    width: 130px;
    padding: 4px;
    border: 1px solid #0f1626;
    font-size: 14px
}

@media screen and (max-width:980px) {
    .top_right a {
        font-size: 7px
    }

    .main_navigation {
        padding: 5px 0
    }

    .h_m_banner {
        padding: 30px 0
    }

    .banner_left {
        padding: 0
    }

    .ban-form-img img {
        display: none
    }

    .banner_form {
        bottom: -4px
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px
    }

    .banner_right h3 {
        position: relative;
        font-size: 34px;
        bottom: 0
    }

    .ready.ready1.ready3 .ready_left.ready_left1 img {
        position: absolute;
        left: 0;
        top: 14px
    }

    .call-cta p {
        font-size: 11px
    }

    .form-control {
        font-size: 13px
    }

    .banner_right {
        padding: 16px 1px
    }

    .banner_form .form-control {
        padding: 3px 0 4px 29px
    }

    .banner_form span.pop_icon {
        left: 11px
    }

    .flip_card_back {
        padding: 10px
    }

    .flip_card_back p {
        font-size: 22px;
        margin: 0 0 30px;
        line-height: 28px
    }

    .flip_card {
        height: 317px
    }

    .sec2_top p {
        padding: 0 0
    }

    .sec3_btop h4 {
        font-size: 14px
    }

    .sec3_bbot p {
        font-size: 14px
    }

    .sec4_left a {
        font-size: 18px
    }

    .sec4_right {
        padding: 20px
    }

    .sec5_right h3 {
        font-size: 24px
    }

    .sec5_right p {
        font-size: 15px;
        line-height: 24px;
        margin: 20px 0
    }

    .hi-slide>ul {
        left: -130px
    }

    .hi-slide .hi-prev {
        left: -80px
    }

    .hi-slide .hi-next {
        right: -80px
    }

    .sec8_left {
        padding: 0 0
    }

    .sec8_right h4 {
        margin: 0 0 10px;
        font-size: 23px
    }

    .sec8_right {
        padding: 16px
    }

    button.s8_btn {
        font-size: 12px
    }

    .sec9_left h2 {
        font-size: 18px
    }

    .sec9_box a {
        padding: 13px 10px;
        display: inline-block;
        font-size: 14px
    }

    .foot_box h3 {
        font-size: 13px
    }

    .foot_bottom ul li {
        font-size: 13px
    }

    .about_sec1_right {
        display: none
    }

    .about_sec2_box p {
        font-size: 17px
    }

    .price_box {
        margin: 0 0 20px
    }

    .price_box_body {
        padding: 10px 40px
    }

    button.cont_but {
        width: 100%
    }

    #CaptchaDiv0 {
        width: 16%
    }

    .capbox-inner0 {
        width: 79%
    }
}

@media only screen and (max-width:575px) {
    .call-cta p::after {
        top: -2px !important
    }

    .cta_cmn_btn a>p:nth-child(2),
    .ready1 .ready_right p:nth-child(2) {
        padding-left: 21px !important;
        margin-top: 15px !important
    }

    .ready .cta_cmn_btn {
        text-align: center;
        margin-top: 35px
    }

    .ready1 .ready_right .cta_cmn_btn a:nth-child(2),
    .ready1 .ready_right .cta_cmn_btn a:nth-child(3),
    .testimonial_area .cta_cmn_btn a:nth-child(2),
    .testimonial_area .cta_cmn_btn a:nth-child(3) {
        position: relative;
        top: 2px;
        text-align: center;
        display: inline-block
    }

    .ready1 .ready_right .cta_cmn_btn a:nth-child(2) {
        margin-right: 8px;
        margin-left: -5px !important
    }

    .ready1 .ready_right .cta_cmn_btn a:nth-child(2) .fa,
    .testimonial_area .cta_cmn_btn a:nth-child(2) .fa {
        margin-right: 0;
        color: #00a7d5;
        transform: rotateZ(137deg);
        font-size: 26px;
        position: relative;
        top: -2px;
        left: 4px
    }

    .call-cta p {
        font-size: 14px !important;
        text-align: left !important
    }

    .ready1 .ready_right .cta_cmn_btn a:nth-child(2) p::after,
    .testimonial_area .cta_cmn_btn a:nth-child(2) p::after {
        left: 6px !important
    }

    .ready_right .cta_cmn_btn a:nth-child(3) {
        position: relative !important;
        top: 0 !important;
        left: 0 !important
    }

    .ban-form-img img {
        display: none
    }
}

@media screen and (max-width:767px) {
    .darkHeader {
        display: none
    }

    .top_right {
        padding: 0
    }

    .head_list {
        display: none
    }

    .top_right {
        text-align: left;
        padding: 5px 0
    }

    .top_right a {
        font-size: 16px
    }

    .main_navigation {
        padding: 0
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff
    }

    .navbar-inverse .navbar-toggle {
        border-color: #fff
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #00a7d5
    }

    .nav.navbar-nav {
        width: 100%;
        text-align: center
    }

    .navbar-collapse {
        background: #fff;
        position: relative;
        z-index: 999
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 0
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000
    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        color: #000;
        background-color: transparent
    }

    .caret {
        color: #00a7d5
    }

    .h_m_banner {
        padding: 30px 0
    }

    .banner_left h2 {
        font-size: 31px
    }

    .banner_left h3 {
        color: #f9f9fa
    }

    .banner_right {
        margin: 10px 0 0;
        padding-top: 40px
    }

    .banner_right h3 {
        color: #00a7d5;
        font-weight: 600;
        position: relative;
        font-size: 30px;
        padding: 0 0 0;
        bottom: 15px;
        text-align: center
    }

    .banner_form {
        width: 100%;
        padding: 10px;
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        bottom: 0
    }

    .sec1_top h1 {
        font-size: 23px
    }

    h2 {
        font-size: 23px
    }

    .sec2_bot {
        padding: 0 10px
    }

    .flip_card {
        width: 100%;
        height: 400px
    }

    .flip_card_back p {
        font-size: 30px;
        margin: 0 0 40px;
        line-height: 40px
    }

    .sec3_btop h4 {
        font-size: 21px
    }

    .sec3_bbot p {
        font-size: 16px
    }

    .h_m_sec5 {
        display: none
    }

    .hi-slide>ul {
        left: -320px
    }

    .sec8_left {
        margin: 0 0 20px
    }

    .sec9_left h2 {
        font-size: 24px
    }

    .sec8_right h4 {
        font-size: 23px
    }

    .sec9_box {
        text-align: center;
        margin: 0 0 20px
    }

    .sec9_box a {
        padding: 17px 70px;
        font-size: 16px;
        margin: 0
    }

    .foot_box {
        margin: 0 0 30px
    }

    .foot_box h3 {
        font-size: 16px
    }

    .foot_bottom p {
        text-align: center;
        margin: 0 0 20px
    }

    .foot_bottom ul {
        text-align: center
    }

    .foot_bottom ul li {
        font-size: 14px
    }

    .about_sec2_box {
        margin: 0 0 20px
    }

    .inner_page_banner {
        padding: 30px 0
    }

    #CaptchaDiv0 {
        width: 100%
    }

    .capbox-inner0 {
        width: 100%;
        margin: 0
    }

    #CaptchaInput0 {
        margin: 1px 0 1px 10px
    }

    button.cont_but {
        padding: 16px 0
    }

    .ser_innersidebar {
        margin: 20px 0 10px
    }

    .ban-form-img img {
        display: none
    }

    .ready1 .ready_right .cta_cmn_btn a:nth-child(2),
    .ready1 .ready_right .cta_cmn_btn a:nth-child(3),
    .testimonial_area .cta_cmn_btn a:nth-child(2),
    .testimonial_area .cta_cmn_btn a:nth-child(3) {
        position: relative;
        top: 2px;
        text-align: center;
        display: inline-block
    }

    .ready1 .ready_right .cta_cmn_btn a:nth-child(2) {
        margin-right: 8px;
        margin-left: 0
    }

    .ready1 .ready_right .cta_cmn_btn a,
    .testimonial_area .cta_cmn_btn a {
        display: block;
        margin-bottom: 15px
    }

    .call-cta {
        text-align: left
    }

    .ready1 .ready_right .cta_cmn_btn a:nth-child(1),
    .testimonial_area .cta_cmn_btn a:nth-child(1) {
        max-width: 280px;
        margin: 0 auto 20px;
        text-align: center
    }

    .ready.ready1.ready3 .ready_left img {
        position: unset !important;
        width: 75% !important;
        text-align: center
    }

    .ready .cta_cmn_btn {
        text-align: center;
        margin-top: 35px
    }

    .cta-pad-adj {
        padding: 20px 0
    }

    .ready.ready1.ready3 .ready_left {
        margin-bottom: 20px
    }

    .ready1 .ready_right h5 {
        padding: 0;
        font-size: 15px
    }

    .cta_common-right .media,
    .ready_right .media {
        display: block;
        margin: 10px auto 0;
        text-align: center
    }

    .cta_common-right .media .fa.fa-phone,
    .ready_right .media .fa.fa-phone {
        transform: rotateZ(90deg)
    }

    .cta_common-right .media-body::before {
        display: none
    }

    .ready_right {
        text-align: center
    }

    .ready_right {
        margin-top: 10px
    }

    .cta_common-right .media .fa,
    .cta_common-right .media .fas,
    .ready_right .media .fa,
    .ready_right .media .fas {
        display: block;
        margin-bottom: 15px
    }

    .ready_right .media-body::before {
        display: none
    }

    .media-body.media-body-cl {
        margin-left: 25px
    }

    .cta_common-left p {
        margin-bottom: 25px
    }

    .cta_comn_img_wrapper img {
        display: none
    }

    .cta_second-left img {
        position: unset
    }

    .cta_second-left {
        padding-top: 60px;
        text-align: center
    }

    .cta_common_second_right {
        padding: 0 0 60px
    }

    .refund li:before {
        display: none
    }
}

.morecontent span {
    display: none
}

.morelink {
    display: block
}

.btn-chat {
    display: inline-block;
    font-size: 14px;
    padding: 11px 17px !important;
    background-image: -webkit-linear-gradient(90deg, #00c5d7 0, #00c5d7 100%);
    border-radius: 8px;
    color: #fff !important;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    height: auto;
    line-height: 11px;
    cursor: pointer
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 26px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100
}

.my-float {
    margin-top: 16px
}

.btn-chat-x {
    background: #00a7d5;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 28px;
    border: 1px solid;
    border-radius: 12px;
    font-size: 16px
}

.btn-call-x {
    background: #00a7d5;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 28px;
    border: 1px solid;
    border-radius: 12px;
    font-size: 16px;
    margin-left: 3px
}

.mt-3 {
    margin-top: 2rem
}

.mb-3 {
    margin-bottom: 2rem
}

.top_left {
    text-align: right;
    padding: 5px 0
}

.header-call-x {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 4px;
    border-radius: 12px;
    font-size: 14px
}

.text-white {
    color: #fff !important
}

.itemx {
    flex: 1;
    margin: 5px 1%;
    color: #fff;
    text-align: center;
    font-size: 16px
}

.itemxx {
    flex: 1;
    margin: 5px 1%;
    color: #fff;
    font-size: 16px;
    margin-top:15px;
}


.containerx {
    display: flex;
    padding: 0 1%;
    width: 100%;
    background: #00a7d5;
    padding: 6px 0;
    padding: 0
}

.anchor {
    text-decoration: none;
    text-transform: lowercase
}

.box {
    position: relative;
    overflow: hidden;
    position: relative;
    padding: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    margin: 0
}

.font-12 {
    font-size: 12px
}

@media (max-width:500px) {
    .containerx {
        display: inline-grid
    }

    .info-hide {
        display: none
    }
}

::-webkit-input-placeholder {
    color: red;
    text-overflow: ellipsis
}

:-moz-placeholder {
    color: #acacac !important;
    text-overflow: ellipsis
}

::-moz-placeholder {
    color: #acacac !important;
    text-overflow: ellipsis
}

:-ms-input-placeholder {
    color: #acacac !important;
    text-overflow: ellipsis
}
.has-error {
    border: 1px solid #ef2f2f !important;
}
.has-error2{
    border: 1px solid #ef2f2f !important;
}