body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1170px;
}

.navigation .navbar-brand {
    padding-right: 35px;
    /* border-right: 1px solid #fff; */
}

.navigation .navbar-nav a {
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 14px;
    color: #fff !important;
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
}


/* 002060:hover {
    color: #002060 !important;
    transition: 0.3s ease-in-out;
} */

.navigation .login-text {
    display: flex;
}

.navigation .login-tex {
    padding: 15px;
}

.navigation .login-text .login-sec {
    display: flex;
    align-items: center;
    color: #353535;
    text-decoration: none;
}

.navigation .login-text .login-sec img {
    margin-right: 10px;
}

.login-text .add-btn .btn {
    background-color: #002060;
    padding: 10px 25px;
    color: #fff;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.navigation .login-text .add-btn .btn,
.banner-part .login-text .add-btn .btn {
    background-color: transparent;
    padding: 10px 25px;
    color: #fff;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    border: 1px solid #7c7c7c;
}

.login-text .add-btn .btn:hover {
    background-color: #efe9e4;
    color: #3f3f3f;
}


/* .claim-btn{
    background-color: #fff !important;
    color: #3f3f3f !important;
    transition: 0.3s ease-in-out;
}
.claim-btn:hover{
    background-color: #002060 !important;
} */

.demo-sec .orng-btn {
    background-color: #7c7c7c;
    color: #fff;
    border-color: #7c7c7c;
}

.navigation .cart-sec {
    align-items: center;
    display: flex;
    position: relative;
}

.navigation .cart-sec span {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ffc000;
    top: 8px;
    right: -10px;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    color: #000;
}

.navigation .navbar-collapse {
    justify-content: space-between;
}


/* .fix-navi{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #8888882e;
    z-index: 2;
} */

#navbar-in {
    position: fixed;
    top: 45px!important;
    width: 100%;
    display: block;
    transition: top 0.3s;
    background-color: transparent;
    z-index: 99;
    /* box-shadow: 0px 0px 10px 0px #8888882e; */
}

.orng-nav .second-logo {
    display: none;
}

.black-nav .first-logo {
    display: none;
}

.black-nav .second-logo {
    display: block;
}

.black-nav {
    /*background-color: #fefdfd !important;*/
    /* padding: 15px 0; */
    box-shadow: rgba(247, 89, 54, 0.18) 0px 0px 10px 0px;
}

.black-nav .navigation .navbar-nav a {
    color: #fff !important;
    transition: 0.3s ease-in-out;
}

.black-nav .navigation .navbar-nav a:hover {
    color: rgb(74 119 251) !important;
    transition: 0.3s ease-in-out;
}

.banner-part {
    /* padding-top: 50px; */
    background-color: rgb(0 0 0);
    /* padding-bottom: 50px; */
}

.banner-part .banner-slider .owl-nav {
    display: none;
}

.banner-part .banner-slider .owl-dots button {
    width: 18px;
    height: 6px;
    background-color: #002060;
    border-radius: 50px;
    margin: 0 4px;
    transition: 0.3s ease-in-out;
}

.banner-part .banner-slider .owl-dots button.active {
    width: 38px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
}

.banner-part .banner-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 10%;
}

.left-part {
    text-align: left;
    padding-top: 200px;
    padding-bottom: 100px;
}

.left-part h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    margin: 0 0 34px 0;
    text-transform: capitalize;
    line-height: 50px;
}

.left-part h2 span {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

.left-part h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 24px 0;
}

.left-part p {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.orng-btn {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    padding: 15px 40px;
    border-radius: 50px;
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: none;
    transition: 0.3s ease-in-out;
    border: 2px solid #fff;
}

.orng-btn:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #7c7c7c;
    transition: 0.3s ease-in-out;
}

.white-border-btn {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding: 15px 40px;
    border-radius: 50px;
    background-color: transparent;
    border: none;
    transition: 0.3s ease-in-out;
    border: 2px solid #fff;
}

.white-border-btn:hover {
    border: 2px solid #fff;
    background-color: #7c7c7c;
    color: #fff;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.1);
}

.banner-btn {
    display: flex;
    align-items: center;
}

.banner-btn button {
    margin-right: 14px;
}

.headline {
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin: 0px 0 30px 0;
}

.headline-all-text {
    margin: 0px 0 0 0;
    background-color: #25272a;
    padding: 70px 0;
}

.headline-all-text .row {
    align-items: center;
}

.headline p {
    color: #535353;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.headline-head {
    margin: 0 30px 0 0;
    background-color: #d8d8d8;
    padding: 18px 25px;
    border-radius: 30px 0 0 30px;
    position: relative;
}

.headline h4 {
    font-size: 19px;
    color: #2d2c2c;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.headline-head::after {
    content: "\f0da";
    font-size: 50px !important;
    color: #d8d8d8;
    top: 5px;
    right: -16px;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
}

.navigation .navbar-nav .dropdown-menu li a {
    color: #000 !important;
}

