
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.p0{
    padding:0px !important;
}

h3,h4,h5,h6,p,a,li,span,button{
       font-family: "Poppins", sans-serif;
    margin:0 !important;
}
h1,h2{
       font-family: "Poppins", sans-serif;
      margin:0 !important;

}
div:focus{
    outline: 0;
}
img:focus{
    outline:0;
}
img:focus:focus-visible{
    outline: 0;
}

body {
       font-family: "Poppins", sans-serif;

    overflow-x: hidden;
    /* background: #040406; */
}
a{
    text-decoration: none !important;
}

section {
    float: left;
    width: 100%;
}


.header-main-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

section.m-header {
    position: absolute;
    top: 20px;
    z-index: 2;
}

.copy-sec .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-sec .col-sm-12 .privacy-txt {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.privacy-txt a {
    color: #fff;
    font-size: 15px;
}

.copy-sec .col-sm-12 p {
    color: #fff;
}

.copy-sec {
    padding: 15px 0;
    background: #001B66;
}




section.banner-sec {
    padding: 130px 0 80px;
    text-align: center;
    background: #eee;
}

section.banner-sec h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

section.banner-sec h1 {
    font-size: 60px;
    font-weight: 700;
    color: #001b66;
    line-height: 72px;
}

section.banner-sec h4 {
    font-size: 29px;
    line-height: normal;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 10px;
}

section.banner-sec h3 {
    font-size: 26px;
    color: #001b66;
}

.orng {color: #f16610;}

.btn-st a {
    border: 1.5px solid #dddddd00;
    border-radius: 12px;
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

.btn-st {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    margin-top: 20px;
}

.btn-1 {
    background: #f45e2b;
}

.btn-2 {
    background: #001b66;
}

.client-bnr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    margin-top: 40px;
}

.client-bnr p {
    width: 16%;
    font-size: 18px;
    color: #001b66;
    line-height: 20px;
}

.client-bnr p b {
    font-size: 36px;
    font-weight: 500;
}

.client-bnr p span {
    font-size: 30px;
}

.client-bnr p:last-child {
    display: flex;
    align-items: center;
}

.client-bnr p {
    display: flex;
    align-items: center;
    gap: 0 5px;
    justify-content: center;
}


.inner-sec2 {
    background-color: #e0d6ff;
    padding: 70px 0;
}

.hd-txt h4 {
    color: #001b66;
    font-size: 16px;
}

.hd-txt h2 {
    font-size: 36px;
    font-weight: 600;
    padding-top: 20px;
}

.inner-sec2 ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin: 50px 0 0 0;
}

.inner-sec2 ul li {
    font-size: 18px;
    color: #001b66;
}

.inner-sec2 .btn-st {
    justify-content: flex-start;
    margin-top: 50px;
}

.inr-sec-side-img img {
    width: 100%;
}

.inner-sec2 .row {
    align-items: center;
}

section.pricing-sec {
    padding: 70px 0;
}

section.pricing-sec .hd-txt {
    text-align: center;
    margin-bottom: 30px;
}

section.pricing-sec .hd-txt h2 {
    padding: 15px 0;
}

.pricing-box {
    height: 100%;
    padding: 2rem;
    box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
    border: 1px solid #eaecf0;
    margin: 0 15px;
}

.pricing-hd h4 {
    font-size: 20px;
    text-align: center;
}

.pricing-hd h2 {
    font-size: 32px;
    color: #f45e2b;
    text-align: center;
    padding: 20px 0;
    font-weight: 700;
}

.pricing-hd h2 sup {
    font-size: 20px;
}

.pricing-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    height: 280px;
}

.pricing-box ul li {
    display: flex;
    align-items: flex-start;
    gap: 0 5px;
    font-size: 16px;
}

.price-btn a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 12px;
    color: #fff;
}

.price-btn {padding-top: 30px;}

.btn-1:hover {
    background: #001b66;
}

.btn-2:hover {
    background: #f45e2b;
}
.pricing-box ul li i {
    position: relative;
    top: 3px;
}
section.cta-sec {
    text-align: center;
    padding: 50px 0;
}

section.cta-sec .row {
    border-radius: 30px;
    padding: 60px;
    position: relative;
    background: rgb(51, 71, 86);
}

.cta-bx h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
}

.cta-bx p {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.why-choose-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    gap: 30px 0;
}

.why-choose-list ul li {
    width: 50%;
    padding: 0 20px;
}

.why-choose-box {
    background: #f9fafb;
    padding: 20px 20px;
}

.why-choose-box h3 {
    font-size: 28px;
    font-weight: 700;
    padding: 10px 0;
}

.why-choose-img-bx {
    display: table;
    background: #f45e2b;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.why-choose-img-bx svg {
    color: #fff;
}

.why-choose-sec {
    padding: 50px 0;
}

.why-choose-sec .btn-st {
    justify-content: flex-start;
}


.bnr-form-st form {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 10px;
}

.form-group input {
    width: 100%;
    padding: 10px  10px;
    border-radius: 8px;
    border: 1px solid #C2C2C2;
    color: #000;
}

.form-group textarea {
    width: 100%;
    padding: 10px 10px;
    border-radius: 8px;
    border: 1px solid #C2C2C2;
    height: 60px;
    resize: none;
}

button.submit-btn {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    padding: 10px  10px;
    border-radius: 5px 5px 5px 0px;
    border: 1px solid #FF5F29;
    background: #FF5F29;
    color: #fff;
}

.form-group select {
    width: 100%;
    padding: 10px 10px;
    border-radius: 8px;
    border: 1px solid #c2c2c2;
}

.form-group ::placeholder {
    color: #000;
}

input#phone {
    width: 100%;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

section.ftr-form-sec .row {
    align-items: center;
}

section.ftr-form-sec {
    padding: 50px 0;
}

form.firstForm {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 2px 2px 20px 0px #00000033;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}
section.ftr-form-sec {
    padding: 50px 0;
    background: #eee;
}
a.btn-1 {
    border: 1.5px solid #dddddd00;
    border-radius: 12px;
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

a.logo-head img {
    width: 180px;
}

.hme-sec-7 {
    padding: 50px 0;
}

.client-box {
    margin: 0 auto;
    display: table;
}

.client-box img {
    width: 80%;
    margin: 0 auto;
    display: table;
}

.hme-sec-7 .hd-txt {
    padding-bottom: 50px;
}

ul.client-m-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}

ul.client-m-list li {
    width: 25%;
}

.hme-sec-7 .bnr-btn {
    justify-content: center;
    display: flex;
    margin-top: 40px;
}


section.pricing-sec .slick-dots li.slick-active button {width: 15px;height: 14px;border: solid 1px;background-color: #f45e2b;}

 .slick-dots {
    position: absolute;
    bottom: -80px;
}

 .slick-dots li.slick-active button {
width: 15px;
height: 14px;
border: solid 1px;
background-color: #e27e62;
}

 .slick-dots li button {background-color: #001b66;border-radius: 50px;width: 13px;height: 13px;position: absolute;top: auto;/* right: 305px; */bottom: 30px;}


.slick-dots li button:before {
    color: transparent !important;
}