body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #fff;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

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

a:hover {
    color: #000;
}

.heading h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 34px;
    color: #000;
}

.heading h2 span {
    color: #ff6608;
}

button:focus,
button:a {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

p {
    color: #000;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.btn-a {
    background: #ff8533;
    color: #FFF;
    padding: 8px 30px 8px;
    display: inline-block;
    border-radius: 8px;
    font-size: 15px;
    transition: background 1s ease-out;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #ff8533, #ff6700);
    font-size: 18px;
}

.btn-a:hover {
    color: #fff;
}


/* ============= hader area ==============*/

.header-area {
    padding: 0px 0px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 0px 4px #e4008a17;
}

.header-area .navbar-brand {
    padding: 0px;
}

.header-area .navbar-brand img {
    width: 90px;
}

.main-header .navbar-dark .navbar-nav .nav-link {
    color: #010305;
    font-size: 16px;
    transition: all 0.5s;
    padding: 31px 15px;
    font-weight: 500;
    position: relative;
}

.nav-link.dropbtn.megamenu-column-header:after {
    margin-left: 15px;
    font-family: "FontAwesome";
    content: "\f078";
}

.main-header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.main-header #collapsibleNavbar {
    justify-content: end;
    align-items: center;
}

#collapsibleNavbar .navbar-nav {
    margin-right: 15px;
}

/*on hover dropdown*/
.header-area .navbar .dropdown {
    position: relative;
    display: inline-block;
}

.header-area .navbar .dropdown-content {
    display: none;
    position: fixed;
    top: 82px;
    background-color: #fff;
    width: max-content;
    min-width: 200px;
    box-shadow: 0px 4px 10px 5px #aeadad17;
    z-index: 99;
    padding: 0px;
}

.header-area .navbar .dropdown:hover .dropdown-content {
    display: block;
}

.header-area .navbar .dropdown-content a {
    color: black;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size: 15px;
    display: block;
}

.header-area .navbar .dropdown-content li {
    border-bottom: solid 1px #b3b3b34f;
    list-style: none;
}

.header-area .navbar .dropdown-content li:last-child {
    border: none;
}

.header-area .navbar .dropdown-content a:hover {
    background-color: #f5f5f5;
    color: #ff8533 !important;
}

header nav ul.dropdown-content li a:after {
    display: none;
}

/*on hover dropdown*/
.mega-clm {
    padding-top: 10px;
    border-left: 1px solid rgba(0, 0, 0, .07);
    padding-bottom: 5px;
}

.navbar .dropdown-content.cstm-drop-menu {
    width: 1140px;
    left: 10%;
    right: 0;
    top: 82px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    padding-bottom: 20px;
    padding-top: 20px;
}

.navbar .dropdown:hover .dropdown-content,
.navbar .dropdown .dropdown-content:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}

.megamenu-column-header {
    font-size: 15px;
    font-weight: 700;
    color: #142883;
}

.cstm-drop-menu span.megamenu-column-header {
    text-transform: uppercase;
    margin-bottom: 6px !important;
    display: block;
}

.main-header .navbar-dark .navbar-nav .mega-clm .nav-item .nav-link {
    padding: 7px 5px;
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
}


/* ============ end hader area =============*/



/* ============= Banner are ==============*/

.banner-inner {
    padding: 40px 0;
}

.banner-inner .heading h2 {
    font-weight: 700;
    font-size: 36px;
}

.banner-cnt-btn .frm-btn {
    background-color: #265c9a;
    font-size: 20px;
}

.banner-cnt-btn .frm-btn:hover {
    background-color: #1d497c;
}

.banner-img img {
    width: 90%;
}

.form-inner p {
    font-size: 17px;
    font-weight: 500;
}

.form-cnt {
    padding: 11px 15px;
    border: 1px solid #000;
    border-radius: 25px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    margin: 13px 0;
}

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

.form-control:focus {
    border-color: #232222 !important;
}

.contact-form textarea {
    resize: vertical;
    min-height: 80px;
}


.frm-btn {
    background-color: #ff6600;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 30px !important;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: auto !important;
    margin: 0 auto;
}

.frm-btn a {
    color: #fff;
}

.frm-btn:hover {
    background-color: #e05500;
}

.banner-ext-cnt-inner {
    display: flex;
    align-items: center;
    background-color: #2f629b;
    padding: 30px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    position: relative;
    right: 0;
}

.banner-ext-cnt-inner img {
    height: 100%;
    margin-right: 20px;
}

.banner-ext-cnt-inner p {
    margin: 0;
    color: #fff;
}

.task-control {
    padding-left: 100px;
}

/* ============= Banner are end ==============*/

/* ========== Task Control ============ */


.task-control-inner-cnt {
    position: relative;
}

.task-control-inner p {
    font-size: 16px;
    font-weight: 500;
}

.control-inner p {
    position: absolute;
}

.control-inner-1 p {
    text-align: right;
    top: 60px;
    left: 19%;
}

.control-inner-2 p {
    text-align: right;
    top: 37%;
    left: 15%;
}

