/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Hp2ywxg089UriCZ2IHSeH.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Hp2ywxg089UriCZOIHQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriAWCrCBamC2QX.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriAWCrCBimCw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriASitCBamC2QX.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriASitCBimCw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


::selection{
    background:#0085FF;
    color:#fff;
    text-shadow:none
}
::-webkit-scrollbar{
    width:5px;
    height: 5px;
    background-color:#0085FF
}
::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement{
    display:none
}
::-webkit-scrollbar-track-piece{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#fff
}
::-webkit-scrollbar-thumb{
    border-radius:10px;
    background-color:#0085FF
}
[class^=box-]{
    display:none
}
.pulse{
    
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 35px rgba(188, 132, 32, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);}}

@-webkit-keyframes pulse {to {text-shadow: 0 0 50px rgba(188, 132, 32, 0);}}
@-moz-keyframes pulse {to {text-shadow: 0 0 50px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {text-shadow: 0 0 50px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {text-shadow: 0 0 50px rgba(232, 76, 61, 0);}}



  
 
.cursor {
    will-change: transform;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    mix-blend-mode: difference;
    transform-style: preserve-3d;
    width: 10px;
    height: 10px;
    position: absolute;
    transition:  .2s ease;
    
}
.c-big{
    width:300px;
    height: 300px;
}

.lh-16{
    line-height:16px !important;
}

body{
    font-family:'Inter', sans-serif;
    overflow-x:hidden;
    font-weight: 400;
    font-size:16px;
   
}
header.sticky_header {
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: .5s ease;
    display: none;
}
ul.testi-slider p {
    color: initial;
}
section.bg-white.form-sec h2 {
    color: #252526 !important;
}

section.bg-white.form-sec p {
    color: #555 !important;
}
.left-100{
    left: 100px;
}
header.sticky_header .main-header {
    padding: 1rem 5rem;
}
label.error {
    display: none !important;
}

input.error, textarea.error, select.error {
    background-color: #FFD7D7 !important;
    color: #111 !important;
}

.sticky_header.nav-up {
    transform: translateY(-100px);
}
.fs-36{
    font-size:36px !important;
}
img.trusted-img {
    width: 600px;
    margin: 2rem 0;
    max-width: 100%;
}
.bg-2 {
    background-image: url('../../assets/images/bg-2.png');
    position: relative;
    z-index: 1;
}
.bg-3 {
    background-image: url('../../assets/images/bg-3.webp');
    position: relative;
    z-index: 1;
}
.bg-4 {
    background-image: url('../../assets/images/bg-4.webp');
    position: relative;
    z-index: 1;
    color: white;
}
.bg-5 {
    background-image: url('../../assets/images/bg-5.webp');
    position: relative;
    z-index: 1;
    color: white;
}
.bg-6 {
    background-image: url('../../assets/images/bg-6.webp');
    position: relative;
    z-index: 1;
    color: white;
}
.bg-7 {
    background-image: url('../../assets/images/bg-7.webp');
    position: relative;
    z-index: 1;
    color: white;
}
.bg-white {
    background: white;
    position: relative;
    z-index: 1;
    
}
.bg-dark {
    background: #060303;
    position: relative;
    z-index: 1;
    color:white
    
}


.contact-card h5 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    margin-top: 16px;
}

.contact-card p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin: 10px 0;
    /* color: #555; */
}

.contact-card a,.contact-card span {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-decoration: underline;
}

.contact-card img {
    height: 45px;
}
.testimonial-slider .stars{
    color:#FEB272;
}
h1,h2,h3,h4,h5,h6{
    display:block;
    font-weight:600;
    font-family:'Poppins', sans-serif;
}
b{
    font-weight: 700 !important;
}
.color-light{
    color:#acacac
}
span.subtitle {
    color: #29293099;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
}
a.theme-btn.btn-white {
    background: white;
    color: #252525;
}
span.subtitle::before {
    content: "";
    width: 12px;
    height: 12px;
    /* content: ""; */
    background: #29293099;
    display: flex;
    position: absolute;
    left: 0;
    /* top: 0; */
    /* z-index: 2; */
    /* content: ""; */
    border-radius: 100px;
}
h3{
    font-size:32px;
    line-height:48px;
}
*,:focus,:hover{
    outline:0!important
}
img{
    max-width:100%;
    height:auto
}
a{
    -webkit-transition:all .4s ease-In-out;
    -moz-transition:all .4s ease-In-out;
    -o-transition:all .4s ease-In-out;
    transition:all .4s ease-In-out;
    display:inline-block;
    cursor:pointer
}
/*a:hover{*/
/*    color:#ff5e14*/
/*}*/
span{
    display:inline-block
}
::-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
}
.about-section{
    overflow:hidden
}
body.ovr-hiddn {
    overflow: hidden;
}
.dropdown-nav ul li.active a {
    border-bottom: 1px solid #1976D2;
    color: #1976D2 !important;
}
.dropdown-nav:hover .dropdown>li:hover a {
    color: #333333 !important;
}
.menu-Bar{
    width:30px;
    height:20px;
    cursor:pointer;
    position:absolute;
    right:15px;
    top:0;
    bottom:0;
    margin:auto;
    z-index:22;
    display:none
}
.menu-Bar span{
    display:block;
    height:2px;
    width:100%;
    background:#82cefd;
    position:absolute;
    transition:.6s all;
    border-radius:100px;
    right:0
}
.menu-Bar span:nth-child(1){
    top:0
}
.menu-Bar span:nth-child(2){
    top:8px;
    transform-origin:left;
    width:75%
}
.menu-Bar span:nth-child(3){
    top:16px;
    width:50%
}
.menu{
    font-size:0;
    display:inline-block;
    vertical-align:middle
}
.menu li{
    display:inline-block;
    vertical-align:middle;
    padding-left:35px
}
.menu li a{
    display:block;
    text-transform:capitalize;
    font-weight:500;
    font-size:18px;
    color:#374151
}
.menu li.active a{
    color:#82CEFD;
    
}
.menu{
    font-size:0;
    display:inline-block;
    vertical-align:middle
}
.menu li{
    display:inline-block;
    vertical-align:middle;
    padding-left:35px
}


.menuWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 4rem;
}
.dropdown-nav:hover .dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
    display: block !important;
}
.dropdown-nav .dropdown>li{
    position: relative;
}
.dropdown-nav:hover .dropdown>li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #53CAE8;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: ease 0.5s;
}
.dropdown-nav:hover .dropdown>li:hover:after {
    width: 100%;
}
.dropdown-nav a i{
    transition: .5s ease;
}
.dropdown-nav:hover a i{
    transform: rotate(180deg);
}

.dropdown{
    position: absolute;
    /* min-width: 100%; */
    width: 250px;
    
    background: #fff;
    /* box-shadow: 6px 6px 0px #444444; */
    padding: 0;
     opacity: 0; 
    visibility: hidden;
    top: 150%;
    transition: 0.25s top;
    z-index: 999;
    font-weight: 500;
    margin-top: -1px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}
ul.dropdown li {
    padding: 0;

    width: 100%;
}