.navigation .navbar-nav .dropdown-toggle::after {
    content: "\f107";
    border: none;
    font: normal normal normal 14px/1 FontAwesome;
    top: 2px;
    position: relative;
    font-size: 13px;
    margin-left: 8px;
}

.image-section {
    padding: 95px 0 70px 0;
}

.image-section-new {
    background-color: #000;
    margin: 50px 0;
}

.image-section h1 {
    color: #0a0a0b;
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 40px 0;
    text-align: center;
    text-transform: uppercase;
}

.image-section h1 span {
    color: #3677f9;
}

.testimonial h2 span {
    color: #002060;
}

.ban-text h2 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 25px 0;
    text-align: left;
}

.ban-text p {
    color: #535353;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}

.mt-90 {
    margin-top: 90px;
}

.mt-70 {
    margin-top: 70px;
}

.ban-img {
    text-align: center;
    background: url(../img/back-1.jpg) top center no-repeat;
    background-size: cover;
}

.ban-img-two {
    text-align: center;
    position: relative;
}

.ban-img-two::before {
    background: url(../img/back-2.jpg) top center no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    width: 697px;
    height: 875px;
    z-index: -1;
    top: -370px;
    left: -70px;
}

.why-img h2 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 24px 0;
}

.why-img p {
    color: #535353;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.why-img {
    position: relative;
}

.why-img::after {
    position: absolute;
    content: "";
    background: url(../img/back-1.jpg) top center no-repeat;
    width: 470px;
    height: 318px;
    top: -30px;
    left: -90px;
    z-index: -1;
    background-size: contain;
}

.why-box {
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 15%);
    text-align: left;
    position: relative;
    margin: 0 0 30px 0;
    height: calc(100% - 30px);
    border-radius: 15px;
}

.image-section-new .why-box {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
}

.image-section-new h1 {
    color: #fff;
    text-align: left;
    font-size: 30px;
    position: relative;
}

.image-section-new h1::after {
    position: absolute;
    content: "";
    background-color: #0070c0;
    width: 100px;
    height: 2px;
    bottom: -12px;
    left: 0;
}

.image-section-new p {
    color: #fff;
}

.why-box::before {
    background-color: #0c45b7;
    width: 5px;
    height: 40px;
    top: auto;
    left: -2px;
    position: absolute;
    content: "";
    border-radius: 0px;
    border-radius: 5px;
}

.why-box h3 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px 0;
}

.why-box p {
    color: #535353;
    font-size: 14px;
    margin: 0;
}

.orng-box {
    padding: 10px 16px;
    background-color: #7c7c7c;
    border-radius: 10px;
    margin: 0 0 30px 0;
    height: calc(100% - 30px);
}

.orng-box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px 0;
}

.orng-box p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.client-sec {
    padding: 80px 0;
    background-color: #000;
    text-align: center;
    margin: 0 0 60px 0;
}

.client-sec h2 {
    font-size: 40px;
    color: #fff;
    margin: 0 0 60px 0;
    font-weight: 500;
}

.client-carousal .item {
    height: 40px;
    display: flex;
    align-items: center;
}

.client-carousal .item img {
    max-width: 80%;
}

.client-carousal .owl-dots {
    display: none;
}

.client-carousal .owl-nav span {
    font-size: 0 !important;
}

.client-carousal .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background-color: #2f2f2f !important;
    border-radius: 50px;
    position: relative;
}

.client-carousal .owl-nav .owl-prev span {
    background: url(../img/left-arrow-d.png) center center no-repeat !important;
    width: 16px;
    height: 6px;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.client-carousal .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background-color: #2f2f2f !important;
    border-radius: 50px;
    position: relative;
    margin-left: 15px;
}

.client-carousal .owl-nav .owl-next span {
    background: url(../img/right-arrow-d.png) center center no-repeat !important;
    width: 16px;
    height: 6px;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.client-carousal .owl-nav .owl-prev.active {
    background-color: #7c7c7c !important;
}

.client-carousal .owl-nav .owl-prev.active span {
    background: url(../img/left-arrow-a.png) center center no-repeat !important;
}

.client-carousal .owl-nav .owl-next.active {
    background-color: #7c7c7c !important;
}

.client-carousal .owl-nav .owl-next.active span {
    background: url(../img/right-arrow-a.png) center center no-repeat !important;
}

.client-carousal .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
}

.testimonial h2 {
    color: #383736;
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 40px 0;
    text-align: center;
    text-transform: uppercase;
}

.testimonial h3 {
    color: #7c7c7c;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px 0;
}

.testimonial p {
    color: #535353;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 0px 0;
}

#testi {
    margin: 0px 0 0 0;
}

.testi-head {
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 8px;
    background-color: #7c7c7c;
    position: relative;
    margin: 0 0 40px 0;
}

.testi-head::after {
    position: absolute;
    content: "\f0dd";
    font-size: 50px !important;
    color: #7c7c7c;
    bottom: -18px;
    font: normal normal normal 14px/1 FontAwesome;
    left: 30px;
}

