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

.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 ==============*/



/* ============= Counter ==============*/

.counter-area {
    padding: 50px 0;
}

.count-up {
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-up h2 {
    margin: 0;
    color: #2f629b;
    font-size: 50px;
    font-weight: 800;
}

.count-up span {
    color: #2f629b;
    font-size: 50px;
    font-weight: 800;
}

.count-up-cnt p {
    font-weight: 500;
}

.counter-area-inner {
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}


/* ============= Counter end ==============*/


/* =========== Faster Growth ============ */

.faster-growth {
    padding: 70px 0;
    background-image: url(../images/faster-growth-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.faster-growth-cnt-bx .heading h2 {
    color: #fff;
}

.faster-growth-cnt-bx .heading p {
    color: #fff;
}

.faster-growth-cnt-bx h3 {
    color: #fff;
    margin: 0;
}

.faster-growth-cnt-bx h4 {
    color: #fff;
    margin-top: 10px;
    font-weight: 300;
}


/* =========== Faster Growth End ============ */

/* ========= manufacturing =========== */

.manufacturing {
    padding: 60px 0;
    position: relative;
}
.manufacturing .heading h2 {
    color: #2F629B;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    left: -160px;
    text-transform: uppercase;
}
.manufactr-img img {
    padding: 0 50px 0;
}
.manufactr-cnt ul {
  list-style: none;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2C2C2C;
}
.manufactr-cnt ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}
.manufactr-cnt ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #2F629B;
  border-radius: 50%;
}

.manufr-inner-cnt p {
    margin-left: -50px;
}

.manufacturing .owl-dots {
    position: absolute;
    bottom: 90px;
    left: 32%;
}
.manufacturing .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #2F629B;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 50%;
}
.manufacturing .owl-dots .owl-dot.active { 
    background-color: #2F629B;
}

.manufactr-cnt button {
    margin-left: 70px;
    margin-bottom: 30px;
}

.manufr-inner-cnt button {
    margin-left: -20px;
    margin-top: 30px !important;
    margin-bottom: 20px;
}

.frst-li {
    margin-left: 46px;
}
.sec-li {
    margin-left: 36px;
}
.thrd-li {
    margin-left: 26px;
}
.fort-li {
    margin-left: 16px;
}
.fiv-li {
    margin-left: 6px;
}
.manufacturing .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.manufacturing .owl-carousel .owl-nav button.owl-prev,
.manufacturing .owl-carousel .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border: solid 1px #ff6608 !important;
  border-radius: 100px;
  color: #fff !important;
  background: #ff6608 !important;
}


/* ========= manufacturing End =========== */


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

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

.why-choose .why-choose-inner .heading span {
    font-size: 50px;
    font-weight: 800;
}

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

.why-choose-inner-bx {
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 4px 5px 6px 1px rgba(0, 0, 0, 0.1);
}

.why-choose-inner-bx h5 {
    color: #2f629b;
    margin: 0;
    font-size: 19px;
    font-weight: 700;
}

.frt-in-box {
    display: flex;
    align-items: center;
    background-color: #2f629b;
    border-radius: 15px;
    padding: 35px 60px !important;
}

.inner-cnt-bx h3 {
    color: #ff6608;
    font-size: 45px;
    padding-right: 25px;
    margin: 0;
}

.frt-in-box p {
    color: #fff;
    margin: 0;
    font-size: 16px !important;
}

.inner-cnt-bx {
    border: 2px solid #2f629b;
    border-radius: 15px;
    margin: 10px 0;
    padding: 10px 30px;
}

.inner-cnt-bx p {
    margin: 0;
    font-size: 15px;
}

.inner-cnt-bx .cnt p {
    color: #ff6608;
    font-size: 16px;
    line-height: 19px;
}


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



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

.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 15px;
}

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

.captcha-inp {
    display: flex;
    align-items: center;
}

.captcha-inp input {
     padding: 11px 15px;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    margin: 13px 0;
}

.captcha-img {
    background-color: #ff6600;
    padding: 10px 7px 5px 15px;
    border-radius: 10px;
    margin: 0 10px;
}


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

/* ========== Feactures ========== */

.feactures-area {
    padding: 60px 0;
    background-color: #e4effc;
}

.feacture-stru-img {
    position: relative;
}

.feacture-poit-inr .feacture-point{
    position: absolute;
    text-align: center;
}

.feacture-poit-inr .feacture-point img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.feacture-poit-inr .feacture-point p {
    color: #202020;
    font-size: 12px;
    margin: 5px 0 0;
}

.feacture-poit-inr .frst-point {
    top: 7%;
    left: 19.8%;
}

.feacture-poit-inr .sec-point {
    top: 25%;
    left: 73px;
}

.feacture-poit-inr .trd-point {
    top: 59%;
    left: 7%;
}

.feacture-poit-inr .four-point {
    bottom: 9%;
    left: 19.5%;
}

.feacture-poit-inr .fift-point {
    bottom: 27%;
    left: 31.5%;
}

.feacture-poit-inr .six-point {
    top: 23%;
    left: 35.5%;
}

.feacture-poit-inr .seven-point {
    top: 7.5%;
    left: 47%;
}

.feacture-poit-inr .eight-point {
    top: 23%;
    left: 59.5%;
}

.feacture-poit-inr .nine-point {
    top: 55%;
    right: 31%;
}

.feacture-poit-inr .ten-point {
    bottom: 9%;
    right: 19%;
}

.feacture-poit-inr .eleven-point {
    bottom: 25%;
    right: 7%;
}

.feacture-poit-inr .twolve-point {
    top: 25%;
    right: 6%;
}

.feacture-poit-inr .thirteen-point {
    top: 4%;
    right: 19.5%;
}

.live-demo-bx {
    padding: 60px;
    background-color: #e4effc;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.live-demo-bx .heading h2 span {
    color: #2f629b;
}

.live-demo-cnt ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-weight: 500;
}

.live-demo-cnt ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    background-color: #2F629B;
    border-radius: 50%;
}


/* ========== Feactures End ========== */
