@import url('https://fonts.googleapis.com/css2?family=Jost: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: 0px;
}

h1,
h2,
h3,
a,
li,
span,
button,
p,
h4,
h5,
h6
 {
    font-family: 'Jost', 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;
}
.logo img {
      width: 125px;
    filter: brightness(0.5) invert(0);
}

.logo {
    /*margin-top: 30px;*/
}
.head_top {
    padding: 20px 0;
    /* box-shadow: 0px 5px 20px 0px #cacaca; */
    z-index: 9;
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    width: 100%;
}
section {
    float: left;
    width: 100%;
}
.head_top .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-btn.cta-tab-btn {justify-content: flex-end;text-align: right;}

.header-btn.cta-tab-btn a.serv-cta-tel {
    margin-right: 15px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 25px;
    font-size: 18px;
    margin-right: 15px;
    border: 1px solid #f86061;
    transition: all .5s ease-in-out;
    background: #f86061;
}
.header-btn.cta-tab-btn a.serv-cta-tel.popup-btn:hover {
    background: #f86061;
    border-color: #f86061;
}

.header-btn.cta-tab-btn a.serv-cta-tel:hover {
    background: #000;
    border-color: #000;
}
.header-btn.cta-tab-btn a.serv-cta-tel.popup-btn {
    margin-right: 0;
    background: #000;
    border-color: #000;
}

.header-btn.cta-tab-btn a.serv-cta-chat:hover {
    color: #fff;
}
/*banner*/
.main-banner {
    position: relative;
    padding: 150px 0 80px;
    background: url(../images/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-banner::before {
    background: url(../pendulum.png) no-repeat center/cover;
    content: "";
    position: absolute;
    top: 0;
    right: 45%;
    width: 220px;
    height: 220px;
    transform: scale(1);
    -moz-transform-origin: 0 0 0;
    animation: pendulum 4s infinite ease-in-out;
}
@keyframes pendulum {
    50% {
        transform: rotate(-7deg);
    }
} 
.bnr-txt h1 {
    font-size: 42px;
    font-weight: 600;
    text-align: left;
    color: #000;
    padding: 15px 0;
    text-transform: uppercase;
}
.banner-img-bk img {
    width: 80%;
    margin: 0 auto;
    display: table;
    margin-top: 50px;
}

.bnr-txt p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
    line-height: 22px;
    margin-bottom: 0;
}

.main-banner .form-st form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
}

.main-banner .form-st {
    background: #000;
    border-radius: 5px;
    padding: 25px 0px;
    width: auto;
    /* display: table; */
    margin: 25px 0 0 25px;
    margin-right: 22%;
}

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

.main-banner .form-st .form-div input, .main-banner .form-st .form-div textarea {
    background: #ffffff;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    width: 100%;
    resize: none;
    margin-bottom: 10px;
}

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

.main-banner .form-st .form-div input::placeholder, .main-banner .form-st .form-div input::textarea {
    color: #cac6c6;
}

.form-div-btn input {
    padding: 12px 35px;
    border: 0;
    border-radius: 25px;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: normal;
}
.form-div-btn input:hover {
    background: #f86061;
    color: #fff;
}
.form-div-btn .fa-arrow-right {
    position: absolute;
    top: 18px;
    right: 15px;
    color: #fff;
    transition-duration: 1s;
    display: none;
}

.form-div-btn {
    position: relative;
}

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

/*banner*/
.bnr-txt h4 {
    font-size: 20px;
    text-transform: uppercase;
    /*color: #fff;*/
}
.main-banner .live-cht {
    background: #f9f9f9;
  }
  .logo {
    /*filter: invert(1) brightness(100);*/
  }
.bnr-txt  h1 span {
    /* color: #fff; */
    color: #f86061;
}

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

.bnr-form-txt h3 {
    font-size: 23px;
    width: 100%;
    background: #f86061;
    color: #fff;
    padding: 6px 0;
    text-align: center;
}

.bnr-form-txt h4 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    padding: 10px 0;
    color: #fff;
}

