@font-face {
    font-family: "SF-Pro-Display-Black";
    src: url("../fonts/SF-Pro-Display-Black.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-Heavy";
    src: url("../fonts/SF-Pro-Display-Heavy.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-Bold";
    src: url("../fonts/SF-Pro-Display-Bold.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-SemiBold";
    src: url("../fonts/SF-Pro-Display-SemiBold.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-Medium";
    src: url("../fonts/SF-Pro-Display-Medium.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-Regular";
    src: url("../fonts/SF-Pro-Display-Regular.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-Light";
    src: url("../fonts/SF-Pro-Display-Light.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SF-Pro-Display-SemiBold";
    text-transform: capitalize;
}

p,
ul {
    font-family: "SF-Pro-Display-Regular";
    margin: 0;
    padding: 0;
    list-style: none;
}

span,
input,
textarea,
a,
button {
    font-family: "SF-Pro-Display-Medium";
    margin: 0;
    padding: 0;
}

.container-wrapper,
.mynav .container-wrapper {
    width: 100%;
    max-width: 1720px;
    padding: 0 60px;
    margin: 0 auto
}

.modal-body,
.mynav .navbar,
.navbar-navigation nav .container-wrapper,
.style-links ul,
s* {
    padding: 0
}

a.web-black-btn:hover,
a.web-white-btn:hover {
    background-color: transparent;
    transition: .5s
}

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-display: swap;
}

/* .four-boxes-full .logo-details {} */

.four-boxes-full .logo-details img {
    width: 40%;
}

.site-logo img.logoone {
    width: 50%;
    height: auto;
}

footer .desclaimer-para {
    margin: 30px 0px 10px;
}

footer .desclaimer-para p {
    width: 100%;
    font-size: 12px !important;
    line-height: 17px !important;
    color: white !important;
}

.form-check-new {
    display: flex;
    align-items: start;
    width: 100%;
    margin: 10px 0px 0px 40px;
}

.form-check-new .form-check-check {
    border: 1px solid #e9e7e7 !important;
    padding: 8px !important;
    border-radius: 3px !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 5px 8px 0 0 !important;
    cursor: pointer !important;
    width: 15px !important;
    height: 15px !important;
    background: transparent !important;
}

.form-check-new .form-check-label {
    color: white;
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    opacity: 0.9;
    text-align: left;
}

.form-check-new.form-check-new-white .form-check-label {
    color: #fff;
}

.form.form-box .form-check-new,
.form-banner-bg .form-check-new {
    margin: 0px;
    width: 100%;
}

.services-banner-inner {
    display: none;
}


html body h1 {
    font-size: 60px;
    color: #000;
    font-weight: 700;
    line-height: 70px;
    /* text-transform: uppercase !important; */
}

.inner-page h1,
html body h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
}

html body h3 {
    font-size: 30px;
    color: #000;
    line-height: 30px;
    font-weight: 700;
}

html body h4 {
    font-size: 25px;
    color: #000;
    line-height: 25px;
    font-weight: 600;
}

html body h5 {
    font-size: 22px;
    color: #000;
    line-height: 22px;
    font-weight: 600;
}

html body h6 {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
}

.mynav .container-wrapper {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-blur {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
}

.custom-flex-box {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.custom-flex-box.lefts {
    justify-content: left
}

.lefts .two-boxes,
section.section1.pt-120-custom.custommobile-padding .three-boxes {
    margin: 0
}

.fifty-boxes-full,
.two-boxes-full {
    width: 50%
}

.item .text-banner .two-boxes-full {}

.item .text-banner .text-white {
    text-shadow: 1px 1px 2px #000;
    font-size: 60px;
    color: #000;
    font-weight: 700;
    line-height: 70px;
}

.row.customwidths .three-boxes,
.three-boxes-full {
    width: 33.3%
}

.four-boxes-full {
    width: 25%
}

.two-boxes {
    width: 48.1%;
    margin: 10px
}

.three-boxes {
    width: 31%;
    margin: 10px
}

.four-boxes {
    width: 23%;
    margin: 10px
}

.five-boxes {
    width: 18%;
    margin: 10px
}

.seventy-boxes-full {
    width: 70%
}

.thirty-boxes-full {
    width: 30%
}

.sixty-boxes-full {
    width: 60%
}

.fourty-boxes-full {
    width: 40%
}

.d-flexcustom {
    display: flex !important
}

a.web-black-btn,
a.web-red-btn,
a.web-white-btn {
    display: inline-block;
    padding: 10px 40px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
}

.border-bottom-custom-white {
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 18px 0
}

.position-service-image-right,
.text-center-customs {
    text-align: right
}

.sticky-wrapper .site-navbar,
a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a,
a:hover {
    text-decoration: none !important
}

.is-sticky .buttonstyle a {
    padding: 10px !important
}

.is-sticky .site-navbar .col-2:after {
    height: 63px
}

.customrelative,
.pos-relative-sections,
.positionimage-services-inner,
.sideimageonenew,
.site-navbar .col-2,
.site-navbar .site-navigation .site-menu .has-children,
.tab-pane {
    position: relative
}

.site-navbar-wrap .buttonstyle a {
    font-size: 16px !important
}

.site-navbar .col-2:after {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    border-right: 1px solid #fff;
    height: 65px;
    width: 1px;
    border-color: #707070;
    right: 0;
    top: -30px
}

.site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0
}

.form.form-box label,
.site-navbar .site-navigation .site-menu>li>a.active,
.site-navbar-wrap a,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
    color: #000
}

.site-navbar-wrap .site-navbar-top {
    font-size: .8rem
}

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.site-navbar {
    margin-bottom: 0;
    width: 100%
}

.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    padding: 0;
    position: relative
}

.site-navbar .site-logo a {
    font-weight: 200;
    color: #707070;
    font-size: 30px;
    text-transform: uppercase
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    padding-left: 0
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 400
}

.formfooter .btn,
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover,
.work-item,
.work-item:hover,
a.web-black-btn,
a.web-red-btn,
a.web-white-btn {
    text-decoration: none
}

.site-navbar .site-navigation .site-menu>li,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 5px
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 20px 10px;
    color: #fff;
    font-size: 17px;
    text-decoration: none !important;
    text-shadow: 1px 1px 2px #000
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #4ac495 !important
}

.site-navbar .site-navigation .site-menu>li:last-child,
.site-navbar .site-navigation .site-menu>li:last-child>a,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: icomoon
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
    background: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 4px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: 10px solid rgba(136, 183, 213, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #4ac495;
    margin-left: -10px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #343a40
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #007bff
}

.modal .form .btn,
.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active,
.text-white {
    color: #fff !important
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block
}

.navbar-navigation li.nav-item.dropdown ul.dropdown-menu.show li:hover a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #4ac495;
    color: #fff
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a {
    background: #ebeef0;
    color: #212529
}

.from-text h2 span,
.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover,
.site-mobile-menu .site-nav-wrap li.active>a,
.site-navbar .site-navigation .site-menu .has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:hover>a,
.tabscustom li button:hover,
.text-red {
    color: #4ac495
}

.site-navbar .site-navigation .site-menu .has-children:active,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:hover {
    cursor: pointer
}

.site-navbar .site-navigation .site-menu .has-children:active>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0;
    visibility: visible;
    opacity: 1
}

.site-mobile-menu {
    width: 250px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #000;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px 20px 150px;
    height: calc(100vh - 52px)
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.site-mobile-menu .site-nav-wrap a {
    padding: 8px 20px;
    display: block;
    position: relative;
    color: #fff
}

.icon-close2:before {
    content: "\e5cd";
    color: #fff
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: icomoon;
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 16px
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.site-mobile-menu .site-nav-wrap>li>ul>li,
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%
}

.sticky-wrapper+.site-blocks-cover {
    margin-top: 96px
}

.sticky-wrapper .site-navbar ul li.active a {
    color: #fff;
    font-weight: 700
}

.sticky-wrapper.is-sticky .site-navbar {
    background-color: #000;
    border-bottom: 1px solid #fff
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
    padding-right: 20px
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
    padding: 10px;
    color: #707070;
    font-size: 15px
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
    color: #fff !important;
    text-decoration: underline !important
}

.border-radius-50 {
    border-radius: 50px
}

a.web-white-btn {
    border-radius: 0;
    color: #000;
    border: 1px solid #fff;
    background-color: #fff
}

a.web-white-btn:hover {
    color: #fff;
    border: 1px solid #fff
}

a.web-black-btn {
    border-radius: 0;
    color: #fff;
    border: 1px solid #000;
    background-color: #000
}

a.web-black-btn:hover {
    color: #000;
    border: 1px solid #000
}

a.web-red-btn {
    color: #fff;
    border: 1px solid #4ac495;
    background-color: #4ac495;
    border-radius: 0
}

a.web-red-btn:hover {
    color: #4ac495;
    border: 1px solid #4ac495;
    background-color: #fff;
    transition: .5s
}

.banner-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%
}

.banner-image-style {
    background-image: url(../images/home-banner-image.html);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover
}

.border-bottom-white {
    border-bottom: 1px solid #fff
}

.padding-top-banner-home {
    padding-top: 200px
}

p.banner-style-home-para {
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
    width: 75%;
    line-height: 30px;
}

.btn-box .mr-2c,
p.client-rating img {
    margin-right: 10px
}

.box-flex-trust {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: 15px
}

.box-flex-trust p {
    margin-bottom: 0;
    background: #858585;
    color: #fff;
    font-size: 15px;
    padding: 12px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic
}

.trust-para {
    margin-left: 10px
}

.myinnerbannertwo {
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: end
}

.social a {
    display: block;
    margin-top: 10px
}

.text-banner {
    position: absolute;
    width: 100%
}

.position-slider-bottom {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 30%;
    bottom: -80px;
    display: flex;
    align-items: self-end
}

.position-slider-one-banner {
    position: relative;
    z-index: 0;
    /*change100vh*/
    height: 100% !important;
}

.img-thumb img {
    max-width: 200px;
    text-align: center;
    margin: 0 auto
}

.custom-slider,
.img-thumb {
    position: relative;
    z-index: 1
}

.img-thumb:after {
    position: absolute;
    background: url(../images/bookshaddow.webp) center/cover no-repeat;
    width: 100%;
    height: 18px;
    bottom: -5px;
    content: "";
    z-index: -1;
    left: 50%;
    transform: translateX(-50%)
}

.slider2 .owl-stage-outer {
    padding: 0px 0
}

.bannerstyles .two-boxes-full p,
.two-boxes-full h1 {
    text-shadow: 1px 1px 2px #000
}

.slider2 .owl-item {
    transition: transform .3s
}

.slider2 .owl-item.center .item img {
    transform: scale(1.1);
    transition: transform .3s;
    position: relative;
    bottom: 5px
}

.slider2 .owl-item.active.center .img-thumb:after {
    bottom: -15px
}

.slider2 .owl-item.center .item {
    bottom: 10px;
    position: relative
}

.is-sticky .border-bottom-white {
    border: 0
}

.is-sticky .site-navbar .site-navigation .site-menu>li>a {
    text-shadow: none;
    color: #fff !important
}

.w-70-mobile-full {
    width: 100%;
    margin: 0 auto
}

.w-50-mobile-full {
    width: 50%;
    margin: 0 auto
}

.w-60-mobile-full {
    width: 60%;
    margin: 0 auto
}

.w-80-mobile-full {
    width: 80%;
    margin: 0 auto
}

.w-90-mobile-full {
    width: 90%;
    margin: 0 auto
}

.pt-120-custom {
    padding-top: 120px
}

.pb-120-custom {
    padding-bottom: 120px
}

.mb-80-custom {
    margin-bottom: 80px
}

.mt-80-custom {
    margin-top: 80px
}

.text-darks {
    color: #262626
}

.stylecustom-subred {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px
}

.heading-style h2 {
    width: 100%;
    font-size: 40px;
    margin: 10px 0
}

.trust-img img,
section.section1.pt-120-custom.custommobile-padding .icontext img {
    width: 100px
}

section.section1.pt-120-custom.custommobile-padding .heading-style h2 , section.section1.pt-120-custom.custommobile-padding .heading-style h1 {
    width: 90%;
    /*font-size: 67px;*/
    /*line-height: 67px;*/
    font-size: 35px;
    line-height: 42px;
    margin: 0;
    padding-top: 10px;
    text-transform: initial !important;

}

section.section1.custommobile-padding.pos-relative-sections+section.sectionthree.mt-5 h2,
section.sectiontwo+section.sectionthree.pt-120-custom h2 {
    width: 100%;
    font-size: 105px;
    line-height: 95px !important;
    margin: 0
}

section.sectionbottom-iconbox+section.sectionthree h2 {
    width: 100%;
    font-size: 105px;
    line-height: 95px !important;
    text-transform: uppercase;
    margin: 0
}

.heading-style h2+h5 {
    color: #525252;
    font-size: 30px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cpadding-fonts {
    padding: 70px 0 0
}

/*.section1 .cpadding-fonts {
    padding: 100px 0 0 0 !important
}*/
/*section.section1.pt-120-custom.custommobile-padding .cpadding-fonts {
    padding-top: 0 !important;
}*/
section.section1.pt-120-custom.custommobile-padding .heading-style.mb-80-custom.cpadding-fonts,
section.servicesbanner+.section1 .heading-style.mb-80-custom {
    margin-bottom: 0px;
    /*    margin-top:30px;*/
}

section.section1.pt-120-custom.custommobile-padding .boxstyle-icons {
    padding: 10px 0px;
    text-align: left
}

section.bannerstyles+section.section1.pt-120-custom.custommobile-padding {
    padding-bottom: 30px
}

section.section1.pt-120-custom.custommobile-padding .three-boxes p {
    padding: 10px 0px;
}

.boxstyle-icons h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0;
    border-bottom: 1px solid #4ac495;
    margin-bottom: 0;
    margin-right: 10px;
}

.boxstyle-icons {
    padding: 18px;
    text-align: center
}

.three-boxes p {
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #262623;
    font-weight: 400
}

.bg-red-image h2,
.main-bgcta h2 {
    color: #fff;
    font-weight: 500;
    text-align: center
}

.zooms {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.main-bgcta {
    /* min-height: 500px; */
    width: 100%;
    background: #fff
}

.main-bgcta .customsstylefont {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url(../images/bg-image-cta.webp);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.main-bgcta .customsstylefont::before {
    content: '';
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.7;
}

.main-bgcta h2 {
    text-transform: initial;
    font-size: 50px;
    line-height: 55px
}

.bg-red-image h2,
.form .btn,
.form button.btn.btn-primary,
.formfooter .btn,
.portfolio-slider .content-area h2,
.text-footer p,
h5.customuppercase,
p.clientname {
    text-transform: uppercase
}

.main-bgcta .customsstylefont h2 {
    font-size: 40px !important;
    width: 80%;
    line-height: 50px !important;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 400;
}

.flex-centers {
    display: flex;
    align-items: center;
    justify-content: center
}

.custompadding-150 {
    padding: 150px 0
}

.bg-red-image h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0
}

.work-item {
    display: block;
    position: relative;
    height: 85vh;
    overflow: hidden
}

.work-item::before {
    content: " ";
    position: absolute;
    width: 100vw;
    height: 85vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 1;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

.work-item__image {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-75vh);
    -ms-transform: translateY(-75vh);
    transform: translateY(-75vh);
    top: 0;
    left: 0
}

.work-item:hover::before {
    background: rgba(0, 0, 0, .4);
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

.work-item__image img {
    transform: scale(1.3, 1.3)
}

.image-bottom-books {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.imagebooksnew img {
    width: 90%;
    text-align: center;
    margin: 200px auto 0;
    display: block
}

* {
    scrollbar-width: thin;
    scrollbar-color: #4ac495 #000000
}

::-webkit-scrollbar {
    width: 16px
}

::-webkit-scrollbar-track {
    background: #000
}

::-webkit-scrollbar-thumb {
    background-color: #4ac495;
    border-radius: 10px;
    border: 3px solid #4ac495
}

.boxcounts {
    border: 3px solid #dfdfdf;
    padding: 35px 20px;
    text-align: center
}

.boxcounts p {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
    color: #7d7d7d
}

.boxcounts h3 {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 700;
    color: #4ac495
}

h5.customuppercase {
    font-size: 25px;
    line-height: 30px
}

.boxcounts.border-rightzero {
    border-right: 0 !important
}

.mt-mb-seven {
    margin-top: 70px;
    margin-bottom: 70px
}

.imageone-slider {
    background-image: url("../images/bg-slider-portfolio1.webp")
}

.imagetwo-slider {
    background-image: url("../images/bg-slider-portfolio2.webp")
}

.imagethree-slider {
    background-image: url("../images/bg-slider-portfolio3.webp")
}

.portfolio-slider .content-area h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 25px
}

.portfolio-slider .content-area p {
    font-size: 18px;
    margin-bottom: 28px !important
}

.custom-slider {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden
}

.image-slider-tab {
    text-align: center;
    padding: 40px
}

.image-slider-tab img {
    max-width: 100% !important
}

.sideimageonenew::after {
    background-image: url(../images/portfolioslider-image3-2.webp);
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    background-position: right;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain
}

.tabscustom ul {
    text-align: center;
    margin: 0;
    justify-content: center
}

.tabscustom {
    margin: 30px 0 60px !important
}

.tabscustom li button {
    color: #000;
    font-size: 18px
}

.tabscustom li button.active {
    background: #4ac495 !important;
    border-radius: 0
}

.sectionbottom-iconbox .boxstyle-icons {
    text-align: left;
    padding: 18px
}

.sectionbottom-iconbox .boxstyle-icons h3 {
    border-bottom: 0;
    padding: 30px 0 20px
}

.sectionbottom-iconbox .boxstyle-icons .icontext img {
    width: 70px !important
}

.work-collection a {
    pointer-events: none
}

.myslidertestibox {
    background: #262626;
    padding: 40px
}

p.client-rating {
    text-align: right;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: end
}

p.clientname {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

.client-text p {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    margin: 0 auto
}

.text-footer a,
.text-footer p {
    font-size: 15px;
    color: #fff
}

.trustimgs {
    text-align: center
}

.trustimgs img {
    width: 300px !important;
    margin: 0 auto
}

.owl-carousel-center-testi .w-70-mobile-full,
.positionimage-services-inner.audiobookservicesimagesposition.bottomimages-sl img {
    width: 100%
}

.owl-carousel-center-testi .center .w-70-mobile-full {
    width: 90% !important
}

.owl-carousel-center-testi .center .w-70-mobile-full .myslidertestibox {
    background: url(../images/testibg.webp) 0 0/cover !important;
    width: 100%;
    height: 100%
}

.footer {
    background-color: #262626;
    padding: 50px 0 30px;
}

.footer .heading-style h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
}

.footer .heading-style p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600
}

.footer .heading-style h3 {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    padding: 20px 0
}

.box-flex-trust.innerservice-box-trusts p,
.form p.small {
    font-size: 12px
}

.formfooter input {
    height: 45px;
    background: 0 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-align: left
}

.formfooter button.btn.btn-primary {
    text-align: center;
    margin: 20px auto 0;
    display: block;
    border-radius: 0;
    background: #4ac495;
    border-color: #4ac495;
    width: 180px
}

.formfooter button.btn.btn-primary:hover {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.formfooter input::placeholder {
    color: #fff;
    opacity: .5
}

.modal input::placeholder {
    color: #000 !important;
    opacity: .5
}

.modal .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    display: block;
    color: #000 !important
}

.modal .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #000 !important
}

.formfooter .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: none;
    outline: 0;
    box-shadow: none;
    background: 0 0;
    color: #fff
}

.text-footer p,
.topbtnsrights a {
    margin-bottom: 0
}

.text-footer {
    margin-left: 15px
}

.icofooter img {
    width: 24px
}

.logo-posfooter {
    position: absolute;
    bottom: -100px;
    text-align: center;
    opacity: .1;
    width: 100%
}

.logo-posfooter img {
    width: 80% !important;
    display: block;
    text-align: center;
    margin: 0 auto
}

hr.border-one {
    border-color: #fff
}

.form p.small a,
.logo-details p {
    color: #fff
}

.style-links h3 {
    color: #ffff;
    font-size: 22px;
    margin-bottom: 22px
}

.form p.small,
.mybottom p,
.rating-starsbanner h3 {
    margin-bottom: 0;
    color: #fff
}

.style-links ul li {
    padding-bottom: 8px
}

.style-links ul li a {
    color: #fff;
    font-size: 15px
}

.logo-details p {
    margin-top: 20px;
    padding-right: 60px;
    font-size: 15px
}

.style-links h3.c-mb {
    margin-top: 45px
}

.mybottom p {
    text-align: center;
    padding-top: 30px
}


.fullvhcustom,
.position-one-back.btop img {
    height: 100vh
}

.heighthundrd,
.popupimage {
    height: 100%
}

.banner-padding-top {
    padding-top: 150px
}

.aroundservices-banner {
    justify-content: space-between;
    align-items: center
}

.positionimage-services-inner img {
    max-width: 100%
}

.audiobookservicesimagesposition {
    left: -80px
}

.content-style-services-banner h1 {
    color: #fff;
    font-size: 50px;
    line-height: 55px
}

.customul li {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    list-style: none;
    position: relative;
    padding: 0 0 15px 30px
}

.customul li:after {
    width: 21px;
    height: 19px;
    background: url(../images/checkico.webp) 0 0/contain no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0
}

.mt-customli {
    margin-top: 15px;
    margin-bottom: 5px
}

.form-banner-bg {
    padding: 30px 40px;
    border-radius: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgb(0 0 0 / 52%);
    border: 2px solid #fff;
    -webkit-box-shadow: inset 0 0 300px 52px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 300px 52px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 300px 52px rgba(0, 0, 0, .3)
}

.form-banner-bg h2 {
    color: #fff;
    font-size: 22px;
    LINE-HEIGHT: 28PX
}

.form p.small {
    text-align: center;
    margin-top: 20px;
    display: none !important
}

.box-flex-trust.innerservice-box-trusts {
    justify-content: space-between !important;
    width: 100%;
    margin-top: 20px
}

.rating-starsbanner {
    display: flex;
    align-items: center;
    padding: 18px 0
}

p.text-littlebig {
    font-size: 18px;
    color: black;
    line-height: 28px;
}

.services-banner {
    background-repeat: no-repeat;
    width: 100%
}

.form-banner-bg p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    MARGIN-BOTTOM: 10PX
}

