:root{
    --primary: #194a89;
    --font-heading:"Poppins",sans-serif;
    --font-body:"Poppins",sans-serif;
    --icon:"Font Awesome 6 Pro",sans-serif
}
::selection{
    background:var(--primary);
    color:#fff;
    text-shadow:none
}
::-webkit-scrollbar{
    width:5px;
    background-color:#f5f5f5
}
::-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:vertical{
    border-radius:10px;
    background-color:var(--primary)
}
[class^=box-]{
    display:none
}

.finesttestimonial{
    padding: 60px 0;
}
.finesttestimonial .testwrap .cir h3 {
    font-size: 36px;
    color: #101077
}

.finesttestimonial .testwrap .cir {
    text-align: center;
    width: 90px;
    padding-top: 24px;
    position: relative;
    height: 90px;
    margin: 0 auto 35px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 25px #00000017
}
input.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}
.finesttestimonial .testwrap .item {
    margin: 25px 15px;
    padding: 40px 35px 20px;
    position: relative;
    background: #fff;
    webkit-box-shadow: 0 0 22px -5px rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 0 22px -5px rgba(0, 0, 0, .11);
    -o-box-shadow: 0 0 22px -5px rgba(0, 0, 0, .11);
    box-shadow: 0 0 22px -5px rgba(0, 0, 0, .11)
}

.finesttestimonial .testwrap .item:before {
    position: absolute;
    background-image: url(../images/quoteimg.webp);
    background-repeat: no-repeat;
    width: 390px;
    height: 288px;
    text-align: center;
    background-position: top center;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: ""
}

.finesttestimonial .testwrap .cir img {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 25px #00000017;
    margin: -18px 0 0 5px
}

.testwrap-slider .slick-prev {
    left: 10px;
    z-index: 9
}

.testwrap-slider .slick-next, .testwrap-slider .slick-prev {
    top: 52%
}

.testwrap-slider .slick-next {
    right: 10px
}

.finesttestimonial .testwrap .wrap h5 {
    color: #101077;
    font-size: 18px
}

.finesttestimonial .testwrap .wrap h6 {
    color: #2c2c2c;
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 300;
    line-height: 1.6;
    text-transform: unset;
    height: 135px
}

.finesttestimonial .testwrap .wrap h5 span {
    font-size: 14px;
    color: #000;
    opacity: .6;
    display: block;
    margin-top: 5px
}

.cta-section{
    background: url(../images/sec-4bg.png);
    display: flex;
    align-items: center;
    padding: 4rem 0rem 0rem;
}

button.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}
.accordion-list{
    position:relative
}
.accordion-list > li{
    padding: 20px 0;
    cursor:pointer;
    width:100%;
    margin:0 auto;
    /* margin-bottom:1.5rem; */
    color: #333333;
    transition: .5s ease;
    background: transparent;
    border-bottom: 1px solid #DEDEDE;
}
ul.accordion-list li span{
    display:flex;
    position:relative
}
.accordion-list li h3{
    font-style:normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    width:100%;
    display:flex;
    gap:1rem;
    justify-content:space-between;
    align-items: center;
}
ul.accordion-list li h3:after{
    content:"\2b";
    font-family:var(--icon);
    transition:all .3s ease-in-out;
    font-size: 18px;
    font-weight:600;
    flex-shrink:0;
    content: "\f078";
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #333333;
    border-radius: 100%;
}
ul.accordion-list li.active h3:after{
    content:"\f077";
}
.answer p{
    margin-top:10px;
    font-size: 16px;
    line-height:24px;
}

.answer ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: disc;
    padding-left: 1rem;
    margin-top: 1rem;
}

.accordion-list .answer li span {
    font-size: 20px;
    font-weight: 500;
}

.accordion-list > li.active {
    background: #f9f9f9;
    color: #222;
}
html{
    overflow-x:hidden
}
body{
    font-family:var(--font-body);
    overflow-x:hidden;
    font-size:16px;
    line-height:1;
    color:#000;
}
h1,h2,h3,h4,h5,h6{
    display:block;
    font-weight: 600;
    font-family: var(--font-heading);
}
*,: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;
    text-decoration:none
}
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
}
.top-bar{
    background: var(--primary);
    padding:1rem 0
}
.top{
    display:flex;
    justify-content: end;
    align-items:center;
    gap: 1rem;
}
.top-bar a{
    color:#fff;
    font-weight:500;
    align-items: center;
    display: flex;
    gap: 5px;
}
.top-bar a i {
    color: var(--primary);
}

header{
    -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;
    background:0 0;
    z-index:31;
    left:0;
    right:0;
    top:0;
    background:#fff;
    position:sticky
}
.menuWrap{
    display:flex;
    align-items:center;
    justify-content:end
}
.logo{
    display:inline-block
}
.logo img{
    display:block;
    max-width:180px
}
.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:4px;
    width:100%;
    background:var(--primary);
    position:absolute;
    transition:.6s all;
    border-radius:100px
}
.menu-Bar span:nth-child(1){
    top:0
}
.menu-Bar span:nth-child(2){
    top:8px;
    transform-origin:left
}
.menu-Bar span:nth-child(3){
    top:16px
}
.menu{
    font-size:0;
    display:inline-block;
    vertical-align:middle
}
.menu>li{
    display:inline-block;
    vertical-align:middle;
    padding:16px 0 16px 35px
}
.menu>li>a{
    display:block;
    font-size:16px;
    color:#000;
    font-weight:500
}
.header-btn{
    background:0 0;
    color: white !important;
    padding: 16px;
    border-radius: 10px;
    font-size:16px!important;
    border: 2px solid var(--primary);
    background: var(--primary);
}
.header-btn:hover{
    transform:scale(1.03)
}
.menu>li :hover>a{
    /* color:var(--primary); */
}
@keyframes scale-display{
    0%{
        opacity:0;
        transform:scale(0);
        -webkit-transform:scale(0)
    }
    100%{
        opacity:1;
        transform:scale(1);
        -webkit-transform:scale(1)
    }
}
@keyframes scale-display--reversed{
    0%{
        display:inline-flex;
        opacity:1;
        transform:scale(1);
        -webkit-transform:scale(1)
    }
    99%{
        display:inline-flex;
        opacity:0;
        transform:scale(0);
        -webkit-transform:scale(0)
    }
    100%{
        display:none;
        opacity:0;
        transform:scale(0);
        -webkit-transform:scale(0)
    }
}
@keyframes slide{
    0%{
        height:0
    }
    100%{
        height:auto
    }
}
@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{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
    z-index:0;
    background-image:url(../images/publishing.webp);
    padding: 50px 0;
    
    /* min-height: 745px; */
}



