/*Main Css */

html {
    scroll-behavior: smooth;
  }

html,
body {
    overflow-x: hidden !important;
}

::selection {
    background: #f68e00;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #f68e00;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: "Mont";
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

a:hover {
    color: #f68e00;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: "Mont";
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */

.pad-sec {}

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 6;
}

.overlay {
    display: none;
}

.black-layout{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 6;
    display: none;
}



/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}

.hding-2 h2 {}

.hding-3 h3 {}

.hding-4 h4 {}

.hding-5 h5 {}

.hding-6 h6 {}

.para {}

.highlighted {
    color: #ff5e14;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}


/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    /* padding: 5px 0; */
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 40%);
}

.main-header {
    background-color: #141414;
    padding: 20px 7%;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
}

.mainheader-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo {
    display: inline-block;
    max-width: 230px;
}

.logo img {
    display: block;
    /* image-rendering: -webkit-optimize-contrast; */
}

.header-search {
    display: flex;
    align-items: center;
    padding: 0 15px 10px;
    /* border-bottom: 1px solid #fff; */
    position: relative;
    overflow: hidden;
    min-width: 400px;
    min-height: 40px;
}

.header-search::before {
    content: "";
    background-color: #fff;
    height: 1px;
    width: 0%;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.45s ease-in-out;
}

.header-search.searchOpen::before {
    width: 100%;
}

.header-search-hidden {
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(110%);
    transition: all 0.45s ease-in-out;
}

.searchOpen .header-search-hidden {
    transform: translateX(0);
    ;
}

.header-search span {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    padding-left: 5px;
}

.header-search input {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
}

.header-search input::placeholder {
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
}

.header-search button {
    color: #f68e00;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    background-color: #141414;
}

.header-actions {
    padding-left: 25px;
}

.header-actions>li {
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
}

.header-actions a span {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.header-actions>li:nth-child(1)>a>span:nth-of-type(1) {
    transform: rotate(100deg);
    font-size: 16px;
    margin-right: 7px;
}

.header-actions a {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
}

.header-actions a span {
    /* margin: 0; */
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

.header-actions a img {
    /* margin-right: 5px; */
}

.header-actions a:hover,
.header-actions a:hover span {
    color: #f68e00;
}

.header-btn {
    padding: 20px 35px;
    border: 1px solid;
    color: #f68e00;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    /* box-shadow: 0 10px 12px 0 rgba(149, 86, 0, 0.49); */
    border: solid 1px #f68e00;
}

.header-btn:hover {
    color: #fff;
    background-color: #f68e00;
}


/* .header-scroll .main-header{
    padding:10px 7%;
} */


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #F68E00;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menuWrap {
    background-color: #fff;
}

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 7%;
    background-color: #fff;
}

.menu>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    /* position: relative; */
}



.menu>li>a {
    display: block;
    font-size: 16px;
    color: #131313;
    text-transform: capitalize;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 4px solid transparent;
    position: relative;
}

.menu-dropdown-link::before {
    content: "";
    width:12px;
    height:12px;
    border:1px solid #EC9013;
    background:linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    top:calc(100% + 7.8px);
    transform: rotate(45deg);
    border-bottom: none;
    border-right: none;
    z-index:4;
    visibility: hidden;

    opacity: 0;
    transition: 0.2s;
}


.menu-dropdown-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  height: 12px;
  visibility:hidden;
}

.menu-dropdown:hover .menu-dropdown-link::after {
    visibility:visible;   
}

.mm-active .menu-dropdown-link::after,
.mm-active .menu-dropdown-link::before {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}




.menu>li:hover>a,
.menu>li.active>a,
.mm-active>a {
    border-color: #EC9013 !important;
    color: #131313;
    /* color: rgb(240, 90, 35); */
}


/* Menu Dropdown CSS */

.header-menu {
    position: relative;
}

.menu>li.menu-dropdown {
    /* position: relative; */
}

.dd-icon {
    font-size: 12px;
    margin-left: 2px;
}

.megamenu-wrap {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    /*top: calc(100% + 20px);*/
    top: calc(100% + 10px);
    transform: translateY(-15px);
    will-change:transform;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: left;
    max-width: 1380px;
    padding: 30px 70px 30px 20px;
    margin-left: 7%;
    z-index: 2;
    transition: 0.4s;
    border: solid 1px #f68e00;
}


.mm-active .megamenu-wrap {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.megamenu-wrap h4 {
    color: #161616;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid #161616;
}

.megamenu-wrap h4 a {
    color: inherit;
}

.megamenu-items {
    padding-bottom: 30px;
}

.megamenu-items>li {
    position: relative;
    padding-left: 20px;
}

.megamenu-items>li:not(:last-child) {
    margin-bottom: 15px;
}

.megamenu-items>li::before {
    content: "";
    background-color: #161616;
    width: 13px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.megamenu-items a {
    color: #161616;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.megamenu-items a:hover {
    color: #F68E00 !important;
}

.megamenu-btm {
    padding-top: 25px;
    border-top: 2px solid #161616;
}

.megamenu-btm>li {
    display: inline-block;
    vertical-align: top;
}

.megamenu-btm>li:not(:last-child) {
    padding-right: 60px;
}

.megamenu-btm a {
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.megamenu-btm a:hover {
    color: #F68E00 !important;
}

.megamenu-case-studies h5 {
    color: #161616;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.mm-cs-items>li:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(9%, 9%, 9%, 0.1);
}

.mm-case-box p {
    color: #161616;
    font-size: 14px;
    line-height: 22px;
    padding-top: 15px;
}

.megamenu-case-studies>a {
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.megamenu-case-studies>a span {
    margin-left: 5px;
    font-size: 26px;
}

.megamenu-case-studies>a:hover {
    color: #F68E00 !important;
}

.mmw-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.mmw-left>* {
    width: 100%;
}

.megamenu-close {
    display:none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #EC9013 !important;
    color: #EC9013 !important;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    right: 12px;
    top: 12px;
}


/* mini menu */

.menumini-dropdown {
    position: relative;
}

.menumini-dropdown::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #EC9013;
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% + 3.8px);
    transform: rotate(45deg);
    border-bottom: none;
    border-right: none;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

.mini-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -11px;
  height: 12px;
  visibility:hidden;
}

.menumini-dropdown:hover .mini-dropdown::after {
    visibility:visible;   
}


.mini-dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60px;
    transform: translateY(-15px);
    will-change:transform;
    left: 0;
    width: 180px;
    background-color: #fff;
    text-align: left;
    margin: auto;
    transition: 0.4s;
    z-index: 2;
    border: solid 1px #f68e00;

}

.menumini-dropdown:hover .mini-dropdown,
.menumini-dropdown.mm-active .mini-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;


}

.menumini-dropdown:hover::before,
.menumini-dropdown.mm-active::before {
    visibility: visible;
opacity: 1;
transition-delay: 0.2s;

}

.mini-dropdown>li {
    margin-left: 0;
    width: 100%;
    position: relative;
}

.mini-dropdown>li>a {
    color: #1d1d1d !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
}

.mini-dropdown>li:hover a {
    color: #F68E00 !important;
}



/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    height: 780px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    /* align-items: flex-end; */
    position: relative;
    text-align: center;
    /* margin-top: 140px; */
}

.mainBanner h2 {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 900;
    padding-bottom: 20px;
}

.mainBanner p {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 40px;
}

.banner-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin-bottom: 15px;
}

.homebanner .banner-btns {
    margin-bottom: 40px;
}

.btn-theme-orange {
    padding: 16px 25px;
    background-color: #f68e00;
    border: 2px solid #f68e00;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    /* position: relative;
z-index: 1; */
    overflow: hidden;
    position: relative;
}

.btn-theme-orange::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    /* height: calc(100% + 4px) ; */
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg) translateX(0);
    transition: 0s;
}

.btn-theme-orange:hover::before {
    /* transform: skewX(-20deg) translateX(300px); */
    left: calc(100% + 15px);
    transition: all .5s ease-in-out;
}


.btn-theme-orange:hover {
    color: #fff;
}

.banner-btns .btn-theme-orange {
    padding: 20px 65px;
}

.btn-theme-white {
    padding: 20px 30px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #121212;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}


.btn-theme-white:hover {
    color: #1a1a1a;
}

.mainBanner .btn-theme-white {
    min-width: 240px;
}

.homebanner {
    height: 700px;
    /* padding-bottom: 60px; */
}

.mainbanner-reviews {
    padding-top: 35px;
}

.mainbanner-reviews>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

.banner-review-box {
    text-align: center;
}

.banner-review-box span {
    margin: 5px 0 7px;
    color: #f68e00;
    font-size: 20px;
    display: block;
}

.banner-review-box h6 {
    color: #f68e00;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}


/* home css */

.sec-padding {
    padding-left: 12%;
    padding-right: 12%;
}
.tp-padin {padding-top: 80px;}
.icon-counter-sec {
    border-bottom: 1px solid #c2c2c2;
}

.icon-counter-items {
    font-size: 0;
}

.icon-counter-items>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.icon-counter-items>li:not(:last-child) {
    border-right: 1px solid #c2c2c2;
}

.icon-counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
}

.icon-counter-box img {
    transition: all 0.25s ease-in-out;
}

.icon-counter-box:hover img {
    filter: invert(49%) sepia(97%) saturate(646%) hue-rotate(3deg) brightness(99%) contrast(102%);
}

.icon-counter-box-body {
    padding-left: 10px;
}

.icon-counter-box-body h4 {
    color: #121212;
    font-size: 36px;
    font-weight: bold;
    /* padding-bottom: 10px; */
}

.icon-counter-box-body h4 span {}

.icon-counter-box-body h6 {
    color: #121212;
    font-size: 17px;
    line-height: 21px;
}

.home-solutions {
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-solutions h2 {
    color: #1d1d1d;
    font-size: 36px;
    line-height: 43px;
    padding-bottom: 60px;
    font-weight: bold;
}

.solutions-box-content {
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.13);
    background-color: #fff;
}

.solutions-box-content-head {
    background-color: #1d1d1d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: tb;
    transform: scale(-1);
}

.solutions-box-right .solutions-box-content-head {
    position: absolute;
    left: -76px;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 1;
}

.solutions-box-right .solutions-box-content {
    margin-left: -16px;
}

.solutions-box-left .solutions-box-content {
    margin-right: -15px;
}

.solutions-box-left .solutions-box-content-head {
    position: absolute;
    right: -75px;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 1;
}

.solutions-box-content-head h3 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
}

.solutions-wrap-main>div:not(:last-child) {
    margin-bottom: 80px;
}

.solutions-box-right {
    /* margin-bottom: 80px; */
}

.solutions-box-body {
    padding: 45px 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.solutions-box-body h5 {
    color: #1d1d1d;
    font-size: 21px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.52px;
    padding-bottom: 25px;
}

.solutions-box-body p {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.4px;
    padding-bottom: 30px;
}

.solutions-box-img{
    overflow: hidden;
    font-size:0;
}

.solutions-box-img img{
    width:100%;
}

.solutions-box-img img{
    transition: 0.2s ease-in-out;
    transform: scale(1);
}

.solutions-box:hover  .solutions-box-img img{
    transform: scale(1.1);
}

.solutions-box-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-live-chat span {
    margin-left: 10px;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid #1d1d1d;
    transition: all 0.3s ease-in-out;
    vertical-align: top;
}

.btn-live-chat:hover span {
    color: #f68e00;
    border-color: #f68e00;
}

.home-who-work {
    padding-bottom: 60px;
}

.sec-heading-line {
    position: relative;
}

.sec-heading-line::before {
    content: "";
    width: 140px;
    background-color: #f68e00;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: -50px;
}

.sec-heading-line h2 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: 900;
    line-height: 43px;
    /* text-transform: capitalize; */
    letter-spacing: 0.47px;
    padding-bottom: 25px;
}

.sec-heading-line p {
    color: #666;
    font-size: 16px;
    line-height: 29px;
    padding-bottom: 30px;
}

.work-logos {
    font-size: 0;
    /* padding-top: 65px; */
}

.work-logos>li {
    display: inline-block;
    vertical-align: middle;
    width: 16.6667%;
    text-align: center;
    margin-top: 50px;
}

.work-logos img {
    transition: all 0.3s ease-in-out;
}

.work-logos img:hover {
    transform: scale(1.1);
}

.home-what-solutions {
    padding-bottom: 60px;
}
.tabNav-solution-type{
    padding-top:50px;
}
.tabNav-solution-type>li {
    /* margin-top: 30px; */
}

.tabNav-solution-type a {
    color: #1d1d1d;
    font-size: 21px;
    text-transform: capitalize;
    letter-spacing: 0.47px;
    position: relative;
    transition: .5s ease-in-out all;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    display: block;
    height: 45px;
}

.tabNav-solution-type a::before {
    content: attr(data-tabnav);
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s ease-in-out all;
    transform-origin: 50% 0;
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    width: 100%;
    font-size: 21px;
    font-weight: 900;
    text-transform: capitalize;
}

.tabNav-solution-type .active a,
.tabNav-solution-type a:hover {
    /* font-weight: 900; */
    transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.solutiontabContent {
    transition: all 0.2s cubic-bezier(.68,-0.55,.27,1.55);
}

.tabNav-images-wrap{
    position: relative;
    width:100%;
    height:100%;
}


.tabNav-images {

    overflow: hidden;
}

.tabNav-images > li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.tabNav-images > li.is-hover{
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.tabNav-images > li.is-active{
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.tabNav-images img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: .9s;
    transform: scale(1.1) translate(-40px,15px);
}

.tabNav-images > li.is-hover img,
.tabNav-images > li.is-active img{
    transform: scale(1) translate(0,0);
}

.tabNav-solution-type-content {
    padding: 75px 30px;
    background-color: #131313;
    min-height: 650px;
}

.tabNav-solution-type-content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    padding-bottom: 25px;
}

.tabNav-solution-type-content p {
    color: #cacaca;
    font-size: 16px;
    line-height: 29px;
    padding-bottom: 25px;
}

.tabNav-solution-type-content p strong {
    color: #fff;
    font-weight: 600;
}

.dot-circle-outline {
    font-size: 0;
}

.dot-circle-outline>li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.tabNav-solution-type-content .dot-circle-outline {
    max-width: 730px;
}

.dot-circle-outline>li::before {
    content: "";
    /* width: 9px;
height: 9px;
border-radius: 50%;
background-color: #f68e00;
position: absolute;
left: 0;
top: 3px; */
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 3px;
    width: 9px;
    height: 9px;
    box-shadow: 0 0 0 1px #131313, 0 0 0 2px #fff, inset 0 0 0 0px #fff8f8;
    background-color: #f68e00;
}


/*
.dot-circle-outline>li::after {
content: "";
background-color: transparent;
border: 1px solid #fff;
width: 13px;
height: 13px;
border-radius: 50%;
position: absolute;
left: -1.35px;
top: 1.2px;
} */

.dot-circle-outline>li:nth-child(even)::after {
    left: -1.45px;
}

.solution-type-btn {
    padding-top: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.solution-type-btn .btn-live-chat span {
    color: #fff;
    border-color: #f68e00;
}

.solution-type-btn .btn-live-chat:hover span {
    color: #f68e00;
}

.solutiontabContent img {
    height: 100%;
    object-fit: cover;
}

.concept-cta-sec h2 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
    padding-bottom: 30px;
}

.concept-cta-wrap {
    min-height: 165px;
    border-radius: 25px;
    padding: 0 40px;
    background-color: #fef9f2;
    ;
    /* box-shadow: 0 10px 12px 0 rgba(149, 86, 0, 0.49); */
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.concept-cta-wrap h4 {
    color: #131313;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
}

.concept-cta-wrap .row {
    width: 100%;
}

.concept-cta-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.concept-cta-btns h6 {
    color: #1d1d1d;
    font-size: 14px;
}

.concept-cta-link {
    display: flex;
    align-items: center;
}

.concept-cta-link span {
    margin-left: 10px;
    vertical-align: middle;
    color: #131313;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #131313;
    transition: all 0.3s ease-in-out;
}

.concept-cta-link:hover span {
    color: #f68e00;
    border-color: #f68e00;
}

.concept-cta-btns .btn-theme-white {
    width: 240px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    box-shadow: 0 10px 12px 0 rgba(149, 86, 0, 0.49);
    color: #f68e00;
    text-align: center;
}

.concept-cta-btns .btn-theme-white:hover {
    color: #fff;
}

.hire-logo-sec {
    padding-top: 15px;
    padding-bottom: 65px;
    text-align: center;
}

.hire-logo-sec h2 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 75px;
}

.hire-logo-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.good-client-sec .sec-heading-line h2 {
    font-weight: bold;
}

.good-client-logos {
    padding: 50px 0;
    /* display: flex;
align-items: center;
justify-content: space-between; */
}

.good-client-logos img {
    transition: all 0.3s ease-in-out;
    filter: grayscale(100);
    opacity: 0.23;
    cursor: pointer;
}

.good-client-logos img:hover,
.good-client-logos .slick-current img {
    filter: grayscale(0);
    opacity: 1;
}

.testimonials-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fef9f2;
}

.testimonial-slider-box-trustpilot {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
    padding-top: 15px;
}

.testimonial-slider-box-trustpilot span {
    color: #f68e00;
    font-size: 20px;
}

.testimonial-slider-box-user {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.testimonial-slider-box-user>div {
    margin-left: 25px;
    position: relative;
}

.testimonial-slider-box-user>div::before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #f68e00;
    left: 0;
    bottom: -20px;
    width: 100px;
}

.testimonial-slider-box-user h5 {
    color: #1d1d1d;
    font-size: 16px;
    letter-spacing: 0.58px;
    padding-bottom: 5px;
    /* line-height: 33px; */
}

.testimonial-slider-box-body h4 {
    color: #1d1d1d;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 10px;
}

.testimonial-slider-box-body p {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.4px;
    padding-bottom: 50px;
}

.testimonial-slider-box-body {
    padding-left: 15px;
    position: relative;
}

.testimonial-slider-box-body::before {
    content: "\f10d";
    font-size: 90px;
    color: #1d1d1d;
    font-weight: bold;
    opacity: 0.1;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: -15px;
    top: 145px;
}

.testimonial-slider-box-img {
    position: relative;
    padding-right: 15px;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    /* margin-left: -15%; */
}

.testimonial-slider-box-img::before {
    content: "";
    background-color: #1c6cc6;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    z-index: -1;
}

.tsb-bg-1::before {
    background-color: #007f0b;
}

.tsb-bg-2::before {
    background-color: #e99253;
}

.tsb-bg-3::before {
    background-color: #191b72;
}

.tsb-bg-4::before {
    background-color: #b4976f;
}

.tsb-bg-5::before {
    background-color: #5819b2;
}

.tsb-bg-6::before {
    background-color: #0764e3;
}

.tsb-bg-7::before {
    background-color: #faaed2;
}

.testimonial-slider-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 40px;
}

.slick-slide .testimonial-slider-btn img {
    display: inline-block;
}

.testimonial-slider-btn .btn-theme-orange {
    width: 240px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
}

.btn-240 {
    width: 240px;
    text-align: center;
    /* padding:0; */
}

.testimonial-prev,
.testimonial-next {
    font-size: 90px;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.testimonial-prev {
    left: -5%;
}

.testimonial-next {
    right: -5%;
}

.home-key-industries {
    background-color: #131313;
    /* padding-top: 50px; */
    position: relative;
    overflow: hidden;
}

.home-key-left-img-holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.home-key-right-img-holder {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}


/* .reveal {
visibility: hidden;
position: relative;
overflow: hidden;
} */


/* .img-reveal {
display: none;
} */

.img-reveal {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.home-key-left-img-holder>div {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 346px;
}

.home-key-right-img-holder>div {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 346px;
}

.img-reveal.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    z-index: 1;
}


/* .home-key-left-img-holder img {

transform-origin: left;
} */


/*
.home-key-industries::before {
content: "";
background-image: url(../images/key-industry-before.jpg);
width: 346px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.home-key-industries::after {
content: "";
background-image: url(../images/key-industry-after.jpg);
width: 346px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
} */

.home-key-industries h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.52px;
    padding-bottom: 75px;
}

.home-key-industries h4 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.5px;
    padding-bottom: 35px;
    text-align: center;
}

.key-industries-list>li:not(:last-child) {
    margin-bottom: 15px;
}

.key-industries-list a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 10px;
}

.key-industries-list a:hover,
.key-industries-list a.active {
    background-color: #f68e00;
    color: #131313;
}

.key-industry-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* padding: 0 30px; */
    padding: 0 10px;
}

.home-key-industries .border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 50px;
}

.home-faq {
    padding-top: 125px;
    padding-bottom: 125px;
}

.home-faq h2 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 50px;
}


/* accordion css */

.accordian li {
    margin-bottom: 1px;
}