ul.dropdown li a {
    color: #333 !important;
    font-size: 16px !important;
    position: relative;
    padding: 18px 1rem;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
h4.terms{
    font-size: 26px;
    line-height: 32px;
}
.office-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.office-actions ul.check-list {
    font-size: 18px;
    line-height: 40px;
}
.office-actions h3{
    font-size: 32px;
}
a.phone {
    color: white;
    /* font-weight: 700; */
    font-size: 20px;
    line-height: 25px;
}
a.phone:hover{
    color:#82CEFD !important;
}

a.phone i {
    transform: rotate(90deg);
}
.logo img{
    max-width:100%
}
.container{
    position:relative
}
header .main-header ul.menu>li{
    display: flex;
    height: 26px;
    align-items: center;
    margin:0;
    padding:0
}
header {
    background: rgba(255, 255, 255, 0.06);
}
a.chat-btn {
    color: white;
    font-size: 18px;
    display: inline-flex;
    line-height: 21px;
    gap: 10px;
    align-items: center;
    padding: 10px 30px;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
}

.nav-btns{
    display: flex;
    align-items: center;
    gap: 30px;
}
a.chat-btn i {
    font-weight: 800;
}
.main-header{
    padding:1rem 5rem 1rem
}
header .main-header ul.menu>li a{
    color:#fff;
 font-size: 16px;
}
header .main-header ul.menu>li a:hover{
    color:#82CEFD
}
header .main-header ul.menu>li.active a{
    color:#82CEFD;
}
header .main-header ul.menu>li a:before{
    display:none
}
@keyframes btotreverse{
    0%{
        top:75px;
        opacity:1
    }
    100%{
        top:115px;
        opacity:0
    }
}
@keyframes btot{
    0%{
        top:115px;
        opacity:0
    }
    100%{
        top:40px;
        opacity:1
    }
}

.mainBanner{
    padding:5rem 0 5rem 0;
    background-image: url('../../assets/images/ban-bg.webp');
    background-repeat: no-repeat;
    text-align: center;
    /* min-height: 900px; */
    background-color: #000;
    background-size: cover;
    color: white;
}
.mainBanner span.subtitle {
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.mainBanner .subtitle::before {
    content: "";
    width: 12px;
    height: 2px;
    background: #fff;
    display: flex;
    position: absolute;
    left: 0;
    border-radius: 100px;
}
.mainBanner.h-auto{
    min-height: auto;
}
.mainBanner.h-auto p {
    font-size: 20px;
    line-height: 35px;
    margin-top: 1rem;
}
.mainBanner.h-auto .banner-heading{
    margin-top: 20px;
}
.about .mainBanner {
    min-height: auto;
}
div.about {
    background-repeat: no-repeat;
    background-image: url('../../assets/images/about-bg.webp');
}

.about .mainBanner {
    background: transparent;
}
.ban-slider {
    margin-top: 100px;
    position: relative;
}
.ban-slider::before {
    content:"";
    position: absolute;
    width: 136px;
    height: 136px;
    background: url('../../assets/images/award.svg') no-repeat;
    background-size: contain;
    left: 115px;
    top: -68px;
    z-index: 1;
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}

.clients{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.blogs-slider {
    display: flex;
    gap: 2rem;
}
.blogs-slider .slick-slide{
    margin: 0 15px;
}
.blogs-card h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
/* identical to box height, or 130% */
    color: #FFB700;
    margin: 1.4rem 0;
}

.blogs-card img {
    /* height: 250px; */
    width: 100%;
}

.blogs-card span {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 1rem;
}

.blogs-card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

footer {
    background: #000;
  }
  footer hr {
    background: rgba(255, 255, 255, 0.2);
}
  footer p,
  footer span
   {
    color: #fff;
  }
  footer a , footer ul {
    color: #bbb;
  }
  .footer-list {
    display: flex;
    gap: 1rem;
  }
  .footer-list .content .hd {
    font-size: 16px;
    font-weight: 600;
  }
  .footer-list .content .txt {
    color: #b4b4b4;
    font-size: 14px;
    display: block;
  }
  footer a, footer ul {
    color: #bbb;
    line-height: 36px;
}
footer form {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    gap: 1rem;
}
footer form .input {
    display: flex;
    color: white;
    flex-direction: column;
}
input.footer-cust-input {
    /* padding: 0.5rem 1rem; */
    height: 55px;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
    outline: 0;
    padding: 1rem;
}
button.sub-btn {
    border: 0;
    box-shadow: none;
    outline: 0;
    height: 55px;
    padding: 1rem 2rem;
    border-radius: 100px;
    background: transparent;
    color: white;
    border: 2px solid;
    display: flex;
    align-items: center;
}
  ul.link-list {
    line-height: 30px;
}
.cust-input {
    background: #F8F8F8;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    min-height: 78px;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2rem;
}

.cust-input::placeholder {
    color: #A3A3A3;
}

.cust-btn.theme-btn {
    height: 69px;
    font-size: 24px;
    width: fit-content;
    padding: 13px 50px;
}



@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  

a.theme-btn.bordered.sm {
    border-color: #000;
    color: #000;
    height: 40px;
    width: fit-content;
    padding: 5px 20px;
    
}

.grid-4 h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 1rem;
}

.grid-4 p {
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
/* or 184% */
    color: #252525;
}

.grid-4 li {
    padding: 2rem 1.3rem 1rem;
    background: #F2F2F2;
    border-radius: 5px;
    transition: .5s ease;
    
}

.grid-4 li:hover{
    background-color: #CAFDC2;
}






  .stacked-card {
    background: #F2F2F2;
    padding: 2rem;
    border-radius: 5px;
    top: 30px;
    position: sticky;
    margin-bottom: 40px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.stacked-card:last-child {
    margin-bottom: 0;
}
.stacked-card.not-sticky{
    position: relative;
}

.stacked-card img {
    width: 100%;
    
}

.content h3 {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #252525;
}

.content b {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 30px;
/* identical to box height, or 167% */
    color: #252525;
}

.content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
/* or 167% */
    color: #252525;
    margin-bottom: 1rem;
}

.content p.color-light {
    color: #555555;
}

.content ul {
    list-style: disc !important;
    /* font-weight: 500; */
    /* font-size: 18px; */
    /* line-height: 22px; */
/* identical to box height */
    /* color: #252525; */
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
}

.content ul li {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #252525;
    width: 49%;
    padding-right: 10px;
    margin-bottom: 1rem;
}

.stacked-card:nth-child(1n) {
    top: 20px;
  }
  
  .stacked-card:nth-child(2n) {
    top: 40px;
  }
  
  .stacked-card:nth-child(3n) {
    top: 60px;
  }
  
  .stacked-card:nth-child(4n) {
    top: 80px;
  }
  
  .stacked-card:nth-child(5n) {
    top: 100px;
  }
  
  .stacked-card:nth-child(6n) {
    top: 120px;
  }
  
  .stacked-card:nth-child(7n) {
    top: 140px;
  }
  
  .stacked-card:nth-child(8n) {
    top: 160px;
  }







.mainBanner .banner-heading{
    font-size: 70px;
    line-height: 100px;
    font-weight: 500;
    color: #fff;
    margin-top: 50px;
}
.mainBanner .banner-heading.h-sm{
    font-size: 74px;
}
.mainBanner.mh-auto{
    min-height: auto;
}
section.rating-sec {background: #142229;    padding: 1.2rem 0;}

.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.rating span.stars {
    color: #EA580C;
}
.line {
    position: relative;
    z-index: 0;
}
.line::before {
    content: "";
    background: url(../../assets/images/line.html) no-repeat;
    position: absolute;
    left: 0;
    bottom: 10px;
    background-size: contain;
    width: 100%;
    height: 10px;
    z-index: -1;
}
.overlap-image{
    position:relative;
    height:600px
}
.banner-image {
    transform: translateY(20px);
    position: relative;
    z-index: -1;
    text-align: right;
}
.overlap-image img{
    display:none
}


.overlap-image-left,overlap-image-right{
    position:relative;
    height:500px
}
.overlap-image-left img,overlap-image-right img{
    display:none
}
.overlap-image-left::before,.overlap-image-right::before{
    content:'';
    width:1100px;
    height:100%;
    display:flex;
    position:absolute;
    top:0;
    background-size:cover!important
}
.overlap-image-left::before{
    right:0
}
.overlap-image-right::before{
    left:0
}
.img-1:before{
    background:url(../../assets/images/home-1.html) no-repeat
}
.img-2:before{
    background:url(../../assets/images/home-2.html) no-repeat
}
.img-3:before{
    background:url(../../assets/images/home-3.html) no-repeat
}
.img-4:before{
    background:url(../../assets/images/home-4.html) no-repeat
}
.img-5:before{
    background:url(../../assets/images/home-5.html) no-repeat
}
.img-6:before{
    background:url(../../assets/images/home-6.html) no-repeat
}
.img-7:before{
    background:url(../../assets/images/home-7.html) no-repeat
}
.img-8:before{
    background:url(../../assets/images/home-8.html) no-repeat
}
.counter-sec{
    background:url(../../assets/images/bg-header.png) no-repeat;
    background-size:cover;
    padding:3rem 0
}
span.sub-heading{
    color:#ffe43b;
    text-transform:uppercase;
    margin-bottom:1rem
}
span.sub-heading+h4{
    font-size:57px;
    line-height:67px;
    font-weight:500
}
.counter h4{
    font-size:55px;
    margin:1rem 0
}
.counter p{
  
    
    font-size:18px
}
.bg-dark-alter{
    background:#0d0d0d
}
.trusted-text{
    margin:0 0 1rem 0;
    display:flex;
    width:100%;
    justify-content:center;
    font-size:16px
}
.trusted-list{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%
}
p.banner-text{
    font-size:20px;
    font-weight:400;
    width: 80%;
    margin: 2rem auto;
    color: #fff;
    line-height: 30px;
}
ul.banner-list , ul.check-list{
    font-size:18px;
    font-weight:300;
    line-height:34px;
    color:white
}
ul.banner-list li::before ,  ul.check-list li::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    font-weight: 700;
    color: #2f3143;
    background: #FFFFFF;
    font-size: 16px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 7px;
}
ul.banner-list li, ul.check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 30px;
    position: relative;
}


.why-get {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #11282E;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}

.why-get .content-sec p {
    font-size: 16px;
}

.why-get .content-sec h3 {
    font-size: 32px;
    line-height: 39px;
}

.why-get .content-sec .check-list {
    /* font-size: 18px; */
    font-size: 18px;
    line-height: 42px;
}
.why-get .content-sec{
    
    padding-right: 40px;
}
.img-sec {
    display: flex;
}

.section-heading{
    font-size:50px;
    position:relative
}
.heading-section img{
    display:none;
}
.who-we-are .heading-section p {
    font-weight: 500;
    color: white;
    font-size: 28px;
    line-height: 14px;
    width: 100%;
    margin-bottom: 10px;
}
.location-card {
    border: 0.5px solid #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 188px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    /* font-size: 40px; */
    line-height: 35px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 90% auto !important;
    transition: .5s ease;
    position: relative;
    overflow: hidden;
}
.h-sm{
    font-size: 50px;
    line-height: 80px;
}
.location-card:hover {
    background-size: 85% !important;
}
.location-card.loc1{
    background: url('../../assets/images/locations/1.png');
}
.location-card.loc2{
    background: url('../../assets/images/locations/2.png');
}
.location-card.loc3{
    background: url('../../assets/images/locations/3.png');
}
.location-card.loc4{
    background: url('../../assets/images/locations/4.png');
}
.location-card.loc5{
    background: url('../../assets/images/locations/5.png');
}
.location-card.loc6{
    background: url('../../assets/images/locations/6.png');
}
.location-card.loc7{
    background: url('../../assets/images/locations/7.png');
}
.location-card.loc8{
    background: url('../../assets/images/locations/8.png');
}
.location-card.loc9{
    background: url('../../assets/images/locations/9.png');
}
.location-card h5 {
    font-weight: 600;
    font-size: 40px;
    line-height: 35px;
    position: relative;
    z-index: 1;
}
.location-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 117.34%);
}
.who-we-are .heading-section h2{
    font-weight: 500;
    font-size: 60px;
    line-height: 115px;
}
.who-we-are h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
}
.who-we-are p{
    font-size: 20px;
line-height: 35px;
}
section{
    padding:3rem 0
}

.search input {
    width: 100%;
    border: 0;
    background: transparent;
    color: white;
}
.search-result li {
    height: 40px;
    border: 1px solid #5CBBD3;
    align-items: center;
    padding: 1rem;
    border-radius: 5px;
    gap: 10px;
    margin: 10px 0;
    line-height: 7px;
}
.why-run h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
}




.shadow-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.shadow-img::before {*/
/*    content: "";*/
/*    filter: blur(100px);*/
/*    position: absolute;*/
/*    width: 95%;*/
/*    height: 95%;*/
    /* left: auto; */
    /* top: auto; */
/*    border-radius: 10px;*/
/*    z-index: -1;*/
/*}*/
.shadow-img.c-1::before {
    background: #FFC140;
}
.shadow-img.c-2::before {
    background: #22D57D;
}
.shadow-img.c-3::before {
    background: #3F6CFA;
}
.logo-slider{
    display: flex;
    align-items: center;
}

.logo-slider .slick-slide{
    margin: 0 10px;
}

ul.brand-slider li img {
    width: 48px;
    height: 48px;
}
.brand-slider .slick-slide {
    margin-left: 20px;
}
ul.brand-slider li {
    padding: 8px 24px 8px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    margin-right: 24px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 8px 24px 8px 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 16px;
    border-radius: 100px;
    background-color: #202020;
    box-shadow: 0 8px 48px 0 rgb(0 0 0 / 6%);
    color: #fff;
    border: 1px solid #A7A7A7;
}

ul.brand-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
}



