/*Main Css */
:root {
    --primary: #F86061;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
   
    --font-heading: "Poppins" , sans-serif;
    --font-accent: "Rubik" , sans-serif;
    --font-body: "Rubik" , sans-serif;
   
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
::selection {
    background: #ff5e14;
    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: #ff5e14;
}

/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #0F192D;
    background: #FEFCF8;
}
body.inner-header {
    /* padding-top: 100px; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    display: block;
    font-weight: 500;
    color: #0C121F;
}

*: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;
    text-decoration: none;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    font-family: var(--font-body);
    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-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: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}

/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}

.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 10px 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: 30px;
    border-radius: 100px;
    padding: 0px;
    background: #DDDDDD;
    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: #B6B9FC;
    width: 55px;
}

/*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;
    position: fixed;
    background: transparent;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}
header.sticky{
    background: #282828;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    top: 0;
}
.bg-black header.sticky .menu li a {
    /* color: #333 !important; */
}
.bg-black header.sticky .dropdown ul li a {
    color: #fff !important;
}
.inner-header header {
    background: #fff;
}
.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: inline-block;
}

.logo img {
    display: block;
    max-width: 170px;
}
.logo-white{
    display: none !important;
}
.logo-dark{
    display: block !important;
}
.mainBanner.b2.bg-black .logo-dark {
    display: none !important;
}

.mainBanner.b2.bg-black .logo-white {
    display: block !important;
}
/* 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: var(--primary);
    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: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 */
.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}
.menu > li  {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0 16px 35px;
}
.menu > li > a {
    display: block;
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 500;
    color: #0C121F;
}
.b2 .menu > li > a{
    color: #fff;
}
.header-btn {
    background: var(--primary);
    color: white !important;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: 400 !important;
}
.header-btn:hover{
    transform: scale(1.03);
}
.menu > li :hover > a,
.menu > li .active > a {
    color: var(--primary);
}
@keyframes scale-display {
    0% {
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
  }
  @keyframes scale-display--reversed {
    0% {
      display: inline-flex;
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
    99% {
      display: inline-flex;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      display: none;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
  }

/* Menu Dropdown CSS */
.has-child {
    position: relative;
    z-index: 1;
}
.dropdown {
    position: absolute;
    background: #27273d;
    /* padding: 1rem; */
    border-radius: 0px 0px 10px 10px;
    top: 100%;
    width: 300px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
}
.dropdown .dropdown {
    left: 100%;
    top: 0;
}
.dropdown ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 10px 20px;
}
.dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.chev.rotate {
    transform: rotate(180deg);
}
.chev {
    transition: .5s ease;
}
/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}

/* ---------------Sec Headings----------------- */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;
    
}
.sec-heading h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 1rem 0;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    margin: 1rem 0;
}
.sec-heading .sub-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
.sec-heading b {
    color: #0C121F;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
}
/* -------------------Sec Headings---------------- */

/* --------------sections-------------------- */
section {
    padding: 4rem 0;
    position: relative;
}
.padding-2{
    padding: 1rem 0;
}
/* ---------------------sections------------- */ 

/* ------------------Theme Buttons------------------ */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}
.btn-wrap .theme-btn {
    padding: 15px 30px;
    background: var(--primary);
    color: white;
    font-size: 20px;
    border-radius: 50px;
    font-weight: var(--font-medium);
    border: 2px solid var(--primary);
    transition: .5s ease;
}
.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* -------------------Theme Buttons------------------- */

/* ------------------Main Banner CSS----------------------- */
.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.banner-content {
    padding: 190px 0 160px;
}
h1.banner-heading {
    font-size: max(32px,min(5vw,54px));
    line-height: 76px;
    margin: 2rem 0;
    font-weight: 600;
}
.coloured-text {
    color: var(--primary);
}
span.sub-heading {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: uppercase;
}
p.banner-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2rem;
    color: #0C121F;
}
.detail-header {
    background: #27273D;
    padding: 1rem 0;
}
.topbar-btn a {
    color: #fff;
    padding: 0 1rem;
}
.topbar-btn {
    display: flex;
    justify-content: end;
}
/* ------------------Main Banner CSS----------------------- */