.accordian li h4 {
    background-color: #fff;
    padding: 20px 40px 20px 30px;
    color: #131313;
    font-size: 18px;
    position: relative;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.accordian h4::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    right: 30px;
    top: 22px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.accordian p {
    color: #333;
    font-size: 16px;
    line-height: 29px;
    padding: 30px 30px 20px;
}

.accordian li>div {
    display: none;
    background-color: #f9f9f9;
}

.accordian li.active h4::after {
    transform: rotate(180deg);
    color: #fff;
}

.accordian li.active h4 {
    color: #fff;
    background-color: #f68e00;
}

.free-proposal-form {
    border: 1px solid #000;
}

.proposal-form-head {
    background-color: #131313;
    height: 75px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.proposal-form-head h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
}

.proposal-form-body {
    padding: 20px 60px;
    background-color: #f6f6f6;
}

.proposal-form-body h5 {
    color: #131313;
    font-size: 18px;
    padding-bottom: 15px;
    text-align: center;
}

.proposal-form-body h5 span {
    color: #f68e00;
    font-weight: bold;
    text-transform: capitalize;
}

.free-proposal-form input:not([type="submit"]) {
    height: 60px;
    width: 100%;
    padding: 0 30px;
    color: #352b1b;
    font-size: 14px;
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px rgba(84, 73, 62, 0.28);
    background-color: #fff;
    margin-bottom: 20px;
}

.free-proposal-form input:not([type="submit"])::placeholder {
    color: #352b1b;
}

.free-proposal-form textarea {
    height: 110px;
    width: 100%;
    padding: 15px 30px;
    color: #352b1b;
    font-size: 14px;
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px rgba(84, 73, 62, 0.28);
    background-color: #fff;
    margin-bottom: 30px;
    resize: none;
}

.free-proposal-form textarea::placeholder {
    color: #352b1b;
}

.free-proposal-form button {
    height: 60px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 10px 12px 0 rgba(149, 86, 0, 0.49);
    background-color: #f68e00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.free-proposal-form button span {
    margin-left: 10px;
    font-size: 28px;
    transform: rotate(-45deg);
    vertical-align: middle;
}

.proposal-form-body h6 {
    color: #131313;
    font-size: 17px;
    letter-spacing: 0.47px;
}

.proposal-form-body h6 a {
    color: #f68e00;
}

.proposal-form-footer {
    padding: 20px 0 30px;
    text-align: center;
}

.proposal-form-footer h5 {
    color: #131313;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.proposal-form-footer h5 span {
    color: #f68e00;
}

.proposal-form-steps {
    position: relative;
    padding-top: 40px;
}

.proposal-form-steps::before {
    content: "";
    background-color: #131313;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    width: 320px;
    margin: auto;
    z-index: -1;
    top: 18px;
}

.proposal-form-steps>li {
    color: #131313;
    font-size: 15px;
    letter-spacing: 0.47px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.proposal-form-steps>li span {
    width: 27px;
    height: 27px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
}

.home-blogs {
    padding-top: 55px;
    padding-bottom: 125px;
}

.home-blogs .sec-heading-line h2 {
    font-weight: bold;
}

.blog-box {
    margin-top: 50px;
    position: relative;
    font-size: 0;
}

.blog-box-img-holder {
    min-height: 330px;
    position: relative;
    /* mix-blend-mode: luminosity; */
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* z-index: 1; */
}

.blog-box:hover .blog-box-img-holder {
    /* background-color: #f68e00; */
    /* mix-blend-mode: normal; */
}

.blog-box-img-holder img {
    /* width: 100%;
filter: grayscale(100) brightness(0.8); */
}

.blog-box-img-holder::before {
    content: "";
    background-color: rgba(246, 142, 0, 0.8);
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    /* transform: translate(-100%, -100%) rotate(90deg); */
}

.blog-box:hover .blog-box-img-holder::before {
    opacity: 1;
    /* transform: translate(0, 0) rotate(0); */
}


/*
.blog-box:hover .blog-box-img-holder::before {
opacity: 0.53;
} */

.blog-box>img {
    position: absolute;
    right: 12px;
    top: 12px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.blog-box-img-holder h4 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    padding: 20px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.blog-box h6 {
    color: #666;
    font-size: 14px;
    font-style: italic;
    padding: 15px 15px 0;
}

.blog-box h6 span {
    color: #f68e00;
}

.blog-box a {
    display: block;
}

.blog-box:hover>img {
    filter: brightness(0) invert(1);
}

.home-support {
    padding-top: 65px;
    text-align: center;
    background-color: #f6f6f6;
    font-size: 0;
}

.home-support h2 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 25px;
}

.home-support p {
    color: #666;
    font-size: 16px;
    line-height: 29px;
    padding-bottom: 40px;
}

.support-cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 60px;
}

.support-cta-btns .btn-theme-orange {
    width: 240px;
    text-align: center;
    padding: 0;
    height: 50px;
    line-height: 50px;
}

.support-cta-btns h6 {
    color: #1d1d1d;
    font-size: 14px;
}

.support-cta-btns .concept-cta-link:hover span {
    color: #1d1d1d;
    border-color: #1d1d1d;
}

.home-support img+img {
    margin-top: 35px;
}


/* footer css */

.footer-left {
    background-color: #131313;
    padding-left: 30%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.footer-left h2 {
    padding: 40px 0 35px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    letter-spacing: 0.47px;
}

.footer-left h5 {
    padding: 40px 0 15px;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
}

.footer-contact>li {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.footer-contact a,
.footer-left p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.4px;
}

.footer-socials {
    padding-top: 55px;
}

.footer-socials>li {
    display: inline-block;
    vertical-align: top;
    padding-right: 35px;
}

.footer-socials a {
    font-size: 16px;
    color: #c3c3c3;
}

.footer-socials a:hover {
    color: #f68e00;
}

.footer-right {
    padding: 75px 0 75px 10%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-right h2 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 15px;
    letter-spacing: 0.47px;
}

.footer-right p {
    color: #fff;
    font-size: 27px;
    letter-spacing: 0.47px;
}

.footer-right p>span {
    color: #f69511;
    font-size: 34px;
    vertical-align: middle;
}

.footer-cities-list {
    font-size: 0;
    max-width: 600px;
    padding-top: 10px;
}

.footer-cities-list>li {
    display: inline-block;
    width: 33.333%;
    margin-top: 35px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.52px;
    font-weight: bold;
}

.footer-cities-list a {
    color: inherit;
}

.footer-cities-list a:hover {
    color: #F68E00;
}

.footer-bottom {
    padding: 50px 12% 60px;
}

.footer-bottom h4 {
    text-transform: capitalize;
    color: #131313;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}

.footer-menu>li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-menu a {
    color: #131313;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.46px;
    text-transform: capitalize;
}

.footer-menu a:hover {
    color: #f68e00;
}

.footer-bottom .col-md-3 img+img {
    margin-top: 20px;
    display: block;
}

.footer-pad-2 {
    padding-left: 15%;
}

.footer-pad-3 {
    padding-left: 25%;
}

.copyright {
    padding: 25px 12%;
}

.copyright p {
    color: #131313;
    font-size: 14px;
}

.copyright-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.copyright-menu>li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.copyright-menu>li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
}

.copyright-menu>li:not(:last-child)::before {
    content: "|";
    color: #131313;
    font-size: 14px;
    position: absolute;
    right: 0;
}

.copyright-menu a {
    color: #131313;
    font-size: 14px;
    text-transform: capitalize;
}

.copyright-menu a:hover {
    color: #f68e00;
}

.copyright-disclaimer p {
    padding: 10px 15px;
    color: #131313;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.4px;
    margin-top: 15px;
    background-color: #f7f7f7;
}

.design-matters-sec {
    padding-top: 50px;
    padding-bottom: 100px;
}

.design-matters-sec .sec-heading-line h2 {
    font-weight: bold;
}
.design-matters-img{
    overflow: hidden;
}
.design-matters-img img{
    transition: 0.4s ease-in-out;
transform: scale(1);
}

.dm-top:hover .design-matters-img img{
    transform: scale(1.1);
}

.matter-box-items {
    font-size: 0;
    padding-top: 50px;
    margin: 0 -15px;
}

.matter-box-items>li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
}

.matter-box {
    padding: 35px 50px;
    background-color: #f8f8f8;
    transition: all 0.3s ease-in-out;
}

.matter-box:hover {
    transform: scale(1.05);
}

.mb-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mb-head h6 {
    color: #f68e00;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 0.47px;
}

.mb-body h5 {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.47px;
    padding-bottom: 20px;
}

.mb-body p {
    color: #666;
    font-size: 14px;
    line-height: 29px;
    min-height: 200px;
    padding-bottom: 25px;
}

.mb-body p span {
    color: #f68e00;
    text-decoration: underline;
}

.mb-body p span a{
color:inherit;
text-decoration: inherit;

}

.mb-list>li {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    width: 100%;
}

.mb-list>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 9px;
    height: 9px;
    box-shadow: 0 0 0 1px #666, 0 0 0 1px #f8f8f8, inset 0 0 0 1px #f8f8f8;
    background-color: #f68e00;
    border-radius: 50%;
}

.mb-list h6 {
    color: #666;
    font-size: 14px;
}

.mb-list span {
    color: #f68e00;
    font-size: 18px;
    font-weight: 600;
}

.web-design-process {
    padding-top: 100px;
    padding-bottom: 100px;
}

.web-design-process .sec-heading-line h2 {
    font-weight: bold;
}

.wdp-items {
    font-size: 0;
}

.wdp-items>li {
    padding-top: 85px;
}

.wdp-box {
    position: relative;
    padding-left: 105px;
}

.wdp-box-img {
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.wdp-box img {
    /* position: relative; */
    /* left:0; */
    transition: all 0.3s ease-in-out;
}


/* .wdp-box-img img+img{
    position: absolute;
    right:0;
    bottom:calc(100% + 10px);
} */


/* .wdp-box-img img:nth-of-type(1){
    position: relative;
    top:0;
} */


/* .wdp-box:hover .wdp-box-img img:nth-of-type(1){
    /* top:calc(100% + 10px) */


/*
.wdp-box:hover  .wdp-box-img img+img{
    bottom:0;
} */

/*
.wdp-box:hover img{
    transform: scale(1.05);
} */
.wdp-box h4 {
    padding: 15px 0 15px;
    color: #1d1d1d;
    font-size: 36px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
}
.wdp-box h4::before {
    content: attr(data-num);
    color: #b9b9b9;
    font-size: 40px;
    font-weight: 400;
    width: 65px;
    height: 65px;
    border: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -105px;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.wdp-box:hover h4::before {
    color: #f68e00;
}
.wdp-box h4::after {
    content: "";
    height: 1px;
    width: 35px;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
}
.wdp-box h6 {
    color: #1d1d1d;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding-bottom: 40px;
}
.wdp-box p {
    color: #666;
    font-size: 18px;
    line-height: 29px;
    max-width: 930px;
}
.about-cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.about-us-cta {
    padding: 50px 0;
    background-color: #131313;
    text-align: center;
}
.about-us-cta h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    /* text-transform: capitalize; */
    padding-bottom: 25px;
    letter-spacing: 0.47px;
}
.about-us-cta p {
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    max-width: 930px;
    margin: 0 auto 50px;
}
.about-cta-btns h6 {
    color: #fff;
    font-size: 14px;
}
.about-cta-btns .concept-cta-link span {
    color: #fff;
    border-color: #fff;
}
.about-cta-btns .concept-cta-link:hover span {
    color: #f68e00;
    border-color: #f68e00;
}
.free-proposal-form-inline {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.free-proposal-form-inline::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(circle at 31% 45%, #ffefd8, rgba(255, 255, 255, 0.52) 97%);
    z-index: -1;
    opacity: 0.75;
}
.free-proposal-form-inline .sec-heading-line h2 {
    font-weight: bold;
}
.free-proposal-form-inline .sec-heading-line p a {
    color: #f68e00;
}
.fpfi-wrap {
    padding-top: 50px;
}
.fpfi-wrap p {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: 600;
    line-height: 110px;
    letter-spacing: 0.4px;
    padding-bottom: 35px;
}
.fpfi-wrap p input {
    width: 365px;
    color: #1d1d1d;
    font-size: 32px;
    line-height: normal;
    border-bottom: 2px solid #1D1D1D;
    text-align: center;
}
.fpfi-wrap p input::placeholder {
    color: rgba(11%, 11%, 11%, 0.3);
}
.fpfi-wrap p select {
    width: 440px;
    color: rgba(11%, 11%, 11%, 0.3);
    font-size: 32px;
    line-height: normal;
    border-bottom: 2px solid #1D1D1D;
    text-align: center;
}
.fpfi-wrap p .input-large {
    width: 930px;
}

/* The container */
.fpfi-checkbox {
    display: block;
    position: relative;
    padding-left: 40px;
    color: #1d1d1d;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fpfi-checkbox a {
    color: #f68e00;
}

/* Hide the browser's default checkbox */
.fpfi-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.fpfi-checkbox .checkmark {
    position: absolute;
    top: -7px;
    left: 0;
    height: 30px;
    width: 30px;
    border: 2px solid #1d1d1d;
    border-radius: 4px;
    /* background-color: #eee; */
}

/* On mouse-over, add a grey background color */
.fpfi-checkbox:hover input~.checkmark {
    /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
.fpfi-checkbox input:checked~.checkmark {
    /* background-color: #2196F3; */
}

/* Create the checkmark/indicator (hidden when not checked) */
.fpfi-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.fpfi-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.fpfi-checkbox .checkmark:after {
    left: 8px;
    top: 2px;
    width: 10px;
    height: 22px;
    border: solid #f68e00;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fpfi-wrap button {
    width: 280px;
    height: 60px;
    background-color: #f68e00;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 60px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.fpfi-wrap button span {
    font-size: 34px;
}
.fpfi-wrap button:hover {
    /* box-shadow: 0 10px 12px 0 rgba(149, 86, 0, 0.49); */
}
.fpfi-wrap button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg) translateX(0);
    transition: 0s;
}
.fpfi-wrap button:hover::before {
    left: calc(100% + 15px);
    transition: all .5s ease-in-out;
}
.fpfi-footer {
    margin-top: 30px;
    padding: 45px 0;
    position: relative;
}
.fpfi-footer::before {
    content: "";
    background-color: rgba(96%, 56%, 0%, 0.1);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 48%;
}
.fpfi-footer-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.fpfi-footer-left h4 {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.fpfi-footer-left h6 {
    color: #1d1d1d;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.fpfi-footer p {
    color: #1d1d1d;
    font-size: 16px;
    letter-spacing: 0.58px;
    line-height: normal;
}
.fpfi-footer a {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.fpfi-footer a:hover {
    color: #F68E00;
}

/*
*
*
SERVICES - custom ecommerce solutions page
*
*
*/
.subnav-menu {
    /* position: absolute;
left:0;
right:0;
top:0; */
    /* height:50px; */

    background-color: #6f70ff;
    text-align: left;
    padding: 0 7%;
}
.subnav-menu>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.subnav-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 4px solid transparent;
}
.subnav-menu a:hover,
.subnav-menu .active_nav a {
    border-color: #fff;
}
.mainBanner h5 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 40px;
    padding-top: 10px;
}
.mainBanner h5 span {
    color: #f68e00;
    font-size: 13px;
}
.banner-video a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.banner-video h6 {
    color: #fff;
    font-size: 20px;
    /* padding-bottom: 5px; */

    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}
.banner-video span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
    color: #f68e00;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: pulse 1.2s infinite ease-in-out;
}
.banner-video a:hover h6 {
    color: #f68e00;
    border-color: #f68e00;
}
@keyframes pulse {
    0% {
        /* transform: scale(1); */
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        /* transform: scale(1.05); */
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        /* transform: scale(1); */
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.services-inner-banner .banner-logos {
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 0;
    margin: 0 -15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0;
}
.services-inner-banner .banner-logos>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}
.services-inner-banner .main-banner-content {
    position: relative;
    /* padding-bottom:20px; */
    /* padding-bottom: 100px; */
}
.ecom-banner .main-banner-content::before {
    content: "";
    background-image: url(../images/webdesign-ecommerce/banner-before.png);
    width: 562px;
    height: 326px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -200px;
    bottom: -96px;
    position: absolute;
}
.ecom-banner .main-banner-content::after {
    content: "";
    background-image: url(../images/webdesign-ecommerce/banner-after.png);
    width: 299px;
    height: 352px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -150px;
    bottom: -96px;
    position: absolute;
}
.breadcrumbs {
    text-align: center;
    padding: 20px 0;
}
.breadcrumbs>li {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.breadcrumbs>li:not(:last-child)::after {
    content: ">";
    color: #f68e00;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    right: -7px;
}
.breadcrumbs a {
    color: #f68e00;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.breadcrumbs a:hover {
    color: #131313;
}
.ecomm-about {
    padding-top: 10px;
    padding-bottom: 50px;
}
.ecomm-heading h6 {
    color: #1d1d1d;
    font-size: 16px;
    letter-spacing: 4.7px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.ecomm-heading h2 {
    color: #1d1d1d;
    font-size: 36px;
    line-height: 43px;
    font-weight: bold;
    padding-bottom: 25px;
}
.ecomm-heading p {
    color: #1d1d1d;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.25px;
    max-width: 570px;
    padding-bottom: 40px;
}
.ecomm-box {
    padding-bottom: 60px;
    border-bottom: 4px solid #1d1d1d;
    overflow: hidden;
    height: 100%;
}

.ecomm-box-img{
    overflow: hidden;
    height:300px;
    font-size:0;
}

.ecomm-box-img a{
    display: block;
    overflow:hidden;
}

.ecomm-box-img img {
    transition: all 0.3s ease-in-out;
    width:100%;
}
.ecomm-box:hover .ecomm-box-img img {
    transform: scale(1.05);
}
.ecomm-box-body {
    padding: 20px 30px 0;
    min-height: 200px;
}
.ecomm-box h4 {
    color: #1d1d1d;
    font-size: 27px;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 0.6px;
    padding-bottom: 15px;
}
.ecomm-box p {
    color: #1d1d1d;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.35px;
    padding-bottom: 15px;
}
.ecomm-box-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ecomm-box-btns a:nth-child(1) {
    padding: 15px 20px;
    border: solid 1px #f68e00;
    background-color: #f68e00;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}
.ecomm-box-btns a:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg) translateX(0);
    transition: 0s;
}
.ecomm-box-btns a:nth-child(1):hover::before {
    left: calc(100% + 15px);
    transition: all .5s ease-in-out;
}
.ecomm-box-btns a:nth-child(1):hover {
    background-color: #f68e00;
    color: #fff;
    /* box-shadow: 0 10px 12px 0 rgba(149, 86, 0, 0.49); */
}
.ecomm-box-btns a:nth-child(2) {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.ecomm-box-btns a:nth-child(2) span {
    margin-left: 5px;
}
.ecomm-box-btns a:nth-child(2):hover {
    color: #f68e00;
}
.ecomm-features {
    padding-top: 50px;
    padding-bottom: 100px;
}
.sec-heading-alt h6 {
    color: #1d1d1d;
    font-size: 16px;
    letter-spacing: 4.7px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
}
.sec-heading-alt h6::before {
    content: "";
    width: 140px;
    background-color: #f68e00;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: -50px;
}
.sec-heading-alt h2 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: 900;
    line-height: 47px;
    letter-spacing: 0.47px;
    padding-bottom: 35px;
}
.ecomm-features-btns {
    display: flex;
    align-items: center;
    gap: 25px;
}
.ecomm-features-btns .concept-cta-link:hover span {
    color: #f68e00;
    border-color: #f68e00;
}
.ecomm-features .sec-heading-alt {
    position: relative;
    padding-right: 150px;
}
.ecomm-features .sec-heading-alt::before {
    content: "";
    background-image: url(../images/ecom-feat-head.png);
    width: 156px;
    height: 240px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    /* right: 80px; */
    right: 0;
    top: -40px;
}

.ecomm-features .sec-heading-alt h2 br{
    display: none;
}


.ecomm-feat-items {
    font-size: 0;
    margin: 0 -15px;
}
.ecomm-feat-items>li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 35px;
}
.ecomm-feat-box-img {
    min-height: 35px;
    margin-bottom: 5px;
}
.ecomm-feat-box-img img {
    position: relative;
    transition: all 0.3s ease-in-out;
    will-change: transform;
}
.ecomm-feat-box:hover img {
    transform: translateY(-10px);
}
.ecomm-feat-box h5 {
    color: #1d1d1d;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 0.6px;
    padding-bottom: 15px;
   /* text-transform: capitalize;*/
}
.ecomm-feat-box p {
    color: #1d1d1d;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
}
.testimonals-sec-alt {
    padding-top: 50px;
    padding-bottom: 125px;
    background-color: #fef9f2;
}
.testimonials-alt-items {
    font-size: 0;
    margin: 0 -15px;
}
.testimonials-alt-items>li {
    display: inline-block;
    width: 33.333%;
    padding: 0 15px;
    vertical-align: top;
}
.testimonial-alt-box {
    position: relative;
}
.testimonial-alt-box::before {
    content: "\f10d";
    color: rgba(0, 0, 0, 0.1);
    font-size: 46px;
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: -15px;
    top: -18px;
}
.testimonial-alt-box p {
    color: #1d1d1d;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.35px;
    padding-bottom: 25px;
    min-height: 210px;
}
.testimonial-alt-box-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial-alt-box-user-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.testimonial-alt-box-user-left span {
    color: #1d1d1d;
    font-size: 24px;
}
.testimonial-alt-box-user-left h5 {
    color: #1d1d1d;
    font-size: 12px;
    letter-spacing: 0.43px;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.testimonial-alt-box-user-left h6 {
    color: #1d1d1d;
    font-size: 12px;
    letter-spacing: 0.43px;
    text-transform: capitalize;
    line-height: 16px;
}
.testimonial-alt-box-user-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.testimonial-alt-box-user-right span {
    color: #f68e00;
    font-size: 13px;
}
.ecomm-service-detail {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ecomm-service-box {
    margin-bottom: 80px;
}
.ecomm-service-box-body {
    padding: 60px 60px;
    background-color: #fff;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.13);
}
.ecomm-service-box-body>img {
    transition: all 0.3s ease-in-out;
}
.ecomm-service-box:hover .ecomm-service-box-body>img {
    filter: invert(46%) sepia(97%) saturate(760%) hue-rotate(7deg) brightness(103%) contrast(104%);
}
.ecomm-service-box-body h4 {
    color: #1d1d1d;
    font-size: 21px;
/*    text-transform: capitalize;*/
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 20px 0 30px;
}
.ecomm-service-box-body p {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.4px;
    padding-bottom: 40px;
}
.ecomm-service-btns {
    display: flex;
    align-items: center;
    gap: 25px;
}
.ecomm-service-btns .concept-cta-link:hover span {
    color: #f68e00;
    border-color: #f68e00;
}
.ecomm-service-box-right .ecomm-service-box-body {
    position: relative;
    left: -95px;
}
.ecomm-service-box-left .ecomm-service-box-body {
    position: relative;
    right: -95px;
    z-index: 1;
}
.ecomm-feat-icon-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #131313;
}
.ecomm-feat-icon-sec h2 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    /* text-transform: capitalize; */
    letter-spacing: 0.5px;
    text-align: center;
    padding-bottom: 75px;
}
.ecom-feat-icon-items {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
.ecom-feat-icon-items>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
.ecom-feat-icon-items>li:not(:nth-child(4n)) {
    border-right: 1px solid #222;
}
.ecom-feat-icon-items>li:nth-child(1),
.ecom-feat-icon-items>li:nth-child(2),
.ecom-feat-icon-items>li:nth-child(3),
.ecom-feat-icon-items>li:nth-child(4) {
    border-bottom: 1px solid #222;
}

/* .ecom-feat-icon-items>li:nth-child(-n + 3) {
border-bottom: 1px solid #222222;
}â€‹ */
.ecom-feat-icon-box {
    /* padding: 40px 50px; */

    padding: 40px 35px;
    /* min-height: 350px; */

    /* min-height: 370px; */
}
.ecom-feat-icon-img {
    height: 50px;
    display:flex;
    align-items: flex-end;
}
.ecom-feat-icon-img img {
    transition: all 0.3s ease-in-out;
}
.ecom-feat-icon-box:hover img {
    filter: brightness(0) invert(1);
}
.ecom-feat-icon-box h5 {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 0 20px;
}
.ecom-feat-icon-box p {
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.4px;
}
.ecom-logo-sec {
    padding-top: 80px;
}
.ecom-logo-sec h2 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.47px;
    padding-bottom: 20px;
    text-align: center;
}
.ecom-logo-sec p {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 40px;
}
.ecom-logo-box {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    will-change: transform;
    /* transition: all 125ms linear;
transform: perspective(200px)  skew(-10deg) rotateZ(0deg) rotateX(15deg);
transform-origin: bottom center; */
}
.ecom-logo-box-left {
    transition: all 125ms linear;
    transform: perspective(200px) skew(-36deg) rotateZ(0deg) rotateX(15deg);
    transform-origin: bottom center;
}
.ecom-logo-box-left img {
    transform: skew(20deg);
}
.ecom-logo-box-right {
    transition: all 125ms linear;
    transform: perspective(200px) skew(36deg) rotateZ(0deg) rotateX(15deg);
    transform-origin: bottom center;
}
.ecom-logo-box-center-left {
    transition: all 125ms linear;
    transform: perspective(200px) skew(-20deg) rotateZ(0deg) rotateX(15deg);
    transform-origin: bottom center;
}
.ecom-logo-box-center-left img {
    transform: skew(10deg);
}
.ecom-logo-box-center-right {
    transition: all 125ms linear;
    transform: perspective(200px) skew(20deg) rotateZ(0deg) rotateX(15deg);
    transform-origin: bottom center;
}
.ecom-logo-box-center-right img {
    transform: skew(-10deg);
}
.ecom-logo-box-center {
    transition: all 125ms linear;
    transform: perspective(200px) rotateZ(0deg) rotateX(15deg);
    transform-origin: bottom center;
}
.ecom-logo-box-center img {}
.ecom-logo-box-right img {
    transform: skew(-20deg);
}
.ecom-logo-box:hover {
    transform: rotateX(0deg) skew(0deg);
    z-index: 1;
}
.ecom-logo-box img {
    transform: skew(10deg);
}
.ecom-logo-items {
    font-size: 0;
    margin: -145px -7.5px 60px;
    padding: 0 20px;
}
.ecom-logo-items>li {
    display: inline-block;
    width: 20%;
    padding: 0 7.5px;
    /* margin-bottom: 7.5px; */

    vertical-align: top;
    margin: -7px 0;
}

/* .ecom-logo-items > li:nth-child(1) {
position: relative;
left: 110px;
}
.ecom-logo-items > li:nth-child(9) {
position: relative;
left: 110px;
} */
.ecom-logo-items-row-one {
    margin: -145px 100px 60px;
}
.ecom-logo-items.ecom-logo-items-row-two {
    margin: -60px -7.5px 60px;
}
.ecom-logo-items.ecom-logo-items-row-three {
    margin: -60px -117.5px 60px;
}
.ecom-logo-items .ecom-logo-blank {
    width: 60%;
}
.ecom-color-mag {
    background-color: #f26721;
}
.ecom-color-oc {
    background-color: #3B383F;
}
.ecom-color-wp {
    background-color: #F7F7F7;
}
.ecom-color-dl {
    background-color: #F7F7F7;
}
.ecom-color-ja {
    background-color: #F7F7F7;
}
.ecom-color-wix {
    background-color: #E5E5E5;
}
.ecom-color-hs {
    background-color: #F97402;
}
.ecom-color-woo {
    background-color: #9C5A90;
}
.ecom-color-ss {
    background-color: #000000;
}
.ecom-color-sy {
    background-color: #86C208;
}
.ecom-color-bc {
    background-color: #34323E;
}
.ecom-color-vn {
    background-color: #F7F7F7;
}
.ecom-logo-sec .btn-theme-orange {
    padding: 22px 95px;
    color: #000;
}
.ecom-logo-sec .btn-theme-orange:hover {
    color: #fff;
}
.ecom-logo-sec .ecom-logo-btn-chat {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.ecom-logo-sec .ecom-logo-btn-chat span {
    color: #f68e00;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.ecom-logo-sec .ecom-logo-btn-chat span::before {
    content: "";
    background-color: #f68e00;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 1px;
    transition: all 0.3s ease-in-out;
}
.ecom-logo-sec .ecom-logo-btn-chat:hover span {
    color: #1d1d1d;
}
.ecom-logo-sec .ecom-logo-btn-chat:hover span::before {
    background-color: #1d1d1d;
}
.ecom-portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ecom-portfolio .sec-heading-alt h2 span {
    color: #f68e00;
    font-size: 40px;
    vertical-align: top;
}
.ecom-portfolio-items {
    font-size: 0;
    margin: 0 -15px;
}
.ecom-portfolio-items>li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 85px;
}
.ecom-portfolio-items a {
    display: block;
}
.ecomm-porfolio-box-img {
    overflow: hidden;
}
.ecomm-porfolio-box-img img {
    width: 100%;
    transition: all 0.35s ease-in-out;
}
.ecomm-portofolio-box:hover img {
    transform: scale(1.05);
}
.ecomm-portfolio-box-body {
    padding: 20px 25px 50px;
    transition: all 0.3s ease-in-out;
}
.ecomm-portofolio-box:hover .ecomm-portfolio-box-body {
    background-color: #1d1d1d;
}
.ecomm-portfolio-box-body * {
    transition: all 0.3s ease-in-out;
}
.ecomm-portfolio-box-body h6 {
    color: #1d1d1d;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4.7px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.ecomm-portfolio-box-body h6::before {
    content: "";
    background-color: #f68e00;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: -25px;
    width: 140px;
}
.ecomm-portfolio-box-body h5 {
    color: #1d1d1d;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.4px;
}
.ecomm-portofolio-box:hover h6,
.ecomm-portofolio-box:hover h5 {
    color: #fff;
}
.ecom-pricing {
    background-color: #f6f6f6;
    padding-top: 75px;
    padding-bottom: 75px;
}
.ecom-pricing-items {
    font-size: 0;
    text-align:center;
}
.ecom-pricing-items>li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    position: relative;
    padding:0 15px;
    margin-bottom: 35px;
}
.pricing-box {
    background-color: #fff;
    padding: 50px 70px 40px;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    bottom: 0;
    z-index: 1;
}
.pricing-box * {
    transition: all 0.3s ease-in-out;
}
.pricing-box h6 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.47px;
    padding-bottom: 30px;
    text-align: center;
}
.pricing-box h2 {
    color: #f68e00;
    font-size: 92px;
    font-weight: 900;
    letter-spacing: 0.47px;
    padding-bottom: 10px;
    text-align: center;
}
.pricing-box h5 {
    color: #1d1d1d;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.pricing-box h5 span {
    text-decoration: line-through;
}
.pricing-box p {
    color: #1d1d1d;
    font-size: 18px;
    line-height: 31px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
    text-align: center;
}
.pricing-box-features>li {
    color: #1d1d1d;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    text-align:left;
}
.pricing-box-features>li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    color: #1d1d1d;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
}