.bnr-form-txt h4 span {
    display: block;
    text-transform: uppercase;
}

.get-started {
    background: #000000;
    color: #fff;
    padding: 8px 30px;
    border-radius: 25px;
    font-size: 18px;
    margin-right: 15px;
    border: 1px solid #000;
    transition: all .5s ease-in-out;
}

.live-cht {
    background: transparent;
    color: #000;
    padding: 8px 30px;
    border-radius: 25px;
    font-size: 18px;
    margin-right: 15px;
    border: 1px solid #f86061;
    transition: all .5s ease-in-out;
}

.bnr-btn {
    display: flex;
    align-items: center;
    padding: 28px 0;
}

.bnr-rating ul {
    padding: 0;
    list-style: none;
}

.bnr-rating ul li {
    width: 22%;
    margin-right: 20px;
}

.rating-bx h3 {
    font-size: 24px;
    font-weight: bold;
}

.rating-bx p {
    font-size: 14px;
    min-height: 70px;
    color: #000 !important;
}

.rating-bx {
    background: #ebe9e9;
    padding: 10px 10px;
    position: relative;
    z-index: 1;
}

.bnr-rating ul {
    display: flex;
    align-items: center;
}

.bnr-rating ul li:last-child {
    margin: 0;
}

.rating-bx:before {
    content: '';
    background: #f86061;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 4px;
    bottom: 145px;
    right: 0;
    transition: .3s all ease-in-out;
}

.rating-bx:hover::before {
    bottom: 0;
}

.rating-bx:hover h3, .rating-bx:hover p {
    color: #fff;
}
.get-started:hover {
    background: #f86061;
    color: #fff;
    border-color: #f86061;
}

.live-cht:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
/*banner*/



/*client-logo*/
.client-logo {
    padding: 20px 0;
    background: #ebe9e9;
    margin-bottom: 0;
}

.client-logo img {filter: invert(1);}

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

/*client-logo*/


.hd-txt h4 {
    font-size: 20px;
}
.hd-txt h2 span {
    color: #f86061;
}
.hd-txt h2 {
    font-size: 46px;
    padding: 15px 0;
    line-height: 62px;
}

.hd-txt p {
    font-size: 16px;
    font-weight: 400;
}


/*about*/
.about-side-img img {
    width: 100%;
}

.about-sec {
    padding: 50px 0;
        overflow: hidden;
}


.about-dtl-bx {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    padding: 15px 15px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 43px 0px transparent;
    transition: all .3s ease-in-out;
}

.about-txt h3 {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 12px;
}

.about-txt p {
    font-size: 16px;
    font-weight: 600;
}

.about-dtl-bx img {
    margin-right: 10px;
}

.about-dtl-bx:hover {
    box-shadow: 0px 0px 43px 0px rgba(18, 18, 18, 0.08);
}

.about-sec .row {
    position: relative;
    z-index: 1;
}

.about-bf-img {
    position: absolute;
    bottom: -40px;
    left: -214px;
    z-index: -1;
    width: 50%;
}

.about-af-img {
    position: absolute;
    bottom: 100px;
    right: -319px;
    z-index: -1;
}

.about-af-img img {
    width: 50%;
}
/*about*/
/*portfolio*/
.port-box img {
    width: 100%;
    padding: 0 15px;
}
.portfolio-sec .hd-txt {
    text-align: center;
}

.portfolio-sec .hd-txt p {
    width: 60%;
    margin: 0 auto;
}

.portfolio-sec .hd-txt {
    padding-bottom: 40px;
}
.portfolio-slider2{
    margin-top: 30px;
}
/*portfolio*/



/*service-sec*/
.service-sec {
    padding: 50px 0 40px;
    background: url(../images/serv-bg.jpg);
    background-position:center;
    background-size: cover;
}
.service-sec .col-sm-12 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.service-sec .hd-txt {
    text-align: center;
    padding-bottom: 40px;
}

.serv-box {
    padding: 25px 15px;
    background: #ebebeb;
    margin-bottom: 20px;
    border-radius: 6px;
}