.control-inner-3 p {
    text-align: right;
    bottom: 110px;
    left: 19%;
}

.control-inner-4 p {
    text-align: left;
    top: 60px;
    right: 19%;
}

.control-inner-5 p {
    text-align: left;
    top: 37%;
    right: 15%;
}

.control-inner-6 p {
    text-align: left;
    bottom: 110px;
    right: 19%;
}



/* ========== Task Control End ============ */



/* ========== Download Guid ============ */

.download-guide {
    padding: 60px 0;
}

.download-guide-inr {
    padding: 40px 0 40px 40px;
    margin: 0 50px;
    background-color: #2f629b;
    border-radius: 100px;
}

.download-guide-inr .heading h2 {
    color: #fff;
}

.download-guide-inr .heading p {
    color: #fff;
}

.download-guide-inr .frm-btn {
    padding: 15px 50px !important;
}


/* ========== Download Guid End ============ */


/* ========== Why choose ============ */

.why-choose {
    margin: 50px 0;
    padding: 50px 0;
    position: relative;
    background-color: #fff9f3;
}


.why-choose-inner img {
    width: 60px;
    position: absolute;
    top: 0;
    left: 26%;
}


.why-choose-img {
    margin-top: 30px;
}

.why-choose-bx {
    padding-left: 100px;
}

.why-choose-bx .why-choose-inr {
    padding: 20px 0;
    position: relative;
}

.why-choose-bx .why-choose-inr img {
    position: absolute;
    top: 20px;
    left: -50px;
}

.why-choose-bx .why-choose-inr h5 {
    font-weight: 700;
    font-size: 18px;
}

.why-choose-bx .why-choose-inr p {
    font-weight: 500;
}

.why-choose-bx .why-choose-inr::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: -200px;
    height: 1.9px;
    background-color: #efe0d0;
}


/* ========== Why choose End ============ */



/* ============ Business Central ============ */

.business-central {
    padding: 60px 0;
    background-image: url(../images/business-central-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.business-central .heading h2 {
    color: #fff;
}

.business-bx .heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 40px;
}

.business-bx .heading h2 {
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    margin: 0;
}

.business-bx .business-mega-bx-inner {
    display: flex;
    justify-content: space-between;
}

.business-bx .business-bx-inner {
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 40px;
}

.pr-business-bx .business-bx-inner {
    background-color: #2f629b;
}

.pr-business-bx .business-bx-inner ul li {
    color: #fff !important;
}

.business-bx .business-inr-bx {
    min-height: 250px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 50px;
}

.business-bx .business-inr-sec-bx {
    min-height: 265px;
}

.business-bx .heading img {
    height: 50px;
}

.business-bx .business-bx-inner ul li {
    color: #2f629b;
    padding: 5px 0;
    position: relative;
}

.business-bx .business-bx-inner ul li::before {
    content: "•";
    position: absolute;
    left: -15px;
    font-size: 25px;
    color: #ff6608;
    line-height: 25px;
}


/* ============ Business Central End ============ */


/* ========== Pricing Overview ========== */

.pricing-overview {
    padding: 60px 0;
    /* background-color: #fff9f3; */
}

.pricing-inr-bx {
    background-color: #2f629b;
    margin-right: 30px;
    padding: 20px;
    border-radius: 20px;
    min-height: 220px;
}

.pric-inr-bx {
    background-color: #ff6608;
    padding-right: 40px;
}

.pricing-overview-inr-cnt {
    display: flex;
}

.pricing-overview-bx {
    display: flex;
    justify-content: space-between;
}

.pricing-inr-bx h2 {
    color: #fff;
}

.pricing-inr-bx p {
    color: #fff;
    margin-bottom: 0;
}

.pricing-overview-inr .heading h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.price-inr-head {
    position: relative;
    bottom: -60px;
}

.pric-inr-bx .price-inr-head {
    bottom: -23px;
}



/* ========== Pricing Overview End ========== */


/* ========== Start Automating =========== */

section.start-automating {
    padding: 80px 0 20px;
}

.start-automating-inner .foot-menu-inner li i {
    background: #2f629b;
}

.start-automating-inner .foot-menu-inner li p {
    font-weight: 600;
}

/* ========== Start Automating =========== */


/*======= case study area =========*/


.case-study-area {
    margin: 20px 0px 0;
    background-color: #f0f7ff;
    padding: 50px 0;
}

.case-bx {
    padding: 0px 20px;
}

.case-img {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 10px;
    min-height: 170px;
}

.case-img img {
    width: 105px !important;
    height: 115px;
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
}

.case-bx p span {
    color: #ff6700;
    font-weight: 600;
}

.case-bx p {
    font-size: 17px;
    margin: 30px 0px 10px;
    width: 85%;
}

.case-bx .red-arrow i {
    background-color: #ff6608;
    color: #fff;
}

.red-arrow i {
    border: solid 1px #ff6608;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border-radius: 100px;
    font-size: 13px;
    margin-left: 15px;
}

.case-rgt .owl-nav {
    position: absolute;
    top: 70%;
    left: -53%;
}

.case-lft .heading h2 {
    color: #2f629b;
    font-weight: 700;
    font-size: 35px;
}

.case-bx a {
    font-weight: 600;
}

.case-study-area .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border: solid 3px #2f629b !important;
    border-radius: 100px;
    margin-left: 10px;
    color: #2f629b !important;
}

