/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #ff6f39;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #ff6f39;
}

body {
  margin: 0px;
  padding: 0px !important;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Barlow", sans-serif; !important
}

p {
  font-size: 18px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

.text-color {
  color: #ff6f39;
}

.btn.btn-theme-color {
  background-color: #ff6f39;
  color: #fff;
}
.btn.btn-theme-color:hover {
  background-color: #ff6f39;
  color: #fff;
}
.btn.btn-theme-color:focus {
  background-color: #ff6f39;
  color: #fff;
}
.btn.btn-theme-color:active {
  background-color: #ff6f39;
  color: #fff;
}

.btn.btn-outline-theme {
  border-color: #ff6f39;
  color: #ff6f39;
}
.btn.btn-outline-theme:hover {
  background-color: #ff6f39;
  color: #fff;
}
.btn.btn-outline-theme:focus {
  background-color: #ff6f39;
  color: #fff;
}
.btn.btn-outline-theme:active {
  background-color: #ff6f39;
  color: #fff;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #ff6f39;
}

::selection {
  color: #fff;
  background: #ff6f39;
}

/*--------------------------*/
.logo-widt-brand .navbar-brand img {
  width: 220px;
}
.header-bar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-bar.fixed-header {
    position: fixed;
}
.navmenu-bar-link .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin: 0px 5px;
}
.navmenu-bar-link .nav-link.show {
  color: #ff6f39;
}
.navmenu-bar-link .menu-nv-link .dropdown-toggle.nav-link::after {
  border: 0;
  content: "\f067";
  font-family: "Font Awesome 5 Pro"; !important
  font-weight: 300;
  line-height: normal;
  vertical-align: middle;
  font-size: 13px;
  margin-left: 5px;
}
.navmenu-bar-link .menu-nv-link .dropdown-toggle.nav-link.show::after {
  content: "\f068";
}
.navmenu-bar-link .menu-nv-link > .dropdown-menu {
  margin-top: 24px;
  border-radius: 0px;
  border-top: 2px solid #ff6f39;
}
.navmenu-bar-link .menu-nv-link > .dropdown-menu .submenu-link {
  padding: 5px 15px;
  color: #000;
}
.navmenu-bar-link .menu-nv-link > .dropdown-menu .submenu-link .nav-link {
  padding: 5px 15px;
  color: #000;
  font-weight: 400;
  margin: 0px;
}
.navmenu-bar-link .menu-nv-link > .dropdown-menu .submenu-link .nav-link:hover {
  color: #ff6f39;
}
.navmenu-bar-link .menu-nv-link > .dropdown-menu .submenu-link .nav-link.show {
  color: #ff6f39;
}
.navmenu-bar-link .menu-nv-link > .dropdown-menu .submenu-link .nav-link::after {
  margin-top: 6px;
}
.navmenu-bar-link .menu-nv-link > .dropdown-menu .submenu-link:hover {
  background-color: transparent;
  color: #ff6f39;
}
.navmenu-bar-link .menu-nv-link > .dropdown-menu .submenu-link > .dropdown-menu {
  border-radius: 0px;
  border-top: 2px solid #ff6f39;
}
.navmenu-bar-link .menu-nv-link.full-dropdown-menu .dropdown-menu {
  max-width: 1320px;
  margin: auto;
  left: 0;
  right: 0;
}
.navmenu-bar-link .menu-nv-link .dropdown-menu .sub-menuwap-items a {
  padding: 0px;
  margin-bottom: 12px;
}
.navmenu-bar-link .menu-nv-link .dropdown-menu .sub-menuwap-items a:hover {
  background-color: transparent;
  color: #ff6f39;
}

.nested-menu .dropdown-toggle::after {
  float: right;
  margin-top: 3px;
}
.nested-menu .dropdown-menu {
  left: 100%;
  top: 0px;
}

.sub-menucontent-area {
  padding: 20px 10px;
}

.sub-menu-head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.btn-lets-top {
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 12px;
}

.btn-bell-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 40% 28%;
  order: 3;
}
.btn-bell-icon .bages-txt-wt {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  color: #ff6f39;
  border-radius: 50%;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.btn-bell-icon i {
  font-size: 18px;
}

/*--------toggle-icon------*/
.toggle-button-icon {
  font-size: 28px;
  margin-left: 15px;
  order: 3;
}

.side-canvas-width {
  width: 300px !important;
}

/*--------------------notification-----------------------------*/
.list-notification {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.notif-dates {
  flex: 0 0 60px;
  max-width: 60px;
  text-align: right;
}

.list-body {
  flex: 1;
  max-width: 100%;
  margin-inline-start: 70px;
  background-color: #fff;
  position: relative;
  padding: 14px 20px;
  border: 1px solid #f7f7f7;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.0509803922);
}
.list-body::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-bottom: -21.7px;
  width: 3px;
  background: rgba(98, 89, 202, 0.2);
  inset-inline-start: -35px;
}
.list-body::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 2px solid #ff6f39;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  inset-inline-start: -42px;
}
.list-body p {
  font-size: 14px;
  margin-bottom: 0px;
}

