@import 'https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';.p0 {
    padding: 0
}

h1,h2 {
    font-family: bebas neue,cursive;
    margin: 0
}
/*#thankyou-message.fade-in {*/
/*  animation: fadeIn 0.4 s ease forwards;*/
/*}*/

/*@keyframes fadeIn {*/
/*  from { opacity: 0; transform: translateY(-10px); }*/
/*  to { opacity: 1; transform: translateY(0); }*/
/*}*/

h3,a,li,span,button,p,h4,h5,h6 {
    font-family: poppins,sans-serif
}
div#thankyou-message {
    padding: 5px 30px;
    border-radius: 20px;
    background: #fff;
}
body {
    overflow-x: hidden
}

a:hover,a:focus,button:hover,button:focus,.form-btn-st:focus {
    text-decoration: none!important;
    outline: none
}

.logo img {
    width: 210px !important;
    filter: brightness(0) invert(1)
}

.logo {
    margin-top: 10px
}

.head_top {
    padding: 15px 0;
    z-index: 9;
    position: absolute;
    padding: 0;
    width: 100%
}
.footer-widgets-wrap .row.col-mb-50 {
    display: flex
;
    align-items: center;
}

section {
    float: left;
    width: 100%
}

.head_top .row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn {
    justify-content: flex-end
}

.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-tel.popup-btn {
    margin-right: 0
}

.serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-chat:hover {
    color: #fff
}

.main-banner {
    overflow: hidden;
    position: relative;
    padding: 150px 0 0;
    background: url(../images/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2
}

.bnr-txt h1 {
    font-size: 55px;
    font-weight: 400;
    text-align: center;
    color: #fff
}

.banner-img-bk img {
    width: 60%;
    display: table;
    opacity: .4;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    z-index: -1;
    position: relative;
    margin: 50px auto 0
}

.bnr-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0
}

.main-banner .form-st form {
    display: flex;
    justify-content: center
}

.main-banner .form-st {
    border-radius: 6px;
    padding: 0 30px;
    width: auto;
    margin: 25px 0 0
}

.main-banner .form-st .form-div input,.main-banner .form-st .form-div {
    width: 100%
}

.main-banner .form-st .form-div input {
    background: #000;
    border: 0;
    padding: 15px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px
}

.main-banner .form-st .form-div {
    margin: 0 10px
}

.main-banner .form-st .form-div input::placeholder {
    color: #fff
}

.form-div-btn input {
    padding: 15px 35px;
    border: 0;
    border-radius: 6px;
    background: #3388a4;
    color: #fff;
    font-size: 16px
}

.form-div-btn .fa-arrow-right {
    position: absolute;
    top: 18px;
    right: 15px;
    color: #fff;
    transition-duration: 1s
}

.form-div-btn {
    position: relative;
    margin: 0 10px
}

.form-div-btn:hover .fa-arrow-right {
    right: -15px
}

.client-logo {
    padding: 20px 0;
    margin-bottom: 80px;
    background-color: #000
}

.client-logo img {
    filter: brightness(100)
}

.our-serv-sec .client-logo .col-sm-12 {
    display: block
}

.our-serv-sec {
    padding: 0 0 40px;
    background: url(../images/service-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.serv-cta {
    align-items: center
}

.serv-cta-div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2b3990;
    border-radius: 8px;
    padding: 20px
}

.serv-cta h3 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    padding-bottom: 30px
}

.serv-cta-tel {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 10px;
    font-size: 10px;
    background: 0 0;
    position: relative;
    z-index: 1;
    transition-duration: .7s;
    margin-right: 5px;
}

.serv-cta-chat {
    color: #fff;
    padding: 12px 20px;
    font-size: 13px;
    margin-left: 15px;
    border: 1px solid #000;
    z-index: 1;
    position: relative;
    transition-duration: .7s
}

.serv-cta-btn {
    display: flex
}

.serv-cta-chat:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 50%;
    right: 0;
    z-index: -1;
    transition-duration: .7s
}

.serv-cta-chat:after {
    transition-duration: .7s;
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 50%;
    z-index: -1;
    right: 0
}

.serv-cta-chat:hover {
    border-color: #fff
}

/* .serv-cta-chat:hover::before,.serv-cta-chat:hover::after {
} */

.serv-cta-chat:hover::before {
    bottom: 0!important;
    background: 0 0
}

.serv-cta-chat:hover::after {
    top: 0!important;
    background: 0 0
}

.serv-cta-chat:hover {
    color: #fff;
    background: 0 0
}

.serv-cta-tel:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: 0 0;
    z-index: -1;
    transition-duration: .7s
}

.serv-cta-tel:after {
    content: '';
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transition-duration: .7s
}

.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
}

.our-serv-sec .col-sm-12 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.hd-txt h2 {
    font-size: 60px;
    padding-bottom: 25px;
    color: #0b0b0b
}

.hd-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #0b0b0b
}

.serv-cta-img {
    margin-top: -60px
}