ul.brand-slider li span {
    font-size: 20px;
    line-height: 30px;
}
.project-card {
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.project-card a {
    width: 100%;
}
.project-card img{
    width: 100%;
    transition: .5s ease;
}
.project-card:hover img {
    scale: 1.2;
    
}

.perks-card h5 {
    font-size: 30px;
    line-height: 45px;
/* identical to box height */
    color: #252525;
    margin: 1rem 0;
}

.perks-card p {
    font-size: 18px;
    line-height: 30px;
/* or 167% */
    color: #555555;
}

.perks-card {
    margin-bottom: 1.8rem;
}
.process-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.process-head h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
/* identical to box height */
    color: #000000;
}

.process-body p {
    font-size: 16px;
    line-height: 30px;
/* or 188% */
    color: #555555;
}

.process-card {
    margin-bottom: 2.5rem;
}


.services-card {
    background: #F2F2F2;
    border-radius: 5px;
    padding: 34px 36px;
    margin-bottom: 1.5rem;
    min-height: 420px;
}

.services-head h5 {
    /* font-weight: 600; */
    font-size: 22px;
    line-height: 33px;
/* identical to box height */
    /* text-align: center; */
    color: #000000;
    margin-top: 20px;
    margin-bottom: 12px;
}

.services-body p {
    font-size: 16px;
    line-height: 30px;
/* or 188% */
    color: #555555;
}
ul.chooseus-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}



ul.chooseus-nav li a {
    color: white;
    color: white;
    border: 1.5px solid #FFFFFF;
    border-radius: 5px;
    padding: 12px 18px;
    font-size: 20px;
    line-height: 30px;
}

ul.chooseus-nav li.active a {
    background: #008AFC;
    border-color: #008AFC;
}

.chooseus-tabs p{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 3rem 0 1rem;
}

section#faqs {
    background: linear-gradient(0deg, #E6F3FF 0%, rgba(237, 247, 255, 0) 100%);
}
/* -----------------------------accodian----------------------------- */
.testi-slider .slick-slide {
    margin: 0 10px;
}
.portfolio_slick_arrows img {
    width: 70px;
}

.portfolio_slick_arrows {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    cursor: pointer;
}
.testi-card {
    background: #F1F1F1;
    border-radius: 5px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1rem;
    min-height: 350px;
}

.client {
    display: flex;
    align-items: center;
    gap: 10px;
}
.client img {
    width: 48px;
    height: 48px;
}

.client .detail {
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
}

.client .detail span.name {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.client .detail .desig {
    font-size: 16px;
    line-height: 20px;
/* identical to box height, or 188% */
    color: #7C7A7A;
}

.testi-card h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
/* or 150% */
    color: #000000;
}



/* accordion css */
.accordian li:not(:last-child){

    margin-bottom: 45px;
}
.accordian li h4 {
    margin-bottom: 15px;
    
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    text-transform: none !important; 
    padding-right: 2rem;

}

.accordian h4::after {
    top: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    position: absolute;
    right: 1%;
    line-height: normal;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    content: "\f078";
    color: #000;
}

.accordian p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding-right: 15%;
    padding-bottom: 25px;
    font-weight: 400;
}

.accordian li>div {
    display: none;
}

.accordian li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}

/* case-study */

.padd-div {
    padding: 0 5%;
}

.case-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 64px 0 130px;
    position: relative;
}
.case-card:hover .case-image{
    background-position-y: bottom;
}
.case-image{
    
    background-size: cover !important;
    border-radius: 15px;
    transform: translateX(-5.5rem);
    transition: 8s ease;
}
.case-image.img-1{
    background: url('../../assets/images/portfolio/1.webp')no-repeat;
}
.case-image.img-2{
    background: url('../../assets/images/portfolio/2.webp')no-repeat;
}
.case-image.img-3{
    background: url('../../assets/images/portfolio/3.webp')no-repeat;
}
.case-image.img-4{
    background: url('../../assets/images/portfolio/4.webp')no-repeat;
}
.case-image.img-5{
    background: url('../../assets/images/portfolio/5.webp')no-repeat;
}
.case-image.img-6{
    background: url('../../assets/images/portfolio/6.webp')no-repeat;
}
.case-content {
    transform: translateY(64px);
    flex-basis: 100%;
    background: #0B0B0B;
    padding: 1.5rem 5.5rem 1.5rem 1.5rem;
    border-radius: 15px;
    color: white;
    /* padding-right: 5rem; */
    box-sizing: border-box;
}
.case-gradient {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 1%;
    z-index: -1;
    width: 500px;
    height: 500px;
    background-image: linear-gradient(49deg,#0024e4,#ff5065 57%,#ffba18);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    width: 300px;
    height: 300px;
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}
.case-image {
    flex-basis: 100%;
}
.work-card .tags {
    display: flex;
    flex-wrap: wrap;
    
    
    
/* identical to box height */
    margin: 1rem 0;
    gap: 10px;
}
.work-card span {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
/* identical to box height */
    color: #00315B;
    font-family: 'Poppins';
    margin: 10px 0;
}

.work-card {
    margin-bottom: 1.5rem;
}
.work-card .tags li {
    font-size: 12px;
    line-height: 21px;
    color: #1B97FC;
    font-family: 'Poppins';
    background: #E9F5FF;
    padding: 8px 14px;
    border-radius: 50px;
}

.work-card h5 {
    font-size: 24px;
    line-height: 36px;
    color: #252525;
    margin-bottom: 10px;
}
.help p{
    font-size: 20px;
    line-height: 36px;
    color: #555555;
}
.case-content .date {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1rem;
    /* padding-left: 30px; */
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.case-content .date::before {
    content: "";
    width: 22px;
    height: 3px;
    background: white;
    border-radius: 10px;
}

.case-content .heading {
    font-size: 32px;
    line-height: 35px;
}

.case-card .text {
    font-size: 16px;
    line-height: 24px;
    margin: 1rem 0;
}

.case-card ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
/* -----------------------------accodian end----------------------------- */
.why-run p{
    font-size: 16px;
    line-height: 27px;
}
.search {
    /* position: absolute; */
    display: flex;
    height: 40px;
    border: 1px solid #5CBBD3;
    align-items: center;
    padding: 1rem;
    border-radius: 5px;
    gap: 10px;
}
p{
    font-weight:400;
    font-size:16px;
    line-height:24px
}
a.arrow-btn span::before{
    content:"";
    width:55px;
    height:2px;
    background:#ffe43b;
    display:flex
}
a.arrow-btn span::after{
    content:"";
    width:12px;
    height:12px;
    display:flex;
    border-right:2px solid #ffe43b;
    border-bottom:2px solid #ffe43b;
    transform:rotate(-45deg);
    position:absolute;
    right:0
}
a.arrow-btn:hover:before{
    right:40px;
    background:#ffffff50;
    border-color:transparent
}
a.arrow-btn:hover span{
    left:20px
}
a.arrow-btn span{
    position:relative;
    display:flex;
    align-items:center;
    left:0;
    transition:.5s ease
}
a.arrow-btn::before{
    content:"";
    width:40px;
    height:40px;
    border-radius:100px;
    border:2px solid #fff;
    position:absolute;
    right:9px;
    transition:.5s ease
}
a.arrow-btn{
    position:relative;
    display:flex;
    align-items:center;
    width:fit-content;
    margin-top:2rem;
    height:50px;
    width:80px
}
a.arrow-btn.arrow-left::before{
    left:-17px
}
a.arrow-btn.arrow-left span:after{
    transform:rotate(135deg);
    left:0
}
a.arrow-btn.arrow-left:hover:before{
    left:16px;
    background:#ffffff50;
    border-color:transparent
}
a.arrow-btn.arrow-left:hover span{
    left:-20px
}
.arrow-wrap{
    position:absolute;
    top:0;
    height:fit-content;
    z-index:9
}
.arrow-wrap.right.slick-arrow{
    right:0
}
.arrow-wrap.left.slick-arrow{
    left:0
}
.process {
    margin-top: 4rem;
}

.process h4 {
    font-size: 24px;
    margin-bottom: 1rem;
}

.process div {
    margin-bottom: 3rem;
}

.process p {
    color: #8A90A2;
}
.test-name{
    font-weight:200;
    font-size:18px;
    text-align:center;
    margin-top:2rem
}
.test-designation{
    font-size:12px;
    margin-top:10px;
    text-transform:uppercase;
    color:#ffe43b
}
.testimonial-text{
    font-size:30px;
    font-family:Oswald;
    font-weight:300;
    line-height:43px;
    text-align:center
}
.test-heading{
    font-size:12px;
    margin-bottom:2rem;
    text-transform:uppercase
}
.testi-del{
    text-align:center
}
.btn-wrap {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.color-white .heading-section h2, .color-white .heading-section span.sub,.color-white{
    color: white !important;
}
.heading-section h2{
    color:#252525
}
.heading-section span.sub{
    color: #555555;
}
.heading-section h2 ,.heading-section span.sub{
    margin-top: 10px;
    
}
a.theme-btn.bordered {
    border: 1px solid #fff;
    background: transparent;
}
a.theme-btn:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 5%);
 
    /* opacity: 0.6; */
    transform: scale(1.03);
}
a.theme-btn.orange {
    background: #FFDC60;
}
span.sub {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}

h2 {
    /* font-weight: 700; */
    font-size: 50px;
    line-height: 70px;
}

.heading-section p {
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
    width: 100%;
}
.cta-sec .heading-section  {
    align-items: flex-start;
}
.heading-section {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
ul.cust-list.d2 {
    gap: 1.4rem;
    margin-top: 1rem;
}
.why-run .cust-list li h4 {
font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
    text-transform:none;
}
.single-pckg.pckg {
    padding: 0;
    background: transparent;
    color: white;
}
.mh-485{
    min-height:650px;
}
.mh-520{
    min-height:520px;
}
.why-run .cust-list li p {
    font-size: 16px;
    line-height: 27px;
}

.cust-list li {
    position: relative;
}

.cust-list li span.number {
    font-weight: 700;
    font-size: 100px;
    line-height: 35px;
    position: absolute;
    opacity: 0.1;
    left: 0;
    top: 0;
}

ul.cust-list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
h4{
    font-size:32px;
    text-transform:capitalize
}

.card {
    padding: 1.5rem;
    /* background: #171717; */
    border-radius: 20px;
    margin-bottom: 30px;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
    transition: .5s ease;
    border: 1px solid #fff;
}
.card:hover {
    border: 1px solid #ddd;
}
.card h3{
    font-weight: 500;
    font-size: 32px;
    
}
.card img {

    width: 70px;
    
}

a.btn-yellow {
    background: #FFE43B;
    width: fit-content;
    padding: .7rem 1.2rem;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #0D0D0D;
}

.card h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
}

.card p {
    color: #ACACAC;
    font-size: 18px;
}
.awards{
    background: url('../../assets/images/bg-shape.png') no-repeat;
    padding: 100px 0;
    background-color: #F7F8FD;
}
.grid-4 {
    display: grid;
    height: fit-content!important;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 10px;
    margin-top: 1rem;
    
    grid-auto-flow: column;
}
.grid-2{
    display: grid;
    height: fit-content!important;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
}
.loadMore{
    position: relative;
    padding-bottom: 8rem;
}
.load-more__btn-wrap {
    position: absolute;
    bottom: -30px;
}
.grid-2 div{
    display: flex;
}
.arrow-wrap.blog-left , .arrow-wrap.blog-right {
    position: absolute;
    top: -172px;
    height: fit-content;
    z-index: 9;
    
}
.arrow-wrap.blog-right{
    right: 10px;
}
.arrow-wrap.blog-left {
    right: 100px;
}
section.trusted {
    border-bottom: 1px solid #ddd;
}
footer{
    padding: 2rem 0 0 0;
}
footer h3{
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2px;
    margin-bottom: 1rem;
}
footer p {
   color: #FFFFFFCC
}
.foot-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2rem;
}

