@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;
}

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

body {
    overflow-x: hidden;
}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    outline: none;
    text-decoration: none !important;
}

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

.header-logo-img img {
    width: 180px;
}

.header-col-st {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: rgb(0, 0, 0);
}

.header-top {
    display: block;
    background: rgb(0, 39, 63);
    text-align: right;
}

.header-calling a {
    margin: 0px 10px;
    color: rgb(255, 255, 255);
}

.header-calling a i {
    color: rgb(244, 151, 11);
}

.header-calling a:hover {
    color: rgb(244, 151, 11);
}

a.tel-btn.get-started {
    display: none;
}

.header {
    background: rgb(255 255 255);
    padding: 10px 0;
}
.header .logo img{
    width: 220px;
    /*filter: invert(1) brightness(100);*/
}

.header-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
    list-style: none;
}

.header-list ul li {
    margin-left: 40px;
    color: rgb(255, 255, 255);
}

.header .row {
    align-items: center;
}

.header-list ul li:last-child a {
    color: rgb(255 255 255);
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.04em;
}

.header-list ul i {
    margin-right: 10px;
}

.hd-btn {
    background: #960202;
    border-radius: 583px;
    padding: 8px 15px;
    color: #ffffff;
}

.header-list ul li a {
    color: rgb(0 0 0);
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.04em;
}

/*testi*/

.footer-sec {
    padding: 15px 0px;
    text-align: center;
    background: #FE8B1E;
}

.footer-sec p {
    color: #000;
}