.form label {
    color: #fff;
    font-size: 12px
}

.form .form-group {
    margin-bottom: 10px
}

.form .form-group input {
    height: 45px;
    border-radius: 0;
    background: 0 0;
    border: 2px solid #fff;
    color: #fff
}

.form .btn,
.form button.btn.btn-primary {
    color: #fff;
    border: 1px solid #4ac495;
    background-color: #4ac495;
    padding: 10px 40px 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    text-align: center;
    margin: 15px auto 0;
    display: block
}

.form button.btn.btn-primary:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent
}

.boxstyle-icons h4 {
    font-size: 23px;
    padding: 25px 0 20px
}

.section_bgctas.innerservicesize h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600
}

.section_bgctas.innerservicesize .w-70-mobile-full {
    width: 100% !important
}

.section_bgctas.innerservicesize p {
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
    text-align: center
}

.section_bgctas.innerservicesize .sixty-boxes-full {
    text-align: center;
    margin: 20px auto 0
}

.section_bgctas.innerservicesize .sixty-boxes-full .custom-flex-box p {
    text-align: left !important;
    padding: 0 20px
}

.position-service-image-right {
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat !important;
    background-position: right !important
}

.cs-padding {
    padding: 111px 0
}

hr.reds {
    border: 1px solid #4ac495;
    opacity: 1;
    border-top: 0
}

