/******************************

    00 - Home
    01 - Inner Page
        00 - About Us
        01 - Our History 
        02 - Service Detail
        03 - Project Detail
        04 - Blog Detail
             Blog Classic
             Sidebar Right
             Blog Large
        05 - Team Single
        06 - Contact Us
        07 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #a3a1a9;
    background-color: #ffffff;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

/** Homepage 01 **/
.counter-box-style:after {
    display: none;
}

.about-one-bg {
    padding: 60px 15px 60px 0;
    position: relative;
    z-index: 1;
}

.about-one-bg:before {
    position: absolute;
    height: 100%;
    width: 160%;
    top: 0;
    right: 0;
    content: "";
    background-color: var(--pbmit-global-color);
}

.about-one-bg h5 {
    font-weight: 700;
    font-size: 24px;
    color: var(--pbmit-white-color);
    z-index: 1;
    position: relative;
}

.about-one-bg p {
    color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    position: relative;
}

.about-one-bg .pbmit-ihbox-style-5 {
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}

.about-one-bg .list-group-borderless {
    margin-bottom: 0;
    padding-top: 15px;
}

.about-one-bg .list-group-borderless .list-group-item {
    color: var(--pbmit-white-color);
}

.about-one-bg .list-group-borderless .list-group-item i:before {
    color: var(--pbmit-white-color);
}

.about-one-bg .list-group .list-group-item:hover {
    color: var(--pbmit-white-color) !important;
}

.about-one-img {
    background-image: url(../images/homepage-1/bg/img-01.jpg);
    border-radius: 0px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 315px 0;
    height: 100%;
    margin-left: -130px;
    margin-top: -130px;
    position: relative;
}

.about-one-section-bg {
    position: relative;
}

.about-one-section-bg::before {
    position: absolute;
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background-color: var(--pbmit-light-color);
}

.video-section-one {
    background-image: url(../images/homepage-1/bg/bg-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px 30px 0px;
}

.video-one-content {
    padding: 40px 50px 60px 50px;
    background-color: var(--pbmit-global-color);
    margin-bottom: -80px;
}

.video-one-content h3 {
    font-size: 32px;
    line-height: 40px;
    color: var(--pbmit-white-color);
    font-weight: 700;
}

.video-one-content p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 35px;
}

