.btn-main,
.btn-style-1,
.btn-style-3 {
    text-transform: capitalize
}

.footer-nav2,
.halloween-popup .validate-halloween-popup ul li {
    list-style-type: none
}

html * {
    font-family: inherit
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #2a95d4
}

#mins:before {
    content: '0'
}

.top-bar-main {
    background: #2a95d4;
    height: 35px;
    line-height: 35px;
    display: none
}

.head_top .row,
.top-bar-main ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.btn-style-1,
.inline-block>li,
.top-bar-main ul li {
    display: inline-block
}

.top-bar-main ul li a {
    font-size: 13px;
    font-family: Poppins;
    color: #fff
}

.top-bar-main ul li:last-child a i {
    margin: 0 10px 0 0
}

.top-bar-main ul li a .far.fa-envelope {
    font-size: 16px;
    margin: 10px 0 0
}

.top-bar-main ul li a img {
    margin: 0 5px 0 0;
    width: 25px;
    height: 15px
}

ul li {
    list-style: none
}

.inline-block>li {
    margin-right: 10px
}

.btn-style-1 {
    background: rgb(0 0 0 / 80%) !important;
    border: transparent !important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 18px
}

.btn-style-1:hover {
    background: linear-gradient(to left, #c49102 0, #dfb10c 100%) !important;
    border: transparent !important;
    color: #fff
}

.btn-style-3:hover {
    color: #fff;
    background: 0 0
}

.cta__2 {
    position: relative;
    padding: 110px 0 20px;
    overflow: hidden;
    background-size: cover !important;
}

.cta__2 .element {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto
}

.heading h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

.color-white, .text-white {
    color: #fff !important;
}

.btn-style-3 {
    color: #000;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 10px 15px
}

.btn-main {
    color: #fff !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 10px 15px;
    background: -moz-linear-gradient(left, #1e6f5c 0, #289672 50%, #be8636 100%);
    background: -webkit-linear-gradient(left, #1e6f5c 0, #289672 50%, #be8636 100%);
    background: linear-gradient(to right, #1e6f5c 0, #289672 50%, #be8636 100%)
}
/* Popup Css */

.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0px;
    display: block;
}
.popupform ul li input[type="text"],
.popupform ul li input[type="email"],
.popupform ul li textarea {
    background: #ffffff;
    border: #dedede 2px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}
.popupform ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: #2a95d4;
}
.popupform ul li textarea {
    height: 161px;
}
.popupform ul li.last {
    text-align: center;
}
.popupform ul li input[type="submit"] {
    color: #fff;
    font-size: 18px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 10px;
    letter-spacing: 1px;
    outline: 0px none;
    border-radius: 50px;
    width: 195px;
    background: #2a95d4;
}
.popupform ul li input[type="submit"]:hover {
    background: #2a95d4;
}
.popupform ul li input[type="text"]:focus,
.popupform ul li input[type="email"]:focus,
.popupform ul li textarea:focus {
    border: #b9bbbd 2px solid !important;
}
.popupform {
    width: 450px;
    border-radius: 23px;
    padding: 31px 27px 31px;
    overflow: visible;
    border-bottom: #2a95d4 5px solid;
    background-color: #fff;
    margin: auto;
    position: relative;
}
.popupform h2 {
    font-size: 28px;
    color: #2a95d4;
    font-weight: 600;
    padding-left: 15px;
    border-left: #2a95d4 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    font-family: 'Poppins';
}
.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}
.popupform ul {
    margin: 0;
    padding: 0;
}
.modal-content {
    background-color: transparent;
    border: 0;
    box-shadow: unset;
}
.modal-dialog.modal-lg {
    border: 0;
}
.popupform button.btn-close {
    border: #2a95d4 3px solid;
    border-radius: 72px;
    text-align: center;
    background-color: #fff;
    box-shadow: #000 0 0 10px;
    overflow: visible;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-size: 10px;
    position: absolute;
    right: -15px;
    top: -20px;
}
.popupform ul.card-info {
    display: flex;
}
.popupform ul.card-info li {
    margin: 0 5px !important;
}
.popupform ul.card-info li input {
    padding: 10px;
}
.popupform ul li select {
    background: #ffffff;
    border: #dedede 2px solid !important;
    padding: 10px 10px 10px 10px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #a17575;
    box-shadow: none !important;
    outline: none 0px !important;
    height: 43px;
}
.popupform ul.card-info li i {
    top: 13.5px;
}
/* Privacy Css */
section#hero {
    width: 100%;
    background: url(../images/banner.webp) no-repeat left top;
    padding: 160px 0 120px;
    background-size: cover;
}
#hero h2 {
    text-align: center;
    padding: 0 !important;
    margin: 0 !IMPORTANT;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 800;
    color:#fff;
    font-family: 'Poppins';
}
section.privacy-row {
    padding: 70px 0;
}
.privacy-sec h2 {
    color: #000;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Poppins';
}
.privacy-sec p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
}
.privacy-sec ul li {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
}
.privacy-sec a {
    font-weight: 600;
    text-decoration: underline;
    color: #ce6df3;
}
.privacy-sec ul {
    margin-left: 35px;
}
.privacy-sec ol li ul {
    margin-left: 10px;
}
.privacy-sec ul li {
    list-style: disc;
}
.privacy-sec ol li::marker {
    font-size: 35px;
    font-weight: 600;
    color: #000;
}
.privacy-sec ul li::marker {
    font-size: 16px;
}
/* Thankyou Css */
section.thank-banner-row {
    padding: 100px 0;
}
section.thank-banner-row h1 {
    font-size: 60px;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Poppins';
}
section.thank-banner-row i {
    margin: 0 auto;
    font-family: 'FontAwesome';
    color: #2a95d4;
    font-size: 90px;
    text-align: center;
    display: block;
}
section.thank-banner-row span {
    margin-top: 20px;
    text-align: center;
    color: #000;
    font-size: 16px;
    display: block;
}
section.thank-banner-row span a {
    font-weight: 700;
    color: #2a95d4;
}
@media (min-width:1024px) {
    .cta__2 .element {
        right: -200px
    }
}

.overlay-bg-new-popup {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none
}

.popupform-main-new-popup .close-btn {
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: 0 0;
    border: 0;
    color: #cf0e0e
}

.serv-bx img {
    filter: brightness(0.5);
}
.serv-bx h3 {
    color: #00777d;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.serv-bx:hover * {
    color: #fff;
}
.serv-bx:hover img {
    filter: brightness(0) invert(1);
}
.close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding-top: 3px;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    z-index: 9
}

.pop-box-2-new-pop img {
    box-shadow: 2px 2px 20px 9px #00000045;
    position: relative;
    left: 17px;
    z-index: 1
}

.control-group input::placeholder {
    color: #9b7171
}

.control-group textarea::placeholder {
    color: #9b7171
}

.pop-form-new-popp .submit-btn {
    margin: 10px 0 0 !important;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 0;
    background: #fb2224;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    width: 100%
}

.popupform-main-new-popup.active {
    display: flex !important;
    justify-content: center;
    align-items: center
}

.popupform-main-new-popup {
    position: fixed;
    background: 0 0/cover no-repeat #000c;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center
}

.pop-form-new-popp.ta-center-new-pop {
    background: center/cover no-repeat #fff;
    width: 400px;
    height: 511px;
    border-radius: 0 23px 23px 0;
    position: relative;
    padding: 25px 15px 25px 36px
}

.pop-box-2-new-pop span {
    color: #f9b400;
    font-size: 33px;
    font-weight: 600;
    position: relative;
    top: -11px
}

.pop-box-2-new-pop h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px
}

.pop-box-2-new-pop {
    background: 0 0/cover no-repeat;
    height: auto;
    width: auto;
    text-align: center;
    padding: 0;
    position: relative;
    margin-right: 3px
}

.pop-form-new-popp.ta-center-new-pop h3 {
    color: #2d2d2d;
    font-size: 22px;
    line-height: 33px;
    text-align: center
}

.pop-form-new-popp.ta-center-new-pop h3 span {
    font-weight: 700
}

.pop-form-new-popp.ta-center-new-pop h5 {
    color: #2d2d2d;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0 10px
}

.pop-form-new-popp.ta-center-new-pop input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #fff;
    height: 42px;
    margin: 0 0 20px;
    padding: 0 0 0 10px
}

input {
    outline: 0
}

.pop-form-new-popp.ta-center-new-pop textarea {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #fff;
    height: 100px;
    margin: 0 0 15px;
    padding: 10px 5px 5px 10px
}

.pop-form-new-popp.ta-center-new-pop button {
    border-radius: 5px;
    background-color: #cf0e0e;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: auto;
    padding: 9px 42px;
    width: auto;
    display: table
}

.pop-form-new-popp.ta-center-new-pop input::placeholder {
    color: #000
}

.pop-form-new-popp.ta-center-new-pop textarea::placeholder {
    color: #000
}

.pop-form-new-popp.ta-center-new-pop h3 {
    margin: 0
}

.popup-main-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

@media (max-width:1366px) {
    .popup-main-box {
        transform: scale(.9)
    }
}

@media (min-width:200px) and (max-width:767px) {
    .pop-box-2-new-pop {
        display: none
    }
    .pop-form-new-popp.ta-center-new-pop {
        background: url(auto-pop-bg-2-mob.html) 0 0/cover no-repeat;
        width: 100%;
        height: auto;
        margin: 0 10px;
        padding: 25px 0;
        border-radius: 23px
    }
    .pop-form-new-popp .close-btn {
        display: block;
        top: 5px;
        right: 0;
        background: 0 0;
        border: none;
        color: #ff9600
    }
    .pop-form-new-popp.ta-center-new-pop button {
        background: #cf0e0e
    }
    .pop-form-new-popp.ta-center-new-pop h3 {
        margin: 0 0 5px
    }
    .pop-form-new-popp.ta-center-new-pop h3 span,
    .pop-form-new-popp.ta-center-new-pop h5 {
        color: #fff
    }
}