.banner-form  form{
    padding: 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 #00000025;
    margin-top: -54px;
}
.banner-content .banner-form  form{
    padding: 0px;
    background: transparent;
    border-radius: 00px;
    box-shadow: unset;
}
.banner-form .input input,  .banner-form .input textarea{
    border: 1px solid #D7D5D5;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    resize:none;
    height:46px;
}

.banner-form button {
    background: var(--primary);
    border: 0;
    padding: 10px;
    height: 100%;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    min-height: 47px;
    border-radius: 10px;
    align-items: center;
    color: white;
    font-weight: 500;
}
.ban-img {
    display: flex;
}

.mainBanner.contact {
    min-height: 600px;
}
p.trustpilot {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2rem;
    color: #fff;
}
.plateform-wrap {
    padding: 2rem 0;
    
}

.plateform {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}
.banner-img{
    width:158%;
    position:relative
}
.banner-img::before{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    background:url(../images/banner/em.svg) no-repeat;
    background-size:contain;
    left:-15%;
    animation:moving 2s infinite alternate
}
@keyframes moving{
    0%{
        transform:rotate(15deg)
    }
    100%{
        transform:rotate(-15deg)
    }
}
@keyframes scale{
    0%{
        transform:scale(.9)
    }
    100%{
        transform:scale(1.1)
    }
}
@keyframes transformy{
    0%{
        transform:translateY(-20px)
    }
    100%{
        transform:translateY(0)
    }
}
@keyframes backgroundColorPalette{
    0%{
        background:var(--primary)
    }
    50%{
        background:#000
    }
    100%{
        background:var(--primary)
    }
}
.banner-content{
    display:flex;
    align-items:center;
    position:relative;
    justify-content: center;
}
.banner-content h2{
    color: #fff;
    font-size: 22px;
    line-height: 1.6;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight: 400;
}
.banner-content .wrap {
    padding: 50px;
    background: #F1EBFF;
    position: relative;
    z-index: 0;
    border-radius: 40px 40px 0 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
/* .banner-content .wrap:after{
    content: "";
    position: absolute;
    width: 310px;
    height: 320px;
    right: 0;
    bottom: -1px;
    background: url("../images/banner/after.webp")no-repeat;
    background-size: contain;
    z-index: -1;
} */
.banner-content .wrap.no-after:after{
    content: none;
}
.banner-content .wrap.no-after {
    padding: 50px 0 0;
}

ul.banner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2rem;
}
.banner-content .banner-form {
    background: #fff;
    padding: 30px;
    z-index: 9 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    box-shadow: 0 0 30px #0000001f;
}
.bannerform-heading p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom:20px
}
.bannerform-heading p span {
    color: #194a89;
    font-weight: 700;
    font-size: 20px;
}

.ban-form input {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0 !important;
}
.ban-form textarea {
    resize: none;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 90px;
    outline: 0 !important;
    margin: 15px 0 0;
    resize: none;
}
.ban-form input[type=submit] {
    color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    background: #194a89;
}
ul.banner-list li:before {
    content: "\f336";
    font-family: var(--icon);
    font-weight: 700;
    color: var(--primary);
    margin-right: 10px;
    font-size: 18px;
}

ul.banner-list li {
    display: flex;
}
canvas {
    display: block;
    left: auto;
    position: absolute;
    z-index: -1;
    
}
h1.banner-heading{
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color:#fff;
    position: relative;
    line-height: 46px;
}

.subtitle{
    color:var(--primary);
    font-size:32px;
    font-weight:600;
    font-family:var(--font-heading);
    margin-bottom:1rem
}
h1.banner-heading span{
    
    display: inline;
    border-radius: 12px;
}
p.banner-text{
    font-size: 16px;
    line-height: 26px;
    margin-bottom:1.5rem;
    color: #fff;
}
.btn-wrap .theme-btn.white{
    background:#fff;
    border-color:#fff
}
.sec-heading{
    margin-bottom:2rem
}
.sec-heading.center{
    text-align:center
}
.sec-heading h2{
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    color: #333333;
    letter-spacing: -1px;
}
.sec-heading h2 span{
    color: var(--primary);
    display: inline;
}
.sec-heading.white *{
    color:#fff
}
.sec-heading p{
    font-size: 16px;
    line-height:28px;
    color:#707070;
    margin:1rem 0
}
.sec-heading b{
    font-size:20px;
    font-weight:700;
    display:block;
    margin:1rem 0
}
section{
    padding:4rem 0;
    position:relative
}
.btn-wrap{
    display:flex;
    gap:1rem;
    align-items:center;
    margin:1rem 0
}
.btn-wrap .theme-btn{
    padding: 16px 20px;
    background:var(--primary);
    color: #333333;
    border: 2px solid var(--primary);
    transition:.5s ease;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 14px;
    color: white;
}
.btn-wrap .theme-btn:hover{
    transform:scale(1.03)
}
.footer a,.footer p{
    display:block;
    font-size:14px;
    margin:0rem 0;
    line-height: normal;
    color:#fff;
}
.footer a{
    line-height:unset;
    color:#000;
}
footer .footer-widget{
    background:#0f1525;
    padding: 4rem 0 0;
    overflow: hidden;
    border-top: 1px solid #fff;
    margin: 0 1rem 1rem;
    border-radius: 20px;
}

a.theme-btn.bordered.white {
    color: white;
}