.serv-col-main {
    padding: 50px 0 0
}

.serv-bx {
    padding: 30px 20px;
    background: 0 0;
    margin-bottom: 20px;
    transition: all .3s ease-in-out
}

.serv-bx p {
    width: 80%
}

.serv-bx:hover {
    background: rgb(36 11 31/5%)
}

section.sec_portfolio {
    padding: 50px 0;
    background: url(../images/portfolio-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.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 .resume_box img {
    width: 100%
}

section.sec_portfolio .resume_inner .col-md-2 {
    padding: 0 6px
}

section.sec_portfolio .resume_inner .slick-dots li.slick-active button {
    background: #3388a4;
    color: #3388a4
}

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
}

.box18 {
    text-align: center;
    position: relative
}

.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: all .5s linear .3s;
    -moz-transition: all .5s linear .3s;
    -ms-transition: all .5s linear .3s;
    -webkit-transition: all .5s linear .3s;
    transition: all .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: all .5s linear .6s;
    -moz-transition: all .5s linear .6s;
    -ms-transition: all .5s linear .6s;
    -webkit-transition: all .5s linear .6s;
    transition: all .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: auto
}

.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: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    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:30px
    }
}

@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
}

section.sec_portfolio .hd-txt {
    text-align: center;
    padding-bottom: 20px
}

section.sec_portfolio .hd-txt h2 {
    padding-bottom: 10px;
    color: #fff
}

section.sec_portfolio .hd-txt p {
    color: #fff
}