.black_friday {
    width: 250px;
    height: 140px;
    background: url("../images/black-friday-bg.webp");
    color: #fff;
    position: fixed;
    bottom: 30px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #fff;
    border-radius: 15px;
    box-shadow: 0 0 1px 2px #58eaff, 0 0 1px 2px #58eaff inset;
    filter: drop-shadow(0px 0px 5px #58eaff);
    z-index: 9;
    cursor: pointer;
    animation: 1s linear infinite bf-animate
}

@keyframes bf-animate {
    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #58eaff);
        transform: translateY(-5px)
    }
    50% {
        filter: drop-shadow(0px 0px 5px #e50b48);
        box-shadow: 0 0 1px 2px #e50b48, 0 0 1px 2px #e50b48 inset;
        border-color: #000;
        transform: translateY(0)
    }
    80% {
        filter: drop-shadow(0px 0px 5px #e50b48);
        box-shadow: 0 0 1px 2px #e50b48, 0 0 1px 2px #e50b48 inset;
        border-color: #000
    }
}

.black_friday h2 {
    font-size: 25px !important;
    -webkit-text-stroke: 1.5px #56575b;
    text-shadow: 1px 2px 15px #56575b;
    filter: drop-shadow(0px 0px 25px #56575b);
    font-weight: 500;
    color: #fff;
    font-family: Yantramanav, sans-serif
}

.black_friday h2 span {
    padding-left: 5px;
    -webkit-text-stroke: 1px #e50b48;
    text-shadow: 1px 2px 15px #e50b48;
    filter: drop-shadow(0px 0px 25px #e50b48);
    color: #fff;
    font-family: Yantramanav, sans-serif
}

.black_friday .black_friday_top {
    width: 80px;
    height: 34px;
    background: 0 0;
    color: #fff;
    border: 2px solid #fcffeb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 1px 2px #eabb17, 0 0 1px 2px #eabb17 inset;
    filter: drop-shadow(0px 0px 5px #e70046);
    margin-bottom: 5px;
    animation: 1s linear infinite bf-animate-2
}

@keyframes bf-animate-2 {
    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #eabb17)
    }
    50% {
        filter: drop-shadow(0px 0px 5px #e50b48);
        box-shadow: 0 0 1px 2px #e50b48, 0 0 1px 2px #e50b48 inset;
        border-color: #000;
        transform: translateX(0)
    }
    80% {
        filter: drop-shadow(0px 0px 5px #e50b48);
        box-shadow: 0 0 1px 2px #e50b48, 0 0 1px 2px #e50b48 inset;
        border-color: #000
    }
}

.black_friday .black_friday_top p {
    font-size: 20px !important;
    margin-bottom: 0;
    color: #fff;
    font-family: Yantramanav, sans-serif;
    padding: 0
}

.black_friday #veteran-countdown {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    margin-top: 6px;
    padding: 5px 0;
    border: 2px solid #fff;
    border-right: 0;
    border-left: 0;
    border-radius: 6px
}

.black_friday #veteran-countdown .veteran-counter,
.cta-sec-2 .hd-txt,
.get-in-touch,
.industry-sec .hd-txt h2,
.modaL_order2 #countdown .labels {
    text-align: center
}

.black_friday #veteran-countdown .veteran-counter span.ping {
    font-size: 18px !important;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    font-family: Yantramanav, sans-serif
}

@keyframes ping {
    0% {
        filter: drop-shadow(1px 1px 10px #e50b48)
    }
    50% {
        filter: unset
    }
    100% {
        filter: drop-shadow(1px 1px 10px #fff)
    }
}

.black_friday #veteran-countdown .veteran-counter span::before {
    content: attr(b);
    display: block;
    text-shadow: 0 0 12px rgb(238 238 238 / 50%), 0 0 32px rgb(238 238 238 / 30%), 0 24px 48px rgb(238 238 238 / 10%), 0 -24px 48px rgb(238 238 238 / 10%)
}

.black_friday #veteran-countdown .veteran-counter b {
    font-size: 14px !important;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0
}

@media screen and (max-width:1024px) {
    .black_friday {
        width: 200px;
        height: 129px
    }
    .black_friday .black_friday_top {
        width: 72px;
        height: 30px
    }
    .black_friday .black_friday_top p {
        font-size: 18px !important
    }
    .black_friday h2 {
        font-size: 22px !important
    }
}

/*.halloween-popup::after,*/
/*.halloween-popup::before {*/
/*    width: 515px;*/
/*    height: 550px;*/
/*    background: url(../images/star.webp) 0 0/contain no-repeat;*/
/*    position: absolute;*/
/*    animation: 1.2s linear infinite halloween-bad;*/
/*    top: 0;*/
/*    content: ""*/
/*}*/

.sticky-slider a {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    border: 0;
    cursor: pointer;
    color: #fff;
    padding: 12px 0 9px;
    margin: auto;
    border-radius: 0;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -o-transition: .1s linear;
    -ms-transition: .1s linear;
    transition: .1s linear;
    background: #17494d;
    float: none;
    left: 0;
    right: 0;
    animation: 1.2s infinite blinkingText;
    z-index: 1000;
    font-family: Poppins;
    font-size: 23px
}

.halloween-popup h2,
ul {
    padding: 0 !important
}

.halloween-popup h2,
.halloween-popup h3 {
    font-size: 24px !important;
    color: #fff !important
}

.blinking {
    animation: 2s infinite blinkingText
}

@keyframes blinkingText {
    0%,
    100%,
    60% {
        background: #17494d;
        color: #fff
    }
    49%,
    99% {
        background: #008060;
        color: #fff
    }
}

.modal {
    background: rgba(0, 0, 0, .6);
    z-index: 9999999 !important
}

.halloween-popup {
    width: 970px;
    height: 519px;
    background: url(../images/background-popup.webp) 100% 95%/cover no-repeat #000;
    border-radius: 10px;
    padding: 3rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 1.2s linear infinite filter-shadow;
    overflow: hidden;
}

@keyframes filter-shadow {
    0%,
    100% {
        filter: unset
    }
    50% {
        filter: drop-shadow(2px 4px 6px black)
    }
}

.halloween-popup::before {
    left: -29%
}

.halloween-popup::after {
    right: -25px
}

.halloween-circle,
.halloween-circle .halloween-circle-home {
    animation: 1.2s linear infinite filter-shadow;
    position: absolute
}

@keyframes halloween-bad {
    0%,
    100% {
        transform: translateY(0);
        filter: unset
    }
    50% {
        transform: translateY(-10px);
        filter: drop-shadow(2px 4px 6px black)
    }
}

.halloween-circle {
    top: 9px;
    left: 75px;
    width: 470px;
    height: 497px;
    background: url(../images/ballon.html) 0 0/contain no-repeat;
    text-align: center
}

.halloween-circle .halloween-circle-home {
    width: 311px;
    height: 507px;
    object-fit: contain;
    top: -2px;
    left: 35%;
    transform: translateX(-50%)
}

.halloween-popup-inner {
    width: 40%;
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 33
}

.fancybox-close-small.close,
.halloween-popup h2,
.halloween-popup h3,
.halloween-popup input,
.halloween-popup textarea {
    font-family: Poppins, sans-serif !important
}

.halloween-popup h2 {
    margin: 0 !important
}

.halloween-popup h3 {
    background: hsl(0deg 0% 0% / 80%);
    padding: 15px !important;
    text-align: center
}

.halloween-popup h3 span {
    font-weight: 800;
    letter-spacing: 2px
}

.halloween-popup .validate-halloween-popup {
    width: 60%;
    margin-top: 2rem
}

.ftr-social li a,
.halloween-popup .validate-halloween-popup ul,
.leftinner .checklist,
.p0,
.single-review-slider-nav {
    padding: 0
}

.address-main ul li a,
.addressnav li a,
.footer-nav li a:hover,
.ftr-social2 li a:hover span,
.get-in-touch p a:hover,
.halloween-popup .validate-halloween-popup ul li i {
    color: #fff
}

.halloween-popup input,
.halloween-popup-inner .halloween_btn {
    font-family: Poppins, sans-serif;
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 4px
}

.form-div-btn input,
.form-st {
    font-family: poppins
}

.halloween-popup input:focus {
    border: 1px solid #f26722;
    outline: #f26722
}

.form-div-btn,
.halloween-popup .halloween-filed,
.process-box,
.process-sec .row,
.why-choose-img {
    position: relative
}

.halloween-popup div#form2::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 8px;
    background: url("../images/halloween-email.html") 0 0/contain no-repeat;
    width: 25px;
    height: 25px;
    animation: 1.4s linear infinite halloween-user
}

.halloween-popup div#form3::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 8px;
    background: url("../images/halloween-phone.html") 0 0/contain no-repeat;
    width: 35px;
    height: 35px;
    animation: 1.4s linear infinite halloween-user
}

@keyframes halloween-user {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(1.1);
        opacity: 0
    }
}

.halloween-popup .halloween-filed input {
    font-size: 14px;
    margin: 8px 0;
    padding: 0 21px
}

.halloween-popup .halloween-filed input::placeholder {
    color: #000
}

.halloween-popup-inner .halloween_btn {
    margin-top: 10px;
    background-color: #2a95d4;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    transition: .6s linear
}

.halloween-popup-inner .halloween_btn:hover {
    background-color: #fff;
    border: 3px solid #2a95d4;
    color: #000
}

.halloween-popup-inner .halloween_btn:hover::after {
    animation: 1.3s linear forwards halloween-cap
}

