:root {
    --primary2: #D00046;
    --secondry2: #313131;
    --primary32: #0077B6;
    --secondary: #03045E;
    --bg-light: #2a3e812b;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --text-color: #707070;
    --font-heading: "Poppins", sans-serif;
    --font-accent: "Inter", sans-serif;
    --font-body: "Inter", sans-serif;
    --icon: "Font Awesome 6 Pro", sans-serif;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--white);
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #293d80;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    display: block;
    font-weight: 600;
    color: #001F2F;
    font-size: 1.25rem;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

ol,
ul {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    font-family: var(--font-body);
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}

.header-top {
    background: var(--dark);
    padding: 10px 0px;
}

.navtop {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.navtop a {
    color: var(--white);
}

a:hover {
    color: var(--primary2);
}

.theme-btn {
    border: 1px solid;
    border-color: var(--primary2);
    background: var(--primary2);
    color: var(--white);
    padding: 7px 20px !important;
    border-radius: 5px;
    transition: .1s ease;
    width: 100%;
    height: 55px;
    line-height: 39px;
}

.theme-btn:hover {
    background: var(--secondry2);
    color: var(--white);
    transition: .1s ease;
}

.pulseanimate {
    animation: highlight 2s infinite;
    width: 100%;
    height: 55px;
    line-height: 40px;
}

.nav-top {
    background: var(--secondry2);
    padding: 10px;
}

.contact_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.contact_flex a {
    color: var(--white);
}

.logo_nav .logo img {
  width: 150px;
  padding-top: 20px;
}

.home_banner {
    margin-top: 20px;
    background: url(../images/home-bannner1.webp) top center / cover no-repeat, #1c212b;
    position: relative;
    padding: 5rem 0 5rem;
    min-height: 600px;
    display: flex;
    align-items: center;
    height: auto;
    /* top: -62px; */
}

.logo_nav {
    position: relative;
    z-index: 1;
}

.logo_nav .logo {
    position: absolute;
}

section {
    padding: 3rem 0;
}

.home_banner h1 {
    color: #001F2F;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 2.5rem;
}

.theme-color {
    color: var(--primary2);
}

.home_banner p {
    color: #707070;
    font-size: 16px;
}

.home_banner ul {
    list-style: none;
    padding: 0;
}

.home_banner ul.listStyle li:before {
    content: none;
}

.home_banner ul.listStyle li {
    display: inherit;
}

.home_banner ul li i {
    color: var(--primary2);
    margin-right: 5px;
}

.home_banner ul li {
    font-size: 20px;
    line-height: 40px;
    color: #707070;
}

.theme-btn.btn2 {
    background: transparent;
    color: var(--primary2);
}

.btn_flex {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.theme-btn.btn2:hover {
    background: var(--primary2);
    color: var(--white);
}

.logo_slider_sec {
    background: #f5f5f5;
    padding: 15px 0;
}

.logo_slider_sec .banner_slider .item {
    padding: 20px 0;
}

.apply_text h2 {
    border-right: 2px solid var(--primary2);
    padding-right: 2rem;
    margin: 0
}

.blink {
    animation: blink1 2s cubic-bezier(0.4, 0, 1, 1) infinite;
    font-weight: 600;
}

@keyframes blink1 {

    0%,
    100% {
        color: var(--black);
    }

    50% {
        color: var(--primary2);
    }
}


.iconCard {
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 1rem 1rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.iconCard.simple,
.iconCard.minitoringBox {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    min-height: auto;
    padding: 0;
    padding-left: 12px
}

.iconCard.minitoringBox {
    min-height: 19rem
}

.iconCard .icn {
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    margin-bottom: 10px;
    column-gap: 15px;
}

.iconCard .icn .circle {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    background: var(--primary2);
    border-radius: 100px;
    margin: 0 0 -2rem 2rem
}

.iconCard .icn img {
    width: 70px
}

.iconCard h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .8rem;
    width: 60%
}

.iconCard span.h3 {
    font-size: 22px;
    color: #001F2F;
    margin-bottom: 0;
}

.iconCard p {
    margin: 20px 0;
    min-height: auto;
    color: #707070;
}

.iconCard.servBeniBox {
    min-height: 34rem
}

.iconCard.servBox h3 {
    width: auto
}

.slick-current+.slick-active .iconCard.servBox {
    background: var(--primary2)
}

.slick-current+.slick-active .iconCard.servBox p {
    color: var(--black)
}


.btn-one {
    background: var(--primary2);
    color: var(--white);
    border: 0;
    border-radius: 5px;
    display: inline-block;
    padding: 12px 15px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s ease;
}

.btn-one:hover,
.btn-one:focus {
    background: var(--secondry2) !important;
    color: var(--white);
    transition: .3s ease;
}

.btn-one-rev {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 12px 15px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s ease;
}

.btn-one-rev:hover,
.btn-one-rev:focus {
    background: var(--primary2);
    color: var(--white);
    transition: .3s ease;
}

.blueBg {
    background: #f5f5f5;
}

.iconBox {
    background: var(--white);
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 2rem;
    position: relative;
    margin-bottom: 1.5rem;
    min-height: 18rem;
}

.iconBox.simple,
.iconBox.minitoringBox {
    background: #f5f5f5;
    box-shadow: none;
    min-height: auto;
    padding: 10px 20px;
    border-radius: 10px;
}

.iconBox.minitoringBox {
    min-height: 19rem;
}

.iconBox .icn {
    position: relative;
    margin-bottom: 1rem;
    display: table;
}

.iconBox .icn .circle {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    background: var(--primary2);
    border-radius: 100px;
    margin: 0 0 -2rem 2rem;
}

.iconBox .icn img {
    width: 70px;
}

.iconBox h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    width: 60%;
}

.iconBox p {
    margin: 0;
}

.ctaSec {
    background: url(../images/banner/banner-1.jpg) center/cover no-repeat;
}

.ctaSec h2 {
    font-size: 2.325rem;
    font-weight: 800;
    color: var(--white);
    margin: 0;
}

.ctaSec h2 small {
    display: block;
    font-size: 2rem;
    font-weight: 500;
}

.ctaSec .btnWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.packgStyle {
    background: #EDEDF3;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, .0901960784);
    border-radius: 10px;
    padding: 2.5rem 1rem 1rem;
    position: relative;
    text-align: center;
}

.packgStyle.small {
    padding-top: 0
}

.packgStyle.small .title {
    padding: 2rem 1rem;
    margin: 0 -1rem 1.5rem;
    background: var(--primary2);
    border-radius: 8px
}

.packgStyle.small .title h3 {
    font-size: 1.375rem;
    font-weight: 500;
    margin: 0
}

.packgStyle.small .featuredList {
    min-height: 6rem
}

.packgStyle .tag {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary2);
    padding: 6px 2rem;
    border-radius: 4px;
    width: 58%
}