.customul ul {
    padding-left: 0
}

.content-style-services-banner h1,
.content-style-services-banner ul li {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .6)
}

.audiobg {
    background: url(../images/audio-bg-services-one.webp)
}

.audiobook-page-banner {
    background-image: url('../images/slider-33.webp')
}

.bookwriting-page-banner {
    background: url(../images/slider-66.webp)
}

.bookmarketing-page-banner {
    background: url(../images/slider-55.webp)
}

.bookpublishing-page-banner {
    background: url(../images/slider-22.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 150px 0px 70px;
}

.bookediting-page-banner {
    background: url(../images/slider-44.webp)
}

.bookcover-page-banner {
    background: url(../images/book-cover-banner-image.webp)
}

.bookwrinting-page-banner {
    background: url(../images/book-printing-services-banner.webp)
}

.booktrailor-page-banner {
    background: url(../images/Book-trailor-Service-banner.webp)
}

.webandseopage {
    background: url(../images/web-design-seo-page.webp)
}

.blog-pagebanner {
    background: url(../images/blog-design-page-banner.webp)
}

.webcontent-pagebanner {
    background: url(../images/web-content-page-design.webp)
}

.page-banner-default {
    background: url(../images/image-banner-back.webp)
}

.illustrationserbg {
    background: url(../images/illustartorbg-service.webp);
    overflow: hidden
}

.services-banner {
    position: relative;
    z-index: 1;
}

.services-banner::before {
    content: '';
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}

/*Banner Published Form Css*/
.banner-inner-published-form {
    background: #fff;
    width: 80%;
    border-radius: 0;
    box-shadow: 0 0px 15px -5px #fff;
    padding: 20px 20px;
    margin: 0 auto;
}

.banner-inner-published-form h4 {
    color: #4ac495;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 10px;
}

.banner-inner-published-form .form-group {
    margin: 0 0 10px;
}

.banner-inner-published-form .form-group.form-group-last {
    margin: 0;
}

.banner-inner-published-form .form-group .form-select {
    font-family: "SF-Pro-Display-Medium";
    background-color: #fbfbfb;
    color: #000;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    border: 2px solid #e9e7e7;
    outline: none;
    box-shadow: none;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
}

.banner-inner-published-form .form-group-select {
    margin: 10px 0;
}

.banner-inner-published-form .form-group-select .heading-six {
    color: #000;
    margin: 0 0 10px;
}

.banner-inner-published-form .form-group-select .form-check-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check {
    margin: 0 5px 7px;
    width: 45%;
    display: flex;
    align-items: center;
    padding: 0;
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-input {
    background-color: #fbfbfb;
    border: 1px solid #e9e7e7 !important;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-input:checked[type="checkbox"] {
    background-color: #4ac495;
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.banner-inner-published-form .form-group input {
    background: #fbfbfb;
    color: #000;
    font-size: 16px;
    width: 100%;
    height: 45px;
    border: 2px solid #e9e7e7;
    border-radius: 0px;
    padding: 10px 8px;
}

.banner-inner-published-form .form-group input:placeholder {
    color: #b2b2b2;
    font-size: 16px;
}

.banner-inner-published-form .form-group button.submit-btn {
    background: #4ac495;
    color: #fff;
    border: 2px solid #4ac495;
    font-size: 18px;
    width: 175px;
    height: 45px;
    border-radius: 0px;
    padding: 8px 10px;
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.banner-inner-published-form .form-group button.submit-btn:hover {
    background: transparent;
    color: #4ac495;
    border: 2px solid #4ac495;
    /* transform: scale(0.9); */
}

.banner-inner-published-form .form-check-new {
    margin: 10px 0px;
}

.banner-inner-published-form .form-check-new label.form-check-label {
    color: black;
}

/*Banner Published Form Css*/

.abouts {
    background: url(../images/aboutbg.webp);

}

#contact-popup button.close img {
    max-width: 15px;
    filter: brightness(15) invert(1)
}

#contact-popup button.close {
    position: absolute;
    right: -15px;
    background: #4ac495;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    color: #fff;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none;
    top: -15px
}

.form-box {
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
    border-radius: 30px;
    padding: 50px !important;
    background: #fff
}

.from-text h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 18px;
    color: #6d6d6d
}

.from-text h6 {
    font-weight: 400;
    color: #6d6d6d
}

.form.form-box input {
    border: 1px solid #707070;
    color: #707070
}

.form.form-box button.btn.btn-primary:hover {
    border: 1px solid #4ac495;
    background-color: transparent;
    color: #4ac495
}

.form.form-box {
    margin: 30px 40px 80px 41px
}

.modal-header {
    position: absolute;
    right: 10px;
    padding: 0;
}

.modal-header button span {
    font-size: 20px;
    line-height: 20px
}

.popupimage {
    position: relative;
    text-align: center;
    vertical-align: bottom;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.modal-content {
    background: #eaeaea;
    background: linear-gradient(90deg, #eaeaea 0, #fbfbfb 100%)
}

.position-one-back {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    z-index: -1
}

.mycenteroff .custom-flex-box {
    justify-content: inherit;
    margin-bottom: 20px
}

.footer .heading-style {
    padding: 50px 40px;
    border-radius: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgb(0 0 0 / 52%);
    border: 2px solid #fff;
    -webkit-box-shadow: inset 0 0 300px 52px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 300px 52px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 300px 52px rgba(0, 0, 0, .3);
    margin: 10px 0
}

.navbar-navigation li.nav-item.dropdown ul.dropdown-menu.show {
    width: 200px
}

.navbar-navigation li.nav-item.dropdown ul.dropdown-menu.show a {
    padding: 5px 10px;
    display: block;
    font-size: 14px
}

.navbar-navigation li.nav-item.dropdown ul.dropdown-menu.show li a:hover {
    background: #4ac495;
    color: #fff !important
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    display: block;
    color: #fff !important
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #fff !important
}

.formfooter .btn {
    margin: 15px auto 0;
    color: #fff;
    border: 1px solid #4ac495;
    background-color: #4ac495;
    padding: 10px 40px 6px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    text-align: center;
    display: block;
    width: 200px
}

.work-collection+.sectionthree.pt-120-custom+section.mt-mb-seven+section.sectionthree .fourty-boxes-full .text-center {
    text-align: right !important
}

.section_bgctas.innerservicesize .sixty-boxes-full .custom-flex-box {
    align-items: center
}

.form-group.iti-group.mb-3 {
    text-align: center !important
}

.abouts .custom-flex-box.aroundservices-banner.banner-padding-top {
    position: inherit;
    top: inherit;
    transform: inherit;
}

.rightoff .position2back img,
.section_bgctas .sixty-boxes-full {
    width: 80%
}

.pos-absol-right-image-services img {
    width: 95%
}

.four-boxes-full.customwfooter {
    width: 13%
}

.four-boxes-full.twentyninefull {
    width: 29%
}

.betweenspaces,
.custom-flex-box.aroundspace {
    justify-content: space-between
}

.style-links.mt-customsf {
    margin-top: 52px
}

.twentyninefull .col-lg-6:first-child ul {
    margin-bottom: 0 !important
}

.twentyninefull .col-lg-6:last-child ul {
    margin-top: 0 !important
}

.footer .iti {
    text-align: center;
    margin: 0 auto;
    display: block;
    justify-content: center;
    display: flex !important
}

.footer .iti__selected-flag {
    padding: 0 6px 0 38px !important
}

.footer input#pn,
.formfooter input#TextBoxPhoneFooter {
    padding-left: 70px !important
}

.servicesbanner+section.section1 .custom-flex-box .boxstyle-icons {
    display: flex;
    flex-direction: column
}

.servicesbanner+section.section1 .custom-flex-box .icontext {
    order: 1 !important
}

.servicesbanner+section.section1 .custom-flex-box h3 {
    order: 2 !important;
    padding: 0 0 25px;
    margin: 20px 0 0
}

.servicesbanner+section.section1 .custom-flex-box h4 {
    order: 3 !important;
    padding-bottom: 0
}

.servicesbanner+section.section1 .custom-flex-box p {
    order: 4 !important;
    padding-top: 5px !important
}

.servicesbanner+section.section1 .custom-flex-box.boxstyle-icons img {
    margin-top: 30px
}

.bannerstyles+section.section1 .custom-flex-box,
section.servicesbanner+section.section1 .custom-flex-box {
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.modal-header button {
    border: 0;
    background: #4ac495;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    line-height: 1;
    padding: 0 7px 4px
}

.myboxchangestylenew .boxstyle-icons h3 {
    border: none;
    font-weight: 400
}

.myboxchangestylenew .icontext img {
    width: 50px !important
}

.myboxchangestylenew .boxstyle-icons {
    display: grid;
    grid-template-columns: 12% 40% 48%;
    align-items: center;
    border-top: 1px solid #4ac495
}

.myboxchangestylenew .icontext {
    margin-right: 15px
}

.myboxchangestylenew .boxstyle-icons h3 span {
    display: block;
    font-size: 20px;
    font-weight: 700
}

.myboxchangestylenew {
    margin-top: 40px !important;
    margin-bottom: 40px;

}

h5.text-darks.mt-newcustoms-top {
    margin-top: 15px
}

.btn-box.topbtnsrights {
    display: flex;
    justify-content: end
}

.padding-csss .border-bottom-white {
    padding: 15px 0
}

.page-banner-default .fifty-boxes-full h2 {
    color: #fff;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
    margin-top: 20px
}

.page-banner-default .fifty-boxes-full {
    text-align: center;
    width: 100%;
    padding: 150px 0
}

.bannerh {
    height: 880px;

}

.custom-flex-box.myboxchangestylenew {
    justify-content: space-between;
}


.item .text-banner {
    height: 520px;
}

p.banner-style-home-para {
    min-height: 130px;
}

.share a {
    margin: 0 4px;
    display: inline-block;
}

.share {
    margin-top: 10px;
}

.share path {
    fill: #c5c5c5;
}

/*.custom-flex-box.lefts.padding-top-banner-home {
 
    min-height: 533px;
}*/

.site-navbar .site-navigation .site-menu>li>a {
    font-display: swap;
}

.bannerh .position-slider-bottom .container-wrapper {
    margin-bottom: 20px;
}

.footer .style-links ul {
    padding-left: 0;
}

.popupimage img {
    position: relative;
    bottom: -20px;
}

.modal-body {
    overflow: hidden;
}


section.section1.pt-120-custom.csone.custommobile-padding {
    padding-top: 80px;
}

.banner-image-slider {
    height: 850px !important;
    object-position: top !important;
    object-fit: cover !important;
    width: 100%;
    position: relative;
    z-index: -1;
}

.banner-image-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

section.sectionthree .w-70-mobile-full .custom-flex-box.align-items-center .sixty-boxes-full+.fourty-boxes-full .btn-box {
    display: none;
}

section.section1.pt-120-custom.custommobile-padding+section.sectiontwo+section.section1.cs-padding.custommobile-padding.pos-relative-sections h2 {
    line-height: 50px !important;
}

section.servicesbanner .fullvhcustom,
.position-one-back.btop img {
    height: 100%;

}

/*section.servicesbanner .services-banner .container-wrapper .custom-flex-box {
    padding-bottom: 50px
}
*/

section.servicesbanner .fullvhcustom,
.position-one-back.btop img {
    padding: 0 0 100px 0;
}

.scroll-up-sticky-bar {
    display: none;
}

/*section.servicesbanner{margin-bottom:100px;}*/


/*lpbutton*/
.buttonones a {
    color: #fff;
}

.buttonones a:hover {
    text-decoration: underline !important;
}

.buttonheader {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.buttonheader a {
    margin-bottom: 0;
    font-size: 13px;
}

.buttonheader .buttontwos a.web-black-btn:hover {
    background: #fff;
    border-color: #4ac495;
    color: #4ac495;
}

.inlineboxs svg {
    width: 20px;
    fill: #fff !important;
    color: #fff !important;
}

.buttonheader .btn-box .mr-2c,
p.client-rating img {
    margin-right: 10px;
    margin-left: 10px;
}

.inlineboxs {
    gap: 10px;
    display: flex;
}


.buttontwos a:hover svg {
    fill: #4ac495 !important;
    transition: .3s;
}

.buttonheader a {
    padding: 5px 10px 5px 10px !important;
}

.services-banner .form .form-group input::placeholder {
    color: white;
}



@media only screen and (max-width:767px) and (min-width:320px) {
    .text-banner h1.text-white {
        font-size: 21px !important;
        line-height: 29px !important;
    }

    .site-logo img.logoone {
        width: 130px;
    }

    .mb-80-custom {
        margin-bottom: 20px;
    }

    .site-navbar-wrap .mobileflexs {
        padding: 7px 0px 7px;
    }

    .form-check-new {
        width: 100%;
        margin: 10px 0px;
    }

    footer .desclaimer-para p {
        width: 100%;
    }

    .text-banner p.banner-style-home-para {
        padding: 0;
        font-size: 16px;
        line-height: 26px;
    }

    .box-flex-trust .trust-img img {
        margin: 10px auto;
    }

    h5.text-darks.mt-newcustoms-top {
        margin: 0px;
        font-size: 18px;
        line-height: 28px;
    }

    section.section1.pt-120-custom.custommobile-padding .heading-style.mb-80-custom.cpadding-fonts,
    section.servicesbanner+.section1 .heading-style.mb-80-custom {
        margin-bottom: 0px;
    }

    .myboxchangestylenew {
        margin-top: 30px !important;
        margin-bottom: 0px !important;
    }

    .myboxchangestylenew img {
        margin-bottom: 10px !important;
    }

    .myboxchangestylenew h3 {
        font-size: 20px !important;
        line-height: 27px;
        padding-bottom: 5px;
    }

    .myboxchangestylenew p {
        padding: 10px 0px !important;
    }

    .main-bgcta .section_bgctas {
        padding: 50px 0px !important;
        height: auto !important;
    }

    .main-bgcta .customsstylefont h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .main-bgcta {
        min-height: auto;
    }

    section.section1.pt-120-custom.custommobile-padding+section.sectiontwo+section.section1.cs-padding.custommobile-padding.pos-relative-sections h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .heading-style h2 {
        font-size: 21px !important;
        line-height: 31px !important;
    }

    .footer .heading-style {
        padding: 30px 20px;
    }

    footer .footer .heading-style h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .footer .heading-style h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .footer .heading-style p {
        font-size: 17px;
        line-height: 25px;
    }

    .heading-style {
        padding: 0px;
    }

    .lg-mb-30 {
        padding: 0px !important;
    }

    .banner-inner-published-form {
        width: 100%;
        margin: 20px auto;
    }

    .banner-inner-published-form h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .banner-inner-published-form .form-group-select .heading-six {
        font-size: 15px;
        line-height: 25px;
    }

    .banner-inner-published-form .form-group-select .form-check-flex {
        display: block;
    }

    .banner-inner-published-form .form-group-select .form-check-flex .form-check {
        width: 100%;
    }

    .banner-inner-published-form .form-group button.submit-btn {
        width: 100%;
    }

    .bookpublishing-page-banner {
        padding: 100px 0px 50px;
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .text-banner h1.text-white {
        font-size: 45px !important;
        line-height: 48px !important;
    }

    .text-banner p.banner-style-home-para {
        padding: 0;
        font-size: 18px;
        line-height: 28px;
    }

    .box-flex-trust .trust-img img {
        margin: 10px auto;
    }

    h5.text-darks.mt-newcustoms-top {
        margin: 0px;
        font-size: 18px;
        line-height: 28px;
    }

    section.section1.pt-120-custom.custommobile-padding .heading-style.mb-80-custom.cpadding-fonts,
    section.servicesbanner+.section1 .heading-style.mb-80-custom {
        margin-bottom: 0px;
    }

    .myboxchangestylenew {
        margin-top: 30px !important;
        margin-bottom: 0px !important;
        display: grid !important;
        grid-template-columns: 48% 48%;
        gap: 20px;
    }

    .myboxchangestylenew img {
        margin-bottom: 10px !important;
    }

    .myboxchangestylenew h3 {
        font-size: 20px !important;
        line-height: 27px;
        padding-bottom: 5px;
    }

    .myboxchangestylenew p {
        font-size: 14px;
        padding: 10px 0px !important;
        line-height: 24px !important;
    }

    .main-bgcta .section_bgctas {
        padding: 80px 0px !important;
        height: auto !important;
    }

    .main-bgcta .customsstylefont h2 {
        font-size: 35px !important;
        line-height: 42px !important;
    }

    .main-bgcta {
        min-height: auto;
    }

    section.section1.pt-120-custom.custommobile-padding+section.sectiontwo+section.section1.cs-padding.custommobile-padding.pos-relative-sections h2 {
        font-size: 33px !important;
        line-height: 43px !important;
    }

    .heading-style h2 {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .footer .heading-style {
        padding: 30px 20px !important;
    }

    footer .footer .heading-style h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .footer .heading-style h3 {
        font-size: 28px !important;
        line-height: 35px !important;
    }

    .footer .heading-style p {
        font-size: 20px !important;
        line-height: 30px !important;
        font-weight: 400 !important;
    }

    .heading-style {
        padding: 0px !important;
    }

    .lg-mb-30 {
        padding: 0px !important;
    }

    .myboxchangestylenew .three-boxes:nth-child(2) .boxstyle-icons {
        margin: 0px !important;
    }

    /* .myboxchangestylenew .three-boxes .boxstyle-icons {} */

    .myboxchangestylenew .three-boxes:nth-child(3) .boxstyle-icons {
        border-bottom: 1px solid #4ac495 !important;
    }

    .footer .custom-flex-box {
        display: grid !important;
        grid-template-columns: 48% 48% !important;
        text-align: left !important;
    }

    .footer .custom-flex-box .share {
        justify-content: left !important;
    }

    .footer .style-links .custom-flex-box {
        display: flex !important;
        justify-content: left !important;
        gap: 20px !important;
    }

    .footer {
        padding: 30px 0px !important;
    }

    .footer .mybottom p {
        padding: 0px !important;
    }

    .banner-inner-published-form {
        width: 100%;
        margin: 20px auto;
    }

    .banner-inner-published-form h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .banner-inner-published-form .form-group-select .heading-six {
        font-size: 15px;
        line-height: 25px;
    }

    .banner-inner-published-form .form-group-select .form-check-flex {
        display: block;
    }

    .banner-inner-published-form .form-group-select .form-check-flex .form-check {
        width: 100%;
    }

    .banner-inner-published-form .form-group button.submit-btn {
        width: 100%;
    }

    .bookpublishing-page-banner {
        padding: 100px 0px 50px;
    }
}

@media only screen and (max-width:1050px) and (min-width:992px) {

    .text-banner h1.text-white {
        font-size: 45px !important;
        line-height: 48px !important;
    }

    .text-banner p.banner-style-home-para {
        padding: 0;
        font-size: 18px;
        line-height: 28px;
    }

    .box-flex-trust .trust-img img {
        margin: 10px auto;
    }

    h5.text-darks.mt-newcustoms-top {
        margin: 0px;
        font-size: 18px;
        line-height: 28px;
    }

    section.section1.pt-120-custom.custommobile-padding .heading-style.mb-80-custom.cpadding-fonts,
    section.servicesbanner+.section1 .heading-style.mb-80-custom {
        margin-bottom: 0px;
    }

    .myboxchangestylenew {
        margin-top: 30px !important;
        margin-bottom: 0px !important;
    }

    .myboxchangestylenew img {
        margin-bottom: 10px !important;
    }

    .myboxchangestylenew h3 {
        font-size: 20px !important;
        line-height: 27px;
        padding-bottom: 5px;
    }

    .myboxchangestylenew p {
        font-size: 14px;
        padding: 10px 0px !important;
        line-height: 24px !important;
    }

    .main-bgcta .section_bgctas {
        padding: 80px 0px !important;
        height: auto !important;
    }

    .main-bgcta .customsstylefont h2 {
        font-size: 35px !important;
        line-height: 42px !important;
    }

    .main-bgcta {
        min-height: auto;
    }

    section.section1.pt-120-custom.custommobile-padding+section.sectiontwo+section.section1.cs-padding.custommobile-padding.pos-relative-sections h2 {
        font-size: 27px !important;
        line-height: 35px !important;
    }

    .heading-style h2 {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .footer .heading-style {
        padding: 30px 20px !important;
    }

    footer .footer .heading-style h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .footer .heading-style h3 {
        font-size: 28px !important;
        line-height: 35px !important;
    }

    .footer .heading-style p {
        font-size: 20px !important;
        line-height: 30px !important;
        font-weight: 400 !important;
    }

    .heading-style {
        padding: 0px !important;
    }

    .lg-mb-30 {
        padding: 0px !important;
    }

    .myboxchangestylenew .three-boxes:nth-child(2) .boxstyle-icons {
        margin: 0px !important;
    }

    .myboxchangestylenew .three-boxes .boxstyle-icons {
        display: grid;
        border-bottom: 1px solid #4ac495;
        border-top: 0px;
        grid-template-columns: 100%;
    }

    .myboxchangestylenew .three-boxes:nth-child(3) .boxstyle-icons {
        border-bottom: 1px solid #4ac495 !important;
    }

    .footer .custom-flex-box {
        display: grid !important;
        grid-template-columns: 33% 19% 48% !important;
        text-align: left !important;
        justify-content: unset;
    }

    .footer .custom-flex-box .share {
        justify-content: left !important;
    }

    .footer .style-links .custom-flex-box {
        display: flex !important;
        justify-content: left !important;
        gap: 20px !important;
    }

    .footer {
        padding: 30px 0px !important;
    }

    .footer .mybottom p {
        padding: 0px !important;
    }

    .pos-absol-right-image-services img {
        width: 50% !important;
        height: auto !important;
        display: block;
        align-items: center;
    }

    .position-service-image-right {
        top: 30%;
    }

    .owl-carousel-center-testi-with-client-video .myslidertestibox {
        padding: 20px 30px;
    }

    .footer .custom-flex-box .four-boxes-full {
        width: 100%;
    }

    .formfooter .custom-flex-box {
        display: flex !important;
    }

    .footer .custom-flex-box .four-boxes-full .logo-details p {
        padding-right: 25px;
    }

}

@media only screen and (max-width:1199px) and (min-width:1051px) {

    .text-banner h1.text-white {
        font-size: 45px !important;
        line-height: 48px !important;
    }

    .text-banner p.banner-style-home-para {
        padding: 0;
        font-size: 18px;
        line-height: 28px;
    }

    .box-flex-trust .trust-img img {
        margin: 10px auto;
    }

    h5.text-darks.mt-newcustoms-top {
        margin: 0px;
        font-size: 18px;
        line-height: 28px;
    }

    section.section1.pt-120-custom.custommobile-padding .heading-style.mb-80-custom.cpadding-fonts,
    section.servicesbanner+.section1 .heading-style.mb-80-custom {
        margin-bottom: 0px;
    }

    .myboxchangestylenew {
        margin-top: 30px !important;
        margin-bottom: 0px !important;
    }

    .myboxchangestylenew img {
        margin-bottom: 10px !important;
    }

    .myboxchangestylenew h3 {
        font-size: 20px !important;
        line-height: 27px;
        padding-bottom: 5px;
    }

    .myboxchangestylenew p {
        font-size: 14px;
        padding: 10px 0px !important;
        line-height: 24px !important;
    }

    .main-bgcta .section_bgctas {
        padding: 80px 0px !important;
        height: auto !important;
    }

    .main-bgcta .customsstylefont h2 {
        font-size: 35px !important;
        line-height: 42px !important;
    }

    .main-bgcta {
        min-height: auto;
    }

    section.section1.pt-120-custom.custommobile-padding+section.sectiontwo+section.section1.cs-padding.custommobile-padding.pos-relative-sections h2 {
        font-size: 27px !important;
        line-height: 35px !important;
    }

    .heading-style h2 {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .footer .heading-style {
        padding: 30px 20px !important;
    }

    footer .footer .heading-style h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .footer .heading-style h3 {
        font-size: 28px !important;
        line-height: 35px !important;
    }

    .footer .heading-style p {
        font-size: 20px !important;
        line-height: 30px !important;
        font-weight: 400 !important;
    }

    .heading-style {
        padding: 0px !important;
    }

    .lg-mb-30 {
        padding: 0px !important;
    }

    .myboxchangestylenew .three-boxes:nth-child(2) .boxstyle-icons {
        margin: 0px !important;
    }

    .myboxchangestylenew .three-boxes .boxstyle-icons {
        display: grid;
        border-bottom: 1px solid #4ac495;
        border-top: 0px;
        grid-template-columns: 100%;
    }

    .myboxchangestylenew .three-boxes:nth-child(3) .boxstyle-icons {
        border-bottom: 1px solid #4ac495 !important;
    }

    .footer .custom-flex-box {
        text-align: left !important;
        justify-content: unset;
        display: grid !important;
        grid-template-columns: 22% 18% 34% 26%;
    }

    .footer .custom-flex-box .share {
        justify-content: left !important;
    }

    .footer .style-links .custom-flex-box {
        display: flex !important;
        justify-content: left !important;
        gap: 10px !important;
    }

    .footer {
        padding: 30px 0px !important;
    }

    .footer .mybottom p {
        padding: 0px !important;
    }

    .pos-absol-right-image-services img {
        width: 60% !important;
        height: auto !important;
        display: block;
        align-items: center;
    }

    .position-service-image-right {
        top: 20%;
    }

    .owl-carousel-center-testi-with-client-video .myslidertestibox {
        padding: 20px 30px;
    }

    .footer .custom-flex-box .four-boxes-full {
        width: 100%;
    }

    .formfooter .custom-flex-box {
        display: flex !important;
    }

    .footer .custom-flex-box .four-boxes-full .logo-details p {
        padding-right: 10px;
    }

}

@media only screen and (max-width:1650px) and (min-width:1200px) {
    .myboxchangestylenew .boxstyle-icons {
        grid-template-columns: 15% 35% 50%;
        gap: 2px;
    }

    .custom-flex-box.myboxchangestylenew {
        justify-content: center;
        gap: 5px;
    }

    .custom-flex-box.myboxchangestylenew .three-boxes {
        width: 100%;
    }

    .myboxchangestylenew .boxstyle-icons h3 {
        font-size: 17px;
        line-height: 27px;
        padding: 0px;
        margin: 0px;
    }

    section.section1.pt-120-custom.custommobile-padding .three-boxes p {
        margin: 0px;
        font-size: 15px;
    }

    .myboxchangestylenew .boxstyle-icons .icontext {
        margin: 0px;
    }
}


@media (max-width: 1550px) {

    .buttonheader a.web-black-btn,
    a.web-red-btn,
    a.web-white-btn {
        font-size: 12px !important;
    }
}


@media (max-width: 992px) {
    .buttonheader .buttontwos .btn-box {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .buttonheader .boxstyle-icons,
    .btn-box a:last-child {
        margin-bottom: 0px !important;
    }

    .buttontwos {
        width: 100%;
        margin-top: 10px;
    }

    .buttonheader .btn-box a {
        padding: 8px 12px 7px 12px;
    }


    .buttonheader .btn-box a {
        display: block;
        margin-bottom: 0;
    }

    .buttonheader {
        display: none;
    }

}

@media (max-height:1080px) and (max-width:1700px) {
    .side-image img {
        max-width: 100%
    }

    .section_bgctas h2 {
        font-size: 40px;
        line-height: 45px
    }

    .heading-style h2 {
        width: 100%;
        line-height: 70px;
    }

    .mainpagecss h2 {
        line-height: 50px !important;
    }

    .bannerh+section.section1.pt-120-custom.custommobile-padding {
        padding-top: 80px !important
    }
}

@media (max-height:900px) and (max-width:1700px) {
    .heading-style h2 {
        width: 100%;
    }

    .trusted-image-banners img {
        width: 100%
    }

    .rating-starsbanner img {
        width: 18px
    }

    .rating-starsbanner h3 {
        color: #fff;
        margin-bottom: 0;
        font-size: 17px
    }

    .rating-starsbanner {
        padding: 10px 0
    }

    .form button.btn.btn-primary {
        font-size: 15px
    }

    .form-banner-bg p {
        font-size: 10px
    }

    .content-style-services-banner h1 {
        color: #fff;
        font-size: 40px;
        line-height: 45px
    }

    .customul li {
        color: #fff;
        font-size: 16px
    }

    .audiobookservicesimagesposition {
        left: -65px
    }

    .positionimage-services-inner img {
        max-width: 80%;
        bottom: -80px;
        position: relative
    }
}

@media (max-height:900px) and (max-width:1600px) {
    .section_bgctas.innerservicesize .sixty-boxes-full {
        width: 100%
    }
}

@media (max-width:1555px) {
    .site-navbar .site-navigation .site-menu>li>a {
        padding: 20px 5px;
        font-size: 16px;
    }
}


@media (max-width:1500px) {
    .site-navbar .site-navigation .site-menu>li>a {
        padding: 20px 0
    }

    .main-bgcta .customsstylefont h2 {
        width: 60%
    }
}

@media (max-height:900px) and (max-width:1500px) {
    .services-banner .thirty-boxes-full {
        width: 35%
    }

    .position-one-back img {
        max-width: 75%
    }
}

@media (max-width:1330px) {
    .site-navbar .site-navigation .site-menu>li {
        display: inline-block;
        padding: 10px 5px
    }

    .site-navbar .site-navigation .site-menu>li>a {
        padding: 20px 0;
        color: #fff;
        font-size: 13px
    }

    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
        padding: 10px 0;
        font-size: 13px !important
    }
}

@media (max-width:1007px) {
    .site-navbar .site-navigation .site-menu>li>a {
        font-size: 13px !important
    }
}


@media (max-height:800px) {
    .img-thumb img {
        max-width: 150px
    }

    .banner-image-slider {
        height: 750px !important;
    }

    section.servicesbanner .banner-padding-top {
        position: inherit !important;
        top: inherit;
        left: inherit;
        transform: inherit;
        padding-top: 100px !important;
        width: 100%;
    }

    .positionimage-services-inner.audiobookservicesimagesposition.bottomimages-sl img {
        width: 60%
    }

    .trusted-image-banners img {
        width: 70%
    }
}

@media (max-height:1000px) {
    .bannerh {
        height: 100% !important;
    }
}

@media (max-height:786px) {
    .form-banner-bg h2 {
        color: #fff;
        font-size: 20px;
        LINE-HEIGHT: 25PX
    }

    .form-banner-bg {
        padding: 30px
    }

    .trusted-image-banners img {
        width: 70%
    }
}

@media (max-height:900px) {
    /*        .section1.pt-120-custom {
            padding-top: 0px;
        }*/

    /*        section.servicesbanner + .section1.pt-120-custom {
            padding-top: 120px !important;
        }*/
    section.section1.pt-120-custom.custommobile-padding .heading-style.mb-80-custom.cpadding-fonts,
    section.servicesbanner+.section1 .heading-style.mb-80-custom {
        margin-top: 0 !important;
    }

    .section1 .cpadding-fonts {
        padding: 90px 0 0 0 !important
    }

    /*        .section1.cpadding-fonts {
            padding: 30px 0 0;
        }*/

    .padding-top-banner-home {
        padding-top: 140px;
    }

    .myinnerbannertwo {
        padding-bottom: 80px;
    }
}

@media (max-height:900px) and (max-width:1570px) {
    .boxcounts p {
        font-size: 17px
    }

    .fourty-boxes-full,
    .sixty-boxes-full {
        width: 50%
    }

    section.mt-mb-seven+section.sectionthree.mainpagecss .w-70-mobile-full .sixty-boxes-full {
        width: 100% !important;
    }


    section.mt-mb-seven+section.sectionthree.mainpagecss .w-70-mobile-full .sixty-boxes-full+.fourty-boxes-full {
        display: none
    }

    .mobile-headingsm h2 {
        font-size: 55px;
        line-height: 50px
    }

    .boxstyle-icons .icontext img {
        max-width: 100px !important
    }

    .myinnerbannertwo {
        display: flex;
        align-items: end
    }
}

@media (max-width:1400px) {
    .trusted-image-banners img {
        width: 100%
    }
}

@media (max-width:1300px) {
    .custom-slider.imageone-slider.slidertabss {
        padding: 50px 0px;
    }

    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
        padding: 10px 0;
        font-size: 14px
    }

    .pos-absol-right-image-services img {
        width: 70%;
        text-align: right;
        display: flex;
        justify-content: right;
        align-items: center;
        height: 100%
    }

    .pos-absol-right-image-services {
        text-align: right;
        justify-content: end;
        align-items: center;
        display: flex;
        height: 100%
    }
}

@media (max-height:900px) and (max-width:1400px) {
    .form-banner-bg h2 {
        font-size: 20px
    }


    .form-banner-bg {
        padding: 30px
    }

    .portfolio-slider .content-area h2 {
        font-size: 30px !important;
        line-height: 40px !important
    }

    .w-70-mobile-full,
    p.banner-style-home-para {
        width: 100%
    }

    html body h1 {
        font-size: 42px
    }

    .heading-style h2 {
        width: 100%;
        font-size: 50px;
        line-height: 60px;
    }

    section.sectiontwo+section.section1.cs-padding.custommobile-padding.pos-relative-sections h2 {
        font-size: 45px !important;
        line-height: 50px !important;
    }
}

@media (max-width:1325px) {
    .bannerh+section.section1.pt-120-custom.custommobile-padding .cpadding-fonts {
        padding: 0
    }
}

@media (max-height:900px) and (max-width:1324px) {
    .form-banner-bg h2 {
        font-size: 18px !important
    }

    .box-flex-trust.innerservice-box-trusts p {
        font-size: 10px
    }

    .box-flex-trust p {
        padding: 8px 12px
    }

    .trust-img img {
        width: 60px
    }

    .rating-starsbanner {
        padding: 5px 0
    }

    .form .form-group input {
        height: 40px
    }

    .three-boxes {
        width: 30%;
        margin: 10px
    }

    .boxstyle-icons h3 {
        font-size: 20px
    }

    .three-boxes p,
    a.web-black-btn,
    a.web-red-btn,
    a.web-white-btn {
        font-size: 15px
    }

    .boxstyle-icons .icontext img {
        width: 100px
    }

    .three-boxes p {
        padding: 15px;
        color: #262626;
        font-weight: 400
    }

    .boxcounts {
        padding: 35px 10px
    }

    .w-70-mobile-full {
        width: 100%
    }

    .padding-top-banner-home {
        padding-top: 150px
    }

    .text-banner h1.text-white {
        font-size: 35px;
        line-height: 35px
    }

    p.banner-style-home-para {
        width: 100%;
        font-size: 15px
    }

    .position-slider-bottom {
        bottom: 0
    }

    section.section1.pt-120-custom.custommobile-padding {
        padding-top: 30px
    }

    .work-item,
    .work-item::before {
        height: 75vh
    }

    .myslidertestibox {
        padding: 50px
    }
}

@media (max-width:1700px) {
    .trusted-image-banners img {
        width: 100%;
    }

    section.sectiontwo+section.section1.cs-padding.custommobile-padding.pos-relative-sections h2 {
        line-height: 70px !important;
    }
}


@media (max-width:1550px) {
    .content-style-services-banner h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .form .btn,
    .form button.btn.btn-primary {
        font-size: 15px;
    }

    .form-banner-bg h2 {
        font-size: 19px;
        LINE-HEIGHT: 25PX;
    }

    .positionimage-services-inner img {
        max-width: 70%;
    }

    .audiobookservicesimagesposition {
        left: -50px;
    }

    .padding-top-banner-home {
        padding-top: 160px;
    }

    /*        .myinnerbannertwo {
            padding-bottom: 70px;
        }*/

    /*    .position-slider-bottom .owl-carousel {
        width: 80% !important;
    }*/

    html body h1 {
        font-size: 40px;
        line-height: 40px;
    }

    p.banner-style-home-para {
        font-size: 18px;
    }

    a.web-black-btn,
    a.web-red-btn,
    a.web-white-btn {
        font-size: 15px;
    }

    /*     .banner-image-slider {
            height: 85vh;
        }*/

    .position-slider-bottom {
        bottom: -100px;
    }

    .bannerh .position-slider-bottom .container-wrapper {
        justify-content: center;
        display: flex;
    }

    .container-wrapper,
    .mynav .container-wrapper {
        padding: 0 60px;
    }


    .position-slider-bottom {
        height: 30%;
    }

    .banner-image-slider img {
        object-fit: fill;
        height: 100%;
    }

    .box-flex-trust p {
        font-size: 13px;
    }

    .boxcounts p {
        font-size: 14px;
    }

    .services-banner .myinnerbannertwo {
        padding-bottom: 40px;
    }

    .customul li {
        color: #fff;
        font-size: 17px;
    }

    .customul li:after {
        height: 15px;
    }

    /*  .bannerh + section.section1.pt-120-custom.custommobile-padding {
            padding-top: 0 !important;
        }*/
    .main-bgcta .section_bgctas {
        height: auto;
        padding: 150px 0;
    }


    .main-bgcta .customsstylefont h2 {
        width: 100%;
    }
}

@media (max-width:1440px) {
    .form-banner-bg h2 {
        font-size: 18px;
        LINE-HEIGHT: 25PX;
    }

    html body .section1 .cpadding-fonts {
        padding: 90px 0 0 0 !important;
    }
}

@media (max-width:1400px) {
    .main-bgcta .customsstylefont h2 {
        width: 80%;
    }

    .work-item__image img {
        object-fit: fill !important;
        height: 100%;
        width: 100%;
    }

    .client-text p {
        padding-left: 0;
        padding-right: 0;
    }

    .myslidertestibox {
        padding: 100px 50px;
    }

    .client-text p {
        font-size: 20px;
    }


    .owl-item.active.center .client-text p {
        font-size: 19px;
    }


    .form-banner-bg {
        padding: 15px 15px;
    }

    .thirty-boxes-full {
        width: 32%;
    }

    .fifty-boxes-full,
    .two-boxes-full {
        width: 60%;
    }
}

@media (max-width:1300px) {

    .footer .heading-style h2 {
        line-height: 70px !important;
    }

    .slider2 .owl-item.active.center .img-thumb:after {
        bottom: -20px;
        width: 105%;
    }

    .img-thumb:after {
        bottom: -10px;
    }
}

@media (max-width:1008px) {
    .site-navbar .site-navigation .site-menu>li>a {
        font-size: 12px !important;
    }
}

@media (max-height:650px) and (max-width:1700px) {

    .servicesbanner .fullvhcustom,
    .position-one-back.btop img {
        height: 100%;
        padding: 110px 0 80px 0;
    }

    .banner-padding-top {
        padding-top: initial !important;
        position: initial !important;
        left: initial !important;
        transform: initial !important;
        top: initial !important;
        width: initial !important;
        display: flex;
        align-items: flex-start;
    }
}



@media (max-width:1170px) {

    .boxcounts {
        border: 3px solid #dfdfdf;
        padding: 25px 10px;
        text-align: center;
    }

    .boxcounts p {
        font-size: 13px;
    }
}

@media (max-width:1240px) {

    section.section1.pt-120-custom.custommobile-padding .heading-style h2 {
        width: 100%;
    }
}

@media (max-width:991px) {
    .bannerh+section.section1.pt-120-custom.custommobile-padding .cpadding-fonts {
        padding: 30px 0 0 0;
    }

    .work-collection+section.sectionthree.pt-120-custom .two-boxes-full .side-image+.text-center.centerflex.mt-5 {
        justify-content: center !important;
        display: block !important;
    }

}


@media (max-height:900px) and (max-width:1199px) {
    /* section.section1.pt-120-custom.custommobile-padding .heading-style h2 {
        width: 90%;
        font-size: 80px;
        line-height: 85px !important
    } */

    .work-item,
    .work-item::before {
        height: 65vh
    }

    .work-item__image {
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: translateY(-65vh);
        -ms-transform: translateY(-65vh);
        transform: translateY(-65vh);
        top: 0;
        left: 0
    }
}

@media (max-height:900px) and (max-width:991px) {
    .d-flexcustom {
        display: block
    }

    .share {
        margin-top: 10px;
        text-align: center;
        margin: 0px auto;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .navbar-navigation li.nav-item.dropdown ul.dropdown-menu.show {
        width: 200px
    }

    .navbar-navigation li.nav-item.dropdown ul.dropdown-menu.show a {
        padding: 5px 10px;
        display: block;
        font-size: 14px;
        color: #000 !important
    }

    .navbar-navigation li.nav-item.dropdown ul.dropdown-menu.show li:hover a {
        background: #4ac495;
        color: #fff
    }

    .navbar-navigation li.nav-item.dropdown ul.dropdown-menu.show li a:hover {
        background: #4ac495;
        color: #fff !important
    }
}

@media (max-width:1250px) {
    .boxstyle-icons h3 {
        font-size: 27px;
    }

    .main-bgcta .customsstylefont h2 {
        width: 90% !important;
    }
}


@media (max-width:1280px) {
    .style-links h3 {

        font-size: 20px !important;
    }

    .footer .heading-style h2 {
        font-size: 38px !important;
    }

    .main-bgcta .customsstylefont h2 {
        width: 90% !important;
    }
}

@media (max-width:1200px) {
    .popupimage img {
        max-width: 100%;
        padding: 0 10px
    }

    .from-text h6,
    .site-navbar .site-logo a {
        font-size: 18px
    }

    .site-navbar .site-navigation .site-menu>li>a {
        padding: 20px 0
    }

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 1000px
    }

    .from-text h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
        margin-top: 18px;
        color: #6d6d6d
    }
}

@media (max-height:900px) and (max-width:1036px) {
    .content-style-services-banner h1 {
        font-size: 23px !important;
        line-height: 31px !important;
    }

    .position-slider-bottom {
        bottom: -140px !important;
    }

    .site-navbar .site-navigation .site-menu>li>a {
        font-size: 15px
    }

    .img-thumb img {
        width: 90% !important
    }

    .position-slider-bottom {
        bottom: 80px
    }

    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
        padding: 0 !important
    }

    .myslidertestibox {
        padding: 50px
    }

    .client-text p {
        font-size: 17px
    }

    .footer .heading-style h2 {
        font-size: 40px
    }
}

@media (max-width:1100px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 95%;
        padding: 0 30px
    }

    .site-navbar .site-navigation .site-menu>li>a {
        font-size: 12px;
    }
}

@media (max-width:1000px) {
    .banner-image-slider {
        height: 78vh
    }

    .position-slider-bottom {
        bottom: -40px
    }

    .img-thumb img {
        width: 80% !important
    }
}

.site-navbar.site-navbar-target.js-sticky-header .col-xl-10.col-lg-10.col-sm-10 .container-wrapper {
    padding: 0;
}

.work-collection+section.sectionthree.pt-120-custom .two-boxes-full .side-image {
    text-align: right;
}

.work-collection+section.sectionthree.pt-120-custom .two-boxes-full .side-image+.text-center.centerflex.mt-5 {
    justify-content: center;
    display: flex;
}


.work-collection+section.sectionthree.pt-120-custom .custom-flex-box {
    align-items: center;
}

.slidertabss .image-slider-tab img {
    width: 80%;
}

.position-slider-bottom .owl-carousel .owl-stage-outer {
    padding: 37px 0 15px 0;
}




@media (max-height:800px) and (max-width:1920px) {
    .banner-image-slider {
        height: 700px !important;
    }

    /* section.section1.pt-120-custom.custommobile-padding .heading-style h2 {
        font-size: 85px;
        line-height: 80px !important;
        text-transform: initial !important;
    } */

    .bannerh+section.section1.pt-120-custom.custommobile-padding {
        padding-top: 40px !important;
    }

    section.section1.custommobile-padding.pos-relative-sections+section.sectionthree.mt-5 h2,
    section.sectiontwo+section.sectionthree.pt-120-custom h2 {

        font-size: 80px;
        line-height: 90px !important;

    }

    section.sectionthree.pt-120-custom .w-70-mobile-full .two-boxes-full .heading-style.mb-5 {
        margin-bottom: 30px !important;
    }


    section.sectionbottom-iconbox+section.sectionthree h2 {

        font-size: 65px;
        line-height: 75px !important;

    }

    .container-wrapper,
    .mynav .container-wrapper {
        padding: 0 60px;
    }

    .banner-padding-top {

        width: 92.3%;
    }

    .work-collection+section.sectionthree.pt-120-custom .two-boxes-full h2.text-darks {
        font-size: 50px;
        line-height: 50px !important;
    }

    .main-bgcta .customsstylefont h2 {
        width: 65%;
        font-size: 34px !important;
        line-height: 43px !important;
        margin: 0 auto 20px;
    }

    section.sectionthree .heading-style.mobile-headingsm.heading-style h2 {
        width: 100%;
        line-height: 57px !important;
    }


    section.servicesbanner .services-banner .container-wrapper .custom-flex-box {
        position: inherit !important;
        top: inherit;
        left: inherit;
        transform: inherit;
        padding-top: 120px !important;
        width: 100%;
    }

    section.servicesbanner .fullvhcustom,
    .position-one-back.btop img {
        height: 100%;
    }

    .servicesbanner .services-banner {
        background-size: cover;
        background-position: center center;
        padding: 70px 0;
    }

    section.servicesbanner+section.section1.pt-120-custom.custommobile-padding {
        padding-top: 80px;
    }

    .banner-image-slider img {
        object-fit: cover !important;
    }

    .position-slider-bottom {

        height: 20%;
    }

    .bannerh.homebanner {
        padding-bottom: 60px;
    }

    .padding-top-banner-home {
        padding-top: 140px;
    }

    .myinnerbannertwo {

        align-items: end !important;
    }

    .homebanner+.section1 .cpadding-fonts {
        padding: 60px 0 0 0 !important;
    }

    .positionimage-services-inner img {

        bottom: 0px !important;

    }

}

@media (max-width:991px) {
    section.sectionthree.pt-120-custom.mainpagecss {
        padding-top: 80px;
    }

    h2.text-darks.w-100.lineheghtcustom {
        line-height: 40px !important;
    }

    .custom-slider.imageone-slider.slidertabss {
        padding-left: 30px;
        padding-right: 30px;
    }

    .myslidertestibox {
        padding: 15px 15px;
    }

    .homebanner {
        margin-bottom: 70px;
    }

    .modal-lg,
    .modal-xl {

        padding: 0 0;
    }

    .modal-body .form-box {
        border-radius: 20px;
        padding: 30px 20px !important;
    }

    .custom-slider.imageone-slider .container-wrapper {
        padding: 0;
    }

    .modal-body button.close {
        background: red;
        color: #fff;
        box-shadow: none;
        border: 0;
        font-size: 23px;
        padding: 0;
        line-height: 20px;
        padding: 0 7px;
        position: absolute;
        right: 0;
        right: 40px;
        top: 30px;
        border-radius: 10px;

    }

    .container-wrapper.pt-5.pb-5.mt-5.mb-5 h5 {
        line-height: 35px;
    }

    .services-banner.abouts.fullvhcustom {
        height: 100%;
    }

    .abouts .custom-flex-box.aroundservices-banner.banner-padding-top p.text-littlebig.text-white.mt-3 {
        padding: 0 18px;
    }

    .abouts .mobile-orders2+.trusted-image-banners {
        display: none;
    }

    /*        .abouts .custom-flex-box.aroundservices-banner.banner-padding-top {
            position: absolute;
            top: 0;
            transform: translateY(-50%);
            left: 0;
            transform: inherit !important;
            padding-top: 70px !important;
        }
*/


    section.section1.pt-120-custom.custommobile-padding .heading-style.mb-80-custom.cpadding-fonts,
    section.servicesbanner+.section1 .heading-style.mb-80-custom {
        margin-top: 20px;
    }

    .bannerh .position-slider-bottom .container-wrapper {
        margin-bottom: 0px !important;
    }

    .myboxchangestylenew .three-boxes:nth-child(2) .boxstyle-icons {
        margin: 30px 0 35px 0;
    }

    .bannerh,
    .fullvhcustom {
        height: 100%
    }

    .content-style-services-banner,
    .custom-slider,
    .footer .custom-flex-box,
    .form-banner-bg h2,
    .form-banner-bg p,
    .heading-style,
    .image-slider-tab,
    .image-slider-tab img,
    .img-thumb,
    .mytrusted-bottom-banner-and-rating,
    .position-one-back,
    .rating-starsbanner,
    .sectionbottom-iconbox .boxstyle-icons,
    .side-image,
    .text-banner,
    .trust-img img,
    h5.customuppercase,
    section.section1.pt-120-custom.custommobile-padding .boxstyle-icons {
        text-align: center
    }

    .bannerstyles+section.section1.pt-120-custom.custommobile-padding {
        margin-top: 50px
    }

    h5.text-darks.mt-newcustoms-top {
        margin-top: 21px
    }

    .customul li:last-child,
    .myboxchangestylenew .three-boxes:nth-child(3) .boxstyle-icons {
        border: 0
    }

    .myboxchangestylenew {
        margin-top: 50px !important
    }

    .myboxchangestylenew .boxstyle-icons {
        border-bottom: 1px solid #4ac495;
        border-top: none;
        display: block !important;
        align-items: center
    }

    .box-flex-trust,
    .btn-box .mr-2c,
    .myboxchangestylenew .icontext {
        margin-right: 0
    }

    .myboxchangestylenew h3 {
        margin-top: 0 !important;
        padding-top: 0
    }

    .boxcounts,
    .footer .custom-flex-box,
    .lefts .two-boxes,
    section.section1.pt-120-custom.custommobile-padding .three-boxes img {
        margin-bottom: 20px
    }

    .servicesbanner+section.section1 .custom-flex-box h3 {
        margin: 0 !important
    }

    section.section1.custommobile-padding.pos-relative-sections+section.sectionthree.mt-5 h2,
    section.sectionbottom-iconbox+section.sectionthree h2,
    section.sectiontwo+section.sectionthree.pt-120-custom h2 {
        width: 100%;
        font-size: 60px;
        line-height: 70px !important
    }

    .bannerstyles+section.section1 .custom-flex-box,
    section.servicesbanner+section.section1 .custom-flex-box {
        display: block !important
    }

    .heading-style h2+h5 {
        font-size: 20px;
        margin-top: 10px;
        line-height: 31px;
    }

    /*        .main-bgcta .customsstylefont h2 {
            width: 90%;
            padding: 0;
            font-size: 40px !important;
            line-height: 45px
        }*/


    .main-bgcta .section_bgctas {
        /* padding: 100px 0 !important;
        height: 100% !important; */
        background-size: cover !important
    }

    .fifty-boxes-full,
    .five-boxes,
    .four-boxes,
    .four-boxes-full,
    .four-boxes-full.customwfooter,
    .four-boxes-full.twentyninefull,
    .fourty-boxes-full,
    .pos-absol-right-image-services img,
    .row.customwidths .three-boxes,
    .seventy-boxes-full,
    .sixty-boxes-full,
    .thirty-boxes-full,
    .three-boxes,
    .three-boxes-full,
    .two-boxes,
    .two-boxes-full,
    .w-50-mobile-full,
    .w-60-mobile-full,
    .w-70-mobile-full,
    .w-80-mobile-full,
    .w-90-mobile-full,
    p.banner-style-home-para {
        width: 100%
    }

    .footer .iti__selected-flag {
        padding: 0 6px 0 13px !important
    }

    .footer input#pn {
        padding-left: 70px !important
    }

    .style-links h3.c-mb,
    .style-links.mt-customsf {
        margin-top: 0
    }

    .section_bgctas.innerservicesize .sixty-boxes-full .custom-flex-box p,
    .work-collection+.sectionthree.pt-120-custom+section.mt-mb-seven+section.sectionthree .fourty-boxes-full .text-center {
        text-align: center !important
    }

    .position-one-back {
        position: initial;
        bottom: 0;
        right: 0
    }

    .pos-absol-right-image-services,
    .position-service-image-right {
        top: 10px;
        position: inherit;
        left: initial
    }

    .services-banner .thirty-boxes-full {
        margin-bottom: 30px !important
    }

    .customul li:after,
    .disnone-mobiles,
    .displaynonemobile,
    .popupimage,
    .positionimage-services-inner.audiobookservicesimagesposition,
    .social-icons-banner {
        display: none
    }

    .modal-content {
        background: 0 0
    }

    .form.form-box,
    .three-boxes {
        margin: 0
    }

    .image-slider-tab {
        padding: 0;
        margin-bottom: 50px
    }

    .sideimageonenew::after {
        background-position: right bottom
    }

    .boxstyle-icons,
    .btn-box a:last-child {
        margin-bottom: 0px;
    }

    .btn-box a {
        display: block;
        margin-bottom: 15px
    }

    .cs-padding {
        padding: 40px 0
    }

    .section1 hr.reds.mt-5 {
        margin-top: 20px !important
    }

    .section_bgctas.innerservicesize a:last-child {
        margin-bottom: 50px !important;
        display: block
    }

    .section_bgctas.innerservicesize h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600
    }

    .section_bgctas.innerservicesize p {
        color: #fff;
        margin-top: 15px;
        font-size: 15px
    }

    .section_bgctas.innerservicesize .sixty-boxes-full .three-boxes-full:last-child {
        margin-bottom: 0
    }

    .section_bgctas.innerservicesize a {
        margin-bottom: 10px;
        width: 100%
    }

    .rating-starsbanner {
        flex: initial !important;
        margin: 0 auto;
        display: block;
        padding: 10px 0;
        flex: initial !important
    }

    .content-style-services-banner .btn-box a,
    .text-banner a {
        margin-bottom: 15px
    }

    .customul li {
        color: #fff;
        font-size: 16px;
        border-bottom: 1px solid #ffffff40;
        padding: 7px 0
    }

    .logo-posfooter img,
    .trusted-image-banners img {
        width: 200px
    }

    .services-banner {
        background-size: cover !important;
        padding: 0 0 50px
    }

    .positionimage-services-inner img {
        bottom: 0 !important;
        padding: 20px 0;
        max-width: 400px
    }

    .mobile-orders2,
    .services-banner .fifty-boxes-full {
        order: 2
    }

    .mobile-orders1 {
        order: 1
    }

    .services-banner .content-style-services-banner {
        display: flex;
        flex-direction: column
    }

    .box-flex-trust,
    .disnone-desktop,
    .disnone-desktop-mobileon {
        display: block
    }

    .box-flex-trust.innerservice-box-trusts {
        display: block;
        width: 100%;
        margin-top: 10px;
        text-align: center
    }

    .form-banner-bg h2 {
        font-size: 16px !important
    }

    .services-banner .custom-flex-box {
        display: flex;
        width: 100% !important;
        flex-direction: column;
        padding-top: 100px
    }

    .services-banner .thirty-boxes-full {
        width: 100%;
        margin: 0 auto;
        order: 1
    }

    .banner-padding-top {
        position: initial;
        left: initial;
        top: initial;
        transform: initial !important
    }

    .audiobookservicesimagesposition {
        position: initial !important
    }

    .site-navbar .bg-whitec .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 30.66667%;
        max-width: 30.66667%
    }

    .site-navbar .bg-whitec .col-sm-6 .text-center {
        text-align: right !important
    }

    .site-navbar .bg-whitec .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 1 0 69%;
        max-width: 69%
    }

    .site-navbar .bg-whitec .col-sm-6 a.text-white {
        color: #000 !important
    }

    .mobileflexs .col-xl-2 {
        width: 30%;
        max-width: 30%
    }

    .mobileflexs .col-xl-10 {
        width: 50%;
        max-width: 50%
    }

    .text-footer,
    .trust-para {
        margin-left: 0
    }

    .logo-details p {
        padding-right: 0
    }

    .img-thumb {
        max-width: 280px;
        margin: 0 auto
    }

    .heading-style {
        padding: 0 20px
    }

    .custom-flex-box {
        display: block;
        width: 100%
    }

    .three-boxes-full {
        width: 80%;
        margin: 0 auto
    }

    .boxcounts.border-rightzero {
        border: 3px solid #dfdfdf !important
    }

    .image-slider-tab img {
        width: 300px !important;
        margin: 0 auto
    }

    .custom-slider {
        padding: 50px 30px 0
    }

    .side-image {
        max-width: 400px;
        margin: 0 auto
    }

    /* .footer .heading-style h2 {
        font-size: 30px;
        line-height: 40px !important;
    } */

    .myinnerbannertwo {
        display: block;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .banner-image-slider {
        height: 100vh
    }

    .position-slider-bottom {
        bottom: -50px
    }

    section.section1.pt-120-custom.custommobile-padding {
        padding-top: 70px
    }

    .container-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto
    }

    .text-footer a,
    .text-footer p {
        font-size: 15px
    }

    .banner-image-slider img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .trust-img img {
        width: 100px !important;
        margin: 0 auto;
        height: 100%;
    }

    .trust-para {
        margin-top: 15px
    }

    .padding-top-banner-home {
        padding-top: 100px
    }

    .text-banner h1.text-white {
        font-size: 24px;
        line-height: 25px;
        width: 100%
    }

    .heading-style h2 {
        text-transform: uppercase;
        width: 100%;
        font-size: 30px;
        line-height: 30px;
        line-height: 70px;
    }

    .work-item,
    .work-item::before {
        height: 51vh
    }

    .work-item__image {
        -webkit-transform: translateY(-51vh);
        -ms-transform: translateY(-51vh);
        transform: translateY(-51vh)
    }

    .section_bgctas h2 {
        font-size: 28px;
        line-height: 35px
    }

    .custom-slider {
        height: 100% !important
    }

    .work-item__image img {
        object-fit: cover;
        height: 100vh;
        width: 100% !important
    }

    .imagebooksnew img {
        margin-top: 60px
    }

    .sectionthree .heading-style.mb-5 {
        margin-bottom: 20px !important
    }

}

