@import url('https://fonts.googleapis.com/css2?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&amp;display=swap');

.p0 {
    padding: 0px;
}

h1,
h2,
h3,
a,
li,
span,
button,
p,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

body {
    overflow-x: hidden;
}

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

section {
    float: left;
    width: 100%;
}

.header-top {
    display: block;
    background: #00273f;
    text-align: right;
}

li.bnr-btn.hdr-btn {
    margin: 0;
    margin-left: 14px;
}

ul.nav.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
}

.bnr-btn.hdr-btn a {
    /* color: #fff !important; */
}

.header-top ul {
    padding: 0;
    margin: 0;
}

.header-top ul li {
    display: inline-block;
    padding: 10px 15px;
}

.header-top ul li a {
    font-size: 15px;
    color: #fff;
}

.navbar-right a.yellow_btn_m {
    margin: 0 15px 0 15px;
    position: relative;
    padding: 12px 19px 12px 45px !important;
}

.navbar-right a.yellow_btn_m:before {
    content: "";
    background-image: url(../images/call-btn.html);
    position: absolute;
    height: 32px;
    width: 28px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-top ul li a i {
    margin: 0 3px 0 0;
    font-size: 18px;
}
a.tel-btn {
    border: 1px solid;
    border-radius: 5px;
    font-size: 15px;
    color: #1a1a1a;
    font-weight: bold;
}

a.tel-btn:hover {
    color: #ed4149 !important;
}

.head_top {
    padding: 15px 0;    /* box-shadow: 0px 5px 20px 0px #cacaca; */
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px;
}

.head_top .navbar .navbar-header a.navbar-brand {
    font-weight: bold;
    color: #00273f;
    font-size: 26px;
}

.head_top .navbar-right {
    padding-top: 20px;
    position: relative;
}

.head_top .navbar.navbar-defult {
    margin-bottom: 0;
}

.head_top .navbar.navbar-defult  ul li a:hover,
.head_top .navbar.navbar-defult  ul li a:focus,
.head_top .navbar.navbar-defult  ul li.active a {
    background: transparent;
    color: #ffffff;
}

.head_top .navbar.navbar-defult  ul li a {
    /* color: #000000; */
    opacity: 1;
    /* font-size: 13px; */
    /* font-family: 'Poppins', sans-serif; */
    /* text-transform: uppercase; */
    /* padding: 10px 12px; */
    /* font-weight: 700; */
}

.head_top .navbar.navbar-defult  ul li a.btn-org {

    /* background: #fc5216; */
    border-radius: 50px;
    padding: 12px 27px;
    color: #fff;
    background: linear-gradient(to right, #3ab0ce, #1bc9bb);
    font-size: 13px;
    font-weight: 700;
}

.head_top .dropdown-menu>li>a {
    position: relative;
    margin: 0 0 10px;
    font-weight: 500;
    border-left: 4px solid #00273f;
}

.head_top ul.dropdown-menu {
    padding: 20px 0 15px;
    border: none;
    left: 0;
    right: 0;
    width: 250px;
}

/*.logo {
    width: 60%;
    margin: -13px 0 0 0;
}*/

.head_top .dropdown-menu>.active>a,
.head_top .dropdown-menu>.active>a:focus,
.head_top .dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    color: #fc5216 !important;
    border-left: 4px solid #fc5216;
}

.head_top .dropdown-menu>li>a:hover:before {
    color: #fc5216;
}

.head_top .open>a,
.head_top .open>a:focus,
.head_top .open>a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fc5216 !important;
}

.top_info i {
    float: left;
    margin: 0 10px 0 0;
}

.top_info {
    float: left;
    margin-right: -5px;
}

.link_txt {
    color: #ffcc00;
    float: left;
}

.link_txt small {
    font-weight: 500;
    font-size: 12px;
    color: #000;
}

.link_txt p {
    color: #000;
}

a.top_info.top-info-lst {
    margin-right: 0;
}

li.bnr-btn.hdr-btn .get-started {
    background: -webkit-linear-gradient(0deg, rgb(230, 35, 98) 0%, rgb(243, 92, 52) 100%);
}

li.bnr-btn.hdr-btn .get-started:hover {
    background: #222222 !important;
    color: #fff;
    border-color: #222;
}