.packgStyle .tag p {
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    margin: 0
}

.packgStyle h3 {
    font-size: 1.5rem;
    font-weight: 700
}

.packgStyle h2 {
    font-size: 2.8rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center
}

.packgStyle h2 i {
    font-size: 2.4rem
}

.packgStyle h2 del {
    font-size: 2rem;
    color: var(--primary2);
    margin-right: .8rem
}

.packgStyle h2 span {
    font-size: 1rem;
    font-weight: 300;
    margin-left: 10px
}

.packgStyle .featuredList {
    background: #ffffff;
    border: 1px solid #e3e7e9;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1.25rem;
    text-align: left;
    height: 259px;
    overflow-y: scroll;
}

.sequenceFormSec .packgStyle .featuredList {
    min-height: 26rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem
}

.listStyle li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.listStyle li:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icons/check.webp) top left/100% no-repeat;
}

.packgStyle:hover .listStyle li:before {
    filter: brightness(1)
}

.packgStyle .featuredList h4 {
    font-size: 1.375rem;
    margin-bottom: 1.5rem
}

.packgStyle:hover,
.packgStyle.selected,
.packgStyle:hover .featuredList,
.packgStyle.selected .featuredList {
    background: white
}

.packgStyle:hover *,
.packgStyle.selected * {
    color: black
}