.pricing-box-features {
  height: 220px;
  overflow: auto;
  max-width: 300px;
  margin: 25px auto 25px;
  scrollbar-color: #F68E00 #ead4d494;
  scrollbar-width: thin;
}

.pricing-box .btn-theme-orange {
    width: 90%;
    text-align: center;
    display: block;
    margin: auto;
}
.pricing-box h4 {
    padding-top: 15px;
    color: #1d1d1d;
    font-size: 12px;
    text-align: center;
}
.pricing-box-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}
.pricing-box-btns a {
    color: #1d1d1d;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.pricing-box-btns a img {
    margin-right: 5px;
}
.pricing-box-btns a:hover {
    color: #f68e00;
}
.ecom-pricing-items h3 {
    text-align: center;
    color: #131313;
    font-size: 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f68e00;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: max-content;
    margin: auto;
}
.ecom-pricing-items h3>a {
    color: inherit;
}
.ecom-pricing-items h3:hover {
    color: #f68e00;
}
.ecom-pricing-wrap {
    padding-bottom: 35px;
    margin-top: 75px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    background-color: #fff;
    box-shadow: 0 26px 36px 0 rgba(50, 50, 50, 0.09);
}
.pricing-box-active {
    background-color: #131313;
    /*bottom: 65px;*/
}
.pricing-box-active h6,
.pricing-box-active h2,
.pricing-box-active h5,
.pricing-box-active p,
.pricing-box-active li,
.pricing-box-active h4,
.pricing-box-active .pricing-box-btns a {
    color: #fff;
}
.pricing-box .btn-theme-orange {
    border-color: #f68e00;
}
.pricing-box .btn-theme-orange:hover {
    /* border-color:#f68e00; */

    transform: scale(1.1);
}
.pricing-box .btn-theme-orange::before {
    content: none;
}
.pricing-box-active li::before {
    color: #fff;
}
.ecom-free-proposal {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #131313;
}
.ecom-free-proposal h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 25px;
    text-align: center;
}
.ecom-proposal-logos {
    font-size: 0;
    margin: 0 -15px;
    text-align: center;
    padding-bottom: 65px;
}
.ecom-proposal-logos>li {
    vertical-align: middle;
    display: inline-block;
    padding: 0 15px;
}
.ecom-free-proposal h4 {
    color: #f68e00;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 10px;
}
.ecom-free-proposal p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.free-proposal-btns {
    padding: 0px 100px;
    position: relative;
    position: relative;
    padding-top: 65px;
    margin-top: 20px;
}
.free-proposal-btns::before {
    content: "";
    background-image: url(../images/free-proposal-before.png);
    width: 129px;
    height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    top: 20px;
    z-index: 1;
}
.free-proposal-btns::after {
    content: "";
    background-image: url(../images/free-proposal-after.png);
    width: 129px;
    height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
    top: 20px;
    z-index: 1;
}
.free-proposal-btns>a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f68e00;
    border: 2px solid #f68e00;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.free-proposal-btns>a:hover {
    /* background-color: #000; */

    color: #fff;
    /* box-shadow: 0 10px 12px 0 rgba(149, 86, 0, 0.49); */
}
.free-proposal-btns>a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    height: calc(100% + 4px);
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg) translateX(0);
    transition: 0s;
}
.free-proposal-btns>a:hover::before {
    left: calc(100% + 15px);
    transition: all .5s ease-in-out;
}
.free-prop-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.free-prop-flex h6 {
    color: #fff;
    font-size: 20px;
}
.free-prop-flex h6 span {
    font-weight: bold;
}
.free-prop-flex a {
    display: flex;
    align-items: center;
}
.free-prop-flex a span {
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 1px solid #f68e00;
    transition: all 0.3s ease-in-out;
}
.free-prop-flex a:hover span {
    color: #f68e00;
}
.more-services {
    padding-top: 75px;
    padding-bottom: 75px;
}
.ecomm-alt-box {
    padding-bottom: 60px;
    border-bottom: 4px solid #1d1d1d;
}
.ecomm-box-alt-body {
    padding: 20px 30px 0;
}
.ecomm-alt-box h4 {
    color: #1d1d1d;
    font-size: 27px;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.ecomm-alt-box p {
    color: #1d1d1d;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.35px;
    padding-bottom: 15px;
}
.ecomm-alt-box-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}
.ecomm-alt-box-btns a:nth-child(1) {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #f68e00;
    background-color: #f68e00;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.ecomm-alt-box-btns a:nth-child(1):hover {
    background-color: #000;
    color: #f68e00;
}
.ecomm-alt-box-btns a:nth-child(2) {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #1d1d1d;
    border: 1px solid #1d1d1d;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.ecomm-alt-box-btns a:nth-child(2):hover {
    color: #fff;
    background-color: #000;
}
.ecom-faq {
    padding-bottom: 75px;
}
.ecom-accordion>li {
    border-bottom: 1px solid #C3C3C3;
    margin-top: 50px;
}
.ecom-accordion h4 {
    color: #555;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    position: relative;
    padding-right: 55px;
    padding-bottom: 45px;
    cursor: pointer;
}
.ecom-accordion h4::before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #555;
    font-size: 32px;
    position: absolute;
    right: 20px;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.ecom-accordion .active h4::before {
    transform: rotate(-180deg);
}
.ecom-accordion p {
    padding-bottom: 45px;
    color: #1d1d1d;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.47px;
}
.ecom-faq-links {
    padding-bottom: 45px;
}
.ecom-faq-links>li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.ecom-faq-links>li::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #555555;
    position: absolute;
    left: 0;
    top: 3.5px;
}
.ecom-faq-links a {
    color: #f68e00;
    font-size: 20px;
    text-transform: capitalize;
}
.ecom-faq-links li{
    font-size:20px;
}
.ecom-accordion div {
    display: none;
}
.ecomm-book-cta {
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #f6f6f6;
}
.ecomm-book-cta h2 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    padding-bottom: 65px;
    text-align: center;
}
.ecomm-book-cta h2 span,
.service-dropdown-toggle {
    color: #f68e00;
    text-transform: capitalize;
}

.service-dropdown-wrap{
    position: relative;
    display: inline;
}
.service-dropdown-toggle>i{
    font-size:18px;
    animation: up-and-down .6s infinite alternate;
}


@keyframes up-and-down {
    0% {
     transform:translateY(0)
    }
    to {
     transform:translateY(-9px)
    }
}

   .service-dropdown{
    box-shadow: 0 12px 52px 0 rgba(0,0,0,.25);
    background-color: #fff;
    position: absolute;
    right: -20px;
    top: 100%;
    z-index: 1;
    padding:10px 0;
    width: 240px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
   }

   .service-dropdown-active .service-dropdown{
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
   }

   .service-dropdown::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid rgba(0,0,0,0);
    border-right: 14px solid rgba(0,0,0,0);
    border-bottom: 20px solid #fff;
    position: absolute;
    bottom: 100%;
    right: 15px;
   }

   .service-dropdown > li {
    font-size: 22px;
    color: #1d1d1d;
    text-align: left;
    padding: 10px 25px;
    text-transform: capitalize;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.service-dropdown > li:hover{
    background-color:#e5e5e54a;
    color:#f68e00;
}


.ecomm-book-cta .btn-theme-orange {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #000;
}
.ecomm-book-cta .btn-theme-orange:hover {
    color: #fff;
}
.ecomm-book-cta .ecom-logo-btn-chat {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.ecomm-book-cta .ecom-logo-btn-chat img {
    margin-right: 5px;
}
.ecomm-book-cta .ecom-logo-btn-chat span {
    color: #f68e00;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.ecomm-book-cta .ecom-logo-btn-chat span::before {
    content: "";
    background-color: #f68e00;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 1px;
    transition: all 0.3s ease-in-out;
}
.ecomm-book-cta .ecom-logo-btn-chat:hover span {
    color: #1d1d1d;
}
.ecomm-book-cta .ecom-logo-btn-chat:hover span::before {
    background-color: #1d1d1d;
    ;
}
.ecomm-free-proposal {
    padding-top: 75px;
    padding-bottom: 75px;
}
.ecomm-free-proposal .proposal-form-footer {
    display: none;
}
.ecomm-free-prop-right h2 {
    color: #1d1d1d;
    font-size: 67px;
    line-height: 74px;
    padding-bottom: 50px;
    letter-spacing: 0.47px;
}
.ecomm-free-prop-right h5 {
    color: #1d1d1d;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 0.47px;
    margin-bottom: 10px;
}
.ecomm-free-prop-right a {
    color: #f68e00;
    font-size: 73px;
    font-weight: bold;
    padding-bottom: 25px;
}
.ecom-prop-right-list>li {
    position: relative;
    color: #1d1d1d;
    font-size: 34px;
    padding-left: 40px;
    margin-bottom: 25px;
}
.ecom-prop-right-list>li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    color: #1d1d1d;
    font-size: 27px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 3.5px;
}
.ecom-prop-logos {
    font-size: 0;
    margin: 0 -15px;
    max-width: 530px;
}
.ecom-prop-logos>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    margin-bottom: 25px;
    width: 25%;
}
.home-key-inner {
    background-color: #131313;
    position: relative;
    z-index: 2;
    padding: 50px 0;
}
.ecomm-about-new .ecomm-heading p {
    max-width: 100%;
    padding-right: 60px;
}
.ecomm-about-new .ecomm-heading p span {
    display: inline;
    color: #f68e00;
    font-weight: 600;
}
.ecomm-about-new .ecomm-heading p a {
    color: #f68e00;
    text-decoration: underline;
    font-weight: 600;
}
.ecomm-about-new {
    padding: 65px 3% 40px 12%;
}
.ecomm-whats-right {
    padding-top: 100px;
}
.ecomm-whats-right p {
    color: #1d1d1d;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.35px;
}
.ecomm-whats-right p span {
    color: #f68e00;
    display:inline;
}
.whats-right-img-wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.whats-right-img-wrap h6 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.47px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.whats-right-img-wrap img:nth-of-type(2) {
    position: relative;
    right: 100px;
}
.ecomm-more-service {
    padding-top: 100px;
    padding-bottom: 100px;
}
.more-service-items {
    font-size: 0;
    margin: 0 -15px;
}
.more-service-items>li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
    margin-top: 50px;
}
.mrs-img {
    min-height: 90px;
    transition: all 0.3s ease-in-out;
    position: relative;
    bottom: 0;
}
.more-service-box:hover .mrs-img {
    bottom: 15px;
}
.more-service-box h4 {
    color: #1d1d1d;
    font-size: 24px;
    font-weight: bold;
    /* text-transform: capitalize; */

    letter-spacing: 0.57px;
    padding-bottom: 20px;
}
.more-service-box p {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.4px;
}
.ecom-pricing-alt {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f6f6f6;
}
.pricing-items-alt {
    font-size: 0;
    /* padding-top: 75px; */
}
.pricing-items-alt>li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    position: relative;
    text-align: center;
}
.pricing-items-alt>li .btn-theme-orange {
    width: 365px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}
.pricing-box-alt {
    padding: 35px 0 30px;
    background-color: #fff;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    bottom: 0;
    z-index: 1;
}
.pricing-box-alt * {
    transition: all 0.3s ease-in-out;
}
.pricing-box-alt-img {
    /* display: inline-block;
    overflow: hidden; */
    padding-top: 20px;
    position: relative;
}
.pricing-box-alt-img img:nth-of-type(1) {
    transition-delay: 0s;
}
.pricing-box-alt-img img:nth-of-type(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.pricing-box-alt-active .pricing-box-alt-img img:nth-of-type(1) {
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}
.pricing-box-alt-active .pricing-box-alt-img img:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.pricing-box-alt h4 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 35px;
}
.pricing-box-alt h6 {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.pricing-box-alt h3 {
    color: #f68e00;
    /* font-size: 92px; */
    font-size:52px;
    font-weight: 900;
    padding-bottom: 10px;
}
.pricing-box-alt h5 {
    color: #1d1d1d;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 45px;
}
.pricing-box-alt h5 span {
    text-decoration: line-through;
}
.pricing-box-alt p {
    color: #1d1d1d;
    font-size: 18px;
    line-height: 31px;
    padding-bottom: 15px;
}

.pricing-lst {
    height: 150px;
    overflow: auto;
    max-width: 300px;
    margin: 25px auto 25px;
    scrollbar-color: #F68E00 #ead4d494;
scrollbar-width: thin;
}

.pricing-lst > li {
    font-size: 16px;
    line-height: 20px;;
    color: #1d1d1d;
    text-transform: capitalize;
}

.pricing-lst > li:not(:last-child){
    margin-bottom: 10px;
}

.thumbs-base-outer {
    transform: rotate(-4deg);
    position: relative;
}

.thumbs-icon{
    width: 70px;
    margin: auto;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}

#pricing-thumbs {
    transition: all 0.3s ease-in-out;
    transform: rotate(-12deg);
    filter: drop-shadow(-2px 5px 2px rgba(0,0,0,0.4));
}




.thumbs-icon .cls-1 {
    fill: #f68e00;
}


.thumbs-icon .cls-1,
.thumbs-icon .cls-2 {
    fill-rule: evenodd;
}

.thumbs-icon .cls-2 {
    fill: #fff;
}

.thumbs-base{
    width:196px;
    height:50px;
    background-color:#f68e00;
    box-shadow: 0 3px 8px 0 rgba(149, 86, 0, 0.25);
    margin: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
    transform: perspective(100px) rotateX(25deg);
}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { @media {

    .thumbs-base{

        transform: none;
    }

}}

.thumbs-base-outer h6{
    color:#fff;
    font-size:12px;
    font-weight: bold;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    letter-spacing: 0.4px;
}

#pricing-confetti {
    width: 145px;
    position: absolute;
    left: -39px;
    right: 0;
    bottom: 15px;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(.68,-0.55,.27,1.55);
    will-change: transform;
}

.pricing-box-alt-active #pricing-confetti{
    transform: scale(1);
}

#pricing-confetti .cls-2 {
    fill: #fff;
}

.pricing-box-alt-active #pricing-thumbs{
    transform: rotate(0);
    filter: drop-shadow(-2px 5px 2px rgba(0,0,0,0));
}

.pricing-box-alt-active .thumbs-icon .cls-1{
    fill:#fff;
}

.pricing-box-alt-active .thumbs-icon .cls-2 {
    fill: #6f70ff;
}

.pricing-box-alt-active .thumbs-base{
    background-color:#fff;
}

.pricing-box-alt-active .thumbs-base-outer h6{
    color:#6f70ff;
}