/*banner*/
.banner-sec {
    background: url(../images/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 190px 0 70px;
    position: relative;
    z-index: 1;
}
.bnr-side-img{
    position: relative;
}
.bnr-side-img:before{
    content: '';
    background: url(../images/bnr-side-bf.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 0;
    margin: auto;
    width: 684px;
    height: 573px;
    z-index: -1;
}

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

.bnr-side-img img {
    width: 105%;
}

.bnr-txt h1 {
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
}

.bnr-txt p {
    font-size: 16px;
    padding: 25px 0;
}

.get-started {
    border-radius: 5px;
    background-image: -moz-linear-gradient(0deg, rgb(230, 35, 98) 0%, rgb(243, 92, 52) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(230, 35, 98) 0%, rgb(243, 92, 52) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(230, 35, 98) 0%, rgb(243, 92, 52) 100%);
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
    margin-right: 15px;
}

.live-chat {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    color: #1a1a1a;
}

.bnr-btn {
    clear: both;
    margin: 15px 0 60px;
}

.bnr-logo img {
    width: auto;
}

.bnr-rating ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}

.bnr-rating ul li {
    text-align: center;
    margin: 0 15px;
    width: 25%;
}

.bnr-rating ul li h3 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

.bnr-rating ul li p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.bnr-rating {
    border-radius: 21px;
    background-image: -moz-linear-gradient(0deg, rgb(230, 35, 98) 0%, rgb(243, 92, 52) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(230, 35, 98) 0%, rgb(243, 92, 52) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(230, 35, 98) 0%, rgb(243, 92, 52) 100%);
    padding: 20px 20px;
    margin-top: 120px;
}

.rating-bx {
    border-right: 1px solid #fff;
    padding: 0 16px 0 0;
}

.bdr-rem {
    border: 0;
}

/*banner*/

/*process-sec*/
.ourProcess {
    display: block;
    background: url(img/processdv.html) center no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 50px 0;
}

.ourProcess .serviceSlider {
    width: 100%;
    z-index: 4;
}

.ourProcess .markdv {
    position: absolute;
    left: 60px;
    right: 0;
    top: 0;
    margin: 0px;
    width: 275px;
    height: auto;
    padding: 0px;
    z-index: 1;
}

.ourProcess .markdv img {
    object-fit: cover;
    vertical-align: middle;    /*width: 100%;*/
    height: 100%;
}

.ourProcess h2 {
    font-size: 2.2rem;
    line-height: 1;
    margin: 0 0px 45px;
    padding: 0;
    font-weight: 700;
    position: relative;
    color: #000;
}

.ourProcess h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #ff9900;
}

.ourProcess p {
    margin: 0 0 120px;
}

.ourProcess .offers .item {
    min-height: 180px;
    padding: 30px 0px 0px;
}

.ourProcess .offers .item figure {
    margin: 0px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourProcess .offers .item figure img {
    width: 65px;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
}

.ourProcess .offers .item .txtDv {
    position: relative;
}

.ourProcess .offers .item .txtDv h3 {
    color: #000;
    font-size: 1.4em;
    line-height: 1.3;    /*line-height:($font-size+1);*/
    margin: 0 0 10px;
    padding: 0px;
    font-weight: 600;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
}

.ourProcess .offers .item .txtDv p {
    color: #7c7c7c;
    font-size: 14px;
    margin: 0;
    padding: 0px;
    line-height: 1.5;
    opacity: 1;
    font-weight: 400;
}

.ourProcess .offers .item span {
    position: absolute;
    left: 0px;
    top: -71px;
    color: #00000014;
    font-size: 7rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    z-index: 2;
    font-weight: normal;
}

.ourProcess .offers .col01 {
    text-align: right;
}

.ourProcess .offers .col01 .item {
    margin-right: -35px;
}

.ourProcess .offers .col01 .item figure {
    order: 2;
}

.ourProcess .offers .col02 {
    text-align: left;
}

.ourProcess .offers .col02 .item {
    margin-left: -35px;
}

.ourProcess .offers .mobil {
    margin: 0px -65px 0px;
    position: relative;
    left: 0px;
}

.ourProcess .offers .mobil img {
    max-height: 78vh;
    margin: 0px auto;
}

.btngetDv.anim-btn {
    color: white;
    border: none;
    background: #f90;
    background: #f90;
    font-size: 11px;
    font-weight: 700;
    height: auto;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    vertical-align: super;
    padding: 10px 20px 10px 47px;
    position: relative;
    border-radius: 140px;
    text-transform: uppercase;
}

.btngetDv.anim-btn:before {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulso 2s infinite;
    transition: 0.5s;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    position: absolute;
    left: 19px;
    border-radius: 50%;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

@keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }

}

.process-box-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.process-box-col.prcs-bx-2 {
    justify-content: flex-start;
}

.hd-txt h2 {
    font-size: 21px;
    font-weight: bold;
}

.ourProcess .markdv img {
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.mob-shaddow {
    width: 100% !important;
    position: relative !important;
}

/*process-sec*/

/*case-studies*/
.case-studies-home .section {
    height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
}

.case-studies-home .owl-carousel .owl-nav button.owl-prev {
    left: 50px !important;
}

.case-studies-home .owl-carousel .owl-nav button.owl-next {
    right: 50px !important;
}

#section1 {
    background: url(../images/case-study-new/case-1-bg-img.jpg) no-repeat center;
    background-size: cover;
}

#section2 {
    background: url(../images/case-study-new/case-2-bg-img.jpg) no-repeat center;
    background-size: cover;
}