@keyframes halloween-cap {
    0% {
        transform: rotateY(180deg)
    }
    50% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

@media screen and (max-width:1200px) {
    .halloween-popup {
        width: 800px;
        height: 470px
    }
    .halloween-circle {
        left: -20px;
        width: 400px;
        height: 400px
    }
    .halloween-circle .halloween-circle-home {
        width: 300px;
        height: 460px;
        top: -60px
    }
    .halloween-popup::before {
        width: 600px;
        height: 470px;
        bottom: -25px;
        left: -90px
    }
    .halloween-popup::after {
        width: 450px;
        height: 530px;
        bottom: -30px;
        right: -20px
    }
    .halloween-popup h3 {
        font-size: 22px !important
    }
}

@media screen and (max-width:992px) {
    .halloween-popup {
        width: 620px;
        height: 360px
    }
    .halloween-circle {
        left: -20px;
        width: 330px;
        height: 330px
    }
    .halloween-circle .halloween-circle-home {
        width: 250px;
        height: 390px
    }
    .halloween-popup::before {
        width: 420px;
        height: 325px;
        bottom: -25px;
        left: -70px
    }
    .halloween-popup::after {
        width: 340px;
        height: 400px;
        bottom: -30px;
        right: -20px
    }
    .halloween-popup h2,
    .halloween-popup h3 {
        font-size: 16px !important
    }
    .halloween-popup .halloween-filed input {
        padding-left: 45px;
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    .black_friday {
        width: 159px;
        height: 122px
    }
    .black_friday h2 {
        font-size: 20px !important
    }
    .black_friday #veteran-countdown .veteran-counter span.ping {
        font-size: 16px !important
    }
    .black_friday .black_friday_top {
        width: 60px;
        height: 28px
    }
    .halloween-popup {
        width: 450px;
        height: 300px;
        padding: 20px
    }
    .halloween-popup::before {
        width: 330px;
        height: 250px;
        left: 15%;
        bottom: 0;
        z-index: -1
    }
    .halloween-popup::after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .4);
        animation: unset;
        border-radius: 10px
    }
    .halloween-circle {
        width: 260px;
        height: 260px;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -2
    }
    .halloween-circle .halloween-circle-home {
        width: 200px;
        height: 300px;
        top: -40px
    }
    .halloween-popup-inner .halloween_btn::after {
        width: 55px;
        height: 48px
    }
    .halloween-popup h2,
    .halloween-popup h3 {
        font-size: 16px !important;
        color: #fff !important
    }
    .halloween-popup-inner {
        width: 70%;
        top: 35%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center
    }
    .halloween-popup .halloween-filed {
        width: 80%;
        margin: 0 auto
    }
}

@media screen and (max-width:576px) {
    .halloween-popup {
        width: 300px;
        padding: 0
    }
    .halloween-popup::before {
        width: 100%;
        height: 250px;
        left: 0
    }
    .halloween-popup-inner {
        width: 100%;
        top: 15%;
        padding: 20px
    }
    .halloween-popup .halloween-filed {
        width: 100%;
        margin: 0 auto
    }
    .halloween-popup .halloween-filed input {
        padding-left: 35px
    }
    .halloween-popup div#form1::before,
    .halloween-popup div#form2::before,
    .halloween-popup div#form3::before {
        top: 10px;
        width: 25px;
        height: 25px
    }
    .halloween-popup-inner .halloween_btn {
        font-size: 18px;
        letter-spacing: 2px
    }
}

.fancybox-close-small.close {
    padding: 0;
    background-color: #2a95d4 !important;
    border: none;
    opacity: 1;
    color: #fff;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    z-index: 11;
    position: absolute;
    top: -10px;
    right: -5px;
}

.borderOnly,
.floatbutton2 .clickbutton2 {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.floatbutton .clickbutton,
.floatbutton2 .clickbutton2 {
    height: 270px;
    display: inline-block;
    vertical-align: top;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase
}

.txt {
    width: 100% !important;
    margin: 10px 0 0 !important;
    padding: 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 7px !important;
    resize: none !important;
    height: 100px !important
}

.fancybox-close-small.close img {
    width: 48%;
    filter: invert(1)
}

.modal {
    top: 0 !important;
    overflow: hidden !important
}
.floatbutton.active {
    right: 0;
    z-index: 11;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton,
.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s
}

.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 420px;
    z-index: 99999
}

.floatbutton .clickbutton {
    border-radius: 0;
    width: 50px;
    z-index: 9;
    padding-top: 0;
    margin-top: 198px;
    box-shadow: 1px 0 13px #007c82;
    background: #007c82;
    font-size: 14px;
    position: relative;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026
}

.floatbutton .clickbutton .crossplus:before,
.floatbutton2 .clickbutton2 .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after,
.floatbutton2 .clickbutton2 .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #fff;
    left: -115%;
    white-space: pre;
    bottom: 122px;
    font-weight: 700
}

.floatbutton .clickbutton .crossplus.rotate,
.floatbutton2 .clickbutton2 .crossplus.rotate {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i,
.floatbutton2 .clickbutton2 .crossplus i {
    font-size: 18px;
    color: #f43535;
    margin: 17px 0 0 15px
}

.floatbutton .banner-form,
.floatbutton2 .banner-form {
    background: #000;
    padding: 30px;
    position: relative;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 110px 0 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f;
    z-index: 9999;
}

.floatbutton .banner-form .ban-form input,
.floatbutton2 .banner-form .ban-form input {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #2a95d4;
    background: 0 0;
    padding: 10px 15px;
    color: #ffff !important;
    font-size: 16px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0 !important
}
.floatbutton .banner-form .ban-form input::placeholder {
    color: #fff;
}
.banner-form .intl-tel-input,
.cta-side-img img,
.floatbutton .banner-form .intl-tel-input,
.floatbutton2 .banner-form .intl-tel-input,
.main-banner .form-st .form-div,
.main-banner .form-st .form-div input,
.our-testimonial .img-fluid,
.why-choose-img img,
section.sec_portfolio .resume_inner .resume_box img {
    width: 100%
}

.floatbutton .btns_wrap .call_wrap,
.floatbutton .btns_wrap .chat_wrap {
    right: -225px;
    width: 280px;
    box-shadow: 0 0 40px #00000026 !important;
    position: absolute;
    padding: 0;
    overflow: hidden
}

.floatbutton .banner-form h3,
.floatbutton2 .banner-form h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px
}

.floatbutton .banner-form .ban-form input[type=submit],
.floatbutton2 .banner-form .ban-form input[type=submit] {
    color: #fff;
    font-weight: 600;
    background: #007b81;
    border-radius: 3px;
    text-align: center;
    /* background: linear-gradient(45deg, #ffa22a, #f39a28); */
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent
}

.floatbutton .banner-form .ban-form textarea,
.floatbutton2 .banner-form .ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: 0 !important;
    margin: 15px 0 0
}

.floatbutton .btns_wrap {
    position: fixed;
    right: -6px
}

.floatbutton .btns_wrap a:hover {
    text-decoration: none !important;
    right: 0;
    background: #fff
}

.floatbutton .btns_wrap .call_wrap {
    top: 120px;
    border-radius: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floatbutton .btns_wrap .call_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px
}

.floatbutton .btns_wrap .chat_wrap {
    display: block;
    top: 40px;
    border-radius: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floatbutton .btns_wrap .call_wrap span.icoo,
.floatbutton .btns_wrap .chat_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 18px 16px 16px;
    border-right: none;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0;
    box-shadow: 1px 0 13px #007c82;
    background: #007c82;
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px
}

section.main-banner form {
    display: block !important;
}

section.main-banner form .form-div {
    margin: 0px !important;
    margin-bottom: 15px !important;
}

section.main-banner .form-div-btn input {
    margin-top: 15px;
}

.main-banner .form-st .form-div input::placeholder, .main-banner .form-st .form-div textarea::placeholder {
    color: #000;
}
section.main-banner .row {
    align-items: center;
    display: flex;
}

section.main-banner form textarea {
    border: 0;
    padding: 10px 20px;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    background: #fff;
    border: 0.5px solid #ffffffa1;
    width: 100%;
    height: 120px;
}

section.main-banner form textarea::placeholder {
    color: white;
}

p.bannformp {
    text-align: center;
    color: orange;
    font-size: 30px;
    width: 100% !important;
    font-weight: 600;
    line-height: 30px;
}

p.bannformhead {
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
    color: white;
    font-weight: 600;
    font-family: 'Poppins';
    width: 100% !important;
}

section.main-banner .bnr-txt h1 {
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: uppercase;
}

section.main-banner .bnr-txt h1 span {
    color: #53c697;
}

.main-banner .serv-cta-btn {
    justify-content: flex-start !important;
    margin-top: 10px !important;
}

/*.main-banner .serv-cta-btn a.serv-cta-chat.chats {*/
/*    margin-left: 0px;*/
/*}*/

section.main-banner .serv-cta-btn.inr-tab-btn .serv-cta-tel {
    border-color: #007a80;
}

section.main-banner .serv-cta-btn.inr-tab-btn .serv-cta-tel:hover {
    border-color: #2a95d4;
}

.main-banner .serv-cta-btn.inr-tab-btn a.serv-cta-chat:hover {
}

section.main-banner p {
    width: 97%;
}

#mins-text,
#secs-text,
.footer-nav2 li:first-child:before,
.packages-sec .pack-wrap .bdarea ul li.heading:before {
    display: none
}

.countdown {
    display: block;
    width: 65%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-top: 6px;
    padding: 5px 0;
    border: 2px solid #fff;
    border-right: 0;
    border-left: 0;
    border-radius: 6px;
    animation: 1s linear infinite bf-animate-2;
    display: none;
}

.floatbutton .banner-form button,
.floatbutton2 .banner-form button {
    padding: 0;
    background-color: #2a95d4 !important;
    opacity: 1;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    z-index: 11;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px
}

.floatbutton2 {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    left: -375px;
    top: 40%;
    font-size: 0;
    width: 420px;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    flex-direction: row-reverse
}

.floatbutton2 .clickbutton2 .crossplus,
.floatbutton2.active {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s
}

.justify-content-center,
.modaL_order2 #countdown ul {
    display: flex;
    justify-content: center
}

.floatbutton2 .clickbutton2 {
    border-radius: 0;
    width: 50px;
    z-index: 999;
    padding-top: 0;
    background: #007c82;
    margin-top: 198px;
    font-size: 14px;
    position: relative;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
    border-right: 2px solid #fff
}

.modaL_order2 .btn-close,
.modaL_order2 form button {
    box-shadow: 2px 1px 27px #c48f3b;
    background: #c48f3b
}

.floatbutton2 .clickbutton2 .crossplus {
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #fff;
    left: -115%;
    white-space: pre;
    bottom: 122px;
    font-weight: 700
}

.floatbutton2.active {
    left: 0;
    z-index: 11;
    transition: .4s
}

.borderOnly {
    border-left: 2px solid #fff
}

a {
    cursor: pointer
}

.modaL_order2 .modal-dialog {
    width: 567px
}