.testi-head h4 {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 3px 0;
    text-align: left;
}

.testimonial .item .testi-head p {
    color: #fff;
    font-size: 14px;
}

.testimonial .item p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-align: left;
}

#testi .owl-nav {
    display: none;
}

.testimonial {
    margin: 0 0 60px 0;
}

#testi .item img {
    width: auto;
}

#testi .item {
    display: flex;
}

#testi .item .testi-img {
    max-width: 20%;
}

#testi .item .testi-para {
    margin-left: 20px;
    max-width: 80%;
}

#testi .item .testi-para p {
    font-size: 15px;
    font-weight: 400;
    color: #0a0a0a;
    margin: 0 0 8px 0;
    font-style: italic;
}

#testi .item .testi-para ul {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

#testi .item .testi-para ul li {
    display: inline-block;
    margin-right: 2px;
}

#testi .item .testi-para h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

#testi .item .testi-para h5 {
    font-size: 14px;
    color: #002060;
    font-weight: 500;
    margin: 0;
}

#testi .owl-dots button {
    background-color: #000000;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-left: 7px;
}

#testi .owl-dots {
    position: absolute;
    bottom: 50px;
    right: 0px;
}

#testi .owl-dots button.active {
    background-color: #002060;
}

.demo-sec {
    padding: 160px 0;
    text-align: center;
    background: url(../img/job-banner.png) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.demo-sec .demo-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.demo-sec h2 {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 40px 0;
}

.demo-sec .orng-btn {
    padding: 10px 50px;
    font-weight: 500;
    font-size: 20px;
}

.footer {
    padding: 40px 0;
    text-align: center;
    background-color: #000;
}

.foot-one img {
    margin: 0 0 40px 0;
}

.foot-one p {
    color: #343a45;
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 24px 0;
}

.f-btn {
    color: #7c7c7c;
    background-color: #fff;
    border: 2px solid #7c7c7c;
    padding: 9px 15px;
    border-radius: 8px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.f-btn:hover {
    border: 2px solid #7c7c7c;
    background-color: #7c7c7c;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.footer-two {
    text-align: left;
}

.footer-two h3 {
    font-size: 20px;
    color: #000;
    margin: 0 0 15px 0;
}

.footer-two ul li {
    display: block;
    margin: 0 0 0px 0;
    padding-left: 20px;
    position: relative;
}

.footer-two ul li::before {
    position: absolute;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #343b46;
    left: 0;
    top: 2px;
}

.footer-two ul li a {
    color: #343b46;
    font-size: 14px;
    text-decoration: none;
}

.footer-two ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.contact li::before {
    content: "\f003" !important;
    color: #96a3b0 !important;
    font-size: 18px !important;
}

.contact li {
    padding-left: 30px !important;
}

.contact li:last-child::before {
    content: "\f041" !important;
}

.social-media li {
    padding-left: 0 !important;
    display: inline-block !important;
    margin-right: 8px !important;
}

.social-media li::before {
    display: none;
}

.social-media li a {
    color: #fff;
}

.social-media li a i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #002060;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    line-height: 41px;
    transition: 0.3s ease-in-out;
}

.social-media li a i:hover {
    background-color: #efe9e4;
    color: #383736;
}

.copyright {
    padding: 15px;
    background-color: #000;
    text-align: center;
    border-top: 1px solid #303030;
    color: #fff;
    font-size: 14px;
}


/* megamenu */

.mega-menu-drop-down {
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0 5%;
    background-color: #000;
    border-radius: 10px;
}

.mega-img {
    background: url(../img/mega-menu-img.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-img .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.mega-img h4 {
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.mega-pad {
    padding: 0 30px;
    margin: 30px 0;
}

.border-right-1 {
    border-right: 1px solid #7683a1;
}

.product-all {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.product-all .pr-clock {
    width: 20%;
    text-align: center;
}

.product-all .pr-text {
    width: 60%;
    text-align: left;
}

.product-all .pr-arrow {
    width: 20%;
    text-align: center;
}

.product-all .pr-text h3 {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 0 0 8px 0;
}

.product-all .pr-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #7c7c7c;
    margin: 0;
}

.product-all .pr-arrow i {
    font-size: 50px;
    color: #7c7c7c;
}

.info-img {
    text-align: center;
    padding: 10px 0;
    background: url(../img/mega-menu-img.jpg) top center no-repeat;
    position: relative;
    z-index: 0;
}

.info-img .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.info-img h2 {
    font-size: 15px;
    color: #fff;
    margin: 0 0 10px 0;
}

.info-img button {
    background-color: #7c7c7c;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    padding: 8px 40px;
    border-radius: 50px;
    border: none;
}


/* megamenu */


/* toast */

.cookies {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
    width: 90%;
    left: 0;
}

.cookies .btn-close {
    position: absolute;
    right: -10px;
    border-radius: 50px;
    background: #002060;
    color: #fff;
    font-size: 15px;
    line-height: 0;
    padding: 10px;
    opacity: 9;
    top: -10px;
}

.cookies .alert {
    background-color: #fff;
    padding: 20px 50px 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 2px rgb(0 0 0 / 20%);
}

.toast-footer .btn {
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    color: #6c757d;
}

.cookie-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookie-sec p {
    color: #000;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    margin-right: 10%;
}

.cookie-sec-btn {
    display: flex;
    align-items: center;
}

.cookie-sec-btn .orng-btn-co {
    color: #fff;
    background-color: #002060;
    border: 2px solid #002060;
    padding: 9px 30px;
    border-radius: 50px;
    font-size: 12px;
    margin-left: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.cookie-sec-btn .orng-btn-bord {
    background-color: #fff;
    color: #000;
}


/* toast */

.prog-mob {
    display: none;
}


/* megamenu */

.product-menu {
    padding-left: 0px;
    margin: 15px 0 0 0;
}

.product-menu li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
}

.product-menu li::before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    color: #7c7c7c;
}

.navigation .navbar-nav .product-menu li a {
    font-size: 12px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none;
    padding-left: 12px !important;
    padding-right: 0 !important;
}

.product-mega-menu .product-all .pr-text {
    width: 100%;
}

.product-mega-menu .product-all {
    margin-bottom: 0;
}


/* megamenu */


/* product-page */

.product-banner .banner-btn {
    justify-content: center;
}

.product-cont img {
    margin-bottom: 15px;
    border-radius: 0px;
}

.product-cont .why-box a {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0 0;
    display: block;
}

.product-cont .why-box {
    padding: 16px;
}

.product-cont .justy-middle {
    justify-content: center;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-cont .why-box {
    min-height: 400px;
}

.readmore-btn {
    padding: 10px 50px;
    font-weight: 500;
    font-size: 20px;
    background-color: #7c7c7c;
    color: #fff;
    border-color: #7c7c7c;
    border: 1px solid transparent;
    border-radius: 50px;
}


/* Headline-text */

.new-head-line-text {
    display: flex;
    align-items: baseline;
}

.new-head-line-text span {
    background-color: #fff;
    width: 8px;
    height: 50px;
    border-radius: 2px;
}

.new-head-line-text h3 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin: 0 10px 0px 0px;
}

.new-head-line p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 15px;
    font-weight: 400;
    line-height: 29px;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navigation .navbar-brand img {
    max-width: 130px;
}


/*---22.8.22---*/

.navigation {
    background-color: rgb(0 0 0 / 80%);
    border-bottom: 1px solid #303030;
}

.navigation .navbar-nav .login-text a {
    padding-left: 15px !important;
    padding-right: 0 !important;
}

.language {
    padding: 14px 0;
    border-bottom: 1px solid #efe9e4;
}

.lang-picker {
    text-align: right;
}

.lang-picker .btn {
    background-color: transparent;
    padding: 0;
    border: none;
}

.lang-picker .btn:active,
.lang-picker .btn:focus {
    box-shadow: none;
}

.lang-picker .btn::after {
    content: "\f107";
    border: none;
    font: normal normal normal 14px/1 FontAwesome;
    top: 5px;
    position: relative;
    font-size: 16px;
    margin-left: 8px;
}

.lang-picker .btn img {
    max-width: 25px;
}

.banner-list ul {
    padding-left: 0px;
    counter-reset: item;
}

.banner-list ul li {
    color: #fff;
    list-style: none;
    font-weight: 500;
    font-size: 13px;
    counter-increment: item;
    position: relative;
    padding-left: 40px;
    display: flex;
    align-items: center;
    min-height: 45px;
    flex-wrap: wrap;
}

.banner-list ul li::marker {
    background-color: #fff;
    padding: 8px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
}

.image-section-new .banner-list ul li:before {
    position: absolute;
    left: 0;
    margin-top: 5px;
    line-height: 17px;
    top: 0;
}

.footer-logo-border {
    border-left: 1px solid #3e3e3e;
    border-right: 1px solid #3e3e3e;
}

.image-section-new ul.banner-list li {
    position: relative;
    padding-left: 45px;
}

.image-section-new ul.banner-list li span {
    position: absolute;
    left: 0;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 7px 10px;
    min-width: 37px;
    text-align: center;
}

.banner-list ul li:before {
    content: counter(item);
    border-radius: 100%;
    background-color: #002060;
    width: 30px;
    height: 30px;
    color: #fff;
    margin-right: 12px;
    padding: 7px 8px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    font-size: 20px;
    position: absolute;
    left: 0;
}

.image-section-new .banner-list.new-list-banner ul li {
    margin-bottom: 20px;
    line-height: 30px;
    position: relative;
    padding-left: 0px;
}

.image-section-new .banner-list.new-list-banner ul li::before {
    display: none;
}

.new-head-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-part {
    background-color: #eeeef0;
    padding: 0px 0;
    margin: 0px 0px 70px 0;
}

.pos-rel {
    position: relative;
}

.second-part .second-part-text-one {
    width: 100%;
    border-radius: 20px;
}

.second-part-text-one-inner {
    padding: 60px 90px 40px 90px;
    text-align: left;
    background-color: #fff;
}

.second-part-text-one-inner h2 {
    color: #494d51;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.second-part-text-one-inner h2 span {
    font-weight: 700;
    display: block;
}

.second-part-text-one-inner img {
    max-width: 60%;
    margin-bottom: 15px;
}

.second-part-text-one-body {
    background-color: #25272a;
    padding: 60px 40px 60px 40px;
}

.second-part-text-one-body p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    color: #fff;
}

.second-part-text-one-footer {
    padding: 80px 40px 80px 40px;
    text-align: center;
    background-color: #fff;
}

.second-part-text-one-footer h3 {
    color: #595959;
    margin: 0 25px;
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
}

.second-part-text-two h2 {
    font-weight: 400;
    color: #383736;
    font-size: 20px;
    margin: 0 0 20px 0;
}

.second-part-text-two p {
    font-size: 15px;
    color: #002060;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 20px 0;
}

.second-part-text-two ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.second-part-text-two ul li {
    font-size: 15px;
    color: #383736;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}

.second-part-text-two ul li:last-child {
    margin-bottom: 0;
}

.foot-one ul {
    padding: 0;
    margin: 0 0 30px 0;
}

.foot-one ul li {
    list-style: none;
    margin: 0;
    padding: 0 15px;
    display: inline-block;
}

.foot-one ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}

.top-navigation {
    border-bottom: 1px solid #303030;
    background-color: rgb(0 0 0 / 80%);
    padding: 10px;
    text-align: right;
    position: absolute;
    top: 0;
    width: 100%;
}

#navbar-in.black-nav {
    top: 0px!important;
}

.headline-all-text h2 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin: 0 0 50px 0;
    text-align: center;
}

