/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#ef7a38; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#fff; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#fff;}
.footer_ul_amrc li a:hover{ color:#3f9b7e; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #fff; padding-bottom:20px;}
.foote_bottom_ul_amrc {
    list-style-type:none;
    padding:0px;
    display:table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#fff; border:1px solid #fff; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}

.chatpopup-widget-close,
        .chatpopup-widget__body-header,
        .chatpopup-widget__trigger,
        .chatpopup-welcome-msg {
            background-color: #026272;
            color: #ffffff;
        }

        .chatpopup-widget {
            right: 12px;
            align-items: flex-end;
        }

        .chatpopup-widget-close {
            right: 0;
        }

        .chatpopup_jwi {
            right: 12px;
        }

        .chatpopup-welcome-msg {
            border: 1px solid #ccc;
            color: #999;
            background: #fff;
            line-height: 1em;
            padding: 8px 15px 5px 10px;
            position: relative;
        }

        .chatpopup-welcome-msg:before {
            content: "\1F4AC";
            display: inline;
            top: 0;
            position: relative;
            font-size: 1.1em;
            margin-right: 5px;
        }

        .chatpopup-welcome-msg:after {
            content: "|";
            position: absolute;
            left: 32px;
            top: 6px;
            animation: cursor 2.5s infinite;
        }

        @keyframes cursor {
            0% {
                opacity: 1;
            }

            25% {
                opacity: 0;
            }

            50% {
                opacity: 1;
            }

            75% {
                opacity: 0;
            }
        }
@keyframes blink {

    from,
    to {
        color: transparent
    }

    50% {
        color: black
    }
}

@-moz-keyframes blink {

    from,
    to {
        color: transparent
    }

    50% {
        color: black
    }
}

@-webkit-keyframes blink {

    from,
    to {
        color: transparent
    }

    50% {
        color: black
    }
}

@-ms-keyframes blink {

    from,
    to {
        color: transparent
    }

    50% {
        color: black
    }
}

@-o-keyframes blink {

    from,
    to {
        color: transparent
    }

    50% {
        color: black
    }
}

.chatpopup-widget * {
    box-sizing: border-box
}

.chatpopup-widget {
    position: fixed;
    bottom: 12px;
    z-index: 999999;
    display: flex;
    flex-direction: column
}

.chatpopup-widget__body {
    margin-bottom: 10px;
    min-width: 300px;
    max-width: 340px;
    display: none;
    margin-left: 12px
}

.chatpopup-widget__body-header {
    padding: 15px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    position: relative
}

.chatpopup-widget-close {
    position: absolute;
    top: -40px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none
}

.chatpopup-support-persons {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 50px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    max-height: 370px;
    overflow-y: auto;
    min-height: 20px
}

.chatpopup-support-person {
    display: flex;
    margin-bottom: 15px;
    border: 1px solid #F5F5F5;
    cursor: pointer
}

.chatpopup-support-person__img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    position: relative
}

.chatpopup-support-person__img img {
    width: 100%;
    border-radius: 0
}

.chatpopup-support-person__status {
    background-color: red;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0
}

.chatpopup-support-person__status--avail {
    background-color: #00c853
}

.chatpopup-support-person__status--not-avail {
    background-color: #ffd600
}

.chatpopup-support-person__meta {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.chatpopup-support-person__name,
.chatpopup-support-person__title {
    line-height: 20px
}

.chatpopup-support-person__name {
    font-size: 16px;
    font-weight: 700;
    color: #706F6F
}

.chatpopup-support-person__title {
    color: #706F6F
}

.chatpopup-welcome-msg {
    padding: 5px 15px;
    border-radius: 0 0 4px 4px
}

.chatpopup-custom-offer {
    margin: 10px 0
}

.chatpopup-custom-offer img {
    width: 100%
}

.chatpopup-widget__trigger {
    padding: 6px 14px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    user-select: none;
    display: flex;
    align-items: center
}

.chatpopup-gdpr {
    font-size: 14px;
    border: 1px solid transparent;
    padding-left: 15px;
    background-color: #fff
}

.chatpopup-gdpr.error {
    border: 1px solid red
}

a.chatpopup-whatsapp-button {
    padding: 6px 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    margin-right: 5px !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    outline: none !important;
    display: inline-block !important
}

.chatpopup-blinking-cursor {
    font-weight: 100;
    font-size: 15px;
    color: #2E3D48;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite
}

.chatpopup-input-wrapper {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0 50px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #ccc
}

.chatpopup-input-wrapper input {
    flex: 1;
    height: 40px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important
}

.chatpopup-input-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    cursor: pointer;
    margin: 0 10px
}

.chatpopup-input-icon svg {
    width: 100%;
    height: auto
}

.chatpopup_jwi {
    display: inline-block;
    position: fixed;
    bottom: 12px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .1));
    outline: none;
    z-index: 99999
}

.chatpopup-icon-close svg {
    width: 14px
}

.chatpopup-icon-whatsapp {
    line-height: 0 !important;
    margin-right: 5px
}

.chatpopup-icon-whatsapp svg {
    width: 16px
}




.bg-menu1 {
    background: #000000;
    border-top: 0;
    position: fixed;
    width: 100%;
    bottom: -2px;
    z-index: 10;
    padding: 0px 15px;
    font-size: 14px;
}
.bg-menu1 a {
    color: #fff;
}
.bg-menu2 {
    background: #3b3b3b;
    text-align: center;
    padding: 6px 0;
    border-radius: 0px !important;
}
.bg-menu3 {
    background: #323232;
    text-align: center;
    padding: 6px 0;
    border-radius: 0px !important;
}
/**************footer********/
.foot{
    padding: 2em 0;
}
.foot-text h6{
    color: #fff;
    font-size: smaller;
}
.foot-text a{
    color: #fff;
    font-size: smaller;
    display: block;
}
.foot-text a:hover{
    color: #5ab295;
    text-decoration: none;
}
.foot-text small {
    color: #fff;
    font-size: smaller;
    padding-top: 10px;
}
.footer-widget p {
    margin-bottom: 27px;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #0d7e75;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.dk-footer {
    background-color: #0d7e75;
    position: relative;
    z-index: 2;
}

.dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px;
}

.dk-footer .contact-us .contact-info {
    margin-left: 50px;
}

.dk-footer .contact-us.contact-us-last {
    margin-left: -80px;
}

.dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #007bff;
}

.dk-footer-box-info {

    top: 2px;
    /* background: #202020; */
    /* padding: 40px; */
    z-index: 2;
}

.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: #000;
    margin-right: 5px;
    color: #56524d;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #eee;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #eee;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #eee;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #eee;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #eee;
}

.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
}

.footer-info-text {
    margin: 26px 0 32px;
}

.footer-left-widget {
    padding-left: 80px;
}

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 50px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 8px;
}

.footer-widget p {
    margin-bottom: 27px;
    color: #fff;
}

.footer-widget a {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-widget a:hover {
    color: #4ad25c;
    text-decoration: none;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff;
}

.dk-footer-form button:hover {
    cursor: pointer;
}

.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff;
}

.contact-info {
    margin-left: 75px;
    color: #fff;
}

.contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.copyright {
    padding: 10px 0;
    /* margin-top: 55px; */
    background-color: #0b746b;
}

.copyright span,
.copyright a {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.copyright a:hover {
    color: #007bff;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 10px;
}

.elementor-button-content-wrapper {
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
    background-color: #00ce1b !important;
    border-radius: 25px;
}

.card-pricing.popular {
    z-index: 1;
    border: 3px solid #ff0000;
}

.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}

.bg-2 {
    background-color: #ff0000 !important;
}