/* ------------------benefits CSS----------------------- */
.benefits {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.benefits h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.bene-details {
    max-width: 74%;
}
/* ------------------benefits CSS----------------------- */

/* ------------------creative-agency CSS----------------------- */
.creative-agency-image {
    position: absolute;
    left: 0;
    top: 0;
}
/* ------------------------counter CSS-------------------------  */
ul#counter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
}
.counter-wrapper {
    background: #002544;
    padding: 2rem 0;
}
.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.counter-wrapper .counter span.count {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}
ul#counter li .counter>div {
    font-weight: 600;
    font-size: 60px;
    color: #030712;
    margin-bottom: 1rem;
    flex-shrink: 0;
}
ul#counter li .counter>.text {
    font-size: 18px;
    color: #0F192D;
}
ul#counter li {
    width: 28%;
    display: flex;
    align-items: center;
    gap: 0rem;
}
/* -----------------counter CSS---------------------  */

/* ----------------creative-agency2 CSS---------------------  */
.creative-agency2-image {
    position: absolute;
    right: 0;
    top: 0;
}
.perfect-website {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.website-name {
    max-width: 68%;
}
.perfect-website h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
/* ----------------creative-agency2 CSS---------------------  */

/* ----------------service-card CSS---------------------  */
.service-image {
    background: #B3B3B3;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    /* display: flex; */
    transition: .5s ease;
}
.service-image:before {
    content: "";
    display: block;
    position: absolute;
    /* top: 0; */
    left: -86%;
    width: 222px;
    height: 2px;
    background: #F86061;
    background-position: left center;
    z-index: -1;
}
.service-card:hover .service-image {
    transform: scale(.9);
    background: #f86061;
}
.service-card:hover .service-image h4{
    color: #fff;
}
.service-card:hover .service-image img {
    filter: brightness(0);
}
.service-image img {
    transition: .5s ease;
}
.service-card {
    cursor: pointer;
}
.service-card p {
    color: #FFF;
    font-weight: 500;
    text-align: center;
    padding-top: 2rem;
}
ul.services {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    align-items: center;
}
.services li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.marker {
    position: absolute;
    width: 30px;
    height: 40px;
    cursor: pointer;
}
ul.marker-wrap {
    position: relative;
    height: 100%;
}
.hover-text {
    display: none;
    background: #1D2343;
    padding: 20px 15px 30px 15px;
    border-radius: 0px 30px 0px 30px;
    min-height: 190px;
    width: 300px;
    text-align: left;
    box-shadow: 1px 0px 5px 0px #28A5DA;
    position: absolute;
    top: 100px;
}
.active .hover-text{
    display: block;
}
.hover-text.active{
    display: block !important;
    animation: scale-display .5s forwards;
}
@keyframes hoverActive {
    from {top: 0px;}
    to {top: 200px;}
  }
.hover-text p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.hover-text h4 {
    color: #F86061;
    font-size: 18px;
    line-height: 30px;
}
.pub-icons-parent {
    padding-bottom: 176px;
}
.service-image h4 {
    font-size: 20px;
    font-weight: 600;
}
/* ----------------service-card CSS---------------------  */

/* ----------------portfolio CSS---------------------  */
.logo-name h4 {
    color: #505050;
    font-size: 14px;
}
.logo-name span {
    color: #CECECE;
    font-size: 12px;
}
.logo-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.portfolio-card img{
    width: 100%;
}
.portfolio-card a{
    width: 100%;
}
.portfolio-card {
    margin-top: 3rem;
}
/* ----------------portfolio CSS---------------------  */

/* --------------------packages CSS-------------------- */
.pckg-sec{
    background: #F8F8F8;
}
.pkg-list  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2rem
}
.pkg-list .g-2 {
    grid-template-columns: repeat(2, 1fr);
}
.pkg-list .d2 .pckg {
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.pkg-list .d2 .pckg .upper {
    text-align: center;
}
.pkg-list .d2 .pckg .upper .price {
    justify-content: center;
}
.pkg-list .d2 .pckg .upper .title {
    font-size: 24px;
    line-height: 24px;
}
.pkg-list .d2 .pckg .upper .price .amount {
    font-weight: 800;
    font-size: 70px;
    line-height: 85px;
}
.pkg-list .d2 .pckg .bottom p {
    font-size: 18px;
    line-height: 26px;
    color: #6B7280;
}
.pckg.d2{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.pckg.d2 .upper .title {
    font-size: 24px;
    line-height: 24px;
}
.pckg.d2 .upper {
    text-align: center;
}
.pckg.d2 .upper .price {
    justify-content: center;
}
.pckg.d2 .upper .price .amount {
    font-size: 70px;
    line-height: 85px;
}
.pckg.d2 .bottom .hdng {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #525AEC;
    margin-bottom: 1rem;
}
.pckg.d2 .bottom p {
    color: #6B7280;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1rem;
}
.pckg {
    height: 100%;
    border-radius: 4px;
    border: 1px solid transparent;
    background: #FFF;
    transition: 0.3s ease;
}
.pckg:hover {
    border: 1px solid #f86061;
}

.pckg:hover .upper .price .amount {
    color: #f86061;
}

.pckg .btn-wrap a{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.pckg .btn-wrap .btn-norm{
    color: var(--primary);
    transition: .5s ease;
}
.pckg .btn-wrap .btn-norm:hover{
    transform: scale(1.03);
}
.pckg .upper, .pckg .bottom {
    padding: 1.5rem;
}

.pckg .upper .title {
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 1rem;
    font-weight: 600;
}
.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}
.pckg .upper p {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    margin-bottom: 1.5rem;
    min-height: 40px;
}
.pckg .upper .price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 3rem 0;
}
.pckg .upper .price .amount {
    font-weight: 600;
    font-size: 65px;
    line-height: 40px;
    color: #000;
}
.pckg .upper .price .uspto {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}
.pckg .upper {
    /* border-bottom: 1px solid #E5E7EB; */
}
.pckg .bottom .includes {
    letter-spacing: 0.025em;
    text-transform: uppercase;

    color: #111827;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.pckg .bottom ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5F5F5F;
    position: relative;
    display: flex;
}
.pckg .bottom ul {
    max-height: 344px;
    margin-top: 0rem;
    overflow-y: auto;
}
.pckg .bottom ul li:not(.last) {
    margin-bottom: 1rem;
}
.pckg .bottom ul li::before {
    content: "";
    font-family: var(--icon);
    content: "\f00c";
    font-weight: 800;
    color: var(--primary);
    margin-right: 8px;
    content: "\f058";
}
ul.overview-nav.d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
ul.overview-nav.d2 li.active a {
    background: #FE3243;
    color: #fff;
    border-color: #FE3243 !important;
}
ul.overview-nav.d2 a {
    padding: 15px 18px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 50px;
    background: transparent;
    color: #FE3243;
    border: 1px solid #FE3243 !important;
}

/* --------------------packages CSS-------------------- */

/* -------------------Testimonials 2----------------------- */
section.testimonials {
    /* background: #FEFCF8; */
}
.testi-slider-2 .testi-slide {
    border-radius: 4px;
    background: #FFF;
    padding: 20px 25px;
}
.testi-slider-2 .testi-slide p {
    color: #777;
    line-height: 30px;
    margin: 2rem 0;
}
.testi-slider-2 .testi-slide .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.testi-slider-2 .testi-slide .client {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.testi-slider-2 .testi-slide .client .det .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}
.testi-slider-2 .testi-slide .client .det .des {
    color: #A8A8A8;
    display: block;
    font-size: 14px;
}
/* ------------------Testimonials 2--------------------- */

/* -----------------------Accordian------------------------ */
.accordion-list {
    position: relative;
}
.accordion-list li {
    padding: 30px 35px 30px 30px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    border-radius: 11.393px;
    background: #FFF;
    box-shadow: 0px 2.84828px 68.35862px 0px rgba(0, 0, 0, 0.04);
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}
ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #9CA3AF ;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    top: 0;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f077";
}
.answer p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}
/* ------------------------------------Accordian------------ */