.foot-contact a {
    font-size: 40px;
    color: white;
    transition: .5s ease;

}
.foot-contact a:hover{
    color: #FFDC60;
}
.load-more__item img {
    aspect-ratio: auto;
    transition: .5s ease;
}

.load-more__item:hover img {
    transform: scale(1.03);
}
span.foot-heading {
    font-size: 14px;
    text-transform: uppercase;
    /* margin-bottom: 2rem; */
    color: #FFDC60;
    font-size: 24px;
    font-weight: 700;
    margin: 1rem 0;
}

ul.foot-links {
    line-height: 40px;
}

ul.foot-links a {
    color: #7D7D7D;
}


footer form {
    display: flex;
    
}
span.link-hd {
    font-size: 18.0119px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 14px;
    font-weight: 600;
}
.content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer label{
    font-size: 16px;
}
footer button {
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: 0;
}
.copyright{
    padding: 2rem 0 2rem 0;
    border-top: 1px solid #FFFFFF1A;
    margin-top: 2rem;
}
.copyright ul{
    display: flex;
    gap: 2rem;
    justify-content: start;
    font-size: 14px;
    align-items: center;
}
.copyright ul a{
    color: white;
    font-size: 14px;
}
.gap-3 {
    gap: 1.5rem;
}
/* ------------------------------------- */
ul.pckg-wrap {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

ul.pckg-wrap > li {
    flex-basis: 100%;
}
ul.pckg-wrap.d2 {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 1.5rem;
}

.pckg-wrap.d2 .pckg {
    margin: 0;
    background: #f9f9f9;
}
ul.pckg-wrap.g3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
}


.pckg {
   
    padding: 2rem;
    color: #333333;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #FFFBFB;
    border-radius: 5px;
    justify-content: space-between;
    position: relative;
    margin-top: 1rem;
    
}
ul.pckg-wrap.g3 .pckg {
    margin-top: 0;
}
.pckg.popular .pckg-head .label, .pckg.popular .pckg-head .uspto{
    color:white
}
.pckg-head .label {
    display:flex;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #008AFC;
    font-family: 'Poppins';
}
span.price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1rem 0 0;
}
.description{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #555555;
    margin: .5rem 0 0;
}
.pckg-head .price span.amount {
    
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    text-align: center;
    color: #000000;
    font-family: 'Poppins';
}
span.dis {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #AAA9A9;
    display: flex;
    flex-direction: column;
}
span.dis span.actual-price {
    text-decoration: line-through;
}
.pckg-content ul {
    font-size: 14px;
    line-height: 20px;
    min-height: 130px;

}
.pckg-content ul li{
        margin-bottom: 10px;
}
.pckg-content p {
    margin-bottom: 10px;
}
.mh-150{
    min-height:150px !important;
}
.pckg-btn-wrap .pckg-btn {
    height: 50px;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 100px;
    color: white;
    font-weight: 700;
    background: #1976d2;
}
.pckg-wrap .slick-slide {
    margin: 0 10px;
}
.pckg-btn-wrap .pckg-btn:hover {
    transform:scale(1.03);
}
.pckg-head .price small {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
}

span.tag {
    position: absolute;
    background: #22fac0;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    top: -16px;
    color: #333;
}

span.uspto {
    font-size: 16px;
    line-height: 150%;
/* identical to box height, or 24px */

margin-top: 10px;
/* Gray/600 */
    color: #6C757D;
}


.pckg.popular .pckg-content ul li::before {
    color: #fff;
}
.pckg-content ul li {
    display: flex;
    align-items: start;
    gap: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 20px;
}

.pckg.popular {
    background: #1976D2;
    border: 1px solid #E2D9F3;
    color: white;
}

.pckg.popular .pckg-btn-wrap .pckg-btn {
    color: #333333;
    background: #22FAC0;
    border-color: transparent;
}
.pckg.popular .pckg-btn-wrap .pckg-btn:hover {
   transform:scale(1.03);
}
/* ------------------------------------ */

.industry-card {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

.industry-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
}

.industry-card-head span {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
/* identical to box height */
    
    color: #000000;
}

.industry-card-content {
    display: none;
}

.industry-card-content p {
    margin-top: 16px;
}

/* -------------------------- */
ul.slider {
    background: #3F4157;
    padding: 50px;
    border-radius: 20px;
}

ul.slider li .slide-wrap {
    display: flex;
    gap: 40px;
    align-items: start;
}

ul.slider li .slide-wrap .img-sec img {
    width: 100%;
}

ul.slider li .slide-wrap .img-sec {
    flex-basis: 25%;
}

.content-sec {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.content-sec p {
    font-weight: 400;
    font-size: 22.4978px;
    line-height: 150%;
}

.user-details .user-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
}

.user-details .user-des {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.user-details {
    display: flex;
    flex-direction: column;
}

.trusted {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trusted img {
    width: 75px;
}

/* ----------------------------------- */

section.cta-sec {
    margin: 50px 0;
    position: relative;
    background-image: url('../../assets/images/cta-bg.svg');
    background-repeat: no-repeat;
    padding: 3rem 0;
}
.creative-branding{
    position: relative;
    margin: 100px 0;
}
.creative-branding::before{
    content:'';
    position: absolute;
    left: 0;
    top: -30px;
    width: 740px;
    height: 704px;
    background: url('../../assets/images/branding-img.png') no-repeat;

}
.branding-card{
    margin: 50px 0;
    position: relative;
    background-image: url('../../assets/images/bg-8.svg');
    background-repeat: no-repeat;
    padding: 3rem;
    color: white;
    background-size: cover;
    border-radius: 5px;
}
.branding-card h5 {
    font-size: 30px;
    line-height: 45px;
/* identical to box height */
    /* color: #FFFFFF; */
}

.branding-card span {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 20px;
}

.branding-card p {
    font-size: 18px;
    line-height: 30px;
}

.creative-branding .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0 0;
}

.creative-branding .tags li {
    border: 1.5px solid #FFFFFF;
    border-radius: 50px;
    padding: 15px 30px;
}
section.cta-sec h2 {
    font-size: 40px;
    line-height: 60px;
}

section.cta-sec p {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    width: 100%;
}
section.cta-sec::before{
    content: '';
    position: absolute;
    left: 50px;
    top: -65px;
    background: url(../../assets/images/cta-img.webp)no-repeat;
    width: 100%;
    height: 700px;
}
section.cta-sec .theme-btn.bordered{
    border: 1px solid #fff;
    background: transparent !important;
}



/* -----------------------privacy-policy---------------------- */

.faq-questomg-box {
    width: 100%;
    float: left;
}
  
.faq-question-title {
    color: #4b5a6a;
    font-size: 29px;
    line-height: 29px;
}
  
.faq-question-title.about-title {
    margin-top: 0px;
    letter-spacing: -0.02em;
}
  
.faq-question-title.about-title.text-center {
    text-align: center;
}
  
  .faa-paragraph {
    margin-bottom: 0px;
    padding: 13px 0px 9px;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.16px;
    list-style-type: none;
  }
  
  .faq-content-cover {
    margin-right: -30px;
    margin-left: -30px;
  }
  
  .faq-link {
    display: inline-block;
    color: #ff4a00;
    text-decoration: none;
  }
  
  .faq-link:hover {
    color: #ff4a00;
  }
  
  .terms-service-content {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    float: left;
    text-align: left;
  }
  
  .stong {
  
    color: #4b5a6a;
    font-size: 22px;
  }
  
  .list-bold {
    margin-bottom: 20px;
  
 
    font-size: 20px;
  }
  
  .privacy-list {
    position: relative;
    margin-top: 20px;
    margin-left: 40px;
    padding-left: 40px;
  }
  
  .text-block-9 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  
 
    font-size: 20px;
  }
  
  .text-block-9.alphalist {
    font-size: 17px;
    top: 8px;
  }
  
  .list-bold-2 {
    
    font-size: 17px;
    line-height: 34px;
  }
  
  .font-big-span {
    
    font-size: 22px;
    text-decoration: underline;
  }
  
  .privacy-policy-list {
    margin-top: 0px;
    
    font-size: 17px;
    list-style-type: square;
    line-height: 34px;
  }
  
  .privacy-policy-list-item1 {
    margin-bottom: auto;
  
    font-weight: 400;
  }
/* ----------------------terms----------------------------------------------------- */

.privacy-hdng h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #252525;
}

.benefit-hdng {
    margin-bottom: 2rem;
}

.privacy-hdng p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}
.terms-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    margin-bottom: 16px;
}
.page404 {
    background: rgba(43, 43, 43, 0.3);
    backdrop-filter: blur(45px);
    border-radius: 23px;
    padding: 3rem 2rem;
}

.page404 h5 {
    font-weight: 500;
    font-size: 60px;
    line-height: 90px;
    color: #FFFFFF;
}

.page404 h4 {
    font-weight: 500;
    font-size: 80px;
    line-height: 120px;
    color: #FFB700;
    padding: 1rem 0;
}

.page404 p {
    font-size: 27px !important;
    line-height: 42px !important;
}
ul.terms-list {
    list-style: disc;
    padding-left: 18px;
    margin-top: 1rem;
}









.foot-hdng p {

    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #ECF5FF;
    max-width: 84%;
    padding: 25px 0;
}

.f-icon {
    display: inline-block;
    vertical-align: middle;
}

.f-icon li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 12px;
}