.video-section-one .video-play-button {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.video-section-one .video-play-button a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    display: inline-block;
    color: var(--pbmit-secondary-color);
    background-color: var(--pbmit-white-color);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.video-section-one .video-play-button a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/** Homepage 02 **/
.ihbox-two-section {
    padding: 100px 0px 20px 0px;
}

.about-two-section {
    padding: 90px 0px 40px 0px;
    overflow: hidden;
}

.about-two-content {
    padding-right: 160px;
    padding-left: 15px;
}

.about-two-content ul.list-group {
    margin-bottom: 50px;
}

.portfolio-two-button {
    text-align: right;
}

.about-two-bg {
    position: relative;
}

.about-two-bg:before {
    position: absolute;
    height: 80%;
    width: 176%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-image: url(../images/homepage-2/bg/bg-03.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-two-bg img {
    left: -200px;
    top: -50px;
    z-index: 1;
    position: relative;
}

.portfolio-two-bg {
    background-color: var(--pbmit-global-color);
    padding: 90px 0px 160px 0px;
}

.portfolio-two-style-section {
    margin-top: -154px;
}

.testimonial-two-button {
    text-align: right;
}

.testimonial-two-img {
    padding-right: 40px;
    margin-bottom: -65px;
}

.testimonial2-arrow {
    width: 70px;
    margin-top: 60px;
}

.swiper-btn-custom .swiper-button-prev,
.swiper-btn-custom .swiper-button-next {
    position: relative;
    left: -20px;
}

.testimonial-two-box .swiper-button-next {
    left: 30px !important;
}

.testimonial-two-box .swiper-button-next,
.testimonial-two-box .swiper-button-prev {
    right: inherit;
    left: 0;
    top: inherit;
    bottom: -80px;
}

.testimonial-two-box .swiper-button-next:after,
.testimonial-two-box .swiper-button-prev:after {
    color: #ccc;
}

.counter-section-two {
    padding: 130px 0px 70px;
}

.counter-section-two .pbmit-fidbox-style-3:after {
    content: "";
    width: 2px;
    height: 60px;
    background-color: #ececec;
    right: -15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-0%) translateY(-50%);
    -khtml-transform: translateX(-0%) translateY(-50%);
    -moz-transform: translateX(-0%) translateY(-50%);
    -ms-transform: translateX(-0%) translateY(-50%);
    -o-transform: translateX(-0%) translateY(-50%);
    transform: translateX(-0%) translateY(-50%);
}

.pbmit-blogbox-style-1.pbminfotech-blogbox-format-gallery .swiper-horizontal>.swiper-pagination-bullets {
    top: 15px;
    left: inherit;
    right: 15px;
    text-align: right;
}

.pbminfotech-blogbox-format-gallery .swiper-slider[data-dots="true"] {
    padding-bottom: 0;
}

/** Homepage 03 **/
.iconbox-section-three {
    padding: 50px 0px 45px 0px;
}

.about-three-main {
    padding: 45px 0px 45px 0px;
    border-top: 1px solid #EBEBEB;
}

.about-three-content {
    padding-top: 90px;
}

.about-three-content .pbmit-heading-desc {
    padding-bottom: 25px;
}

.about-three-content-style {
    padding-bottom: 10px;
}

.about-three-content-style h6 {
    font-size: 18px;
    font-weight: 700;
    color: var(--pbmit-secondary-color);
}

.counter-section-three {
    padding: 65px 0px 65px 0px;
    background-color: var(--pbmit-global-color);
}

.counter-section-three h3.pbmit-fid-inner,
.counter-section-six h3.pbmit-fid-inner {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 10px;
}

.counter-section-three h6.pbmit-fid-title,
.counter-section-six h6.pbmit-fid-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.team-section-three {
    padding: 90px 0px 50px 0px;
}

.team-section-three .pbmit-teambox-style-1 {
    margin-bottom: 30px;
}

.progressbar-three-bg {
    background-image: url(../images/homepage-3/bg/img-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px 90px 0px;
}

.progressbar-three-content {
    padding: 40px 40px 20px 40px;
    background-color: var(--pbmit-white-color);
}

.progressbar-three-content h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.testimonial-three-content {
    padding: 150px 110px 150px 0px;
}

.testimonial-three-content h6 {
    font-weight: 700;
}

.testimonial-three-content p {
    font-size: 14px;
    line-height: 20px;
}

.testimonial-three-content .row {
    margin-bottom: 20px;
}

.testimonial-three-content .pbmit-btn-outline-global {
    font-weight: 700;
}

.testimonial-section-three {
    background-image: url(../images/homepage-3/bg/reaseachimage.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    overflow: hidden;
}

.testimonial-three-box {
    padding: 130px 0px 180px 15px;
    position: relative;
}

.testimonial-three-box::before {
    position: absolute;
    height: 100%;
    width: 170%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background-color: var(--pbmit-light-color);
}

.testimonial-three-box .swiper-slider {
    margin-left: -100px;
}

.testimonial3-arrow .swiper-button-prev {
    margin-right: 10PX;
}

.testimonial3-arrow .swiper-button-next,
.testimonial3-arrow .swiper-button-prev {
    left: auto;
    right: 0;
    bottom: -24px;
    z-index: 1;
    background-color: #3368c6;
    border-radius: 0;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.testimonial3-arrow .swiper-button-next:after,
.testimonial3-arrow .swiper-button-prev:after {
    font-size: 24PX;
}

/** Homepage 04 **/
.about-section-four {
    overflow: hidden;
    margin-top: -78px;
    z-index: 1;
    position: relative;
}

.about-four-img {
    background-image: url(../images/homepage-4/bg/img-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px;
    height: 100%;
}

.about-four-bg {
    position: relative;
    padding: 46px 0px 40px 25px;
}

.about-four-bg:before {
    position: absolute;
    height: 100%;
    width: 145%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background-color: var(--pbmit-global-color);
}

.about-four-bg h2 {
    color: var(--pbmit-white-color);
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 28px;
    line-height: 32px;
    z-index: 1;
    position: relative;
    font-weight: 700;
}

.about-four-bg p {
    color: var(--pbmit-white-color);
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}

.about-four-button {
    z-index: 1;
    position: relative;
    text-align: right;
}

.about-four-button a {
    font-weight: 700;
}

.counter-section-four {
    background-image: url(../images/homepage-4/bg/map-new.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #F1F1F1;
}

.counter-section-four p {
    margin-bottom: 0;
}

.progressbar-section-four {
    padding-top: 100px;
}

.pricing-four-bg {
    padding: 90px 0px 330px 0px;
    background-color: var(--pbmit-light-color);
}

.pricing-section-four {
    margin-top: -320px;
}

.testimonial-section-four {
    padding: 115px 0 50px 0;
}

.testimonial-section-four .swiper-slider {
    padding-top: 30px;
}

.testimonial-four-button {
    text-align: right;
    padding-top: 10px;
}

.testimonial-four-button a {
    font-weight: 700;
}

.appoinment-section-four {
    padding-top: 80px;
}

.appoinment-four-bg {
    background-image: url(../images/homepage-4/bg/contacto.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 115px;
}

.appoinment-four-box {
    padding: 30px 35px 30px 35px;
    background-color: var(--pbmit-global-color);
    margin-top: -120px;
}

.appoinment-four-box h3 {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 26px;
    line-height: 36px;
    color: var(--pbmit-white-color);
    font-weight: 700;
}

/** Homepage 05 **/
.portfolio4-arrow .swiper-button-next:after,
.portfolio4-arrow .swiper-button-prev:after {
    font-size: 22px;
}

.progressbar-five-box {
    padding: 80px 0 40px 0;
}

.progressbar-five-content {
    padding-top: 90px;
}

.progressbar-five-video-box {
    padding: 15px 0px 15px 0px;
    margin-top: -78px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pbmit-global-color);
}

.progressbar-five-video-box h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.progressbar-five-video-button {
    margin-left: 15px;
}

.service-section-five {
    padding: 100px 0px 80px 0px;
}

.service-section-five .pbmit-heading {
    margin-bottom: 55px;
}

.about-section-five {
    overflow: hidden;
}

.about-five-box {
    padding: 40px 50px 50px 50px;
    background-color: var(--pbmit-global-color);
    margin: 70px 0px 70px 0px;
    z-index: 1;
    position: relative;
}

.about-five-img {
    position: relative;
}

.about-five-img:before {
    position: absolute;
    height: 100%;
    width: 215%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background-image: url(../images/homepage-5/bg/banner-4.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 350px;
    margin: 0px 0px 0px -270px;
}

.counter-section-five {
    background-image: url(../images/homepage-5/bg/map-new.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #F1F1F1;
    padding: 90px 0px 100px 0px;
}

.counter-section-five .pbmit-fidbox-style-4 p {
    margin-bottom: 0;
}

.counter-bg-section-five {
    background-image: url(../images/homepage-5/bg/banner-4.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.counter-bg-section-five:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background-color: rgb(51, 104, 198, 0.90)
}

.counter-bg-section-five .pbmit-heading-subheading {
    z-index: 1;
    position: relative;
}

.counter-bg-section-five .pbmit-btn-white {
    z-index: 1;
    position: relative;
    font-weight: 700;
}

.counter-bg-section-five .pbminfotech-ele-fidbox-style-2 {
    z-index: 1;
    position: relative;
}

.portfolio-section-five {
    position: relative;
}

.portfolio-section-five::before {
    position: absolute;
    height: 450px;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background-color: var(--pbmit-global-color);
}

.portfolio-five-box {
    margin-bottom: -230px;
    z-index: 1;
    position: relative;
    align-items: center;
}

.testimonial-section-five {
    padding: 360px 0px 70px 0px;
}

.testimonial-section-five .swiper-horizontal>.swiper-pagination-bullets,
.service-section-five .swiper-horizontal>.swiper-pagination-bullets,
.servicebox-four .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial-section-four .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    text-align: center;
}

.testimonial-section-five .swiper-pagination-bullet,
.service-section-five .swiper-pagination-bullet,
.servicebox-four .swiper-pagination-bullet,
.testimonial-section-four .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #cbcbcb;
    cursor: pointer;
    padding: 5px;
    margin: 0 10px 0px 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section-five .swiper-pagination-bullet-active,
.service-section-five .swiper-pagination-bullet-active,
.servicebox-four .swiper-pagination-bullet-active,
.testimonial-section-four .swiper-pagination-bullet-active {
    box-shadow: inset 0 0 0 2px var(--pbmit-global-color);
}

.blog-four-button {
    text-align: right;
}

.blog-four-button .pbmit-btn {
    font-weight: 700;
}

/** Homepage 06 **/
.client-section-six {
    padding: 70px 0px 40px 0px;
    background-color: var(--pbmit-light-color);
}

.about-section-six {
    padding: 120px 0px 110px 0px;
    overflow: hidden;
}

.progressbar-six-box {
    margin-top: 25px;
    padding-right: 15px;
}

.progressbar-six-img img {
    border-radius: 50%;
}

.progressbar-six-img h6 {
    padding: 15px 0px 0px 15px;
    font-size: 15px;
    line-height: 24px;
}

.about-six-right-box {
    position: relative;
}

.about-six-heading {
    font-size: 125px;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px rgb(136 147 185 / 0.4);
    transform: rotate(-90deg);
    transform-origin: left top 0;
    top: 95%;
    left: -20px;
    margin-bottom: 30px;
    position: absolute;
    line-height: 115px;
}

.about-six-first-img {
    text-align: right;
    position: relative;
}

.about-six-first-img:before {
    content: "";
    position: absolute;
    top: -58px;
    right: -44px;
    width: 140px;
    z-index: -1;
    height: 140px;
    background-image: url(../images/homepage-6/bg/pattern-new-01.png);
}

.about-six-first-img:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 135px;
    height: 10px;
    background-color: var(--pbmit-secondary-color);
}

.about-six-second-img {
    position: relative;
    z-index: 1;
}

.about-six-second-img img {
    margin-left: 40px;
    margin-top: -100px;
}

.counter-section-six {
    position: relative;
    padding: 50px 0px 50px 0px;
}

.counter-section-six::before {
    position: absolute;
    height: 100%;
    width: 150%;
    top: 0;
    right: 0;
    content: "";
    display: block;
    background-color: var(--pbmit-global-color);
}

.counter-section-six1 {
    position: relative;
    padding: 50px 0px 50px 0px;
}

.counter-section-six1::before {
    position: absolute;
    height: 100%;
    width: 150%;
    top: 0;
    right: 0;
    content: "";
    display: block;
    background-color: #1A99D7 !important;
}

.pbmit-tab-style-2 .pbmit-column-inner .pbmit-btn {
    padding: 18px 40px;
    margin-top: 40px;
    letter-spacing: 1px;
    display: inline-block;
}

.video-section-six {
    background-image: url(../images/homepage-6/bg/logo-horizontal-aquaadlab.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px 250px 0px;
}

.video-six-button {
    text-align: center;
}

.video-six-button a {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    line-height: 100px;
    font-family: 'Roboto Condensed', Arial, Helvetica;
    font-weight: bold;
    font-size: 14px;
    color: var(--pbmit-secondary-color);
    background-color: var(--pbmit-white-color);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.video-six-button a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.service-section-six {
    margin-top: -190px;
    padding: 0% 12% 0% 12%;
}

.service-six-content {
    padding: 80px 15px 155px 15px;
    background-color: var(--pbmit-global-color);
}

.service-six-content p {
    color: rgba(255, 255, 255, 0.8);
    padding: 0px 300px 0px 300px;
}

.service-six-slider-box {
    margin-top: -120px;
}

.service-six-slider-box .swiper-horizontal>.swiper-pagination-bullets,
.service-six-slider-box .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    text-align: center;
}

.service-six-slider-box .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 0px;
    border: 1px solid var(--pbmit-global-color);
    background: transparent;
    box-shadow: none;
}

.service-six-slider-box .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    border-radius: 0px;
    border: 1px solid var(--pbmit-global-color);
    background: transparent;
    background-color: var(--pbmit-global-color);
    box-shadow: inset 0 0 0 2px var(--tste-labtechco-skincolor);
}

.about-us-six-main {
    background-image: url(../images/homepage-6/bg/dot-map.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 90px 0px 70px 0px;
}

.about-us-six-bottom {
    padding-bottom: 70px;
}

.about-us-six-bottom p {
    text-align: center;
}

.about-us-six-bottom p a {
    color: var(--pbmit-global-color);
}

.about-us-six-bottom p a:hover {
    color: #202020;
}

.portfolio-six-bg {
    background-image: url(../images/homepage-6/bg/bg-03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 145px 0px 62px 0px;
    position: relative;
    margin-top: -80px;
}

.portfolio-six-bg:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: var(--pbmit-global-color);
}

.portfolio-six-bg1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 20px;
}

.portfolio-six-bg1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: transparent;
}

.portfolio-six-heading {
    font-size: 36px;
    line-height: 38px;
    color: var(--pbmit-white-color);
    z-index: 1;
    position: relative;
}

.portfolio-six-bg p {
    z-index: 1;
    position: relative;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.portfolio-six-button {
    z-index: 1;
    position: relative;
    text-align: right;
}

.blog-section-six {
    padding: 100px 0px 100px 0px;
}

.blog-section-six .pbmit-heading-desc {
    margin-bottom: 60px;
}

.blog-section-six .col-md-6:nth-child(3) .pbmit-blogbox-style-5 .pbminfotech-box-img-left,
.blog-section-six .col-md-6:nth-child(4) .pbmit-blogbox-style-5 .pbminfotech-box-img-left {
    order: 2;
}

/** Homepage 07 **/
.inbox-section-seven .row {
    z-index: 1;
    position: relative;
    margin-top: -190px;
}

.inbox-section-seven .pbmit-ihbox-itype-icon {
    padding: 50px 30px 40px 40px;
}

.inbox-section-seven .img-fluid {
    height: 100%;
    object-fit: cover;
}

.inbox-section-seven .pbmit-btn {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 16px 62px 16px 62px;
}

.inbox-section-seven .pbmit-pricelist-block {
    padding: 0px;
    margin: 0;
    font-size: 14px;
}

.inbox-section-seven .pbmit-pricelist-block li {
    color: #fff;
    font-size: 15px;
    padding: 8px 0px;
}

.inbox-section-seven .pbmit-pricelist-block li .service-price {
    float: right;
    color: var(--pbmit-global-color);
}

.servicebox-section-seven .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
    left: inherit;
    right: 0px;
    text-align: center;
}

.about-us-section-seven {
    padding: 100px 0px 75px 0px;
    background-color: var(--pbmit-light-color);
}

.about-us-section-seven .about-us-bg {
    position: relative;
    padding: 220px 0px 255px 0px;
    background-image: url(../images/homepage-7/bg-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-us-section-seven .about-us-single {
    padding-right: 40px;
}

.about-us-section-seven .pbmit-fidbox {
    position: absolute;
    top: 38.051%;
    left: -1px;
}

.about-us-section-seven .about-us-single .about-us-single {
    padding: 0px 15px 0px 40px;
}

.about-us-section-seven .list-group-style-2 {
    border-top: 1px solid #EEEEEE;
    margin-top: 35px;
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
}

.about-us-section-seven .video-play {
    background-image: url(../images/homepage-7/blog-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    text-align: center;
}

.about-us-section-seven .pbmin-lightbox-video {
    font-size: 32px;
    color: #fff;
}

.servicebox-section-seven .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 0px;
    border: 1px solid #3368c6;
    background: transparent;
}

.servicebox-section-seven .swiper-pagination-bullet-active {
    background-color: var(--pbmit-global-color);
    box-shadow: inset 0 0 0 2px var(--pbmit-global-color);
}

.testimonialbox-section-seven {
    overflow: hidden;
    background-image: url(../images/homepage-7/transparent-img.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.testimonialbox-bg-seven {
    position: relative;
    height: 100%;
}

.testimonialbox-bg-seven::before {
    position: absolute;
    height: 100%;
    width: 150%;
    top: 0;
    right: 0;
    content: "";
    display: block;
    background-image: url(../images/homepage-7/bg-02.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.testimonialbox-seven .pbmit-heading {
    margin-left: 45px;
}

.testimonialbox-seven .pbmit-testimonialbox-style-5 {
    margin-bottom: 60px;
}

.testimonialbox-seven .swiper-slider[data-dots="true"] {
    padding-bottom: 0px;
}

.testimonialbox-seven .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 140px;
    left: inherit;
    right: 16px;
    text-align: right;
}

.testimonialbox-seven .swiper-pagination-bullet {
    outline: none;
    background: transparent;
    width: 25px;
    height: 3px;
    padding: 0;
    border: none;
    opacity: 0.4;
    border-radius: 0;
    box-shadow: inset 0 0 0 0px #fff;
    background-color: #fff;
}

.testimonialbox-seven .swiper-pagination-bullet-active {
    opacity: 1;
}

.service-section-seven {
    margin-top: -150px;
    margin-bottom: 0px;
    padding: 250px 0px 100px 0px;
}

.service-section-seven .row {
    padding: 80px 0 30px;
}

.service-section-seven .inner-column:nth-child(2n+2) .pbmit-ihbox-style-8 {
    margin-top: -30px;
}

.service-section-seven .inner-column:nth-child(2n+2) .pbmit-ihbox-style-8:before {
    top: 20px;
    right: -33%;
    background: url(../images/homepage-7/icon/download-02.png) no-repeat 0 0;
}

.service-section-seven .inner-column:last-child .pbmit-ihbox-style-8:before {
    display: none;
}

.service-section-seven .pbmit-btn {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 16px 62px 16px 62px;
}

.portfoliobox-seven {
    padding-bottom: 40px;
}

.portfoliobox-seven .swiper-button-next,
.portfoliobox-seven .swiper-button-prev {
    left: 60.9%;
    right: inherit;
    top: inherit;
    bottom: 70px;
    z-index: 1;
    background-color: #3368c6;
    border-radius: 0;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.portfoliobox-seven .swiper-button-next {
    left: 63.50%;
}

.portfoliobox-seven .swiper-button-next:after,
.portfoliobox-seven .swiper-button-prev:after {
    font-size: 20px;
}

.client-section-seven {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E5E5E5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 0px 35px 0px;
}

/** Homepage 08 **/
.pbmit-widget-container {
    padding-top: 25px;
    text-align: center;
    padding-bottom: 100px;
}

.pbmit-widget-container a {
    color: #41a147;
}

.pbmit-widget-container a:hover {
    color: #202020;
}

.who-we-are-section-eight {
    padding-top: 100px;
    overflow: hidden;
}

.who-we-are-sigle {
    position: relative;
    margin-top: -90px;
    padding: 100px 75px 0px 0px;
}

.who-we-are-sigle::before {
    position: absolute;
    height: 100%;
    width: 200%;
    top: 0;
    right: 0;
    content: "";
    z-index: -1;
    display: block;
    margin-right: -100px;
    background-color: var(--pbmit-light-color);
}

.who-we-are-sigle .list-group-borderless .list-group-item {
    font-size: 15px;
    font-weight: 500;
    color: var(--pbmit-secondary-color);
}

.who-we-are-sigle ul.list-group .list-group-item i {
    font-size: 10px !important;
    width: 20px !important;
    padding: 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    margin-right: 13px;
    background-color: #41a147;
    color: var(--pbmit-white-color);
}

.who-we-are-section-eight .who-we-are-bg {
    background-image: url(../images/homepage-8/new-img-02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -100px;
    height: 100%;
    padding: 320px 0;
}

.who-we-are-sigle .row {
    padding: 25px 0px 60px 0px;
}

.who-we-are-section-bottom {
    padding-top: 15px;
}

.who-we-are-inner {
    display: flex;
    align-items: center;
}

.who-we-are-inner img {
    border-radius: 50%;
}

.who-we-are-inner .heading-title {
    color: #000014;
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px;
}

.who-we-are-sigle .pbmit-fidbox-style-5 .pbmit-fld-contents {
    margin-left: -30px;
}

.service-section-eight {
    border-bottom: 1px solid #E5E5E575;
    padding: 135px 0px 100px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.Provide-section-eight {
    padding-top: 100px;
}

.Provide-bg-section-eight {
    background-image: url(../images/homepage-8/new-bg-03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 0px 115px 0px;
}

.Provide-bg-section-eight .Provide-form {
    background-image: url(../images/homepage-8/patten-img-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 35px 30px 35px;
    margin-top: -175px;
}

.Provide-bg-section-eight form .form-control::placeholder {
    color: var(--pbmit-white-color);
}

.Provide-bg-section-eight .form-check-input {
    width: 25px;
    height: 25px;
    border-radius: 0;
}

.Provide-section-eight .form-select option {
    color: #9fa3aa;
    background-color: var(--pbmit-white-color);
}

.Provide-section-eight .form-select option .selected {
    background-color: #ddd;
}

.Provide-bg-section-eight .form-check {
    margin-bottom: 25px;
}

.client-section-eight {
    padding: 75px 0;
}

.client-section-eight .pbmit-clientbox-style-1 {
    margin-bottom: 0;
}

.counter-section-eight {
    background-image: url(../images/homepage-8/patten-img-02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px 68px 0px;
}

/* Homepage 09*/
.client-section-nine {
    padding: 57px 15px 0px 15px;
}

.client-form-section-nine {
    background-color: var(--pbmit-global-color);
    margin: -375px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 46px 40px 30px 40px;
    z-index: 1;
    position: relative;
}

.appointment-section-nine {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top: 1px solid #EFEFEF;
    padding-top: 70px;
}

.servicebox-nine-bg {
    margin-right: 40px;
    --e-column-margin-right: 40px;
}

.appointment-section-nine .appointment-bg::before {
    position: absolute;
    height: 100%;
    width: 160%;
    top: 250px;
    right: 0;
    content: "";
    display: block;
    z-index: -1;
    background-color: var(--pbmit-secondary-color);
}

.appointment-section-nine .pbmit-col-bgcolor-darkgrey {
    border-top: 1px solid #5D5D5D;
    margin: 60px 40px 0 0;
    padding: 65px 0px 75px 0px;
}

.appointment-section-nine .text-color a {
    color: var(--pbmit-global-color);
}

.appointment-section-nine .text-color a:hover {
    color: var(--pbmit-white-color);
}

.appointment-section-nine .text-color {
    padding-right: 26px;
}

.progressbar-nine-bg {
    background-image: url(../images/homepage-9/bg-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 110px 0px;
}

.progressbar-nine-content {
    padding: 60px 40px 60px 40px;
    background-color: var(--pbmit-white-color);
}

.progressbar-nine-content .progressbar {
    margin-bottom: 0px;
    margin-top: 30px;
}

.progressbar-nine-content .progress .progress-percent {
    color: #22262e;
}

.counter-section-nine {
    background-image: url(../images/homepage-9/patten-img-03.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -130px;
    padding: 190px 0px 65px 0px;
}

/* Homepage 10*/
.inbox-section-ten {
    margin-top: -80px;
    z-index: 1;
    position: relative;
}

.service-section-ten {
    background-image: url(../images/homepage-10/bg-img-02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px 240px 0px;
    margin-top: 26px;
}

.service-section-ten .service-bg-img {
    background-image: url(../images/homepage-10/bg-img-03.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.service-section-ten .swiper-slider {
    padding-top: 35px;
}

.service-section-ten .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    text-align: center;
}

.service-section-ten .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #cbcbcb;
    cursor: pointer;
    margin: 0 10px 0px 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-section-ten .swiper-pagination-bullet-active {
    box-shadow: inset 0 0 0 2px var(--pbmit-global-color);
}

.counter-section-bg-ten {
    background-image: url(../images/homepage-10/patten-img-04.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: -135px;
    padding: 57px 10px 50px 10px;
}

.testimonial-section-bg-ten {
    background-image: url(../images/homepage-10/bg-img-04.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.testimonial-section-bg-ten .pbminfotech-box .pbminfotech-static-box-image,
.testimonial-section-bg-ten .pbminfotech-box .pbminfotech-post-item {
    overflow: visible;
}

.testimonial-section-bg-ten .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    text-align: center;
}

.testimonial-section-bg-ten .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 10px;
    background-color: #f4f6fd;
    box-shadow: inset 0 0 0 0px;
    cursor: pointer;
    margin: 0 10px 0px 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section-bg-ten .swiper-pagination-bullet-active {
    background-color: #0f1539;
    box-shadow: inset 0 0 0 0px
}

.accordion-bg-ten {
    background-image: url(../images/homepage-10/bg-img-06.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 250px 0;
    height: 100%;
}

.accordion-bg_img-ten {
    background-image: url(../images/homepage-10/slider10-b.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 90px;

}

.appointment-section-bg-ten {
    background-image: url(../images/homepage-10/bg-img-05.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    padding: 150px 0px 165px 0px;
}

.appointment-form-ten {
    background-color: var(--pbmit-white-color);
    padding: 44px 40px 30px 40px;
    border-radius: 15px;
}

.appointment-form-ten input.pbmit-btn {
    padding: 18px 35px;
    width: 100%;
    margin-bottom: 30px;
}

.heading-title {
    color: #031B4E;
    font-size: 26px;
    font-weight: 700;
}

.appointment-single-ten {
    padding: 30px 0px 0px 85px;
}

.appointment-single-ten p.text-white {
    color: rgba(255, 255, 255, 0.8) !important;
    margin-top: -10px;
    margin-bottom: 55px;
}

.clientbox-ten .pbmit-clientbox-style-1 {
    margin-bottom: 0;
}

/* Homepage 11*/
.service_box {
    height: 100%;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #E7E7F0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 48px 70px 30px 70px;
}

.service_box .pbmit-heading-title {
    color: #141570;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}

.service_box-icon .icon {
    font-size: 26px;
    color: #141570;
    border-color: #141570;
}

.service_box-icon .icon:hover {
    color: var(--pbmit-global-color);
}

.service_box .service_box-icon {
    text-align: right;
}

.about-us-section-eleven {
    padding: 100px 0px 140px 0px;
}

.about-us-section-eleven .pbmit-ihbox.pbmit-ihbox-style-16 {
    position: absolute;
    left: inherit;
    right: -74px;
    bottom: -48px;
}

.about-us-section-eleven .about-us-left {
    padding: 60px 0px 0px 80px;
}

.about-us-section-eleven .pbmit-tab-style-3 {
    padding: 40px 0px 0px 80px;
}

.about-us-section-eleven .about-us-left img {
    padding: 70px 0px 0px 80px;
}

.lightbox-section-eleven {
    padding: 0 0 200px;
    overflow: hidden;
}

.lightbox-section-eleven .lightbox-Single {
    padding-top: 100px;
}

.lightbox-section-eleven .pbmit-box-col-wrapper {
    margin-bottom: 40px;
}

.ts-text-color-white .pbmit-heading-style-4.text-center .pbmit-heading-desc {
    color: var(--pbmit-white-color);
}

.inbox-section-eleven {
    padding: 140px 0px 130px 0px;
    background-image: url(../images/homepage-11/info-bg.png);
}

.inbox-section-eleven .ihbox-widget-wrap:first-child {
    padding-right: 50px;
}

.inbox-section-eleven .ihbox-widget-wrap:nth-child(2) {
    padding: 110px 25px 0px 25px;
}

.inbox-section-eleven .ihbox-widget-wrap:last-child {
    padding: 220px 0px 0px 50px;
}

.marquestyle-section-eleven {
    padding: 100px 0 0;
}

.portfoliobox-section-eleven {
    padding: 100px 0 130px;
}

.portfoliobox-section-eleven .pbmit-heading-style-4 {
    padding-bottom: 40px;
}

.portfoliobox-section-eleven .swiper-slider[data-dots="true"] {
    padding-bottom: 60px;
}

.portfoliobox-section-eleven .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    text-align: center;
}

.portfoliobox-section-eleven .swiper-pagination-bullet {
    display: inline-block;
    width: 100px;
    height: 2px;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #cbcbcb;
    cursor: pointer;
    margin: 0 !important;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfoliobox-section-eleven .swiper-pagination-bullet-active {
    width: 300px;
    padding: 0;
    height: 2px;
    margin: 0 !important;
    border: none;
    box-shadow: inset 0 0 0 2px var(--pbmit-global-color);
}

/* Home 12*/
.Servicebox-section-twelve {
    padding: 120px 15px 0px 150px;
    overflow: hidden;
}

.Servicebox-section-twelve .pbmit-heading-style-4 {
    margin-bottom: 100px;
}

.Servicebox-section-twelve .pin-spacer .pbmit-heading-desc {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #031b4e;
}

.marquestyle-section-twelve {
    padding-top: 150px;
}

.about-us-section-twelve {
    padding: 100px 15px 140px 15px;
}

.about-us-section-twelve .about-us-left {
    position: relative;
}

.about-us-section-twelve .about-us-left .img-two {
    position: absolute;
    top: 50px;
    right: 0;
}

.about-us-section-twelve .about-us-left .img-three {
    margin-top: -320px;
    z-index: 0;
    position: relative;
    left: 250px;
}

.about-us-section-twelve .about-us-right {
    padding-left: 120px;
}

.about-us-section-twelve .pbmit-btn-lg {
    margin-top: 20px;
    display: inline-block;
}

.about-us-section-twelve .list-group-borderless .list-group-item {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #13263e;
    padding-bottom: calc(10px/2);
    font-family: "Montserrat", Tahoma, Geneva, sans-serif;
}

.Team-section-twelve .pbmit-teambox-style-7 .pbminfotech-box-team-position {
    color: var(--pbmit-global-color);
    font-size: 13px;
}

.lightbox-section-twelve {
    padding: 190px 0px 170px;
}

.lightbox-section-twelve .lightbox-section {
    padding-top: 105px;
}

.lightbox-section-twelve .pbmit-fidbox-style-9 {
    padding-right: 47px;
}

.Team-section-twelve {
    padding: 130px 0px 150px 0px;
}

.testimonial-section-twelve {
    border-top: 1px solid #E9EAEE;
}

.testimonial-section-twelve .testimonial-slider {
    position: relative;
    padding: 70px 70px 45px 15px;
}

.testimonial-section-twelve .testimonial-slider::before {
    position: absolute;
    height: 100%;
    width: 156%;
    top: 0;
    right: 0;
    content: "";
    display: block;
    background-image: url(../images/homepage-12/testimonial-bg-pattern.png);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    background-color: var(--pbmit-global-color);
}

.testimonial-section-twelve .swiper-slider {
    padding: 60px 0 60px 0;
}

.testimonial-right {
    padding: 85px 15px 0px 140px;
}

.testimonial-right .pbmit-rating-box-wrap {
    padding-left: 15px;
}

.testimonial-right .pbmit-rating-box-wrap h4 {
    font-size: 24px;
    font-weight: 300;
    color: var(--pbmit-global-color);
}

.testimonial-right .pbmit-rating-box-wrap span {
    font-weight: 300;
    font-size: 55px;
}

.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    right: 0px;
    left: auto;
    top: inherit;
    bottom: 30px;
}

.testimonial-slider .swiper-button-prev {
    right: 30px;
}

.client-section-twelve {
    border-bottom: 1px solid #E9EAEE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.client-section-twelve .swiper-slider {
    border-top: 1px solid #E9EAEE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -142px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.client-section-twelve .pbmit-clientbox-style-3 {
    border-right: 1px solid #E9EAEE;
}

/* Home 13*/
.demo-13 .container {
    max-width: 1270px;
}

.about-us-section-thirteen {
    padding-top: 140px;
}

.about-us-section-thirteen .about-us-left {
    padding: 0px 115px 0px 0px;
}

.about-us-section-thirteen .about-us-left img {
    padding-top: 90px;
}

.Servicebox-section-thirteen {
    padding: 70px 0px 145px 0px;
}

.Servicebox-section-thirteen .pbmit-heading-style-4 {
    margin-bottom: -50px;
}

.Servicebox-section-thirteen .swiper-slider {
    padding-top: 110px;
}

.Servicebox-section-thirteen .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 34px;
    left: auto;
    top: 30px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.Servicebox-section-thirteen .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    position: absolute;
    left: inherit;
    right: 0px;
    top: 30px;
}

.Servicebox-section-thirteen .swiper-button-next:after,
.Servicebox-section-thirteen .swiper-button-prev:after {
    color: var(--pbmit-blackish-color);
    content: url(../images/homepage-13/arrow-dark.svg);
    font-size: 26px;
}

.Servicebox-section-thirteen .swiper-button-prev:after {
    content: url(../images/homepage-13/arrow-dark.svg);
}

.marquee-section-thirteen {
    padding-top: 150px;
}

.lightbox-section-thirteen {
    padding: 185px 0px 160px 0px;
}

.lightbox-section-thirteen .pbmit-heading-style-4 {
    padding-right: 50px;
}

.lightbox-section-thirteen .lightbox-right p {
    color: #141570;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 45px;
    margin-bottom: 0;
}

.lightbox-section-thirteen .lightbox-right .col-md-12:last-child .pbmit-ihbox-style-15 {
    border: none;
}

.ts-text-color-white.lightbox-section-thirteen .lightbox-right p {
    color: var(--pbmit-white-color);
}

.ts-text-color-white .pbmit-heading-style-4 .pbmit-title {
    color: var(--pbmit-white-color);
}

.pbminfotech-box .pbminfotech-static-box-image,
.pbminfotech-box .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
}

.portfoliobox-section-thirteen {
    padding: 130px 0;
}

.portfoliobox-section-thirteen .text-center {
    padding-top: 50px;
}

.testimonial-section-thirteen {
    padding: 100px 0px 50px 0px;
    background-color: var(--pbmit-global-color);
    background-image: url(../images/homepage-13/testimonial/testimonial-bg-pattern.png);
}

.testimonial-section-thirteen .pbmit-heading-style-4 {
    margin-bottom: -30px;
}

.testimonial-section-thirteen .swiper-button-prev,
.testimonial-section-thirteen .swiper-rtl .swiper-button-next {
    position: absolute;
    right: 44px;
    left: inherit;
    top: 20px;
}

.testimonial-section-thirteen .swiper-button-next,
.testimonial-section-thirteen .swiper-rtl .swiper-button-prev {
    right: 10px;
    top: 20px;
    left: auto;
}

.testimonial-section-thirteen .swiper-horizontal>.swiper-pagination-bullets {
    right: inherit;
    bottom: 30px;
    left: 27%;
    text-align: left;
}

.testimonial-section-thirteen .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 2px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    box-shadow: inset 0 0 0 2px rgb(255 255 255 / 73%);
}

.testimonial-section-thirteen .swiper-pagination-bullet-active {
    box-shadow: inset 0 0 0 2px #fff;
}

.client-section-thirteen {
    background-color: var(--pbmit-global-color);
    background-image: url(../images/homepage-13/testimonial/testimonial-bg-pattern.png);
    background-position: center center;
    border-top: 1px solid #FFFFFF2E;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 20px 0px;
}

.blog-section-thirteen {
    padding: 120px 0px 150px 0px;
}

.blog-section-thirteen .row {
    padding-top: 30px;
}

.blog-section-thirteen .pbmit-heading-style-4.text-center .pbmit-heading-desc {
    width: 100%;
}

.blog-section-thirteen .pbmit-blogbox-style-6 {
    margin-bottom: 30px;
}

/*----------------------------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 00  About Us **/
.about-us-section_inner {
    padding-top: 90px;
}

.about-us-section_inner .about-us-left_single {
    padding-right: 11%;
}

.about-us-right_single .about-us-content {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    padding: 35px 30px 15px 30px;
}

.about-us-right .pbmit-fidbox-style-3:after {
    content: "";
    width: 2px;
    height: 60px;
    background-color: #ececec;
    right: -15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-0%) translateY(-50%);
    -khtml-transform: translateX(-0%) translateY(-50%);
    -moz-transform: translateX(-0%) translateY(-50%);
    -ms-transform: translateX(-0%) translateY(-50%);
    -o-transform: translateX(-0%) translateY(-50%);
    transform: translateX(-0%) translateY(-50%);
}

.about-us-right .pbmit-fidbox-style-3:last-child::after {
    display: none;
}

.about-us_bottom {
    padding: 50px 0 70px;
}

.about-us_bottom .about-us-img {
    padding-right: 15%;
    margin-top: -185px;
}

.about-us_bottom .about-us-right p {
    padding-bottom: 40px;
    margin: 0;
}

.about-us-team-section {
    padding: 90px 0px 95px 0px;
    background-color: var(--pbmit-global-color);
}

.about-us-team-section .about-us-team_single {
    margin-top: -150px;
}

.about-us-team-section .pbmit-teambox-style-4 {
    margin-bottom: 30px;
}

.about-us-team-section .progressbar-heading-text {
    padding-top: 32px;
    color: #FFFFFFCC;
    margin: 0px;
}

.about-us-team-section .progressbar {
    padding-top: 30px;
}

.about-section-testimonialbox .swiper-button-next {
    right: 0;
}

.about-section-testimonialbox .swiper-button-prev {
    left: 0;
}

.about-section-testimonialbox .swiper-button-next:after,
.about-section-testimonialbox .swiper-button-prev:after {
    color: #bbbbbb;
}

.about-section-testimonialbox .swiper-button-next:hover:after,
.about-section-testimonialbox .swiper-button-prev:hover:after {
    color: var(--pbmit-global-color);
}

/** 01  Our Services **/
.ihbox-service-section {
    padding: 75px 0px 70px 0px;
}

/** 02  Team Single **/
.our-team-section .pbmit-teambox-style-1 {
    margin-bottom: 30px;
}

.portfoliobox-service_single {
    padding: 35px 15px 0px 35px;
}

.counter-service_section {
    padding: 0px 0px 70px 0px;
    background-color: var(--pbmit-global-color);
}

.our-service-left p {
    margin: -10px 0px 50px 0px;
}

.our-service-right {
    padding-top: 65px;
}

.section-faq {
    padding: 95px 0px 70px 0px;
}

/** 03  Service Detail **/
.servicebox .pbmit-servicebox-style-1 {
    margin-bottom: 30px;
}

.service-left-col {
    flex: 0 0 28.914%;
    max-width: 28.914%;
}

.service-right-col {
    flex: 0 0 69.811%;
    max-width: 69.811%;
}

.service-sidebar .post-list {
    padding: 45px 30px 35px;
    background-color: #f6faff;
    padding-bottom: 60px;
}

.service-sidebar .post-list:first-child {
    padding-bottom: 0;
}

.service-sidebar .post-list:last-child {
    padding-top: 0;
    padding-bottom: 30px;
}

.service-sidebar .single-service-contact {
    padding: 25px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.single-service-contact-inner {
    position: relative;
    z-index: 2;
}

.single-service-contact:after {
    content: '\e832';
    font-family: "pbminfotech-base-icons";
    font-size: 137px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    bottom: 26px;
    right: -22px;
    transform: rotate(-30deg);
    z-index: 1;
    opacity: 0.15;
}

.single-service-contact h3 {
    text-transform: uppercase;
    font-size: 22px;
    color: #3e3e3e;
    margin: 0;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.single-service-contact p {
    font-size: 15px;
    color: #5b5b5b;
    margin: 0 0 25px 0;
}

.single-service-contact a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    color: var(--pbmit-global-color);
}

.single-service-contact a i {
    margin: 0 0 0 10px;
    font-weight: 900;
}

.post-list .post-active a,
.post-list li:hover a {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.post-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-list li {
    border: none;
    padding: 0 !important;
    margin-bottom: 10px;
}

.post-list li a {
    background-color: #fff;
    color: #7884ac;
    padding: 13px 20px;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.post-list li a:after {
    content: '\e809';
    font-family: "pbminfotech-base-icons";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
}

.widget .download .item-download:first-child {
    margin-bottom: 5px;
    position: relative;
}

.widget .download .item-download a {
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--pbmit-secondary-color);
}

.widget .download .item-download .fa {
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
}

.widget .download .item-download {
    background-color: #2c2c2c;
    margin-bottom: 5px;
    position: relative;
}

.service-details .pbmit-title {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #031b4e;
    margin-bottom: 10px;
    margin-top: 30px;
}

.service-details .service-page-infobox {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #F6FAFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 40px 30px 40px;
}

.service-details .pbmit-service-title {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #031b4e;
    padding-top: 35px;
}

.service-details .accordion {
    margin-top: 35px;
}

.service-details-section {
    padding-top: 65px;
    padding-bottom: 100px;
}

/** 04 Project Detail **/
.research-Style-1 .pbmit-portfoliobox-style-1 {
    margin-bottom: 30px;
}

.research-Style-3 .pbmit-portfoliobox-style-3 {
    margin-bottom: 30px;
}

.portfolio-single .pbminfotech-pf-detailbox-list {
    margin: 16px 0;
    overflow: hidden;
    padding-left: 25px;
}

.portfolio-single .pbminfotech-pf-detailbox-list li {
    margin-bottom: 10px;
}

.portfolio-single .pbminfotech-pf-detailbox-list li .pbmit-pf-details-heading {
    padding-bottom: 0px;
    font-size: 13px;
    display: inline-block;
    color: #031b4e;
    font-weight: 500;
    text-transform: uppercase;
}

.portfolio-single .pbminfotech-pf-detailbox-list .pbmit-pf-details-content {
    font-size: 13px;
}

.portfolio-single .pbmit-entry-content {
    padding-top: 50px;
}

.pbmit-pf-single-icon {
    padding-top: 52px;
}

.pbmit-pf-single-icon .pf-icon {
    font-size: 22px;
    padding-right: 18px;
    color: var(--pbmit-global-color);
}

.pbmit-pf-single-icon .d-flex {
    margin-bottom: 45px;
}

.pbmit-pf-single-icon p {
    margin: 0;
}

.pbmit-pf-single-inbox {
    padding: 60px 0px 80px 0px;
}

.pbminfotech-pf-single-content-bottom {
    margin-bottom: 20px;
}

.pbminfotech-pf-single-content-bottom .pbmit-pf-single-category-w a {
    display: inline-block;
    background-color: #f8f8f8;
    color: #4d4d4d;
    font-size: 12px;
    padding: 3px 10px;
}

.pbminfotech-pf-single-content-bottom .pbmit-pf-single-category-w a:hover {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

.portfolio-single .pbmit-pf-single-np-nav {
    position: relative;
}

.portfolio-single .pbmit-pf-single-np-nav:after {
    background-color: #e1eeff;
    content: "";
    width: 100%;
    height: 1px;
    z-index: 1;
    position: absolute;
    top: 0;
}

.portfolio-single .pbmit-pf-single-np-nav .post-navigation {
    position: relative;
    padding-bottom: 80px;
    padding-top: 40px;
}

.portfolio-single .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.portfolio-single .nav-links .nav-previous {
    float: left;
}

.portfolio-single .nav-links .nav-next,
.nav-links .nav-previous {
    position: relative;
    display: inline-block;
}

.nav-links .nav-previous a {
    padding-left: 20px;
}

.nav-links a {
    font-size: 18px;
    font-weight: 600;
    color: var(--pbmit-secondary-color);
    position: relative;
    display: inline-block;
}

.nav-links .nav-previous a:after,
.nav-links .nav-next a:before {
    font-family: "pbminfotech-base-icons";
    content: '\e808';
    position: absolute;
    top: 0;
    left: 0px;
}

.portfolio-single .nav-links .nav-next {
    float: right;
}

.nav-links .nav-next a {
    padding-right: 20px;
}

.nav-links .nav-next a:before {
    content: '\e809';
    left: auto;
    right: 0px;
}

.nav-links .nav-next:before,
.nav-links .nav-previous:before {
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0px;
    content: '';
    border-bottom: 1px solid var(--pbmit-global-color);
    width: 0%;
    right: 0;
    left: auto;
    -webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
}

.nav-links .nav-next:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

.nav-links .nav-previous:hover:before {
    left: auto;
    width: 100%;
    right: 0;
}

.portfolio-single .nav-links a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-pf-single-related-wrapper h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
}

.portfolio-single .pbmit-pf-view-style-2 ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f2f7;
    padding-bottom: 10px;
}

.portfolio-single .pbmit-pf-view-style-2 ul li .pbmit-pf-details-heading {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    display: inline-block;
    margin-right: 5px;
    color: #8893b9;
}

.portfolio-single .pbmit-pf-view-style-2 .pbmit-pf-details-content {
    font-size: 15px;
}

.pbmit-pf-view-style-3 {
    margin-top: 60px;
    border-top: 1px solid #f0f2f7;
    border-bottom: 1px solid #f0f2f7;
}

.portfolio-single .pbmit-pf-view-style-3 .pbminfotech-pf-detailbox-list li {
    float: left;
    width: 20%;
}

.portfolio-single .pbmit-pf-view-style-3 .pbminfotech-pf-detailbox-list li .pbmit-pf-details-heading {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    display: block;
    color: #8893b9;
}

.portfolio-single .pbmit-pf-view-style-3 .pbminfotech-pf-detailbox-list .pbmit-pf-details-content {
    font-size: 15px;
}

/** 05 Blog Detail**/
.blog-grid .pbmit-blogbox-style-1 {
    margin-bottom: 30px;
}

.blog-right-col {
    width: 69.811%;
}

.blog-left-col {
    width: 28.914%;
}

.blog-details .pbmit-featured-wrapper {
    margin-bottom: 30px;
}

/** --- Blog Classic ---**/
.blog-classic_section {
    padding-top: 65px;
}

.blog-classic .pbmit-blogbox-style-1 .pbmit-blog-classic-datebox-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 76px;
    z-index: 2;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    background-color: var(--pbmit-global-color);
}

.blog-classic .pbmit-blogbox-style-1 .pbmit-blog-classic-datebox-overlay .pbmit-blog-classic-dbox-date {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 5px;
    letter-spacing: 2px;
}

.blog-classic .pbmit-blogbox-style-1 .pbmit-blog-classic-datebox-overlay .pbmit-blog-classic-dbox-month {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-classic .pbmit-blogbox-style-1 .pbminfotech-box-content {
    padding: 0;
    border: none;
    padding-top: 25px;
    margin-bottom: 65px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e1eeff;
    font-size: 14px;
    line-height: 22px;
}

.blog-classic:last-child .pbmit-blogbox-style-1 .pbminfotech-box-content {
    border-bottom: none;
}

.blog-classic .pbmit-blogbox-style-1 .pbmit-entry-meta-wrapper .pbmit-meta-line {
    margin-right: 0;
    font-weight: 500;
}

.blog-classic .pbmit-blogbox-style-1 .pbminfotech-box-title a {
    margin-top: 10px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
}

.blog-classic .pbmit-blogbox-style-1 .pbmit-bottom-meta-wrapper {
    border-top: none;
    padding-top: 60px;
    margin-top: 0;
}

.blog-classic .pbmit-blogbox-style-1 .pbminfotech-blogbox-footer-left a:after {
    display: none;
}

.blog-classic .pbmit-blogbox-style-1 .pbminfotech-blogbox-footer-left a {
    font-weight: inherit;
    padding-right: 0;
    color: var(--pbmit-global-color);
    text-transform: capitalize;
    font-size: 14px;
    line-height: 22px;
}

.blog-classic .pbmit-blogbox-style-1 .pbmit-blogbox-comment-w {
    margin-right: 15px;
}

.blog-classic .pbmit-blogbox-style-1 .pbmit-blogbox-comment-w a i {
    margin-right: 0px;
}

.blog-classic .pbmit-blogbox-style-1 .pbmit-blogbox-comment-w a {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--pbmit-global-color);
}

.blog-classic .pbminfotech-blogbox-format-gallery .swiper-horizontal>.swiper-pagination-bullets,
.blog-classic .pbminfotech-blogbox-format-gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15px;
    top: inherit;
    left: inherit;
    right: 15px;
    text-align: center;
}

.blog-grid {
    padding: 100px 0 70px;
}

.blog-left-col .sidebar .media-body a {
    color: #7884ac;
    font-size: 15px;
    font-weight: 400;
}

/**--- Sidebar Right ---**/
.sidebar .widget {
    padding: 25px 30px;
    margin: 45px 0 35px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #e1eeff;
}

.widget.widget-search {
    margin-top: 0;
    padding: 0;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget a,
.widget .post-date {
    font-family: "Work Sans", Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 600;
}

.search-form input {
    height: 58px;
    line-height: 58px;
}

.widget.widget-search .widget-title {
    color: var(--pbmit-white-color);
}

.widget.widget-search .widget-title::before {
    background-color: var(--pbmit-white-color);
}

.widget .search-form {
    position: relative;
}

.widget .search-form .search-field {
    display: block;
    width: 100%;
    height: inherit;
    line-height: inherit;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 400;
    color: var(--pbmit-blackish-color);
    background: var(--pbmit-white-color);
    border: none;
    border-radius: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: inherit;
}

.sidebar .widget .search-form a {
    position: absolute;
    right: 0px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 45%;
    height: 46px;
    margin-top: -6px;
    font-size: 14px;
    z-index: 1;
    width: 46px;
    text-align: center;
    color: #dbdbdb;
}

.sidebar .widget .widget-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #031b4e;
}

.sidebar .widget .widget-title::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0;
    background-color: var(--pbmit-global-color);
}

.sidebar .widget-categories ul li {
    margin: 12px 0;
    padding: 0 !important;
    position: relative;
    list-style: none;
    display: block;
}

.sidebar .widget-categories ul li a {
    color: #7884ac;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Work Sans", Tahoma, Geneva, sans-serif;
}

.sidebar .widget-categories ul li a:hover {
    color: var(--pbmit-global-color);
}

.sidebar .widget-categories li span {
    position: absolute;
    right: 0;
    top: 0px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    color: #8893b9;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.sidebar .recent-post-list li {
    padding-bottom: 30px;
    display: flex !important;
    align-items: center;
    width: 100%;
}

.sidebar .recent-post-list li:last-child {
    padding-bottom: 0;
}

.service-sidebar .post-list li:last-child {
    margin-bottom: 0;
}

.sidebar .recent-post-list .media {
    display: flex;
}

.sidebar .recent-post-list .recent-post-thum {
    width: 75px;
    flex-shrink: 0;
    margin-right: 20px;
}

.sidebar .recent-post-list .post-date {
    line-height: 24px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    color: var(--pbmit-global-color);
}

.sidebar .recent-post-list .post-date:hover {
    color: var(--pbmit-global-color);
}

.sidebar .widget .tagcloud a {
    display: inline-block;
    font-weight: 500;
    color: #7884ac;
    text-transform: capitalize;
    font-size: 14px !important;
    padding: 5px 11px;
    line-height: 24px;
    background-color: #f6faff;
    border: none;
    margin: 0 6px 6px 0;
}

.sidebar .widget .tagcloud a:hover {
    color: #fff;
    background: var(--pbmit-blackish-color);
}

.sidebar .widget.widget_archive ul li {
    padding: 0 0 15px 0;
}

.sidebar .widget.widget_archive ul li a {
    color: #7884ac;
    font-size: 14px;
    font-weight: 400;
}

.sidebar .widget.widget-flickr a {
    overflow: hidden;
    display: block;
    margin: 0 8px 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: none;
}

.widget.single-service-contact {
    background-image: url(../images/coworking/pbmit-ads.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #f0f2f7;
    padding: 45px;
    margin-bottom: 40px;
    border: none;
}

.single-service-contact-inner img {
    border-radius: 50%;
    margin: 0;
}

.single-service-contact-inner ul.pbmit-social-links li {
    display: inline-block;
    margin-top: 10px;
}

.single-service-contact ul.pbmit-social-links li a,
.single-service-contact-inner ul.pbmit-social-links li a {
    font-size: 16px;
    font-weight: 300 !important;
    letter-spacing: 0;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    margin: 0 2px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.single-service-contact ul.pbmit-social-links li a:hover {
    background-color: var(--pbmit-global-color);
    color: #fff;
}

.single-service-contact .pbmit-social-li {
    margin-right: 0px;
}

.single-service-contact .pbmit-social-links {
    margin-top: 10px;
}

.blog-details .pbmit-blog-style-2 .pbmit-featured-wrapper:after {
    display: none;
}

.widget .pbmit-download .pbmit-item-download:first-child {
    margin-bottom: 15px;
    margin-left: 0;
}

.widget .pbmit-download .pbmit-item-download a {
    display: block;
    text-align: center;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 22px;
    color: var(--pbmit-blackish-color);
    display: flex;
    align-items: center;
    background-color: var(--pbmit-light-color);
    position: relative;
}

.widget .pbmit-download .pbmit-item-download a:hover {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

.widget .pbmit-download .pbmit-item-download a i:first-child {
    margin-right: 10px;
}

.widget .pbmit-download .pbmit-item-download a i {
    font-size: 35px;
    vertical-align: middle;
}

.widget .pbmit-download .pbmit-item-download:last-child a {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}

.widget .pbmit-download .pbmit-item-download:last-child a:hover {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-ads-inner .pbmit-ads-logo {
    background: var(--pbmit-white-color);
    display: inline-block;
    padding: 15px;
    width: 130px;
    position: relative;
    z-index: 1;
}

.pbmit-ads-inner h3.pbmit-ads-title {
    font-size: 26px;
    line-height: 36px;
    padding: 30px 0 30px 0;
    font-weight: 600;
}

.pbmit-ads-inner h3.pbmit-ads-title span {
    color: var(--pbmit-global-color);
}

.pbmit-ads-inner .pbmit-ads-logo::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 100%;
    height: 100%;
    background-color: var(--pbmit-white-color);
    z-index: -1;
}

.pbmit-ads-inner .pbmit-ads-button {
    display: inline-block;
    padding-bottom: 30px;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
}

.pbmit-ads-inner .pbmit-ads-button a {
    padding: 20px 60px 20px 40px;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.pbmit-ads-inner .pbmit-ads-button a:hover {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}

.pbmit-ads-inner .pbmit-ads-button a span {
    position: relative;
}

.pbmit-ads-inner .pbmit-ads-button a span::after {
    content: "\e83a";
    font-family: 'pbminfotech-base-icons';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

/** --- Blog Large ---**/
.blog-details .pbmit-blog-heading {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #031b4e;
    margin-bottom: 10px;
    margin-top: 30px;
}

.blog-details blockquote {
    border: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    color: #686868;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    font-weight: 300;
    margin: 25px 20px;
    background-color: #f8f8f8;
    padding: 30px 75px 30px 90px;
    position: relative;
}

.blog-details blockquote:after {
    position: absolute;
    content: "\f10e" !important;
    font-family: "pbminfotech-base-icons";
    font-size: 37px;
    line-height: 37px;
    top: 31px;
    left: 21px;
    color: var(--pbmit-global-color);
}

.blog-details p {
    font-size: 14px;
    line-height: 22px;
}

.blog-details .alignleft {
    width: 300px;
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.comments-box {
    margin-top: 50px;
}

.comments-box .comments-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.comments-box {
    margin-top: 35px;
}

.comments-box .media {
    display: flex;
    margin-top: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--pbmit-light-color);
}

.comments-box .children {
    margin-left: 35px;
    display: flex;
    border-bottom: 1px solid var(--pbmit-light-color);
}

.comments-box .comment-author img {
    border-radius: 0;
    width: 80px;
    height: 80px;
}

.media-body.comment-meta {
    position: relative;
    flex-grow: 1;
    border: 1px solid var(--pbmit-light-color);
    padding: 20px;
    margin-left: 20px;
    border-radius: 5px;
    background-color: var(--pbmit-light-color);
}

.comments-box .comment-author {
    display: block;
    font-size: 18px;
    font-style: normal;
    color: #031b4e;
}

.comment-date a {
    color: #a2a2a2;
    font-size: 14px;
}

.comment-reply-title {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0px;
}

.comment-meta .reply {
    position: absolute;
    right: 15px;
    top: 15px;
}

.comment-meta .reply a {
    font-size: 13px;
    line-height: 30px;
    padding: 2px 30px 2px 18px;
    color: #fff;
    margin-right: 5px;
    border-radius: 0px;
    margin-top: 5px;
    display: inline-block;
    background-color: rgb(51, 104, 198, 0.8);
}

.comment-meta .reply a:after {
    position: absolute;
    top: 12px;
    font-family: "pbminfotech-base-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0.2em;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    line-height: 22px;
    font-size: 14px;
    content: "\e809";
    margin-left: 7px;
    vertical-align: bottom;
}

.comment-respond {
    margin-top: 46px;
}

.comments-box p {
    margin-top: 20px;
    display: block;
}

.comment-form form .form-group:last-child {
    margin-bottom: 10px;
}

.comment-form button.pbmit-btn {
    font-size: 13px;
    font-weight: bold;
    padding: 12px 34px;
    border-radius: 0;
    text-transform: uppercase;
}

.comment-form p {
    margin-bottom: 16px;
}

.comment-form .form-control {
    margin-bottom: 0;
}

.comment-form .form-check .form-check-input {
    float: left;
    margin-left: 0;
}

.comment-form label.form-check-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.pbmit-author-box {
    margin-top: 60px;
    margin-bottom: 25px;
    padding: 35px 35px 25px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-shadow: 0 7px 43px 0 rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 7px 43px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 7px 43px 0 rgb(0 0 0 / 11%);
}

.pbmit-author-image {
    height: 95px;
    width: 95px;
    display: block;
    border-radius: 50%;
    margin-right: 35px;
}

.pbmit-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.pbmit-author-content .pbmit-author-name {
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.pbmit-author-content .pbmit-author-name a {
    color: #222;
}

/** 06 - Contact us **/
iframe {
    width: 100%;
    height: 450px;
}

.contact-section {
    padding: 100px 0 70px;
}

.contact-heading-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: var(--pbmit-secondary-color);
}

.contact-section_single .pbmit-ihbox-style-2 {
    margin-bottom: 48px;
}

.contact-form .pbmit-btn {
    padding: 11px 34px 11px;
}

label.error {
    background: red;
    color: white;
    border-radius: 0px 0 10px 10px;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 12px;
    display: block;
    margin-top: -30px;
    margin-right: 20%;
}

.message-status {
    margin-top: 30px;
}

/** 07 Comment Form **/
.select2-container {
    margin-bottom: 30px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 20px;
    color: #fff;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
    border-color: #fff transparent transparent transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 20px;
}

select.form-control {
    line-height: inherit;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--pbmit-global-color);
    color: #fff;
}

.form-style-1 .form-control,
.form-style-1 textarea {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    color: #fff;
}

.comment-form .comment-notes {
    margin-bottom: 25px;
    font-style: italic;
}

.form-control {
    background-color: #fff;
    color: #999999;
    height: 50px;
    line-height: 50px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: normal;
    border: 0;
    border-radius: 0px;
    border: 1px solid #e1eeff;
    margin-bottom: 30px;
    width: 100%;
}

.input-group .form-control {
    border: none;
}

.input-group-text {
    width: 30%;
    height: 60px;
    margin-left: -50px;
    line-height: normal;
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 36px;
    background-color: var(--pbmit-global-color);
    position: relative;
}

input:focus,
.form-control:focus {
    outline: none !important;
    border-color: var(--pbmit-global-color);
    box-shadow: none !important;
}

.form-select {
    padding: 12px 15px;
    font-size: 14px;
    color: #848484;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;

}

.form-select::before {
    content: '\f107';
    font-family: "pbminfotech-base-icons";
}

.form-select:focus {
    border-color: #eee;
    outline: 0;
    box-shadow: none;
}

.form-check {
    margin-right: 20px;
    color: var(--pbmit-white-color);
}

.form-check-label {
    color: var(--pbmit-body-typography-color);
}

.form-style-2 .form-control {
    margin-bottom: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    padding-left: 15px;
    border: none;
    border-radius: 0;
    color: var(--pbmit-white-color);
}

.form-style-2 textarea.form-control {
    line-height: inherit;
    height: auto;
}

.form-style-2 .form-control:focus {
    color: var(--pbmit-white-color);
}

.form-style-2 .pbmit-btn {
    width: 100%;
    padding: 15px;
    letter-spacing: 1px;
    line-height: 1.75;
    margin-bottom: 30px;
    font-weight: 700;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}

.form-style-2 .pbmit-btn:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
}

.form-style-2 .form-control::placeholder {
    color: rgb(255 255 255 / 66%);
}

.form-style-3 .form-control {
    height: inherit;
    line-height: inherit;
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 30px;
    margin-bottom: 25px;
    border-color: #c3c5c6;
}

.form-style-3 textarea.form-control {
    height: inherit;
}

.form-style-3 .form-control::placeholder {
    color: #999999;
}

form .form-control::placeholder {
    color: #999999;
}

.footer form::placeholder {
    color: rgba(255, 255, 255, 66%);
}


#btnPhoneNumber {
    display: inline;
}

#btnPhoneNumberMobile {
    display: none;
}

#apiEscritorio {
    display: block;
}

#apiMovil {
    display: none;
}

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-top: 48px;
    transition: 0.3s;
}

@media (max-width: 991px) {
    #btnPhoneNumber {
        display: none;
    }

    #btnPhoneNumberMobile {
        display: block;
    }

    #apiEscritorio {
        display: none;
    }

    #apiMovil {
        display: block;
    }
}

.ajusteBg {
    background-size: 100% 100%;
}

/* Sticky Style */
.sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-top: 0px;
    background-color: #ffffff;
    box-shadow: 10px 0px 49px rgba(25, 7, 89, 0.08);
    transition: 0.3s;
}

.sticky-header.sticky .main-menu>ul>li>a {
    line-height: 90px;
}

.sticky-header.sticky .social-icon li a {
    line-height: 80px;
}

.sticky-header.sticky .header-button {
    line-height: 80px;
}

*,
::after,
::before {
    box-sizing: border-box !important;
}

.selectable-img {
    border: 2px solid transparent;
    /* Normal state */
    transition: border-color 0.3s ease;
}

.selectable-img.selected {
    border-color: var(--pbmit-global-color);
    /* Cambia el color del borde (azul, por ejemplo) */
    box-shadow: 0 0 10px var(--pbmit-global-color);
    /* Añade un efecto visual */
}

.selectable-img1 {
    border: 2px solid transparent;
    /* Normal state */
    transition: border-color 0.3s ease;
}

.selectable-img.selected1 {
    border-color: var(--pbmit-global-color);
    /* Cambia el color del borde (azul, por ejemplo) */
    box-shadow: 0 0 10px var(--pbmit-global-color);
    /* Añade un efecto visual */
}

@media (max-width: 991px) {
    .ajusteBg {
        background-size: 230% 100%;
    }

    .ajusteBgGota {
        background-size: 150% 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-wrapper {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-wrapper {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header-wrapper {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .header-wrapper {
        margin-top: 20px;
    }
}

/* Section Heading */
.section-head .title {
    font-size: 60px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
}

@media only screen and (max-width: 767px) {
    .section-head .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .section-head .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 479px) {
    .section-head .title {
        font-size: 30px;
    }
}

.section-head .title-two {
    font-size: 48px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
}

@media only screen and (max-width: 767px) {
    .section-head .title-two {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .section-head .title-two {
        font-size: 30px;
    }
}

.section-head .subtitle {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.9;
    color: #e62f34;
    /* color: #A1A9A9; */
    text-transform: uppercase;
    letter-spacing: 8px;
}

.section-head .subtitleHome {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.9;
    color: #e62f34;
    /* color: #A1A9A9; */
    text-transform: uppercase;
    letter-spacing: 8px;
}

@media only screen and (max-width: 767px) {
    .section-head .subtitle {
        font-size: 16px;
        letter-spacing: 4px;
    }

    .section-head .subtitleHome {
        font-size: 16px;
        letter-spacing: 4px;
    }
}

.section-head .text {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    color: #8d8e99;
    margin-top: 30px;
    max-width: 510px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-head .text {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .section-head .text {
        font-size: 18px;
        margin-top: 20px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .section-head .text {
        font-size: 16px;
        margin-top: 20px;
    }
}

.section-head .text-two {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #54545f;
    margin-top: 40px;
    max-width: 510px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-head .text-two {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .section-head .text-two {
        font-size: 16px;
        margin-top: 20px;
        max-width: 100%;
    }
}

.section-head.section-title-center {
    margin-bottom: 90px;
    margin-top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-head.section-title-center {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-head.section-title-center {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .section-head.section-title-center {
        margin-bottom: 60px;
    }
}

.section-head.section-title-center .text {
    max-width: 648px;
}

.header-right_actions {
    margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right_actions {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .header-right_actions .header-social {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .header-right_actions .header-social {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .home-two-header-right {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .home-two-header-right .hamburger {
        margin-left: 10px;
    }
}

.header-button .btn {
    background: transparent;
    border: 3px solid #4526b1;
    color: #1c1c1c;
    border-radius: 30px;
    padding: 17px 35px;
    line-height: 1;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .header-button .btn {
        padding: 11px 14px;
        border-width: 2px;
        font-size: 14px;
    }
}

.header-button .btn:focus {
    box-shadow: none;
}

.header-button .btn:hover span {
    color: white;
}

.header-button .btn span {
    position: relative;
    z-index: 3;
    color: #1c1c1c;
}

.header-color {
    height: 90px;
    background: linear-gradient(#9f979766, 50%, #fff);
}

.size-services-col {
    height: 320px !important;
}

.size-services-cuadrado {
    height: 290px !important;
}

/* Main Menu Style */
.main-menu>ul>li {
    /* display: inline-flex; */
    margin-right: 50px;
}

.main-menu .active {
    text-decoration: underline;
    text-decoration-color: var(--pbmit-global-color);
}

.main-menu>ul>li:last-child {
    margin-right: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .main-menu>ul>li {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu>ul>li {
        margin-right: 25px;
    }
}

.main-menu>ul>li>a {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 50px;
    cursor: pointer;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    position: relative;
    transition: 0.3s;
}

.main-menu>ul>li:hover>a {
    color: var(--pbmit-global-color);
}

.main-menu .has-children {
    position: relative;
}

.main-menu .has-children>.sub-menu {
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 6px -3px;
    /* width: 160px; */
    width: 200px;
    transform-origin: 0 0 0;
    transform: scaleY(0);
    transition: all 0.3s ease-in-out;
    z-index: 9;
    padding-left: 0;
    top: 100%;
    padding: 20px;
}

.main-menu .has-children>.sub-menu>li {
    margin-bottom: 10px;
}

.main-menu .has-children>.sub-menu>li:last-child {
    margin-bottom: 0;
}

.main-menu .has-children>.sub-menu>li a {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1c1c1c;
}

.main-menu .has-children>.sub-menu>li:hover a {
    color: #e62f34;
    padding-left: 5px;
    transition: 0.3s;
}

.main-menu .has-children:hover>.sub-menu {
    transform: scaleY(1);
}

/* Social Icon Style */
.social-icon li {
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-icon li {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-icon li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .social-icon li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .social-icon li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .social-icon li {
        margin-right: 10px;
    }
}

.social-icon li:last-child {
    margin-right: 0px;
}

.social-icon li a {
    font-size: 20px;
}

@media only screen and (max-width: 479px) {
    .social-icon li a {
        font-size: 16px;
    }
}

/* Hamburger Style */
.hamburger {
    margin-left: 20px;
}

.hamburger_button {
    line-height: 100px;
    position: relative;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.hamburger_button span {
    list-style: none;
    width: 20px;
    height: 2px;
    background: #1c1c1c;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    transition: 0.9s;
}

.hamburger_button span:nth-of-type(1) {
    top: 20%;
}

.hamburger_button span:nth-of-type(2) {
    top: 50%;
}

.hamburger_button span:nth-of-type(3) {
    top: 80%;
}

.hamburger_button.open span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg) rotateY(180deg);
}

.hamburger_button.open span:nth-of-type(2) {
    width: 0;
}

.hamburger_button.open span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
}

.hamburger_button:hover span {
    background: #e62f34;
}

/* Mobile Menu Style */
.mobile-menu li {
    display: block;
    position: relative;
}

.mobile-menu li a {
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    color: #1c1c1c;
}

.mobile-menu li a:hover {
    color: #e62f34;
}

.mobile-menu li.menu-item-has-children .menu-expand {
    line-height: 50;
    top: -7px;
    right: 0%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.mobile-menu li.menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #1c1c1c;
    transition: all 250ms ease-out;
    float: right;
}

.mobile-menu li.menu-item-has-children .menu-expand i::before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    transform: rotate(90deg);
    border-bottom: 1px solid #1c1c1c;
    transition: 0.4s;
}

.mobile-menu li.menu-item-has-children.active>.menu-expand i::before {
    transform: rotate(0);
}

.mobile-menu li ul li a {
    padding: 5px 15px 5px;
    font-size: 15px;
    font-weight: 400;
}

.mobile-menu li ul li a:hover {
    color: #e62f34;
}

.mobilemenu-close {
    padding: 0 !important;
    color: #1c1c1c !important;
    opacity: 1 !important;
    margin: 0 !important;
}

/* =============================
    2.2 - Slider Style
================================ */
.slingle-slider {
    /* height: 1080px; */
    height: 525px;
    position: relative;
    overflow: hidden;
}

.colorPagina {
    background: var(--pbmit-global-color);
}




@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .slingle-slider {
        height: 520px !important;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider {
        height: 280px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider {
        height: 950px !important;
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider {
        height: 800px !important;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider {
        /* height: 880px; */
        height: 400px !important;
    }
}

.slingle-slider .shape {
    position: absolute;
}

.slingle-slider .shape-one {
    top: 270px;
    left: 145px;
    z-index: 1;
    -webkit-animation: moveupdown 2s infinite alternate;
    animation: moveupdown 2s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .shape-one {
        top: 180px;
        left: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-one {
        top: 134px;
        left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-one {
        top: 110px;
        left: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-one {
        display: none;
    }
}

.slingle-slider .shape-two {
    top: 358px;
    left: 50%;
    margin-left: -20px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-two {
        top: 250px;
        left: 36%;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-two {
        top: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-two {
        display: none;
    }
}

.slingle-slider .shape-three {
    bottom: 220px;
    left: 50%;
    margin-left: -80px;
    z-index: 1;
    -webkit-animation: moveupdown 2s infinite alternate;
    animation: moveupdown 2s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-three {
        left: 36%;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-three {
        bottom: 470px;
        left: 14%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-three {
        display: none;
    }
}

.slingle-slider .shape-four {
    bottom: 110px;
    right: 314px;
    z-index: 1;
    -webkit-animation: moveleftright 2s infinite alternate;
    animation: moveleftright 2s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-four {
        bottom: 200px;
        right: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-four {
        bottom: 45px;
        right: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-four {
        display: none;
    }
}

.slingle-slider .shape-five {
    top: 178px;
    right: 100px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-five {
        top: 90px;
        right: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-five {
        top: 90px;
        right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-five {
        display: none;
    }
}

.slingle-slider .shape-six {
    left: 0;
    bottom: 60px;
    z-index: 1;
    -webkit-animation: moveleftrightwo 2s infinite alternate;
    animation: moveleftrightwo 2s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-six {
        bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-six {
        left: -68px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-six {
        left: -50px;
        display: none;
    }
}

.slingle-slider .shape-seven {
    left: 0;
    top: 0;
}

.slingle-slider .shape-eight {
    left: 0;
    bottom: 0;
}

.slingle-slider .shape-nine {
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-nine {
        bottom: -262px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-nine {
        bottom: -262px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-nine {
        bottom: -262px;
        right: -270px;
    }
}

.slingle-slider .shape-ten {
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-ten {
        bottom: -205px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-ten {
        bottom: -205px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-ten {
        bottom: -205px;
        right: -220px;
    }
}

.slingle-slider .slider-content-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 2;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content-wrapper {
        align-items: flex-start;
        padding-top: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-content-wrapper {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content-wrapper {
        padding-top: 100px;
    }
}

.slingle-slider .slider-content .title {
    font-size: 72px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
}

.slingle-slider .slider-content .titleSlider {
    color: #e62f34;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .slider-content .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .title {
        font-size: 36px;
    }
}

.slingle-slider .slider-content .subtitle {
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.9;
    color: #e62f34;
    /* color: #A1A9A9; */
    text-transform: uppercase;
    letter-spacing: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content .subtitle {
        font-size: 20px;
        letter-spacing: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .subtitle {
        font-size: 18px;
        letter-spacing: 3px;
    }
}

.slingle-slider .slider-content .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #54545f;
    margin-top: 30px;
    max-width: 510px;
}

.slingle-slider .slider-content .textSlider {
    color: black;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content .text {
        font-size: 20px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .text {
        font-size: 16px;
        margin-top: 10px;
    }
}

.slingle-slider .slider-content .btn {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content .btn {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .btn {
        margin-top: 10px;
    }
}

.slingle-slider .slider-image {
    position: relative;
}

.slingle-slider .slider-image .slider-image-one {
    position: absolute;
    right: 0;
    top: -90px;
    margin-right: -15px;
    z-index: 2;
}

.slingle-slider .slider-image .slider-image-one img {
    box-shadow: 25px 20px 41px rgba(69, 38, 177, 0.1), 26px 51px 41px rgba(69, 38, 177, 0.1);
    border-radius: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-image .slider-image-one {
        top: 30px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .slider-image .slider-image-one {
        top: 22px;
        width: 64%;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-image .slider-image-one {
        top: 30px;
        width: 64%;
        right: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-image .slider-image-one {
        top: 30px;
        width: 70%;
        right: 0px;
    }
}

.slingle-slider .slider-image .slider-image-two {
    position: absolute;
    left: 50px;
    top: 210px;
    z-index: 1;
}

.slingle-slider .slider-image .slider-image-two img {
    box-shadow: 25px 20px 41px rgba(69, 38, 177, 0.1), 26px 51px 41px rgba(69, 38, 177, 0.1);
    border-radius: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .slider-image .slider-image-two {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-image .slider-image-two {
        top: 190px;
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .slider-image .slider-image-two {
        top: 175px;
        left: 0px;
        width: 60%;
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-image .slider-image-two {
        top: 175px;
        left: 0px;
        width: 60%;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-image .slider-image-two {
        top: 175px;
        left: 0px;
        width: 66%;
    }
}

.slingle-slider .slider-image .shape-circle {
    top: 140px;
    left: 160px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .slider-image .shape-circle {
        left: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .slider-image .shape-circle {
        left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-image .shape-circle {
        top: 115px;
        left: 190px;
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-image .shape-circle {
        top: 100px;
        left: 80px;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-image .shape-circle {
        top: 110px;
        left: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        width: 160px;
    }
}

@media only screen and (max-width: 575px) {
    .logo {
        width: 140px;
    }
}

@media only screen and (max-width: 479px) {
    .logo {
        width: 130px;
    }
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-instagram li {
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.sidebar-instagram li a {
    display: block;
    position: relative;
}

.sidebar-instagram li a::after {
    background: #e62f34;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: 0.5s;
}

.sidebar-instagram li a .add-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: 0.5s;
}

.sidebar-instagram li a .add-action i {
    font-size: 24px;
    color: white;
    vertical-align: middle;
    line-height: 1;
}

.sidebar-instagram li a:hover::after {
    opacity: 0.5;
    visibility: visible;
    transition: 0.5s;
}

.sidebar-instagram li a:hover .add-action {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

.sidebar-social li a {
    height: 60px;
    width: 60px;
    font-size: 21px;
    display: block;
    color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.sidebar-social li .facebook {
    background-color: #1877f2;
}

.sidebar-social li .youtube {
    background-color: #FF0000;
}

.sidebar-social li .twitter {
    background-color: #1da1f2;
}

.sidebar-social li .linkedin {
    background-color: #0077b5;
}

.sidebar-social li .instagram {
    background-color: #405de6;
}

.sidebar-social li .whatsapp {
    background-color: #128C7E;
}

.sidebar-social li .whatsapp:hover {
    opacity: 0.5;
}

.sidebar-help-text {
    font-size: 21px;
    color: white;
    line-height: 1.5;
}

.sidebar-help-call {
    display: flex;
    align-items: center;
    margin-top: 90px;
}

.sidebar-help-call .icon {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c1c1c;
    transform: rotate(90deg);
    background-color: #fdd7d8;
    font-size: 21px;
    margin-right: 20px;
}

.sidebar-help-call .call-area {
    display: flex;
    flex-direction: column;
}

.sidebar-help-call .text {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    color: white;
    font-weight: 400;
}

.sidebar-help-call a {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    color: white;
    font-weight: 500;
}

.sidebar-help-call a:hover {
    color: #1c1c1c;
}

.sidebar-service li {
    margin-bottom: 10px;
    display: block;
}

.sidebar-service li:last-child {
    margin-bottom: 0px;
}

.sidebar-service li a {
    line-height: 1;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    padding: 20px 30px;
    display: block;
    width: 100%;
    background-color: #fdd7d7;
    border-radius: 5px;
}

.sidebar-service li a:hover,
.sidebar-service li a.active {
    background-color: #e62f34;
    color: white;
}

.sidebar-download li {
    display: block;
    margin-bottom: 10px;
}

.sidebar-download li:last-child {
    margin-bottom: 0px;
}

.sidebar-download li a {
    display: block;
    width: 100%;
    font-size: 18px;
}

.sidebar-download li a:hover {
    font-size: 18px;
}

/* Brand Color */
.facebook {
    color: #1877f2;
}

.facebook:hover {
    opacity: 0.6;
}

.youtube {
    color: #FF0000;
}

.youtube:hover {
    color: #fb8181;
}

.youtube-two {
    color: #FF0000;
}

.youtube-two:hover {
    color: #282828;
}


.whatsapp {
    color: #25D366;
}

.whatsapp:hover {
    /* color: #128C7E; */
    color: white;
}

.twitter {
    color: #1da1f2;
}

.twitter:hover {
    opacity: 0.6;
}

.linkedin {
    color: #0077b5;
}

.linkedin:hover {
    opacity: 0.6;
}

.instagram {
    color: #405de6;
}

.instagram:hover {
    opacity: 0.6;
}

.offcanvas {
    z-index: 9999;
    padding: 20px;
}

.offcanvas .btn-close {
    background: none;
    font-size: 20px;
}

.offcanvas .btn-close:focus {
    box-shadow: none;
}

.animation-style-01 .swiper-slide-active .shape-seven {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .shape-eight {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .shape-nine {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .shape-ten {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-content .subtitle {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-content .title {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-content .text {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-content .btn {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.08s;
    animation-delay: 0.08s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-image.slide-two-image {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-image .shape-circle {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-style-01 .swiper-slide-active .slider-shape {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sliderone-pagination {
    bottom: 55px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sliderone-pagination {
        bottom: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sliderone-pagination {
        bottom: 20px !important;
    }
}

@-webkit-keyframes moveupdown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

@keyframes moveupdown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

@-webkit-keyframes moveleftright {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes moveleftright {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30px);
    }
}

@-webkit-keyframes moveleftrightwo {
    0% {
        transform: translateX(10);
    }

    100% {
        transform: translateX(-5px);
    }
}

@keyframes moveleftrightwo {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30px);
    }
}

.sliderone-pagination {
    bottom: 55px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sliderone-pagination {
        bottom: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sliderone-pagination {
        bottom: 20px !important;
    }
}

/* .sliderone-pagination .swiper-pagination-bullet {
    background-color: #e2c4ff;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    opacity: 1;
    transition: 0.4s;
  } */
.sliderone-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 20px;
    background-color: #e62f34;
    transition: 0.4s;
}

.slidertwo-pagination {
    bottom: 18px;
    text-align: start;
    position: relative;
    margin: auto;
    line-height: 0.8;
}

.slidertwo-pagination .swiper-pagination-bullet {
    background-color: #e2c4ff;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    opacity: 1;
    transition: 0.4s;
    line-height: 1;
}

.slidertwo-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 20px;
    background-color: #e62f34;
    transition: 0.4s;
}

.imagen-header {
    width: 100%;
    height: 55px;
}

.fondo-header {
    background-color: black;
    height: 100%;
}

.texto-header {
    font-size: 12px;
    color: #ffffff;
    margin-left: 10px;
    font-weight: 500;
    margin-top: -5px;
}

.margin-top-header {
    margin-top: -35px;
}

.numero-header {
    color: rgb(169 164 164 / 46%);
    display: block;
    position: absolute;
    padding: 35px 0px 0px 0px;
}

@media only screen and (min-width: 1550px) {
    .slidertwo-pagination {
        max-width: 1300px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slidertwo-pagination {
        max-width: 1300px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slidertwo-pagination {
        max-width: 1116px;
        bottom: 20px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slidertwo-pagination {
        max-width: 938px;
        bottom: 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slidertwo-pagination {
        max-width: 698px;
    }
}

@media only screen and (max-width: 767px) {
    .slidertwo-pagination {
        max-width: 516px;
        bottom: -30px !important;
    }
}

@media only screen and (max-width: 575px) {
    .slidertwo-pagination {
        max-width: 100%;
        margin-right: 15px;
        margin-left: 15px;
        bottom: -30px !important;
    }
}

@media only screen and (max-width: 479px) {
    .slidertwo-pagination {
        max-width: 100%;
        margin-right: 15px;
        margin-left: 15px;
    }
}

/* Slider Two */
@media only screen and (max-width: 767px) {
    .slidertwo-style {
        padding-bottom: 30px;
    }
}

.slider-content-two {
    display: flex;
    flex-wrap: wrap;
    padding-top: 155px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-two {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-two {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-content-two {
        padding-top: 100px;
    }
}

.slider-content-two .slider-content {
    position: absolute;
    margin-top: 233px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-two .slider-content {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-two .slider-content {
        margin-top: 0px;
        max-width: 400px;
        left: 0;
        transform: none;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-two .slider-content {
        margin-top: 0px;
        position: relative;
        margin-bottom: 40px;
        left: 0;
        transform: none;
    }
}

.slider-content-two .slider-content .title {
    font-size: 72px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
    max-width: 650px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slider-content-two .slider-content .title {
        max-width: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-two .slider-content .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-content-two .slider-content .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .slider-content-two .slider-content .title {
        font-size: 36px;
    }
}

.slider-content-two .slider-content .subtitle {
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.9;
    /* color: #e62f34; */
    color: #A1A9A9;
    text-transform: uppercase;
    letter-spacing: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-content-two .slider-content .subtitle {
        font-size: 20px;
        letter-spacing: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .slider-content-two .slider-content .subtitle {
        font-size: 18px;
        letter-spacing: 3px;
    }
}

.slider-content-two .slider-content .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #54545f;
    margin-top: 30px;
    max-width: 440px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-content-two .slider-content .text {
        font-size: 20px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .slider-content-two .slider-content .text {
        font-size: 16px;
        margin-top: 10px;
    }
}

.slider-content-two .slider-content .btn {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-content-two .slider-content .btn {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .slider-content-two .slider-content .btn {
        margin-top: 10px;
    }
}

.slider-content-two .slider-image {
    z-index: 2;
    overflow: hidden;
    max-width: 64%;
    margin-right: 150px;
    margin-left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slider-content-two .slider-image {
        margin-right: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-content-two .slider-image {
        margin-right: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-two .slider-image {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-two .slider-image {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 5000px) {
    .video-section-six {
        padding: 345px 0px 250px 0px !important;
    }
}


@media only screen and (max-width: 767px) {
    .slider-content-two .slider-image {
        margin-right: 0px;
        max-width: 100%;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-content-two .slider-image {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .slider-content-two .slider-image {
        margin-right: 0px;
    }
}

.slider-content-two .slider-image img {
    width: 100%;
}

.slider-content-two .slider-shape {
    position: absolute;
    right: 0;
    top: 0%;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-two .slider-shape {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-two .slider-shape {
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-image .shape-circle {
        .animation-style-01 .swiper-slide-active .shape-seven {
            -webkit-animation-name: pulse;
            animation-name: pulse;
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .animation-style-01 .swiper-slide-active .shape-eight {
            -webkit-animation-name: pulse;
            animation-name: pulse;
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .animation-style-01 .swiper-slide-active .shape-nine {
            -webkit-animation-name: pulse;
            animation-name: pulse;
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .animation-style-01 .swiper-slide-active .shape-ten {
            -webkit-animation-name: pulse;
            animation-name: pulse;
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .animation-style-01 .swiper-slide-active .slider-content .subtitle {
            -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .animation-style-01 .swiper-slide-active .slider-content .title {
            -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
            -webkit-animation-delay: 0.04s;
            animation-delay: 0.04s;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .animation-style-01 .swiper-slide-active .slider-content .text {
            -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
            -webkit-animation-delay: 0.04s;
            animation-delay: 0.04s;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .animation-style-01 .swiper-slide-active .slider-content .btn {
            -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
            -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .animation-style-01 .swiper-slide-active .slider-image.slide-two-image {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
            -webkit-animation-delay: 0.04s;
            animation-delay: 0.04s;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .animation-style-01 .swiper-slide-active .slider-image .shape-circle {
            -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .animation-style-01 .swiper-slide-active .slider-shape {
            -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        top: 110px;
        left: 42px;
    }
}