/* ------------------------------------About us CSS------------ */
.award-winning h3 {
    font-size: 38px;
    line-height: 50px;
}
.ourphilosophy span {
    color: #9C9EA2;
    font-size: 40px;
}
.ourphilosophy {
    display: flex;
    gap: 1rem;
}
.details h3 {
    font-size: 26px;
    margin-bottom: 14px;
}
.bg-black{
    background: #282828;
}
.yellow-text {
    color: #FFCB05;
}
.web-security {
    border-radius: 4px;
    background: #FFF;
    padding: 2rem;
    margin-bottom: 1.5rem;
}
.web-security span {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Poppins';
}
.web-security h6 {
    font-size: 20px;
}
.will-get {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 1px 1px 10px 0px rgba(255, 0, 2, 0.18);
    padding: 2rem;
    text-align: center;
}
.will-get h3 {
    font-size: 22px;
    padding: 1rem 0;
}
.website-hosting {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.progressbar h4 {
    color: var(--black, #030D03);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.progressbar p {
    color: var(--black);
    font-size: 16px !important;
    font-weight: 400 !important;
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: transparent;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    height: 8px;
    text-align: center;
    border-radius: 6px;
    white-space: nowrap;
    background-color: #EF403B;
    transition: width .6s ease;
}
.chooseus-content {
    margin-bottom: 1rem;
}
.about-progress .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}
.bg-lite {
    background: #EEEFF2;
    padding: 3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec-heading .sub-heading.fs-16{
    font-size: 16px;
}
.sec-heading h2.fs-32 {
    font-size: 32px;
    line-height: 40px;
}
.aboutus-image {
    width: 100%;
    height: 100%;
    display: flex;
}
.aboutus-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
section.about-progress {
    padding: 1rem 0;
}
ul.seo-page{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    align-items: center;
    justify-content: center;
}
.work-card h4 {
    font-size: 36px;
    padding: 1.5rem 0;
}
.work-card b {
    color: #F86061;
    font-weight: 600;
}
.show-mn {
    padding-bottom: 30px;
}
.show-mn img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    max-width: 100%;
}
.comments-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.like-bar {
    display: flex;
    align-items: center;
}
.like-bar p {
    padding: 0px 6px;
    margin: 0;
    font-size: 12px;
}
.bar-mn {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 50px;
}
.comments-bar p {
    margin: 0;
    font-size: 12px;
}
.comments-bar p:last-child {
    padding-left: 15px;
}
.media-slider .slick-slide {
    /* padding: 10px; */
    /* text-align: center; */
    margin-right: 5px;
    margin-left: 5px;
}
.media-slider {
    margin: 10px -5px;
}
.tab-content>.tab-pane {
    display: block;
    height: 0px;
    overflow: hidden;
}
.tab-content>.active {
    height: auto;
}
.work-card h6 {
    font-size: 22px;
    padding: 1rem 0;
}
.btn1 {
    font-size: 26px;
    color: #000;
    line-height: 36px;
}
section.contact-us {
    background: #F8F8F8;
}
.bg-contact {
    padding: 2rem;
    border-radius: 2px;
    background: #fff;
}
.sec-heading h5 {
    font-size: 40px;
}
.field input, .field textarea {
    width: 100%;
    border: 0;
    font-weight: 300;
    font-size: 14px;
    color: #838493;
    padding: 10px 14px;
    margin-bottom: 18px;
    outline: none !important;
    background: #fff;
    border-radius: 6px;
    border: 0.4px solid #CAC9C7;
}
.field textarea {
    height: 190px;
    resize: none;
}
.send button {
    padding: 0 60px;
    height: 54px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: .4s ease;
    border: 1px solid #fe3243;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    background: #FE3243;
}
/* ------------------------------------About us CSS------------ */

/* ----------------------popup----------------------- */
.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    backdrop-filter: blur(10px);
}
  .popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 530px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width:97%;
    max-height: 90vh;
    overflow-y: auto;
  }
  .mmpopup {
    text-align: center;
    background: #f8f8f8;
    padding: 45px 25px 25px;
  }
  .mmpopup .formpop {
    width: 100%;
    margin: 24px auto;
  }
  .mmpopup .fld-input {
    height: 50px;
    width: 100%;
    /* margin-bottom: 9px; */
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #D1D5DB;
    overflow: hidden;
  }
  .mmpopup .centercont h3 {
    font-size: 38px;
    color: #141515;
    margin-bottom: 10px;
  }
  .mmpopup .centercont h4 {
    font-size: 20px;
    color: #566060;
    margin-bottom: 15px;
  }
  .mmpopup .centercont h4 span {
    color: #86cb92;
  }
  .mmpopup .centercont h4 span span {
    display: none;
  }
  .mmpopup .centercont p {
    color: #333;
    font-size: 14px;
    margin-bottom: 120px;
    line-height: 20px;
  }
  .closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 100px;
  }
  .closeico i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .closeico1 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
  }
  .closeico1 i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    max-width: 390px;
    margin: auto;
    display: block;

    position: relative;

  }
  .mmpopup .centercont ul {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 27px 49px 27px 24px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
  }
  .mmpopup .centercont ul li {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px;
  }
  .mmpopup .centercont ul li.last {
    padding-bottom: 0;
  }
  .mmpopup .centercont ul li i {
    color: #ff533e;
    border: 1px solid;
    border-radius: 100px;
    margin-right: 8px;
    font-size: 10px;
    padding: 3px;
  }
  .mmpopup .centercont h4 {
    font-size: 35px;
    color: #0085ff;
  }
  .mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff;
  }
  .mmpopup .centercont h3 span {
    display: block;
    margin: 0 30px;
    /* font-size: 30px; */
    color: #000;
    /* font-family: 'CenturyGothic'; */
    font-weight: 700;
    /* line-height: 33px; */
    font-size: 36px;
    line-height: 120%;
    color: #3A3D40;
  }
  .mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 60px;
  }
  .fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    background-color: #fff;
    width: 354px;
    height: 66px;
    margin-bottom: 20px;
  }
  .fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #EEEEEE;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
   
  }
  .fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
  }
  .fld-btn button {
   border-radius: 5px;
   background-color: var(--primary);
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    cursor: poRoboto;
    transition: 0.5s;
  
    height: 59px;
    cursor: pointer;
    border: 0;
  }
  
  .fld-btn button i {
    padding-left: 12px;
  }
  .fld-btn button:hover {
   transform:scale(1.03);
  }