.f-icon li a {
    width: 30px;
    height: 30px;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-hdng h5 {font-size: 20px;font-weight: 700;line-height: 24px;margin-bottom: 16px;margin-top: 28px;color: #ECF5FF;}

.f-menu li a {font-size: 14px;font-weight: 700;line-height: 35px;text-align: left;color: #ECF5FF;}


.f-menu li a:hover {
    color: #1976D2;
}

.f-icon li a:hover {
    border-color: #FFEB3B;
    color: #fff;
}

.livechat-button a.lc-btn {
    padding: 12px 7px;
    gap: 10px;
    width: 150px;
    height: 44px;
    background: #1976D2;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.phone-icon i {
    transform: rotate(90deg);
}
/*.livechat-button span {*/
/*    margin-right: 13px;*/
/*}*/

.livechat-button span i.fas.fa-comment-dots {
    font-size: 22px;
}

.call_btn {
    display: flex;
    align-items: center;
    
}

.phone-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    width: 39px;
    height: 39px;
    border-radius: 4px;
    color: #fff;
}
.phone-icon span img {
    width: 23px;
}
.numbr-del h4 {
    font-size: 9px;
    font-weight: 400;
    color: #fff;
}

.numbr-del p {
    max-width: 100%;
    padding: 0px 0;
}

.numbr-del p a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.livechat-button {
    margin-bottom: 22px;
}

.visa-img {
    margin-top: 25px;
}

.price-details:hover a.lm-btn{
    color: #fff;
    background-color: #008cff;
    border: 1px solid #008cff
}

li.head-tel {
    padding-left: 8rem;
}

.copyright p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(187, 187, 187, 1);
    
    max-width: 70%;
}

.brd {padding: 0 0 50px 0;}


ul.faq-list {
    margin-bottom: 1rem;
}


/* ----------------------------- */
.icon-box span.sub {
    font-size: 20px;
    line-height: 28px;
    min-height: 65px;
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
    border: 1px solid #fff;
    padding: 1rem;
    border-radius: 10px;
    min-height: 475px;
}

.icon-box h4 {
    font-size: 28px;
    line-height: 28px;
}
.icon-box p {
    font-size: 15px;
    line-height: 28px;
}
/* ---------------------thankyou-------------------------------------- */

.thankyoupage h4 {
    font-weight: 700;
    font-size: 70px;
    text-align: center;
    color: #000000;
}

.thankyoupage h5 {
    font-weight: 500;
    font-size: 64px;
    color: #000000;
    text-align: center;
    margin-bottom: 1rem;
}

.thankyoupage p {
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #6B6B6B;
}
.thankyou-page {
    padding: 4rem 0;
}
.color-dark{
    color:#555
}
.one-line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.two-line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.three-lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog h2 {
    font-size: 36px;
    margin: 1rem 0;
    line-height: 42px;
}

.blog h3 {
    font-size: 28px;
    margin: 1rem 0 .5rem;
}
.blog h5 {
    margin: 2rem 0 1rem;
    font-size: 22px;
    line-height: 33px;
}
.blog h6 {
    margin: 2rem 0 1rem;
    
}
.blog ul {
    list-style: decimal;
    padding-left: 16px;
    flex-direction: column;
    gap: 12px;
}

.blog img {
    margin: 3rem 0 1rem;
    width: 700px;
    max-width: 100%;
}
.blog-details-wrapper strong {
    font-size: 22px;
    font-weight: 600;
}
.blog-details-wrapper p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}
.logo h2 {
    font-size: 36px;
    color: #fff;
}
.why-run .check-list {
    font-size: 16px;
}

svg.radial-progress {
    height: auto;
    max-width: 200px;
    padding: 1em;
    transform: rotate(-90deg);
    width: 100%;
  }
  
  svg.radial-progress circle {
    fill: rgba(0,0,0,0);
    stroke: #fff;
    stroke-dashoffset: 219.91148575129; /* Circumference */
    stroke-width: 5;
  }
  
  svg.radial-progress circle.incomplete { stroke: #ffffff !important; }
  
  svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }
  
  svg.radial-progress text {
    fill: #fff;
    font-size: 20px;
    font-weight: 700;
    text-anchor: middle;
  }
  
  /*** COLORS ***/
  /* Primary */
  
  svg.radial-progress circle { stroke: #FF7425; }
  
  /* Secondary */
 .rounded{
    border-radius: 20px !important;
 }
 a.switch-button {
    background: #ffffff1a;
    padding: 0rem 2rem;
    border-radius: 100px;
    position: relative;
    width: fit-content;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

a.switch-button::before {
    content: "";
    position: absolute;
    background: #FF7425;
    width: 60px;
    height: 60px;
    z-index: -1;
    border-radius: 100px;
    left: 0;
    transition: .5s ease;
}
a.switch-button.active:before {
    left: calc(100% - 60px);
}
.tabs-wrapper{
    display: flex;
    justify-content: center;
    height: 150px;
}
ul.overview-nav {
    display: flex;
    justify-content: center;
    margin: 0 0 2rem 0;
    align-items: center;
    min-height: 50px;
    flex-wrap: wrap;
    text-transform: uppercase;
    /* background: #F9FAFB; */

    width: 100%;
}

.overview-nav a {
    padding: 2rem 2.5rem;
    border-radius: 5px;
    border: 1px solid transparent;
    margin-right: 10px;
    font-weight: 700;
    color: #ffffff;
    border: 1px solid;
}
.overview-nav.d2 a {
    color: var(--dark);
}
.overview-nav.d2 .active a {
    background: #008AFC;
    color: #fff;
}

.overview-nav .active a {
    background: #ffffff;
    color: #252525;
}
.w-details p {
    font-size: 16px;
    line-height: 26px;
    margin: 1rem 0;
}

ul.w-del.pro-del li p span i {
    font-weight: 900 !important;
    margin-right: 8px;
}
label {
    font-size: 20px;
    margin-bottom: 14px;
}
.form-control{
    background-color: #664b4b00;
    /* border: 1px solid rgb(255 255 255 / 15%); */
    min-height: 50px;
    border-radius: 10px;
    border-color: #EFF1F6 !important;
    resize: none;
}
.form-control:focus {
    background-color: #fff0;
    border-color: #ff7425 !important;
}
.contact-info {
    display: flex;
    margin-bottom: 2rem;
    gap: 10px;
    align-items: center;
}

.icon-wrap {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF7425;
    border-radius: 100px;
    font-size: 18px;
}

.content-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-wrap .bold {
    font-weight: 700;
    font-size: 20px;
}
.heading-contact{
    font-size: 96px;
    line-height: 124.99px;
    margin: 2rem 0;
}
.contact-text h2{
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 2rem;
}
.contact-text p{
    font-size: 18px;
    margin-bottom: 2rem;
}
button.theme-btn.orange {
    background: #FFDC60;
}
.content-wrap a {color: #8A90A2;font-size: 16px;}
.d-block-mob{
    display: none;
}
.load-more__btn-wrap{
    width: 100%;
}
.w-100{
    width: 100%;
}
.loadMore .col-md-4{
    margin-bottom: 1rem;
}

/* -------------- */
.ban-heading-2 h1 {
    font-size: 52px;
    
    /* text-transform: capitalize; */
    line-height: 64px;
}

.ban-heading-2 p {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}
.search-wrapper {
    display: flex;
    height: 70px;
    border: 1px solid white;
    align-items: center;
    padding: 1rem;
    border-radius: 5px;
    gap: 10px;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 2rem;
}
.input-wrapper span i {
    font-size: 26px;
}
.search-wrapper .input-wrapper input {
    width: 100%;
    /* flex-basis: 100%; */
    background: transparent;
    border: 0;
    color: #fff;
    height: 70px;
}

.input-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

a.srch-btn {
    height: 44px;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #53CAE8;
    color: white;
    text-transform: capitalize;
    border-radius: 5px;
}



.search-data table {
    width: 100%;
}



.search-data table thead tr th {
    height: 48px;
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
}

.search-data table tr th:first-child , .search-data table tr td:first-child {
    padding-left: 2rem;
}
.table td, .table th{
    border-top: 0;
}
.search-data table tbody tr td {
    /* padding-right: 2rem; */
    height: 70px;
    vertical-align: middle;
}

.search-data table tbody tr:not(:last-child) {
    border-bottom: 0.5px solid #ebebeb;
}

.search-data {
    margin-top: 10px;
}

.search-data table tr td:first-child {
    font-weight: 600;
}

.single-pckg {
    border: 1px solid;
    border-radius: 10px;
}

.pck-head {
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid;
}

.pck-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    justify-content: space-between;
}

.btn-col .theme-btn {
    margin-bottom: 0;
    justify-content: center;
}

.pck-head h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}

.pricing-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 1rem;
}

span.pck-title {
    font-size: 18px;
    line-height: 22px;
}

span.pck-price {
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
}

span.pck-uspto {
    font-size: 14px;
    line-height: 17px;
}

.pricing-content ul .hdng {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
}

.pricing-content ul li {
    margin-bottom: 10px;
}

.btn-col a:first-child {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: white;
    text-align: center;
    width: 100%;
}

ul.copyright-list {
    list-style: disc;
    line-height: 26px;
    font-size: 18px;
}
ul.copyright-list li{
    margin-bottom: 20px;
}
h2.about.banner-heading {
    font-size: 42px;
    line-height: 51px;
    margin-bottom: 1rem;
}
.faq-list h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0 10px 0;
    text-transform:none !important;
}

.faq-list p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
/* or 150% */


/* gray/400 */
    color: #9CA3AF;
}




.ban-heading-2.med h1 {
    font-size: 42px;
    line-height: 45px;
}

.ban-heading-2.med p {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 28px !important;
    margin: 20px 0;
}
.ban-heading-2 h6 {font-size:22px; line-height:28px;}
.white{
    color: white;
}
.contact-form-heading h4 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
}

.contact-form-heading p {
    font-size: 18px;
    line-height: 24px;
/* or 133% */
    color: #DDDDDD;
}

.contact-form-wrap {
    padding: 3rem;
    border: 1px solid #fff;
    border-radius: 5px;
}
.contact-form-wrap form{
    margin-bottom: 0;
}
button.theme-btn{
    font-size: 22px;
}

.form-sec h3 {
    font-size: 32px;
    line-height: 39px;
}

form {
    margin: 2rem 0;
}

.form-sec .input-wrap {
    margin: 10px 0;
}

.form-sec .input-wrap input {
    background: transparent;
    border: 1px solid #fff;
    color: white;
    width: 100%;
    height: 38px;
    border-radius: 4px;
    padding: 10px;
}