.industry-sec {
    padding: 50px 0;
    background: url(../images/industry-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.industry-sec .hd-txt h2 {
    text-align: center
}

.indust-tab-lst .nav-tabs {
    border: 0
}

.indust-tab-lst .nav-tabs li.active a,.indust-tab-lst .nav-tabs li.active:hover a,.indust-tab-lst .nav-tabs li a:hover {
    border: 0;
    background: #2b3990;
    color: #fff
}

.indust-tab-lst .nav-tabs li a {
    border: 0;
    background: 0 0;
    color: #000;
    border-radius: 0;
    margin: 0 6px;
    transition: all .5s ease-in-out;
    font-size: 25px;
    font-family: bebas neue,cursive
}

.industry-sec .tab-content {
    padding-top: 120px
}

.industry-sec .tab-content .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center
}

.serv-cta-btn.inr-tab-btn .serv-cta-tel {
    color: #000;
    border-color: #2b3990;
    position: relative;
    z-index: 1
}

.serv-cta-btn.inr-tab-btn .serv-cta-tel:hover {
    color: #fff
}

.serv-cta-btn.inr-tab-btn .serv-cta-tel:hover::before,.serv-cta-btn.inr-tab-btn .serv-cta-tel:hover::after {
    background: #2b3990;
}

.serv-cta-btn.inr-tab-btn a.serv-cta-chat:hover {
    border-color: #3388a4;
    color: #000
}

.serv-cta-btn.inr-tab-btn a.serv-cta-chat:before,.serv-cta-btn.inr-tab-btn a.serv-cta-chat:after {
    background: #2b3990;
}

.serv-cta-btn.inr-tab-btn a.serv-cta-chat {
    border-color: #2b3990;
}

.serv-cta-btn.inr-tab-btn a.serv-cta-chat:hover::before,.serv-cta-btn.inr-tab-btn a.serv-cta-chat:hover::after {
    background: 0 0
}

.indus-tab-txt h2 {
    font-size: 60px;
    color: #000;
    padding-bottom: 20px
}

.indus-tab-txt p {
    padding-bottom: 30px
}

.indus-tab-img {
    border-radius: 17px;
    padding-bottom: 20px;
    background-color: #000
}

.indus-tab-img img {
    width: 100%;
    margin-top: -60px
}

.why-choose-img img {
    width: 100%
}

.why-choose-img {
    position: relative
}

.why-img-txt {
    position: absolute;
    bottom: 3px;
    text-align: center;
    left: 0;
    right: 0
}

.why-img-txt h2 {
    font-size: 60px;
    color: #fff
}

.why-img-txt h3 {
    font-size: 38px;
    font-family: bebas neue,cursive;
    color: #fff;
    margin: 0
}

.why-img-txt span {
    display: block;
    font-size: 38px;
    color: #fff;
    font-family: bebas neue,cursive
}

.why-img-txt a {
    font-size: 27px;
    color: #fff;
    font-family: bebas neue,cursive
}

.why-choose-sec {
    padding: 50px 0
}

.why-choose-list ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.why-choose-list ul li {
    list-style: none;
    width: 50%;
    margin-bottom: 25px
}

.why-box {
    margin: 0 20px;
    background: #e1e1e1;
    border-radius: 5px;
    padding: 20px
}

.why-choose-img img {
    width: 100%
}

.why-choose-img {
    position: relative
}

.why-img-txt {
    position: absolute;
    bottom: 3px;
    text-align: center;
    left: 0;
    right: 0
}

.why-img-txt h2 {
    font-size: 60px;
    color: #fff
}

.why-img-txt h3 {
    font-size: 38px;
    font-family: bebas neue,cursive;
    color: #fff;
    margin: 0
}

.why-img-txt span {
    display: block;
    font-size: 38px;
    color: #fff;
    font-family: bebas neue,cursive
}

.why-img-txt a {
    font-size: 27px;
    color: #fff;
    font-family: bebas neue,cursive
}

.why-choose-sec {
    padding: 50px 0;
    background: url(../images/why-choose-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.why-choose-list ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0
}

.why-choose-list ul li {
    list-style: none;
    width: 50%;
    margin-bottom: 25px
}

.why-box {
    margin: 0 20px;
    background: #e1e1e1;
    border-radius: 5px;
    padding: 25px 20px
}

.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: 30px;
    font-family: bebas neue,cursive;
    margin: 0
}

.why-box.why-bx-5 {
    margin-bottom: 0
}

.why-box.why-bx-6 {
    margin-bottom: 0
}

section.why-choose-sec .hd-txt {
    text-align: center;
    padding-bottom: 30px
}

section.why-choose-sec .hd-txt h2 {
    padding-bottom: 10px
}

.why-box:hover {
    background: #2b3990;
}

.why-box:hover h3,.why-box:hover p {
    color: #fff
}

section.cta-sec .hd-txt h2 {
    font-size: 47px;
    color: #fff
}

.cta-sec {
    padding: 50px 0 10px;
    background: url(../images/cta-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

section.cta-sec .hd-txt p {
    color: #fff
}

.cta-tab-btn {
    margin-top: 30px
}

.cta-sec .serv-cta-btn.cta-tab-btn a {
    color: #fff
}

.cta-sec .serv-cta-btn.cta-tab-btn:hover a.serv-cta-chat {
    color: #fff
}

.cta-sec .serv-cta-btn.cta-tab-btn a.serv-cta-tel.popup-btn {
    margin-left: 15px
}

.cta-side-img img {
    width: 100%
}

.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-sec .hd-txt {
    text-align: center;
    padding-bottom: 50px
}

.process-sec .hd-txt h2 {
    padding-bottom: 10px
}

.process-box span {
    font-size: 55px;
    font-family: bebas neue,cursive
}

.process-box h2 {
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 10px
}

.process-box p {
    font-size: 13px
}

.process-sec .row {
    position: relative
}

.proces-line-img {
    left: -50px;
    position: absolute;
    bottom: -38px;
    filter: hue-rotate(180deg) brightness(0.6);
}

.process-box {
    position: relative
}

.procs-bx-2 {
    top: 125px
}

.procs-bx-4 {
    top: 125px;
    left: 10px
}

.testi-sec .hd-txt {
    text-align: center;
    padding-bottom: 50px
}

.testi-sec {
    padding: 50px 0;
    background: url(../images/testi-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.testi-box-st {
    background: #fff;
    margin: 0 10px;
    padding: 20px;
    box-shadow: 0 0 4px #979797;
    margin-bottom: 10px;
    margin-top: 10px
}

a.trust-pilot img {
    width: 80px;
    background-color: #f7f7f7;
    padding: 4px 7px
}

.testi-img-txt h4 {
    font-size: 20px;
    font-weight: 700;
    color: #202020
}

.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: 0
}

.color i {
    color: #2b3990;
    font-size: 15px
}

.cta-sec-2 .hd-txt {
    text-align: center
}

.cta-sec-2 .cta-tab-btn {
    justify-content: center
}

.copy-sec {
    text-align: center;
    padding: 10px 0;
    background: #e1e1e1
}

.copy-sec p {
    margin-bottom: 5px
}

section.cta-sec.cta-sec-2 {
    padding-bottom: 50px
}

.privacy-txt a {
    color: #000;
    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: #2b3990;
}

.feature-box {
    display: flex;
    gap: 15px;
    font-size: 17px;
    margin-bottom: 15px
}

.social-wrapper {
    display: flex;
    align-items: center
}

.social-wrapper i {
    color: #fff;
    padding: 10px;
    background-color: #3b5998
}

.footer-logo-wrapper img {
    width: 230px;
}

.footer-logo-wrapper {
    margin-top: 15px;
    margin-bottom: 10px
}

.footer-widgets-wrap {
    padding: 40px 0;
    float: left;
    width: 100%
}

.testi-slider-st .slick-dots li button:before {
    font-size: 0;
    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;
    margin-top: 15px
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0,0,0,.62);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    left: 0
}

.entry-box {
    width: 845px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    height: 533px;
    padding: 20px 40px 20px 360px;
    background-repeat: no-repeat!important;
    background-size: cover!important
}

a#entry-box_close {
    background: #2b3990;
    width: 59px;
    height: 59px;
    display: block;
    line-height: 59px;
    color: #fff;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: 32px;
    top: 10px;
    z-index: 999
}

.entry-box .text-1 h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin-bottom: 12px
}

.entry-box .text-1 h1 span.red {
    color: #c01e2e;
    text-transform: uppercase
}

.col-sm-12.entry-right {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px
}

.entry-box .text-1 p {
    color: #fff;
    font-size: 19px;
    line-height: 22px
}

.entry-box .text-1 p strong {
    text-transform: uppercase
}

.text-1 {
    position: relative;
    padding-left: 27px;
    margin-bottom: 20px
}

.text-1:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #2b3990;
    border-radius: 100px
}