.epa-wrap {
    background-color: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 26px 36px 0 rgba(50, 50, 50, 0.09);
    margin-top: 120px;
}
.pricing-box-alt-active {
    box-shadow: 0 10px 12px 0 rgba(50, 50, 50, 0.49);
    background-color: #6f70ff;
    bottom: 115px;
}
.pricing-box-alt-active h4,
.pricing-box-alt-active h6,
.pricing-box-alt-active h3,
.pricing-box-alt-active h5,
.pricing-box-alt-active p,
.pricing-box-alt-active h5 span,
.pricing-box-alt-active .pricing-lst > li {
    color: #fff;
}
.epa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
}
.epa-btn a:nth-of-type(1) {
    color: #131313;
    font-size: 16px;
    position: relative;
}
.epa-btn a:nth-of-type(1):hover {
    color: #EC9013;
}
.epa-btn a:nth-of-type(1)::before {
    content: "";
    position: absolute;
    background-color: #EC9013;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 1px;
}
.epa-btn a:nth-of-type(2) {
    color: #1d1d1d;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}
.epa-btn a:nth-of-type(2):hover span {
    color: #EC9013;
}
.epa-btn a:nth-of-type(3) {
    color: #1d1d1d;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}
.epa-btn a:nth-of-type(3):hover span {
    color: #EC9013;
}
.epa-btn a:nth-of-type(2) span,
.epa-btn a:nth-of-type(3) span {
    transition: all 0.3s ease-in-out;
}
.epa-btn a:nth-of-type(3) img {
    width: 12px;
}
.video-chat-cta {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #fef9f2;
}
.video-chat-box {
    position: relative;
}
.video-chat-box img:nth-of-type(2) {
    width: 100%;
}
.video-chat-box .videochat-review {
    position: absolute;
    top: 15px;
    left: 65px;
}
.video-chat-box a {
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.video-chat-box a span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #f68e00;
    font-size: 24px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: pulse 1.2s infinite ease-in-out;
}
.video-chat-cta h3 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    letter-spacing: 0.47px;
    padding-bottom: 30px;
}
.video-chat-cta p {
    color: #1d1d1d;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 30px;
}
.video-cta-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn-theme-border {
    width: 240px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 1px solid #1d1d1d;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: bold;
}
.btn-theme-border:hover {
    border-color: #fff;
    background-color: #fff;
    color: #f68e00;
    box-shadow: 0 10px 12px 0 rgba(14, 14, 14, 0.49);
}

/* About Us */
.banner-center {
    align-items: center;
}
.about-story {
    padding-top: 30px;
    padding-bottom: 100px;
}
.about-story .sec-heading-alt h2 span {
    font-weight: 400;
    display: inline;
}
.story-box-body {
    background-color: #fff;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.13);
    padding: 60px 60px;
    margin-top: -60px;
    position: relative;
}
.story-box-img {
    text-align: center;
}
.story-box-body h4 {
    color: #f68e00;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    letter-spacing: 0.52px;
}
.story-box-body h6 {
    color: #1d1d1d;
    font-size: 21px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 25px;
}
.story-box-body p {
    color: #1d1d1d;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.25px;
}
.story-box-items {
    font-size: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 70px;
    padding-top: 35px;
}
.story-box-items>li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.story-box-items>li .story-box-img img {
    width: 100%;
    padding: 0 45px;
}
.story-box-items>li:nth-child(2) {
    /* position: relative; */

    margin-top: 100px;
}
.story-box-items>li:last-child {
    width: 100%;
    /* position: relative;
top:100px; */
}
.story-box-items>li:last-child .story-box-img img {
    width: 100%;
    padding: 0 35px;
}
.about-ceo-note {
    padding: 100px 0;
    background-color: #f7f7f7;
}
.about-ceo-note h3 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 25px;
}
.about-ceo-note p {
    color: #1d1d1d;
    font-size: 22px;
    line-height: 44px;
    letter-spacing: 0.25px;
    padding-bottom: 35px;
}
.about-ceo-note h5 {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.47px;
    padding-bottom: 10px;
}
.about-ceo-note h6 {
    color: #1d1d1d;
    font-size: 18px;
    letter-spacing: 0.47px;
    padding-top: 15px;
}
.about-team {
    padding-top: 100px;
    padding-bottom: 100px;
}
.team-images {
    font-size: 0;
}
.team-images>li {
    padding: 0 15px;
    margin-bottom: 30px;
}
.team-img-wrap {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
    margin-top: 30px;
}
.team-img-wrap img {
    width: 50%;
}
.team-img-wrap img:nth-of-type(1) {
    margin-bottom: 15px;
}
.about-team-content {
    padding: 75px 0;
}
.about-team-content h3 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 30px;
}
.about-team-content p {
    color: #1d1d1d;
    font-size: 18px;
    line-height: 30px;
}
.about-choose {
    padding-top: 100px;
    padding-bottom: 50px;
}
.about-choose .sec-heading-line h2 {
    font-weight: bold;
    padding-top: 40px;
}
.choose-box {
    padding-left: 100px;
    padding-top: 20px;
    margin-top: 55px;
    position: relative;
}
.choose-box::before {
    content: attr(data-number);
    width: 65px;
    height: 65px;
    border: 1px solid #f4f4f4;
    color: #b9b9b9;
    font-size: 40px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.choose-box:hover::before {
    color: #f68e00;
}
.choose-box::after {
    content: "";
    background-color: #f4f4f4;
    height: 1px;
    width: 35px;
    position: absolute;
    top: 32.5px;
    left: 65px;
}
.choose-box h4 {
    color: #1d1d1d;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
}
.choose-box p {
    color: #1d1d1d;
    font-size: 18px;
    line-height: 30px;
}
.choose-img-two {
    padding-top: 60px;
}
.choose-img-one {
    padding-bottom: 30px;
}
.about-positions {
    padding-top: 100px;
    padding-bottom: 100px;
}
.open-positions-list {
    padding-top: 75px;
}
.open-positions-list>li {
    padding-bottom: 15px;
    border-bottom: 1px solid #DBDBDB;
}
.open-positions-list>li:not(:last-child) {
    margin-bottom: 40px;
}
.opl-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.opl-head h4 {
    color: #555;
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize;
}
.opl-head h6 {
    color: #555;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

/* contact  */
.contact-details {
    padding-top: 30px;
    padding-bottom: 100px;
}
.address-box-items {
    font-size: 0;
    margin: 0 -30px;
}
.address-box-items>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 30px;
}
.address-box {
    padding-top: 30px;
}
.ab-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
}
.ab-head h4 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: 900;
}
.address-box h5 {
    color: #1d1d1d;
    font-size: 21px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.address-box p,
.address-box a {
    color: #1d1d1d;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}
.address-box a:hover {
    color: #f68e00;
}
.contact-socials>li {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}
.contact-socials a {
    color: #1d1d1d;
    font-size: 18px;
}
.contact-socials a:hover {
    color: #f68e00;
}
.contact-map {
    padding-bottom: 100px;
}
.map-tooltip {
    background-color: #f68e00;
    padding: 10px 15px;
    border-radius: 10px;
    width: 225px;
    max-height: 75px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: calc(100% - 10px);
}
.map-tooltip p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25px;
}
.map-marker {
    width: 35px;
    height: 35px;
    background-color: #ACACAC;
    border: 10px solid #f68e00;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.map-marker::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #f69000 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 9px);
    margin: auto;
}
.contact-map-wrap {
    position: relative;
    height: 100%;
    width: 1440px;
    margin: auto;
}

/* .img-reveal {
    height: 734px;
} */
.contact-map-wrap>img {
    width: 100%;
}
.map-marker {
    position: absolute;
}
.mm-usa {
    top: 24.5%;
    left: 19.8%;
}
.mm-canada {
    left: 14.7%;
    top: 10%;
}
.mm-uk {
    left: 48.8%;
    top: 20.8%;
}
.map-marker:hover .map-tooltip {
    opacity: 1;
    visibility: visible;
}

/* custom pricing page */
.custom-pricing-calc {
    padding: 50px 6% 50px;
}
.custom-pricing-calc h2 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    padding-bottom: 40px;
    text-align: center;
}
.tabNavCustomPricing {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.tabNavCustomPricing>li {
    width: 16.6667%;
}
.tabNavCustomPricing a {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    position: relative;
    /* border-bottom:5px solid  ; */
}
.tabNavCustomPricing .active a {
    background-color: #f68e00;
    color: #fff;
}
.tabNavCustomPricing a::before {
    content: "";
    background-color: #1d1d1d;
    max-width: 170px;
    width: 100%;
    position: absolute;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.tabNavCustomPricing a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #f8f8f8 transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.tabNavCustomPricing .active a::after {
    opacity: 1;
}
.custom-pricing-calc-wrap {
    margin-top: 10px;
}
.cpcw-main {
    background-color: #f8f8f8;
    padding: 10px 5px 0 20px;
}
.cpcw-main h4 {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.47px;
    padding-bottom: 20px;
}
.cpcw-main p {
    color: #1d1d1d;
    font-size: 14px;
    padding-bottom: 30px;
}

/* The container */
.calc-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.calc-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.calc-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: solid 2px #f68e00;
    border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.calc-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.calc-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.calc-radio .checkmark:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f68e00;
    margin: auto;
}
.cpwc-type-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calc-input-number-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}
.calc-input-number-wrap h5 {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.calc-input-number-wrap p {
    color: #1d1d1d;
    font-size: 12px;
    padding-bottom: 0;
}
.cin-input {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cin-input span {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #4E4E4E;
    color: #4E4E4E;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cin-input input {
    background-color: #ededed;
    width: 75px;
    height: 35px;
    color: #1d1d1d;
    font-size: 14px;
font-weight: bold;
    text-align: center;
}
.cin-input input::-webkit-outer-spin-button,
.cin-input input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */

    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}
.cin-input input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}
.cpwc-checkbox-wrap {
    padding-top: 35px;
}

/* The container */
.calcCheckbox {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 15px;
    line-height: 15px;
    text-transform: capitalize;
}

/* Hide the browser's default checkbox */
.calcCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.calcCheckbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 2px solid #f68e00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.calcCheckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.calcCheckbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.calcCheckbox .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #f68e00;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cpwc-checkbox-options {
    font-size: 0;
}
.cpwc-checkbox-options>li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-bottom: 15px;
}
.custom-calc-sidebar {
    padding-top: 10px;
    margin-left: 15%;
}
.custom-calc-sidebar h5 {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.custom-calc-sidebar p {
    color: #1d1d1d;
    font-size: 12px;
    line-height: 21px;
    padding-bottom: 10px;
}
.custom-calc-cart {
    padding: 10px 5px 5px 5px;
    background-color: #ededed;
}
.ccc-head {
    display: flex;
    align-items: center;
}
.ccc-head span {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border: solid 4px #ededed;
    background-color: #f68e00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ccc-head h6 {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
    background-color: #f68e00;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: -6px;
}
table.cc-cart-table {
    width: 100%;
    border-collapse: collapse;
    color: #1d1d1d;
    table-layout: fixed;
}
table.cc-cart-table td,
table.cc-cart-table th {
    /* border-width: 1px;
border-color: #ffcc00;
border-style: solid; */

    padding: 10px 5px;
}
table.cc-cart-table thead td {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: bold;
}
table.cc-cart-table thead tr {
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
table.cc-cart-table tbody tr {
    border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}
table.cc-cart-table tbody td:nth-child(2) {
    /* border-left:  1px solid rgba(151, 151, 151, 0.2); */
}
table.cc-cart-table td {
    color: #1d1d1d;
    font-size: 12px
}
table.cc-cart-table thead tr th:nth-child(1),
table.cc-cart-table tbody td:nth-child(1) {
    width: 80%;
}
table.cc-cart-table thead tr th:nth-child(2),
table.cc-cart-table tbody td:nth-child(2) {
    width: 20%;
}
table.cc-cart-table tbody {
    /* overflow: hidden; */

    position: relative;
}
table.cc-cart-table tbody td:nth-child(2) {
    /* position: relative; */
}

/*
table.cc-cart-table tbody tr:nth-child(1) td:nth-child(2)::before{
content:"";
position: absolute;
background-color:rgba(151, 151, 151, 0.2);
right: 20%;
top: 0;
width: 1px;
height: 100%;

} */
.ccc-number-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.ccc-number-input input {
    /* width: 100%; */

    max-width: 40px;
    text-align: center;
    color: #1d1d1d;
    font-size: 12px;
}
.ccc-number-input span {
    color: #1d1d1d;
    font-size: 8px;
    cursor: pointer;
}
table.cc-cart-table tfoot th:nth-child(2) {
    text-align: center;
}
.cc-cart-table-wrap {
    height: 475px;
    overflow-y: auto;
    position: relative;
}
.cc-cart-table-wrap::before {
    content: "";
    position: absolute;
    background-color: rgba(151, 151, 151, 0.2);
    right: 20%;
    top: 0;
    width: 1px;
    height: 100%;
}
.cc-cart-footer {
    border-top: 1px solid rgba(151, 151, 151, 0.2);
    padding: 15px 0 0 15px;
}
.cc-cart-footer>li {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    /* border-top: 1px solid rgba(151, 151, 151, 0.2); */
    /* padding:15px 5px; */

    width: 100%;
    margin-bottom: 10px;
}
.cc-cart-footer h6 {
    width: 80%;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 600;
}
.cc-cart-footer span {
    width: 20%;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.cpcw-footer {
    background-color: #1d1d1d;
    padding-left: 20px;
}
.cpcw-footer p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
}
.cpcw-footer-btn {
    margin-left: 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}
.cpcw-footer-btn-end{
    justify-content: flex-end;
}

.cpcw-footer-btn a:nth-of-type(1) {
    width: 230px;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: bold;
}
.cpcw-footer-btn a:nth-of-type(2) {
    width: 180px;
    height: 40px;
    background-color: #f68e00;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}
.cpcw-footer-btn a:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg) translateX(0);
    transition: 0s;
}
.cpcw-footer-btn a:nth-of-type(2):hover::before {
    left: calc(100% + 15px);
    transition: all .5s ease-in-out;
}

.cpcw-footer-btn.cpcw-footer-btn-end>a{
    background-color: #f68e00;
    color: #fff;
}

/* thank you page */
.pricing-thankyou {
    padding: 100px 0 40px;
    text-align: center;
}
.pricing-thankyou h2 {
    background: linear-gradient(90deg, rgba(251, 144, 0, 1) 0%, rgba(252, 193, 0, 1) 100%);
    font-size: 213px;
    font-weight: bold;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.thankyou-support {
    background-color: transparent;
    padding-top: 15px;
    position: relative;
}
.thankyou-support::before {
    content: "";
    background-color: #f6f6f6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
}
.thankyou-support .concept-cta-link span {
    color: #1a1a1a;
}
.thankyou-support .concept-cta-link:hover span {
    border-color: #f68e00;
}
.thankyou-support .support-cta-btns {
    margin-bottom: 100px;
}
.thankyou-support img+img {
    margin-top: 55px;
}
.thankyou-footer .footer-top {
    display: none;
}

/* reviews page */
.review-page-wrap {
    padding-top: 50px;
}
.review-page-testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
}
.review-page-testimonials .testimonials-alt-items>li {
    margin-bottom: 70px;
}

/* case studies */
.case-studies-sec {
    padding-top: 50px;
    padding-bottom: 100px;
}
.case-study-items>li {
    padding-top: 75px;
}
.case-study-items>li:nth-child(odd) .testimonial-slider-box-img {
    margin-left: -15%;
}
.case-study-items>li:nth-child(even) .testimonial-slider-box-img {
    margin-right: -15%;
}

/* our works */
.our-works {
    padding-top: 40px;
    padding-bottom: 100px;
}
.our-works .sec-heading-alt h2 span {
    color: #f68e00;
}
.our-works .ecom-portfolio-items {
    padding-top: 35px;
}

/* checkout page */
.checkout-sec {
    padding: 50px 6% 50px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.checkout-sec h2 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    padding-bottom: 40px;
    text-align: center;
}
.checkout-wrap {
    background-color: #f8f8f8;
}

/* .checkout-main{

} */
.checkout-main {
    max-width: 790px;
    margin: auto;
    padding-top: 85px;
}
.checkout-main h3 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.47px;
    padding-bottom: 25px;
}
.checkout-field label {
    color: #878787;
    font-size: 14px;
    text-transform: capitalize;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 15px;
}
.checkout-field input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding: 0 15px;
    border: solid 1px #e4e4e4;
    background-color: #fff;
    color: #1d1d1d;
    font-size: 14px;
    margin-bottom: 15px;
}
.checkout-field input::placeholder {
    color: #878787;
}
.payment-exp {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #878787;
    font-size: 14px;
}
.payment-exp input {
    text-align: center;
    margin-bottom: 0;
}
.checkout-btn-wrap {
    padding-top: 15px;
}
.checkout-btn-wrap a {
    width: 175px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #f68e00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.checkout-btn-wrap a:hover {
    box-shadow: 0 10px 12px 0 rgba(149, 86, 0, 0.49);
}
.tabNavCheckout {
    font-size: 0;
    margin: 0 -15px 70px;
    position: relative;
}
.tabNavCheckout::before {
    content: "";
    background-color: #ededed;
    left: 95px;
    right: 95px;
    top: 0;
    height: 2px;
    position: absolute;
}
.tabNavCheckout::after {
    content: "";
    background-color: #f68e00;
    left: 95px;
    top: 0;
    height: 2px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 25%;
}
.tabNav50::after {
    width: 50%;
}
.tabNavCheckout>li {
    padding: 25px 15px 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
.tabNavCheckout>li::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    margin: auto;
    background-color: #ededed;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #f8f8f8, 0 0 0 4px #ededed, inset 0 0 0 0px #ededed;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.tabNavCheckout>li.active::before {
    box-shadow: 0 0 0 2px #f8f8f8, 0 0 0 4px #f68e00, inset 0 0 0 0px #f68e00;
    background-color: #f68e00;
}
.tabNavCheckout a {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    text-align: center;
}
.checkout-cartwrap {
    margin-left: 15%;
}
.cc-cart-coupen {
    padding: 25px 15px 30px;
    border-top: 1px solid rgba(151, 151, 151, 0.2);
}
.cc-cart-coupen h5 {
    color: #1d1d1d;
    font-size: #1d1d1d;
    font-size: 14px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.cc-cart-coupen-input {
    display: flex;
    align-items: center;
    gap: 5px;
}
.cc-cart-coupen-input input[type="text"] {
    width: 230px;
    color: #1d1d1d;
    font-size: 16px;
    padding: 0 15px;
    height: 40px;
    background-color: #fff;
}
.cc-cart-coupen-input input[type="submit"] {
    width: 115px;
    height: 40px;
    border: 2px solid #f68e00;
    color: #f68e00;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.cc-cart-coupen-input input[type="submit"]:hover {
    background-color: #f68e00;
    ;
    color: #fff;
}

/* page edits */
.wdesign-before::before {
    content: none !important;
}
.efi-design .ecom-feat-icon-img {
    min-height: 65px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.checkout-cartwrap .cc-cart-footer {
    height: 260px;
}
.checkout-cartwrap .cc-cart-footer>li:not(:last-child) h6,
.checkout-cartwrap .cc-cart-footer>li:not(:last-child) span {
    color: #8b8b8b;
}
.checkout-footer p {
    padding: 20px 25px;
    background-color: #1d1d1d;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

/* pricing popup */
.popup-pricing {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 695px;
    height: 470px;
    margin: auto;
    z-index: 9;
    display: flex;
    align-items: center;
    display: none;
    /* box-shadow: 0 24px 50px 0 rgba(0, 0, 0, 0.11); */
}
.popup-pricing .popup-inner {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.pp-head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
    gap: 5px;
}
.popup-pricing h6 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.popup-pricing h3 {
    color: #191011;
    font-size: 60px;
    font-weight: 900;
    line-height: 67px;
    letter-spacing: -1.7px;
    padding-bottom: 20px;
}
.popup-pricing p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4xp;
    max-width: 440px;
    padding-bottom: 35px;
}
.pp-btns {
    display: flex;
    align-items: center;
    gap: 45px;
}
.pp-btns a {
    width: 245px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    position: relative;
}
.pp-btns a:nth-of-type(1) {
    background-color: #6f70ff;
}
.pp-btns a:nth-of-type(1)::before {
    content: "";
    background-image: url(../images/pp-or.png);
    width: 24px;
    height: 44px;
    position: absolute;
    left: 100%;
    top: -20px;
}
.pp-btns a:nth-of-type(1):hover {
    box-shadow: 0 10px 12px 0 rgba(149, 86, 0, 0.49);
}
.pp-btns a:nth-of-type(2) {
    border: 1px solid #fff;
}
.pp-btns a:nth-of-type(2):hover {
    background-color: #fff;
    color: #1d1d1d;
    box-shadow: 0 10px 12px 0 rgba(14, 14, 14, 0.49);
}
.popup-pricing .popupclose {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #212121;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #212121;
}

/* get started popup */
.popup-getstarted {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 841px;
    height: 690px;
    margin: auto;
    z-index: 9;
    display: flex;
    align-items: center;
    display: none;
    /* box-shadow: 0 24px 50px 0 rgba(0, 0, 0, 0.11); */
}
.popup-getstarted .popup-inner {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.popup-getstarted .popupclose {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #212121;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -16px;
    top: -16px;
    color: #212121;
}
.pop-freeproposal {
    max-width: 350px;
    margin-left: auto;
}
.pop-freeproposal h3 {
    color: #f6f6f6;
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    padding-bottom: 15px;
}
.pop-freeproposal h3 span {
    font-weight: bold;
    color: #f68e00;
}
.pop-freeproposal p {
    color: #f6f6f6;
    font-size: 16px;
    letter-spacing: 0.3px;
    padding-bottom: 25px;
}
.pop-freeproposal h6 {
    color: #f6f6f6;
    font-size: 12px;
    text-align: center;
}
.pop-freeproposal h6 a {
    color: #f68e00;
    font-weight: bold;
}
.pop-freeproposal h6 a:hover {
    text-decoration: underline;
}
.gs-pop-field input {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #212121;
    padding: 0 20px;
    background-color: #f6f6f6;
    color: #212121;
    font-size: 14px;
    margin-bottom: 15px;
}
.gs-pop-field select {
    background-color: #212121;
    border: 1px solid #f6f6f6;
    padding: 0 20px;
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.gs-pop-field textarea {
    width: 100%;
    height: 90px;
    border-radius: 8px;
    border: 1px solid #212121;
    padding: 10px 20px;
    background-color: #f6f6f6;
    color: #212121;
    font-size: 14px;
    margin-bottom: 15px;
    resize: none;
}
.gs-pop-field label>input {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-bottom: 0;
    vertical-align: text-bottom;
}
.gs-pop-field label {
    color: #f6f6f6;
    font-size: 11px;
}
.gs-pop-field label a {
    color: #f6f6f6;
    text-decoration: underline;
}
.gs-pop-field label a:hover {
    color: #f68e00;
}
.gs-pop-field-sbt input,
.gs-pop-field-sbt button {
    width: 100%;
    height: 50px;
    background-color: #f68e00;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.gs-pop-field-sbt button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg) translateX(0);
    transition: 0s;
}
.gs-pop-field-sbt button:hover::before {
    left: calc(100% + 15px);
    transition: all .5s ease-in-out;
}
.gs-pop-field-sbt input:hover {
    /* box-shadow: 0 10px 12px 0 rgba(149, 86, 0, 0.49); */
}

/* delay popup form */
.popup-delay-form {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 1000px;
    height: 650px;
    margin: auto;
    z-index: 9;
    display: flex;
    align-items: center;
    display: none;
}
.popup-delay-form .popup-inner {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 55px 0 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-shadow: 3px 2px 13px 8px rgba(0, 0, 0, 0.13);
    background-color: #4e4fe1;
}
.popup-delay-form .popupclose {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #212121;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -16px;
    top: -16px;
    color: #212121;
}
.popup-delay-form h3 {
    -webkit-text-stroke: 3px #ffb95a;
    font-size: 95px;
    letter-spacing: -2.5px;
    color: #4e4fe1;
    font-weight: 900;
}

.popup-delay-form h3 span{
    position: relative;
}

.popup-delay-form h3 span::before{
    content: "";
    background-image: url("../images/pdf-img-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 75px;
    height: 85px;
    top: -6.5px;
    left: 2.6px;
}

.ppd-wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-right: 10px;
}
.ppd-wrap h3 {
    margin-left: -30px;
}
.ppd-img {
    flex-shrink: 0;

}

.ppd-img img {
    opacity: 0;
    transition: opacity 3s ease;

}
.ppd-wrap.ppd-open .ppd-img img {
    opacity: 1;
}
.ppd-body {
    padding-left: 10px;
    transition:all .8s ease;
    transform: translateX(-115px);
}
.ppd-wrap.ppd-open .ppd-body {
    transform: translateX(0);
}
.popup-delay-form h4 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 44px;
    padding-bottom: 10px;
}
.popup-delay-form p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.popup-delay-form h5 {
    color: #fff;
    font-size: 19px;
    padding-bottom: 20px;
    line-height: 19px;
}
.popup-delay-form h5 span {
    color: #f68e00;
    font-size: 13px;
    vertical-align: top;
}
.pp-d-logos {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}
.ppd-form-wrap h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.3px;
    padding-bottom: 15px;
}
.ppd-input input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 8px;
    border: solid 1px #b0b1ff;
    background-color: #5d5ef0;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.ppd-input select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 8px;
    border: solid 1px #5d5ef0;
    background-color: #b0b1ff;
    margin-bottom: 15px;
    color: #fff;
}
.ppd-input textarea {
    width: 100%;
    height: 90px;
    padding: 10px 15px;
    border-radius: 8px;
    border: solid 1px #b0b1ff;
    background-color: #5d5ef0;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    resize: none;
}
.ppd-input input::placeholder,
.ppd-input textarea::placeholder {
    color: #fff;
}
.ppd-checkbox label {
    color: #fff;
    font-size: 11px;
    margin-bottom: 25px;
}
.ppd-checkbox label input {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.ppd-checkbox label a {
    text-decoration: underline;
    color: #fff;
}
.ppd-checkbox label a:hover {
    color: #f68e00;
}
.ppd-submit input,
.ppd-submit button {
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f68e00;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.ppd-submit input:hover {
    /* box-shadow: 0 10px 12px 0 #5456ea; */
}

.ppd-submit button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg) translateX(0);
    transition: 0s;
}

.ppd-submit button:hover::before{
    left: calc(100% + 15px);
transition: all .5s ease-in-out;
}

/* case study detail */
.cs-detail-banner {
    background-size: cover;
    background-position: center;
    height: 630px;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 0 12% 50px;
}
.cs-detail-banner .container-fluid {
    width: 100%;
}
.cs-detail-banner h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 0.7px;
    padding-bottom: 30px;
}
.cs-detail-banner p {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 25px;
    max-width: 590px;
}
.cs-banner-box-wrap {
    font-size: 0;
    margin: 0 -25px;
}
.cs-banner-box-wrap>li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 25px;
}
.cs-b-box h5 {
    color: #f68e00;
    font-size: 66px;
    line-height: 56px;
    font-weight: bold;
    letter-spacing: 0.69px;
    padding-bottom: 10px;
}
.cs-b-box h6 {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}
.case-study-review {
    padding-top: 150px;
}
.cs-video-box {
    position: relative;
}
.cs-video-box h6 {
    font-family: 'Nanum Brush Script', cursive;
    color: #f68e00;
    font-size: 30px;
}
.cs-video-box img {
    width: 100%;
}
.cs-video-box a {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.cs-video-box a span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #f68e00;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.cs-review-wrap {
    padding-left: 15px;
}
.case-study-review p {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
    letter-spacing: 0.47px;
    padding-top: 60px;
    position: relative;
}
.case-study-review p::before {
    content: "\f10d";
    color: #f68e00;
    font-size: 45px;
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    left: -15px;
}
.case-study-review h5 {
    padding-top: 20px;
    color: #1d1d1d;
    font-size: 18px;
    line-height: 43px;
}
.cs-detail-about {
    padding-top: 100px;
}
.cs-detail-about h6 {
    color: #1d1d1d;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4.68px;
    padding-bottom: 10px;
}
.cs-detail-about h3 {
    color: #1d1d1d;
    font-size: 40px;
    line-height: 43px;
    font-weight: bold;
    padding-bottom: 20px;
}
.cs-detail-about p {
    color: #1d1d1d;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.3px;
    max-width: 930px;
}
.cs-detail-info-box h5 {
    color: #1d1d1d;
    font-size: 16px;
    letter-spacing: 4.7px;
    text-transform: uppercase;
    padding-bottom: 50px;
}
.cs-dib-list>li {
    color: #1d1d1d;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 35px;
}
.cs-dib-list>li span {
    color: #f68e00;
    font-weight: 600;
    margin-left: 2px;
}
.cs-detail-challenge {
    padding-top: 100px;
    padding-bottom: 100px;
}
.cs-detail-challenge h3 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
}
.cs-detail-challenge p {
    color: #1d1d1d;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.3px;
    max-width: 930px;
}
.csd-service-box h5 {
    color: #1d1d1d;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4.7px;
    padding-bottom: 25px;
}
.csd-service-links {
    font-size: 0;
}
.csd-service-links a {
    padding: 15px 15px 15px 10px;
    color: #1d1d1d;
    font-size: 20px;
    position: relative;
    display: block;
    text-transform: uppercase;
}
.csd-service-links a::before {
    content: "\f054";
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    color: #1d1d1d;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 10px;
    top: 15px;
}
.csd-service-links a:hover::before {
    color: #fff;
}
.csd-service-links a:hover {
    background-color: #f68e00;
    color: #fff;
}
.cs-details-slider {
    background-color: #fef9f2;
    padding: 100px 55px 0;
}
.cs-details-slider img {
    margin: auto;
}
.cs-prev,
.cs-next {
    width: 50px;
    height: 80px;
    background-color: #f68e00;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cs-prev {
    left: 0;
}
.cs-next {
    right: 0;
}
.cs-detail-strategy {
    padding-top: 100px;
}
.cs-detail-strategy h3 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
}
.cs-detail-strategy p {
    color: #1d1d1d;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.3px;
    max-width: 630px;
}
.cs-detail-impact {
    padding-top: 100px;
    padding-left: 12%;
}
.cs-detail-impact h3 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
}
.cs-detail-impact p {
    color: #1d1d1d;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.3px;
    padding-bottom: 40px;
}
.cs-detail-impact .matter-box {
    padding: 35px 35px
}
.cs-detail-impact .mb-body h5 {
    /* font-size:18p/x; */

    line-height: 28px;
}
.cs-detail-impact .matter-box p {
    font-size: 14px;
    line-height: 29px;
    padding-bottom: 0;
}
.cs-detail-cta-plans {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f6f6f6;
}
.cs-detail-cta-plans h3 {
    color: #1d1d1d;
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0.47px;
    padding-bottom: 50px;
}
.cs-detail-cta-plans p {
    color: #1d1d1d;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.3px;
    padding-bottom: 40px;
}
.cs-detail-cta-plans p span {
    color: #f68e00;
}
.cs-detailcta-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* case studies small/portfolio detail */
.cs-detail-banner.cs-detail-small-banner {
    align-items: center;
}
.cs-small-info {
    padding-top: 50px;
}
.cs-small-info h4 {
    color: #1d1d1d;
    font-size: 16px;
    letter-spacing: 4.7px;
    text-transform: uppercase;
    padding-bottom: 35px;
}
.cs-small-info-list>li {
    color: #1d1d1d;
    font-size: 20px;
    line-height: 59px;
}
.cs-small-info-list>li span {
    color: #f68e00;
    font-weight: 600;
    display: inline;
}
.cs-small-slider {
    padding: 60px 30px 0;
    background-color: #fef9f2;
    font-size: 0;
}
.cs-small-slider .cs-next,
.cs-small-slider .cs-prev {
    width: 24px;
    height: 46px;
    font-size: 30px;
    z-index: 1;
}
.cs-small-slider img {
    margin: auto;
}
.cs-small-box-sec {
    padding-top: 100px;
    padding-bottom: 50px;
}
.cs-small-box {
    padding: 40px 50px;
    background-color: #f8f8f8;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.cs-small-box:hover {
    transform: scale(1.05);
}
.cs-sm-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.cs-small-box h3 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.47px;
}
.cs-small-box p {
    color: #666;
    font-size: 14px;
    line-height: 29px;
}