.form-sec p.small {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    color: #ddd;
}
.contact-form-wrap input[type=text], .contact-form-wrap input[type=email], .contact-form-wrap textarea {
    background: transparent;
    border: 1px solid #fff;
    color: white;
    width: 100%;
    min-height: 38px;
    border-radius: 4px;
    padding: 10px;
}

.contact-form-wrap label {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}




.switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.switch::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -1px;
    width: 30px;
    height: 30px;
    background: #1976d2;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
input:checked + .switch {
    background: #1976d2;
}
input:checked + .switch::before {
    left: 22px;
    background: #fff;
}
input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}

.switch-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.switch-wrap span {font-size: 16px;line-height: 24px;}


.mapouter{position:relative;text-align:right;width:100%;    height: 100%; border-radius: 5px; overflow: hidden; border: 1px solid white;}
.gmap_canvas {overflow:hidden;background:none!important;width:100%;    height: 100%;}
.gmap_iframe {width:100%!important;height:100%!important;}

ul.list-normal {
    list-style: disc;
    line-height: 35px;
    margin-left: 16px;
}
ul.list-number {
    list-style: decimal;
    line-height: 35px;
    margin-left: 16px;
}
.error-card {
    padding: 3rem;
    background: white;
    border-radius: 10px;
    transform: translateY(-10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    gap: 1rem;
    box-shadow: 0px 4px 20px 3px rgba(128, 128, 128, 0.25);
}

.error-card .theme-btn {
    margin: 0;
}
 ul.conditions {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #757575;
    justify-content: end;
}
ul.conditions li a{
    color: white;
}
ul.conditions li a:hover{
    color: #1976D2;
}
.rating p {
    font-weight: 700;
}
span.stars i {
    font-weight: 700;
    margin-right: 3px;
}
ul.sitemap-list li a {
    color: white;
    font-size: 20px;
    line-height: 29px;
}
.thankyou-heading{
    font-weight: 700;
    font-size: 96px !important;
}
.thankyou-heading-2{
    font-size: 64px;
    line-height: 78px!important;
}
.f-18{
    font-size: 18px !important;
line-height: 29px;
}
.fw-bold{
    font-weight: 700 !important;
}
.why-get {
    margin-bottom: 1rem;
}
ul.sitemap-list li {
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
}

ul.sitemap-list {
    margin-top: 20px;
}

ul.sitemap-list li a:hover {
    color: #82CEFD;
}
.banner-image img {
    max-height: 650px;
    
}
.mainBanner .btn-wrap + p {
    margin-bottom: 1rem;
    font-weight: 700;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
    width: 30px;
}

.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;
    width: 30px;
}




/* Get Started Work */

.fw-700{
    font-weight: 700;
}
.orange{
    color:#0085ff
}
ul.steps-progress {
    display: flex;
    gap: 77px;
}
.steps-progress li > span{
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #D1D5DB;
    background: white;
}
.steps-progress span.completed { 
    background: #0275df !important;
    border: 0 !important;
}
.steps-progress span::after{
    content: "";
    display: flex;
    width: 80px;
    height: 3px;
    position: absolute;
    left: 27px;
    background: #D1D5DB;
}
.steps-progress span.completed:after {
    background: #0275df;
}
.steps-progress li:last-child span:after{
    content: none;
}
.steps-progress span.completed::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: white;
}

.heading{
    font-size: 24px;
    
}
.fw-600{
    font-weight: 600;
}
.form-check {
    display: flex;
    align-items: center;
    padding: 0 20px 0 25px;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    font-size: 14px;
}
.form-check-input{
    margin: 0 !important;
}