.list-notification:last-child .list-body::before {
  margin-bottom: 0px;
}

.day-title-notifi {
  font-size: 13px;
  margin-bottom: 0px;
}

.time-wgt-notifi {
  font-size: 18px;
  font-weight: 500;
}

.heading-tr-ntf {
  font-size: 16px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .logo-widt-brand {
    flex: 1 1;
  }
  .btn-bell-icon {
    order: 2;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .notif-dates {
    flex: 0 0 50px;
    max-width: 50px;
  }
  .list-body {
    margin-inline-start: 40px;
    padding: 12px 12px;
  }
  .list-body::before {
    inset-inline-start: -25px;
  }
  .list-body::after {
    inset-inline-start: -32px;
  }
}
.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.title-h2 {
  font-size: 50px;
  font-weight: 700;
  color: #222;
}

.title-h1 {
  font-size: 50px;
  font-weight: 700;
  color: #222;
}
.element {
  word-wrap: break-word;
}

/* Word wrap on mobile devices */
@media (max-width: 768px) {
  .element {
    word-wrap: break-word;
  }
}

.service-wgt-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding: 30px 50px 30px 50px;
  border-radius: 30px 30px 30px 30px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  box-shadow: 38px 45px 93px -10px rgba(0, 0, 0, 0.05);
}
.service-wgt-box:hover {
  box-shadow: 25px 25px 81px 0px rgba(95, 63, 176, 0.2);
}

.item-icon-service {
  flex: 0 0 100px;
  max-width: 100px;
}

.service-rt-contwt {
  flex: 1;
  max-width: 100%;
  padding-left: 15px;
}

