@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap"); body {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.container {
    max-width: 1300px !important;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    margin-bottom: 0px;
}

li {
    list-style: none;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.logo-header {
    background: linear-gradient(rgb(56, 56, 56) 0%, rgb(1, 1, 1) 100%) rgb(0, 0, 0);
    padding: 6px 0px;
}

.logo-header .logo {
    display: inline-block;
    width: 100%;
    padding-top: 6px;
}

.logo-header .search-co {
    padding-top: 22px;
}

.logo-header .search-co button {
    background: rgb(228, 108, 28);
    border: none;
}

.logo-header .search-co button {
    background: rgb(255 196 32);
    border: none;
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    padding: 0px;
    color: #000;
}

.logo-header .search-co input {
    height: 32px;
    /* width: 270px; */
}

.logo-header .contact {
    padding-top: 25px;
}

.logo-header .contact p {
    color: rgb(255 196 32);
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.logo-header .contact p i {
    padding-right: 5px;
}
.logo-header .search-co .input-group {
    position: relative;
}

.logo-header .search-co .input-group button {
    position: absolute;
    right: 95px;
}
.logo-header .contact ul {
    text-align: center;
    display: inline-block;
}

.logo-header .contact ul li {
    display: inline-block;
    color: rgb(255, 255, 255);
}

.menu-header {
    background-image: linear-gradient(rgb(255, 204, 46) 0%, rgb(255, 189, 20) 100%);
}

.menu-header li.nav-item {
    position: relative;
}

.menu-header li.nav-item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, 0.29);
    right: 0px;
    top: 7px;
}

.menu-header li.nav-item a.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin: 0px 6px;
}

.menu-header ul.navbar-nav li.nav-item .pro-dropdown {
    z-index: 99;
    position: absolute;
    top: 50px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    background: rgb(231, 231, 231);
    width: 180px;
    border-radius: 4px;
    padding: 6px 12px;
}

.menu-header ul.navbar-nav li.nav-item:hover .pro-dropdown {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease 0s;
    top: 39px;
}
.menu-header ul.navbar-nav li.nav-item .pro-dropdown strong {
    font-size: 16px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 2px;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 500;
}
.menu-header ul.navbar-nav li.nav-item .pro-dropdown ul li {
    list-style: none;
}

.menu-header li.nav-item .dropdown ul li {
    list-style: none;
}

.menu-header li.nav-item .dropdown ul li a {
    color: rgb(0, 0, 0);
}

.menu-header ul.navbar-nav li.nav-item .pro-dropdown ul li a {
    color: rgb(97, 97, 97);
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    padding-left: 6px;
    border-radius: 4px;
}

.menu-header ul.navbar-nav li.nav-item .pro-dropdown ul li a:hover {
    color: rgb(255 255 255);
    transition: all 0.4s ease 0s;
    background: #000000;
}

.banner-section {
    background-image: url("../images/banner1.jpg");
    padding: 69px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-section .content-cover {
    color: rgb(255, 255, 255);
}

.banner-section .content-cover h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-section .content-cover h1 {
    font-size: 52px;
    font-weight: 600;
    line-height: 68px;
    margin-bottom: 12px;
}

.banner-section .content-cover p {
    font-size: 14px;
    font-weight: 400;
}

.scroll-section {
    display: inline-block;
    width: 100%;
}

.scroll-section .tab-section-cover.fixed-header {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    background-color: rgb(255, 255, 255);
    z-index: 99;
}

.scroll-section .tab-section-cover {
    border-bottom: 1px solid rgb(187, 187, 187);
}

.scroll-section .tab-section-cover .flex {
    justify-content: space-between;
}

.scroll-section nav ul li {
    display: inline-block;
    margin: 0px 10px;
}

.scroll-section nav ul li a {
    padding: 16px;
    color: rgb(110, 110, 110);
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease 0s;
    display: inline-block;
}

.scroll-section nav ul li a.request-btnd {
    background: rgb(255, 196, 32);
    color: rgb(0, 0, 0);
    padding: 9px 18px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 0px !important;
}
.request-details button {
    color: #000;
    background-color: #ffc420;
    border-color: #ffc420;
}
.scroll-section nav ul li a:hover {
    color: rgb(52, 73, 94);
}

.scroll-section a.active {
    border-bottom: 5px solid rgb(110, 110, 110);
}

.scroll-section .sections .overview h3 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(64, 64, 64);
    margin-bottom: 32px;
}