/* The container */
.form-check {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
  }
  
  /* Hide the browser's default checkbox */
  .form-check input {
    cursor: pointer;
    color: white;

    z-index: 9;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
  
  .register-heads i, .pkg-box i{
    display: block;
    margin-top: 8px;
  }
  /* On mouse-over, add a grey background color */
  .form-check:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .form-check input:checked ~ .checkmark {
    background-color: rgba(43, 43, 43, 1);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .form-check input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .form-check .checkmark:after {
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form-heading{
    font-size: 18px;
    display:block !important;
  }
  .steps-section label{
    font-size: 18px;
    font-weight: 400;
    margin-right: 14px;
   
  }
  .form-control{
    border:1px solid #ddd !important;
    color:white !important;
  }
  label{
     color: #fff;
  }




/******-----------*****/

/******-----------*****/
.step-form .bgform {
    position: relative;
}

.step-form .form-wrapper .form-check {
    padding: 0;
    margin-bottom: 15px;
}

.step-form .form-wrapper .form-group {
    margin-bottom: 6px;
    margin-top: 16px;
}

.step-form .form-wrapper .form-group label {
    line-height: normal;
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.step-form .form-wrapper p.does {
    font-size: 12px;
    color: #747c8c;
    font-weight: 500;
}

.step-form .form-wrapper p.does i {
    color: #ff8600;
    font-size: 16px;
    margin-left: 5px;
}

.step-form .form-wrapper p.continue {
    font-size: 12px;
    color: #747c8c;
    font-weight: 500;
    display: block;
    margin: 0;
}

.step-form .form-wrapper p.continue a {
    font-size: 12px;
    color: #747c8c;
    font-weight: 600;
}

.step-form .form-wrapper button.btn.btn-orange {
    margin-top: 20px;
    color: #fff;
}
table.pricing {
    margin: 0 0 30px;
}

table.pricing tr td:first-child {
    font-size: 15px;
    line-height: 26px;
    color: #5f7182;
}

.tp-check-pricing {
    width: 24px;
    height: 23px;
}

table.pricing tr td:first-child {
    width: 34.3%;
    font-size: 13px;
    line-height: 22px;
    color: #7b8a9b;
    text-align: left;
}

table.pricing tr td:nth-child(2) {
    color: #344454;
}



.tp-check-pricing {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #344454 url("../../assets/images/check-pricing.png") no-repeat center;
    border-radius: 100%;
}

.tp-check-pricing.orange {
    background-color: #65cfa9;
}

.tp-check-pricing.blue {
    background-color: #6db6e4;
}

table.pricing tr td {
    border: 1px solid #e6e4e4;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(2) a,
.row.pkg-box .col-md-8 .col-md-6:nth-child(2) a {
    background: #65cfa9;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(3) a {
    background: #6db6e4;
}

.row.pkg-box .col-md-8 .col-md-4 a,
.row.pkg-box .col-md-8 .col-md-6 a {
    background: #344454;
    padding: 12px 30px;
    display: inline-block;
    margin: 10px 0 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    text-transform: capitalize;
}

.row.pkg-box .col-md-8 .col-md-4 {
    text-align: center;
}

.row.pkg-box .col-md-4 {
    text-align: left;
}

.row.pkg-box .col-md-4 i img {
    margin: 0 auto;
    float: left;
}
.pkg-selected-actv strong {
    display: block;
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    color: #65cfa9;
    font-weight: bold;
}
.pkg-selected-actv strong {
    display: block;
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    color: #65cfa9;
    font-weight: bold;
    margin-bottom: 70px;
}
.expedited-box {
        border: 1px solid #f04e23;
    text-align: left;
    padding: 55px 30px 50px 65px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.expedited-box h6 {
    color: #f04e23 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.expedited-box h6 img {
    margin-right: 10px;
}


.expedited-info {
        background: #f04e23;
    padding: 5px;
    text-align: center;
    width: 186px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    top: 14px;
    transform: rotate(-30deg);
    left: -46px;
    font-weight: 700;
}
.ov_box strong {
    font-size: 19px;
    color: #4b5a6a;
    font-weight: 700;
}

.ov_box a {
    color: #047bff;
    font-weight: 600;
}

.ov_box {
    overflow-y: scroll;
    height: 300px;
    border: 1px solid rgb(223, 225, 226);
    margin-bottom: 20px;
    margin-top: 13px;
}

.inner-content {
    padding: 30px;
}


.form-tooltip-body h6 {
    margin-bottom: 5px;
    margin-top: 15px;
    color: #000;
}
.form-group input[type="file"] {
    border: 1px solid #d9d9d9;
    width: 100%;
    padding: 7px;
    background: #f04e2314;
    margin: 10px 0 15px;
}
.form_group > div strong {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    display: inline-block;
}
.m-t-20 {
    margin-top:20px;
}



h1.checkout-title {
    padding: 0 15px;
    line-height: 60px;
    font-size: 25px;
    font-weight: 400;
    text-shadow: 0 1px rgb(255 255 255 / 70%);
    background: #eceff5;
    border-bottom: 1px solid #c5ccdb;
    border-radius: 7px 7px 0 0;
    background-image: -webkit-linear-gradient(top,#f5f8fb,#e9edf3);
    background-image: -moz-linear-gradient(top,#f5f8fb,#e9edf3);
    background-image: -o-linear-gradient(top,#f5f8fb,#e9edf3);
    background-image: linear-gradient(to bottom,#f5f8fb,#e9edf3);
    -webkit-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff;
    margin: 0;
    font-weight: bold;
}

.checkout-body {
    padding: 20px;
    background: #eceff559;
}

.checkout-body input {
    background: #fff;
    padding: 10px;
    width: 100%;
    border: 1px solid #c5ccdb;
    border-radius: 5px;
    height: 48px;
}

input.small {
    width: 32.6%;
}

.col-md-6.pd-left-0 {
    padding-left: 0;
}

p.paywith {
    text-align: center;
}

input.verify-pkg-btn.checkout-btn {
    box-sizing: border-box !important;
    height: 44px !important;
    padding: 0 !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    text-shadow: 0 -1px 1px rgb(0 0 0 / 20%) !important;
    border: 1px solid !important;
    border-color: #1486f9 #0f7de9 #0d6acf !important;
    background: #1993fb !important;
    border-radius: 4px !important;
    background-image: -webkit-linear-gradient(top,#4cb1fe,#229afc 40%,#138df6) !important;
    background-image: -moz-linear-gradient(top,#4cb1fe,#229afc 40%,#138df6) !important;
    background-image: -o-linear-gradient(top,#4cb1fe,#229afc 40%,#138df6) !important;
    background-image: linear-gradient(to bottom,#4cb1fe,#229afc 40%,#138df6) !important;
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
    box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
    cursor: pointer;
}

.checkout-body p {
    margin-bottom: 18px;
}
.form_wrap{
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    padding: 1.5rem;
    border-radius: 10px;
        background: #3F4157;
}
.form_wrap b,.form_wrap strong {
    font-weight: bolder !important;
}

.theme-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 10px;
    width: 194px;
    height: 50px;
    background: #0085FF;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-radius: 100px;
    color: #FFFFFF;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
}

.pulse {
    animation: pulse-animation 2s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }

.form_wrap h3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.form_wrap h3 span {
    font-size: 20px;
}

/********form end********/


 .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
  }
  .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%;
  }
  .mmpopup {
    text-align: center;
    background: #f8f8f8;
    padding: 45px 10px 10px ;
  }
  .mmpopup .formpop {
    width: 86.4%;
    margin: auto;
  }
  .mmpopup .fld-input {
    height: 50px;
    width: 100%;
    margin-bottom: 9px;
    border-radius: 4px;
  }
  .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: 16px;
    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(../../assets/images/cross.png)no-repeat;
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .closeico1 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
  }
  .closeico1 i {
    background: url(../../../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 5px;
    /* font-size: 30px; */
    color: #000;
    font-family: 'Poppins';
    font-weight: 700;
    /* line-height: 33px; */
    font-size: 26px;
    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;
    outline: 0;
    box-shadow: none;
  }
  .fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
  }
  .fld-btn button {
   border-radius: 5px;
    background-color: #1976D2;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    cursor: poRoboto;
    transition: 0.5s;
    /* font-family: Roboto; */
    height: 59px;
    cursor: pointer;
    border: 0;
  }
  
  .fld-btn button i {
    padding-left: 12px;
  }
  .fld-btn button:hover {
   transform:scale(1.03);
  }
  /*.mmpopup .centercont p:after {*/
  /*  background-color: #0085ff;*/
  /*  width: 66px;*/
  /*  height: 2px;*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  bottom: 0;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  margin: auto;*/
  /*}*/
ul.trademarksearch-option {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.trademarksearch-option li {
    width: 49.5%;
    display: inline-flex;
    background: #9d9d9d14;
    padding: 20px 20px 20px 20px;
    min-height: 220px;
    align-items: center;
    margin: 2px 0;
    line-height: 1.5em;
    font-size: 15px;
}
ul.trademarksearch-option li label{
    font-size:15px !important;
}
ul.trademarksearch-option li input {
    margin-right: 11px;
}
.form_wrap table.pricing td {
    color: white !important;
}


.form_wrap table h3.form-heading {
    line-height: 26px;
    font-size: 24px;
    margin-bottom: 10px;
}
.btn-normal {
    background: #0085FF;
    padding: 10px 30px;
    display: inline-block;
    margin: 10px 0 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
}
select.form-control option {
    color: #333;
}
.menu{
    display:flex;
    gap:2rem
}
@media (max-width:1800px){
    a.phone, a.chat-btn, header .main-header ul.menu>li a {
        font-size: 14px;
      
    }
    .menu {
        display:flex;
        gap: 1rem;
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
    ul.pckg-wrap.g3 {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width:1660px){
    section.cta-sec::before{
        background-size: 35%;
        background-position: left center;
    }
    .menuWrap{
        padding-left: 2rem;
    }
    .menu{
        gap: unset;
    }
    header .main-header ul.menu>li{
            margin: 0 10px;
    }
    a.phone, a.chat-btn{
        padding: 8px 10px;
    }
}
@media (max-width:1440px){
    .pckg-head .price span.amount{
        font-size: 50px;
    }
    span.dis{
        font-size: 14px;    
    }
    .pckg{
        padding: 30px 20px;
    }
    .process-head h5{
        font-size: 20px;
        line-height: 30px;
    }
    .cust-input{
        min-height: 50px;
        padding: 10px 20px;
    }
    .cust-btn.theme-btn{
        height: 65px;
        font-size: 20px;
    }
    .mainBanner .banner-heading{
            font-size: 55px;
        line-height: 70px;
    }
    h2{
        font-size: 45px;
        line-height: 60px;
    }
    .content p,
    p{
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .content ul li{
        font-size: 16px;
    }
    .overview-nav a{
        padding: 1rem 2.5rem;
    }
    .grid-4 li{
        padding: 2rem 0.8rem 1rem;
    }
    .services-card{
        padding: 34px 20px;
    }
    header .main-header ul.menu>li{
            margin: 0 5px;
    }
    section.cta-sec h2 {
        font-size: 32px;
        line-height: 50px;
    }
    .full_width{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .work-card .tags li{
        padding: 4px 10px;
    }
}


@media (max-width:1200px){
    .pckg-wrap.d2{
        grid-template-columns: repeat(2 , 1fr) !important;
    }
    ul.menu.justify-content-center {
    flex-direction: column;
}
    header.sticky_header .menu-Bar {
        top: 0px;
    }
    header.sticky_header .main-header {
        padding: 1.5rem 1rem;
    }
    ul.nav-btns {
        /* flex-direction: column; */
    }
    .why-get{
        padding:2rem;
    }
    .menuWrap.open .menu > li {
        justify-content: center;
        min-height: 50px;
    }
    
    .menuWrap.open .menu > li a {
        font-size: 20px;
    }
    .btn-wrap {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-wrap .theme-btn {
        justify-content: center;
        margin: 0px;
    }
    .dropdown-nav:hover .dropdown {
        top: 37%;
        left: 0;
        right: 0; 
        margin: 0 auto;
    }
    img{
        max-width:100%;
        height:auto
    }
    .menu-Bar{
        display:block;
        top:10px;
        margin: 0;
    }
    .menuWrap{
        position:fixed;
        left:-210%;
        right:0;
        top:0;
        bottom:0;
        margin:auto;
        background:#000;
        height:100vh;
        display:flex;
        align-items:center;
        justify-content:center;
        flex-flow:column;
        transition:all .4s ease;
        z-index:3;
        width:100vw;
        padding-left:0
    }
    .menuWrap.open{
        left:0
    }
    ul.menu li{
        display:block
    }
    ul.menu li a{
        padding:0;
        display:block;
        text-align:center;
        margin-bottom:30px;
        margin-right:0;
        color:#fff;
        font-size:24px;
        text-transform:capitalize
    }
    .d-none-mob{
        display: none;
    }
    .d-block-mob{
        display: block;
    }
    
    
}
@media (max-width:999px){
    .pckg-wrap.d2{
        grid-template-columns: repeat(1,1fr) !important;
    }
    .creative-branding::before{
        content:none;
    }
    .branding-card{
        margin:0 0;
    }
    body, html{
        overflow-x:hidden;
    }
    
    .branding-card{
            padding: 1rem;
    }
    .cursor{
        display: none;
    }
    .mainBanner {
        padding: 5rem 0 2rem;
    }
    .who-we-are .heading-section h2 {
        font-size: 32px;
        line-height: 50px;
    }
    
    .who-we-are .heading-section p {
        line-height: 35px;
        font-size: 22px;
    }
    .mainBanner.h-auto {
        padding-bottom: 2.5rem;
    }
    section.cta-sec{
        background: #000;
    }
    .cta-sec .heading-section{
        margin-bottom: 0;
    }
    section.cta-sec::before{
        content:none
    }
    .services-head img {
        width: 50px;
    }
    .content ul li{
        font-size: 16px;
    }
    .shadow-img {
        width: 80%;
        margin: 40px auto;
    }
    .shadow-img::before{
        width: 80%;
        height: 80%;
    }
    .mainBanner .banner-heading{
        margin-top: 0;
    }
    p.banner-text{
        width: 100%;
    }
    .btn-wrap .theme-btn{
        width: 100%;
    }
    .stacked-card{
        position: unset;
    }
    
    .grid-4, .grid-3{
        grid-template-columns: repeat(1, 1fr);
        grid-auto-flow: row;
    }
    .process-head img {
        max-width: 50px;
    }
    .grid-4 li a{
        visibility: visible;
    }
    .overview-nav a {
        padding: 1rem;
        font-size: 14px;
    }
    
    .industry-card img {
        width: 28px;
    }
    
    .industry-card-head span {
        font-size: 15px;
    }
    ul.chooseus-nav li a {
        font-size: 12px;
        padding: 6px;
    }
    .testi-card img {
        width: 50px;
    }
    footer form {
        flex-direction: column;
        margin-top: 2rem;
    }
    
    button.sub-btn {
        width: 100%;
        justify-content: center;
    }
    
    .copyright p {
        margin-bottom: 1rem;
        max-width: 100%;
        width: 100%;
    }
    
    .copyright .link-list {
        flex-direction: column;
        margin-bottom: 1rem !important;
    }
    
    .copyright .justify-content-end {
        justify-content: center !important;
    }
    .footer-list {
        padding: 1rem;
        margin-bottom: 1rem ;
        border: 1px solid;
    }
    
    .client .detail span.name {
        font-size: 16px;
        line-height: 20px;
    }
    
    .client .detail .desig {
        font-size: 14px;
        /* line-height: 20px; */
    }
    .expedited-box {
        padding: 80px 10px 10px 10px;
    }
        ul.steps-progress {
        display: flex;
        gap: 22px;
    }
    .steps-progress li > span {
        width: 25px;
        height: 25px;
        display: flex;
        border-radius: 100px;
        align-items: center;
        justify-content: center;
        position: relative;
        border: 2px solid #D1D5DB;
        background: white;
    }

    .steps-progress span::after {
        content: "";
        display: flex;
        width: 25px;
        height: 3px;
        position: absolute;
        left: 22px;
        background: #D1D5DB;
    }
    ul.trademarksearch-option li {
        width: 100%;
    }
    
    .form-check {
        padding: 0;
    }
    .bgform h3 {
        flex-direction: column-reverse;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    .privacy-list {
        margin-left: 10px;
            padding: 0 15px 0 25px;
    }
    ul.conditions li a {
        color: white;
        font-size: 14px;
    }
    .brd{
        padding:0 0 10px 0;
    }
    .why-get{
        padding:1rem !important;
    }
    .mainBanner .btn-wrap + p {
        margin-top: 1rem;
    }
    ul.conditions{
        justify-content: start;
    margin-bottom: 20px;
    }
    ul.dropdown li a {
        margin: 0;
        padding: 1rem 0;
    }
    .rating {
        flex-direction: column;
        text-align: center;
    }
    .accordian li h4 {
        padding-right: 7%;
        font-size: 16px;
    }
    .accordian h4::after{
        top: 0;
    }
    .why-get {
        flex-direction: column;
        padding: 10px;
    }
    .why-get .content-sec .check-list{
        font-size: 16px;
        line-height: 32px;
    }
    .btn-wrap {
        flex-direction: column;
        margin-top: 10px;
    }
    
    .btn-wrap .theme-btn {
        margin: 0;
        text-align: center;
        justify-content: center;
    }
    
    h2 {
        font-size: 48px;
    }
    
    .heading-section h2 {
        font-size: 26px;
        line-height: 30px;
        
    }
    
    .heading-section .sub {
        font-size: 16px;
    }
    
    .heading-section p {
        font-size: 16px;
        line-height: 22px;
    }
    
    .cust-list li h4 {
        font-size: 22px;
        line-height: 26px;
    }
    
    .cust-list li span.number {
        font-size: 80px;
    }
    
    ul.cust-list {
        gap: 2rem;
        margin-top: 1rem;
    }
    ul.slider li .slide-wrap {
        flex-direction: column;
        text-align: center;
    }
    
    .content-sec p {
        font-size: 16px;
    }
    
    ul.slider {
        padding: 20px;
    }
    
    .trusted {
        align-items: center;
    }
    .pckg {
        margin-top: 30px;
    }
    img{
        max-width:100%;
        height:auto;
        width:100%
    }
    .grid-2 {

        grid-template-columns: repeat(1, 1fr);
    }
   
    h2.section-heading{
        font-size:30px;
        margin:1rem 0
    }
    ul.services-list{
        font-size:20px;
        line-height:36px
    }
    .logo img {
        width: 120px;
    }
    footer img {
        width: 45px;
        /* margin-bottom: 2rem; */
    }
    .content ul li {
        width: 100%;
    }
    span.foot-heading {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }
    ul.foot-links {
        line-height: 40px;
        margin-bottom: 2rem;
    }
    span.sub-heading+h4 {
        font-size: 35px;
        line-height: 45px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .counter {
        text-align: center;
        margin-bottom: 1rem;
    }
    .heading-contact {
        font-size: 50px;
        margin: 0rem 0;
    }
    a.switch-button.switch {
        margin-bottom: 1rem;
    }
    .copyright{
        text-align: center;
    }
    .copyright ul {
        margin-top: 1rem;
        justify-content: center;

    }
    .mainBanner .banner-heading , .ban-heading-2 h1 {
        line-height: 45px;
        font-size: 32px !important;
    }
    .overlap-image:before,.overlap-image-left::before, .overlap-image-right::before{
        content: none;
    }
    .overlap-image img , .overlap-image-left img, overlap-image-right img{
        display: block;
    }
    .overlap-image,.overlap-image-left, overlap-image-right{
        height: auto;
    }
    .overlap-image-left, overlap-image-right {
        margin-bottom: 1rem;
    }
    a.arrow-btn{
        margin-top: 1rem;
    }
    .counter {
        margin: 2rem 0;
    }
    .counter img {
        width: 80px;
    }
    .arrow-wrap {
        bottom: 0;
        top: auto;
    }
    .arrow-wrap.left.slick-arrow {
        left: 25px;
    }
    .testimonial-slider {
        margin-top: 1.5rem;
    }
    .testimonial,blog-section {
        padding: 2rem 0 !important;
    }
    .blog-heading{
        text-align: center;
    }
    .arrow-wrap.blog-left, .arrow-wrap.blog-right{
        top: auto;
        bottom: -25px;
    }
    .main-header {
        padding: 1rem 0rem;
    }
    ul.nav-btns {
        flex-direction: column;
    }
    .trusted-list {
        flex-wrap: wrap;
        padding: 0 10px;
        gap: 5px;
    }
    .awards{
        background-image: none;
        padding: 1rem 0;
    }
    .foot-contact a {
        font-size: 26px;
        color: white;
    }
    .foot-contact{
        align-items: center;
    }
    .mainBanner .mt-5{
        margin-top: 1rem !important;
    }
    p.banner-text {
        margin: 1rem 0;
        font-size: 18px;
        line-height: 24px;
    }
    ul.banner-list {
        font-size: 16px;
    }

    .icon-box img {
        width: 80px;
    }
    
    .icon-box {
        margin-bottom: 1rem;
    }
    .search{
        margin-top: 1rem;
    }
    ul.copyright-list {
        margin-left: 1rem;
    }
    section.faq-page h3 {
        font-size: 24px;
    }
    
    section.faq-page {
        text-align: center;
    }
    img.form-img {
        display: none;
    }
    .mapouter {
        margin-top: 1rem;
        border-radius: 10px;
        overflow: hidden;
    }
    .thankyou-heading{
        font-size: 40px;
    }
    .thankyou-heading-2{
        font-size: 30px;
    }
    .f-menu li a{
        line-height: 20px;
    }
    .f-menu li{
        margin-bottom: 14px;
    }
    .banner-image img {
        max-height: 100%;
    }
    .pckg-head .price span.amount{
        font-size: 48px;
        line-height: 100%;
    }
    .accordian p{
        padding-right: 0;
    }
    span.dis{
        font-size: 18px;
        line-height: 22px;
    }
    .pckg-wrap .slick-slide{
        margin: 0;
    }
    .content h3{
        font-size: 24px;
        line-height: 30px;
    }
    .content b{
        font-size: 16px;
        line-height: 26px;
    }
    .content p{
        font-size: 16px;
    }
    span.link-hd {
        margin-top: 1rem;
    }
    footer form .input{
        width: 100%;
        
    }
    footer label {
        font-size: 14px;
    }
    .copyright ul{
        gap: 0rem;
    }
    input.footer-cust-input{
        border-radius:100px;
        text-align: center;
    }
    .services-card{
        min-height: 300px;
    }
    section.cta-sec.color-white .col-md-7.offset-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0;
        text-align: center;
    }
    section.cta-sec.color-white .col-md-7.offset-md-5 a.theme-btn {
        margin: 20px auto 0;
    }
    .creative-branding .tags{
        justify-content: center;
    }
    .creative-branding .tags li{
        width: calc(90%/2);
        float: left;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 5px;
    }
    a.theme-btn.bordered.sm{
        margin: 20px auto 0;
    }
    .cust-btn.theme-btn {
        height: 50px;
        font-size: 18px;
    }
    .grid-4 li{
        text-align: center;
    }
}
@media (max-width:767px){
    .creative-branding{
            margin: 0px 0;
    }
    a.logo img {
        width: 170px;
    }
    .case-card{
        grid-template-columns: repeat(1, 1fr);
        margin: 0px 0 1.5rem;
    }
    .case-content {
        transform: translateY(0px);
        padding: 1rem;
    }
    .contact-card {
        text-align: center;
        margin-bottom: 1.5rem;
    }   
    .case-gradient, .case-image{
        display: none;
    }
    .dropdown-nav:hover .dropdown{
        top: 20%;
    }
    .overlap-image img{
         display:none;
     }
    .heading-section h2{
        margin-bottom: 0rem;
     }
    ul.clients {
        gap: 10px;
    }
    
    section {
        padding: 1.5rem 0;
    }
    
}
@media (max-width:700px){
.services-card{
    min-height: auto;
    padding: 1rem
}
ul.pckg-wrap.g3 {
        grid-template-columns: repeat(1,1fr);
    }
    
    ul.menu li a {
    font-size: 16px !important;
    margin-bottom: 0;
}

.menuWrap.open .menu > li {
    min-height: 30px;
}

ul.nav-btns {
    margin-top: 1.5rem;
}
}
@media (max-width:600px){
    .copyright{
        margin-top: 0rem;
    }
   .cust-btn.theme-btn {
        margin: 0 !important;
        width: 100%;
    }
    .dropdown-nav:hover .dropdown{
        top: 35%;
    }
    .heading-section h2{
        font-size: 22px;
    }
     .ban-slider::before{
        width: 60px;
        height: 60px;
        left: 20px;
        top: -30px;
     }
     .who-we-are{
        text-align: center;
     }
     form{
         margin-top:1.5rem;
     }
     
}

@media (max-width:734px) and ( orientation: landscape) {
    .menuWrap.open .menu > li {
        min-height: 32px;
    }
    .menuWrap.open .menu > li a {
        font-size: 16px;
        margin-bottom: 0;
    }
    .nav-btns {
        gap: 10px;
        margin-top: 10px;
    }
    
  }
  
  
  
  /*new header*/
    
header.mega nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header.mega .logo {
  flex: 2;
  display: flex;
  align-items: center;
}

header.mega .logo a {
  text-decoration: none;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.bartoggle,
#menubrop {
  display: none;
}

.NavMenu {
  flex: 10;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.NavMenu li {
  display: inline-block;
}

.NavMenu li input {
  display: none;
}

.NavMenu li a {
  display: block;
  padding: 0px 15px;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  font-weight: 500;
}

.NavMenu li a label {
  cursor: pointer;
  appearance: none;
  display: block;
  position: relative;
  margin: 0;
  font-size: 16px;
}

.NavMenu li a label::after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
}

.NavMenu > li > a label::after {
  right: -15px;
  top: 3px;
}

.NavMenu li ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-width: 200px;
  border-bottom: 2px solid #000000;
  top: 100%;
  box-shadow: 0 3px 5px rgb(0 0 0/20%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.NavMenu li ul li {
  position: relative;
}

.NavMenu li ul li a {
  color: #000;
  padding: 8px 10px;
  display: block;
  border-left: 2px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-weight: 400 !important;
  font-size: 15px;
}

.NavMenu li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}

@media (min-width: 992px) {
  .NavMenu li ul li a:hover {
    border-left: 4px solid #0085FF;
  }

  .NavMenu li:hover > ul,
  .NavMenu li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  header.mega {
    display: none;
  }
    header.sticky_header{
        display: unset;
    }
  .logo {
    flex: 6;
  }

  .bartoggle {
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    background-color: #fff;
    padding: 0 10px;
    cursor: pointer;
  }

  .NavMenu {
    width: 500px;
    flex: 12;
    position: fixed;
    flex-direction: column;
    background-color: #2874f0;
    left: 0;
    top: 40px;
    height: 100vh;
    z-index: -1;
    padding: 15px 0 50px 0;
    justify-content: start;
    overflow-y: scroll;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  .NavMenu li ul,
  .NavMenu li ul li ul {
    position: initial;
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 0;
    display: none;
  }

  .NavMenu li a {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
  }

  .NavMenu li ul li ul {
    background: #2874f0;
    position: inherit;
    margin-top: -10px;
  }

  .NavMenu li ul li ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: initial;
    padding: 7px 15px 7px 30px;
  }

  .NavMenu li a label::after {
    right: 10px;
  }

  .NavMenu li input:checked + ul,
  .NavMenu li ul li input:checked + ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  input:checked + .NavMenu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .NavMenu {
    width: 100%;
  }
}
header.mega {
    background-color: #000;
    padding: 20px 30px;
}
  /*new header*/