.service-title-h3 {
  color: #222;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

/*---------------------------*/
.connect-bg-th {
  background-image: linear-gradient(to right, #ff6f39, #ff6f39);
  padding: 50px 30px 50px 30px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.title-h2-connect {
  font-size: 25px;
}

.btn-connect {
  background-color: #fff;
  color: #000;
  padding: 14px 50px 14px 38px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 15px;
  transition: all 0.5s;
}
.btn-connect:hover {
  background-color: #000;
  color: #fff;
}

/*-----------------------------------------*/
.tabnav-lst {
  margin: 0px 20px;
}
.tabnav-lst .tabnav-items-lnk {
  background-color: transparent;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 0px;
}
.tabnav-lst .tabnav-items-lnk:hover {
  color: #ff6f39;
}
.tabnav-lst .tabnav-items-lnk.active {
  background-color: transparent;
  color: #ff6f39;
}

.techno-box-wt {
  background: #ebebeb;
  background-image: linear-gradient(137deg, #ffffff 0%, rgba(255, 255, 255, 0.4509803922) 100%);
  text-align: center;
  padding: 37px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.img-techno img {
  height: 50px;
}

.title-tecno {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0px 20px;
}

/*----------------------------*/
.platsection {
  background-color: #fefcf8;
 
}

.service-plt-box {
  background-color: #fff;
  padding: 37px 30px 30px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.service-plt-box:hover {
  box-shadow: 25px 25px 81px 0px rgba(95, 63, 176, 0.08);
}

.icon-pt {
  margin-bottom: 20px;
}
.icon-pt img {
  width: 80px;
}

.title-h3 {
  font-size: 27px;
  color: #222;
  margin-bottom: 20px;
}

.short-disc-pt {
  margin-bottom: 0px;
}

/*----------------------------------*/
.resourse-wap-bx {
  background-color: #fff;
  padding: 50px;
  border-radius: 30px 30px 30px 30px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  box-shadow: 38px 45px 93px -10px rgba(0, 0, 0, 0.05);
}
.resourse-wap-bx:hover {
  box-shadow: 25px 25px 81px 0px rgba(95, 63, 176, 0.2);
}

.icon-resrc-wp {
  width: 80px;
  margin: 0px auto 20px;
}

.title-resrc {
  font-size: 22px;
  font-weight: 500;
}
.title-resrc .txt-link-res {
  color: #000;
}

/*----------------------------------------------*/
.expertise-bg {
  background-color: #fefcf8;
}

.flex-element-expr {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px;
}

.multi-expre-wpt {
  flex: auto;
  width: 33.3%;
  padding: 0px 10px;
}

.numtitle-wp {
  font-size: 40px;
  font-weight: 700;
  color: #ff6f39;
}

.sht-exp-dsc {
  font-size: 19px;
  color: #7e7e7e;
  font-weight: 400;
}

.btn.btn-more {
  background-color: #ffffff;
  color: #ff6f39;
  padding: 21px 45px 21px 45px;
  border: 2px solid #ff6f39;
  border-radius: 15px 15px 15px 15px;
  font-size: 18px;
  font-weight: 700;
}
.btn.btn-more:hover {
  background-color: #ff6f39;
  color: #fff;
}
.btn.btn-more:focus {
  background-color: #ff6f39;
  color: #fff;
}
.btn.btn-more:active {
  background-color: #ff6f39;
  color: #fff;
}

/*--------------------------------------*/
@media screen and (min-width: 1200px) {
  .col-2-4 {
    flex: auto;
    width: 20%;
  }
  .row-with-indust {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-indust-bx {
  background-color: #fff;
  padding: 30px 30px 50px 30px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.service-indust-bx:hover {
  box-shadow: 25px 25px 81px 0px rgba(95, 63, 176, 0.08);
}

.icon-service-pt {
  width: 58px;
  margin: auto;
}

.service-head-yt {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

/*--------------------------------*/
.whatwe-sect {
  position: relative;
  background: url(../images/what-we-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.whatwe-sect::before {
  background-color: rgba(9, 48, 69, 0.9098039216);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}

.whatwe-column {
  padding: 15px 15px 15px 65px;
  margin: 28px;
  position: relative;
  border: 3px solid #ffffff;
  border-radius: 15px;
  color: #f6f6f6;
}

.circle--icon {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -35px;
  top: calc(50% - 40px);
  background: #ffffff;
  border-radius: 50px;
  text-align: center;
  line-height: 80px;
}
.circle--icon img {
  width: 53px;
}

.title-we-header {
  color: #ffffff;
  font-size: 20px;
}

/*------------------------------*/
.list-cotent-disc {
  list-style: disc;
  padding-left: 40px;
}
.list-cotent-disc li {
  font-size: 18px;
  margin-bottom: 10px;
}

/*--------------------responsive------------------------*/
@media (max-width: 1199px) {
  .service-wgt-box {
    padding: 20px 20px 20px 20px;
  }  
  .btn-lets-top {
    padding: 10px 13px;
  }
}
@media (max-width: 991px) {
  .title-h1 {
    font-size: 42px;
  }
  .title-h2 {
    font-size: 38px;
  }
  .techno-box-wt {
    padding: 25px 30px 15px 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-h1 {
    font-size: 38px;
  }
  .title-h2 {
    font-size: 32px;
  }
  p {
    font-size: 16px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .service-wgt-box {
    flex-direction: column;
    text-align: center;
  }
  .service-title-h3 {
    font-size: 22px;
  }
  .techno-box-wt {
    padding: 15px 15px 20px 15px;
  }
  .title-tecno {
    margin: 10px 0px 0px;
  }
  .whatwe-column {
    padding: 20px;
    text-align: center;
    margin: 10px 10px;
  }
  .circle--icon {
    position: static;
    margin: 0 auto 15px;
  }
  .service-plt-box {
    text-align: center;
  }
  .multi-expre-wpt {
    width: 100%;
  }
  .service-indust-bx {
    padding: 15px 10px 30px 10px;
  }
  .connect-bg-th {
    padding: 20px 0px 30px 0px;
  }
}
.contact-banner {
  background-color: #fefcf8;
}

.contact-bx-career {
  background-color: #fcf9ff;
  border-radius: 10px 90px 10px 10px;
  position: relative;
  padding: 32px 29px;
  margin-bottom: 40px;
}

.icon-web-cont {
  position: absolute;
  right: -2px;
  top: 0px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 31px;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.emt-color-1 {
  background-image: linear-gradient(150deg, #ffd8fa, #d73ac2);
}

.emt-color-2 {
  background-image: linear-gradient(150deg, #7fc3fc, #5f7cfd);
}

.emt-color-3 {
  background-image: linear-gradient(150deg, #6cd773, #5aba60);
}

.ad-txtmt {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.career-linkbx a {
  font-size: 18px;
  font-weight: 500;
  color: #ff6f39;
}

.contact-bx-career:hover .icon-web-cont {
  top: -18px;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}

.contact-form-main {
  background-color: #fcf9ff;
  padding: 30px 40px 30px 50px !important;
  border-radius: 30px 30px 30px 30px;
}

.text-lb-contact {
  font-size: 15px;
  font-weight: 500;
}

.control-text-fld.form-control {
  background-color: #fcf9ff;
  padding: 10px 0px 4px 0px;
  border-radius: 0px 0px 0px 0px;
  border-width: 0px 0px 1px 0px;
  font-size: 18px;
  color: #19082d;
  border-color: rgba(62, 62, 62, 0.1294117647);
}
.control-text-fld.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn-form-submit {
  font-size: 19px;
  font-weight: 400;
  padding: 14px 30px 14px 30px;
  border-radius: 15px 15px 15px 15px;
}

.card-location-box {
  height: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 30px;
  padding: 24px;
  margin-bottom: 30px;
  box-shadow: 0 10px 50px rgba(211, 217, 234, 0.4);
}

.cont-nam {
  font-size: 28px;
  font-weight: 700;
}

.list-address-btm li {
  margin-bottom: 10px;
}
.list-address-btm li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.contact-pg-social {
  text-align: center;
}
.contact-pg-social li {
  display: inline-block;
  margin: 0px 10px 15px;
}
.contact-pg-social li a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 76px;
  color: #ff6f39;
  border: 4px solid #ff6f39;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  transition: all 1s;
}
.contact-pg-social li a::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  transition: 0.3s;
}
.contact-pg-social li a i,
.contact-pg-social li a svg {
  position: relative;
  z-index: 1;
}
.contact-pg-social li a .iconx-i-cont {
  width: 38px;
  vertical-align: middle;
  margin-top: -5px;
  fill: #000;
}
.contact-pg-social li a.social-icon-linkedin {
  color: #0077b5;
  border-color: #0077b5;
}
.contact-pg-social li a.social-icon-linkedin::after {
  background: #0077b5;
}
.contact-pg-social li a.social-icon-facebook {
  color: #3b5999;
  border-color: #3b5999;
}
.contact-pg-social li a.social-icon-facebook::after {
  background: #3b5999;
}
.contact-pg-social li a.social-icon-instagram {
  color: #e4405f;
  border-color: #e4405f;
}
.contact-pg-social li a.social-icon-instagram::after {
  background: #e4405f;
}
.contact-pg-social li a.social-icon-twitter {
  color: #000;
  border-color: #000;
}
.contact-pg-social li a.social-icon-twitter::after {
  background: #000;
}
.contact-pg-social li a.social-icon-whatsup {
  color: #25D366;
  border-color: #25D366;
}
.contact-pg-social li a.social-icon-whatsup::after {
  background: #25D366;
}
.contact-pg-social li a.social-icon-pinterest {
  color: #c8232c;
  border-color: #c8232c;
}
.contact-pg-social li a.social-icon-pinterest::after {
  background: #c8232c;
}
.contact-pg-social li a.social-icon-youtube {
  color: #FF0000;
  border-color: #FF0000;
}
.contact-pg-social li a.social-icon-youtube::after {
  background: #FF0000;
}
.contact-pg-social li a.social-icon-skype {
  color: #00aff0;
  border-color: #00aff0;
}
.contact-pg-social li a.social-icon-skype::after {
  background: #00aff0;
}
.contact-pg-social li a.social-icon-behance {
  color: #053eff;
  border-color: #053eff;
}
.contact-pg-social li a.social-icon-behance::after {
  background: #053eff;
}
.contact-pg-social li a.social-icon-blogspot {
  color: #ff6f39;
  border-color: #ff6f39;
}
.contact-pg-social li a.social-icon-blogspot::after {
  background: #ff6f39;
}
.contact-pg-social li a:focus, .contact-pg-social li a:hover {
  color: #fff;
}
.contact-pg-social li a:focus .iconx-i-cont, .contact-pg-social li a:hover .iconx-i-cont {
  fill: #fff;
}
.contact-pg-social li a:focus::after, .contact-pg-social li a:hover::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-left: calc(-50% - 1px);
}

@media (max-width: 991px) {
  .contact-bx-career {
    padding: 20px 15px;
  }
  .icon-web-cont {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .ad-txtmt {
    font-size: 18px;
  }
  .career-linkbx a {
    font-size: 14px;
  }
  .contact-form-main {
    padding: 20px 20px 30px 20px !important;
  }
  .card-location-box {
    padding: 15px 10px;
  }
  .cont-nam {
    font-size: 20px;
  }
  .contr-adddrs-wts {
    font-size: 14px;
  }
  .list-address-btm li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contact-pg-social li a {
    width: 50px;
    height: 50px;
    line-height: 43px;
    font-size: 22px;
  }
  .contact-pg-social li a .iconx-i-cont {
    width: 20px;
  }
}
.document-sect-container {
  background-color: #fefcf8;
}

.card-document-box {
  background-color: #fff;
  border-color: #ff6f39;
  border-width: 3px;
  border-radius: 30px;
  padding: 24px;
  box-shadow: 0 10px 50px rgba(211, 217, 234, 0.4);
}

.label-txt-search {
  font-weight: 600;
}

.search-btn {
  font-size: 18px;
  padding: 8px 30px;
}

.search-control-input {
  border-color: #cecece;
  font-size: 16px;
  padding: 12px 15px;
  color: #000;
  font-weight: 500;
  border-radius: 2px;
}
.search-control-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #ff6f39;
}

.about-sect-banner {
  background-color: #fefcf8;
}

.home-sect-banner {
  background-color: #fefcf8;
}

.about-txt-infwap p {
  color: #444444;
  line-height: 32px;
}

.our-leader-section {
  background-image: linear-gradient(90deg, #fffcf6 50%, #f7fcfd);
}

.team-work-web {
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.team-nm-yt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.wgt-foud-wgt {
  display: block;
  font-size: 18px;
}

.txt-lead-sm {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.our-mission {
  background-image: linear-gradient(90deg, #fffcf6 50%, #f7fcfd);
}

.value-section-wgt {
  background-image: linear-gradient(90deg, #fffcf6 50%, #f7fcfd);
}

.value-box-core {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.value-img img {
  width: 58px;
}

.head-value3 {
  font-size: 25px;
  font-weight: 600;
}

/*--------------------------------*/
@media (max-width: 991px) {
  .team-work-web {
    padding: 20px 15px;
  }
  .team-nm-yt {
    font-size: 20px;
  }
  .wgt-foud-wgt {
    font-size: 15px;
  }
}
.faq-sect-banner {
  background-color: #fefcf8;
}

.faq-container-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}
.faq-container-box .title-head-fq .accordion-button {
  border: 0px;
  background: #FFFFFF !important;
  color: #354764 !important;
  border-style: none;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
  padding: 20px 20px 20px 20px;
  font-size: 18px;
  font-weight: 500;
}
.faq-container-box .title-head-fq .accordion-button::after {
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 5 Pro"; !important
  transform: rotate(0deg) !important;
  width: 23px;
  height: 22px;
  background-color: #ff6f39;
  text-align: center;
  line-height: 24.5px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
}
.faq-container-box .title-head-fq .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-container-box .tabitem-accordian .accordion-item {
  border: 0px;
  border-radius: 0px;
  margin-bottom: 15px;
}
.faq-container-box .tabitem-accordian .accordion-item:last-child {
  margin-bottom: 0px;
}
.faq-container-box .faq-accordian-body {
  border: 1px solid #F3F3F3;
  border-top-color: #fbfbfb;
}
.faq-container-box .faq-accordian-body p {
  font-size: 16px;
  color: #575757;
}

.review-sect-banner {
  background-color: #fefcf8;
}

.assosiate-img {
  background: #fff;
  text-align: center;
  padding: 37px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

.review-on-card {
  background-color: #fff;
  padding: 37px 30px 30px 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.review-on-card img {
  max-height: 170px;
}

.certify-img {
  background: #fff;
  background-image: linear-gradient(137deg, #ffffff 0%, rgba(255, 255, 255, 0.4509803922) 100%);
  text-align: center;
  padding: 37px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  margin-bottom: 30px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .review-on-card {
    padding: 10px 10px 10px 10px;
  }
  .certify-img {
    padding: 20px;
    margin-bottom: 0px;
  }
  .assosiate-img {
    padding: 10px;
    margin-bottom: 0px;
    height: calc(100% - 0px);
  }
}
.event-sect-banner {
  background-color: #fefcf8;
}

.gallerybox-eevents {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  cursor: pointer;
}
.gallerybox-eevents:hover {
  box-shadow: 25px 25px 81px 0px rgba(95, 63, 176, 0.2);
}
.gallerybox-eevents .gallery-image {
  border-radius: 15px;
  border: 3px solid #ff6f39;
}

.btn.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
  font-size: 28px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #ff6f39;
  text-align: center;
  color: #ff6f39;
  opacity: 0.8;
}
.btn.slider-button:hover {
  background-color: #fff;
  border-color: #ff6f39;
  color: #ff6f39;
  opacity: 1;
}

.previus-slide-btn {
  left: -17.5px;
}

.next-slide-btn {
  right: -17.5px;
}

.pagination-page-bar .page-item .page-link {
  border: 0px;
  font-size: 18px;
  padding: 3px 10px;
  margin: 0px 5px;
  color: #525252;
  background-color: transparent;
  width: 32px;
}
.pagination-page-bar .page-item .page-link:hover {
  color: #ff6f39;
}
.pagination-page-bar .page-item .page-link:focus {
  box-shadow: none;
}
.pagination-page-bar .page-item.active .page-link {
  background-color: #ff6f39;
  color: #fff;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .gallerybox-eevents {
    margin-bottom: 20px;
  }
  .previus-slide-btn {
    left: 15px;
  }
  .next-slide-btn {
    right: 15px;
  }
}
.infrastructure-sect-banner {
  background-color: #fefcf8;
}

.work-place-office {
  margin-bottom: 30px;
}
.work-place-office img {
  border-radius: 20px !important;
}

.work-plc1 {
  height: calc(100% - 30px);
}

.work-plc-cm {
  height: calc(50% - 30px);
}

.team-employee-banner {
  background-color: #fefcf8;
}

.cardmodal-header button {
  position: absolute;
  right: 6px;
  top: 6px;
  background-size: 12px;
  z-index: 1;
}
.cardmodal-header button:focus {
  box-shadow: none;
}

.work-tm-wap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.img-tm-work {
  flex: auto;
  max-width: 150px;
}
.img-tm-work img {
  border-radius: 8px;
}

.info-dwork-txt {
  flex: 1;
  padding: 0px 0px 0px 20px;
}

.title-nm-tm {
  font-size: 22px;
}

.tm-disc-wr {
  font-size: 16px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .img-tm-work {
    max-width: 85px;
  }
  .title-nm-tm {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .tm-disc-wr {
    font-size: 14px;
  }
}
.career-sect-banner {
  background-color: #fefcf8;
}

.hire-card-us {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 30px 30px 30px 30px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.hire-card-us:hover {
  box-shadow: 25px 25px 81px 0px rgba(95, 63, 176, 0.2);
}

.icon-card-us {
  margin-bottom: 20px;
}
.icon-card-us i {
  font-size: 40px;
  color: #ff6f39;
}

.title-us {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.disc-us {
  color: #555555;
  font-size: 17px;
  margin-bottom: 0px;
}

/*--------------------------*/
.culture-sect {
  background: url(https://demo.artureanec.com/themes/neuros/wp-content/uploads/2024/09/businessman-1-min.jpg) no-repeat center;
  background-size: cover;
}

.career-btn-ml {
  font-size: 19px;
  font-weight: 400;
  padding: 14px 30px 14px 30px;
  border-radius: 15px 15px 15px 15px;
}

/*-----------------------------*/
.job-card-web {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 32px 32px 32px 32px;
  margin-bottom: 30px;
}

.job-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
.job-title img {
  width: 59px;
  margin-right: 15px;
}

.row-jobwap {
  display: flex;
  flex-wrap: wrap;
}

.job-flx-col {
  flex: auto;
  width: 33.3%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.img-wp-jb {
  width: 50px;
}

.items-job-rlt {
  flex: 1;
  max-width: 100%;
  padding: 0px 20px;
}

.title-nm-jb {
  font-size: 19px;
  margin-bottom: 5px;
}

.disc-jb-wp {
  font-weight: 17px;
  margin-bottom: 0px;
}

.roll-job-wap {
  border-top: 1px solid #e2e2e2;
  padding-top: 15px;
}

.roll-jb-title {
  font-size: 22px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .job-card-web {
    padding: 20px;
  }
  .job-head, .apply-job {
    flex: auto;
    width: 100%;
  }
  .apply-job {
    text-align: center;
  }
  .job-title {
    font-size: 18px;
  }
  .job-title img {
    width: 45px;
  }
  .job-flx-col {
    width: 100%;
  }
  .list-cotent-disc {
    list-style: disc;
    padding-left: 30px;
  }
}
.faq-sect-banner {
  background-color: #fefcf8;
}

/*--------------------------------------*/
.table-card-view .table-responsive {
  padding: 15px;
  border-color: #eeecec;
  border-radius: 10px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.table-rule-row {
  border: 0px;
}
.table-rule-row thead tr th {
  background-color: #fff3df;
  border-color: #ffd5c9 !important;
  border-width: 1px;
}
.table-rule-row tbody tr td {
  border-color: #ffd5c9 !important;
  border-width: 1px;
  border-left: 0px;
  color: #505050;
}
.table-rule-row tbody tr td:last-child {
  border-right: 0px;
}
.table-rule-row tbody tr:nth-child(even) td {
  background-color: #fff3df;
}

/*-----------------------------*/
.training-section-elemnt {
  background-color: #f6f5ff;
}

.trainin-box-card {
  position: relative;
  z-index: 1;
  padding: 24px 24px 24px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-right: 4px solid rgba(248, 145, 0, 0.4901960784);
  margin-top: 30px;
  margin-bottom: 100px;
  height: calc(100% - 100px);
  transition: all 0.3s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.imgleft-bsx {
  flex: 0 0 140px;
  max-width: 140px;
  padding: 20px 15px;
  border: 2px solid #ffdeaf;
  background-color: #f9f9f9;
  border-radius: 15px;
  text-align: center;
  margin-top: -180px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  margin-top: -180px;
}

.wgtrow-txt {
  flex: 1;
  padding-left: 20px;
}

.title-skills-mt {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.chang-charg-txt li {
  font-size: 16px;
  color: #444444;
}

.sml-title-chrg {
  font-weight: 700;
}

.small-cont-txt-disc {
  margin-left: 5px;
}

.btn.btn-w-chat {
  background-color: #25D366;
  font-size: 22px;
  padding: 1.5px 10px;
  color: #fff;
}
.btn.btn-w-chat:hover {
  background-color: #25D366;
  color: #fff;
}
.btn.btn-w-chat:focus, .btn.btn-w-chat:active {
  background-color: #25D366;
  color: #fff;
}

@media (max-width: 1199px) {
  .imgleft-bsx {
    flex: 0 0 80px;
    max-width: 80px;
    padding: 15px 15px;
    margin-top: -250px;
  }
}
@media (max-width: 991px) {
  .imgleft-bsx {
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
  }
  .wgtrow-txt {
    flex: auto;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .title-skills-mt {
    font-size: 18px;
  }
}
.bgv-section-banner {
  background-color: #fefcf8;
}

.card-bgv-wgt {
  background-color: #fbfbfb;
  border: 2px solid #ffbe63;
  border-radius: 10px;
  padding: 20px 24px;
  text-align: center;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.img-iconbgv-wt {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  background: #ffbe63;
  border: 1px solid #ff9e16;
  border-radius: 5px;
  margin: 0 auto 20px;
  padding: 7px;
}

.head-bg-vm {
  font-size: 20px;
  font-weight: 700;
}

.short-d-wmg {
  font-size: 16px;
}

.development-sect-banner {
  background-color: #fefcf8;
}

.develop-both-sect {
  background-color: #fefcf8;
}

.img-both-service img {
  border-radius: 20px;
  max-width: 80%;
}

.portfolio-sect-banner {
  background-image: linear-gradient(90deg, #ffebc8 50%, #ffd3ca);
}

.portfolio-box-ds {
  background-color: #fff;
  margin-bottom: 24px;
  border-radius: 5px;
  height: calc(100% - 24px);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.portf-content-wp {
  padding: 15px;
}

.img-portfl img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.type-website {
  margin-bottom: 15px;
}
.type-website span {
  display: inline-block;
  border: 1px solid #ff6f39;
  border-radius: 30px;
  padding: 0px 8px;
  font-size: 14px;
  color: #ff6f39;
}

.title-portfl {
  font-size: 24px;
  font-weight: 600;
}

.portf-content-wp p {
  font-size: 16px;
  margin-bottom: 0px;
}

.btn-load-more {
  padding: 14px 50px 14px 38px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 15px;
  line-height: normal;
  transition: all 0.5s;
}

.main-content-articles {
  background-color: #fbfbfb;
}

.blog-gridbox {
  background-color: #fff;
  margin-bottom: 24px;
  border-radius: 5px;
  padding: 8px;
  height: calc(100% - 24px);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.img-blog-wt img {
  border-radius: 5px;
}

.blog-bdwgt-emtr {
  padding: 15px 10px 10px;
}

.title-blg-wt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.meta-btn-act {
  margin-bottom: 10px;
}
.meta-btn-act .txt-mt-view {
  display: inline-block;
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  margin-right: 10px;
}
.meta-btn-act .txt-mt-view i {
  color: #ff6f39;
  margin-right: 5px;
}

.blog-sht-disc {
  font-size: 16px;
  line-height: 28px;
  color: #424242;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blg-link-rd {
  color: #ff6f39;
}
.blg-link-rd i {
  vertical-align: middle;
}

/*----------------------------------------------------------------------------*/
@media screen and (min-width: 1400px) {
  .inner-dtl-container {
    max-width: 1000px;
  }
}
.dtl-head-h1 {
  font-size: 48px;
  font-weight: 800;
  color: #222;
  margin-bottom: 20px;
}

.full-dtl-content-wt p {
  font-size: 18px;
  line-height: 32px;
}

.dtl-head-h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dtl-head-h3 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-top: 20px;
  margin-bottom: 20px;
}

.user-info-dtls .single-info-dtls {
  display: inline-block;
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  margin-right: 20px;
}
.user-info-dtls .single-info-dtls i {
  color: #ff6f39;
  margin-right: 10px;
}

.btn-dtl-arrow {
  padding: 5px 20px;
}

@media (max-width: 767px) {
  .dtl-head-h1 {
    font-size: 28px;
  }
  .dtl-head-h2 {
    font-size: 24px;
  }
  .dtl-head-h3 {
    font-size: 22px;
  }
}
.engagement-sect-banner {
  background-color: #fefcf8;
}

.card-engage-box {
  padding: 35px 50px 50px 50px;
  border-radius: 30px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
}

.heading-tm {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  line-height: normal;
  margin-bottom: 15px;
}

.list-engm-wgt {
  padding-bottom: 5px;
}

.list-engm-wgt li {
  font-size: 17px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  position: relative;
}
.list-engm-wgt li::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro"; !important
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 2px;
  color: #ff6f39;
  font-size: 18px;
}

.btn-outline-theme {
  width: 100%;
  font-size: 18px;
  border-radius: 12px;
  padding: 21px 45px;
  font-weight: 600;
  border-width: 2px;
}

@media (max-width: 767px) {
  .faq-container-box {
    padding: 0px;
  }
}
.placement-banner {
  background-image: linear-gradient(90deg, #ffebc8 50%, #ffd3ca);
}

.place-work-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.place-img-emt {
  flex: auto;
  max-width: 120px;
}
.place-img-emt img {
  border-radius: 8px;
}

.info-place-wts {
  flex: 1;
  padding: 0px 0px 0px 12px;
}

.plc-name-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.place-wk-info-m {
  font-size: 16px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .place-img-emt {
    max-width: 80px;
  }
  .plc-name-title {
    font-size: 18px;
  }
  .place-wk-info-m {
    font-size: 14px;
  }
}
.footer-wgt {
  background-color: #08162E;
  padding-top: 80px;
}

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

.ftr-about-txt {
  font-size: 16px;
  color: #f2f2f2;
}

.footer-column {
  margin-bottom: 30px;
}

.ftr-heading {
  color: #f2f2f2;
  font-size: 24px;
  margin-bottom: 40px;
}

.footer-menu-wgt .ftr-menu-nv {
  margin-bottom: 10px;
}
.footer-menu-wgt .ftr-menu-nv .link-ftr-mn {
  font-size: 16px;
  color: #f2f2f2;
  display: inline-block;
}

.address-bar {
  border-bottom: 1px solid rgba(242, 242, 242, 0.2117647059);
  margin-bottom: 10px;
}
.address-bar:last-child {
  border-bottom: 0px;
}
.address-bar .ftr-cont-head {
  font-size: 15px;
  color: #f2f2f2;
  display: block;
  margin-bottom: 5px;
}
.address-bar .ftr-cont-head i {
  margin-right: 5px;
}
.address-bar .inf-txt-ftr {
  font-size: 14px;
  color: #f2f2f2;
}
.address-bar .inf-txt-ftr a {
  color: #f2f2f2;
}

.copywrite-txt {
  margin-top: 30px;
  padding: 30px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.3215686275);
}
.copywrite-txt p {
  color: #f2f2f2;
  font-size: 15px;
  margin-bottom: 0px;
}
.copywrite-txt p a {
  color: #ff6f39;
}

.footer-social li {
  display: inline-block;
  margin-right: 10px;
}
.footer-social li a {
  color: #ffffff;
  display: block;
  background-color: #142a4e;
  border-radius: 7px;
  width: 38px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  transition: all 0.4s;
}
.footer-social li a:hover {
  background-color: #ff6f39;
}

.iconx-i {
  width: 13.5px;
  fill: #fff;
  vertical-align: middle;
  margin-top: -3px;
}

/*---------arrow scroll on top------------------*/
.btn.top-arrow-btn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9;
  opacity: 0.6;
  border: 0px;
}
.btn.top-arrow-btn:hover, .btn.top-arrow-btn:active {
  opacity: 1;
  color: #ff6f39;
}
.btn.top-arrow-btn:focus {
  box-shadow: none;
}
.btn.top-arrow-btn i {
  rotate: -45deg;
  font-size: 45px;
}

/*--------------chat icon on right side-------------*/
.side-sticky-button {
  position: fixed;
  top: 180px;
  right: 0px;
  z-index: 1;
}
.side-sticky-button span {
  display: block;
  margin-bottom: 8px;
}
.side-sticky-button a {
  display: block;
  border-radius: 15px 0px 0px 15px;
  padding: 7px 15px 7px 15px;
  font-size: 20px;
  border: 0px;
  width: 80px;
  text-align: left;
  transform: translateX(30px);
  transition: 0.5s;
}
.side-sticky-button a:hover {
  transform: translateX(0px);
}
.side-sticky-button a:focus {
  box-shadow: none;
}

/*---------------comman footer------------------*/
.btn-close:focus {
  box-shadow: none;
  
}

.close-modal-button {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
  background-color: white;
  border-radius: 5px;
}

.left-col-bar {
  background-color: #08162E;
  padding: 50px 35px;
}

.infocall-wt {
  padding-bottom: 10px;
}

.sml-ttl-mt {
  font-size: 18px;
  color: #dbdbdb;
}

.txtmdl--flt {
  font-size: 16px;
  color: #fff;
}
.txtmdl--flt a {
  color: #dbdbdb;
}

.right-col-bar {
  padding: 50px;
}

.title-md-head {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.form-input-flwap {
  padding: 12px;
  box-shadow: none;
  background: #f1f7fa !important;
  color: #999;
  border: none;
  font-size: 17px;
}
.form-input-flwap:focus {
  box-shadow: none;
}

.submit-btn-mdl {
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .modal-dialog {
    max-width: 700px;
  }
  .left-col-bar {
    padding: 40px 20px;
  }
  .right-col-bar {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .logo-widt-brand .navbar-brand img {
    width: 160px;
  }
  .btn-bell-icon {
    width: 32px;
    height: 32px;
  }
}/*# sourceMappingURL=main.css.map */


.social-icon {
  color: #ff6f39;
  margin-left: 5px; /* Adds space between icons */
}

.social-icon:first-child {
  margin-left: 10; /* Removes left margin for the first icon */
}



.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-box {
    font-size: 19px;
    font-weight: 400;
    background-color: #ff6f39;
    padding: 14px 30px 14px 30px;
    letter-spacing: 2px;
    color: white;
    border-radius: 15px 15px 15px 15px;
}

.refresh-btn {
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
}

.secure-captcha-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.secure-captcha-box {
  padding: 10px 15px;
  background-color: #e4e4e4;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}

.secure-refresh-btn {
  padding: 6px 10px;
  font-size: 18px;
  cursor: pointer;
  background-color: #ddd;
  border: none;
  border-radius: 4px;
}

.secure-refresh-btn:hover {
  background-color: #ccc;
}