.packgStyle:hover .featuredList,
.packgStyle.selected .featuredList {
    border-color: var(--primary2)
}

.packgStyle:hover .listStyle li img {
    filter: brightness(1)
}

.packgStyle:hover .btn-one,
.packgStyle.selected .btn-one {
    background: var(--primary2);
    color: var(--white);
}

.packgStyle:hover .btn-one span,
.packgStyle.selected .btn-one span {
    color: var(--black)
}

.screenBg {
    background: #f5f5f5;
}

.linkStyle {
    display: inline-block;
    margin-top: 1.5rem;
    color: var(--black);
    font-size: 1.125rem;
    font-weight: 500;
    position: absolute;
    bottom: 2rem;
}

.linkStyle:hover {
    color: var(--primary2);
}

.slick-active a.linkStyle {
    color: var(--white);
}

.slick-dots li {
    width: 1rem;
    /* height: 5px; */
    background: var(--primary2);
    margin: 0 3px;
    transition: ease all 0.5s;
}

.slick-dots li.slick-active {
    background: var(--white);
    width: 65px;
}

.slick-dots li button,
.slick-dots li button:before {
    width: 100%;
    height: 100%;
    padding: 0;
}

.slick-current+.slick-active .iconBox.servBox {
    background: var(--primary2)
}

.slick-current+.slick-active .iconBox.servBox p {
    color: var(--white)
}

.slick-current+.slick-active .iconBox.servBox h3 {
    color: var(--white)
}

.slick-current+.slick-active .linkStyle:hover {
    color: var(--black)
}

.stateBoxRow {
    display: flex;
    flex-direction: column;
    gap: 1.5rem 0;
}

.statsBox {
    background: var(--primary2);
    border-radius: 6px;
    padding: 2rem 1rem;
    text-align: center;
}

.statsBox h2 {
    color: var(--white);
}

.statsBox p {
    margin: 0;
    font-size: 1.125rem;
    color: var(--white);
}

.testimonialSec {
    background: #313131;
}

.testimonialItem {
    background: var(--white);
    border-radius: 1rem;
    padding: 2.5rem;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.testimonialItem .img {
    width: 12rem;
    text-align: center;
}

.testimonialItem .img img {
    width: 100%;
}

.testimonialItem .img .h5 {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 10px 0 4px;
    color: var(--black);
}

.testimonialItem .img span {
    font-size: 1rem;
}

.testimonialItem .content {
    width: 85%;
}

h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #001F2F;
    margin-bottom: 1rem;
}

.accordionStyle .accordion-item {
    margin-bottom: 1.25rem;
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}

.accordionStyle .accordion-item .accordion-button {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 1.3rem;
    background: #f9f9f9;
    border: 0;
    box-shadow: none;
    color: #001f2f;
}

.accordionStyle .accordion-item .accordion-button[aria-expanded="true"] {
    background: var(--secondry2);
    color: var(--white);
}

.accordionStyle .accordion-item .show .accordion-body {
    background: var(--secondry2);
    padding: 1.5rem 2rem;
}

.accordionStyle .accordion-item .accordion-body p {
    color: var(--white);
    margin: 0;
}

.accordionStyle .accordion-item .accordion-body p+p {
    margin-top: 1rem;
}

footer {
    background: #313131;
    padding: 1em 1em 0 1em;
}

footer h4 {
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px 0;
    color: var(--white);
}

footer .links li a {
    text-transform: capitalize;
    color: rgb(252 252 252 / 70%);
    font-size: 15px;
    padding: 4px 0;
    display: inline-block;
}

footer .contInfo {
    display: flex;
    gap: 3rem;
    margin: 2.5rem 0 1.5rem;
}

ul {
    list-style: none;
}

footer .contInfo li a {
    position: relative;
    color: rgb(252 252 252 / 70%);
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-items: center;
}

footer .contInfo li a .fa-solid {
    color: var(--primary2);
}

footer .links li a:hover,
footer .links li a:focus {
    color: var(--primary2);
}

footer .socialList a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    text-align: center;
    background: var(--primary2);
    border-radius: 100px;
}

.copyRight {
    border-top: 1px solid #2c2c2c;
    padding: 1em 0;
    margin-top: 2em;
}