#section3 {
    background: url(../images/case-study-new/case-3-bg-img.jpg) no-repeat center;
    background-size: cover;
}

#section4 {
    background: url(../images/case-study-new/case-4-bg-img.jpg) no-repeat center;
    background-size: cover;
}

#section5 {
    background: url(../images/case-study-new/case-5-bg-img.jpg) no-repeat center;
    background-size: cover;
}

#section6 {
    background: url(../images/case-study-new/case-6-bg-img.jpg) no-repeat center;
    background-size: cover;
}

.case-study .card {
    border: 0;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 40px 0;
}

.case-study h5.card-title {
    color: #0b1e63 !important;
    font-size: 18px;
}

.case-study .card-text {
    font-size: 14px;
    line-height: 22px;
}

.before-ntrc {
    position: absolute;
    width: 432px;
    height: 509px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.case-studies-sec .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
}

.case-studies-sec .section.white .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.intro p {
    margin: 0 auto 20px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
}

.case-studies-sec .owl-carousel .owl-item img.before-ntrc {
    width: auto;
    padding-bottom: 0;
}

.hvr-ripple-out {
    border-radius: 5px;
    color: #1a1a1a;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
    margin-right: 15px;
    background: #fff;
}

#section1 .intro h2 {
    color: #1a1a1a;
}

#section2 .intro h2 {
    color: #1a1a1a;
}
#section2 .intro p, #section3 .intro p, #section4 .intro p, #section5 .intro p, #section6 .intro p {
    color: #1a1a1a;
}
.case-studies-sec .owl-carousel .owl-item img.case-logo-st {
    width: 50%;
    margin: 0;
}
#section1 img.case-logo-st {
    filter: brightness(100);
}
.case-studies-sec .owl-carousel .owl-item img.case-side-img-st {
    width: 75%;
}
.case-studies-sec .owl-carousel .owl-item #section6 img.case-logo-st, .case-studies-sec .owl-carousel .owl-item #section5 img.case-logo-st {
    width: 30%;
    margin: 0;
}
.case-studies-sec .owl-carousel .owl-item #section5 img.case-side-img-st{
    width: 100%;
}
#section1 .intro p {
    color: #fff;
}
.btn-grad-st {
    background: -webkit-linear-gradient(0deg, rgb(230, 35, 98) 0%, rgb(243, 92, 52) 100%);
    color: #fff;
}
.case-studies-sec .owl-dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition-duration: 0.6s;
    margin: auto;
    display: flex;
    align-items: center;
    transform: rotate(90deg);
}

.case-studies-sec .owl-dots .owl-dot {
    background: #000;
    width: 5px;
    height: 5px;
    margin: 0 7px 29px;
    transition-duration: 0.6s;
}

.case-studies-sec .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
}

/*case-studies*/

/*serv-sec*/
.serv-sec {
    background-image: -moz-linear-gradient(0deg, rgb(230, 35, 98) 0%, rgb(243, 92, 52) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(230, 35, 98) 0%, rgb(243, 92, 52) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(230, 35, 98) 0%, rgb(243, 92, 52) 100%);
    padding: 50px 0;
}

.serv-sec-ul ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.serv-sec-ul ul li {
    width: 20%;
}

.serv-sec .hd-txt {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.serv-bx {
    border-radius: 11px;
    background-color: rgb(255, 255, 255);
    margin: 0 12px;
    padding: 20px 0;
}

.serv-bx p {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
}

/*serv-sec*/

/*notch-form*/
.notchDv {
    background: linear-gradient(-10deg, #1a0c59, #2c3786);
    padding: 50px 0px;
    position: relative;
}

.notchDv .feildDv {
    padding: 10px 0px;
}

.notchDv .feildDv input {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 20px 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    height: 5rem;
    width: 100%;
    background: #ffff;
    color: black;
    font-weight: 500;
    box-sizing: border-box;
}

.notchDv .feildDv textarea {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    height: 8rem;
    width: 100%;
    background: #ffff;
    color: black;
    font-weight: 500;
    box-sizing: border-box;
}

.notchDv .feildDv label.error,
.notchDv .feildDv input:not([type]):focus:not([readonly]) + label,
.notchDv .feildDv input[type=text]:not(.browser-default):focus:not([readonly]) + label,
.notchDv .feildDv input[type=password]:not(.browser-default):focus:not([readonly]) + label,
.notchDv .feildDv input[type=email]:not(.browser-default):focus:not([readonly]) + label,
.notchDv .feildDv input[type=url]:not(.browser-default):focus:not([readonly]) + label,
.notchDv .feildDv input[type=time]:not(.browser-default):focus:not([readonly]) + label,
.notchDv .feildDv input[type=date]:not(.browser-default):focus:not([readonly]) + label,
.notchDv .feildDv input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
.notchDv .feildDv input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
.notchDv .feildDv input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
.notchDv .feildDv input[type=number]:not(.browser-default):focus:not([readonly]) + label,
.notchDv .feildDv input[type=search]:not(.browser-default):focus:not([readonly]) + label,
.notchDv .feildDv textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #f00;
    margin: 0px 0px -5px;
}

.notchDv .requestDv {
    border: none;
    background: #fcc405;
    background: linear-gradient(163deg, #fcc405 50%, #f3bd08 50%);
    height: 3rem;
    padding: 12px 42px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
}

.notchDv .requestDv:hover {
    color: black;
    background: white;
    border: white;
}

.notchDv .requestDv.anim {
    overflow: hidden;
    position: relative;
    animation: shadeflowparent infinite;
    animation-duration: 10s;
}

.notchDv .requestDv.anim:before {
    content: "";
    width: 70%;
    height: 200px;
    position: absolute;
    left: 0%;
    top: 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0.9) 100%);
    animation: shadeflow infinite;
    animation-duration: 10s;
    transform: rotate(30deg) translate(-215px, 0px);
}