@media (max-height:1920px) and (max-width:991px) {
    html body .section1 .cpadding-fonts {
        padding: 0px 0 0 0 !important;
    }
}

@media (max-height:899px) and (max-width:991px) {

    section.section1.pt-120-custom.custommobile-padding .heading-style.mb-80-custom.cpadding-fonts,
    section.servicesbanner+.section1 .heading-style.mb-80-custom {
        margin-top: 70px;
    }
}

/* @media (max-width:574px) {

    .modal-body button.close {

        right: 20px;
        top: 10px;
        border-radius: 4px;
    }

    html body .section1 .cpadding-fonts {
        padding: 0px 0 0 0 !important;
    }

    section.section1.custommobile-padding.pos-relative-sections+section.sectionthree.mt-5 h2 {
        width: 100%;
        font-size: 40px !important;
        line-height: 50px !important;
    }

    section.section1.pt-120-custom.custommobile-padding .heading-style h2,
    section.sectionbottom-iconbox+section.sectionthree h2,
    section.sectiontwo+section.sectionthree.pt-120-custom h2 {
        width: 100%;
        font-size: 30px;
        line-height: 40px !important;
    }

    .work-collection+section.sectionthree.pt-120-custom .two-boxes-full h2.text-darks {
        font-size: 30px;
        line-height: 30px !important;
    }

    section.section1.pt-120-custom.custommobile-padding+section.sectiontwo+section.section1.cs-padding.custommobile-padding.pos-relative-sections h2 {
        line-height: 40px !important;
        font-size: 30px !important;
    }

    .heading-style h2+h5 {
        font-size: 25px;
        line-height: 45px;
        margin-top: 50px;
    }

    .content-style-services-banner h1 {
        font-size: 20px !important;
        line-height: 30px
    }

    .form-banner-bg h2 {
        font-size: 16px !important;
        text-align: center
    }

    .services-banner .thirty-boxes-full {
        width: 100%
    }

    .heading-style.mb-80-custom {
        margin-bottom: 20px
    }

    section.section1 .boxstyle-icons {
        margin-bottom: 0
    }

    section.section1 .boxstyle-icons h3 {
        padding-top: 0
    }

    .positionimage-services-inner img {
        max-width: 100%
    }

    .trustimgs img {
        width: 80% !important
    }

    .section_bgctas h2 div {
        display: inline-block
    }

    .work-item,
    .work-item::before {
        height: 300px
    }

    .work-item__image {
        -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        transform: translateY(-300px);
        height: 100vh
    }

    h5.customuppercase {
        font-size: 18px;
        line-height: 20px;
        padding: 0 20px
    }

    .owl-carousel-center-testi .center .w-70-mobile-full {
        width: 100% !important;
    }

    .owl-item.active.center .client-text p {
        font-size: 18px;
        padding: 24px 0;
    }

    p.clientname {
        text-align: center;
    }

    .myslidertestibox p.client-rating {
        text-align: center;
        margin: 0px auto;
        justify-content: center;
    }

    .myslidertestibox p.client-rating img {
        width: 20px !important;
    }

    .homebanner+.section1 .cpadding-fonts {
        padding: 30px 0 0 0 !important;
    }

    .footer .heading-style h3 {
        font-size: 22px;
    }

    .footer .heading-style h2 {
        font-size: 20px;
        line-height: 30px !important;
    }

    section.mt-mb-seven+section.sectionthree h2.text-darks.w-100 {
        margin-top: 0 !important;
    }

    section.section1.pt-120-custom.custommobile-padding .heading-style.mb-80-custom.cpadding-fonts,
    section.servicesbanner+.section1 .heading-style.mb-80-custom {
        margin-top: 0;
    }
} */