.modaL_order2 form textarea {
    width: 100%;
    border-radius: 7px;
    padding: 17px;
    font-size: 16px;
    margin: 7px 0 0;
    resize: none;
    height: 133px
}

.modaL_order2 .modal-header {
    padding: 0;
    position: relative;
    border: none;
    z-index: 100000
}

.modaL_order2 .btn-close {
    position: absolute;
    right: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffff;
    top: -13px;
    opacity: 1
}

.modaL_order2 .modal-dialog .modal-content {
    padding: 0;
    border: none
}

.modaL_order2 .modal-body h5 {
    color: #fff;
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 9px
}

.modaL_order2 .modal-body h2 {
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-top: 20px
}

.modaL_order2 .modal-body h4 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: #c48f3b;
    text-align: center;
    margin: 11px 0
}

.modaL_order2 .modal-body h4 span {
    font-size: 17px;
    background: #c48f3b;
    border-radius: 2px;
    padding: 4px;
    color: #fff;
    box-shadow: 2px 1px 27px #c28e3b
}

.modaL_order2 form input,
.modaL_order2 form select {
    margin: 10px 0;
    border: none;
    outline: 0;
    font-size: 16px;
    width: 100%
}

.modaL_order2 form input {
    padding: 19px 18px;
    border-radius: 7px
}

.modaL_order2 form select {
    border-radius: 7px;
    padding: 0 25px;
    height: 60px
}

.modaL_order2 form input::placeholder,
.modaL_order2 form textarea::placeholder {
    color: #000
}

.modaL_order2 form button {
    border: none;
    outline: 0;
    width: 139px;
    border-radius: 38px;
    display: block;
    margin: 3% auto 0;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.modaL_order2 #countdown {
    background: #1615156b;
    padding: 9px 13px;
    border-radius: 10px;
    text-align: center;
    background: #c48f3b;
    background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image: -o-linear-gradient(top, #222, #333, #333, #222);
    margin: 20px 0
}

.modaL_order2 #countdown ul {
    font-family: nunito;
    font-weight: 600
}

.modaL_order2 #countdown ul li {
    margin: 0 15px;
    background: #ffc107;
    display: inline-block;
    padding: 7px;
    border-radius: 4px;
    width: 105px;
    box-shadow: 2px 1px 27px #fabd07ab
}

.modaL_order2 #countdown ul li span {
    font-size: 19px
}

.modaL_order2 #countdown:before {
    content: "";
    width: 8px;
    height: 65px;
    background: #ca973f;
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: block;
    position: absolute;
    top: 14%;
    border: 1px solid #111;
    left: -10px
}

.modaL_order2 #countdown:after {
    content: "";
    width: 8px;
    height: 65px;
    background: #ce9e42;
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    top: 14%;
    right: -10px
}

.modaL_order2 #countdown #tiles {
    position: relative;
    z-index: 1
}

.modaL_order2 #countdown #tiles>span {
    width: 63px;
    max-width: 63px;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #bbb, #eee);
    background-image: -moz-linear-gradient(top, #bbb, #eee);
    background-image: -ms-linear-gradient(top, #bbb, #eee);
    background-image: -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .7);
    margin: 0 7px;
    padding: 12px 0;
    display: inline-block;
    position: relative;
    font-size: 27px;
    font-weight: 600
}

.modaL_order2 #countdown #tiles>span:before {
    content: "";
    width: 100%;
    height: 13px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1
}

.modaL_order2 #countdown #tiles>span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #333;
    display: block;
    position: absolute;
    top: 48%;
    left: 0
}

.modaL_order2 #countdown .labels li {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    margin: 0 16px;
    text-shadow: 2px 1px 27px #97d1ce;
    text-align: center
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .modaL_order2 form input,
    .modaL_order2 form select {
        margin: 5px 0;
        padding: 11px 25px;
        font-size: 13px
    }
    .modaL_order2 .modal-body h4 {
        font-size: 20px;
        margin: 12px 0
    }
    .modaL_order2 #countdown .labels li {
        font-size: 11px
    }
    .modaL_order2 .btn-close {
        width: 33px;
        height: 32px;
        top: -22px;
        line-height: 11px
    }
    .modaL_order2 .modal-body h4 span {
        font-size: 15px;
        padding: 4px
    }
    .modaL_order2 form select {
        height: 40.5px
    }
    .modaL_order2 .modal-body h2 {
        font-size: 23px;
        letter-spacing: 1px;
        margin-top: 7px
    }
    .modaL_order2 .modal-dialog {
        width: 405px
    }
    .modaL_order2 .modal-body h5 {
        font-size: 27px;
        margin-bottom: 19px
    }
    header .logo_area img {
        width: 127px
    }
    .main_banner .banner_form {
        padding: 28px;
        box-shadow: -1px -2px 20px #0009
    }
    .modaL_order2 form button {
        width: 110px;
        margin: 2% auto 0;
        padding: 4px 0;
        font-size: 14px
    }
    .modaL_order2 #countdown {
        padding: 13px 11px 5px
    }
    .modaL_order2 #countdown #tiles span {
        font-size: 18px
    }
}

h1,
h2 {
    font-family: 'Bebas Neue', cursive;
    margin: 0
}

a,
button,
h3,
h4,
h5,
h6,
li,
p,
span {
    font-family: Poppins, sans-serif
}

body {
    overflow-x: hidden
}

.footer-logo {
    width: 90%
}

.get-in-touch p {
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.get-in-touch p a {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    margin: 0 10px
}

.get-in-touch p a i {
    color: #2a95d4;
    margin-right: 5px;
}
.get-in-touch p.social {
    margin-bottom: 30px;
}
.get-in-touch p.social a i {
    font-size: 25px;
    color: #fff;
}
.footer-main {
    padding: 0;
    background: url(../images/footer-bg.webp)
}

.footer-top {
    padding: 30px 0
}

.footer-top h4 {
    color: #c2c2c2;
    font-size: 20px;
    font-weight: 600;
    position: relative
}

.address-main ul li {
    display: inline-block;
    margin-right: 15px
}

.address-main ul li:last-child,
.serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-tel.popup-btn {
    margin-right: 0
}

.address-main ul li a:hover,
.addressnav li a:hover,
.footer-nav2 li a:hover {
    color: #c2c2c2
}

.ftr-social {
    display: inline-block;
    margin: 0
}

.ftr-social li a span {
    color: #fff;
    font-size: 14px;
    margin: 0
}

.ftr-social li a:hover span,
.ftr-social3 li a:hover span {
    color: #d3d3d3
}

.ftr-social li a:hover span.icon-facebook {
    color: #3b5998
}

.ftr-social li a:hover span.icon-twitter {
    color: #1da1f2
}

.ftr-social li a:hover span.icon-google-plus {
    color: #dd5044
}

.ftr-social li a:hover span.icon-linkedin {
    color: #007bb6
}

.ftr-social li a:hover span.icon-youtube-play {
    color: #c4302b
}

.ftr-social li a:hover span.icon-pinterest-p {
    color: #c92228
}

.ftr-social li a:hover span.icon-instagram {
    color: #fb3958
}

.ftr-social li a:hover span.icon-vimeo {
    color: #4ebbff
}

.ftr-social li a:hover span.icon-medium {
    color: #347235
}

.ftr-social2,
.ftr-social3 {
    display: inline-block;
    margin: 10px 0;
    width: 100%
}

.ftr-social2 li {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    text-align: center
}

.ftr-social2 li a,
.ftr-social3 li a {
    display: block;
    padding: 0;
    text-align: center
}

.ftr-social2 li a span {
    background: #3b5998;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    margin: 0;
    display: block
}

.ftr-social2 li a span.icon-facebook {
    background: #3b5998
}

.ftr-social2 li a span.icon-twitter {
    background: #1da1f2
}

.ftr-social2 li a span.icon-google-plus {
    background: #dd5044
}

.ftr-social2 li a span.icon-linkedin {
    background: #007bb6
}

.ftr-social2 li a span.icon-youtube-play {
    background: #c4302b
}

.ftr-social3 li {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    text-align: center
}

.ftr-social3 li a span {
    color: #fff;
    font-size: 25px;
    margin: 0
}

.crds-img {
    text-align: right;
    width: 100%
}

.footer-nav {
    margin: 20px 0
}

.footer-nav li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.addressnav li,
.checklist,
.footer-nav.style-2>li,
.footer-top .wrapper,
.packages-sec a,
.subscribe-main {
    display: inline-block
}

.footer-nav li:last-child,
.packages-sec .pack-wrap .bdarea ul,
.why-box.why-bx-5,
.why-box.why-bx-6 {
    margin-bottom: 0
}

.footer-nav li:before {
    position: absolute;
    font-family: icomoon !important;
    left: 0;
    top: 3px;
    font-size: 13px;
    color: var(--primary-color)
}

.footer-nav li a {
    font-size: 15px;
    font-weight: 400;
    color: #c2c2c2
}

.footer-nav li .get-started {
    color: #fff;
    border: 1px solid #be8636;
    padding: 8px 15px;
    border-radius: 4px;
    display: inline-block
}

.footer-nav.style-2 {
    font-size: 0
}

.footer-nav.style-2>li {
    width: 50%
}

.subscribe-main {
    margin: 30px 15px 10px;
    width: 100%;
    float: right;
    text-align: right
}

.subscribe-main input[type=text] {
    background: #fff;
    border: 0;
    border-radius: 5px 0 0 5px;
    color: #9d9d9d;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 65%
}

.subscribe-main input[type=submit] {
    background: #20cb98;
    border: 0;
    color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 35%
}

.subscribe-main input[type=submit]:hover {
    background: #23bb8f
}

.subscribe-main input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1 !important
}

.subscribe-main input:-moz-placeholder {
    color: #9d9d9d
}

.subscribe-main input::-moz-placeholder {
    color: #9d9d9d
}

.subscribe-main input:-ms-input-placeholder {
    color: #9d9d9d
}

.footer-bottom {
    background: #000;
    padding: 50px 0;
}

.footer-nav2 {
    margin: 10px 0;
    float: right
}

.footer-nav2 li {
    float: left;
    padding: 0 12px;
    position: relative
}