/* ---------------------------popup-------------- */

/* ---------------------footer---------------------- */
footer {
    background: #380369;
    padding-top: 3rem;
}
.footer-para p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-top: 2rem;
}
.foot-hdng h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 1rem;
}
.f-menu li a {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.foot-hdng a {
    color: #fff;
    margin-bottom: 18px;
    display: flex;

}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 1rem;
    border-top: 2px solid #f1eded82;
}
.copyright p {
    color: white;
    text-align: start;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}
ul.f-link li:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.brd {
    padding-bottom: 4rem;
}
.footer-para {
    max-width: 80%;
}
section.overlay-footer {
    transform: translateY(190px);
    margin-top: -160px;
}
.bg-purple {
    background: #530899;
    padding: 2rem 0;
}
.foot-hdng i {
    color: #fcd42b;
    margin-right: 14px;
}
.copyright p, .copyright a {
    color: white;
}
/* footer */


/* 404 */

.error-text {
    font-size: 96px;
    line-height: 68px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;
}

.error-image {
    margin-top: 236px;
}
.error-image2 {
    margin-top: 400px;
}
.thankyou-text{
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
}

/* 404 */
/* terms */

.terms ul {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
ul.list-ul {
    list-style: disc;
    margin-left: 20px;
}
.terms ul li {
    margin-bottom: 1rem;
}

.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}