@media (max-width:480px) {
    .img-thumb {
        max-width: 230px
    }

    .d-flex.align-items-center.share.mt-10 {
        justify-content: center;
    }

    .work-item__image img {
        object-fit: cover;
        height: 100% !important;
        width: 100% !important;
    }

    .work-item__image img {
        object-fit: cover !important;
        height: 100%;
        width: 100%;
    }
}

@media (max-height:768px) {
    .position2back img {
        width: 80% !important
    }

    .owl-carousel-center-testi .center .w-70-mobile-full {
        width: 100% !important;
    }
}

p .termss {
    margin-top: 0 !important;
    padding-top: 3px;
    margin-bottom: 0 !important;
}

p.termss a {
    color: #fff;
}

p.termss span {
    display: inline-block;
    padding: 0 10px;
}


.services-banner {
    background-size: cover;
    background-position: center center;
}



@media screen and (max-width: 480px) {


    .fixed-btm {
        display: none !important;
    }

    a.scroll-up-sticky-bar {
        flex-direction: row-reverse;
    }

    .scroll-up-sticky-bar {
        justify-content: start;
        gap: 20px;
    }



    .scroll-up-sticky-bar {
        padding: 15px;
        background: #4ac495;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }

    a.scroll-up-sticky-bar span {
        color: #fff !important;
        font-weight: bold;
        font-size: 14px;
    }

    a.scroll-up-sticky-bar svg {
        color: #fff !important;
        fill: #fff;
        width: 10px;
    }

    .scroll-up-sticky-bar {
        justify-content: start;
        gap: 20px;
    }
}

p.client-rating img {
    width: 20px !important;
}

.form-check-input {
    margin-top: 0.30em !important;
    border: 1px solid #fff !important;
    width: 1em !important;
    height: 1em !important;
}

footer .form-check {
    width: 95% !important;
    margin-left: auto;
}

label.form-check-label.ctm-form-check {
    color: #fff;
}

.myslidertestibox .trustimgs {
    display: none;
}

.form-banner-bg.sty1 {
    position: relative;
}

/*    .form-banner-bg.sty1:before {
        background: url(../images/blackfriday-torres.png);
        background-repeat: no-repeat;
        position: absolute;
        content: "";
        display: block;
        height: 112px;
        width: 155px;
        top: 10px;
        right: -38px;
    }*/



@media screen and (max-width: 480px) {

    .form-banner-bg.sty1:before {
        background-size: 100% 85%;
        right: -30px;
        /* left: auto; */
        zoom: .5;
        top: 0;
    }
}

@media screen and (max-width: 380px) {

    .form-banner-bg.sty1:before {
        background-size: 100% 85%;
        right: -30px;
        /* left: auto; */
        zoom: .5;
        top: 0;
    }
}

/*testinomial-video css*/

.testimonials .left-video-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    /*padding: 40px;*/
    padding: 50px 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 14px;
}