.footer-nav2 li:first-child {
    padding-left: 0
}

.footer-nav2 li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: #fff;
    left: 0;
    top: 30%
}

.bnr-txt ul li:before,
.checklist li:before {
    content: "\f058";
    font-family: "FontAwesome";
    display: table-cell;
    vertical-align: middle;
    color: #2a95d4
}

.footer-nav2 li a {
    font-size: 13px;
    font-weight: 400;
    color: #fff
}

.copyright p {
    color: #fff;
    padding: 0;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
}
.copyright {
    justify-content: space-between;
}
.copyright ul li {
    display: inline-block;
    margin-bottom: 0 !important;
}
.copyright a {
    color: #fff;
    font-size: 13px;
    padding: 0 5px;
    margin: 0 5px;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #cccccc
}

.dmca-protected {
    text-align: right;
    color: #f8f4ff
}

.dmca-protected>a {
    margin-left: 5px
}

.ban-form input,
.massage-field textarea {
    margin: 0 0 15px;
    background: 0 0;
    outline: 0 !important
}

.disclaimer-area {
    padding: 10px 0;
    background: #2a95d4 !important
}

.disclaimer {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    padding: 10px 0;
    text-align: center;
    width: 75%;
    margin: 0 auto
}

.disclaimer strong {
    font-weight: 600;
    color: #fff
}

.ban-form input,
.massage-field textarea {
    font-weight: 400;
    padding: 10px 15px;
    font-size: 14px
}
.ban-form input::placeholder, .ban-form textarea::placeholder {
    font-family: 'Poppins';
    color: #000;
    font-size: 15px;
}
.footer-top .wrapper {
    width: 100%
}

.addressnav li {
    line-height: 28px;
    font-size: 13px;
    padding: 0 0 8px 20px;
    position: relative;
    color: #fff
}

.addressnav li span {
    position: absolute;
    left: 0;
    top: 5px;
    color: #be8636;
    font-size: 15px
}

.footer-last {
    padding: 20px 0
}

.checklist {
    padding: 0 30px;
    margin-bottom: 20px;
}

.checklist li a {
    color: #fff;
}

.checklist li {
    width: 50%;
    padding-left: 30px;
    line-height: 1.4;
    float: left;
    color: #fff;
    position: relative;
    font-size: 18px;
    padding-bottom: 12px
}

.checklist li:before {
    position: absolute;
    left: 0;
    font-size: 18px
}

.leftinner .checklist li {
    font-size: 16px
}

.leftinner h2 {
    font-size: 36px
}

.mst-img-sec {
    position: static;
    z-index: 1
}

.mst-img-sec .element {
    right: 0;
    z-index: 10;
    top: -167px;
    position: absolute;
    width: 100%;
}

.bg-color-1 {
    background-color: #000000ba !important
}

.ban-form input:placeholder {
    color: #fff
}

.cta-sec-2 .cta-tab-btn,
.why-choose-sec .serv-cta-btn {
    justify-content: center
}

.cta__2.bg-detail.spacing__x .serv-cta-btn a.serv-cta-chat:after,
.cta__2.bg-detail.spacing__x .serv-cta-btn a.serv-cta-chat:before,
.cta__2.bg-detail.spacing__x .serv-cta-btn a:hover {
    background: #000 !important
}

.cta__2.bg-detail.spacing__x .serv-cta-btn a {
    color: #fff;
    border-color: #fff
}

.banner-form {
    background: #fff;
    padding: 55px 30px 40px;
    position: relative;
    z-index: 9;
    top: 0;
    box-shadow: 5px 6px 30px #00000012
}

.ban-form input {
    width: 100%;
    border: 1px solid #fff !important;
    color: #000;
    border-radius: 3px;
    height: 50px;
    background-color: #fff;
}

.massage-field textarea {
    width: 100%;
    border: 1px solid #fff;
    color: gray;
    border-radius: 3px;
    resize: none;
    height: 100px;
    margin-top: 0px;
    background-color: #fff;
}

.ban-form button[type=submit] {
    cursor: pointer;
    color: #000;
    font-weight: 600;
    background: #fff !important;
    border-radius: 6px;
    padding: 10px 15px;
    margin: 0;
    border: transparent;
    width: 100%;
    height: 50px;
    text-transform: capitalize;
    font-size: 16px;
    border-bottom: 3px solid #2a95d4;
}

.banner-form h3 span,
.halloween-popup h3 span {
    padding: 10px;
    border-radius: 8px;
    display: block;
    background: #2a95d4
}

.banner-form h3 {
    color: #fff;
    font-weight: 700;
    font-size: 22px
}

.banner-form h3 span {
    margin: 10px 0 20px
}

.halloween-popup h3 span {
    margin: 10px 0 0
}

.packages-sec .anchor-set-here {
    transform: translateY(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #2a95d4;
    background: #fff !important;
    padding: 14px 20px;
    border-radius: 50px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    transition: all 0.4s linear;
}
.packages-sec .anchor-set-here:hover {
    transform: scale(1.1);
}
.packages-sec {
    padding: 100px 0 0
}

.packages-sec h2 {
    font-size: 44px;
    width: 100%;
    margin-bottom: 10px;
}

.packages-sec h2 span {
    color: #be8636;
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase
}

.packages-sec p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 40px;
    color: #fff
}

.packages-sec .pack-wrap {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 46px #0000001a
}

.packages-sec .pack-wrap .hdarea {
    text-align: center;
    padding: 30px 30px 20px
}

.packages-sec .pack-wrap .hdarea h4 {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 13px 30px 10px;
    color: #488cfb;
    border-radius: 30px;
    background: #e6f6ff;
    display: inline-block
}

.packages-sec .pack-wrap .hdarea h2 {
    color: red;
    font-size: 20px
}

.packages-sec .pack-wrap .hdarea h3 {
    color: #323637;
    font-size: 30px;
    padding-bottom: 10px
}

.packages-sec .pack-wrap .hdarea p {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 30px
}

.packages-sec .pack-wrap .bdarea {
    padding: 10px 35px 20px
}

.packages-sec .pack-wrap .bdarea ul li {
    width: 100%;
    padding: 5px 0 5px 30px;
    color: var(--default-color);
    font-size: 14px;
    position: relative
}

.packages-sec .pack-wrap .bdarea ul li.heading {
    padding-left: 0;
    font-weight: 700;
    font-size: 16px;
    font-style: italic
}

.packages-sec .pack-wrap .bdarea ul li:before {
    content: "\e962";
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    display: table-cell;
    vertical-align: middle;
    height: 8px;
    border-radius: 50%;
    background-color: #4f88fe
}

.packages-sec .pack-wrap .ftarea {
    padding: 10px 35px 120px
}

.packages-sec .pack-wrap .ftarea .lft {
    width: 55%;
    float: left
}

.packages-sec .pack-wrap .ftarea .lft h4 {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 0;
    color: #4e8af8
}

.packages-sec .pack-wrap .ftarea .lft h4 strong {
    font-weight: 400;
    font-size: 22px
}

.packages-sec .pack-wrap .ftarea .lft h4 span {
    display: block;
    font-size: 14px;
    color: #b2b8ca
}

.packages-sec .pack-wrap .ftarea .rht {
    width: 45%;
    text-align: right;
    float: right
}

.packages-sec .pack-wrap .ftarea .rht p {
    line-height: 1.4;
    text-align: right;
    font-weight: 500;
    padding-bottom: 0;
    font-size: 13px
}

.packages-sec .pack-wrap .ftarea .rht p span {
    display: block;
    color: #999;
    font-size: 14px
}

.pkbtn {
    margin-top: -28px;
    text-align: center;
    clear: both
}

.form-btn-st:focus,
a:focus,
a:hover,
button:focus,
button:hover {
    text-decoration: none !important;
    outline: 0
}

.align-items-center {
    align-items: center;
    display: flex
}

.our-testimonial p {
    font-size: 16px;
    color: #fff;
    margin: 20px 0 25px;
    padding: 0;
    font-style: italic
}

.our-testimonial .single-review-box img {
    border-radius: 50%;
}

.single-review-box h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize
}

.bnr-txt h1,
.bnr-txt p,
.bnr-txt ul li,
.hd-txt p {
    font-weight: 400
}

.best-heading-here {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #2a95d4;
    display: initial;
    padding: 0 8px;
    border-radius: 5px
}

.single-review-box h6 {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize
}

.single-review-slider-nav .slick-slide img {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ccc
}

.our-testimonial {
    padding: 100px 0;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}
.our-testimonial:before {
    content: "";
    background-color: #000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.single-review-slider-nav .slick-slide+.slick-slide {
    display: inline-block;
    position: relative
}

.single-review-slider .slick-arrow {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 1;
    box-shadow: none;
    top: auto;
    transform: translate(0);
    transition: .4s ease-in-out
}

.single-review-slider .slick-arrow::before {
    content: '';
    position: absolute;
    background: url(../images/sprite.webp) no-repeat;
    width: 22px;
    height: 13px;
    transform: rotate(180deg)
}

.single-review-slider .slick-prev {
    right: 80px;
    left: auto
}

.single-review-slider .slick-prev::before {
    transform: rotate(0)
}

.logo img {
    width: 50%;
    filter: brightness(0) invert(1);
}

.head_top {
    padding: 0;
    z-index: 9;
    position: absolute;
    top: 40px;
    width: 100%
}

.bnr-txt ul li,
.box18,
.serv-cta-chat,
.serv-cta-tel {
    position: relative
}

.testi-img-txt img {
    border-radius: 50%
}

.serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn {
    justify-content: flex-end;
    margin: 0
}

.serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-tel {
    margin-right: 15px;
    color: #fff
}

.serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-chat:hover {
    color: #fff;
    transform: scale(1.1);
}

.main-banner {
    padding: 210px 0 60px;
    background: url(../images/download.jpg) center/cover no-repeat #000;
    position: relative;
}
.main-banner:before {
    content: "";
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bnr-txt h1 {
    font-size: 55px;
    color: #fff
}

.bnr-txt ul {
    margin: 10px 0;
    margin-bottom: 10px;
    margin-left: 5px;
}

.bnr-txt ul li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    margin: 0 0 5px
}