.notchDv .requestDv.anim-btn {
    font-size: 17px;
    width: 100%;
    height: 50px;
    margin-left: 0;
    background: linear-gradient(to right, #e62262 0%, #F46031 101%);
    border: none;
    box-shadow: 0px 5px 12px rgba(196, 3, 3, 0);
    transition: all 0.5s ease;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
}

.notchDv .hd-txt h2 {
    color: #fff;
}

/* Budget */
.budget-wrap {
    position: absolute;
    left: -378px;
    bottom: -18px;
    width: 330px;
}

.budget-wrap .header .title {
    color: #777;
    font-size: 15px;
    margin-bottom: 10px;
}

.budget-wrap .header .title .pull-right {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #e8295d;
    padding: 8px 20px;
    border-radius: 7px;
}

.budget-wrap .footer {
    margin-top: 30px;
}

.budget-wrap .footer .btn {
    color: inherit;
    padding: 12px 24px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
}

.budget-wrap .footer .btn.btn-def {
    color: #525263;
    display: none;
}

.budget-wrap .footer .btn.btn-pri {
    color: #eee;
    background: #ff5a84;
    display: none;
}

.rangeslider,
.rangeslider__fill {
    display: block;
    border-radius: 10px;
}

.rangeslider {
    position: relative;
}

.rangeslider:after {
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    width: 330px;
    height: auto;
    margin-top: -3px;
    border-radius: 5px;
    position: absolute;
    border: 3px dotted #F7F7F7;
    background: #fff;
}

.rangeslider--horizontal {
    width: 330px;
    height: 28px;
}

.rangeslider--vertical {
    width: 5px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    position: absolute;
    background: #e8285e;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    top: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-top: -14px;
    background: white;
    position: absolute;
    background: #ff637b;
    border-radius: 8px;
    display: inline-block;
    background: #e8295d;
    box-shadow: 0px 0px 7px 0px rgba(10, 9, 13, 0.51);
}

.rangeslider__handle:active {
    background: #355eec;
}

.rangeslider__fill,
.rangeslider__handle {
    z-index: 1;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 50%;
    height: 4px;
    margin-top: -1.8px;
}

input#rangeVal {
    width: 330px;
}

.budget-wrap .header .title b {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    position: relative;
    top: 8px;
}

/*notch-form*/

/*review-sec*/
.reviewDv {
    background: #222f99;
    padding: 60px 0 60px;
    width: 100%;
    overflow: hidden;
}

.reviewDv .row > div {
    position: relative;
}

.reviewDv h3 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0px 0 40px;
    padding: 0;
    line-height: 1.3;
}

.reviewDv .particleDv {
    margin: -4vh 0 -45px;
}

.reviewDv .particleDv img {
    display: none;
}

.reviewDv .reviewRow {
    position: relative;
    top: 10px;
    margin-top: 50px;
}

.reviewDv .reviewRow .review {
    position: relative;
    padding: 0px 0px;
    padding-left: 150px;
}

.reviewDv .reviewRow .review figure {
    position: absolute;
    left: 0px;
    top: 14px;
    width: 130px;
    margin: 0;
}

.reviewDv .reviewRow .review p {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    margin: 0 0px;
    padding: 15px 15px;
    line-height: 1.2;
    border-left: 1px solid #fff;
    text-align: left;
}

.reviewDv .reviewRow .review p strong {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}

.reviewDv .reviewRow .review figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.reviewDv .hd-txt h2 {
    color: #fff;
    padding-bottom: 12px;
}

.reviewDv .hd-txt p {
    color: #fff;
}

.review-side-img img {
    width: 100%;
}

.reviewDv .row {
    display: flex;
    align-items: center;
}

/*review-sec*/

/*cl-logo*/
.client-logo-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 50px 0 0 0;
0
    FONT-VARIANT: JIS04;
}

.client-logo-list ul li {
    width: 20%;
}

.client-logo-list ul li img {
    margin: auto;
    filter: grayscale(1);
    max-height: 65px;
}