@media (max-width: 991.98px) {
    .testimonials .left-video-box {
        padding: 40px;
        width: fit-content;
        position: relative;
        min-height: 440px;
    }

    .lg-d-flex-justify-content-center {
        display: flex;
        justify-content: center;
    }

    .lg-mb-30 {
        margin: 0 0 30px 0;
    }

    .owl-carousel-center-testi-with-client-video .items {
        margin: 0 20px 0 20px !important;
    }

    .owl-carousel-center-testi-with-client-video .items .client-text p {
        padding: 20px 20px 10px 20px !important;
    }

    .owl-carousel-center-testi-with-client-video .myslidertestibox {
        padding: 30px 10px !important;
    }
}



.testimonials .left-video-box:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 35px;
    right: 35px;
    bottom: 35px;
    border-radius: 0;
    padding: 2px;
    /* border size */
    z-index: 60;
    background: linear-gradient(to bottom, transparent, #4ac495);
    /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.testimonials .left-video-box video {
    width: 100%;
    /*height: auto;*/
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    /*margin: auto;*/
    margin: 0;
}

.testimonials .left-video-box:after {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border: 0;
    position: absolute;
    z-index: 50;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(17, 28, 46, 0) 37.49%, rgba(17, 28, 46, 0.8) 96.4%);
    content: "";
}