a.theme-btn.bordered {
    border-color: #333333;
    color: #333333;
    background: transparent !important;
}

footer .links {
    flex-direction: column;
    gap: 1.2rem;
    
}
footer .links.columns {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
}
footer .links a {
    margin: 0;
}

footer .hdng {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom:15px;
}
.has-after:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 150%;
    background: white;
    top: -65px;
    right: 0;
    z-index: -1;
}
.copyright{
    display:flex;
    justify-content:center;
    align-items:center;
    position: relative;
    margin-top: 2rem;
    background:#0f1525;
    padding:10px 0;
}
.copyright .copy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    border-top: 1px solid #ffffff30;
}

.copyright .copy .terms {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
}
.copyright a,.copyright p{
    color:#fff;
    text-align:center;
    line-height:22px
}
.copyright p span{
    color:var(--primary)
}
.footer b{
    color:var(--primary)
}

.footer-cta {
    background: #FFE59F;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.footer-cta:after{
    content: "";
    background: url("../images/footer-cta.webp")no-repeat;
    position: absolute;
    height: 100%;
    width: 190px;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.footer-cta .btn-wrap {
    margin-bottom: 0;
}

.footer-cta .btn-wrap a {
    margin-bottom: 0;
}

.footer-cta span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.footer-cta .phone {
    font-size: 30px;
    color: var(--primary);
    font-weight: 700;
    line-height: 30px;
}

.btn-wrap .theme-btn.dark {
    background: #002333;
    border-color: #002333;
    color: white;
}

.portfolio-text p{
    font-size:20px;
    font-weight:600;
    margin-top:5rem
}
.portfolio-wrap{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}
.contact-wrap{margin-top: -16%;}
header .contact-wrap{
    margin:0
}
.contact-wrap a{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    font-size:14px;
    color:var(--primary)
}
.contact-wrap .theme-btn{
    background:var(--primary);
    padding:1rem;
    border-radius:0 10px;
    color:var(--primary)!important
}
.contact-wrap.white a{
    color:#fff
}
ul.heading-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

ul.heading-list li h4 {
    font-size: 24px;
    color: white;
}

ul.heading-list li h4 i {
    color: var(--primary);
    margin-right: 5px;
}

ul.heading-list li {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 24px;
    color: white;
}


.bg-dark{
    background:var(--primary) !important;
    overflow:hidden;
}
@-webkit-keyframes translatey{
    0%{
        -ms-transform:translateY(0);
        -moz-transform:translateY(0);
        -webkit-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        -ms-transform:translateY(50px);
        -moz-transform:translateY(50px);
        -webkit-transform:translateY(50px);
        -o-transform:translateY(50px);
        transform:translateY(50px)
    }
    100%{
        -ms-transform:translateY(0);
        -moz-transform:translateY(0);
        -webkit-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes translatey{
    0%{
        -ms-transform:translateY(0);
        -moz-transform:translateY(0);
        -webkit-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        -ms-transform:translateY(50px);
        -moz-transform:translateY(50px);
        -webkit-transform:translateY(50px);
        -o-transform:translateY(50px);
        transform:translateY(50px)
    }
    100%{
        -ms-transform:translateY(0);
        -moz-transform:translateY(0);
        -webkit-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
ul.check-list{
    display:flex;
    flex-direction:column;
    gap:1rem;
    color:#fff;
    margin-bottom:1.5rem
}
ul.check-list li::before{
    content:"\f058";
    font-family:var(--icon);
    margin-right:10px;
    font-weight: 700;
    color: var(--primary);
}
.cta{
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
}


.sec-heading h3{
    font-size:24px;
    line-height:35px;
    margin-top:1rem
}
form.footer-form h3{
    font-size:45px;
    line-height:60px;
    font-weight:700
}


/* video box  */
.video-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-box i {
    position: absolute;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #ffffff8a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: white;
}
/* video box  */

/* why us card  */

.why-us-card {
    padding: 40px;
    color: white;
    border: 2px solid var(--primary);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    align-items: start;
}

.why-us-card h3 {
    font-size: 30px;
    line-height: 50px;
}

.why-us-card p {
    font-size: 18px;
    line-height: 30px;
}

.why-us-card span {
    width: 30px;
    height: 30px;
    display: block;
    background: white;
    border-radius: 100%;
}
/* why us card  */



.process-wrap {
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    grid-template-columns: repeat(3 , 1fr);
}

.process-wrap .process-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}

.process-wrap .process-card span {
    font-size: 22px;
    font-weight: 500;
}

.process-wrap .process-card:not(:last-child)::before {
    content: "";
    position: absolute;
    background: url("../images/process/line.webp")no-repeat;
    width: 66%;
    height: 20px;
    top: 38%;
    left: 80%;
    background-size: contain;
}


form.lead-form {
}

form.lead-form h3 {
    font-size: 24px;
    line-height: 34px;
}

form.lead-form .field {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}

form.lead-form .field input, form.lead-form .field > select {
    padding: 12px;
    width: 100%;
    border: 1px solid #ddd;
    transition: .5s ease;
}

form.lead-form .field label,form.lead-form .field .label {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
}

form.lead-form .field input:focus {
    border-color: #333;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-group label.radio {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.radio-group label.radio input {
    width: 20px;
    height: 20px;
    accent-color: var(--primary);
    margin-top: 5px;
}
.lead-form button.submit {
    width: fit-content;
    padding: 1rem 30px;
    background: var(--primary);
    border: 0;
    color: white;
    border-radius: 100px;
    align-self: end;
    font-size: 18px;
    transition: .5s ease;
}

.lead-form button.submit:hover {
    transform: scale(1.05);
}

/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    /* padding-left: 40px; */
    border: 1px solid #9D9D9D;
    height: 55px;
    border-radius: 100px;
    width: 100%;
}

.newcountrycode select {
    width: 56px;
    border: 0;
    padding: 0px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: transparent;
}

.newcountrycode .countrycode {
    width: 60px !important;
    border: 0;
    background: #f9f9f9;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    height: 100%;
    border-right: 1px solid #9D9D9D;
    border-radius: 0;
}
.newcountrycode .phone-field {
    width: 70%;
    height: 100%;
    border-radius: 100px;
}
.newcountrycode input {
    border: 0;
}
/* Country Code */
.package{
    position: relative;
}
.package::before{
    content: "";
    position: absolute;
    background: url("../images/off.webp")no-repeat;
    width: 150px;
    height: 150px;
    background-size: contain;
    right: 0;
}

.links {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.mainBanner.bg-black .banner-heading {
    margin: 0;
    padding: 50px 0;
}

/* 404 */

.error-text {
    font-size: 96px;
    line-height: 68px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;
}



.thankyou-text {
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
}

/* 404 */
/* terms */
.terms h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 2rem;
}


.terms ul {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.terms ul li {
    margin-bottom: 1rem;
}

.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}

.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
}

.terms p {
    margin-bottom: 1rem;
}

/* terms */

.anim{
    animation: scale .5s infinite alternate;
}

@keyframes scale {
    form{
        transform: scale(1);
    }
    to{
        transform: scale(1.04);
    }
}

form.cust-form.d2 {
    background: #1a1f2e;
}

form.cust-form.d2 .heading {
    color: white;
}

form.cust-form.d2 .input input {
    border-color: white;
}

form.cust-form.d2 .input input::placeholder {
    color: white;
}

form.cust-form.d2 button {color: #002333;background: #00ff84;}
.sec-heading h2 b {
    font-weight: 700;
    font-size: 44px;
    font-style: italic;
}
.icon-card {
    position: relative;
    border: 2px solid #000;
    padding: 20px 30px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    min-height:360px;
}
.icon-card img{
    margin: 0 auto;
    display: block;
    height: 100px;
    object-fit: contain;
    width: 40%;
}
.icon-card h3 {
    color: var(--primary);
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.icon-card p {
    line-height: 25px;
    color: #555;
}

.phone {
    color: white;
    font-size: 22px;
    font-weight: 500;
}

.phone a {
    color: white;
}


.banner-content.center {
    text-align: center;
}

.banner-content.center .banner-text {
    margin: 0 auto;
}

.banner-content.center p.trustpilot {
    justify-content: center;
}

.progress-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.progress-wrap .progress {
    z-index: 0;
    background: transparent;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: var(--font-heading);
    border-radius: 100px;
    font-weight: bold;
    color: #333333;
    position: relative;
    display: flex;
    height: auto;
    box-sizing: border-box;
}

.progress-wrap .progress:after {
    content: "";
    left: 0px;
    top: 0;
    background: var(--primary);
    width: var(--width);
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 200px;
    display: flex;
}

.progress-wrap .progress:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #002333;
    z-index: -1;
    left: 0px;
    top: 0;
    border-radius: 200px;
}
.elem {
    position: absolute;
    z-index: -1;
}
span.img {
    position: absolute;
    /* left: 10px; */
    /* bottom: 0; */
    display: flex;
}

span.img.i1 {
    left: 20px;
    bottom: 0;
}

span.img.i2 {
    right: 20px;
    bottom: 20px;
}
span.img.i4 {
    top: 20px;
    right: 20px;
}

span.img.i3 {
    bottom: 20px;
    left: 20px;
}
span.elem.e1 {
    left: 10%;
    top: 10%;
}

span.elem.e2 {
    top: 40%;
    left: 2%;
}

span.elem.e3 {
    left: 20%;
    bottom: 5%;
}

.elem.e4 {
    right: 10%;
    top: 10%;
}

span.elem.e5 {
    right: 20%;
    bottom: 10%;
}
span.elem.e6 {
    right: 7%;
    bottom: 10%;
}
@keyframes rotate{
    0%{
        transform: rotate(-30deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes scale{
    0%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}


ul.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

ul.tabs a {
    color: #333333;
    padding: 1rem;
    border: 1px solid #000;
    border-radius: 10px;
}

ul.tabs .active a {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}


/* Packages */

.pckg {
    border-radius: 20px;
    background: white;
    padding: 30px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 2px solid #00FF84;
    transition: .5s ease;
}
.pckg:hover {
    border: 2px solid #333333;
}
.pckg .btn-wrap{
    margin-bottom: 0;
}
.pkg-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 1.5rem;
}

.upper .title {
    color: #262740;
    font-size: 35px;
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: var(--font-body);
}

.upper p {
    color: #888888;
    font-size: 16px;
    /* max-width: 76%; */
    line-height: 26px;
    margin-bottom: 1rem;
}

.upper .guarantee {
    border-radius: 50px;
    background: rgba(255, 227, 184, 0.60);
    padding: 10px 20px;
    font-weight: 500;
    line-height: 30px;
    gap: 10px;
    display: flex;
    width: fit-content;
    margin-bottom: 2rem;
    position: relative;
}

span.guarantee::before {
    content: "\f2f7";
    font-family: var(--icon);
    font-weight: 600;
}

.upper .starting-in {
    color: #555;
    letter-spacing: -0.48px;
    line-height: normal;
    margin-bottom: 1rem;
}

.upper .price {
    display: flex;
    align-items: end;
    gap: 10px;
    margin: 2rem 0;
    justify-content: center;
}

.upper .price .amount {
    font-size: 68px;
    /* font-family: var(--font-heading); */
    line-height: normal;
    font-weight: 700;
    background: rgb(71,190,185);
    background: linear-gradient(-61deg, rgba(71,190,185,1) 21%, rgba(0,255,132,1) 100%);
    background-clip: text;
    color: transparent;
}

.upper .price .uspto {
    font-size: 18px;
    color: #262740;
    font-family: var(--font-heading);
    line-height: 30px;
}
.pckg .bottom ul li:before {
    content: "\f058";
    font-family: var(--icon);
    font-weight: 700;
    margin-right: 10px;
    color: var(--primary);
    padding-left: 2px;
}

.pckg .bottom ul .hdng {
    font-size: 24px;
    font-family: var(--font-heading);
    line-height: 28px;
    margin: 5px 0;
}

.pckg .bottom ul .no-before:before {
    content: none;
}
.pckg .upper {
    border-bottom: 1px solid #E4E4E4;
    text-align: center;
}
.pckg .bottom {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 100%;
    justify-content: space-between;
    height: 100%;
}

.pckg .bottom b {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.pckg .bottom ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 300px; /* Adjust as needed */
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
    margin-bottom: 1rem;
}

.pckg .bottom ul h4 {
    font-size: 18px;
    letter-spacing: -0.54px;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: normal;
}

.pckg .bottom ul p {
    font-size: 14px;
    color: #555;
    line-height: 22px;
    letter-spacing: -0.42px;
}

.pckg .bottom ul li {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: flex;
}
.upper .price small {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}


.number-card {
    border: 1px solid #555555;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.number-card span {
    display: flex;
    align-items: center;
    border-radius: 100%;
    color: var(--primary);
    font-size: 75px;
    font-weight: 600;
    font-family: var(--font-heading);
}

.number-card h3 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
}

.number-card p {
    line-height: 30px;
    color: #555555;
}



.arrows {
    display: flex;
    justify-content: end;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.arrows a.arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #002333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #002333;
}

.arrows a.arrow:hover {background: #002333;color: white;}
/* popup */

.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
     backdrop-filter: blur(10px); 
}

.popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 1009px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 30px;
    max-width: 97%;
    max-height: 90vh;
    overflow-y: auto;
}







.closeico {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 100px;
}

.closeico i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}


/* popup */


form.contact  input,form.contact  select, form.contact textarea {
    padding: 1rem;
    border: 1px solid #555555;
    border-radius: 5px;
    width: 100%;
}

form.contact button {
    width: 100%;
    padding: 1rem;
    border-radius: 100px;
    border: 0;
    background: var(--primary);
    color: white;
    font-size: 18px;
    transition: .5s ease;
}

form.contact button:hover {
    transform: scale(1.05);
}

.newcountrycode.d2 select {
    border: 0;
    width: 56px;
    border: 0;
    padding: 0px 19px;
}

.newcountrycode.d2 .phone-field {
    border: 0;
    padding: 0;
}

.newcountrycode.d2 {
    padding: 1rem;
    border: 1px solid #555555;
    border-radius: 5px;
    width: 100%;
    height: 54px;
}

/* Dropdown */

.has-child {
    /* position: relative; */
    z-index: 1;
}

.dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    display: none; 
    background: white;
    padding: inherit;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 4%), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    padding: 30px 0;
    left: 0;
}
.dropdown .wrap .content {
    display: flex;
    gap: 5rem;
    flex-shrink: 0;
}
.dropdown .wrap {
    display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: center;
}
.dropdown.no-span {
    width: 450px;
}