.bnr-txt ul li:before {
    position: absolute;
    left: -5px;
    font-size: 16px
}

.banner-img-bk img {
    width: 65%;
    margin: 0 auto;
    display: table
}

.bnr-txt p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.industry-sec .tab-content .col-sm-12,
.main-banner .form-st form {
    display: flex;
    align-items: center;
    justify-content: center
}

.serv-cta,
.serv-cta-div {
    align-items: center
}

.main-banner .form-st {
    background: #007b817d;
    border-radius: 6px;
    padding: 35px 25px;
    width: auto;
    margin: 0px;
    /* filter: blur(1px); */
    border: 2px solid #007b81;
}

.head_top .header-btn .serv-cta-tel {
    background: white;
    color: #2a95d4 !important;
    border-color: #007a80;
}

.head_top .header-btn .serv-cta-tel:hover {
    border-color: #007a80 !important;
}

.main-banner .header-btn .serv-cta-tel {
    background: white;
    color: #2a95d4 !important;
    border-color: white;
}

.main-banner .header-btn .serv-cta-tel:hover {
    border-color: #007a80 !important;
}

.serv-cta-chat:after,
.serv-cta-chat:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    display: none;
}

.main-banner .form-st .form-div input {
    border: 0;
    padding: 10px 20px;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    background: #fff;
    border: .5px solid #ffffffa1
}

.main-banner .form-st .form-div {
    margin: 0 10px
}

.main-banner .form-st .form-div input::placeholder {
    color: #000;
}

.form-div-btn input {
    padding: 15px 45px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #000;
    font-size: 18px;
    border-bottom: 3px solid #2a95d4;
    font-weight: 700;
    text-transform: uppercase;
}

.form-div-btn .fa-arrow-right {
    position: absolute;
    top: 18px;
    right: 15px;
    color: #fff;
    transition-duration: 1s
}

.serv-cta-chat,
.serv-cta-chat:after,
.serv-cta-chat:before,
.serv-cta-tel {
    transition-duration: .7s
}

.form-div-btn:hover .fa-arrow-right {
    right: -15px
}

.client-logo {
    padding: 20px 0;
    background: #2a95d4;
    margin-bottom: 80px
}

.client-logo img {
    filter: brightness(100);
    width: 100%;
    height: 110px;
    object-fit: scale-down;
}

.our-serv-sec .client-logo .col-sm-12 {
    display: block
}

.our-serv-sec {
    padding: 0 0 40px;
    background: url(../images/service-bg.jpg) center/cover no-repeat
}
.our-serv-sec .hd-txt h2 {
    padding-bottom: 0 !important;
}
.serv-cta-div {
    display: flex;
    justify-content: center;
    background: #2a95d4;
    border-radius: 8px;
    padding: 0px 0px 0px 20px;
}

.serv-cta h3 {
    font-size: 25px;
    color: #fff;
    margin: 0;
    padding-bottom: 15px;
    line-height: 30px;
}

.serv-cta-tel {
    border: 1px solid #007a80;
    padding: 14px 25px;
    font-size: 15px;
    background: 0 0;
    z-index: 1;
    border-radius: 50px;
    font-weight: 600;
}

.serv-cta-chat {
    padding: 14px 35px;
    font-size: 16px;
    margin-left: 15px;
    border: 1px solid #fff;
    z-index: 1;
    border-radius: 50px;
    font-weight: 600;
    color: #fff;
}

.serv-cta-btn {
    display: flex
}

.serv-cta-chat:before {
    top: 0;
    bottom: 50%;
    right: 0;
    z-index: -1;
    border-radius: 50px 50px 0px 0px;
}

.serv-cta-chat:after {
    bottom: 0;
    top: 50%;
    z-index: -1;
    right: 0;
    border-radius: 0px 0px 50px 50px;
}

.serv-cta-tel:after,
.serv-cta-tel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition-duration: .7s;
    background: 0 0;
    right: 0;
    border-radius: 0px 0px 50px 50px;
    display: none;
}
.serv-cta-tel:before {
    border-radius: 50px 50px 0px 0px;
}
.serv-cta-chat:hover {
    transform: scale(1.1);
    color: #fff;
}

.serv-cta-chat:hover::before {
    bottom: 0 !important;
    background: 0 0
}

.serv-cta-chat:hover::after {
    top: 0 !important;
    background: 0 0
}

.serv-cta-tel:hover::after {
    background: #000;
    top: 50%;
    transition-duration: .7s
}

.serv-cta-tel:hover::before {
    background: #000;
    bottom: 50%;
    transition-duration: .7s
}

.serv-cta-tel:hover {
    color: #fff;
    /* border-color: #000; */
    transform: scale(1.1);
}

.our-serv-sec .col-sm-12 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.hd-txt h2 {
    font-size: 50px;
    padding-bottom: 30px;
    color: #000
}

.hd-txt p {
    font-size: 16px;
    color: #000
}

.serv-cta-img {
    margin-top: -60px;
    margin-bottom: -38px;
}
.serv-cta-img img {
    width: 286px;
    height: 280px !important;
    object-fit: cover;
}
.serv-cta-div .serv-cta-chat {
    background: #00787d;
    padding: 12px 28px;
    border-color: #00787d;
    color: #fff;
}
.serv-cta-div .serv-cta-chat:before, .serv-cta-div .serv-cta-chat:after {
    background: transparent;
}
.serv-cta-div .serv-cta-tel {
    color: #2a95d4;
    background-color: #fff;
    padding: 12px 20px;
}
.serv-col-main {
    padding: 50px 0 0
}

.serv-bx {
    padding: 30px 20px;
    background: 0 0;
    margin-bottom: 20px;
    transition: .3s ease-in-out;
    background-color: #fff;
    border-bottom: 3px solid #007b81;
    height: 330px;
}

.serv-bx p {
    width: 100%;
}

.serv-bx:hover {
    background: rgb(0 123 129);
    border-color: #2a95d4;
}