.case-study-area .owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #2f629b;
    color: #fff !important;
}

.case-study-area .owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    font-size: 19px;
    line-height: 29px;
}


/*========= case study area ========*/


/* ======= portfolio ======= */

.portfolio {
    padding: 60px 0 10px;
    border-bottom: 1px solid #2f629b;
}

.portfolio .heading h2 {
    color: #2f629b;
}

.portfolio .heading h3 {
    color: #ff6608;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    margin-top: 50px;
}

.portfolio .heading h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 44%;
    height: 1px;
    background-color: #2f629b;
}

.portfolio .heading h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 44%;
    height: 1px;
    background-color: #2f629b;
}

.Customers-img img {
    width: 70%;
    height: 50px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.7s;
}

.Customers-img {
    text-align: center;
    margin: 30px 0;
}

.Customers-img img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.plateform-inner .Customers-img img {
    width: 50%;
    height: 50px;
}


/* ======= portfolio End ======= */



/* =========== Footer Area =========== */


.footer-area {
    padding-top: 30px;
}

.footer-area-inner {
    position: relative;
}

.footer-logo img {
    width: 200px;
}

.foot-menu-inner li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.foot-menu-inner li i {
    color: #fff;
    background: #ff6a05;
    padding: 8px 9px;
    font-size: 17px;
    border-radius: 50%;
}

.foot-menu-inner li p {
    margin: 0px 0px 0px 0px;
}

.foot-menu .social_icons {
    display: flex;
    justify-content: end;
    align-items: center;
}

.foot-menu .social_icons i {
    color: #fff;
    background: #ff6a05;
    padding: 8px 9px;
    font-size: 17px;
    border-radius: 50%;
    margin: 0 7px;
}

.foot-menu .social_icons p {
    margin: 0px 20px 0px 0px;
}

.footer-area-inner .copyright-area-bx {
    margin-top: 20px;
}

.footer-area-inner .copyright-area-bx p {
    margin: 0;
}

.modal-content {
    min-width: 700px;
    padding: 30px 40px 40px;
    border-radius: 20px;
}

.custom-centered-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    z-index: 1055;
    width: auto;
    max-width: 40%;
}

.custom-centered-modal .btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
}

.modal-content h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
}

.foot-menu-inner li a {
    padding-left: 15px;
}



/* =========== Footer Area End =========== */


/* =========== Live Demo =========== */


.live-demo {
    padding: 60px 0;
}

.live-demo .heading h2 {
    margin: 0 0 40px 10px;
}

.live-demo-bx {
    background-color: #2f629b;
    padding: 60px 40px;
    border-radius: 30px;
    position: relative;
}

.live-demo-inr h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 13px;
}

.live-demo-inr ul li {
    font-weight: 400;
    color: #fff;
    margin-bottom: 7px;
}

.live-demo-img-area p {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.live-demo-img-area img {
    position: absolute;
    bottom: 120px;
    width: 500px;
}

/* =========== Live Demo End =========== */



/* =========== business-central =========== */

.why-business-central {
    padding: 60px 0;
}

.why-left-central {
    margin-top: 50px;
}

.why-right-central {
    margin-top: 50px;
}

.why-left-central h5 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.why-right-central h5 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.why-business-central-inr h5 {
    background-color: #e1e1e1;
    color: #2f629b;
    padding: 14px;
    font-weight: 700;
    text-align: center;
}

.why-business-central-inr p {
    border-bottom: 1px solid #afafaf;
    margin: 0;
    padding: 15px 10px 15px 45px;
    font-weight: 500;
}

.why-business-central-inr p:last-child {
    border-bottom: none;
}

.why-business-central .heading h2 {
    margin-bottom: 40px;
}

.why-dif-bx {
    background-color: #2f629b;
    padding: 50px 0px 10px;
    border-radius: 30px;
}

.why-dif-bx h5 {
    background-color: #ff6608;
    color: #fff;
}

.why-dif-bx p {
    color: #fff;
}


/* =========== business-central End  =========== */


/* ========== Why softart ==========  */

.why-choose-soft {
    padding: 70px 0;
    background-color: #f0f7ff;
}

.why-choose-soft-inr .heading p {
    color: #2f629b;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
}

.why-choose-soft-img img {
    width: 70%;
}

.why-info {
    padding-left: 20px;
}

.why-info p {
    color: #2f629b;
    margin: 0;
    font-weight: 600;
}

.why-info .count-up h2 {
    font-weight: 600;
    margin: 0;
}

.why-info .count-up span {
    font-size: 32px;
    font-weight: 600;
}

.why-choose-soft-bx img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.why-choose-soft-bx {
    margin: 15px 0 25px;
}

.why-choose-soft-inr {
    padding-right: 110px;
}



/* ========== Why softart End ==========  */