.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
}

.terms p {
    margin-bottom: 2rem;
}
/* terms */
header.sticky .menu > li > a {
    color: white !important;
}
header.sticky .logo-dark{
    display: none !important;
}
header.sticky .logo-white{
    display: block !important;
}
@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    header{
        padding: 1rem 0;
    }
    .btns{
        margin: 1.5rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80;
    }
    
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        padding: 1rem;
        font-weight: 500;
        color: #000;
    }
    .form-head .form-heading{
        white-space: normal;
        font-size: 20px;
    }
    .form-head{
        padding: 1rem;
    }
    .btn-normal{
        padding: 10px 8px;
    }
    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important;
    }
    
    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px;
    }
    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }
    .menuWrap .menu:first-child{
        padding-left: 0;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        height: 100vh;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    }
    ul.menu > li  {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column;
    }
    ul.menu > li > a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    
    .container {
        position: relative;
    }
    
    header .main-header ul.menu>li > a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }
}

@media (max-width : 1025px){
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
    .overlap-slider {
        /* width: 180%; */
        width: 100%;
        position: relative;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
}
/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */

h1.banner-heading {
    line-height: 62px;
    margin: 1rem 0;
    font-size: 42px;
}
.banner-content {
    padding: 170px 0 82px;
}
.creative-agency-image {
    position: relative;
}
.sec-heading h2 {
    font-size: 30px;
    line-height: 40px;
}
ul#counter li .counter>div {
    font-size: 34px;
    margin-bottom: 0;
}
ul#counter {
    padding-top: 0rem;
}
ul#counter li .counter>.text {
    font-size: 13px;
}
section {
    padding: 2rem 0;
    position: relative;
}
.creative-agency2-image {
    position: relative;
}
.service-image {
    height: 50px;
    width: 50px;
}
.service-image:before {
    left: -120%;
    width: 175px;
}
.pckg .upper .title {
    font-size: 22px;
}
.pckg .upper .price .amount {
    font-size: 36px;
}
.pckg .upper .price {
    margin: 1rem 0;
}
.pckg .bottom {
    padding: 0 1.5rem 1.5rem;
}
.benefits h3 {
    font-size: 16px;
    margin-bottom: 4px;
}
.footer-para p {
    font-size: 14px;
    padding: 0;
}
.foot-hdng h4 {
    font-size: 16px;
}
.f-menu li a {
    font-size: 14px;
    line-height: 10px;
}
footer {
    padding-top: 2rem;
}
.brd {
    padding-bottom: 1rem;
}
.foot-hdng a {
    font-size: 14px;
}
.copyright {
    padding: 1rem 0 1rem;
}
.work-card h4 {
    font-size: 24px;
    padding: 1rem 0;
}







}
/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
/* Styles */

    h1.banner-heading {
        line-height: 50px;
        margin: 1rem 0;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .benefits {
        margin-bottom: 2rem;
    }
    .creative-agency-image {
        display: none;
    }
    .sec-heading h2 {
        font-size: 34px;
        line-height: 45px;
    }
    ul#counter li .counter>div {
        font-size: 22px;
    }
    ul#counter {
        padding-top: 0rem;
    }
    ul#counter li .counter>.text {
        font-size: 14px;
    }
    .creative-agency2-image {
        display: none;
    }
    ul.services {
        grid-template-columns: repeat(2, 1fr);
    }
    .hover-text {
        display: block !important;
        position: unset;
    }
    .services li {
        flex-direction: column;
        gap: 1rem;
    }
    .service-image:before{
        display: none;
    }
    .pub-icons-parent {
        padding-bottom: 0;
    }
    .pkg-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .pckg .upper .price .amount {
        font-size: 46px;
    }
    .pckg .upper .price {
        margin: 2rem 0;
    }
    .footer-para p {
        font-size: 16px;
        padding: 1rem 0;
    }
    .f-menu li a {
        line-height: 12px;
    }
    .copyright p {
        text-align: center;
    }
    ul.f-link {
        justify-content: center;
        padding: 1rem;
    }
    .copyright {
        padding: 1rem 0 0rem;
    }
    .accordion-list li h3 {
        line-height: 28px;
    }
    .bannerimage {
        display: none;
    }
    .banner-content {
        padding: 160px 0 58px;
    }
    .freedomain-image {
        display: none;
    }
    .web-security h6 {
        font-size: 16px;
    }
    .will-get {
        margin-bottom: 1rem;
    }
    .work-card h4 {
        font-size: 24px;
        padding: 1rem 0;
    }
    .work-card {
        margin-bottom: 2rem;
    }
    .award-winning h3 {
        font-size: 28px;
        margin-bottom: 1rem;
    }
    .pckg .bottom {
        padding: 0 1.5rem 1.5rem;
    }


}