.entry-box .form-control {
    min-height: 50px;
    border-radius: 7px;
    background-color: rgba(250,250,250,.92);
    border-color: transparent;
    color: #060606;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 15px
}

.entry-box .form-control::placeholder {
    color: #000
}

.entry-box button {
    border-radius: 5px;
    background-color: #3376ee
}

.entry-box button {
    border-radius: 5px;
    background-color: #171717;
    color: #fff;
    width: auto;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    cursor: pointer;
    padding: 0 30px
}

.entry-box ul li {
    color: #111322;
    font-size: 16px;
    font-weight: 500;
    width: 49%;
    display: inline-block;
    margin-bottom: 4px
}

.entry-box ul li i {
    color: #eb0000
}

.form-group {
    margin-bottom: 1rem
}

.form-btn {
    text-align: center
}

.two-title p {
    padding-bottom: 25px
}

#entry-popup .container {
    max-width: 1574px!important;
    width: 100%;
    margin: 0 auto!important;
    float: none!important;
    padding: 0 15px!important
}

.christmas-popup {
    position: absolute;
    left: -10px;
    top: 34px;
}

.loader {
    margin-top: 8px
}

.loader img {
    width: 8%
}

.row.banner-row {
    display: flex;
    align-items: center;
    justify-content: center
}

.color {
    margin-top: 5px
}

.testi-img-txt img {
    max-width: 80px
}

ul#nav-tabs-wrapper-1 a {
    color: #fff
}

ul#nav-tabs-wrapper-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.resume_box {
    margin-bottom: 12px
}

.main-banner-right {
    position: absolute;
    bottom: 0;
    right: -200px;
    z-index: -1
}

@media(min-width: 320px) and (max-width:767px) {
    .main-banner {
        overflow:hidden
    }

    .main-banner-right {
        width: 100%;
        right: -90px;
        text-align: right
    }

    .main-banner-right img {
        width: 300px
    }

    .feature-box {
        padding-left: 15px;
        font-size: 15px
    }

    .footer-widgets-wrap {
        padding: 0 0 20px
    }

    .logo img {
        width: 180px!important
    }

    ul#nav-tabs-wrapper-1 {
        flex-wrap: wrap
    }

    .cta-tab-btn {
        margin-top: 4px
    }

    .logo {
        margin-top: 8px
    }

    .christmas-popup {
        display: none
    }

    .entry-box {
        width: 100%;
        padding: 0;
        background-image: none!important;
        background-color: #25292e!important;
        height: auto
    }

    .col-sm-12.entry-right {
        padding: 20px
    }

    a#entry-box_close {
        right: 0;
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .entry-box .form-control {
        height: 45px;
        min-height: 45px;
        padding-top: 0;
        padding-bottom: 0
    }
}

header {
    position: absolute;
    width: 100%;
    padding: 30px 0;
    z-index: 1
}

.h-contact-info {
    text-align: right
}

.h-contact-info ul {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
    list-style: none
}

.h-contact-info ul li {
    margin-right: 30px;
    text-align: left
}

.h-contact-info ul li a {
    color: #fff;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    padding-left: 55px;
    display: inline-block
}

.h-contact-info ul li a i {
    background: url(../images/images-sprite.png) no-repeat;
    background-position: -274px -4px;
    width: 47px;
    height: 47px;
    position: absolute;
    left: 0
}

.h-contact-info ul li span {
    margin-bottom: -4px;
    display: block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase
}

.banner-style-1 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-top: 17rem
}

.banner-style-1 h2, .banner-style-1 h2>* {
    color: #fff;
    font-size: 62px;
    line-height: 60px;
    margin-bottom: 15px;
    font-family: bebas neue, cursive !important;
}
.banner-style-1 h2 span {
    color: #c01e2e;
}
.h-contact-info ul li a i.ic2 {
    background-position: -273px -58px;
    width: 55px;
    height: 47px
}

.btn-style-1 {
    background-image: #2b3990;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: 500!important;
    border-radius: 50px;
    padding: 9px 28px!important;
    border: 1px solid #fff
}

.h-contact-info ul li:last-child {
    margin-right: 0
}

.banner-style-1 p {
    color: #fff;
    font-family: poppins,sans-serif
}

.banner-style-1 .pointers {
    font-size: 0;
    margin-bottom: 40px;
    list-style: none;
    padding-left: 0
}

.banner-style-1 .pointers li {
    color: #fff;
    font-size: 16px;
    font-family: poppins,sans-serif;
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative
}

.banner-style-1 .pointers li:before {
    content: '';
    background: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50px
}