main.bgsamesection {
    background: url(../images/portfolio-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

section.sec_portfolio {
    padding: 100px 0;
    /*background: url(../images/section2.webp) center/cover no-repeat*/
    /*background: linear-gradient(0deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 70%)), url("../images/portfolio-image-min.jpeg");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    padding-bottom: 70px;
}

.slider-bnt-st {
    text-align: center;
    margin-top: 80px
}

section.sec_portfolio h2.heading {
    text-align: center;
    color: #fff
}

section.sec_portfolio p.para {
    color: #fff;
    text-align: center;
    margin-bottom: 40px
}

section.sec_portfolio .resume_inner .col-md-2 {
    padding: 0 15px
}

/* .slick-dots {
    display: none !important
} */

section.sec_portfolio .resume_inner .slick-dots li.slick-active button {
    background: #2a95d4;
    color: #2a95d4
}

section.sec_portfolio .resume_inner .slick-dots li button {
    background: #fff;
    border-radius: 50px;
    color: #2cc05b;
    width: 10px;
    height: 10px
}

section.sec_portfolio .resume_inner .slick-dots {
    bottom: -55px
}

section.sec_portfolio .resume_inner .slick-dots li {
    width: auto
}

.box18 {
    overflow: hidden;
    text-align: center
}

.box18:after,
.box18:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.box18:hover:after,
.box18:hover:before {
    -webkit-transform: scale(400);
    -moz-transform: scale(400);
    -ms-transform: scale(400);
    -o-transform: scale(400);
    transform: scale(400)
}

.box18:before {
    -o-transition: .5s linear .3s;
    -moz-transition: .5s linear .3s;
    -ms-transition: .5s linear .3s;
    -webkit-transition: .5s linear .3s;
    transition: .5s linear .3s
}

.box18:hover:before {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

.box18:after {
    -o-transition: .5s linear .6s;
    -moz-transition: .5s linear .6s;
    -ms-transition: .5s linear .6s;
    -webkit-transition: .5s linear .6s;
    transition: .5s linear .6s
}

.box18:hover:after {
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s
}

.box18 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    
}

.box18 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    color: #fff;
    padding-top: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.box18:hover .box-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    -ms-transition-delay: .4s;
    transition-delay: .4s
}

.box18 .title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px
}

.box18 .description {
    font-size: 14px;
    font-style: italic;
    padding: 0 10px;
    margin: 15px 0
}

.box18 .read-more {
    display: block;
    width: 120px;
    background: #178993;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0 auto
}

@media only screen and (max-width:990px) {
    .box18 {
        margin-bottom: 0px
    }
    .box18 img {
        height: 170px;
    }
}

@media only screen and (max-width:479px) {
    .box18 .box-content {
        padding-top: 0
    }
}

@media only screen and (max-width:359px) {
    .box18 .title {
        padding-bottom: 10px
    }
}

.box18:hover .box-content i {
    font-size: 40px;
    color: #fff
}

.process-sec .hd-txt,
.testi-sec .hd-txt,
section.sec_portfolio .hd-txt {
    text-align: center;
    padding-bottom: 50px
}

.process-sec .hd-txt h2,
section.sec_portfolio .hd-txt h2 {
    padding-bottom: 10px;
    color: #fff
}

.cta-sec .serv-cta-btn.cta-tab-btn a,
.cta-sec .serv-cta-btn.cta-tab-btn:hover a.serv-cta-chat,
.serv-cta-btn.inr-tab-btn .serv-cta-tel:hover,
.why-box:hover h3,
.why-box:hover p,
section.cta-sec .hd-txt p,
section.sec_portfolio .hd-txt p {
    color: #fff;
}

.industry-sec {
    padding: 100px 0;
    /* background: url(../images/industry-bg.webp) center/cover no-repeat */
}

.indus-tab-img,
.serv-cta-btn.inr-tab-btn .serv-cta-tel:hover::after,
.serv-cta-btn.inr-tab-btn .serv-cta-tel:hover::before,
.serv-cta-btn.inr-tab-btn a.serv-cta-chat:after,
.serv-cta-btn.inr-tab-btn a.serv-cta-chat:before,
.why-box:hover {
    background: #007c82;
    border-color: #2b7fc5;
}

.indust-tab-lst .nav-tabs {
    border: 0
}

.indust-tab-lst .nav-tabs li a:hover,
.indust-tab-lst .nav-tabs li.active a,
.indust-tab-lst .nav-tabs li.active:hover a {
    border: 0;
    background: #2a95d4;
    color: #fff
}

.indust-tab-lst .nav-tabs li a {
    border: 0;
    background: 0 0;
    color: #000;
    border-radius: 0;
    margin: 0 6px;
    transition: .5s ease-in-out;
    font-size: 25px;
    font-family: 'Bebas Neue', cursive;
    background: #ddd;
}

.industry-sec .tab-content {
    padding-top: 120px
}

.serv-cta-btn.inr-tab-btn .serv-cta-tel {
    color: #fff !important;
    background: #007a80;
    position: relative;
    z-index: 1
}
.serv-cta-btn.inr-tab-btn .serv-cta-tel i {
    margin-right: 5px;
}
.serv-cta-tel2 {
    border: 1px solid #fff;
    background-color: #2a95d4;
    padding: 10px 20px;
    font-size: 14px;
    transition: all 0.7s ease 0s;
    transition-duration: 0.7s;
}

.serv-cta-tel2:hover {
    background-color: #000;
    color: #fff;
    border-color: rgb(0, 0, 0);
    color: #ffffff;
    outline: 0px;
    text-decoration: none !important;
}

.serv-cta-btn.inr-tab-btn a.serv-cta-chat:hover {
    border-color: #2a95d4;
    color: #fff;
}
.industry-sec .serv-cta-btn.inr-tab-btn .serv-cta-tel {
    background-color: #007b81;
    color: #fff !important;
}
.serv-cta-btn.inr-tab-btn a.serv-cta-chat {
    border-color: #2a95d4;
    background-color: #2a95d4;
}

.serv-cta-btn.inr-tab-btn a.serv-cta-chat:hover::after,
.serv-cta-btn.inr-tab-btn a.serv-cta-chat:hover::before {
    background: 0 0
}

.indus-tab-txt h2 {
    font-size: 60px;
    color: #000;
    padding-bottom: 5px;
}

.indus-tab-txt p {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    width: 88%;
}

.indus-tab-img {
    border-radius: 17px;
    padding-bottom: 20px;
    background-color: transparent;
}

.indus-tab-img img {
    width: 100%;
    margin-top: -60px;
}
section.video-trailer {
    padding-bottom: 100px;
}
.video-trailer .ser-book i {
    font-size: 40px;
    color: #fff;
    background: #124162BA;
    border-radius: 50%;
    width: 100px !important;
    height: 100px;
    text-align: center;
    line-height: 100px;
}
.video-trailer .ser-book {
    color: #fff;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-trailer .ser-book::before {
    z-index: -2;
}
.video-trailer h4 {
    font-size: 35px;
    padding-top: 20px;
    font-family: 'Bebas Neue';
    line-height: 30px;
}
.video-trailer p {
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
}
.video-trailer video {
    width: 92%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    z-index: -2;
}
.why-choose-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.why-img-txt {
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0;
    right: 0
}

.why-img-txt h2 {
    font-size: 60px;
    color: #fff
}

.why-img-txt h3,
.why-img-txt span {
    font-size: 38px;
    color: #fff;
    font-family: 'Bebas Neue', cursive
}

.why-img-txt h3 {
    margin: 0
}

.why-img-txt span {
    display: block
}

.why-img-txt a {
    font-size: 27px;
    font-family: 'Bebas Neue', cursive
}

.why-choose-sec {
    padding: 100px 0;
    background: url(../images/books_hero.webp) center / cover no-repeat;
    position: relative;
}
.why-choose-sec:before {
    content: "";
    background-color: #000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.why-choose-list ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0
}

.process-box h2,
section.why-choose-sec .hd-txt h2 {
    padding-bottom: 10px
}
.why-choose-sec .hd-txt p {
    width: 75%;
    margin: 0 auto 20px;
}
.why-choose-list ul li {
    list-style: none;
    width: 50%;
    margin-bottom: 25px
}

.why-box {
    margin: 0 20px;
    background: #fff;
    border-radius: 5px;
    padding: 25px 5px 25px 15px;
    transition: all 0.4s linear;
    cursor: pointer;
    height: 180px;
    border-bottom: 3px solid #007c82;
}

.why-box p {
    min-height: 85px
}

/* .why-box.why-bx-2,
.why-box.why-bx-3,
.why-box.why-bx-6 {
    background: #ebebeb
} */

.why-box h3 {
    font-size: 25px;
    font-family: 'Bebas Neue', cursive;
    margin: 0 0 10px;
}

section.why-choose-sec .hd-txt {
    text-align: center;
    padding-bottom: 30px
}

section.cta-sec .hd-txt h2 {
    font-size: 47px;
    color: #fff
}

.cta-sec {
    padding: 50px 0;
    background: url(../images/footer-bg.webp) center/cover no-repeat;
    position: relative;
}
.cta-top-row:before {
    content: "";
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
main.bgsamesection:before {
    content: "";
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.portcta {
    background: transparent !important;
    padding-top: 0px;
}

.portcta a.serv-cta-tel {
    background: white;
    border-color: #007a80;
    color: #2a95d4 !important;
}

.portcta a.serv-cta-tel:hover {
}

.cta-tab-btn {
    margin-top: 30px
}

.cta-sec .serv-cta-btn.cta-tab-btn a.serv-cta-tel.popup-btn,
.ml-15 {
    margin-left: 15px
}

.cta-side-img {
    margin-top: -85px
}

.serv-cta-btn.inr-tab-btn .serv-cta-tel img {
    margin-right: 5px
}

.process-sec {
    padding: 50px 0 180px
}

.process-box span {
    font-size: 55px;
    font-family: 'Bebas Neue', cursive;
    color: #2a95d4
}

.process-box h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff
}

.process-box p {
    font-size: 16px;
    color: #fff;
    width: 100% !important;
}

.proces-line-img {
    left: -50px;
    position: absolute;
    bottom: -38px
}

.procs-bx-2 {
    top: 125px
}

.procs-bx-4 {
    top: 125px;
    left: 10px
}

.testi-sec {
    padding: 50px 0;
    background: url(../images/testi-bg.html) center/cover no-repeat
}

.testi-box-st {
    background: #2a95d4;
    margin: 0 10px;
    padding: 20px
}

.testi-img-txt h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.testi-img-txt span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #202020
}

.testi-img-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.copy-sec {
    text-align: center;
    padding: 10px 0;
    background: #2a95d4
}

.copy-sec p {
    margin-bottom: 5px;
    color: #fff
}

section.cta-sec.cta-sec-2 {
    padding-bottom: 100px
}

.privacy-txt a {
    color: #fff;
    margin: 0 8px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.testi-slider-st .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.testi-slider-st .slick-dots li.slick-active button {
    background-color: #2a95d4
}

.testi-slider-st .slick-dots li button:before {
    font-size: 0px;
    line-height: 0
}

.testi-slider-st .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px
}

.testi-box-st p {
    min-height: 105px;
    color: #fff
}
.get-in-touch img {
    width: 85%;
    height: 55px;
    object-fit: scale-down;
    margin: 0 20px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .halloween-popup,
    .modal-content {
        height: auto !important
    }
    .align-items-center,
    .serv-cta-btn,
    .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn {
        flex-wrap: wrap
    }
    .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a {
        width: 32%;
        margin: 0 0 15px;
        margin-right: 6px !important;
        padding: 12px 10px;
        text-align: center;
        font-size: 14px;
    }
    .head_top {
        position: relative;
        background: #000;
        top: 0
    }
    .logo img {
        margin: 0 auto 20px !important
    }
    .main-banner {
        padding: 50px 0
    }
    .serv-cta-img {
        margin-top: -95px !important
    }
    .serv-cta-btn a {
        width: 32%;
        margin: 0 0 15px;
        margin-right: 6px !important;
        padding: 12px 10px;
        text-align: center;
        font-size: 14px;
    }
    .head_top .row, .top-bar-main ul {
        justify-content: center;
    }
    .top-bar-main ul li {
        margin: 0 10px;
    }
    .cta__2 .element,
    .mst-img-sec .element {
        display: none
    }
    .halloween-popup::after,
    .halloween-popup::before {
        content: inherit
    }
    .halloween-popup {
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important
    }
    .halloween-popup-inner {
        transform: none;
        left: 0 !important;
        transform: translateX(0) !important;
        top: 0 !important;
        position: relative !important;
        z-index: 9 !important
    }
    #staticBackdrop1 .modal.in .modal-dialog {
        margin: 24% auto
    }
    .fancybox-close-small.close {
        z-index: 99999
    }
    .new-class-here-for-padding {
        padding: 0
    }
    .serv-cta-div {
        padding: 20px 0px 20px 10px;
    }
    .top-bar-main {
        display: block;
    }
    section.main-banner .bnr-txt h1 {
        font-size: 36px;
    }
    .checklist li {
        width: 100%;
    }
    .bnr-txt ul.checklist {
        margin-top: -10px;
    }
    .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-tel {
        width: 40%;
    }
    span.mobilecheck {
        margin-top: 10px !important;
    }
    span.mobilecheck img {
        width: 100% !important;
    }
    .serv-cta-img img {
        width: 170px;
        height: 220px !important;
    }
    .serv-cta h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .serv-cta-div .serv-cta-btn a {
        width: 47%;
        padding: 12px 5px;
    }
    .our-serv-sec .col-sm-4 {
        width: 50%;
    }
    section.cta-sec .hd-txt h2 {
        font-size: 35px;
        padding-bottom: 10px;
    }
    section.cta-top-row .serv-cta-tel {
        width: 31%;
    }
    section.sec_portfolio {
        padding: 70px 0;
    }
    section.sec_portfolio .hd-txt p {
        width: 75%;
        margin: auto;
    }
    section.cta-sec.cta-sec-2 {
        padding-bottom: 70px;
    }
    section.cta-sec.cta-sec-2 .serv-cta-tel, .serv-cta-chat.chats {
        width: 20%;
    }
    section.industry-sec {
        padding: 60px 0;
    }
    .hd-txt h2 {
        font-size: 40px;
        padding-bottom: 20px;
    }
    .indust-tab-lst .nav-tabs li a {
        font-size: 22px;
        padding: 10px 15px;
    }
    .indust-tab-lst .nav-tabs li {
        float: unset;
        display: inline-block;
        margin-bottom: 10px;
    }
    .indust-tab-lst .nav-tabs {
        text-align: center;
    }
    .industry-sec .tab-content {
        padding-top: 50px;
    }
    .indus-tab-txt h2 {
        font-size: 45px;
    }
    .indus-tab-txt p {
        width: 100%;
        font-size: 15px;
        line-height: 22px;
    }
    .industry-sec .serv-cta-btn.inr-tab-btn .serv-cta-tel, .serv-cta-chat.chats {
        width: 31%;
        padding: 12px 6px;
    }
    section.why-choose-sec {
        padding: 70px 0;
    }
    .why-choose-sec .hd-txt p {
        width: 95%;
    }
    .why-choose-sec .hd-txt h2 {
        font-size: 50px;
    }
    .why-box {
        height: auto;
        padding: 15px;
        margin: 0 5px;
    }
    .why-box p {
        overflow-x: scroll;
        height: 120px;
    }
    .why-box h3 {
        min-height: 56px;
        width: 85%;
    }
    .why-choose-sec .serv-cta-tel, .why-choose-sec a.serv-cta-chat.chats {
        width: 20%;
    }
}