.scroll-section .sections section {
    padding: 48px 16px;
}

.scroll-section .sections section {
    padding: 68px 0px;
}

.scroll-section .sections section .overview {
    padding: 0px 32px;
}

.scroll-section .sections .overview p {
    font-size: 18px;
    padding-right: 110px;
    padding-bottom: 30px;
    color: rgb(114, 114, 114);
    letter-spacing: 1px;
}

.scroll-section .sections section {
    background: rgb(244, 244, 244);
    padding-bottom: 0px;
}

.scroll-section .sections section .our-solution .content {
    text-align: center;
}

.scroll-section .sections section .our-solution .content h6 {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.scroll-section .sections section .our-solution .content h3 {
    font-size: 32px;
    color: rgb(64, 64, 64);
    font-weight: 300;
    margin-bottom: 16px;
    line-height: 49px;
}

.scroll-section .sections section .our-solution .content h3 strong {
    font-weight: 500;
}

.scroll-section .sections section .our-solution .content p {
    font-size: 21px;
    padding: 0px 145px;
    color: rgb(64, 64, 64);
    font-weight: 300;
}

.scroll-section .sections section .our-solution .tabing-cover {
    margin-top: 48px;
    align-items: start;
    margin-bottom: 48px;
}

.scroll-section ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.scroll-section ul.tabs li {
    background: none;
    color: rgb(34, 34, 34);
    display: inline-block;
    padding: 16px 15px;
    cursor: pointer;
}

.scroll-section ul.tabs li.current {
    color: rgb(34, 34, 34);
    border-left: 2px solid rgb(255, 196, 32);
    border-right: 0px !important;
}

.scroll-section .sections section .our-solution .tabing-cover ul.tabs li i {
    float: right;
}

.scroll-section .sections section .our-solution .tabing-cover ul.tabs li.tab-link.current i {
    display: none;
}

.scroll-section .sections section .our-solution .tabing-cover ul.tabs li:hover i {
    padding-right: 6px;
    transition: all 0.4s ease 0s;
}

.scroll-section .tab-content {
    display: none;
    padding: 15px;
}

.scroll-section .tab-content.current {
    display: inherit;
}

.scroll-section .sections section .tabing-cover ul.tabs {
    width: 24%;
}

.scroll-section .sections section .our-solution .tabing-cover ul.tabs {
    padding-right: 30px;
}

.scroll-section .sections section .our-solution .tabing-cover ul.tabs li {
    display: block;
    border-top: 1px solid rgb(217, 217, 217);
    border-right: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
}

.scroll-section .sections section .tabing-cover .tab-content {
    width: 76%;
}

.scroll-section .sections section .our-solution .tabing-cover .cover h3 {
    letter-spacing: 1px;
    margin-bottom: 16px;
    font-size: 28px;
}

.scroll-section .sections section .tabing-cover .tab-content .cover .equalheighcol a.box-cover {
    padding: 32px;
    display: inline-block;
}

.equalheighcol:hover {
    box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 20px 0px;
    transition: all 0.6s ease 0s;
}

.equalheighrow {
    display: flex;
    justify-content: flex-start;
    gap: 3%;
    flex-wrap: wrap;
}

.equalheighcol {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(199, 199, 199);
    flex-basis: 31.3%;
    margin-bottom: 30px;
    padding: 32px;
}

.scroll-section .sections section .tabing-cover .tab-content .cover a.box-cover h5 {
    color: rgb(64, 64, 64);
    font-weight: 600;
    padding-bottom: 12px;
}

.scroll-section .sections section .tabing-cover .tab-content .cover a.box-cover p {
    font-size: 15px;
    color: rgb(64, 64, 64);
    line-height: 27px;
}

.scroll-section .sections section .our-banner {
    background-image: url("../images/our-banner.jpg");
    padding: 48px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.scroll-section .sections section .our-banner .content-cover h6 {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.scroll-section .sections section .our-banner .content-cover h2 {
    font-weight: 400;
    line-height: 48px;
    font-size: 32px;
    color: rgb(64, 64, 64);
}

.scroll-section .sections section .our-banner .content-cover p {
    margin: 10px 0px 24px;
    font-size: 15px;
    line-height: 24px;
}

.scroll-section .sections section .our-banner .content-cover .read-btn a {
    background-color: rgba(255, 255, 255, 0.4);
    color: rgb(64, 64, 64);
    font-size: 19px;
    font-weight: 700;
    line-height: 32px;
    padding: 12px 24px;
    border: 1px solid rgb(64, 64, 64);
    border-radius: 5px;
    display: inline-block;
}

.scroll-section .sections section .our-banner .content-cover .read-btn a:hover {
    background-color: rgb(64, 64, 64);
    color: rgb(255, 255, 255);
    transition: all 0.4s ease 0s;
}

.scroll-section .sections section .features:first-child {
    margin-bottom: 80px;
}

.scroll-section .sections section .features .content {
    text-align: center;
    margin-bottom: 50px;
}

.scroll-section .sections section .features .content h6 {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.scroll-section .sections section .features .content h3 {
    font-size: 32px;
    color: rgb(64, 64, 64);
    font-weight: 300;
    margin-bottom: 16px;
    line-height: 49px;
}

.scroll-section .sections section .features .content h3 strong {
    font-weight: 500;
}

.scroll-section .sections section .features .content p {
    font-size: 21px;
    padding: 0px 145px;
    color: rgb(64, 64, 64);
    font-weight: 300;
}

.scroll-section .sections section .features .icon-main-cvr {
    text-align: center;
}

.scroll-section .sections section .features .icon-main-cvr svg {
    width: 70px;
}

.scroll-section .sections section .features .icon-main-cvr h4 {
    font-size: 21px;
    color: rgb(64, 64, 64);
    margin-bottom: 24px;
}

.scroll-section .sections section .features .icon-main-cvr p {
    font-size: 15px;
    color: rgb(64, 64, 64);
}

.scroll-section .sections section .insights {
    background-image: url("../images/insights-img.png");
    padding: 108px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.scroll-section .sections section .insights .content-cover h6 {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: rgb(255, 255, 255);
}

.scroll-section .sections section .insights .content-cover h2 {
    font-weight: 400;
    line-height: 48px;
    font-size: 32px;
    color: rgb(255, 255, 255);
}

.scroll-section .sections section .insights .content-cover p {
    margin: 10px 0px 24px;
    font-size: 15px;
    line-height: 24px;
    color: rgb(255, 255, 255);
}

.scroll-section .sections section .insights .content-cover .read-btn a {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: 700;
    line-height: 32px;
    padding: 12px 24px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    display: inline-block;
}

.scroll-section .sections section .insights .content-cover .read-btn a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(64, 64, 64);
    transition: all 0.4s ease 0s;
}

.scroll-section .sections section .we-hr {
    width: 100%;
    padding: 48px 0px;
}

.scroll-section .sections section .we-hr .side-cover h3 {
    font-size: 28px;
    font-weight: 700;
    color: rgb(64, 64, 64);
    margin-bottom: 32px;
}

.scroll-section .sections section .we-hr .side-cover p {
    font-size: 19px;
    color: rgb(64, 64, 64);
    margin-bottom: 24px;
}

.scroll-section .sections section .we-hr .side-cover p {
    font-size: 19px;
    color: rgb(64, 64, 64);
}

.scroll-section .sections section .we-hr .side-cover ul li {
    border-top: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
}

.scroll-section .sections section .we-hr .side-cover ul li a {
    justify-content: space-between;
    padding: 24px 0px;
    color: rgb(0, 0, 0);
}

.scroll-section .sections section .we-hr .side-cover ul li a:hover {
    color: rgb(140, 140, 140);
}

.scroll-section .sections section .we-hr .side-cover ul li a span {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
}

.scroll-section .sections section .we-hr .side-cover ul li:first-child {
    border-bottom: 0px;
}

.scroll-section .sections section .we-hr a.box-cover {
    background: transparent;
}

.scroll-section .sections section .we-hr a.box-cover h5 {
    font-size: 19px;
    color: rgb(64, 64, 64);
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px;
}

.scroll-section .sections section .we-hr a.box-cover p {
    font-size: 15px;
    color: rgb(64, 64, 64);
    margin-bottom: 16px;
}

.scroll-section .sections section .we-hr a.box-cover span {
    color: rgb(64, 64, 64);
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    display: inline-block;
}

.scroll-section .sections section .we-hr a.box-cover span:hover {
    text-decoration: underline;
}

.scroll-section .sections section .we-hr a.box-cover span i {
    padding-left: 10px;
    color: rgb(0 0 0);
}

.scroll-section .sections section#\36 {
    background-color: rgb(255, 255, 255);
}

.scroll-section .sections section .request-details label {
    color: rgb(64, 64, 64);
}

.scroll-section .sections section .request-details input {
    padding: 11px;
    color: rgb(64, 64, 64);
}

.scroll-section .sections section .request-details textarea {
    height: 140px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

.scroll-section .sections section .request-details .request-details-title {
    font-size: 28px;
    font-weight: 700;
    color: rgb(64, 64, 64);
    padding: 32px 0px 24px;
    border-bottom: 1px solid rgb(207, 207, 207);
    margin-bottom: 30px;
}

.scroll-section .sections section .request-details .request-details-title {
    font-size: 28px;
    font-weight: 700;
    color: rgb(64, 64, 64);
    padding: 32px 0px 24px;
    border-bottom: 1px solid rgb(207, 207, 207);
    margin-bottom: 30px;
}

.scroll-section .sections section .request-details .title-sales {
    margin-bottom: 40px;
}

.scroll-section .sections section .request-details .title-sales h2 {
    font-size: 32px;
    font-weight: 300;
    color: rgb(64, 64, 64);
}

.scroll-section .sections section .request-details select {
    height: 48px;
    width: 100%;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 4px;
}

.scroll-section .sections section .request-details .content p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.scroll-section .sections section .request-details .content p a {
    color: rgb(0, 30, 255);
    text-decoration: underline;
}

.scroll-section .sections section .request-details .content p a:hover {
    text-decoration: none;
}

.sections {
    background: rgb(244, 244, 244);
}

.scroll-section .sections section .request-details .contact-us .title-contact h2 {
    font-size: 32px;
    font-weight: 300;
    color: rgb(64, 64, 64);
    margin-bottom: 30px;
}

.scroll-section .sections section .request-details .contact-us .title-contact .contact-box .icon {
    text-align: center;
    margin-bottom: 40px;
}

.scroll-section .sections section .request-details .contact-us .title-contact .contact-box .icon i {
    font-size: 28px;
    color: rgb(64, 64, 64);
    margin-bottom: 20px;
}

.scroll-section .sections section .request-details .contact-us .title-contact .contact-box .icon p {
    font-size: 15px;
}

.footer-section {
    background: rgb(64, 64, 64);
    position: relative;
    margin-top: 60px;
}

.cta-text span {
    color: rgb(117, 117, 117);
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 28px;
    font-family: "Nunito Sans", sans-serif;
}

.footer-social-icon span {
    color: rgb(255 196 32);
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: rgb(59, 89, 152);
}

.twitter-bg {
    background: rgb(85, 172, 238);
}

.google-bg {
    background: rgb(221, 75, 57);
}

.footer-widget-heading h3 {
    color: rgb(255 255 255);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ffc420;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: rgb(255 196 32);
    padding-left: 10px;
    transition: 0.6s;
}

.footer-widget ul li a {
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(151, 151, 151, 0.54);
    color: rgb(233, 115, 29);
}

.subscribe-form button {
    position: absolute;
    right: 0px;
    background: #ffc420;
    padding: 13px 20px;
    border: 1px solid #ffc420;
    top: 0px;
}

.subscribe-form button i {
    color: rgb(0 0 0);
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: rgb(32, 32, 32);
    padding: 8px 0px;
}

.copyright-text p {
    margin: 0px;
    font-size: 14px;
    color: rgb(185, 185, 185);
    line-height: 25px;
}

.copyright-text p a {
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: rgb(255, 94, 20);
}

.footer-menu li a {
    font-size: 14px;
    color: rgb(185, 185, 185);
}

.footer-menu ul {
    margin: 0px;
}
.request-details .contact-us {
    text-align: right;
}