.testimonials .left-area {
    position: relative;
    z-index: 55;
    width: 100%;
}

.left-video-content {
    /*position: absolute;*/
    z-index: 65;
    padding: 10px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Play / Pause Button */
.video-toggle {
    /*position: absolute;
    right: 50px;
    top: 300px;*/
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    color: #fff;
    padding: 12px 15px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 70;
    font-style: normal;
    width: 60px;
    height: 60px;
}

.video-toggle i {
    font-style: normal;
}

.video-toggle:hover {
    background: rgba(0, 0, 0, 0.7);
}

.testinomial-video-wrapper {
    padding-right: 0;
    margin: inherit;
    margin-left: auto !important;
}

.owl-carousel-center-testi-with-client-video .items {
    margin: 0 105px 0 0;
}

.owl-carousel-center-testi-with-client-video .owl-item.active .w-70-mobile-full .myslidertestibox {
    background: url(../images/testibg.webp) 0 0/cover !important;
    width: 100%;
    height: 100%
}

.owl-carousel-center-testi-with-client-video .myslidertestibox {
    padding: 40px 50px;
}

/* @media (max-width: 1199.98px) {
    .owl-carousel-center-testi-with-client-video .myslidertestibox {
        padding: 40px 40px;
    }
} */

section {
    overflow-x: clip;
}

.line-height-1p2 {
    line-height: 1.2 !important;
}