/* states page */
.states-banner {
    height: 630px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 12%;
    margin-top: 140px;
}
.states-banner .container-fluid {
    width: 100%;
}
.states-banner h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 0.7px;
    padding-bottom: 25px;
}
.states-banner p {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 30px;
}
.states-banner-num {
    font-size: 0;
    max-width: 690px;
    border: 1px solid rgba(248, 248, 248, 0.3);
}
.states-banner-num>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    position: relative;
    padding: 25px 25px;
}
.states-banner-num>li:not(:last-child)::before {
    content: "";
    background-color: rgba(248, 248, 248, 0.3);
    height: 75px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sbn-box h5 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
}
.sbn-box h6 {
    color: #fff;
    font-size: 17px;
    line-height: 21px;
}
.states-form {
    max-width: 450px;
    margin-left: auto;
}
.states-form h3 {
    color: #0d0d0d;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.7px;
    padding-bottom: 10px;
}
.states-form h4 {
    color: #0d0d0d;
    font-size: 20px;
    letter-spacing: 0.7px;
    padding-bottom: 30px;
}
.states-form h4 span {
    color: #f68e00;
    font-weight: 900;
}
.states-form h6 {
    color: #131313;
    font-size: 14px;
    text-align: center;
}
.states-form h6 a {
    color: #f68e00;
}
.states-form h6 a:hover {
    text-decoration: underline;
}
.states-form input {
    border: solid 1px #040404;
    background-color: #fff;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
    padding: 0 15px;
}
.states-form button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f68e00;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.states-form button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg) translateX(0);
    transition: 0s;
}
.states-form button:hover::before {
    left: calc(100% + 15px);
    transition: all .5s ease-in-out;
}
.states-form button:hover {
    /* box-shadow: 0 10px 12px 0 rgba(149, 86, 0, 0.49); */
}
.states-form-body {
    padding: 30px 30px;
    background-color: #fff;
}
.states-form .proposal-form-footer {
    background-color: #f8f8f8;
}
.states-form .proposal-form-steps {
    font-size: 0;
}
.states-form .proposal-form-steps>li {
    width: 33.333%;
    font-size: 10px;
    color: #131313;
}
.states-form .proposal-form-steps::before {
    z-index: 0;
}
.states-sec-video {
    padding-top: 150px;
    padding-bottom: 100px;
}
.states-sec-video h2 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: bold;
    line-height: 51px;
    letter-spacing: 0.52px;
    padding-bottom: 25px;
}
.states-sec-video p {
    color: #1d1d1d;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.3px;
    padding-bottom: 30px;
}
.states-sec-video a {
    color: #f68e00;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.states-sec-video a span {
    font-size: 18px;
    /* vertical-align: top; */
}
.states-video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 460px;
    width: 100%;
    position: relative;
}
.svb-content {
    width: 50%;
    margin-left: auto;
    padding: 45px 30px 0;
    position: relative;
    height: 100%;
    background-color: rgba(29, 29, 29, 0.8);
}
.states-video-box h5 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.states-video-box a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 30px;
    bottom: 15px;
}
.states-video-box a span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #f68e00;
    font-size: 22px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: pulse 1.2s infinite ease-in-out;
}
.vbox-arrow {
    position: absolute;
    left: 100px;
    bottom: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vbox-arrow img {}
.vbox-arrow h6 {
    color: #f68e00;
    font-size: 30px;
    font-family: 'Nanum Brush Script';
    transform: rotate(-10deg);
    padding-bottom: 10px;
}
.states-client-sec h2 {
    color: #1d1d1d;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 50px;
    text-align: center;
}
.state-client-logo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 900px;
    margin: auto;
    padding-bottom: 75px;
}
.state-client-video {
    background-color: #F6F6F6;
    height: 100%;
}
.scv-img {
    position: relative;
}
.scv-img img {
    width: 100%;
}
.scv-img a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 30px;
    bottom: 15px;
}
.scv-img a span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #f68e00;
    font-size: 22px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: pulse 1.2s infinite ease-in-out;
}
.scv-body {
    padding: 45px 30px 45px 90px;
    background-color: #f6f6f6;
}
.scv-body p {
    color: #1d1d1d;
    /* font-size: 32px;
line-height: 43px; */

    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.47px;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
}
.scv-body p::before {
    content: "\f10d";
    color: #f68e00;
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    right: calc(100% + 25px);
    top: 0;
    font-family: "Font Awesome 5 Pro"
}
.scv-body h5 {
    color: #1d1d1d;
    font-size: 18px;
    letter-spacing: 0.26px;
    padding-bottom: 45px;
}
.scv-number {
    font-size: 0;
    max-width: 410px;
}
.scv-number>li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
}
.scv-number>li:not(:first-child) {
    padding-left: 30px;
}
.scv-number>li:not(:last-child)::before {
    content: "";
    background-color: #979797;
    width: 1px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.scv-number-box h4 {
    color: #f6930d;
    font-size: 66px;
    font-weight: bold;
    letter-spacing: 0.7px;
    padding-bottom: 10px;
}
.scv-number-box h6 {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 23px;
}
.states-client-sec {
    padding-bottom: 100px;
}

/* industries main page */
.industries-banner {
    padding-bottom: 50px;
}
.industries-banner .mainbanner-reviews {
    padding-top: 25px;
    font-size: 0;
}
.industries-banner .mainbanner-reviews>li {
    width: 33.333%;
}
.industry-marketing {
    padding-bottom: 100px;
}
.industry-marketing h2 {
    color: #1d1d1d;
    font-size: 36px;
    letter-spacing: 0.5px;
    line-height: 43px;
    padding-bottom: 25px;
    font-weight: bold;
}
.industry-marketing p {
    color: #666;
    font-size: 18px;
    line-height: 29px;
}
.industry-review-box {
    margin-top: 50px;
    background-color: #f6f6f6;
    position: relative;
}
.irb-num-items {
    font-size: 0;
    padding: 25px 0 40px;
    max-width: 320px;
    margin: auto;
}
.irb-num-items>li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    text-align: center;
}
.irb-num-items>li:not(:last-child)::before {
    content: "";
    background-color: #979797;
    width: 1px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.irb-num-box h5 {
    color: #f6930d;
    font-size: 47px;
    font-weight: bold;
    padding-bottom: 10px;
}
.irb-num-box h6 {
    color: #1d1d1d;
    font-size: 18px;
}
.industry-review-box h4 {
    color: #1d1d1d;
    font-size: 14px;
    letter-spacing: 4.7px;
    text-transform: uppercase;
    padding-left: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.industry-review-box h4::before {
    content: "";
    background-color: #f68e00;
    width: 140px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.industry-review-box h3 {
    color: #1d1d1d;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 30px;
    padding-left: 25px;
}
.industry-review-box p {
    padding-left: 70px;
    padding-bottom: 50px;
    position: relative;
    color: #1d1d1d;
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
    letter-spacing: 0.47px;
}
.industry-review-box p::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-size: 34px;
    font-style: normal;
    color: #f68e00;
    font-weight: bold;
    position: absolute;
    left: 25px;
    top: -10px;
}
.csr-wrap {
    position: relative;
}
.csr-wrap .vbox-arrow {
    left: auto;
    right: 150px;
}
.csr-wrap .vbox-arrow img {
    transform: scaleX(-1);
    z-index: 1;
}
.home-support .concept-cta-link:hover span {
    color: #F68E00;
}
.footer-contact a:hover {
    color: #F68E00;
}
.ecom-banner .main-banner-content {
    /* padding-bottom: 30px; */
}

/* split view css */
.ba-slider {
    position: relative;
    overflow: hidden;
}
.ba-slider img {
    width: 100%;
    display: block;
    max-width: none;
}
.ba-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.ba-slider .handle {
    /* Thin line seperator */

    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    background: rgba(0, 0, 0, .5);
    cursor: ew-resize;
}
.ba-slider .handle:after {
    /* Big orange knob  */

    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    margin: -32px 0 0 -32px;
    content: 'VS';
    color: #1a1a1a;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ba-slider .handle.ba-draggable:after {
    width: 50px;
    height: 50px;
    margin: -24px 0 0 -24px;
    /* line-height:50px; */

    font-size: 22px;
}
.video-cta-btns .btn-240 {
    padding: 0;
    height: 50px;
    line-height: 50px;
}


.terms-sec{
    padding:75px;
}

.terms-sec h2{
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px 0px 16px;
    line-height: 1.1em;
    font-size: 36px;
}


.terms-sec h3{
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size:24px;
}
.terms-sec p{
    margin: 0 0 10px;
    font-size:16px;
    line-height:30px;
}
.list-bullets {
    list-style: disc;
    margin: 10px 0px 25px 30px;
}

.list-bullets li {
    margin-bottom: 4px;
}

.video-chat-cta .btn-theme-border{
    text-transform: uppercase;
}


.faq-page{
padding-top:100px;
padding-bottom:100px;
}

.banner-terms{
    height:640px;
}

.refundpage{
    padding:100px 0;
}
/* .greenbox { background: var(--uptownwebsitecolor); padding: 18px; text-align: center; font-family: "Titillium Web", sans-serif; font-size: 24px; font-weight: bold; color: rgb(255, 255, 255); margin-bottom: 40px; } */
.refundpage .deci-bullets{
    padding-top:35px;
    padding-bottom:25px;
}

.refundpage p{
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 30px;
}

.refundpage p strong{
    font-weight:700;
}
.refund-con-box h3 { font-size: 24px; color:  #F68E00; margin-bottom: 15px; }
.refund-con-box-container { border: 1px solid rgb(199, 199, 199); height: 410px; padding: 25px 15px 25px 25px; border-radius: 9px; }
.refund-con-box { overflow-y: scroll; height: 350px; font-size: 13px; }
.refund-con-box li { list-style: disc; margin: 0px 18px; }
.refundpage ol li { margin: 0px 0px 0px 20px; padding-left: 48px; min-height: 59px; padding-top: 20px; font-size: 16px;
    line-height: 20px;}
.refundpage ol li + li { border-top: 1px solid rgb(204, 204, 204); }
.refund-con-box h3 { font-size: 24px; color: #F68E00; margin-top: 0px; }
.refund-con-box-container { border: 1px solid rgb(199, 199, 199); height: 410px; padding: 25px 15px 25px 25px; border-radius: 9px; }
.refund-con-box { overflow-y: scroll; height: 350px; font-size: 13px; }
.refund-con-box li {
    list-style: disc;
    margin: 0px 18px 5px;
    font-size: 14px;
    line-height: 20px;
}
.deci-bullets li { position: relative; list-style: none !important; margin-left: 0px !important; }
ol.deci-bullets li i { background: white; width: 35px; display: block; border-radius: 36px; border: 2px solid #F68E00; text-align: center; height: 35px; font-size: 18px; padding-top: 4px; position: absolute; top: 11px; left: 0px; display: flex;
    align-items: center;
    justify-content: center;
}

.popularlinks {
    padding-top: 20px;
}

.popularlinks h4 {
    color: #F68E00;
    margin-bottom:15px;
    font-weight:700;
}

.popularlinks a {
    color: rgb(51, 51, 51);
    font-size:16px;
    text-transform: capitalize;
    margin-bottom:10px;
}

.testimonial-slider-box-body .concept-cta-link span{
    border-bottom:none;
    padding-bottom:0;
}

.ecomm-service-btns .concept-cta-link span{
    text-transform: uppercase;
}

.ecomm-features .concept-cta-link span{
    text-transform: uppercase;
}

/* search autocomplete dropdown */

.header-seach-main{
    position:relative;
}

.search-autocomplete{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    background-color: #212121;
    text-align: left;
    z-index:1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.search-active{
    opacity: 1;
    visibility: visible;
}


.s-autocomplete li{
    display: block;
}
.s-autocomplete a {
    font-size: 14px;
    color: #fff;
    display:block;
}

.s-autocomplete a {
    font-size: 14px;
    color: #fff;
    background-color: #212121;
    padding: 10px 20px;
    text-transform: capitalize;
}

.s-autocomplete a:hover{
    background-color:#656565;
}

.case-studies-page .testimonial-slider-box-body::before {
    content: none;
}


/* brief form  */

.header-brief .header-menu,
.header-brief .header-seach-main,
.header-brief .header-actions {
    display: none;
}

.brief-footer .footer-top,
.brief-footer .footer-bottom{
    display: none;
}

.brief-form-intro {
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
}


.brief-form-intro::before {
    content: "";
    background-image: url(../images/bg-brief.png);
    position: absolute;
    right: 0;
    top: -60px;
    bottom: 0;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.brief-form-intro h3{
    color:#1d1d1d;
    font-size:68px;
    font-weight: bold;
    line-height: 73px;
    padding-bottom: 20px;;
}
.brief-form-intro p{
    color:#737373;
    font-size:22px;
    line-height: 32px;
    margin-bottom: 25px;
}

.brief-form-intro .btn-theme-orange{
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.brief-form-intro .epa-btn {
    justify-content: flex-start;
    margin-top: 200px;
}

.brief-backmain{
    color:#737373;
    font-size:18px;
}

.brief-backmain span{
    vertical-align: top;
    font-size:14px;
    margin-right:5px;
}


.brief-form-intro-sec{
    display: flex;
    align-items: center;
    /* height:100vh; */
    /* margin-top:125px; */
    text-align: center;
    padding-top: 25vh;
}

.brief-form-intro-sec h2{
    font-size:56px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 15px;
}
.brief-form-intro-sec p{
    font-size:18px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 50px;
}


.brief-form-main{
    /* height:100vh;
    display: flex;
    align-items: center; */
    margin-top:150px;
    height: calc(100vh - 150px);
    /* overflow: hidden; */

}
.brief-form-main .container-fluid{
    max-width: 1440px;
    margin:auto;
}

.brief-form-choice-lines{
    margin-bottom: 50px;
    opacity: 0.6;
    position: relative;
}
.brief-form-choice-lines::after{
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    pointer-events: none;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0% 0%;
}
.brief-summary-text{
    color:#1d1d1d;
    font-size:38px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}
.brief-summary-text span{
    /* margin-left: 25px; */
    color:#f68e00;
    position: relative;
}


.brief-summary-text span::before{
    content: "";
    position: absolute;
    left:5px;
    right:5px;
    bottom:0;
    opacity: 0.2;
    background-color: #f68e00;
    height: 50%;
}

.brief-tab-box-holder .brief-summary-text{
    margin-bottom: 50px;
}

.tilebox-holder{
    font-size:0;
    margin:0 -15px;
}

.tilebox-holder>li{
    display: inline-block;
    vertical-align: top;
    padding:0 15px;
}

.tilebox-wd50>li{
    width:50%;
}

.tilebox-wd33>li{
    width:33.333%;
}

.tilebox-wd33 h5{
    font-size:30px;
    padding:0 25px;
}

.tileboxlabel {
    display: block;
}

.tileboxwrap{
    height:150px;
    border-radius: 10px;
    box-shadow: 0 4px 17px 0 #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:10px;
    border:1px solid transparent;
    transition: all 0.3s ease-in-out;
    width:100%;
    text-align: center;
    margin-bottom: 50px;
    cursor: pointer;
    padding:0 25px;
}
.tilebox-selected .tileboxwrap,
.tileboxwrap:hover{
    border-color:#f68e00;
    background-color:#f68e001c;
}
.tileboxwrap h5{
    color:#1d1d1d;
    font-size:23px;
    font-weight: bold;
}
.tileboxwrap p{
    color:#737373;
    font-size:18px;
    line-height: 22px;
    letter-spacing: 0.3px;
    max-width: 420px;
    margin:0 auto 0;

}


.brief-textarea textarea{
    height:150px;
    resize:none;
    border:1px solid #121212;
    box-shadow: 0 4px 17px 0 #e2e2e2;
    padding:30px 40px;
    font-size: 18px;
    color: #737373;
    width:100%;
    border-radius: 12px;
}
.brief-textarea{
    margin-bottom: 50px;
}

.brief-select-field{
    position: relative;
}

.brief-select-field::before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #000;
    font-size: 30px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    pointer-events: none;
}

.brief-select-field select{
    height:95px;
    border-radius: 12px;
    border:1px solid #121212;
    line-height: 95px;
    width:100%;
    color:#737373;
    font-size:18px;
    padding:0 40px;
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

.brief-progress-sec{
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    z-index: 2;
    background-color:#fff;
    box-shadow: 1px -5px 10px rgb(0 0 0 / 7%);
    padding:15px 0;
}

.brief-progress-sec .container-fluid{
    max-width: 1440px;
    margin:auto;
}

.brief-progress-wrap{
    display: flex;
    align-items: center;
    gap:15px;
}

.brief-prev{
    width:45px;
    height:45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border:4px solid #4C4C4C;
    font-size:26px;
    color:#4C4C4C;
    flex-shrink: 0;
}

.brief-prev:hover{
    background-color:#4c4c4c;
    color:#fff;
}

.brief-continue{
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.brief-progress-main{
    position: relative;
    display: flex;
    align-items: center;
    width:100%;
}

.progressbar{
    position: relative;
    border-radius: 35px;
    overflow:hidden ;
    height: 10px;
    background-color:#dad9d7;
    width:100%;
}

.progressmeter{
    content: "";
    background-color:#f68e00;
    border-radius: 35px;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    transition: all 0.3s ease-in-out;
    width:14%;
}

.bp-img{
    position: absolute;
    left: calc(14% - 60px);
    transition: all 0.3s ease-in-out;
}

.bp-width-10 .bp-meter::before
{
    width:10%;
}

.bp-width-10 .bp-img{
    left:calc(10% - 60px);
}


.tileimg svg {
    width: 100px;
    padding-bottom:15px;
}

.tileboxlabel.tileboximage .tileboxwrap {
    min-height: 250px;
    height: auto;

}

.tileboxlabel.tileboximage .tileboxwrap h5 {
    font-size: 20px;

}

.tileboxlabel.tileboximage .tileboxwrap p {
    font-size: 15px;
    min-height: 90px;
}

.brief-textinput label{
    display: block;
    font-size:22px;
    margin-bottom: 10px;
    font-weight: 600;
    padding:0 25px;
}
.brief-textinput input{
    height:60px;
    border-radius: 12px;
    border:1px solid #121212;
    width:100%;
    color:#737373;
    font-size:18px;
    padding:0 25px;
    margin-bottom: 35px;
}

.tileimg img {
    height: 80px;
    margin-bottom: 15px;
}
/*
.website-name-box{
    text-align: center;
} */

.website-name-box h4{
    font-size:42px;
    font-weight: bold;
    padding-bottom: 15px;
}
.website-name-box p{
    font-size:18px;
    line-height: normal;
    padding-bottom: 50px;
}

.brief-notice{
    font-size:16px;
    color:#666;
}
.brief-notice strong{
    font-weight: bold;
}

.disabled-btn {
    pointer-events: none;
}


/* brief answers page */

.brief-answers-sec{
    /* height: 100vh; */
    display: flex;
    align-items: center;
    padding:100px 0;
}
.brief-answers-sec .container-fluid{
    max-width: 1440px;
    margin:auto;
}

.brief-answers-sec h3{
    font-size:46px;
    font-weight: bold;
    padding-bottom: 55px;
}
.brief-answers-sec h3 span{
    color:#f68e00;
}

.package-selection-box{
    border-radius: 15px;
    border:2px solid #DAD9D7;
    padding:30px 25px 30px 50px;
    position: relative;
}

.package-selection-box::before{
    content: "";
    background-color:#F68E00;
    left:0;
    top:0;
    bottom:0;
    position: absolute;
    width:30px;
    border-top-left-radius: 15px;;
    border-bottom-left-radius: 15px;;
}

.psb-top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #dad9d7;;
}

.psb-top h4{
    color:#1D1D1D;
    font-size:26px;
    font-weight: bold;
    padding-bottom: 15px;
}
.psb-top p{
    font-size:16px;
    line-height: normal;
    max-width: 770px;
}
.psb-top h6{
    font-size:24px;
    font-weight: bold;
    text-align: right;
}
.psb-top h6 span{
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    font-size:18px;
}

.psb-bottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top:25px;
}

.psb-checklist{
    font-size:0;
    max-width: 770px;
    /* margin:0 -10px; */
}


.psb-checklist>li{
    font-size:16px;
    line-height: normal;
    padding-left:25px;
    position: relative;
    width:50%;
    display: inline-block;
    margin-bottom: 15px;;
    vertical-align: top;

}


.psb-checklist>li::before{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color:#3C9D88;
    font-size:16px;
    position: absolute;
    left:0;
    top:3px;
}

.psb-bottom .btn-theme-orange{
    min-width: 220px;
    text-align: center;
}

.brief-anser-text{
    padding-top:50px;
    
    position:relative;
}

.brief-anser-text::before{
    content:"";
    background-color:#dad9d7;
    position:absolute;
    left:0;
    right:0;
    top:25px;
    height:1px;
}
.brief-anser-text h5{
    font-size:22px;
    font-weight: bold;
    padding-bottom: 15px;
}
.brief-anser-text p{
    color:#666;
    font-size:16px;
    line-height: normal;
    max-width: 770px;
}
.brief-anser-text p span{
    color:#F68E00;
    font-weight: bold;
    text-decoration: underline;

}


/* long brief */

.brief-long-sec{
    margin-top: 100px;
    padding-top:100px;
    padding-bottom:50px;
}

.brief-long-sec h3{
    font-size: 46px;
    font-weight: bold;
    padding-bottom: 55px;
    text-align: center;
}

.brief-long-wrap,.brief-long-wrap-checklist{
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 9px #0000001a;
    border: solid 1px #dad9d7;
    padding:35px 0;
    margin-bottom: 15px;
}
.brief-long-wrap label,
.brief-long-wrap-checklist h6{
    color:#1d1d1d;
    font-size:20px;
    font-weight: bold;
    width:100%;
    max-width:650px;
    margin:auto;
    margin-bottom: 15px;
    display: block;
}
.brief-long-wrap input,
.brief-long-wrap select{
    padding: 6px 12px;
    display: block;
    color: #313030;
    border: 2px solid #b6b5b3;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    width: 100%;
    line-height: 1.8;
    height: 50px;
    max-width:650px;
    margin:auto;
    display: block;

}

.brief-long-wrap textarea{
    padding: 6px 12px;
    display: block;
    color: #313030;
    border: 2px solid #b6b5b3;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    width: 100%;
    line-height: 1.8;
    height: 275px;
    max-width:650px;
    margin:auto;
    display: block;
}


/* brief long checkbox */

/* The container */
.briefcheckboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 650px;
    margin: 0 auto 15px;
  }

  /* Hide the browser's default checkbox */
  .briefcheckboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .briefcheckboxcontainer  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
  .briefcheckboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .briefcheckboxcontainer input:checked ~ .checkmark {
    background-color: #F68E00;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .briefcheckboxcontainer .checkmark:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size:13px;
    color:#fff;
    position: absolute;
    display: none;
    left: 50%;
top: 50%;
transform: translate(-50%,-50%);
  }

  /* Show the checkmark when checked */
  .briefcheckboxcontainer input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  /* .briefcheckboxcontainer .checkmark:after {

  } */

  .brief-long-submit input[type="submit"]{
      width:100%;
      max-width: 380px;
      height: 65px;
      line-height: 65px;
      text-align: center;
      margin:35px auto 0;
      display: block;
      background-color:#F68E00;
      color:#fff;
      font-size:18px;
      font-weight: bold;
      text-transform: uppercase;
  }


  .brief-addons h3{
      text-align: center;
      font-size:36px;
      font-weight: bold;
      padding-bottom: 25px;
  }
  .brief-addons h6{
      font-size:24px;
      font-weight: 500;
      padding:15px 0 25px;
      text-align: center;
  }


  .brief-addon-items{
      font-size:0;
      margin: 0 -15px;
  }

  .brief-addon-items>li{
      display: inline-block;
      vertical-align: top;
      width:25%;
      padding:0 15px;
      margin-bottom: 25px;
  }
  .brief-addon-items .addon-label{
      display: block;
  }
  .addonboxwrap {
      height:120px;
      padding:35px 15px 25px;
      box-shadow: 0 4px 17px 0 #e2e2e2;
    text-align: center;
    border:1px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    }

    .addonboxwrap:hover,
    .addon-selected .addonboxwrap{
        border-color:#f68e00;
    }
  .addonboxwrap h5{
      font-size:16px;
      font-weight:600;
      padding-bottom:10px;
  }
  .addonboxwrap p{
    color: #a69999;
    font-size: 12px;
      line-height: normal;
  }

  .brief-addons{
      padding-bottom: 100px;
  }

  .brief-addons .addon-submit{
      width:100%;
      max-width:240px;
      background-color:#f68e00;
      color:#fff;
      height:55px;
      text-align: center;
      line-height: 55px;
      font-size:18px;
      font-weight: bold;
      margin: 35px auto 0;
      display: block;
  }



  .disclaimer-tag{
      cursor: pointer;
  }
  .disclaimer-tag span{
      font-weight:bold;
    font-size:14px;

  }


  .testi-mayclean::before{
      background-color:#23A036;
  }
  .img-canon::before{
      background-color:#9E8157;
  }
  .testi-eglobal::before{
      background-color:#0764E3;
  }
  .testi-westvalley::before{
      background-color:#70CBD0;
  }


  .btn-theme-orange.disabled-btn {
    background-color: #808080b3;
    border-color: #808080b3;
}

.text-shrink {
    font-size: 20px;
    padding-bottom:5px;
    opacity: 0.7;
}

input.field-warning{
    border-color:red;
}

img.ft-logo {
    width: 250px;
}
/*hide element start*/
.banner-video, .video-chat-box a, .cs-video-box a, .states-video-box a, .scv-img a {display: none;}

.states-video-box .vbox-arrow {
  display: none;
}

.svb-content {
  display: none;
}

/*hide element End*/



.popup-entry {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    max-width: 740px;
height: 467px;
    margin: auto;
    z-index: 9;
    display: flex;
    align-items: center;
    display: none;
    background-color:#fff;
    border-radius: 15px;
}


.entry-popupbody {
    height: 100%;
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 55px 0 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; */
    /* box-shadow: 3px 2px 13px 8px rgba(0, 0, 0, 0.13); */
    /* background-color: #4e4fe1; */
    padding-right:30px;
}

.entry-popupbody img{
    border-radius: 15px;
}
.popup-entry .popupclose {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #212121;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -16px;
    top: -16px;
    color: #212121;
}


.entry-popupbody h2{
    color:#282828;
    font-size:54px;
    font-weight: bold;
    padding-bottom: 10px;
}
.entry-popupbody h2 span{
    color:#f68e00;
}
.entry-popupbody h6{
    color:#212121;
    font-size:28px;
    font-weight: 300;
    padding-bottom: 25px;
}

.entry-form-wrap input:not([type="submit"])
{
    width:100%;
    height:50px;
    border:1px solid #e7e7e7;
    border-radius: 5px;
    margin-bottom: 10px;
    color:#333;
    font-size:14px;
    padding:0 15px;
}

.entry-form-wrap input:not([type="submit"])::placeholder{
    color:#999999;
}

.entry-form-wrap select{
    width:100%;
    height:50px;
    border:1px solid #e7e7e7;
    border-radius: 5px;
    margin-bottom: 25px;
    color:#333;
    font-size:14px;
    padding:0 15px;
}


.entry-form-wrap input[type="submit"]{
    width:100%;
    height:60px;
    background-color: #f68e00;
    border: 2px solid #f68e00;
    color:#000;
    font-size:20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.tabNav-packages {
  font-size: 0;
  text-align:center;
  padding-bottom:50px;
}

.tabNav-packages > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}

.tabNav-packages a {
  font-size: 18px;
  padding: 15px 35px;
  border: 1px solid #F68E00;
  color: #333;
  font-weight: 500;
}

.tabNav-packages .active a {
  background-color: #F68E00;
  color: #fff;
}

.states-client-sec h2 {
  display: none;
}
.states-client-sec .state-client-logo {
  display: none;
}

.ecom-slider-list li {
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.35px;
  list-style: square;
    list-style-position: outside;
  list-style-position: outside;
}

.ecom-slider-list li + li {
  padding-top: 15px;
}

@media (max-width:767px){
    .entry-popupbody img {
        display: none;
      }

      .popup-entry {
        max-width: calc(100% - 15px);
        text-align:center;
        height:455px;
      }

      .entry-popupbody{
          padding: 15px;
      }

      .entry-popupbody h6 {
        font-size: 24px;
      }


      .entry-popupbody h2 {
        font-size: 44px;
      }

      .popup-entry .popupclose
    {
        right:0
    }
    
    .ecom-slider-list li {
        font-size:15px;
        line-height:normal;
    }
}


@media (max-width: 1440px) {
    .sec-padding {
        padding-left: 1%;
        padding-right: 1%;
    }

    .testimonial-slider-box-img {
        /* margin-left: -5%; */
    }

    .footer-bottom {
        padding: 50px 1% 60px 50px;
    }

    .copyright {
        padding: 25px 1%;
    }

    .main-header {
        padding: 20px 1%;
    }

    .header-search {
        min-width: auto;
        max-width: 300px;
        width: 100%;
    }

    .header-btn {
        padding: 20px 25px;
    }

    .header-actions a {
        font-size: 15px;
    }

    .header-actions>li {
        padding-right: 10px;
    }

    .menu {
        padding: 0 1%;
    }

    .dropdown-list {
        padding: 0 1%;
    }

    .testimonial-prev {
        left: -15px;
    }

    .testimonial-next {
        right: -15px;
    }

    .proposal-form-body {
        padding: 20px 25px;
    }

    .footer-left {
        padding-left: 5%;
    }

    .footer-right {
        padding: 75px 50px 75px 5%;
    }

    .ecomm-features .sec-heading-alt::before {
        right: 0;
    }

    .ecomm-service-box-body {
        padding: 60px 35px;
    }

    .ecom-feat-icon-box {
        padding: 30px 25px;
        /* min-height: 320px; */
    }

    .pricing-box {
        padding: 50px 45px 40px;
    }

    .free-prop-flex h6 {
        font-size: 16px;
    }

    .ecomm-alt-box h4 {
        font-size: 26px;
    }

    .ecomm-alt-box-btns {
        gap: 5px;
    }

    .ecomm-box-alt-body {
        padding: 20px 10px 0;
    }

    .ecomm-free-prop-right h2 {
        font-size: 55px;
        line-height: 64px;
        padding-bottom: 25px;
    }

    .fpfi-wrap p {
        font-size: 30px;
    }

    .fpfi-wrap p input {
        width: 275px;
    }

    .fpfi-wrap p select {
        width: 400px;
    }

    .inner-static-menu a {
        font-size: 14px;
    }

    .inner-static-menu {
        padding: 0 1%;
    }

    .megamenu-wrap {
        margin-left: 1%;
        max-width: 1260px;
    }

    .ecomm-about-new {
        padding: 65px 1% 40px 1%;
    }

    .subnav-menu {
        padding: 0 1%;
    }

    .custom-pricing-calc {
        padding: 50px 1% 50px;
    }

    .custom-calc-sidebar {
        margin-left: 0;
    }

    .cpcw-footer-btn {
        margin-left: 0;
        gap: 10px;
    }

    .checkout-sec {
        padding: 50px 1% 50px;
    }

    .checkout-cartwrap {
        margin-left: 0;
    }

    .cs-detail-banner {
        padding: 0 1% 50px;
    }

    .cs-detail-impact {
        padding-left: 1%;
    }

    .states-banner {
        padding: 0 1%;
    }

    .contact-map-wrap {
        width: 100%;
    }

    .mm-usa {
        top: 23.4%;
        left: 19.6%;
    }

    .mm-canada {
        left: 14.5%;
        top: 9.1%;
    }

    .mm-uk {
        left: 48.6%;
        top: 19.9%;
    }

    .subnav-menu a {
        font-size: 13px;
    }

    .subnav-menu > li {
        margin-right: 15px;
    }

    .key-industry-wrap {
        margin: 0 15px;
    }
}

/* media query 1200 start */
@media (max-width: 1200px) {

    .header-menu{
        position:static;
    }
    .mainBanner {
        /* margin-top: 80px; */
    }

    .mainheader-right {
        padding-right: 35px;
    }

    .megamenu-wrap h4 {
        cursor: pointer;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .menu {
        /* padding: 0; */
        background-color: transparent;
        padding: 15px 0;
        width: 100%;
        height:100%
    }

    .menu-Bar {
        display: block;
        top: 0px;
    }

    .menuWrap.open {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        left: 0px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 80px;
        /* bottom: 0; */
        margin: auto;
        background: #141414;
        /* height: 100vh; */
        height: calc(100vh - 80px);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        /* width: 100vw; */
        width: 320px;
    }

    ul.menu>li {
        display: block;
        border-bottom: 1px solid rgba(185, 185, 185, 0.1);
        padding-left: 15px;
    }

    ul.menu>li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    ul.menu>li>a {
        /* margin-bottom: 10px; */
        padding: 0;
        display: block;
        text-align: left;
        /* margin-bottom: 15px; */
        padding-right: 0px;
        /* padding-left:15px; */
        margin-right: 0px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        border-bottom: none;
    }

    .menu>li {
        margin-right: 0;
    }
    /* dropdowninner respo css */

    .mm-active .menu-dropdown-link::after,
    .mm-active .menu-dropdown-link::before {
        content: none;
    }

    .menu-dropdown-link::before,
    .menu-dropdown-link::after {
        content: none;
    }

    .menumini-dropdown::before,
    .menumini-dropdown::after {
        content: none;
    }

    .menumini-dropdown>a::before {
        content: none;
    }

    .megamenu-wrap {
        margin-left: 0;
        max-width: 100%;
        visibility: visible;
        opacity: 1;
        position: static;
        background-color: transparent;
        padding: 10px 0 0 15px;
        border: none;
        transition: none;
        display: none;
        transform: translateY(0);
    }

    .mini-dropdown {
        display: none;
        visibility: visible;
        opacity: 1;
        position: static;
        width: 100%;
        background-color: transparent;
        text-align: left;
        transition: none;
        border: none;
        transform: translateY(0);
        padding-top:10px;
    }

    .mini-dropdown>li>a {
        color: #fff !important;
        font-size: 14px;
        padding: 10px 0px;
    }

    .menu>li:hover>a,
    .menu>li.active>a,
    .mm-active>a {
        color: #F68E00;
    }

    .megamenu-close {
        display: none;
    }

    .megamenu-wrap>.row>.col-md-3 {
        display: none;
    }

    .megamenu-wrap>.row>.col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .mmw-left>.row>.col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .megamenu-items {
        padding-bottom: 0;
        display: none;
        padding-left: 10px;
    }

    .megamenu-wrap h4 {
        color: #fff;
        font-size: 14px;
        padding-top: 15px;
        margin-bottom: 0;
        border-bottom: none;
        position: relative;
    }

    .megamenu-wrap h4>a {
        color: inherit;
    }

    .megamenu-btm {
        display: none;
    }

    .mmw-left ul+h4 {
        /* padding-top:15px; */
    }

    .megamenu-items a {
        color: #fff;
    }

    .megamenu-items>li:not(:last-child) {
        margin-bottom: 5px;
    }

    .megamenu-items>li {
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .megamenu-items>li::before {
        content: none;
    }

    .subnav-menu>li {
        margin-right: 0;
        padding: 0 5px;
    }

    .menu>li.menu-dropdown {
        position: relative;
        padding-right: 35px;
    }

    .menumini-dropdown {
        padding-right: 35px;
    }

    .mob-drop {
        font-size: 20px;
        color: #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 5px;
        top: -5px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .mob-drop i {
        transition: all 0.3s ease-in-out;
    }

    .mob-drop.mob-active {
        color: #f68e00;
    }

    .mob-drop.mob-active i {
        transform: rotate(180deg);
    }

    .megamenu-wrap h4>span {
        right: -40px;
        top: 5px;
    }
    /* .menu-dropdown-link {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    } */
    /* .menu-dropdown-link{
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */
    /* dropdowninner respo css end */

    .header-actions a {
        font-size: 13px;
    }

    .logo img {
        max-width: 80%;

    }

    .container {
        position: relative;
    }

    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }

    header .main-header ul.menu>li a {
        color: #fff;
    }

    header .main-header ul.menu>li a:before {
        display: none;
    }

    .header-search {
        max-width: 240px;
    }

    .sec-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .icon-counter-box-body h6 {
        font-size: 15px;
        line-height: 20px;
    }

    .home-solutions {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .solutions-box-body {
        padding: 25px 15px;
    }

    .solutions-box-body p {
        font-size: 15px;
        line-height: 28px;
        padding-bottom: 25px;
    }

    .tabNav-solution-type a {
        font-size: 18px;
        line-height: normal;
    }


    .tabNav-solution-type-content {
        padding: 35px 20px;
    }

    .tabNav-solution-type-content h2 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 15px;
    }

    .tabNav-solution-type-content p {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 30px;
    }

    .dot-circle-outline>li {
        font-size: 14px;
        padding-left: 15px;
    }

    .concept-cta-wrap {
        padding: 0 15px;
    }

    .concept-cta-wrap h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .sec-heading-line h2 {
        font-size: 26px;
        line-height: 38px;
    }

    .sec-heading-line p {
        font-size: 15px;
        line-height: 26px;
    }

    .matter-box {
        padding: 25px 15px;
    }

    .mb-head h6 {
        font-size: 40px;
    }

    .mb-body h5 {
        font-size: 18px;
        line-height: normal;
    }

    .design-matters-sec {
        padding-bottom: 50px;
    }

    .testimonial-slider-box-img {
        align-items: center;
    }

    .testimonial-slider-box-body::before {
        content: "\f10d";
        font-size: 90px;
        color: #1d1d1d;
        font-weight: bold;
        opacity: 0.1;
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: -15px;
        top: 145px;
    }

    .testimonial-slider-box-body {
        padding-left: 0;
    }

    .testimonial-slider-box-trustpilot {
        margin-bottom: 15px;
    }

    .testimonial-slider-box-user {
        margin-bottom: 20px;
    }

    .testimonial-slider-box-user>div::before {
        bottom: -5px;
    }

    .testimonial-slider-box-body h4 {
        font-size: 18px;
        line-height: normal;
        padding-bottom: 15px;
    }

    .testimonial-slider-box-body p {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 30px;
    }

    .key-industries-list a {
        font-size: 15px;
        line-height: normal;
    }

    .key-industries-list>li:not(:last-child) {
        margin-bottom: 10px;
    }

    .web-design-process {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .free-proposal-form-inline {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fpfi-wrap p {
        font-size: 26px;
        line-height: 90px;
    }

    .fpfi-wrap p select {
        width: 250px;
        font-size: 26px;
    }

    .fpfi-wrap p .input-large {
        width: 45%;
        min-width: 250px;
    }

    .fpfi-wrap p input {
        font-size: 26px;
    }

    .blog-box-img-holder h4 {
        font-size: 15px;
        padding: 20px 10px;
    }

    .home-blogs {
        padding-bottom: 50px;
    }

    .footer-left {
        padding-left: 15px;
    }

    .footer-right {
        padding: 35px 15px;
    }

    .footer-right h2 {
        font-size: 32px;
    }

    .footer-right p {
        font-size: 20px;
    }

    .footer-left h2 {
        padding: 30px 0 35px;
        font-size: 24px;
        line-height: 40px;
    }

    .footer-cities-list>li {
        margin-top: 30px;
        font-size: 15px;
    }

    .footer-bottom {
        padding: 50px 15px;
    }

    .footer-pad-2 {
        padding-left: 0;
    }

    .footer-pad-3 {
        padding-left: 0;
    }

    .copyright {
        padding: 25px 0;
    }

    .wdp-box h6 {
        font-size: 26px;
        padding-bottom: 30px;
        line-height: normal;
    }

    .concept-cta-btns {
        gap: 10px;
    }

    .concept-cta-btns .btn-240 {
        width: 220px;
    }

    .mainBanner h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .ecomm-about-new .ecomm-heading p {
        padding-right: 0;
        font-size: 15px;
    }

    .ecomm-box-body {
        padding: 15px 0px 0;
    }

    .ecomm-box-btns a:nth-child(1) {
        padding: 15px 20px;
    }

    .ecomm-features .sec-heading-alt {
        padding-right: 0;
    }

    .sec-heading-alt h2 {
        font-size: 26px;
        line-height: 38px;
    }

    .ecomm-features-btns {
        gap: 10px;
    }

    .ecomm-features-btns .btn-theme-orange {
        padding: 16px 20px;
    }

    .ecomm-service-box-body {
        padding: 35px 20px;
    }

    .ecomm-service-box-body p {
        font-size: 15px;
        line-height: 26px;
    }

    .ecomm-service-btns {
        gap: 10px;
    }

    .ecomm-service-detail {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ecomm-feat-icon-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ecom-feat-icon-box {
        padding: 15px 15px;
    }

    .ecom-feat-icon-box h5 {
        font-size: 16px;
        line-height: normal;
    }

    .ecom-feat-icon-box p {
        font-size: 15px;
        line-height: 25px;
    }

    .ecomm-more-service {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .more-service-box p {
        font-size: 15px;
        line-height: 28px;
    }

    .ecomm-features {
        padding-bottom: 50px;
    }

    .testimonial-alt-box-user-right {
        flex-direction: column;
    }

    .testimonals-sec-alt {
        padding-bottom: 50px;
    }

    .ecomm-box h4 {
        font-size: 24px;
    }

    .more-service-box h4 {
        font-size: 20px;
        line-height: normal;
    }

    .ecomm-portfolio-box-body {
        padding: 15px 15px 30px;
    }

    .ecomm-portfolio-box-body h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .pricing-box-alt p br {
        display: none;
    }

    .pricing-box-alt p {
        font-size: 16px;
        line-height: 30px;
    }

    .pricing-box-alt {
        padding: 35px 15px 30px;
    }

    .ecom-proposal-logos {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .free-proposal-btns {
        padding: 65px 45px 0;
    }

    .choose-box h4 {
        font-size: 26px;
        line-height: normal;
    }

    .about-positions {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .case-study-items>li:nth-child(2n+1) .testimonial-slider-box-img {
        margin-left: 0;
    }

    .case-study-items>li:nth-child(2n) .testimonial-slider-box-img {
        margin-right: 0;
    }

    .cs-detail-banner h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .cs-detail-banner p {
        font-size: 18px;
        line-height: 32px;
    }

    .cs-small-info-list>li {
        font-size: 18px;
        line-height: 44px;
    }

    .cs-detail-strategy p {
        font-size: 15px;
        line-height: 30px;
    }

    .cs-small-box {
        padding: 30px 15px;
    }

    .cs-small-box h3 {
        font-size: 28px;
    }

    .cs-detail-cta-plans {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cs-detail-cta-plans h3 {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 30px;
    }

    .cs-detail-cta-plans p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.3px;
        padding-bottom: 30px;
    }

    .cs-b-box h5 {
        font-size: 56px;
    }

    .cs-b-box h6 {
        font-size: 14px;
    }

    .cs-banner-box-wrap>li {
        width: 40%;
    }

    .case-study-review p {
        font-size: 22px;
        line-height: 32px;
        padding-top: 40px;
    }

    .cs-dib-list>li {
        font-size: 14px;
    }

    .cs-detail-impact {
        padding-left: 0;
    }

    .cs-detail-impact p {
        font-size: 16px;
        line-height: 34px;
        padding-bottom: 30px;
    }

    .cs-detail-impact .matter-box {
        padding: 25px 15px;
    }

    .cs-detail-impact .mb-body h5 {
        font-size: 17px;
    }

    .cs-detail-impact .matter-box p {
        font-size: 12px;
        line-height: 24px;
    }

    .review-page-testimonials {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .states-banner {
        padding: 0;
    }

    .states-banner-num>li {
        padding: 25px 15px;
    }

    .sbn-box h5 {
        font-size: 30px;
    }

    .sbn-box h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .states-form h4 {
        font-size: 16px;
    }

    .states-video-box h5 {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .scv-body p {
        font-size: 22px;
        line-height: 32px;
    }

    .scv-number-box h4 {
        font-size: 48px;
    }

    .states-client-sec {
        padding-bottom: 50px;
    }

    .states-sec-video {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .states-sec-video h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .states-sec-video p {
        font-size: 16px;
        line-height: 32px;
        padding-bottom: 0;
    }

    .hire-logo-sec h2 {
        font-size: 28px;
        padding-bottom: 55px;
        line-height: normal;
    }

    .industry-marketing h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .industry-marketing p {
        font-size: 16px;
        line-height: 26px;
    }

    .irb-num-box h5 {
        font-size: 36px;
    }

    .industry-review-box p {
        padding-left: 50px;
        padding-bottom: 30px;
        font-size: 16px;
        line-height: 30px;
    }

    .industry-review-box p::before {
        font-size: 30px;
        left: 10px;
    }

    .subnav-menu {
        padding: 0;
        display: none;
    }

    .subnav-menu a {
        font-size: 11px;
        font-weight: 500;
    }

    .ecomm-service-box-left .ecomm-service-box-body {
        right: -35px;
    }

    .ecomm-service-box-right .ecomm-service-box-body {
        left: -35px;
    }

    .ecom-logo-items {
        display: none;
    }

    .pricing-items-alt>li .btn-theme-orange {
        width: 100%;
    }

    .ecomm-service-btns {
        flex-wrap: wrap;
    }

    .mm-usa {
        top: 21%;
        left: 19.2%;
    }

    .mm-canada {
        left: 14.1%;
        top: 6.1%;
    }

    .mm-uk {
        left: 48.1%;
        top: 16.9%;
    }

    .vbox-arrow img {
        height: 50px;
    }

    .scv-body {
        padding: 35px 25px 25px 50px;
    }

    .scv-body p {
        font-size: 18px;
        line-height: 30px;
    }

    .scv-body p::before {
        font-size: 32px;
        right: calc(100% + 5px);
    }

    .cs-detail-cta-plans h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 25px;
    }

    .popup-delay-form {
        width: 830px;
        height: 540px;
    }

    .popup-delay-form h3 {
        font-size: 70px;
    }

    .popup-delay-form h3 span::before {
        width: 53px;
        height: 72px;
        top: -8.5px;
    }

    .popup-delay-form h4 {
        font-size: 32px;
        line-height: 40px;
     }

     .ppd-form-wrap h6 {
        font-size: 13px;
     }

     .ecomm-features .sec-heading-alt::before {
        content: none;
    }

    .cpwc-type-radio {
        flex-wrap: wrap;
    }

    .cpwc-type-radio>li{
        margin-bottom:5px;
    }

    .cpwc-checkbox-options > li {
        width: 33.333%;
    }

    table.cc-cart-table thead tr th:nth-child(1), table.cc-cart-table tbody td:nth-child(1) {
        width: 65%;
    }

    .ccc-number-input {
        gap: 3px;
    }

    .cc-cart-table-wrap::before {
        right: 25%;
    }

    .cpcw-footer-btn a:nth-of-type(1) {
        width: 100%;
        line-height: 40px;
        font-size: 12px;
    }

    .cpcw-footer-btn a:nth-of-type(2) {
        font-size: 12px;
    }

    .tabNavCustomPricing {
        gap: 5px;
    }

    .tabNavCustomPricing a {
        font-size: 12px;
    }

    .pricing-thankyou h2 {
        font-size: 140px;
    }

    .checkout-sec {
        padding: 50px 0 50px;
    }

    .popup-delay-form .popup-inner {
        padding: 0 25px 0 25px;
    }
    
    .mini-dropdown::after {
  content: none;
    }
    
    
    
    
    .pricing-box {
  padding: 50px 25px 40px;
}
    
    
   .pricing-box-btns {
  flex-wrap: wrap;
} 
   
   
   .pricing-box h2 {
    font-size: 62px;
   }
}

.ecom-pricing-items h3 {
  display: none;
}

/* media query 1200 end */

/* media query 824 start */
@media (max-width: 824px) {
    .main-header {
        padding: 40px 0 10px;
        position: relative;
    }
    /* .main-header>.container-fluid>.row>.col-md-9,
    .main-header>.container-fluid{
        position: static;
    } */

    .mainheader-right {
        justify-content: center;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        border-bottom: 1px solid rgba(185, 185, 185, 0.11);
        padding-bottom: 5px;
    }

    .logo {
        margin-top: 10px;
    }

    .header-actions a {
        font-size: 12px;
    }

    .header-actions span {
        font-size: 13px;
    }

    .header-actions a img {
        max-width: 18px;
    }

    .main-header .text-left {
        text-align: center !important;
    }

    .header-search {
        display: none;
    }

    .header-actions>li:last-child {
        display: none;
    }

    .logo img {
        max-width: 80%;
        margin: auto;
    }

    .menuWrap {
        top: 89px;
        height: calc(100vh - 89px);
    }
    .mmw-left h4 .dd-btn {
        font-size: 11px;
        margin-left: 5px;
    }

    .mainBanner {
        height: auto;
        padding: 50px 0;
        /* margin-top: 80px; */
    }

    .mainBanner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .mainBanner h2 br {
        display: none;
    }

    .mainBanner p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 30px;
    }

    .mainBanner p br {
        display: none;
    }

    .banner-btns {
        flex-direction: column;
        gap: 15px;
    }

    .homebanner .banner-btns {
        margin-bottom: 30px;
    }

    .banner-video h6 {
        font-size: 16px;
    }

    .mainbanner-reviews {
        padding-top: 40px;
        font-size: 0;
    }

    .mainbanner-reviews>li {
        width: 33.333%;
    }

    .banner-review-box span {
        font-size: 8px;
    }

    .banner-review-box h6 {
        font-size: 10px;
    }

    .icon-counter-sec {
        display: none;
    }

    .solutions-box-right .solutions-box-content {
        margin-left: 0;
        position: relative;
    }

    .solutions-box-left .solutions-box-content {
        margin-right: 0;
        position: relative;
    }

    .solutions-box-right .solutions-box-content-head {
        left: auto;
        right: 100%;
    }


    .home-solutions h2 {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 25px;
        text-align: center;
    }

    .home-solutions h2 br {
        display: none;
        ;
    }

    .solutions-box .pad-l-zero {
        padding-left: 15px;
    }

    .solutions-box .pad-r-zero {
        padding-right: 15px;
    }

    .solutions-box-body {
        padding: 15px 15px;
        text-align: center;
    }

    .solutions-box-body h5 {
        font-size: 17px;
        line-height: 26px;
        padding-bottom: 15px;
    }

    .solutions-box-body p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 25px;
    }

    .solutions-box-btn {
        flex-direction: column;
    }

    .solutions-box .col-md-6>img {
        width: 100%;
    }

    .solutions-wrap-main>div:not(:last-child) {
        margin-bottom: 25px;
    }

    .solutions-box-left .solutions-box-content-head {
        right: auto;
        left: 100%;
    }

    .sec-heading-line::before {
        left: -15px;
    }

    .sec-heading-line h2 {
        padding-bottom: 10px;
    }

    .work-logos {
        padding-top: 25px;
    }

    .work-logos img {
        margin: auto;
    }

    .work-logos .slick-track {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-who-work {
        padding-bottom: 40px;
    }

    .tabNav-solution-type>li {
        margin-top: 15px;
        display: inline-block;
        padding: 0 5px;
    }

    .tabNav-solution-type a::before {
        font-size: 16px;
        font-weight: 800;
    }

    .tabNav-solution-type {
        text-align: center;
        padding-top:0;
        padding-bottom: 15px;
    }

    .solutiontabContent {
        font-size: 0;
    }

    .tabNav-solution-type-content {
        padding: 15px 15px;
        min-height:auto;
    }

    .tabNav-solution-type-content h2 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .tabNav-solution-type-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .dot-circle-outline>li {
        width: 100%;
    }

    .solution-type-btn {
        padding-top: 10px;
        align-items: center;
        gap: 15px;
        flex-direction: column;
    }

    .concept-cta-sec h2 {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 15px;
    }

    .concept-cta-wrap {
        text-align: center;
        margin-bottom: 0;
        padding: 15px 0;
    }

    .concept-cta-wrap h4 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .concept-cta-btns {
        flex-direction: column;
    }

    .sec-heading-line p {
        font-size: 14px;
        line-height: 24px;
    }

    .sec-heading-line {
        margin-bottom: 15px;
    }

    .matter-box-items {
        padding-top: 25px;
    }

    .matter-box-items>li {
        width: 100%;
    }

    .matter-box-items>li:not(:last-child) {
        margin-bottom: 20px;
    }

    .matter-box {
        padding: 15px 15px;
    }

    .mb-body h5 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .mb-body p {
        min-height: auto;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .good-client-logos {
        padding: 0;
    }

    .good-client-logos img {
        margin: auto;
    }

    .testimonials-sec {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .testimonial-slider-box-body {
        padding-top: 10px;
    }

    .testimonial-slider-box-trustpilot span {
        font-size: 16px;
    }

    .testimonial-slider-box-body p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .testimonial-slider-btn {
        gap: 15px;
        padding-bottom: 0;
        flex-direction: column;
    }

    .home-key-industries h2 {
        font-size: 28px;
        padding-bottom: 30px;
        line-height: normal;
    }

    .home-key-industries h4 {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .key-industry-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .key-industries-list {
        width: 100%;
        text-align: center;
    }

    .key-industries-list a {
        font-size: 14px;
    padding: 0;
    }

    .key-industries-list>li:last-child {
        margin-bottom: 10px;
    }

    .home-key-industries .border-right {
        border-right: none;
        padding-bottom: 15px;
        padding-left: 15px !important;
    }

    .home-key-left-img-holder,
    .home-key-right-img-holder {
        display: none;
    }

    .wdp-items>li {
        padding-top: 20px;
    }

    .wdp-box {
        padding-left: 0;
    }

    .wdp-box h4 {
        padding: 10px 0 15px;
        font-size: 24px;
    }

    .wdp-box h6 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .wdp-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .wdp-box h4::after {
        content: none;
    }

    .wdp-box h4::before {
        content: none;
    }

    .about-us-cta h2 {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .about-us-cta p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 auto 25px;
    }

    .about-cta-btns {
        gap: 10px;
        flex-direction: column;
    }

    .fpfi-wrap {
        padding-top: 0;
    }

    .fpfi-checkbox .checkmark {
        height: 20px;
        width: 20px;
    }

    .fpfi-wrap p {
        font-size: 14px;
        line-height: 35px;
    }

    .fpfi-wrap p input {
        font-size: 14px;
    }

    .fpfi-wrap p select {
        font-size: 14px;
    }

    .fpfi-checkbox .checkmark::after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 12px;
    }

    .fpfi-checkbox {
        padding-left: 25px;
        font-size: 12px;
    }

    .fpfi-footer {
        padding: 25px 0;
    }

    .fpfi-footer-left {
        margin-bottom: 15px;
    }

    .fpfi-footer .col-md-3 {
        margin-bottom: 10px;
    }

    .free-proposal-form-inline {
        padding-bottom: 0;
    }

    .fpfi-wrap p input {
        width: auto;
    }

    .fpfi-wrap p select {
        width: auto;
    }

    .fpfi-wrap p .input-large {
        width: auto;
        min-width: auto;
    }

    .blog-box {
        margin-top: 25px;
    }

    .home-support {
        padding-top: 50px;
    }

    .home-support h2 {
        font-size: 26px;
        padding-bottom: 15px;
        line-height: normal;
    }

    .home-support p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 25px;
    }

    .support-cta-btns {
        gap: 10px;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .footer-top {
        overflow: hidden !important;
    }

    .footer-top .pad-r-zero {
        /* padding-right:15px !important; */
    }

    .footer-left {
        padding-top: 30px;
        padding-right: 15px;
        display: block;
        height: auto;
    }

    .footer-left h2 {
        padding: 15px 0 25px;
        font-size: 20px;
        line-height: 30px;
    }

    .footer-socials {
        padding-top: 15px;
        margin-bottom: 0;
        padding-bottom: 25px;
    }

    .footer-right h2 {
        font-size: 26px;
        line-height: normal;
    }

    .footer-right p {
        font-size: 18px;
        line-height: normal;
    }

    .footer-cities-list>li {
        margin-top: 20px;
        font-size: 12px;
    }

    .footer-bottom {
        padding: 30px 15px;
    }

    .footer-menu {
        margin-bottom: 25px;
        text-align: center;
    }

    .footer-bottom h4 {
        text-align: center;
    }

    .footer-bottom img {
        display: block;
        margin: auto;
    }

    .copyright {
        padding: 0 0 15px;
    }

    .copyright-right {
        flex-direction: column;
    }

    .copyright .row {
        flex-direction: column-reverse;
    }

    .copyright p {
        font-size: 14px;
        line-height: normal;
        text-align: center;
    }

    .copyright p {
        font-size: 12px;
        margin-top: 5px;
    }

    .copyright-menu a {
        font-size: 12px;
    }

    .copyright-menu>li:not(:last-child)::before {
        font-size: 10px;
        bottom: 2px;
    }

    .copyright-menu {
        padding-bottom: 15px;
    }

    .footer-contact a,
    .footer-left p {
        font-size: 16px;
        line-height: normal;
    }

    .btn-live-chat {
        display: flex;
        align-items: center;
    }

    .fpfi-footer a {
        font-size: 14px;
    }

    .fpfi-footer p {
        font-size: 14px;
    }

    .footer-bottom h4 {
        font-size: 13px;
    }

    .mainheader-right {
        padding-right: 0px;
    }

    .subnav-menu {
        display: none;
    }

    .mainBanner h5 {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .services-inner-banner .banner-logos {
        padding-top: 25px;
    }

    .services-inner-banner .main-banner-content {
        padding-bottom: 0;
    }

    .ecomm-about-new {
        padding: 50px 0;
    }

    .ecomm-heading h2 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 15px;
    }

    .ecomm-heading h2 br {
        display: none;
    }

    .ecomm-about-new .ecomm-heading p {
        padding-right: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .ecomm-heading p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 25px;
    }

    .ecomm-box h4 {
        font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
    }

    .ecomm-box-btns {
        justify-content: space-between;
    }

    .ecomm-box {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .ecomm-features {
        padding-top: 0;
    }

    .sec-heading-alt h6 {
        font-size: 12px;
        line-height: normal;
    }

    .sec-heading-alt h2 {
        padding-bottom: 20px;
    }

    .ecomm-features-btns {
        gap: 15px;
        flex-direction: column;
        margin-bottom: 30px;
        align-items: flex-start;
    }

    .testimonials-alt-items {
        margin: 0;
    }

    .sec-heading-alt h2 br {
        display: none;
    }

    .ecomm-service-box-right .ecomm-service-box-body {
        left: 0;
    }

    .ecomm-service-box-body {
        padding: 15px 16px;
        text-align: center;
    }

    .ecomm-service-box-body h4 {
        font-size: 20px;
        padding: 15px 0 10px;
        line-height: 26px;
    }

    .ecomm-service-box-body p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 25px;
    }

    .ecomm-service-btns {
        gap: 10px;
        flex-direction: column;
    }

    .ecomm-service-box-left .ecomm-service-box-body {
        right: 0;
    }

    .ecomm-service-box {
        margin-bottom: 25px;
    }

    .ecomm-feat-icon-sec h2 {
        font-size: 24px;
        line-height: normal;
        padding-bottom: 25px;
    }

    .ecom-feat-icon-box {
        text-align: center;
        min-height: auto;
    }

    .ecom-feat-icon-box img {
        margin: 0 auto;
    }

    .ecomm-whats-right {
        padding-top: 50px;
    }

    .ecomm-whats-right p {
        font-size: 14px;
        line-height: 24px;
    }

    .whats-right-img-wrap {
        display: none;
    }

    .ecom-logo-items {
        display: none;
    }

    .ecom-logo-sec .btn-theme-orange {
        padding: 15px 25px;
        width: 100%;
        margin-top: 15px;
    }

    .ecom-logo-sec .ecom-logo-btn-chat {
        font-size: 10px;
    }

    .more-service-items {
        margin: 0;
    }

    .more-service-box {
        text-align: center;
    }

    .more-service-box img {
        margin: auto;
    }

    .ecomm-more-service {
        padding-bottom: 0;
    }

    .ecom-portfolio-items {
        margin: 0;
    }

    .ecomm-box-btns {
        flex-direction: column;
    }

    .ecomm-feat-box p {
        font-size: 12px;
    }

    .pricing-items-alt .slick-slide{
        margin:0 10px;
    }

    .pricing-box-alt h3 {
        font-size: 44px;
    }

    .pricing-box-alt h4 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .pricing-box-alt h5 {
        padding-bottom: 15px;
    }

    .pricing-box-alt p {
        font-size: 14px;
        line-height: 24px;
        padding: 0 10px;
    }

    .thumbs-base {
        width: 175px;
    }

    #pricing-thumbs {
        width: 50px;
    }

    #pricing-confetti {
        width: 105px;
        left: -19px;
    }

    .pricing-box-alt {
        position: static;
    }

    .free-proposal-btns::before {
        width: 78px;
        height: 65px;
        top: 0px;
    }

    .free-proposal-btns::after {
        width: 78px;
        height: 65px;
        top: 0px;
    }

    .free-prop-flex {
        flex-direction: column;
    }

    .ecom-free-proposal h4 {
        font-size: 20px;
    }

    .ecom-free-proposal p {
        font-size: 12px;
    }

    .video-chat-cta h3 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
    }

    .pricing-box-alt-img {
        /* display: flex;
        align-items: center;
        justify-content: center; */
    }

    .pricing-items-alt .btn-theme-orange {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .pricing-box-alt {
        bottom: 0;
        padding: 25px 0;
        min-height: 390px;
    }

    .epa-wrap {
        background-color: #fff;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: none;
        margin-top: 10px;
    }

    .sec-heading-alt::before {
        content: none !important;
    }

    .free-proposal-btns {
        padding: 5px 45px 0;
    }

    .cs-dib-list>li {
        align-items: flex-start;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .csd-service-links a {
        font-size: 12px;
    }

    .csd-service-links a::before {
        font-size: 12px;
    }

    .cs-detail-impact .mb-body h5 {
        font-size: 12px;
        line-height: normal;
    }

    .cs-detailcta-btns {
        flex-wrap: wrap;
    }

    .contact-map {
        display: none;
    }

    .address-box-items>li {
        width: 33.333%;
    }

    .address-box p,
    .address-box a {
        font-size: 16px;
        line-height: 26px;
    }

    .contact-socials>li {
        padding-right: 15px;
    }

    .address-box-items>li {
        width: 50%;
    }

    .states-banner h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .states-banner h2 br {
        display: none;
    }

    .states-banner p {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 25px;
    }

    .sbn-box h5 {
        font-size: 20px;
    }

    .sbn-box h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .states-form-body {
        padding: 30px 15px;
        text-align: center;
    }

    .states-form h3 {
        font-size: 18px;
    }

    .states-form h4 {
        font-size: 14px;
    }

    .states-form h6 {
        font-size: 12px;
    }

    .states-sec-video h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .states-video-box h5 {
        font-size: 18px;
        line-height: normal;
    }

    .svb-content {
        padding: 45px 15px 0;
    }

    .states-video-box a span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .states-client-sec {
        padding-top: 50px;
    }

    .states-client-sec h2 {
        font-size: 26px;
        padding-bottom: 35px;
    }

    .scv-body p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }

    .scv-number-box h4 {
        font-size: 30px;
    }

    .scv-number-box h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .ecom-proposal-logos .slick-slide img {
        margin: auto;
    }

    .cs-detail-cta-plans h3 {
        font-size: 26px;
        line-height: 34px;
        padding-bottom: 15px;
    }

    .cs-detail-cta-plans p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .choose-box p {
        font-size: 16px;
        line-height: 26px;
    }

    .choose-box h4 {
        font-size: 22px;
    }

    .popup-getstarted {
        height: 580px;
        width: 100%;
        max-width: 700px;
    }

    .popup-getstarted .popup-inner {
        padding: 30px 35px;
    }
    .popup-delay-form .popup-inner {
        padding: 25px 15px;
    }
    .popup-delay-form {
        width: 760px;
        /* height: max-content; */
    }

    .ecomm-box-img {
        height: auto;
    }

    .ecomm-feat-box h5 {
        font-size: 14px;
    }

    .sec-heading-alt h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .ecom-portfolio .sec-heading-alt h2 span {
        font-size: 24px;
    }
    .cpwc-type-radio {
        display: block;
        font-size:0;
    }

    .cpwc-type-radio > li {
        display:inline-block;
        width: 33.333%;
        vertical-align: top;
    }

    .calc-radio {
        font-size: 12px;
    }

    .ccc-head span {
        width: 40px;
        height: 40px;
    }

    .ccc-head span img {
        max-width: 18px;
    }

    .ccc-head h6 {
        font-size: 11px;
    }

    table.cc-cart-table thead tr th:nth-child(1), table.cc-cart-table tbody td:nth-child(1) {
        width: 60%;
    }

    table.cc-cart-table thead tr th:nth-child(2), table.cc-cart-table tbody td:nth-child(2) {
        width: 30%;
    }

    .cc-cart-table-wrap::before {
        right: 33%;
    }

    .cpcw-footer-btn {
        flex-wrap: wrap;
        justify-content: center;
    }

    .custom-pricing-calc h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 25px;
     }

     .custom-pricing-calc h2 br {
    display:none;
    }

    .sec-heading-line h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .popup-pricing {
        width: 650px;
        height: 440px;
    }

    .key-industry-wrap {
        margin: 0;
    }

    .checkout-sec h2 {
        font-size: 26px;
        line-height: 40px;
        padding-bottom: 30px;
    }

    .tabNavCheckout a {
        font-size: 12px;
    }

    .tabNavCheckout::before {
        left: 60px;
        right: 60px;
     }

     .tabNavCheckout::after {
        left: 60px;
     }

     .checkout-main {
        padding: 40px 15px 0;
    }
    
    
    .brief-form-intro-sec {
  padding-top: 10vh;
}

.brief-form-intro-sec h2 {
  font-size: 46px;
}

.brief-form-main {
  height: auto;
}

}

/* media query 824 end */

/* media query 767 start */
@media (max-width:767px) {

    .menuWrap {
        top: 97.5px;
        height: calc(100vh - 97.5px);
    }
    .menuWrap {
        width: 300px;
    }

    .banner-btns .btn-theme-orange {
        padding: 15px 25px;
        width: 100%;
    }

    .btn-theme-white {
        padding: 15px 25px;
        width: 100%;
    }

    .solutions-box {
        font-size: 0;
    }

    .solutions-box-right .solutions-box-content-head {
        position: static;
        width: 100%;
        padding: 15px 0;
    }

    .solutions-box-left .solutions-box-content-head {
        position: static;
        width: 100%;
        padding: 15px 0;
    }

    .solutions-box-content-head {
        writing-mode: inherit;
        transform: none;
    }

    .solutions-box.solutions-box-left>.row {
        flex-direction: column-reverse;
    }

    .solutiontabContent img {
        height: auto;
        object-fit: initial;
    }

    .solutiontabContent .col-md-3 img {
        width: 100%;
    }

    .footer-top .pad-l-zero {
        padding-left: 15px;
    }

    .sec-heading-line h2 br {
        display: none;
    }

    .testimonial-prev,
    .testimonial-next {
        font-size: 48px;
    }

    .ecomm-service-box.ecomm-service-box-left>.row {
        flex-direction: column-reverse;
    }

    .services-inner-banner .banner-logos {
        display: none;
    }

    .mainBanner.services-inner-banner {
        background-size: auto;
        padding-bottom: 60px;
    }

    .ecomm-box-body {
        padding: 15px 0px 0;
        text-align: center;
    }

    .ecom-logo-sec h2 {
        font-size: 22px;
        padding-bottom: 15px;
        line-height: 28px;
    }

    .ecom-logo-sec p {
        font-size: 16px;
        padding-bottom: 25px;
        line-height: normal;
    }

    .pricing-box-alt h4 {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .pricing-box-alt h3 {
        font-size: 54px;
    }

    .pricing-box-alt h5 {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .pricing-box-alt p {
        font-size: 14px;
        line-height: 22px;
    }

    .pricing-box-alt {
        padding: 35px 15px 0px;
    }

    .ba-slider {
        margin-top: 25px;
    }

    .epa-btn {
        flex-direction: column;
        gap: 15px;
        margin-top: 25px;
    }

    .ecom-pricing-alt {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ecom-proposal-logos {
        padding-bottom: 25px;
    }

    .ecom-proposal-logos .slick-slide img {
        display: block;
        margin: auto;
    }

    .ecom-free-proposal-wrap .col-md-3 {
        display: none;
    }

    .free-proposal-btns::before {
        left: -15px;
    }

    .free-proposal-btns::after {
        right: -15px;
    }

    .video-chat-cta {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .video-chat-cta h3 {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 15px;
        padding-top: 20px;
        text-align: center;
    }

    .video-chat-cta p {
        font-size: 16px;
        padding-bottom: 25px;
        text-align: center;
    }

    .ecom-accordion>li {
        margin-top: 20px;
    }

    .ecom-accordion h4 {
        font-size: 16px;
        line-height: 25px;
        padding-right: 25px;
        padding-bottom: 15px;
        cursor: pointer;
    }

    .ecom-accordion h4::before {
        font-size: 20px;
        right: 4px;
    }

    .ecom-accordion p {
        padding-bottom: 5px;
        font-size: 15px;
        line-height: 24px;
    }

    .ecomm-book-cta {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ecomm-book-cta h2 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 25px;
    }

    .ecomm-book-cta .btn-theme-orange {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .ecomm-book-cta .btn-theme-orange {
        font-size: 11px;
    }

    .ecomm-book-cta .ecom-logo-btn-chat {
        font-size: 13px;
    }

    .more-service-box:hover .mrs-img {
        bottom: 0;
    }

    .ecom-faq-links a,
    .ecom-faq-links li {
        font-size: 15px;
    }

    .video-chat-cta h3 br {
        display: none;
    }

    .video-cta-btns {
        gap: 15px;
        flex-direction: column;
    }

    .ecom-faq {
        padding-bottom: 50px;
    }

    .case-study-items>li {
        padding-top: 25px;
    }

    .case-study-items>li:nth-child(odd) .row {
        flex-direction: column-reverse;
    }

    .testimonial-slider-btn {
        margin-bottom: 15px;
    }

    .cs-detail-banner {
        padding: 50px 0;
        height: auto;
        text-align: center;
    }

    .cs-detail-banner h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .cs-detail-banner h2 br {
        display: none;
    }

    .cs-detail-banner p {
        font-size: 14px;
        line-height: 24px;
    }

    .cs-banner-box-wrap>li {
        width: 50%;
    }

    .cs-b-box h5 {
        font-size: 30px;
        line-height: 30px;
    }

    .cs-b-box h6 {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .case-study-review {
        padding-top: 80px;
    }

    .csr-wrap .vbox-arrow {
        right: 0;
    }

    .csr-wrap .vbox-arrow img {
        height: 60px;
    }

    .case-study-review p {
        font-size: 14px;
        line-height: 24px;
    }

    .case-study-review h5 {
        padding-top: 10px;
        line-height: normal;
    }

    .cs-detail-about {
        padding-top: 50px;
    }

    .cs-detail-about h6 {
        font-size: 14px;
    }

    .cs-detail-about h3 {
        font-size: 26px;
        line-height: normal;
        padding-bottom: 15px;
    }

    .cs-detail-about p {
        color: #1d1d1d;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .cs-detail-info-box h5 {
        padding-bottom: 20px;
    }

    .cs-detail-challenge {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cs-detail-challenge h3 {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .cs-detail-challenge p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .csd-service-box h5 {
        padding-bottom: 10px;
    }

    .cs-details-slider {
        padding: 25px 25px 0;
    }

    .cs-prev,
    .cs-next {
        width: 25px;
        height: 40px;
    }

    .cs-detail-strategy {
        padding-top: 50px;
    }

    .cs-detail-strategy h3 {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .cs-detail-strategy p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .cs-detail-impact {
        padding-top: 50px;
    }

    .cs-detail-impact h3 {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .cs-detail-impact p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 25px;
    }

    .cs-detail-impact .matter-box {
        margin-bottom: 15px;
    }

    .cs-detail-impact .mb-body h5 {
        font-size: 14px;
    }

    .cs-detail-cta-plans h3 {
        font-size: 26px;
        line-height: normal;
        padding-bottom: 15px;
    }

    .cs-detail-cta-plans p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 25px;
    }

    .cs-detailcta-btns {
        margin-bottom: 30px;
    }

    .cs-small-info h4 {
        padding-bottom: 25px;
    }

    .cs-small-info-list>li {
        font-size: 16px;
        line-height: 34px;
    }

    .cs-small-box-sec {
        padding-top: 50px;
    }

    .cs-small-box {
        margin-bottom: 15px;
    }

    .our-works {
        padding-bottom: 50px;
    }

    .contact-details {
        padding-bottom: 0px;
    }

    .fpfi-wrap button {
        width: 100%;
        height: 50px;
        padding: 0 25px;
        margin-top: 20px;
    }

    .story-box-items {
        gap: 0;
    }

    .story-box-items>li {
        width: 100%;
    }

    .story-box-items>li .story-box-img img {
        padding: 0;
    }

    .story-box-body {
        padding: 15px 15px;
        margin-top: -15px;
    }

    .story-box-body h6 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .story-box-body h4 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .story-box-body p {
        font-size: 14px;
        line-height: 24px;
    }

    .story-box-items>li:nth-child(2) {
        margin-top: 20px;
    }

    .story-box-items>li:last-child .story-box-img img {
        width: 100%;
        padding: 0;
    }

    .story-box-items>li:last-child {
        margin-top: 20px;
    }

    .about-story {
        padding-bottom: 50px;
    }

    .about-ceo-note {
        padding: 50px 0;
    }

    .about-ceo-note h3 {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .about-ceo-note p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 25px;
    }

    .about-ceo-note h5 {
        font-size: 16px;
        line-height: normal;
    }

    .about-team {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .team-img-wrap {
        gap: 15px;
        margin-top: 15px;
    }

    .about-team-content {
        padding: 25px 0;
    }

    .about-team-content h3 {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .about-team-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-choose {
        padding-top: 0px;
    }

    .about-choose .sec-heading-line h2 {
        padding-top: 0;
    }

    .choose-box {
        padding-left: 0;
        padding-top: 55px;
        margin-top: 25px;
        position: relative;
    }

    .choose-box::before {
        width: 50px;
        height: 50px;
        font-size: 34px;
    }

    .choose-box::after {
        content: none;
    }

    .choose-box h4 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .choose-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .choose-img-two {
        display: none;
    }

    .choose-img-one {
        display: none;
    }

    .about-positions .text-right {
        text-align: left !important;
    }

    .open-positions-list {
        padding-top: 35px;
    }

    .open-positions-list>li:not(:last-child) {
        margin-bottom: 15px;
    }

    .opl-head {
        flex-wrap: wrap;
    }

    .opl-head h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .about-positions {
        padding-bottom: 0;
        padding-top: 0;
    }

    .states-banner {
        height: auto;
        padding: 50px 0;
        text-align: center;
    }

    .states-banner h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .states-banner p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .states-banner-num {
        display: none;
    }

    .proposal-form-footer {
        padding: 15px 0;
    }

    .states-form input {
        margin-bottom: 10px;
    }

    .states-form-body {
        padding: 20px 15px;
    }

    .states-sec-video h2 {
        padding-bottom: 15px;
    }

    .states-sec-video p {
        font-size: 14px;
        line-height: 26px;
    }

    .states-video-box {
        margin-top: 15px;
        height: 260px;
    }

    .states-video-box .vbox-arrow {
        display: none;
    }

    .states-video-box h5 {
        font-size: 15px;
    }

    .states-video-box a {
        font-size: 15px;
        left: 15px;
    }

    .states-client-sec h2 {
        line-height: normal;
        padding-bottom: 20px;
    }

    .state-client-logo {
        padding-bottom: 35px;
    }

    .state-client-logo>li {
        padding: 0 10px;
    }

    .state-client-video {
        margin-bottom: 15px;
    }

    .scv-body {
        padding: 15px 15px 15px 25px;
    }

    .scv-body p::before {
        font-size: 18px;
        right: calc(100% + 3px);
    }

    .scv-body p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 25px;
    }

    .scv-number-box h4 {
        font-size: 26px;
    }

    .scv-number-box h6 {
        font-size: 12px;
    }

    .popup-getstarted {
        max-width: 320px;
        height: 500px;
    }

    .popup-getstarted .popup-inner {
        padding: 15px 15px;
        background-position: right;
        text-align: center;
    }

    .pop-freeproposal h3 {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .pop-freeproposal p {
        font-size: 13px;
        padding-bottom: 15px;
    }

    .gs-pop-field input {
        height: 40px;
        border-radius: 5px;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .gs-pop-field select {
        padding: 0 15px;
        height: 40px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .pop-freeproposal {
        margin: auto;
    }


    .popup-delay-form {
        width: 100%;
        max-width: 320px;
    }

    .popup-delay-form .col-md-8 *{
        display:none;
    }
    .ppd-form-wrap h6 {
        font-size: 16px;
    }

    .tabNav-solution-type a {
        height: auto;
    }

    .tabNav-images-wrap {
        display: none;
    }

    .ecom-logo-sec {
        padding-top: 50px;
    }

    .ecomm-book-cta h2 br{
        display:none;
    }

    .custom-pricing-calc {
        padding: 25px 0;
    }

    .custom-pricing-calc h2 {
    font-size: 20px;
    line-height: 26px;
}

.tabNavCustomPricing{
    display:block;
    text-align: center;
    margin:0 -5px;
}

.tabNavCustomPricing > li {
    width: 33.333%;
    display:inline-block;
    vertical-align:top;
    padding:0 5px;
    margin-bottom: 10px;
}

.tabNavCustomPricing a {
    font-size: 10px;
}

.cpcw-main {
    padding: 15px 5px;
}

.cpcw-main h4 {
    font-size: 16px;
    padding-bottom: 10px;
}

.cpcw-main p {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: normal;
}

.cpwc-type-radio > li {
    width: 50%;
}
.cpwc-checkbox-options > li {
    width: 50%;
}

.cpwc-checkbox-wrap {
    padding-top: 20px;
}

.custom-calc-sidebar h5 {
    font-size: 16px;
}

.cc-cart-table-wrap {
    height: auto;
}

.cpcw-main {
    padding: 15px 5px 0;
}

.cpcw-footer {
    text-align: center;
    padding: 15px 0;
}
.cpcw-footer-btn a:nth-of-type(2) {
 width:100%;
}

table.cc-cart-table tbody tr {
    border-bottom: none;
}
.address-box-items>li {
    width: 100%;
}

.popup-pricing {
    width: 100%;
    max-width: 320px;
    height: 470px;
}

.popup-pricing .popup-inner {
    padding: 0 15px;
    text-align:center;
}

.popup-pricing h3 {
    font-size: 44px;
    line-height: 56px;
    width: 100%;
    padding-bottom:10px;
}

.popup-pricing h6 {
    font-size: 32px;
}

.popup-pricing p {
    max-width: 100%;
    padding-bottom: 15px;
}

.pp-btns {
    gap: 10px;
    flex-wrap: wrap;
}

.pp-btns a:nth-of-type(1)::before {
    content: none;
}

.pp-btns a {
    width:100%;
}

.pricing-items-alt .slick-slide {
    margin: 0 15px;
}

.pricing-box-alt-img {
    padding-bottom: 25px;
}



#pricing-confetti {
    transform: scale(1);
}

#pricing-confetti .cls-2 {
    fill: #F68E00;
}

.pricing-box-alt-active #pricing-confetti .cls-2 {
    fill: #fff;
}


.thumbs-base-outer h6 {
    z-index: 2;
}

.thumbs-icon{
    z-index: 2;
}

.free-proposal-btns::before,
.free-proposal-btns::after {
    top: -5px;
}

.pricing-thankyou h2 {
    font-size: 54px;
}

.checkout-sec h2 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 25px;
}

.checkout-sec h2 br{
    display:none;
}

.tabNavCheckout::before {
    left: 40px;
    right: 40px;
}

.tabNavCheckout::after {
    left: 40px;
}

.tabNavCheckout {
    margin: 0 -15px 30px;
}

.checkout-main h3 {
    font-size: 20px;
    padding-bottom: 15px;
    text-align: center;
}

.checkout-btn-wrap a {
    width: 100%;
}

.checkout-main {
    padding: 40px 15px 30px;
}

.checkout-cartwrap .cc-cart-footer {
    height: auto;
}

.cc-cart-coupen-input input[type="text"] {
    width: 180px;
}
.payment-exp {
    margin-bottom: 10px;
}

.refundpage {
    padding: 50px 0;
}

.refundpage .deci-bullets {
    padding-top: 0;
}

.refundpage ol li {
    font-size: 14px;
    line-height: 18px;
    display: inline-flex;
align-items: center;
width:100%;
padding-top:0;
}

.refund-con-box-container {
    padding: 25px 10px;
 }

 .popup-delay-form {
    height: 500px;
}

.service-dropdown > li {
    font-size: 16px;
    padding: 5px 25px;
}

.team-img-wrap img {
    width: 48%;
}

.brief-form-intro-sec {
  padding-top: 0;
}

.brief-form-intro-sec h2 {
  font-size: 34px;
}
.brief-summary-text {
  font-size: 28px;
  line-height:normal;
}
.tilebox-wd50 > li {
  width: 100%;
}

.tileboxwrap {
  margin-bottom: 20px;
  height: auto;
  padding: 40px 0;
}

.brief-form-main {
  height: auto;
  padding-bottom: 100px;
}

.brief-progress-main {
  display: none;
}

.text-shrink {
  font-size: 16px;
}

.brief-summary-text {
  font-size: 22px;
}

.tilebox-wd33 > li {
  width: 100%;
}

.brief-select-field select {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  padding: 0 10px;
}

.brief-select-field::before {
  font-size: 20px;
}
.website-name-box h4 {
  font-size: 22px;
  line-height: normal;
}
.brief-form-choice-lines {
  display: none;
}


.brief-textinput input {
  height: 50px;
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 25px;
}

.brief-textinput label {
  font-size: 18px;
  padding: 0 10px;
}

.brief-answers-sec {
  padding: 50px 0;
}

.brief-answers-sec h3 {
  font-size: 22px;
  padding-bottom: 35px;
  line-height: normal;
}

.psb-top {
  flex-direction: column;
}

.psb-bottom {
  flex-direction: column;
}

.psb-top h6 {
  width: 100%;
  text-align: center;
  padding-top: 15px;
}

.psb-checklist > li {
  width: 100%;
}
.brief-addons h3 {
  font-size: 22px;
}

.brief-addon-items > li {
  width: 50%;
}

.addonboxwrap {
  height: auto;
  min-height: 150px;
}

.brief-long-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.brief-long-sec h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 35px;
}

.brief-long-wrap {
  padding: 25px 15px;
}
.brief-long-wrap label, .brief-long-wrap-checklist h6 {
  font-size: 18px;
  line-height: normal;
}

.brief-long-wrap-checklist {
  padding: 25px 15px;
}


.ecom-pricing-items > li {
  width: 100%;
  margin-bottom:15px;
}
.pricing-box {
  padding: 20px 15px 20px;
}


.pricing-box h6 {
  font-size: 28px;
  padding-bottom: 15px;
}

.pricing-box p {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.pricing-box-features > li {
  font-size: 14px;
}

.pricing-box-features > li::before {
  font-size: 14px;
}

.tabNav-packages > li {
  margin-bottom: 10px;
}

.tabNav-packages > li {
  width: 100%;
}

.tabNav-packages a{
    display:block;
}


}

/* media query 767 end */

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.ppd-input input[type="number"],
.fpfi-wrap p input[type="number"]{
    -moz-appearance:textfield;
}