.inline-flex>li {
    margin-right: 20px
}

.btn-style-2 {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    padding: 9px 20px;
}

.inline-flex {
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}
.banner-content .btn-yellow {
background-color: #c01e2e;
}
.banner-form {
    background-color: rgb(255 255 255/50%);
    border: 1px solid #111;
    border-radius: 20px
}

.banner-top {
    padding: 20px 0 15px;
    text-align: center
}

.banner-top h4 {
    font-size: 34px;
    color: #111;
    margin: 0;
    text-transform: uppercase;
    animation: blink1 1s cubic-bezier(.4,0,1,1) infinite;
    font-weight: 700
}

.banner-top h5 {
    margin: 0;
    font-size: 20px;
    color: #111
}

.banner-middle {
    background: #2b3990;
    text-align: center;
    padding: 7px 0
}

.banner-middle p {
    color: #fff;
    margin: 0
}

.banner-middle p span {
    color: #fff000;
    font-weight: 600
}

.banner-last {
    padding: 30px 22px
}

.custom-input-style {
    width: 100%;
    font-size: 15px;
    color: #666;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 15px 25px
}

.custom-submit-style {
    width: 100%;
    background: #2b3990;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 11px 0
}

@keyframes blink1 {
    0%,100% {
        color: #000
    }

    50% {
        color: red
    }
}

.banner-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px
}

.partner-image {
    margin-top: 40px;
    margin-bottom: 40px
}

.btn-yellow {
    background-color: #2b3990;
    color: #fff!important;
}



footer#footer a {
    color: #2b3990;
}


/*// packages section start */

.packagewrp {
    position: relative;
    padding: 70px 0;
}

.packagewrp:after {
    content: "";
}
section.packagewrp.py-5 h6 {
    font-size: 29px;
    color: #2b3990;
    font-weight: 700;
}
.packagewrp .tabingwrp ul {
    margin: 20px 0 50px;
    display: block;
    text-align: center;
}

.packagewrp .tabingwrp ul li {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 10px;
    padding: 12px 23px;
    background: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    transition: .4s;
    border: 1px solid #f95f57;
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 111;
}

.packagewrp .tabingwrp ul li.current {
    background: #F95F57;
    color: #fff;
    transition: .4s;
    border: 2px solid #F95F57;
    font-weight: 600;
}

.packagewrp .txtwrp {
    display: block;
    padding: 0 0 20px;
}

.packagewrp .btnwrp a {
    font-size: 18px;
    margin: 0 0 0 30px;
    color: #222;
    font-weight: 600;
}

.packagewrp .btnwrp a i {
    color: #fa130d;
}

.titlebox {
    color: #fff;
    padding: 20px 20px 50px;
    border-radius: 14px;
    position: relative;
    top: 20px;
}

.titlebox h4 {
    display: inline-block;
    margin: 0 0px 10px 0;
    font-size: 27px;
    font-weight: 600;
    text-align: left;
    color: #000;
    line-height: 28px;
}



.packagewrp .titlebox h4+p {
    width: auto;
    text-align: left;
    margin: inherit;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
}

.packagewrp .pkgbox {
    padding: 20px 0px 0;
    box-sizing: border-box;
    text-align: left;
    border-top: 1px solid #2b3990;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    margin-top: -30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    margin: -20px auto 0;
}

.packagewrp .pkgbox .pricebox {
    position: relative;
    text-align: left;
    margin-bottom: 24px;
}

.packagewrp .pkgbox .pricebox sup {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color: #2b3990;
    top: -1px;
}

.packagewrp .pkgbox .pricebox h3 {
    display: inline-block;
    font-size: 57px;
    margin: 0;
    font-weight: 700;
    color: #2b3990;
    padding-right: 10px;
        font-family: "Poppins", Sans-Serif;
}