.dropdown .dropdown {
    left: 100%;
    top: 0;
}

.dropdown ul li a {
    font-size: 18px;
    line-height: 22px;
    color: #333;
    width: 100%;
}

.dropdown ul {
    display: flex;
    background: #fff;
    flex-direction: column;
    gap: 2rem;
}

.dropdown li {
    display: flex;
    align-items: center;
    transition: .5s ease;
}



.dropdown li:hover a {
    color: var(--primary);
}

.chev.rotate {
    transform: rotate(180deg);
}

.chev {
    transition: .5s ease;
    font-size: 14px;
}

/* Dropdown CSS*/



.case-card {
    border: 1px solid #3E00C2;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.case-card img {
    width: 100%;
    border-radius: 10px;
    transition: .5s ease;
}

.case-card .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #333;
}

.case-card .content h3 {
    font-size: 24px;
}

.case-card .content .tags {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
}

.case-card .content .tags span {
    padding: 10px;
    border-radius: 100px;
    background: var(--primary);
    color: white;
    font-size: 12px;
}

.case-card .content a {
    display: flex;
    gap: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
}

.case-card .content a span {
    width: 40px;
    height: 40px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100%;
}

.case-card .img {
    border-radius: 10px;
    overflow: hidden;
}

.case-card:hover img {
    transform: scale(1.05);
}