.client-logo-list ul li img:hover {
    filter: none;
}

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

.serv-client-sec {
    padding: 50px 0 80px;
}
.serv-cl-sec-bg{
    background: url(../images/globeImg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 20px 20px 0px;
    margin: 15px auto 0px;
}
.rating-div-st ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-div-st ul li {
    width: 175px;
    margin: 0px 80px;
}
.cl-rting-bx.cl-ratng-bx-2 {
    margin-top: -100px;
}

.cl-rting-bx {
    background: #fff;
    margin: 0 20px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 50px 77px 0 rgb(176 195 193 / 22%);
    background-color: #f25639;
    padding: 20px 15px;
}

.rating-div-st {
    padding-top: 50px;
}

.cl-rting-bx h3 {
    font-size: 36px;
    letter-spacing: 0.16px;
    color: #fff;
}

.cl-rting-bx p {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 0.07px;
    color: #fff;
}

.serv-client-sec .hd-txt h2 {
    padding-bottom: 15px;
}

.serv-client-sec .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.serv-client-sec .slick-dots li.slick-active button {
    background-color: #008efd;
}

.serv-client-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.serv-client-sec .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 30px;
    height: 10px;
}

.serv-client-sec .slick-dots li {
    margin: 0 10px;
}

.clientLogo {
    padding: 40px 0;
    background: #f7f8fc;
}

.clientbagdeDv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 20px;
}

.clientLogo p {
    color: #000;
    font-size: 1.8rem;
    line-height: 1;    /*line-height:($font-size+1);*/
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}

.clientbadge-heading h2 {
    text-align: center;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
    letter-spacing: 0px;
    line-height: 1.3;
    margin-bottom: 40px;
}

.clientbadge-heading h2:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #ff9900;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 28px;
    vertical-align: middle;
}

.clientLogo p span {
    display: block;
    color: #ee2e29;
}

.clientLogo ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.clientLogo ul li {
    position: relative;
}

.clientLogo ul li:before {
    content: "";
    position: absolute;
    right: -12%;
    top: 0;
    bottom: 0;
    height: 90%;
    margin: auto;
    border-right: 1px solid #e6e6e6;
}

.clientLogo ul li figure {
    margin: 0;
}

.clientLogo ul li figure img {
    transform: scale(1);
    transition: all 0.5s ease;
}

.clientLogo ul li:hover figure img {
    transform: scale(1.1);
}

.clientLogo .mobiSlider {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.clientLogo .mobiSlider div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clientLogo .mobiSlider div:before {
    content: "";
    position: absolute;
    right: -12%;
    top: 0;
    bottom: 0;
    height: 90%;
    margin: auto;
    border-right: 1px solid #e6e6e6;
}

.clientLogo .mobiSlider div figure {
    margin: 0;
    width: 190px;
    height: auto;
    paddding: 0px;
}

.clientLogo .mobiSlider div figure img {
    transform: scale(1);
    transition: all 0.5s ease;
    filter: grayscale(1);
    opacity: 0.4;
}

.clientLogo .mobiSlider div:hover figure img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.1)
}

/*cl-logo*/

/*footer*/
.contactFormDv {
    background: #F46031;
    background: url(../images/from-bg.png) no-repeat right bottom, linear-gradient(to right, #e62262 0%, #F46031 101%);
    color: #fff;
    padding: 60px 0;
    background-size: cover;
}

.contactFormDv .textCol {
    padding-top: 85px;
}

.contactFormDv .textCol h4 {
    color: white;
    margin-left: 5px;
    font-size: 13px;
    margin-bottom: 30px;
    position: relative;
}

.contactFormDv .textCol h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 140%;
    width: 35px;
    border-top: 1px solid #fff;
}

.contactFormDv .textCol h2 {
    color: #460b80;
    color: #fff;
    font-weight: 900;
    font-size: 65px;
    line-height: 0.9;
}

.contactFormDv .textCol h2 span {
    color: white;
    font-size: 12.2rem;
    font-weight: 900;
    margin-top: 0;
    text-shadow: 0px 5px 15px #7d0422;
    display: table;
}

.contactFormDv .textCol h3 {
    color: #fff;
    font-size: 30px;
    margin-left: 5px;
    font-weight: 700;
    padding-top: 10px;
}

.contactFormDv .textCol h3 span {
    line-height: 1.6;
    color: white;
    font-size: 14px;
    display: block;
    margin-top: 20px;
    font-weight: 100;
}

.contactFormDv .contactformdv {
    background: #fff;
    padding: 40px 0 0px 0;
    border-radius: 12px;
    box-shadow: 0px 5px 15px #1f1f1f;
}

.contactFormDv .contactformdv h4 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.contactFormDv .contactformdv h4:before {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: #f35d33;
    margin: 0;
    left: 1px;
    right: 0px;
    top: 23px;
    vertical-align: middle;
    position: relative;
}

.contactformdv .formDv .mainFrm .btnDv button {
    width: 200px;
    text-transform: capitalize;
}