/*banner*/
section.banner-sec {
    background: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bnr-txt h1 {
    font-size: 70px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}

.bnr-txt p {
    font-size: 24px;
    color: #fff;
    padding: 20px 0;
}

.get-btn {
    background: #fff;
    padding: 14px 20px;
    display: inline-flex;
    margin: 0;
    font-size: 19px;
    text-decoration: none;
    align-items: center;
    gap: 0 7px;
    color: #960202;
    font-weight: 400;
    transition: all .5s ease-in-out;
}
.tools-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.tools-list ul li {
    width: 20%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tools-list ul li img {
    width: 80px;
    max-width: 80px;
    margin:0 auto;
    display: table;
}

.tools-list ul li .tools-box {
    max-width: 60%;
    width: 60%;
    display: flex;
    flex-direction: column;
    gap:15px 0;
}

section.tools-list {
    padding: 40px 0;
}
.tools-box p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #2f6fa7;
}

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

.pricing-box {
    border: 1px solid #1f1f1f30;
}

.pricing-head-bx {
    border-bottom: 22px solid #960202;
    padding: 20px 20px;
}

.pricing-head-bx h5 {
    font-size: 15px;
    color: #960202;
}

.pricing-head-bx h2 {
    font-size: 60px;
    font-weight: bold;
    color: #960202;
    padding: 1px 0;
}

.pricing-head-bx h2 span {
    font-size: 17px;
}

.pricing-head-bx h4 {font-size: 18px;color: #960202;}

.pricing-box h3 {
    padding: 20px 20px;
    font-size: 22px;
}

.pricing-box p {
    padding: 0px 20px;
    font-size: 16px;
    min-height: 135px;
    font-weight: 400;
}

.get-btn.orange {
    background: #960202;
    color: #fff;
    margin: 0px 20px 20px;
}


.inner-sec-1 {
    padding: 70px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.inner-txt-st h2 {
    font-size: 44px;
    color: #000;
    font-weight: bold;
}

.inner-txt-st p {
    font-size: 20px;
    padding: 15px 0;
    width: 80%;
    line-height: 30px;
}

.inner-txt-st .get-btn.orange {
    margin-left: 0;
    margin-bottom: 0;
}
.inner-sec-1 .row {
    position: relative;
    align-items: center;
}

img.inner-img-1-st {
    position: absolute;
    right: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35vw;
}
.inner-sec-1 .inner-txt-st {width: 36vw;margin-left: auto;}


.inner-sec-2 {
    padding: 70px 0;
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #f6f6f6;
    position: relative;
}

.inner-sec-2 h4 {
    font-size: 23px;
    padding-bottom: 10px;
}

.inner-sec-2 .row {
    position: relative;
}
img.inner-img-2-st {
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35vw;
}

.inner-sec-2:before{
    content: '';
    background:url(../images/inner-img-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
section.inner-sec-3 {display: flex;align-items: center;justify-content: center;background: #000000;overflow: hidden;padding: 50px 0;}

section.inner-sec-3 .row {
    align-items: center;
}

section.inner-sec-3 .inner-txt-st h2, section.inner-sec-3 .inner-txt-st p {
    color: #fff;
}

section.inner-sec-3 .inner-txt-st {
    padding-left: 20px;
}

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


.inner-sec-4{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    height: 600px;
}

.inner-sec-4:before{
    content: '';
    background:url(../images/inner-img-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.inner-sec-4 .inner-txt-st {
    width: 35vw;
    margin-left: 18vw;
}


.inner-sec-5 {
    padding: 70px 0;
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

.inner-sec-5 h4 {
    font-size: 23px;
    padding-bottom: 10px;
}

.inner-sec-5 .row {
    position: relative;
}
img.inner-img-2-st {
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35vw;
}

.inner-sec-5:before{
    content: '';
    background:url(../images/inner-img-5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
section.inner-sec-6:before {
    content: '';
    background: url(../images/inner-img-6.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -200px;
    top: 0;
    bottom: 0;
    margin:auto;
    z-index: -1;
}
section.inner-sec-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background: #000;
}

section.inner-sec-6 .row {
    align-items: center;
}

section.inner-sec-6 .inner-txt-st h2, section.inner-sec-6 .inner-txt-st p {
    color: #fff;
}

section.inner-sec-6 .inner-txt-st {
    padding-left: 20px;
}

.inr-sec-6-img img {
    width: 100%;
}
.inner-txt-7-1 {
    overflow: hidden;
}

.inner-txt-7-1 img {
    width: 100%;
}

.inr-sec-7-col-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.inner-sec-7 {
    padding: 70px 0;
}

.inner-txt-7-1 {
    background: #1f1f1f;
}

.inner-txt-7-2 {
    overflow: hidden;
}

.inner-sec-7 img {
    width: 100%;
}

.inner-sec-7 h3, .inner-sec-7 p, .inner-sec-7 h3 {
    color: #fff;
    text-align: center;
}

.inner-txt-7-2 h3, .inner-txt-7-2 p {
    color: #000 !important;
}

.inner-sec-7 h3 {
    font-size: 32px;
    padding: 20px 0;
}

.inner-sec-7 p {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

.inner-txt-7-1 img {
    width: 80%;
    margin: 0 auto;
    display: table;
}

.inner-txt-7-2 img {
    width: 80%;
    margin: 0 auto;
    display: table;
}

.inr-sec-7-col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-txt-7-4 {
    background: #000;
    padding: 20px 20px;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner-txt-7-4 li {
    color: #fff;
}

.inner-txt-7-4 ul {
    padding-left: 0;
    padding-top: 20px;
}

.inner-txt-7-3 img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}

.inner-txt-7-3 {
    overflow: hidden;
}
section.talk-sec {
    background: #f6f6f6;
    padding: 50px 0;
}

.inner-txt {
    text-align: center;
}

.inner-txt h2 {
    color: #000;
    font-weight: bold;
    font-size: 50px;
}

.inner-txt h4 {
    color: #000;
}

.inner-txt {
    padding-bottom: 30px;
}

.talk-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 70px;
    position: relative;
}

.talk-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}

.talk-list:before {
    content: '';
    background: #00000059;
    position: absolute;
    left: -50px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    margin: auto;
}
.ftr-policy a {
    text-decoration: none;
    color: #000;
}

.ftr-policy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 20px;
}

.get-btn:hover {
    color: #000;
}

.get-btn.orange:hover {
    background: #000;
    color: #ffffff;
}

.inner-sec-6 .get-btn.orange:hover, .inner-sec-3 .get-btn.orange:hover {
    background: #fff;
    color: #960202;
}
/*banner*/














.h_s13form form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 28px;
    background: #E9ECF0;
    padding: 40px 20px;
    border-radius: 19px;
    box-shadow: 2px 2px 20px 0px #96020233;
}

.h_s13form form .col-lg-6.col-md-12.col-sm-12 {
    width: 48%;
}

.ftr-txt.hd-txt p {
    font-size: 18px;
    width: 70%;
}

.h_s13form label span {
    font-size: 16px;
    font-weight: 500;
}
.h_s13form input, .h_s13form textarea {
    padding: 13px 17px;
    border: 0;
    border-radius: 11px;
    margin: 5px 0 0 0;
    resize: none;
}

.h_s13form label {
    font-size: 16px;
    font-weight: 500;
}

.h_s13form label span.req {
    color: red;
}

.h_s13form .col_cust {
    margin: 15px 0 0 0;
}

.h_s13form .agre-button {
    display: flex;
    align-items: center;
    gap: 25px;
}

.h_s13form .agre-button button {
    background: #960202;
    color: #fff;
    padding: 10px 40px;
    font-weight: 700;
    border-radius: 30px;
}
section.inner-banner {
    text-align: center;
    padding: 50px 0;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.inner-banner h2 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}

section.inner-banner {
    background: #eee;
}

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

section.contact-form .row {
    align-items: center;
    justify-content: center;
}
.header-list ul li a:hover {
    border-bottom: 1px solid;
}


section.terms h2 {
    padding: 20px 0 10px;
}

section.terms ul li {
    line-height: 35px;
}

section.terms ul {
    padding-top: 6px;
    padding-left: 20px;
}

.footer-sec a {
    color: #000;
    text-decoration: none;
}

.ftr-policy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    padding-top: 10px;
}

section.contact-form .hd-txt {
    text-align: center;
    padding-bottom: 40px;
}

section.contact-form .hd-txt h2 {
    font-size: 45px;
    font-weight: bold;
}