.package-off {
    background: linear-gradient(121deg, #2b3990 0%, #2b3990 70%);
    color: #fff;
    position: absolute;
    top: 0;
    right: -21px;
    padding: 5px 10px 5px 30px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.package-off strike {
    position: initial;
    right: initial;
    color: #fff;
}

.packagewrp .package_box {
    margin: 0;
    float: none;
    display: inline-block;
    padding: 0 21px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    border: 1.5px solid #2b3990;
    background: #fff;
    position: relative;
    z-index: 11;
}

.packagewrp div.pkgbox ul {
    margin-bottom: 11px;
    margin-top: 5px;
    padding: 0;
    height: 293px;
}

.packagewrp div.pkgbox ul li {
    font-size: 14px;
    color: #000;
    /* font-weight: 500; */
    padding-left: 23px;
    position: relative;
    margin-bottom: 11px;
    line-height: 20px;
    list-style: none;
}
.packagewrp div.pkgbox ul li:before {
    content: "";
    background-image: url(../images/tick_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 14px;
    width: 15px;
    -moz-osx-font-smoothing: grayscale;
    top: 5px;
    position: absolute;
    left: 0;
}

.packagewrp div.pkgbox .pricebox sup {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color: #2b3990;
    top: -1px;
}


section.packagewrp a.grad-btn {
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 6px;
    margin-right: 0;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    padding: 15px 34px 15px 34px;
    font-size: 14px;
    background: #2b3990 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6d34', endColorstr='#f95e48', GradientType=1);
}
.packagewrp a.grad-btn:hover {
    color: #fff !important;
    background: #2b3990 !important;
    transition-duration: 0.8s;
}




.tabs {
    border-bottom: unset !important;
}

.list-scroll {
    height: 300px;
    min-height: 250px;
    overflow-y: scroll;
}

.list-scroll {
  scrollbar-width: thin;               /* Firefox */
  scrollbar-color: #006d21 #f1f1f1;    /* Firefox */
}

.list-scroll::-webkit-scrollbar {
  width: 8px;
}

.list-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.list-scroll::-webkit-scrollbar-thumb {
  background-color: #6c2eb9;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.list-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #006d21;
}
.pkg-btnns {
    text-align: center;
}

h2.main-heading {
    font-size: 50px;
    color: #212529;
}

/* Packages section end */
/* internal css code copy from index.php start */
    .overlay-bg-new-popup {
      background: rgba(0, 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: transparent;
      border: 0;
      color: #cf0e0e;
    }

    .pop-form-new-popp .submit-btn {
      font-size: 18px;
      width: 100%;
      padding: 15px 0px;
      background-color: #000000;
      color: #fff;
      cursor: pointer;
      border-radius: 5px;
      position: relative;
      border: none;
      margin-top: 15px;
      width: 100%;
      margin: 10px 0 0 0px !important;
      font-weight: 700;
    }

    .close-btn {
      width: 45px;
      height: 45px;
      display: block;
      position: absolute;
      top: 18px;
      right: 0px;
      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;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    .control-group input::placeholder {
      color: #9b7171;
    }

    .control-group textarea::placeholder {
      color: #9b7171;
    }

    .pop-form-new-popp .submit-btn {
      font-size: 18px;
      padding: 15px 0px;
      background: #fb2224;
      color: #fff;
      cursor: pointer;
      border-radius: 5px;
      position: relative;
      border: none;
      margin-top: 15px;
      width: 100%;
    }

    .popupform-main-new-popup.active {
      display: flex !important;
      justify-content: center;
      align-items: center;
    }

    .popupform-main-new-popup {
      position: fixed;
      background: #000c;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .pop-form-new-popp.ta-center-new-pop {
      background: #fff;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 400px;
      height: 511px;
      border-radius: 0 23px 23px 0;
      position: relative;
    }

    .pop-box-2-new-pop {
      background: url('new-pop-bg-2.png');
    }

    .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: transparent;
      height: auto;
      width: auto;
      text-align: center;
      padding: 0;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .pop-form-new-popp.ta-center-new-pop {
      padding: 25px 15px 25px 36px;
    }

    .pop-form-new-popp.ta-center-new-pop h3 {
      color: #2d2d2d;
      font-size: 22px;
      line-height: 33px;
      text-align: center;
      margin: 0;
    }

    .popupform-main-new-popup {
      align-items: center;
      justify-content: center;
    }

    .pop-form-new-popp.ta-center-new-pop h3 span {
      font-weight: bold;
    }

    .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 0;
    }

    .pop-form-new-popp.ta-center-new-pop input {
      width: 100%;
      border-width: 1px;
      border-color: rgb(225, 225, 225);
      border-style: solid;
      border-radius: 5px;
      background-color: rgb(255, 255, 255);
      height: 42px;
      margin: 0 0 20px 0;
      padding: 0 0 0 10px;
    }

    input {
      outline: none;
    }

    .pop-form-new-popp.ta-center-new-pop textarea {
      width: 100%;
      border-width: 1px;
      border-color: rgb(225, 225, 225);
      border-style: solid;
      border-radius: 5px;
      background-color: rgb(255, 255, 255);
      height: 100px;
      margin: 0 0 15px 0;
      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;
      display: table;
      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-box-2-new-pop {
      position: relative;
      margin-right: 3px;
    }
/* 
    .pop-form-new-popp .close-btn {
   
    } */

    .pop-form-new-popp.ta-center-new-pop h3 {
      margin: 0;
    }

    .popup-main-box {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }

     #cookie-consent-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 999;
      box-sizing: border-box;
      width: 100%;
      background-color: #FFF;
      box-shadow: 0 0 10px #00000036;
    }

    .cookie-consent-banner__inner {
      max-width: 900px;
      margin: 0 50px;
      padding: 20px 0 18px 0;
    }

    .cookie-consent-banner__header {
      margin-bottom: 5px;

      font-family: "CeraPRO-Bold", sans-serif, arial;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
    }

    .cookie-consent-banner__description {
      font-family: "CeraPRO-Regular", sans-serif, arial;
      font-weight: normal;
      color: #000000;
      font-size: 16px;
      line-height: 24px;
    }

    .btn-footer {
      background-color: #f5931e;
      padding-right: 40px;
      padding-left: 40px;
      padding-top: 8px;
      padding-bottom: 8px;
      font-size: 17px;
      color: white;
      border-radius: 30px;
      font-weight: 500;
    }

    .cookie-consent-banner__cta--secondary {
      padding: 9px 13px;

      border: 2px solid #3A4649;

      background-color: transparent;

      color: #2CE080;
    }

    .cookie-consent-banner__cta:hover {
      background-color: #20BA68;
    }

    .cookie-consent-banner__cta--secondary:hover {
      border-color: #838F93;

      background-color: transparent;

      color: #22C870;
    }

    .cookie-consent-banner__cta:last-child {
      margin-left: 16px;
    }

    .navbar {
      margin-top: 0 !important;
    }

      #cookie-consent-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 999;
      box-sizing: border-box;
      width: 100%;
      background-color: #FFF;
      box-shadow: 0 0 10px #00000036;
    }

    .cookie-consent-banner__inner {
      max-width: 930px;
      margin: 0 50px;
      padding: 20px 0 18px 0;
    }

    .cookie-consent-banner__header {
      margin-bottom: 5px;

      font-family: "CeraPRO-Bold", sans-serif, arial;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
    }

    .cookie-consent-banner__description {
      font-family: "CeraPRO-Regular", sans-serif, arial;
      font-weight: normal;
      color: #000000;
      font-size: 16px;
      line-height: 24px;
    }

    .btn-footer {
      background-color: #f5931e;
      padding-right: 40px;
      padding-left: 40px;
      padding-top: 8px;
      padding-bottom: 8px;
      font-size: 17px;
      color: white;
      border-radius: 30px;
      font-weight: 500;
    }

    .cookie-consent-banner__cta--secondary {
      padding: 9px 13px;

      border: 2px solid #3A4649;

      background-color: transparent;

      color: #2CE080;
    }

    .cookie-consent-banner__cta:hover {
      background-color: #20BA68;
    }

    .cookie-consent-banner__cta--secondary:hover {
      border-color: #838F93;

      background-color: transparent;

      color: #22C870;
    }

    .cookie-consent-banner__cta:last-child {
      margin-left: 16px;
    }

    .navbar {
      margin-top: 0 !important;
    }
/* internal css code copy from index.php end */
/* Responsive */

@media only screen and (max-width: 1024px) {
    .banner-form {
        margin-top: 50px !important;
    }
    .cta-sec {
        padding-bottom: 45px !important;
    }
}

@media only screen and (max-width: 960px) {

    .col-lg-12.text-center.order-3.partner-image img {
        width: 100%;
    }
    .serv-cta-div {
        justify-content: unset !important;
    }
}
@media only screen and (max-width: 768px) {
    .serv-cta-img img {
        width: 100%;
    }
    .why-choose-img.chats {
        text-align: center !important;
    }
    .why-choose-img img {
        width: 49%;
    }
    .why-img-txt h2 {
        font-size: 50px;
    }
    .why-img-txt span {
        font-size: 33px;
    }
    .why-img-txt h3 {
        font-size: 32px;
    }
    .cta-side-img img {
        width: 38%;
    }
    .cta-side-img {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .h-contact-info ul {
        display: block !important;
        padding-top: 28px !important;

    }
    .banner-style-1 .pointers li:before {
        display: none !important;
    }
    .h-contact-info ul li a {
        font-size: 16px !important;
        display: inline-block !important;
    }
    .h-contact-info ul li span {
        font-size: 10px !important;
        padding-bottom: 8px !important;
    }
    .btn-style-1 {
        font-size: 14px!important;
    }
    .col-lg-8.order-md-1.order-2 {
        padding-top: 140px;
        text-align: center;
        padding-top: 172px;
    }
    .h-contact-info ul li {
        text-align: center;
        padding: 5px 0px;
    }
    .indus-tab-img img {
        width: 50%;
        margin-top: -60px;
    }
    .banner-style-1 h2 {
        font-size: 50px;
        line-height: 56px;
        padding: 0px 20px !important;
    }
    .banner-top h4 {
        font-size: 30px;
    }
    .banner-top h5 {
        font-size: 18px;
    }
    .custom-submit-style {
        font-size: 16px;
    }
    .client-logo img {
        width: 66%;
    }
}
@media only screen and (max-width: 575px) {
    .h-contact-info ul li a {
        font-size: 14px !important;
    }
    .h-contact-info ul li {
        padding: 10px 0px;
    }
    .banner-style-1 h2 {
        font-size: 38px;
        line-height: 46px;
        padding: 0px 20px !important;
    }
    .banner-top h4 {
        font-size: 28px;
    }
    .banner-top h5 {
        font-size: 16px;
        padding-top: 15px !important;
    }
    .custom-submit-style {
        font-size: 14px;
    }
    .col-lg-12.text-center.order-3.partner-image img {
        width: 100% !important;
        overflow: hidden !important;
    }
    .btn-style-2 {
        background-color: #000;
        font-size: 14px;
    }
    .client-logo img {
        width: 38% !important;
    }
    .serv-cta-img img {
        width: 68% !important;
    }
    section.sec_portfolio .hd-txt p {
        font-size: 15px !important;
        padding: 0px 20px;
    }
    .indust-tab-lst .nav-tabs li a {
        font-size: 22px;
    }
    .hd-txt h2 {
        font-size: 36px;
    }
    .indus-tab-txt h2 {
        font-size: 34px;
    }
    .why-choose-img img {
        width: 58%;
    }
    .why-img-txt h2 {
        font-size: 27px;
    }
    .why-img-txt span {
        font-size: 18px;
    }
    .why-img-txt h3 {
        font-size: 23px;
    }
    .why-img-txt a {
        font-size: 22px;
    }
    .entry-box {
        width: 100%;
        margin: 0 !important;
    }
    .footer-logo-wrapper img {
        width: 206px;
    }
    section.cta-sec .hd-txt h2 {
        font-size: 25px;
    }
    .entry-box .text-1 h1 {
        font-size: 18px;
    }
    .entry-box .text-1 p {
        font-size: 14px;
    }
    .text-1:before {
        width: 4px;
    }
    a#entry-box_close {
        font-size: 15px;
        width: 39px;
        height: 41px;
    }
    .entry-box .form-control {
        font-size: 14px;
    }
    .entry-box button {
        font-size: 12px;
    }
    .entry-box .form-control {
        height: 40px;
        min-height: 40px;
    }
    .hd-txt h2 {
        font-size: 37px !important;
    }
    .nav-tabs>li {
        float: unset !important
    }
    .indus-tab-img img {
        width: 64%;
    }
    .cta-side-img img {
        width: 50%;
    }
    ul#nav-tabs-wrapper-1 {
        display: unset !important;
    }
    .banner-content p {
        font-size: 15px !important;
    }
    .banner-style-1 .pointers li {
        font-size: 15px;
        padding-left: 0px !important;
    }
    .hd-txt p {
        font-size: 15px;
    }
    .widget.clearfix p strong {
        font-size: 13px;
    }
    .feature-box {
        margin-bottom: 6px;
        font-size: 14px;
    }
    ul#nav-tabs-wrapper-1 a {
        padding: 4px 0px !important;
    }
    .indust-tab-lst .nav-tabs li a {
        padding: 4px 0px !important;
    }
    
h2.main-heading {
    font-size: 25px ;
}
p.main-pera {
    font-size: 12px ;
}
.titlebox
 {
    padding: 20px 10px ;
}
.titlebox h4 {
    font-size: 13px ;
}
.packagewrp .titlebox h4+p {
    font-size: 10px ;

}
.packagewrp .pkgbox .pricebox sup {
    font-size: 30px ;
}
.packagewrp .pkgbox .pricebox h3 {
    font-size: 30px ;
}
.package-off
 {
    font-size: 9px ;
}
.packagewrp .pkgbox ul li {
    font-size: 10px ;
}
}



@media only screen and (max-width: 375px) {
    .btn-style-1 {
        padding: 7px 13px!important;
    }
    .btn-style-2 {
        padding: 9px 26px;
    }
    .hd-txt p {
        font-size: 14px;
        font-weight: 400;
        color: #0b0b0b;
    }
    .process-box span {
        font-size: 44px;
    }
    .testi-img-txt h4 {
        font-size: 18px;
    }
    .hd-txt h2 {
        font-size: 34px !important;
    }
    .banner-top h4 {
        font-size: 22px;
    }
    .why-choose-img img {
        width: 67%;
    }
    .entry-box .form-control {
        font-size: 12px;
    }
    .entry-box .text-1 h1 {
        letter-spacing: 1px;
    }
    .h-contact-info ul li a {
        font-size: 13px !important;
    }
    h2.main-heading {
    font-size: 25px;
}
p.main-pera {
    font-size: 12px;
}
.titlebox
 {
    padding: 20px 10px;
}
.titlebox h4 {
    font-size: 13px;
}
.packagewrp .titlebox h4+p {
    font-size: 10px;

}
.packagewrp .pkgbox .pricebox sup {
    font-size: 30px;
}
.packagewrp .pkgbox .pricebox h3 {
    font-size: 30px;
}
.package-off
 {
    font-size: 9px;
}
.packagewrp .pkgbox ul li {
    font-size: 10px;
}
}

@media only screen and (max-width: 320px) {
    .btn-style-2 {
        padding: 9px 14px;
        font-size: 13px;
    }
    .custom-input-style {
        font-size: 14px;
    }
    .custom-submit-style {
        font-size: 13px;
    }
    .serv-cta-chat {
        padding: 12px 7px;
        font-size: 12px;
    }
    .serv-cta-tel {
        padding: 12px 6px;
        font-size: 13px;
    }
    .why-choose-img img {
        width: 78%;
    }
}