.contactFormDv .contactformdv .row {
    padding-top: 45px;
}

.contactFormDv .contactformdv input[type=text],
.contactFormDv .contactformdv input[type=number],
.contactFormDv .contactformdv textarea,
.contactFormDv .contactformdv input[type=email],
.contactFormDv .contactformdv select,
.contactFormDv .contactformdv input[type=search],
.contactFormDv .contactformdv input[type=tel],
.contactFormDv .contactformdv input[type=password] {
    font-weight: 500;
    color: #838497;
    font-size: 14px;
    margin: 0;
    padding: 0px;
    border-radius: 0px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    font-style: normal;
    background: none;
    border: none;
    border-bottom: 1px solid #cccccc;
    font-family: "Raleway", sans-serif;
}

section.ourProcess .offers .col01 .item span {
    right: 0px;
}

.contactFormDv .contactformdv input[type=text].error,
.contactFormDv .contactformdv textarea.error,
.contactFormDv .contactformdv input[type=email].error,
.contactFormDv .contactformdv select.error,
.contactFormDv .contactformdv input[type=search].error,
.contactFormDv .contactformdv input[type=tel].error,
.contactFormDv .contactformdv input[type=password].error {
    border-color: #f00;
    color: #f00;
}

.contactFormDv .contactformdv input[type=text].error:-moz-placeholder,
.contactFormDv .contactformdv textarea.error:-moz-placeholder,
.contactFormDv .contactformdv input[type=email].error:-moz-placeholder,
.contactFormDv .contactformdv select.error:-moz-placeholder,
.contactFormDv .contactformdv input[type=search].error:-moz-placeholder,
.contactFormDv .contactformdv input[type=tel].error:-moz-placeholder,
.contactFormDv .contactformdv input[type=password].error:-moz-placeholder {
    color: #f00;
}

.contactFormDv .contactformdv input[type=text].error::-moz-placeholder,
.contactFormDv .contactformdv textarea.error::-moz-placeholder,
.contactFormDv .contactformdv input[type=email].error::-moz-placeholder,
.contactFormDv .contactformdv select.error::-moz-placeholder,
.contactFormDv .contactformdv input[type=search].error::-moz-placeholder,
.contactFormDv .contactformdv input[type=tel].error::-moz-placeholder,
.contactFormDv .contactformdv input[type=password].error::-moz-placeholder {
    color: #f00;
}

.contactFormDv .contactformdv input[type=text].error:-ms-input-placeholder,
.contactFormDv .contactformdv textarea.error:-ms-input-placeholder,
.contactFormDv .contactformdv input[type=email].error:-ms-input-placeholder,
.contactFormDv .contactformdv select.error:-ms-input-placeholder,
.contactFormDv .contactformdv input[type=search].error:-ms-input-placeholder,
.contactFormDv .contactformdv input[type=tel].error:-ms-input-placeholder,
.contactFormDv .contactformdv input[type=password].error:-ms-input-placeholder {
    color: #f00;
}

.contactFormDv .contactformdv input[type=text].error::-webkit-input-placeholder,
.contactFormDv .contactformdv textarea.error::-webkit-input-placeholder,
.contactFormDv .contactformdv input[type=email].error::-webkit-input-placeholder,
.contactFormDv .contactformdv select.error::-webkit-input-placeholder,
.contactFormDv .contactformdv input[type=search].error::-webkit-input-placeholder,
.contactFormDv .contactformdv input[type=tel].error::-webkit-input-placeholder,
.contactFormDv .contactformdv input[type=password].error::-webkit-input-placeholder {
    color: #f00;
}

.contactFormDv .contactformdv label.error {
    color: #ff0100;
    display: none !important;
}

.contactFormDv .contactformdv .custom-file-label {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 11px 0px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 0px solid #ced4da;
    border-radius: 0rem;
    border-bottom: 1px solid #e2e3e7;
}

.contactFormDv .contactformdv .custom-file-label:after {
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0px;
    z-index: 0;
    display: block;
    color: #fff8fb;
    content: "Browse";
    background-color: #1fc2fe;
    border-left: 0px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    width: 19px;
    height: 20px;
    padding: 0px 0px 0px 0px;
    font-family: initial;
    font-weight: bold;
}

.contactFormDv .contactformdv .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "+" !important;
    padding: 0px 0px 0px 6px;
}

.contactFormDv .contactformdv button {
    padding: 1rem 1.5rem;
}

.contactFormDv .contactformdv button:hover {
    color: #1fc2fe;
    border-color: #1fc2fe;
    background-color: #fff;
}

.contactFormDv .contactformdv textarea {
    height: 5rem;
    line-height: 1.5;
}