.case-card a:hover i {
    transform: rotate(45deg);
}

.case-card a i {
    transition: .5s ease;
}

.imgs {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.imgs span img {
    width: 80px;
    height: 50px;
    object-fit: contain;
}

.imgs span {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.bg-light{
    padding: 0 2rem;
    background: #f2f2f2 !important;
    border-radius: 20px;
}


ul.result li span b {
    font-size: 16px;
    display: inline;
}

ul.result {
    display: inline-flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 1rem;
    list-style: disc;
}


.number-card.d2 {
    padding: 30px;
}

.number-card.d2 h3 {
    font-size: 22px;
}


.port-card {
    width: 100%;
    overflow: hidden;
}

.port-card a,.port-card img {
    width: 100%;
}



form.cust-form {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 30px;
    border-radius: 15px;
}

form.cust-form span.heading {
    font-size: 35px;
    font-weight: 700;
    /* text-align: center; */
    line-height: normal;
}
form.cust-form p {
    color: #999999;
}
form.cust-form b {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #1A1A1A;
}
form.cust-form span.heading span {
    color: #00FF55;
}

form.cust-form .input input,form.cust-form .input select {
    padding: 12px;
    width: 100%;
    border-radius: 100px;
    border: 1px solid #9D9D9D;
    background: transparent;
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    position: relative;
}

form.cust-form button {
    background: #000000;
    color: #fff;
    border: 0;
    padding: 20px;
    border-radius: 100px;
    font-size: 18px;
}

form.cust-form .input input::placeholder {
    color: #333;
}

.cust-cols {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    border-radius: 20px;
    background: white;
    box-shadow: 2px 28px 64px 0px rgba(0, 0, 0, 0.11);
}


.column.contact-details ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.column.contact-details {
    background: #FFE59F;
    border-radius: 15px;
    padding: 30px 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.column.contact-details ul a, .column.contact-details ul li p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    display: flex;
    gap: 1rem;
    line-height: normal;
}

.column.contact-details img {
    margin: 0 auto;
    display: flex;
}

.column.form {
    background: #002333;
    padding: 30px;
    border-radius: 15px;
    color: white;
}

.column.form h3 {
    font-size: 28px;
}

.column.form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.column.form p {
    line-height: normal;
}

.column.form .input input, .column.form .textarea textarea {
    padding: 14px 20px;
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 100px;
    color: white;
}

.column.form .textarea textarea {
    border-radius: 20px;
}

.column.form button {
    padding: 14px;
    background: #00FF84;
    border-radius: 100px;
    border: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.dropdown span.heading {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
}

.dropdown a:not(.theme-btn) {
    display: block;
    margin-bottom: 1rem;
    color: #555555;
}
.dropdown a{
    font-size: 16px;

}
.dropdown a.theme-btn:hover{
color: #000 ;
}
.header-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 0;
    flex-shrink: 0;
}

.header-image .btn-wrap {
    position: absolute;
    z-index: 0;
    bottom: 0;
}


form.cust-form .input.select:after {
    content: "\f078";
    font-family: var(--icon);
    font-size: 16px;
    position: absolute;
    right: 16px;
    width: 20px;
    height: 20px;
    /* top: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.input.select {
    position: relative;
    display: flex;
    align-items: center;
}

footer .contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    
}

footer .contact a,footer .contact p {
    margin: 0;
    line-height: normal;
    display: flex;
    gap: 10px;
    color:#000;
}


.social-wrap {
    display: flex;
    gap: 1rem;
    
}
 
.social-wrap a {
    font-size: 16px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #1e273c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.social-wrap a:hover {
    color: var(--primary);
}


.floating_widget_link {
    padding: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 0 4px 4px 0;
    border-left: medium none;
    box-shadow: 0 5px 17px -3px rgba(0, 0, 0, .12);
    transform: translateX(-5%);
    opacity: 1;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: auto;
    background-color: #fff;
    text-align: center;
    max-width: 120px;
    cursor: pointer;
    z-index: 1020;
    margin-top: auto;
    bottom: 0;
    height: 165px;
    display: inline-block;
    position: fixed;
    top: 0;
    color:#333 !important;
}

.floating_widget_link:hover {
    transform: translateX(0);
    box-shadow: 0 4px 16px -2px rgba(0, 0, 0, .15)
}

.numbers {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 6px;
}

.number_big {
    font-weight: 600
}

.number_small {
    color: #000000cc;
    font-size: 12px
}

.ratingStars {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}

.ratingStars img {
    width: 100%
}

.subheading {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 8px
}

.subheading_small {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}

.subheading_big {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}

.floating_footer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 5px;
    border-top: 1px solid #ccc
}

.reviewsLogo {
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 5px;
}



.counter li .counter-box {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px dashed var(--primary);
    border-radius: 100%;
    gap: 10px;
    text-align: center;
    background: white;
}

ul.counter {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    z-index: -1;
}
.counter li .counter-box .count {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary);
}

.counter li .counter-box p {
    color: #555;
    line-height: normal;
    font-size: 16px;
}

ul.counter::before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px dashed var(--primary);
    height: 1px;
    overflow: inherit;
    z-index: -1;
}




section.dark-bg {
    background: #131921;
    margin: 0 1rem;
    border-radius: 20px;
}
.service-slider .slick-slide {
    margin: 0 15px;
}
.service-card {
    background: white;
    border-top: 15px solid var(--primary);
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 420px;
    align-items: start;
    position: relative;
}
.service-card .btn-wrap {
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin: 0;
}
.btn-wrap .theme-btn.sm {
    padding: 10px 20px;
    border-radius: 10px;
}

.service-card h3 {
    font-size: 22px;
    letter-spacing: -1px;
}

.service-card p {
    color: #555;
    line-height: normal;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
  }
  
  .slick-slide {
    margin: 0 15px;
  }
  
  .slick-dots {
    padding: 50px 0 0;
    text-align: center;
  }
  
  .slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
  }
  
  .slick-dots li button:before,
  .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
  }
  
  .slick-dots li button {
    height: 10px;
    width: 100px;
    border-radius: 100px;
    padding: 0px;
    background: #dddddd;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
  }
  
  .slick-dots li.slick-active button {
    background: var(--primary);
  }
  
  .cta{
    margin-bottom: 50px !important;
  }
  .cta-img img {
    /* position: absolute; */
    top: 20px;
    right: 0;
    }

    .cta-img {
        /* position: relative; */
        text-align: end;
    }



    .icon-card h3::after {
        content: "";
        position: absolute;
        width: 92px;
        background: var(--primary);
        height: 4px;
        left: 0;
        bottom: -16px;
        display:none;
    }

    .testimonial-card {
        border-radius: 15px;
        background: white;
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: 100%;
    }
    
    .testimonial-card .upper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .testimonial-card .upper .client {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .testimonial-card .bottom p {
        color: #555;
        line-height: 26px;
    }


    .footer-form h3 {
        font-size: 30px;
        line-height: normal;
        color: white;
    }
    
    .footer-form {
        border-radius: 20px;
        border: 2px dashed var(--primary);
        padding: 40px;
    }
    
    .footer-form .input input {
        padding: 10px;
        width: 100%;
        border-radius: 10px;
        border: 0;
    }
    
    .footer-form form {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-form button {
        padding: 10px;
        border: 0;
        border-radius: 10px;
        background: var(--primary);
        color: white;
        font-weight: 500;
        min-height: 45px;
    }


    .service-card.card {
        padding: 50px;
        min-height: auto;
        height: 100%;
    }

    h1.banner-heading.center {
        text-align: center;
    }
    
    p.banner-text.center {
        text-align: center;
    }
    
    p.trustpilot.center {
        justify-content: center;
    }

    .mainBanner.inner {
        padding-bottom: 100px;
    }

    .image-card {
        box-shadow: 15px 15px 40px #1350c026;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        border-radius: 15px;
    }
    
    .image-card .content {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0 20px 20px;
    }
    
    .image-card .content h3 {
        font-size: 30px;
        font-weight: 600;
        position: relative;
        margin-bottom: 1rem;
    }
    
    .image-card .content p {
        color: #555;
        line-height: 30px;
    }
    
    .image-card .content h3:after {
        content: "";
        position: absolute;
        width: 92px;
        background: var(--primary);
        height: 4px;
        left: 0;
        bottom: -16px;
    }

    .cta .sec-heading h2 {
        font-weight: 600;
        font-size: 42px;
    }
    
    .cta .sec-heading h2 span {
        color: var(--primary);
    }

@media (max-width:1399px){
    .icon-card{
        min-height: 410px;
    }
    .footer-form{
        padding: 20px;
    }
    .footer-form h3 {
        line-height: 1.2;
    }
    .footer-cta .phone{
        font-size: 20px;
    }
    .footer-cta span{
        font-size: 17px;
    }
}    
@media (max-width:1300px){
    
    .ban-img {
        display: none;
    }
    
    a.floating_widget_link {
        display: none;
    }
    
    .banner-form form {
        margin-top: 1rem;
    }
    
    .cta-img {
        display: none;
    }
    
    .sec-heading p {
        margin-bottom: 0;
    }
    
    section.cta {
        padding: 30px;
    }
}
@media (max-width:1200px){
    .icon-card{
        padding: 10px 10px;
    }
    .dropdown {
        position: relative;
        padding: 1rem !important;
        border-top: 1px solid #ddd;
    }
    
    .dropdown .wrap {
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }
    
    .dropdown .wrap .header-image {
        display: none;
    }
    
    .dropdown .wrap .content {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    
    .dropdown .wrap .content .heading {
        display: none;
    }
    
    .dropdown a {
        border-bottom: 1px solid #ddd;
        width: 100%;
    }
    
    .dropdown a {
        padding: 14px;
        margin: 0 !important;
    
    }
    header{
        padding:1rem 0
    }
    .btns{
        margin:1.5rem 0
    }
    .form-head .form-heading{
        white-space:normal;
        font-size:20px
    }
    .form-head{
        padding:1rem
    }
    a.header-btn{
        padding:15px 20px!important;
        margin-bottom:0!important;
        display:flex!important;
        gap:5px!important;
        align-items:center
    }
    .menuWrap .menu:first-child{
        padding-left:0;
        width:100%
    }
    img{
        max-width:100%;
        height:auto
    }
    .menu-Bar{
        display:block;
        top:0
    }
    .menuWrap{
        position:fixed;
        left:-210%;
        top:0;
        bottom:0;
        margin:auto;
        background:#fff;
        height:100vh;
        display:flex;
        align-items:center;
        flex-flow:column;
        transition:all .4s ease;
        z-index:3;
        width:70%;
        overflow-y:auto;
        box-shadow:0 4px 6px -1px rgb(0 0 0 / 10%),0 2px 4px -1px rgb(0 0 0 / 6%);
        justify-content:space-between;
        padding-bottom:50px
    }
    ul.menu>li{
        display:flex;
        justify-content:center;
        gap:5px;
        border-bottom:1px solid #ddd;
        padding:0;
        flex-direction:column
    }
    ul.menu>li>a{
        margin-bottom:10px;
        padding:0;
        display:block;
        text-align:center;
        margin-bottom:15px;
        padding-right:0;
        margin-right:0;
        color:#fff;
        font-size:15px;
        text-transform:capitalize
    }
    .container{
        position:relative
    }
    header .main-header ul.menu>li>a{
        color:#333;
        width:100%;
        text-align:left;
        margin:0;
        display:flex;
        justify-content:space-between;
        padding:1rem
    }
    header .main-header ul.menu>li>a:before{
        display:none
    }
    .contact-wrap{
        gap:1rem;
        margin-top: -25%;
    }
    header .contact-wrap li{
        border-bottom:0
    }
    header .contact-wrap li a span{
        display:block!important
    }
    .top-bar a span {
        font-size: 12px;
    }

    .menuWrap.open {
        left: 0;
    }
    .menu-Bar.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 12px;
        transform-origin: right-center;
    }
    
    .menu-Bar.open span:nth-child(2) {
        width: 0;
        opacity: 0;
    }
    
    .menu-Bar.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 12px;
        transform-origin: right-center;
    }

    h1.banner-heading {
        font-size: 50px;
    }
}
@media (max-width :1025px){
    .btn-wrap .theme-btn{
        font-size:16px;
        padding:15px
    }
    .counter-wrap {
        padding: 20px;
    }
}
@media (max-width :1023px){
    .floating_widget_link {
        display: none;
    }
    
    .pkg-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .portfolio-wrap{
        grid-template-columns:repeat(2,1fr)
    }
    section.cta-sec{
        background:linear-gradient(180deg,#0f2f5a 0,#0f2b4e 25%,#102642 50%,#122236 75%,#131d2a 100%);
        text-align:center
    }
    section{
        padding:2rem 0
    }
    .banner-img{
        display:none
    }
    .banner-content{
        padding:40px 0 80px
    }
 
    .package::before {
        width: 100px;
        height: 100px;
        top: -35px;
    }
    
    .process-wrap .process-card img {
        width: 100px;
    }
    
    .process-wrap .process-card span {
        font-size: 16px;
    }
    
    .process-wrap .process-card:before {
        content: none;
        display: none;
    }
    .ban-img {
        display: none;
    }

    .cust-cols {
        grid-template-columns: 1fr;
    }
    
    .column.contact-details img {
        display: none;
    }
    
    .column.contact-details {
        padding: 20px;
    }
    
    .column.form {
        padding: 20px;
    }
    
    .column.contact-details ul {
        gap: 1rem;
    }

    ul.counter {
        justify-content: center;
        gap: 1rem;
    }
    
    ul.counter::before {
        content: none;
    }
    
    .cta-img {
        display: none;
    }
    
    .sec-heading h2 br {
        display: none;
    }
    
    h2.aos-init.aos-animate {}
}
@media (max-width :992px){
    .row.reverse {
        flex-direction: column-reverse;
    }
}
@media (max-width:991px){
    .icon-card{
        min-height:auto;
    }
}
@media only screen and (min-width :280px) and (max-width :767px){
    
    .finesttestimonial .testwrap .wrap h6 {
        font-size: 16px;
        line-height: 1.4;
    }
    .finesttestimonial .testwrap .cir {
        margin-bottom: 15px;
    }
    .testboxes {
        padding-top: 0
    }

    .finesttestimonial .testwrap .item {
        margin: 25px 0 15px;
        padding: 25px 20px
    }

    .finesttestimonial .testwrap .item:before {
        width: 100%;
        height: 100%;
        top: 0
    }
    .service-card {
        min-height: 500px;
    }
    h1.banner-heading span {
        padding: 5px;
    }
    h1.banner-heading span {
        padding: 5px;
    }
    
    .mainBanner.contact{
        min-height: auto;
    }
    .cust-cols {
        background: transparent;
        padding: 0;
        box-shadow: none;
    }
    .contact-wrap{
        margin-top: 0;
    }
    .subtitle{
        font-size: 20px;
    }
    header{
        padding:1rem 0
    }
    .banner-content{
        padding:20px 0 20px
    }
    h1.banner-heading{
        font-size:28px;
        line-height:36px;
        margin-bottom:1rem;
        letter-spacing: 0;
    }
    p.banner-text{
        max-width:100%;
        font-size:16px;
        line-height:25px
    }
    .btn-wrap{
        flex-direction:column;
        margin-bottom: 1rem;
    }
    .btn-wrap a{
        width:100%;
        text-align:center
    }
    .banner-img{
        display:none
    }
    .sec-heading h2{
        font-size:26px;
        line-height:34px
    }
    .sec-heading p{
        font-size:16px;
        line-height:26px
    }
    .copyright{
        flex-direction:column;
        gap:12px
    }
    header .contact-wrap a img{
        width:30px!important;
        height:30px;
        flex-shrink:0;
        display:flex;
        aspect-ratio:1/1
    }
    header .contact-wrap .theme-btn span{
        display:none
    }
   
    section{
        padding:1rem 0
    }
    .accordion-list li{
        padding:10px
    }
    .accordion-list li h3{
        font-size:1rem
    }
    .fancybox-content{
        padding:20px
    }

    .why-us-card {
        padding: 20px;
    }
    
    .why-us-card h3 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .why-us-card p {
        font-size: 16px;
    }
    
    .cta {
        padding: 20px;
    }
    
    form.lead-form {
        padding: 20px;
    }
    
    form.lead-form .field label, form.lead-form .field .label {
        font-size: 14px;
        line-height: 24px;
    }
    
    .newcountrycode .countrycode {
        padding: 0;
        width: 60px !important;
    }
    .process-wrap {
        grid-template-columns: 1fr;
    }
    .process-wrap .process-card::before {
        display: none;
    }
    ul.check-list li {
        display: flex;
    }
    
    .package::before {
        display: none;
    }
    
    ul.accordion-list li h3:after {
        width: 40px;
        height: 40px;
    }

    span.elem {
        display: none;
    }
    
    .banner-content .wrap:after {
        display: none;
    }
    
    .banner-content .wrap {
        padding: 20px;
        min-height: auto;
        text-align: center;
        justify-content: center;
    }
    
    .banner-content .wrap .btn-wrap {
        margin-bottom: 0;
    }

    .phone {
        font-size: 1rem;
    }
    
    .cta {
        text-align: center;
    }
    
    ul.tabs a {
        font-size: 14px;
    }
    
    ul.tabs {
        gap: 10px;
    }
    
   
    .sec-heading h3 {
        font-size: 20px;
    }
    
    ul.heading-list li h4 {
        font-size: 18px;
    }
    

    
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .pckg {
        padding: 16px;
    }
    
    .pckg .btn-wrap {
        margin-bottom: 0;
    }
    
   
    .arrows {
        display: none;
    }
    
    .btn-wrap .theme-btn {
        margin: 0;
    }
    
    .copyright .copy {
        margin: 0;
    }
    
    .copyright .copy p {
        margin: 0;
    }
    
    .copyright .copy {
        padding: 1.5rem 0;
        text-align: center;
        justify-content: center;
    }
    
    .copyright {
        margin-top: 2rem;
    }
    .marquee ul li {
        font-size: 20px;
        font-weight: 500;
    }
    .icon-card {
        min-height: auto;
        padding: 20px;
        gap: 10px;
    }
    
    .icon-card h3 {
        font-size: 20px;
    }
    .banner-content .wrap.no-after > img {
        display: none;
    }
    .counter {
        font-size: 40px;
        justify-content: center !important;
        margin-bottom: 1rem;
    }
    
    .mainBanner:after {content: none;}
    
    .ban-img {
        display: none;
    }
    
    p.trustpilot {
        justify-content: center;
        flex-direction: column;
        margin: 0;
    }
    
    .mainBanner:before {
        width: 100%;
    }
    .mainBanner{
        min-height: auto;
    }
    .banner-form form {
        margin-top: 0;
    }
    
    ul.counter::before {
        content: none;
    }
    
    .cta-img {
        display: none;
    }
    
    section.cta .sec-heading {
        margin-bottom: 0 !important;
    }
    
    section.cta .sec-heading p {
        margin-bottom: 0;
    }
    
    .dark-bg {
        margin: 0;
    }
    
    section.cta {
        margin-bottom: 0 !important;;
    }
    
    .testimonial-card .upper {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    
    .footer-form h3 {
        font-size: 25px;
    }
    
    .footer-form h3 br {
        display: none;
    }
    
    .footer-form {
        padding: 20px;
    }


    .slick-dots {
        padding: 20px 0 0 !important;
    }
    
    .slick-dots li button {
        width: 20px;
    }
}