.headline-all-text h2::after {
    position: absolute;
    content: "";
    background-color: #5c5c5c;
    width: 33%;
    left: 0;
    height: 1px;
    top: 14px;
    display: none;
}

.headline-all-text h2::before {
    position: absolute;
    content: "";
    background-color: #5c5c5c;
    width: 33%;
    right: 0;
    height: 1px;
    top: 14px;
    display: none;
}

.business-img img {
    max-width: 70%;
    margin: 0 auto;
}

.pad-30 {
    padding: 0 30px;
}

.image-section-new .banner-list ul li {
    margin-bottom: 20px;
    line-height: 30px;
    position: relative;
    padding-left: 50px;
}

.image-section-new .banner-list ul li strong {
    color: #0070c0;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

.image-section-new .banner-list ul li:last-child {
    margin-bottom: 0;
}

.listivo-hero-search-v9__image {
    position: relative;
    width: 457px;
    height: 735px;
}

.listivo-hero-search-v9__image img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 5;
    border-radius: 15px 15px 200px;
}

.listivo-hero-search-v9__image svg {
    position: absolute;
    top: 15px;
    left: 45px;
    z-index: 4;
    border-radius: 15px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(74 119 251)!important;
}

.owl-dots.disabled {
    display: none!important;
}


/*---inner-page---*/