.formDv .formDvhead {background: #fff;border-radius: 18px 18px 0 0;display: flex;justify-content: center;}
.formDv .formDvhead h3 {color: #000;font-size: 1.4rem;line-height: 1;margin: 0;padding: 25px 0 0;text-transform: uppercase;position: relative;text-align: center;font-weight: 700;}
.formDv .formDvhead span {color: white;font-size: 1.5rem;font-weight: 300;}
.formDv .formDvhead p {color: #fff;font-size: 0.9rem;line-height: 1;margin: 0;padding: 0px;position: relative;padding-bottom: 10px;}
.formDv .mainFrm {background-color: white;padding: 21px 0;border-radius: 0 0 18px 18px;}
.formDv .mainFrm .fieldDv {margin: 0px 0 0 0;padding: 0px 20px 10px;position: relative;}
.formDv .mainFrm .fieldDv .field {display: flex;border-radius: 30px;padding: 0 5px;border: 1px solid #e1e1e1;overflow: hidden;}
.formDv .mainFrm .fieldDv .field img {width: 15px;margin: auto;margin-left: 10px;}
.formDv .mainFrm .fieldDv .field input {border: none;font-size: 12px;padding: 0px 15px 0;font-weight: 400;margin: 0;height: 40px;outline: none !important;}
.formDv .mainFrm .fieldDv .field input:focus {box-shadow: none;}
.formDv .mainFrm .fieldDv .field input.error {color: #ee302c;}
.formDv .mainFrm .fieldDv .field label.error {color: #ee302c;position: absolute;right: 40px;bottom: 9px;text-align: left;margin: 0;font-size: 10px;}
.formDv .mainFrm .fieldDv.txtareaDv .field {border-radius: 10px;}
.formDv .mainFrm .fieldDv.txtareaDv .field textarea {height: 90px;padding: 15px 10px;border: none;font-size: 12px;font-weight: 400;outline: none;width: 100%;}
.formDv .mainFrm .btnDv {padding: 0 30px;}
.formDv .mainFrm .btnDv button {padding: 0.6rem 1.5rem;font-size: 1.1rem;text-transform: uppercase;width: 100%;height: 50px;margin: 15px auto;margin-left: 0;background: linear-gradient(to right, #e62262 0%, #F46031 101%);border: none;box-shadow: 0px 5px 12px rgba(196, 3, 3, 0);transition: all 0.5s ease;border-radius: 50px;}
.formDv .mainFrm .btnDv button:hover {background: linear-gradient(to right, #e62262 0%, #F46031 101%);color: white;box-shadow: 0px 5px 12px rgba(196, 3, 3, 0.5);}
.formDv .mainFrm .fieldDv .field img {width: 25px;margin: auto;margin-left: 10px;height: auto;padding-left: 0vh;}















footer {
    padding: 40px 0px 0px;
    background: #06152c;
}

footer .container .row .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .container .row .col-md-12 figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

footer .container .row .col-md-12 figure img {
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

footer .container .row .col-md-12 p {
    font-size: 12px;
    color: #ffffff;
    padding: 0px;
    letter-spacing: 0px;
    line-height: 1;
    text-align: center;
    margin: 25px 0px;
}

footer .container .row .col-md-12 h2 {
    font-size: 12px;
    color: #ffffff;
    padding: 0px;
    letter-spacing: 0px;
    line-height: 1;
    text-align: center;
    margin: 0px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .container .row .col-md-12 h2 svg {
    fill: #ff9900;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

footer .container .row .col-md-12 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
}

footer .container .row .col-md-12 ul li {
    margin: 0px;
    padding: 0px;
}

footer .container .row .col-md-12 ul li a {
    padding: 0px;
    margin: 15px 10px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #ffffff59;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

footer .container .row .col-md-12 ul li a:hover {
    color: #ff9900;
    text-decoration: none;
}

/*footer .container .row .footerbagdeDv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 20px;
}
*/
footer .container .row .footerbagdeDv figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 15px;
    padding: 0px;
    width: 140px;
    height: auto;
}

footer .container .row .footerbagdeDv figure img {
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

footer .container .row .footerbagdeDv .infodb figure {
    width: 100px;
}

footer .container .row.copyrightDv {
    padding: 10px 0 0;
    border-top: 1px solid #ffffff24;
}

footer .container .row.copyrightDv .col-md-12 h2 {
    font-size: 12px;
    color: #ffffff91;
    padding: 0px;
    letter-spacing: 0px;
    line-height: 1;
    text-align: center;
    margin: 5px 0px 10px;
}

/*footer*/
















section#clients-grid {
    background: #fff;
    padding: 50px 0;
}

section#clients-grid .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.card.hvr-bounce-to-right {
    border: 0;
    box-shadow: 2px -2px 6px #00000021;
}

section#clients-grid .col-auto {
    margin: 10px 10px;
}

section#clients-grid .hd-txt {
    margin-bottom: 50px;
    text-align: center;
}
#clients-grid .row .col-auto .card.hvr-bounce-to-right:before {
    background: #f0f0f0;
}
.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}



.testi-sec {
    width: 100%;
    padding: 60px 0px;
}


.testi-sec-boxs {
    margin: 10px 10px 20px 10px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px 1px #eee;
    box-shadow: 1px 1px 10px 1px #eee;
    text-align: center;
    min-height: 300px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}



.testi-logo {
    height: 130px;
    width: 120px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.testi-logo img {
    width: 100%;
}


.testi-sec-boxs .star-rating {
    margin: 15px 0px;
}


.star-rating .checked {
    color: orange;
}


.testi-sec-boxs p {
    color: #333333;
    font-weight: 500;
    min-height: 150px;
}



.testi-sec-boxs h5 {
    color: #333333;
    font-weight: 700;
    font-size: 16px;
    margin: 10px auto;
}




.testi-sec-boxs h5 span {
    color: #7149ff;
    font-weight: 400;
}




.testi-sec .owl-dots{
    display: none;

}



/*POPUP CSS*/

/**/
.popupform-main.active {
    display: block !important;
}
.popupform-main {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
     display: none; 
}
.pop-form {
    position: absolute;
    width: 1021px;
    height: 569px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url('../images/popup-new-img-2.png');
    padding: 0px 0 0px 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
    border-radius: 20px;
}
div#pop-form {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    padding-top: 20px;
}
.popupform-main h3 {
    font-size: 25px;
    margin: 31px 0 0 0;
    float: none;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    line-height: 43px;
    border-bottom: 2px solid #5a535f;
    padding: 0 0 20px 0;
    margin-bottom: 10px;
}
.popupform-main h2 {
    font-size: 40px;
    margin: 10px 0 0 0;
    color: #ffffff;
    font-weight: 700;
}
.popupform-main h4 {
    font-size: 26px;
    margin: 8px 0 0 0;
    color: #ffffff;
    font-weight: 700;
}
.pop-form .close-btn {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    top: -10px;
    right: -20px;
    font-size: 15px;
    font-weight: bold;
    color: #ffff;
    padding-top: 3px;
    background-color: #ff00ab;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    /* border: inset 3px #000; */
    /* border: 5px solid #fff; */
}
div#pop-form form {
    width: 33%;
    margin: 0 auto;
    display: table;
}
.popupform-main .main-pop {
    padding: 8px 10px 0 0;
}
.popupform-main .main-pop .col-md-12 {
    padding: 0;
}
.pop-form form .control-group {
    margin-bottom: 10px;
    position: relative;
}
form .control-group {
    margin-bottom: 24px;
    position: relative;
}
.pop-form form .control-group input[type=text], .pop-form form .control-group input[type=text], .pop-form form .control-group input[type=number], .pop-form form .control-group input[type=email], .pop-form form .control-group select, .pop-form form .control-group textarea {
}
.popupform-main form input[type=text], .popupform-main form input[type=number], .popupform-main form input[type=email] {
}
.popupform-main form input[type=text], .popupform-main form input[type=number], .popupform-main form input[type=email] {
}
.pop-form .submit-btn {
    font-size: 16px;
    padding: 10px 0px;
    background-color: #ff00ab;
    color: #ffff;
    cursor: pointer;
    position: relative;
    border: none;
    border-radius: 4px;
    width: 221px;
    height: 50px;
    transition: 0.5s;
    font-weight: 500;
}

/*POPUP CSS*/
.pop-new-box {
    /* border-radius: 7px; */
    /* background-color: rgb(255, 255, 255); */
    display: table;
    margin-left: auto;
    z-index: 999999;
    /* position: relative; */
    width: 339px;
    height: 445px;
    /* margin-top: 20px; */
}

.pop-new-box input, .pop-new-box textarea {
    border-width: 1px;
    border-color: rgb(232, 244, 242);
    border-style: solid;
    border-radius: 10px;
    background-color: rgba(237, 237, 237, 0.078);
    width: 326px;
    height: 48px;
    margin: 0 0 5px 0;
    color: #ffff;
}

.pop-new-box textarea {
    height: 80px;
    padding: 10px 10px 20px 45px;
}

.pop-new-box input {
    padding: 0 10px 0 45px;
}

.pop-form .submit-btn:hover {background: #000000;border: none;}

input.btn.btn-default.pop_btn.submit-btn.fspx-23.ls-medium.d-block.w-100.fw-bold {}

.pop-new-box input::placeholder,.pop-new-box textarea::placeholder {
    color: #ffff;
}

    .popup-new-img-33 {
    position: absolute;
    left: -80px;
    top: 30px;
    bottom: 0;
    margin: auto;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap');



    .pop-new-box {
    font-family: 'Poppins' !important;
}

.pop-new-box input::placeholder {
    color: #ffff !important;
}

.pop-new-box textarea::placeholder {
    color: #ffff!important;
}

.pop-new-box h3 span {
    color: #ff00ab;
    font-size: 36px;
}

    .pop-form form .control-group i {
    color: #ffff;
    position: absolute;
    left: 17px;
    top: 16px;
}