.serv-box h3 {font-size: 25px;padding: 10px 0;}
/*service-sec*/


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

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

.cta-sec .bnr-btn {
    justify-content: center;
}

.cta-sec .hd-txt h2 {
    line-height: 20px;
    padding: 20px 0;
}
/*cta-sec*/


/*process-sec*/
.process-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.process-sec .hd-txt {
    text-align: center;
}

.process-sec .hd-txt h2 {
    line-height: 25px;
    padding: 20px 0;
}

.process-sec .hd-txt p {
    width: 70%;
    margin: 0 auto;
}

.process-sec .hd-txt {
    padding-bottom: 50px;
}

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

.process-box {
    padding: 10px 10px;
    background: #edf2fe;
    margin-right: 15px;
    z-index: 1;
    position: relative;
}

.process-box h4 {
    font-size: 20px;
    padding: 5px 0;
    font-weight: 600;
}

.process-box p {
    font-size: 16px;
    font-weight: 500;
}

.process-list ul li:last-child .process-box {
    margin: 0;
}

.pro-bx-1:before {
    content: '01';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 94px;
    font-weight: bold;
    color: rgb(0 0 0 / 10%);
    z-index: -1;
}

.pro-bx-2:before {
    content: '02';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 94px;
    font-weight: bold;
    color: rgb(0 0 0 / 10%);
    z-index: -1;
}
.pro-bx-3:before {
    content: '03';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 94px;
    font-weight: bold;
    color: rgb(0 0 0 / 10%);
    z-index: -1;
}
.pro-bx-4:before {
    content: '04';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 94px;
    font-weight: bold;
    color: rgb(0 0 0 / 10%);
    z-index: -1;
}
.pro-bx-5:before {
    content: '05';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 94px;
    font-weight: bold;
    color: rgb(0 0 0 / 10%);
    z-index: -1;
}
.pro-bx-2, .pro-bx-4 {
    top: 60px;
}
.process-btn {
    justify-content: center;
    margin-top: 90px;
}
/*process-sec*/


/*testi-sec*/
.testimonial-sec {
    background: #ebe9e9;
    padding: 50px 0;
}

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

.testi-box {
    background: transparent;
    border: 1px solid;
    border-radius: 5px;
    padding: 25px 40px;
    margin: 0 20px;
    transition: all .5s ease-in-out;
}

.testi-box-hd {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-box-hd h3 {
    font-size: 20px;
    margin-left: 20px;
}

.testi-box-hd h3 span {
    display: block;
    font-size: 16px;
}

.testi-box p {
    padding-top: 20px;
    text-align: center;
}

.testi-slider .slick-current .testi-box {background: #fff !important;transform: scale(1.1);border-color: #fff;}

.testi-slider-st .testi-slider .slick-list {padding: 20px 0 !important;}
.bnr-btn.testi-btn {
    justify-content: center;
}
.testi-slider .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-slider .slick-dots li.slick-active button {
    background-color: #000000;
}

.testi-slider .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.testi-slider .slick-dots li button {
    background-color: #ffffff;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.testimonial-sec .row {
    position: relative;
}

.testimonial-sec .quote-img-1 {
    position: absolute;
    left: -190px;
}

.testimonial-sec .quote-img-2 {
    position: absolute;
    bottom: 0;
    right: -195px;
    transform: rotate(180deg);
}
/*testi-sec*/


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

.footer-cta .hd-txt h2 {
    font-size: 48px;
    line-height: 51px;
    color: #fff;
}

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

.ftr-cta-btn {
    background: #f86061;
    padding: 8px 30px;
    border-radius: 25px;
    font-size: 15px;
    color: #fff;
    display: table;
    margin-top: 25px;
    transition: all .5s ease-in-out;
}
.ftr-cta-btn:hover {
    background: #000;
    color: #fff;
}
.copy-sec {
    padding: 14px 0;
    text-align: center;
    background: #000;
}

.copy-sec p {
    color: #fff;
}
/*footer-sec*/