@media only screen and (min-width:520px) and (max-width:767px) {
    .modaL_order2 .modal-body h5 {
        font-size: 17px
    }
    .modaL_order2 .modal-dialog {
        width: 327px;
        margin: 0 auto;
        display: block
    }
    .modaL_order2 form input {
        margin: 5px 0;
        padding: 8px 25px;
        font-size: 13px
    }
    .modaL_order2 #countdown .labels li {
        margin: 0 14px;
        font-size: 11px
    }
    .modaL_order2 .modal-body h4 {
        font-size: 14px;
        margin: 10px 0
    }
    .modaL_order2 form button {
        width: 121px;
        margin: 4% auto 0;
        padding: 2px 0;
        font-size: 15px
    }
    .modaL_order2 #countdown #tiles>span {
        width: 43px;
        max-width: 43px;
        margin: 0 7px;
        padding: 12px 0;
        font-size: 17px
    }
    .modaL_order2 .modal {
        top: 22%
    }
    .modaL_order2 .btn-close {
        right: 13px;
        width: 19px;
        height: 20px;
        top: 11px
    }
    .cta__2 .element,
    .main_banner .banner_txt ul li a i,
    .mst-img-sec .element {
        display: none
    }
    .modaL_order2 .modal-body h2 {
        font-size: 13px
    }
    .halloween-popup,
    .modal-content {
        height: auto !important
    }
    .align-items-center,
    .serv-cta-btn,
    .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn {
        flex-wrap: wrap
    }
    .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a {
        width: 100%;
        margin: 0 0 15px;
        margin-right: 0 !important
    }
    .head_top {
        position: relative;
        background: #000;
        top: 0
    }
    .logo img {
        margin: 0 auto 20px !important
    }
    .main-banner {
        padding: 50px 0
    }
    .serv-cta-img {
        margin-top: 25px !important
    }
    .serv-cta-btn a {
        width: 100%;
        margin: 0 0 15px;
        margin-left: 0 !important
    }
    .halloween-popup::after,
    .halloween-popup::before {
        content: inherit
    }
    .halloween-popup {
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important
    }
    .halloween-popup-inner {
        transform: none;
        left: 0 !important;
        transform: translateX(0) !important;
        top: 0 !important;
        position: relative !important;
        z-index: 9 !important
    }
    #staticBackdrop1 .modal.in .modal-dialog {
        margin: 24% auto
    }
    .fancybox-close-small.close {
        z-index: 99999
    }
    .new-class-here-for-padding {
        padding: 0
    }
    .serv-cta-div {
        padding: 20px 0
    }
    .get-in-touch p a {
        display: block
    }
    .cta__2 {
        padding: 50px 0
    }
    .why-img-txt h2 {
        font-size: 30px
    }
    .why-img-txt h3 {
        font-size: 28px
    }
    .our-serv-sec .serv-cta-btn {
        padding: 0 20px
    }
    .black_friday,
    .floatbutton,
    .floatbutton2 {
        display: none !important
    }
}

@media only screen and (min-width:300px) and (max-width:519px) {
    .modaL_order2 .modal-body h5 {
        font-size: 17px
    }
    .modaL_order2 .modal-dialog {
        width: 327px;
        margin: 0 auto;
        display: block
    }
    .modaL_order2 form input {
        margin: 5px 0;
        padding: 8px 25px;
        font-size: 13px
    }
    .modaL_order2 #countdown .labels li {
        margin: 0 14px;
        font-size: 11px
    }
    .modaL_order2 .modal-body h4 {
        font-size: 14px;
        margin: 10px 0
    }
    .modaL_order2 form button {
        width: 121px;
        margin: 4% auto 0;
        padding: 2px 0;
        font-size: 15px
    }
    .modaL_order2 #countdown #tiles>span {
        width: 43px;
        max-width: 43px;
        margin: 0 7px;
        padding: 12px 0;
        font-size: 17px
    }
    .modaL_order2 .modal {
        top: 22%
    }
    .modaL_order2 .btn-close {
        right: 13px;
        width: 19px;
        height: 20px;
        top: 11px
    }
    .modaL_order2 .modal-body h2 {
        font-size: 13px
    }
    .halloween-popup,
    .modal-content {
        height: auto !important
    }
    .align-items-center,
    .serv-cta-btn,
    .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn {
        flex-wrap: wrap
    }
    .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a {
        width: 100%;
        margin: 0 0 15px;
        margin-right: 0 !important
    }
    .head_top {
        position: relative;
        background: #000;
        top: 0
    }
    .logo img {
        margin: 0 auto 20px !important
    }
    .main-banner {
        padding: 50px 0
    }
    .serv-cta-img {
        margin-top: 25px !important
    }
    .serv-cta-btn a {
        text-align: center !important;
        width: 100%;
        margin: 0 0 15px;
        margin-left: 0 !important
    }
    .cta__2 .element,
    .mst-img-sec .element {
        display: none
    }
    .halloween-popup::after,
    .halloween-popup::before {
        content: inherit
    }
    .halloween-popup {
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important
    }
    .halloween-popup-inner {
        transform: none;
        left: 0 !important;
        transform: translateX(0) !important;
        top: 0 !important;
        position: relative !important;
        z-index: 9 !important
    }
    #staticBackdrop1 .modal.in .modal-dialog {
        margin: 24% auto
    }
    .fancybox-close-small.close {
        z-index: 99999
    }
    .new-class-here-for-padding {
        padding: 0
    }
    .serv-cta-div {
        padding: 20px 0
    }
    .get-in-touch p a,
    .top-bar-main {
        display: block
    }
    .cta__2 {
        padding: 50px 0
    }
    .why-img-txt h2 {
        font-size: 30px
    }
    .why-img-txt h3 {
        font-size: 28px
    }
    .our-serv-sec .serv-cta-btn {
        padding: 0 20px
    }
    .black_friday,
    .floatbutton,
    .floatbutton2 {
        display: none !important
    }
}

.serv-col-main a {
    color: #000;
}

.serv-col-main a:hover {
    color: #000;
}

.objectFit {
    object-fit: cover
}

.inCR {
    transform: scale(1.5);
    position: relative;
    left: 10rem;
}

@media only screen and (max-width: 500px) {
    .inCR {
        transform: scale(1);
        position: relative;
        left: 0rem;
    }
}

.twtS1 {
    font-size: 18px;
    color: #fff"

}

.inlineBlock {
    display: inline-block;
}

.twtBg1 {
    background: #1f1f1f;
}

.dNone {
    display: none;
}

b.text_off {
    animation: blinker 1s linear 0s infinite normal none running;
    box-sizing: border-box;
    color: rgb(255, 230, 6);
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 700;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .27) 0px -1px 1px;
    word-wrap: break-word;
}

@keyframes blinker {
    0% {
        color: rgb(255, 230, 6);
        ;
    }
    49% {
        color: rgb(255, 230, 6);
        ;
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: rgb(255, 230, 6);
        ;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 190px;
    left: 28px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 0;
}

.my-float {
    margin-top: 8px;
}

.white {
    color: #fff !important;
}

@media (min-width:320px) and (max-width:767px) {
    .float {
        bottom: 40px;
    }
    .modal-body {
        padding: 50px 0 0 0;
    }
    .popupform {
        width: 100%;
    }
    .popupform h2 {
        font-size: 22px;
    }

}

.intl-tel-input {
    width: 100%
}

.iti {
    width: 100%;
    color: #000
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    height: 45px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    border: 1px solid transparent
}

.form-control {
    border: 1px solid #ced4da !important
}

.iti__arrow,
.iti__country-list {
    display: none
}

.iti__arrow {
    display: none
}

.error {
    font-size: 14px;
    color: red;
    font-weight: 600;
}

#TWT-lp1 * .iti {
    color: #fff !important;
}

#TWT-lp2 * .iti {
    color: #fff !important;
}

#TWT-lp6 * .iti {
    color: #fff !important;
}

.serv-cta-tel2 {
    border: 1px solid #fff;
    background-color: #2a95d4;
    padding: 10px 20px;
    font-size: 14px;
    transition: all 0.7s ease 0s;
    transition-duration: 0.7s;
}

.serv-cta-tel2:hover {
    background-color: #000;
    color: #fff;
    border-color: rgb(0, 0, 0);
    color: #ffffff;
    outline: 0px;
}
p.pbpx-0 .serv-cta-chat.chats {
    margin-left: 0;
    border-color: #00797f;
    background-color: #2a95d4;
}
p.pbpx-0 .serv-cta-chat:after, .serv-cta-chat:before {
    background-color: #00787e;
}
.inCR {
    transform: scale(1.5);
    position: relative;
    left: 10rem;
}

.tailoredh3 h3 {
    margin-top: 0px !important;
}

@media only screen and (max-width: 500px) {
    .inCR {
        transform: scale(1);
        position: relative;
        left: 0rem;
    }
}

.mt-2 {
    margin-top: 2rem;
}