/* iPhone 6-8 Plus */
@media only screen
and (min-width : 414px)
and (max-width : 736px)
and (orientation : portrait) {
/* Styles */
}
@media only screen
and (min-width : 414px)
and (max-width : 736px)
and (orientation : landscape) {
/* Styles */
}



/* iPhone 6-8  */
@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : portrait) {
/* Styles */
}
@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : landscape) {
/* Styles */
}



/* Android (Pixel 2) */
@media only screen
and (min-width : 412px)
and (max-width : 684px)
and (orientation : portrait) {
/* Styles */
}
@media only screen
and (min-width : 412px)
and (max-width : 684px)
and (orientation : landscape) {
/* Styles */
}

/* Iphone X */
@media only screen
and (min-width : 375px)
and (max-width : 734px)
and (orientation : portrait) {

}
@media only screen
and (min-width : 320px)
and (max-width : 767px) {
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 136px 0 20px;
    }
    span.sub-heading {
        font-size: 16px;
    }
    h1.banner-heading {
        line-height: 45px;
        margin: 1rem 0;
    }
    
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    
    .btn-wrap a {
        width: 100%;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    
    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
        margin: 0 0 1rem;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: 0.5rem;
        font-size: 16px;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    ul.services {
        grid-template-columns: repeat(1, 1fr);
    }
    .hover-text {
        display: block !important;
        position: unset;
    }
    .services li {
        flex-direction: column;
        gap: 1rem;
    }
    .benefits {
        flex-direction: column;
        text-align: center;
        margin-bottom: 2rem;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .creative-agency-image {
        display: none;
    }
    ul#counter {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding-top: 0rem;
    }
    ul#counter li {
        width: 100%;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    ul#counter li .counter>div {
        font-size: 36px;
    }
    .creative-agency2-image {
        display: none;
    }
    .service-image:before{
        display: none;
    }
    .pub-icons-parent {
        padding-bottom: 0px;
    }
    ul.overview-nav.d2 {
        width: 100%;
    }
    ul.overview-nav.d2 li {
        width: 100%;
    }
    ul.overview-nav.d2 a {
        width: 100%;
        text-align: center;
    }
    .pckg .upper .price .amount {
        font-size: 46px;
    }
    .pckg .upper .price {
        margin: 2rem 0;
    }
    .pckg .bottom {
        padding: 0 1.5rem 1.5rem;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .accordion-list li {
        padding: 22px 22px 22px 18px;
    }
    .footer-para p {
        font-size: 16px;
        padding: 1rem 0;
    }
    .foot-hdng h4 {
        font-size: 17px;
    }
    .copyright p {
        text-align: center;
    }
    ul.f-link {
        justify-content: center;
        padding: 1rem 0;
    }
    .bannerimage {
        display: none;
    }
    .freedomain-image {
        display: none;
    }
    .will-get {
        margin-bottom: 1rem;
    }
    .work-card h4 {
        font-size: 26px;
        padding: 1rem 0;
    }
    .work-card {
        margin-bottom: 2rem;
    }
    .award-winning h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 2rem;
    }
    .ourphilosophy span {
        font-size: 26px;
    }
    .details h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .ourphilosophy {
        margin-bottom: 2rem;
    }
    .bg-lite {
        padding: 1rem;
    }
    .sec-heading h2.fs-32 {
        font-size: 26px;
        line-height: 33px;
    }
    .terms h4 {
        font-size: 20px;
        line-height: 28px;
    }



}