.breadcrumb li a {
    color: #0070c0;
}

.inner-text-ab p {
    color: #535353;
    font-size: 15px;
    margin: 0 0 15px 0px;
    font-weight: 400;
    line-height: 29px;
}

.inner-text-ab p:last-child {
    margin-bottom: 0;
}

.inner-text-ab {
    text-align: center;
}

.about-second-img img {
    max-width: 100%;
    border-radius: 15px;
}

.back-white {
    background-color: #fff;
}

.inner-sec-part {
    padding: 70px 0;
}

.second-part-new h1 {
    color: #000;
    text-align: left;
    font-size: 30px;
    position: relative;
    margin: 0 0 40px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.second-part-new h1::after {
    position: absolute;
    content: "";
    background-color: #0070c0;
    width: 100px;
    height: 2px;
    bottom: -12px;
    left: 0;
}

.second-part-new p {
    color: #535353;
    font-size: 14px;
}

.p-70 {
    padding: 70px 0;
}

.inner-text-ab-in img {
    margin-bottom: 20px;
}

.inner-text-ab-in {
    text-align: center;
}

.inner-text-ab-in h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.inner-text-ab-in span {
    text-transform: capitalize;
    font-size: 15px;
    font-style: italic;
    color: #535353;
}

.claim-button {
    text-align: center;
    padding: 70px 0;
    background-color: #eeeef0;
}

.claim-button h2 {
    color: #000;
    text-align: center;
    font-size: 30px;
    margin: 0 0 40px 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}

.claim-button button {
    background-color: #002060;
    padding: 12px 25px;
    color: #fff;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

.claim-button button:hover {
    background-color: #fff;
}

.project-accordian .accordion-button {
    background-color: #002060;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.project-accordian .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.project-accordian .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.project-accordian .accordion-item:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.project-accordian .accordion-item:last-of-type {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.project-accordian .accordion-button:not(.collapsed) {
    background-color: #000;
    box-shadow: none;
}

.project-accordian .accordion-button::after {
    background-image: none;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 20px;
    width: auto;
    height: auto;
}

.project-accordian .accordion-item {
    box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 15%);
}

.project-accordian .accordion-item:first-of-type .accordion-button:focus {
    box-shadow: none;
}

.black-sec {
    background-color: #000;
    padding: 50px 0;
    text-align: center;
    margin: 50px 0 0 0;
    border-radius: 15px;
}

.black-sec h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: relative;
    margin: 0 50px 70px 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.black-sec h2::after {
    position: absolute;
    content: "";
    background-color: #0070c0;
    width: 100px;
    height: 2px;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.contact-sec .why-box img {
    margin-bottom: 15px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.contact-sec .why-box {
    box-shadow: none;
    border: 1px solid #efe9e4;
    text-align: center;
    padding-top: 40px;
    margin: 0 0 60px 0;
    height: calc(100% - 50px);
}

.why-box-mb-0 {
    margin-bottom: 0 !important;
    height: calc(100% - 0px) !important;
}

.social-icon {
    padding: 0 0 50px 0;
    text-align: center;
}

.social-icon ul {
    padding: 0;
}

.social-icon ul li {
    display: inline-block;
}

.social-icon ul li a {
    display: block;
    background-color: #002060;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin: 0 5px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.social-icon ul li a:hover {
    background-color: #efe9e4;
    color: #3f3f3f;
    transition: 0.3s ease-in-out;
}

.contact-sec {
    padding: 115px 0 50px 0;
}

.contact-form {
    border: 1px solid #efe9e4;
    padding: 25px 15px 15px 15px;
    border-radius: 15px;
}

.contact-form h2 {
    color: #383736;
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.contact-form .login-text {
    text-align: center;
}

.cont-inp {
    position: relative;
    margin: 8px 0 15px 0;
}

.cont-inp .form-control {
    padding-right: 30px;
}

.cont-inp i {
    position: absolute;
    bottom: 11px;
    right: 9px;
    color: #383736;
}

.contact-form label {
    font-size: 14px;
}

.contact-sec .why-box a {
    color: #535353;
    font-size: 14px;
    margin: 0;
}

.contact-marg-btn {
    margin: 0 auto;
}


/*---inner-page---*/


/* responsive */

@media (min-width:1023px) and (max-width: 1440px) {
    .headline-all-text h2::before {
        width: 22%;
    }
    .headline-all-text h2::after {
        width: 22%;
    }
}

@media (min-width:992px) and (max-width: 1024px) {
    .orng-box {
        margin-bottom: 30px;
    }
    .client-sec h2 {
        font-size: 30px;
    }
    .client-sec .row {
        align-items: center;
    }
    .client-sec {
        padding: 60px 0;
    }
    .image-section h1 {
        font-size: 40px;
    }
    .testimonial h2 {
        font-size: 30px;
    }
    .demo-sec {
        padding: 100px 0;
    }
    .footer-two {
        margin: 20px 0;
    }
    .navigation .navbar-nav a {
        font-size: 9px;
    }
    .login-text .add-btn .btn {
        font-size: 9px;
    }
    .business-img {
        position: absolute;
        top: 130px;
        right: 0;
        z-index: 0;
    }
    .left-part {
        padding-right: 50%;
    }
    .second-part .second-part-text-one {
        position: static;
        width: 100%;
        top: 0;
    }
    .second-part {
        margin: 0px 0 80px 0;
    }
    .banner-part .item {
        background-size: cover !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0;
    }
    .banner-part .banner-slider .owl-dots {
        bottom: 60px;
    }
    .navbar-collapse .navbar-nav {
        align-items: baseline !important;
    }
    .navbar-collapse .navbar-nav .mob_coloumn {
        display: block !important;
    }
    .orng-nav .navbar-collapse {
        background-color: #fff;
        padding: 15px 0;
    }
    .orng-nav .navbar-collapse .add-btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .black-nav .navbar-collapse {
        background-color: #fff;
    }
    .dropdown-menu {
        margin-left: 20px;
    }
    .orng-box {
        margin-bottom: 30px;
        min-height: 205px;
    }
    .client-sec h2 {
        font-size: 30px;
        text-align: left;
    }
    .client-carousal .owl-nav {
        right: 20px;
    }
    .client-sec .row {
        align-items: center;
    }
    .client-sec {
        padding: 60px 0;
    }
    .image-section h1 {
        font-size: 30px;
    }
    .testimonial h2 {
        font-size: 30px;
    }
    .demo-sec {
        padding: 100px 0;
    }
    .footer-two {
        margin: 20px 0;
    }
    #testi .owl-dots {
        right: 30px;
    }
    .navbar-light .navbar-toggler {
        border: none;
        background-color: #fff;
    }
    .navbar-light .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }
    /* .why-box{
        min-height: 208px;
    } */
    .product-banner {
        padding: 180px 0 120px 0;
    }
    .business-img {
        position: absolute;
        top: 130px;
        right: 0;
        z-index: 0;
    }
    .left-part {
        padding-right: 40%;
    }
    .second-part .second-part-text-one {
        position: static;
        width: 100%;
        top: 0;
    }
    .second-part {
        margin: 0px 0 80px 0;
    }
    .business-img img {
        max-width: 60%;
        margin-right: 0;
    }
    .headline-all-text {
        margin: 80px 0 0 0;
    }
    .headline-all-text h2 {
        font-size: 20px;
    }
    .headline-all-text h2::before {
        display: none;
    }
    .headline-all-text h2::after {
        display: none;
    }
    .new-head-line-text h3 {
        font-size: 24px;
    }
    .new-head-line p {
        font-size: 18px;
        line-height: 25px;
    }
    .second-part-text-one-inner {
        padding: 40px 40px 40px 40px;
    }
    .second-part-text-one-inner img {
        max-width: 44%;
    }
    .second-part-text-one-inner h2 {
        font-size: 18px;
    }
    .second-part-text-one-body {
        padding: 40px 40px 40px 40px;
    }
    .second-part-text-one-footer {
        padding: 40px 40px 40px 40px;
    }
    .second-part-text-one-footer h3 {
        font-size: 20px;
    }
    .black-nav .navigation .navbar-nav a {
        color: #000!important;
    }
    .black-nav .login-text .add-btn .claim-btn {
        background-color: #002060 !important;
    }
    .banner-part .item {
        background-size: cover !important;
    }
    .second-part-text-two {
        padding: 50px 0;
    }
    .navigation .navbar-nav a {
        color: #000 !important;
    }
    .banner-part {
        background-size: cover !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 95px;
        left: 0;
        overflow: auto;
        height: 90vh;
    }
    .navbar-collapse .navbar-nav {
        align-items: baseline !important;
    }
    .navbar-collapse .navbar-nav .mob_coloumn {
        display: block !important;
    }
    .orng-nav .navbar-collapse {
        background-color: #fff;
        padding: 15px 0;
    }
    .orng-nav .navbar-collapse .add-btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .black-nav .navbar-collapse {
        background-color: #fff;
    }
    .dropdown-menu {
        margin-left: 20px;
    }
    .orng-box {
        margin-bottom: 30px;
    }
    .client-sec h2 {
        font-size: 30px;
        margin: 0 0 50px 0;
        text-align: left;
    }
    .client-sec .row {
        align-items: center;
    }
    .client-sec {
        padding: 60px 0;
        background-size: cover;
        background-position-x: 60%;
    }
    .image-section h1 {
        font-size: 24px;
    }
    .testimonial h2 {
        font-size: 24px;
    }
    .demo-sec {
        padding: 80px 0;
    }
    .footer-two {
        margin: 20px 0 0 0;
    }
    .banner-btn {
        display: block;
    }
    .white-border-btn {
        margin-top: 30px;
    }
    .banner-part {
        padding: 95px 0 0px 0;
        background-size: cover!important;
        background-position: 70%!important;
    }
    .banner-part .banner-slider .item {
        background-position-x: 60% !important;
        margin-top: 30%;
    }
    .headline p {
        font-size: 13px;
    }
    .headline h4 {
        font-size: 14px;
    }
    .headline-head {
        padding: 18px 18px;
        margin: 0 20px 0 0;
    }
    .left-part h2 {
        font-size: 24px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }
    .left-part p {
        margin: 0 0 20px 0;
    }
    .banner-btn button {
        font-size: 18px;
    }
    .headline-all-text {
        margin: 70px 0 0 0;
    }
    .why-img {
        margin-bottom: 30px;
    }
    .client-sec-img {
        margin: 25px 0;
    }
    .demo-sec h2 {
        font-size: 30px;
    }
    .demo-sec .orng-btn {
        font-size: 18px;
    }
    .navbar-light .navbar-toggler {
        border: none;
        background-color: transparent;
    }
    .navbar-light .navbar-toggler span {
        color: #fff;
    }
    .navbar-light .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }
    .navigation .navbar-brand {
        border-right: 0;
    }
    .black-nav .navigation .navbar-brand {
        border-right: 0;
    }
    .headline-head::after {
        font-size: 40px !important;
        right: -12px;
    }
    .client-carousal .owl-nav {
        position: absolute;
        top: -90px;
        right: 20px;
    }
    #testi .item .testi-para p {
        font-size: 13px;
        line-height: 25px;
        margin: 0 0 8px 0;
    }
    #testi .item .testi-para h4 {
        font-size: 18px;
    }
    #testi .item .testi-para h5 {
        font-size: 13px;
    }
    #testi .owl-dots {
        right: 0px;
        left: 0;
        margin: 0 auto;
        display: block;
        text-align: center;
        position: static;
        margin-top: 20px;
    }
    .prog-desk {
        display: none;
    }
    .prog-mob {
        display: block;
    }
    .why-box h3 {
        font-size: 15px;
        margin: 0 0 12px 0;
    }
    .why-box p {
        font-size: 12px;
    }
    .orng-box h3 {
        font-size: 16px;
        margin: 0 0 12px 0;
    }
    .orng-box p {
        font-size: 12px;
    }
    .mega-menu-drop-down {
        height: 100%;
        overflow: auto;
        margin-left: 0 !important;
        margin: 0;
    }
    .cookie-sec {
        display: block;
    }
    .cookie-sec p {
        font-size: 13px;
    }
    .cookie-sec-btn .orng-btn-co {
        padding: 9px 20px;
        font-size: 12px;
        margin-left: 0;
        margin-right: 15px;
        margin-top: 10px;
    }
    .mega-img {
        height: 262px;
        margin-top: 30px;
        display: none;
    }
    .mega-pad {
        margin: 0px 0 30px 0;
    }
    .border-right-1 {
        border-right: none;
        margin-bottom: 0 !important;
    }
    .product-mega-menu .product-all {
        padding: 15px 0;
    }
    .banner-part .banner-slider .owl-dots {
        bottom: 60px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .product-banner {
        padding: 190px 0 150px 0;
        background-position-y: -30px;
        background-position-x: 70%;
    }
    .business-img img {
        max-width: 100%;
        margin-right: 0;
        position: absolute;
        top: 70px;
        left: 180px;
        opacity: 0.4;
    }
    .headline-all-text {
        margin: 0px 0 0 0;
    }
    .headline-all-text h2 {
        font-size: 16px;
        margin: 0 0 0px 0;
    }
    .headline-all-text h2::before {
        display: none;
    }
    .headline-all-text h2::after {
        display: none;
    }
    .new-head-line-text h3 {
        margin: 0;
    }
    .new-head-line p {
        font-size: 16px;
        line-height: 25px;
    }
    .second-part-text-one-inner {
        padding: 40px 40px 40px 40px;
    }
    .second-part-text-one-inner img {
        max-width: 44%;
    }
    .second-part-text-one-inner h2 {
        font-size: 18px;
    }
    .second-part-text-one-body {
        padding: 40px 40px 40px 40px;
    }
    .second-part-text-one-footer {
        padding: 40px 40px 40px 40px;
    }
    .second-part-text-one-footer h3 {
        font-size: 18px;
        text-align: left;
        margin-left: 0;
    }
    .black-nav .navigation .navbar-nav a {
        color: #000!important;
    }
    .black-nav .login-text .add-btn .claim-btn {
        background-color: #002060 !important;
    }
    .left-part {
        padding-top: 0;
        background-color: hsl(0deg 0% 0% / 66%);
        padding: 50px 13px;
    }
    .banner-list ul li {
        font-size: 12px;
        position: relative;
        padding-left: 40px;
    }
    .banner-list ul li span {
        /* padding: 4px 5px; */
        font-size: 10px;
    }
    .new-head-line {
        margin: 30px 0;
        flex-wrap: wrap;
        border-bottom: 1px solid #4d5b85;
        padding-bottom: 30px;
    }
    .new-head-line-text {
        display: block;
        align-items: baseline;
        width: 100%;
        text-align: center;
    }
    .second-part .second-part-text-one {
        position: static;
        width: 100%;
        top: 0;
        margin-bottom: 50px;
    }
    .second-part {
        margin: 0px 0 80px 0;
    }
    .foot-one ul li a {
        font-size: 12px;
    }
    .foot-one ul li {
        padding: 5px 15px;
    }
    .new-head-line p br {
        display: none;
    }
    #testi .item {
        display: block;
    }
    #testi .item .testi-img {
        max-width: 15%;
        margin-bottom: 15px;
    }
    #testi .item .testi-para {
        margin-left: 0px;
        max-width: 100%;
    }
    .image-section-new {
        padding:  0 15px;
        margin:15px 0;
    }
    .navbar-collapse.show .login-text .btn{
        color: #000 !important;
    }
    .banner-part .item {
        background-size: cover !important;
    }
    .second-part-text-two {
        padding: 50px 0;
    }
    .image-section-new .row {
        flex-direction: column-reverse;
    }
    .product-cont img {
        width: 100%;
    }
    .navigation .navbar-nav a {
        color: #000 !important;
    }
    .listivo-hero-search-v9__image {
        width: 100%;
        margin-bottom: 30px;
    }
    .inner-page-banner {
        padding-top: 95px;
    }
    .second-part-new {
        margin: 30px 0 0 0;
    }
    .second-part-new h1 {
        font-size: 24px;
    }
    .inner-text-ab-in h2 {
        font-size: 24px;
    }
    .claim-button h2 {
        font-size: 24px;
    }
    .black-sec h2 {
        font-size: 24px;
    }
    .contact-sec {
        padding: 70px 0 50px 0;
    }
}