.copyRight p {
    margin: 0;
    color: rgb(252 252 252 / 70%);
    font-size: 15px;
}

.copyRight .links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.copyRight .links li {
    color: rgb(252 252 252 / 70%);
    line-height: 1;
}

.ready_to_call {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    animation: blink_btn 2s infinite;
    z-index: 9999;
}

.ready_to_call img {
    width: 12%;
}

.ready_to_call a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .ready_to_call {
        display: flex;
    }
}

@keyframes blink_btn {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@keyframes highlight {
    0% {
        box-shadow: 0 0 5px #0b3064;
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 20px #0b3064;
        transform: scale(1.05);
    }

    100% {
        box-shadow: 0 0 5px #0b3064;
        transform: scale(1);
    }
}

/* popup */
.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    backdrop-filter: blur(10px);
}

.popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 530px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width: 97%;
    max-height: 90vh;
    overflow-y: auto;
}

.mmpopup {
    text-align: center;
    background: #f8f8f8;
    padding: 45px 25px 25px;
}

.mmpopup .formpop {
    width: 100%;
    margin: 24px auto;
}

/* .mmpopup .fld-input {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #D1D5DB;
    overflow: hidden;
} */

.mmpopup .centercont h3 {
    font-size: 38px;
    color: #141515;
    margin-bottom: 10px;
}

.mmpopup .centercont h4 {
    font-size: 20px;
    color: #566060;
    margin-bottom: 15px;
}

.mmpopup .centercont h4 span {
    color: #86cb92;
}

.mmpopup .centercont h4 span span {
    display: none;
}

.mmpopup .centercont p {
    color: #333;
    font-size: 14px;
    margin-bottom: 120px;
    line-height: 20px;
}

.closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 100px;
}

.closeico i {
    background: url(../images/e-remove.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.closeico i:before {
    display: none;
}

.closeico1 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
}

.closeico1 i {
    background: url(../images/home/e-remove.html) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    max-width: 390px;
    margin: auto;
    display: block;

    position: relative;

}

.mmpopup .centercont ul {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 27px 49px 27px 24px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
}

.mmpopup .centercont ul li {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px;
}

.mmpopup .centercont ul li.last {
    padding-bottom: 0;
}

.mmpopup .centercont ul li i {
    color: #ff533e;
    border: 1px solid;
    border-radius: 100px;
    margin-right: 8px;
    font-size: 10px;
    padding: 3px;
}

.mmpopup .centercont h4 {
    font-size: 35px;
    color: #0085ff;
}

.mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff;
}

.mmpopup .centercont h3 span {
    display: block;
    margin: 0 30px;
    /* font-size: 30px; */
    color: #000;
    /* font-family: 'CenturyGothic'; */
    font-weight: 700;
    /* line-height: 33px; */
    font-size: 36px;
    line-height: 120%;
    color: #3A3D40;
}

.mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 60px;
}

/* 
.fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    background-color: #fff;
    width: 354px;
    height: 66px;
    margin-bottom: 20px;
}

.fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #EEEEEE;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: 'Inter';
}

.fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
} */

.fld-input {

    /* background-color: #fff;
    width: 354px;
    height: 66px; */
    margin-bottom: 20px;
}

.fld-input input {
    width: 100%;
    /* height: 100%; */
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #EEEEEE;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: 'Inter';
    height: 66px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
}

.fld-input select {
    width: 100%;
    /* height: 100%; */
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #EEEEEE;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: 'Inter';
    height: 66px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    color: #707070;
}

.mmpopup .fld-input .error {
    width: 100%;
    text-align: left;
    color: red;
}

.fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
}

.fld-btn button {
    border-radius: 5px;
    background-color: var(--primary2);
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    cursor: poRoboto;
    transition: 0.5s;
    font-family: 'Inter';
    height: 59px;
    cursor: pointer;
    border: 0;
}

.fld-btn button i {
    padding-left: 12px;
}

.fld-btn button:hover {
    transform: scale(1.03);
}


.pack-main:hover p {
    color: #fff;
}

.trust-img {
    width: 35%;
}