@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@200;300;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
          font-family: 'Poppins', sans-serif;
  color: #444444;
  padding:0px !important;
}

a {
  color: #b9b9b9;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

a:hover {
  color: #b9b9b9;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
          font-family: 'Poppins', sans-serif;
}
p{             font-family: 'Poppins', sans-serif;}
.lets_pic{
  width: 100%;
}
.pothera_lg {
    width: 220px;
}
.inner_title {
    font-size: 29px;
    line-height: 35px;
}
.mb-1, .my-1 {
    margin-bottom: 0.25rem!important;
}
.md_sec { padding:70px 0px;}
.md_sec .row { display:flex; align-items:Center;}/*
.head { background:none; padding:20px 10px 0px;}*/
.head {
    background: linear-gradient(to right, #e7e7e7 0%,#d1d5d4 20%,#d3d0d0 20%,#fff 20%,#fff 100%);
    padding: 30px 60px 30px 60px;
    position: relative;
}
.col-lg-4.social-wrap img {
    position: relative; 
}
.form-group {
  margin-bottom: 0px;
}
.wrapper-solutions-forms-inner-banner-form-sub input.btn.submit {
  margin-top: 0px;
}
.input-container i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #7f8c8d;
    transition: color 0.3s;
}
.input-container {
    position: relative;
}
.new_form {
  display: block;
}
.main_header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
}
.industry_cont h3 {
      font-size: 19px;
}
.feature_case {
  background: #fff !important;
}
.form-control {
    width: 100%;
    padding: 15px 15px 15px 15px;
    border: 2px solid #e8eeef;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s 
ease;
    background-color: #f8fafb;
    color: #2c3e50;
    font-weight: 500;
}
.form-group {
    padding: 0 12px;
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}
.form-group label {
      display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}
.enquiry_txt {
        display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}
textarea.form-control {
    resize: vertical;
    padding-left: 15px;
}
input.btn.submit {
      background: #ff5e00;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  border-radius: 5px !important;
  text-align: center;
  display: block;
  border: none;
  margin: 0px auto;
}
input.btn.submit:hover {
background: #ff5e00;
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
  }

  .marquee {
    display: flex;
    width: fit-content;
    animation: scroll-left 20s linear infinite;
  }

  .marquee.reverse {
    animation: scroll-right 20s linear infinite;
  }

  .marquee-track {
    display: flex;
    gap: 40px;
  }

  .marquee img {
    width: auto;
        background-color: rgb(68 107 173 / 8%) !important;
    padding: 10px;
  }

  /* Left-moving animation */
  @keyframes scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  /* Right-moving animation */
  @keyframes scroll-right {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }
.explorebnt {
       text-align: Center;
    margin: 0px auto 0px;
    color: #e77e01;
    display: block;
    font-size: 18px;
    clear: both;
    background: #efe2e8;
    border-radius: 50px;
    padding: 10px;
    width: 200px;
    border: 2px solid;
    color: #7c4067;
    font-weight: 500;
}
.explorebnt:hover {
    background: #ffffff;
    color: #7c4067;
    border: 2px #7c4067 solid;
}

.head img {
    width: 100%;
}
.social-wrap ul {
    list-style: none;
    margin-left: -40px;
    margin-top: 30px;
}
.social-wrap li {
    display: inline-block;
    margin-right: 16px;
}
.social-wrap li {
    margin-right: 8px;
}

.col-lg-6.highh {
    height: 340px;
}

.menubtn {
           background: #ff5e00;
    border-radius: 5px;
    padding: 10px;
    color: #2f5951;
    font-weight: 500;
    margin-left: 30px;
}
.menubtn:hover {
   background: #ff5e00
}

/*------------new css---------------*/
.dark-style-bar {
    background-color: #446bad;
    padding: 10px 0px !important;
    color: #fff;
}
.header-topbar .header-parts-nav > div {
    line-height: 12px;
    margin: 0;
}
 
 
.case_box {
    background: #fff;
    padding: 20px;
    margin: 20px 10px;
    border: 1px #dddcdc solid;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 2px 20px #ccc;
}
.client_logo {
    Float: left;
    width: 25%;
}
.client_logo img {
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px #a6abbb solid;
    border-radius: 6px;
}
.case_title {
    font-size: 20px;
    text-transform: capitalize !important;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 7px;
    color: #ff5e00;
    margin-top: 0px;
}
.case_cont {
    Float: right;
    width: 72%;
}
.case_cont a {
    color: #ff5e00;
}
.case_cont p {
    line-height: 22px;
}
.btm_section {
    position: absolute;
    bottom: 10%;
    width: 100%;
    z-index: 2;
}
.row.send_messageForm {
    align-items: center;
}
.main_sec {
    width: 90% !important;
    margin: 0 auto;
       background-color: rgba(255, 255, 255, 0.2) !important;
    padding: 10px;
        border-radius: 8px;
}
.frm_boxx {
    background: #fff;
    padding: 0px 20px;
        border-radius: 8px;
}
.send_messageForm label {
    text-transform: uppercase;
    color: #ff5e00;
    font-weight: 600;
    font-size: 13px;
    margin: 0px;
    padding-top: 10px;
}
.send_messageForm .inp {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 42px;
    padding: 10px 0px;
    font-size: 15px;
    border: none;
    background: #fff;
    color: #333;
}
.header-parts-nav > div {
    margin: 0 -10px;
}
.header-parts-nav > div > * {
    margin: 0 0px;
}
ul.social-icons {
    margin: -4px;
}
ul.nav.social-icons li {
    padding: 0;
}
.header-topbar ul.social-icons > li > a {
    height: 25px;
    width: 25px;
    line-height: 27px;
}
.partner_btn {
    width: auto !important;
    font-size: 14px;
    background: none !important;
}
.d-lg-flex {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.nav>li {
    position: relative;
    display: block;
}
ul.social-icons > li > a {
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    color: #fff;
    margin: 6px;
    display: block;
}
ul.own-social-icons > li > a.facebook-icon, ul.transparent-social-icons > li > a.facebook-icon:hover {
    color: #fff;
}
.header-right ul.own-social-icons > li a.twitter-icon {
    color: #000;
}
ul.own-social-icons > li > a.linkedin-icon, ul.transparent-social-icons > li > a.linkedin-icon:hover {
    color: #fff;
}
.topbar-info-wrap ul.nav.justify-content-center li a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
        padding: 0px 5px;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-linkedin:before {
    content: "\e735";
}
.info2 {
    display: none;
}
.text_graph {
           position: absolute;
        top: 11.5%;
    left: 180px;
    width: 160px;
}
#more {display: none;}
#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more4 {display: none;}
#more5 {display: none;}
#more6 {display: none;}
.space_sec {
    background: #f5f5f5;
}
#myBtn {
    border: none;
    background: none;
        font-weight: 600;
}
#myBtn1 {
    border: none;
    background: none;
    font-weight: 600;
}
#myBtn2 {
    border: none;
    background: none;
    font-weight: 600;
}
#myBtn3 {
    border: none;
    background: none;
    font-weight: 600;
}
#myBtn4 {
    border: none;
    background: none;
    font-weight: 600;
}
#myBtn5 {
    border: none;
    background: none;
    font-weight: 600;
}
#myBtn6 {
    border: none;
    background: none;
    font-weight: 600;
    color: #4e9587;
}
.gap_sec {
    border: 1px solid gray;
    border-radius: 30px;
    padding: 20px;
    background: #fff;
        margin-top: 10px;
}
.gap_sec img {width: 10%;}
.gap_sec2 {
    border: 1px solid gray;
    border-radius: 30px;
    padding: 20px;
    background: #fff;
        margin-top: 10px;
        margin: 0 auto;
        width: 540px;
        display: block;
        margin-top: 10px;
}
.gap_sec2 img {width: 10%;}
.text_graph2 {
         position: absolute;
        top: 25.5%;
    left: 112px;
    width: 160px;
}
.text_graph3 {
       position: absolute;
    top: 36.5%;
    left: 88px;
    width: 146px;
}
.text_graph4 {
        position: absolute;
        top: 52.5%;
    left: 67px;
    width: 160px;
}
.text_graph5 {
        position: absolute;
    top: 66%;
    left: 116px;
    width: 160px;
}
.text_graph6 {
        position: absolute;
    top: 78%;
    left: 200px;
    width: 160px;
}
.pg{
    font-size: 13px;
    color: #fff;
    text-align: left;
    line-height: 18px;
    font-weight: 700;
}
.pg a{
    font-size: 13px;
    color: #fff;
    text-align: left;
    line-height: 18px;
    font-weight: 700;
}

.text_graph7 {
    position: absolute;
    top: 11%;
    right: 13%;
    width: 140px;
    text-align: right;
}
.text_graph8 {
      position: absolute;
    top: 23%;
    right: 7.5%;
    width: 140px;
    text-align: right;
}
.text_graph9 {
         position: absolute;
    top: 37.5%;
    right: 3.5%;
    width: 140px;
    text-align: right;
}
.text_graph10 {
     position: absolute;
    top: 50%;
    right: 4%;
    width: 140px;
    text-align: right;
}
.text_graph11 {
        position: absolute;
    top: 65%;
    right: 8.5%;
    width: 132px;
    text-align: right;
}
.text_graph12 {
     position: absolute;
    top: 78%;
    right: 14%;
    width: 140px;
    text-align: right;
}
.space_seccc h5 {
        color: #222;
    font-weight: 600;
    font-size: 18px;
        margin-top: 15px;
}
.bg_clorr2 {
        background: #D1EDE5;
    position: relative;
    height: 260px;
    padding: 20px 0px 0px 0px;
    margin-bottom: 300px;
}
.bg_clorr2 h2 {
    color: #dd6b57;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.bg_clorr2 p {
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    line-height: 18px;
}
.bg_set2 {
    position: absolute;
    top: 32%;
    width: 100%;
}
.clor_sec2 {
        background: #fff;
    padding: 40px;
    height: 345px;
    border-radius: 15px;
    box-shadow: 0px 2px 12px #ccc;
}
.clor_sec2 h3 {
     font-size: 25px;
    text-align: center;
    font-weight: 600;
    color: #dd6b57;
}
.clor_sec2 p {
        color: #000;
    text-align: center;
}
img.try_icon2 {
    width: 15%;
    display: block;
    margin: 0 auto;
}
/* ======= Facilties style ======= */
.facilties .single-facility {
    background: transparent;
    padding: 30px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    border: 1px solid #8fd4f1;
    height:310px;
    overflow-y:scroll;
}
.facilties .single-facility h5 {
    font-size: 24px;
    color: #02004a;
    margin-bottom: 10px;
}
.facilties .single-facility:hover h5 {
  color: #222;
  -webkit-transition: .5s;
  transition: .5s;
}
/*
.facilties .facility-shape:hover span {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
*/
.facilties .single-facility span {
  font-size: 45px;
  color: #aa8453;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}
.facilties .single-facility p {
    margin: 0;
    color: #666;
    padding-bottom:10px;
}
.facilties .single-facility .facility-shape {
    position: absolute;
    opacity: 0.02;
    z-index: -1;
    bottom: 15px;
    left: 120px;
}
.facilties .single-facility .facility-shape span {
  font-size: 140px;
  color: #222;
}
.facilties .single-facility::-webkit-scrollbar {
  width: 3px;
}
.facilties .single-facility::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.facilties .single-facility::-webkit-scrollbar-thumb {
  background: #dfdfdf; 
}
.facilties .single-facility p {
    color: #666;
    line-height: 21px;
}
.single-facility img {
    width: 10%;
}


.into_well {
        background: #fff;
    width: 441px;
    overflow-y: scroll;
    height: 415px;
    padding: 46px 30px;
    box-shadow: 0px 2px 12px #ccc;
}

.into_well::-webkit-scrollbar {
  width: 3px;
}
.into_well::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.into_well::-webkit-scrollbar-thumb {
  background: #fff; 
}
.into_well h2 {
    color: #dd6b57;
    font-weight: 600;
}
.into_well p {
    color: #000;
}
.into_well3 {
        background: #fff;
    width: 169px;
    padding: 10px 15px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 12px #ccc;
}
.into_well3:hover {
    background-color: #fff6f5;
    color: #000;
}
.into_well3 h2 {
        color: #000;
    font-size: 15px;
    margin-left: 6px;
}
.into_well3 img {
        width: 30px;
    float: left;
}
i.bx.bx-chevron-right.a {
    margin-top: -13px;
}

/*----------------cloud section --------------------
*/
.container.try_sec {
/*    background: linear-gradient(136deg, #f5e4dd 0%, #efd1c5 100%);*/
    border-radius: 32px;
}

/*------------------pro erp section -------------------*/

.swg_join {
        padding: 35px 0px;
    display: block;
    overflow: hidden;
    display: flex;
    align-items: Center;
    background: #1d8fce;
}
.swg_join_left {
    float: left;
    width: 40%;
}
.swg_join_right {
    float: right;
    width: 50%;
}



/*--------------------graphic chart ----------------------------
*/
.Customized-Solutions-step-1 {
    position: relative;
}
.info {
    width: 100%;
    padding: 20px 0px;
}
.Customized-Solutions-step-1:after {
    background: #e8f4f4;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 40px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}


/*-------------------demo section -------------------------*/

.clor_sec {
    background: #fff;
    padding: 40px;
        border-radius: 15px;
}

.demo_btn {
  background: #d1ede5;
    border-radius: 50px;
    padding: 12px 25px;
    color: #2f5951;
        border: 2px solid;
    font-weight: 500;
}
.demo_btn:hover {
  background: #ffffff;
  color: #2f5951;
        border: 2px #2f5951 solid;
}
.demo_btn2 {
  background: #efe2e8;
    border-radius: 50px;
    padding: 12px 25px;
        border: 2px solid;
    color: #7c4067;
    font-weight: 500;
}
.demo_btn2:hover {
  background: #ffffff;
  color: #7c4067;
        border: 2px #7c4067 solid;
}
.demo_sec {
    background: #f7f7f7;
    padding: 0;
}
.bg_clorr { background:#D1EDE5; height: 200px; position: relative; margin-bottom: 300px;  }
.bg_set {
      position: absolute;
    top: 20%;
    width: 100%;
}
.try_out{
      font-weight: 700;
    color: #2f5951;
    padding-top: 25px;
}
.try_out2{
      font-weight: 700;
    color: #7c4067;
    padding-top: 25px;
}
.clor_sec p{
      font-size: 20px;
          padding-bottom: 20px;
}

/*--------------manufacturing section ----------------------------*/

.IconCardGrid * {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: #fff;
}
.IconCardGrid .container {
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
}

.IconCardGrid .container:before {
    display: block;
    content: '';
    background: #EDF2F5;
    position: absolute;
    height: 100%;
    top: 0;
    width: calc(100% + 200px);
    max-width: 98vw;
    margin: 0 -100px;
    z-index: 0;
}
.IconCardGrid .container div.headingButton {
    margin: 26px 0 20px 0;
    letter-spacing: 0;
}
html body div .IconCardGrid .headingButton, html body div .ProductPhase .headingButton {
    display: inline-flex;
    align-items: flex-start;
    margin: 0.5rem;
    background: #273f4c;
    background: linear-gradient(0deg, #273f4c 50%, #869299 100%);
    border-radius: var(--spacing-2, 0.5rem);
}
.IconCardGrid .container div.headingButton span {
    color: #ABEAFA;
}
html body div .IconCardGrid .headingButton span, html body div .ProductPhase .headingButton span {
    display: inline-block;
    margin: 0.1rem;
    color: #fff;
    border-radius: 0.5rem;
    background: #273f4c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    padding: 4px 8px;
}
.IconCardGrid .container h2.description {
    letter-spacing: 0;
    max-width: calc(min(100%, 768px));
    font-family: 'Poppins', sans-serif;
    color:#000000;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.875rem;
    opacity: 0.8;
}
.IconCardGrid .container div.imageCards {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    align-items: stretch;
    margin: 32px 0px 62px 0px;
    gap: 1.25rem;
    width: 100%;
}
.IconCardGrid .container div.imageCards .card {
    display: flex;
    padding: 2.5rem;
    flex-direction: column;
    align-items: center;
    max-width: 30%;
    min-width: auto;
    min-height: 15.5rem;
    height: inherit;
    gap: 1rem;
    flex: 1 0 0;
    border: none;
    align-self: stretch;
    border-radius: 12px;
    background: #EFE2E8;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.IconCardGrid .container div.imageCards .card .icon {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    border-radius: 12px;
    background:  #7c4067;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    margin: auto;
}
.IconCardGrid .container div.imageCards .card .cardHeading {
    color: #7c4067;
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.5rem;
    background: transparent;
    margin: 0;
    padding: 0;
    text-align: center;
    letter-spacing: 0;
}
.IconCardGrid .container div.imageCards .card .description {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 0;
    padding: 0;
    opacity: 0.6;
    letter-spacing: 0;
    color: #7c4067;
    text-align: center;
}

.main_sec { background: #EDF2F5; }
.main_space { width:90%; margin: 0 auto; }
.manufacturing { border-radius: 12px;
    background: #EFE2E8; width: 100%; padding: 40px; text-align: center;
      
}
.manufacturing ::hover {
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.manufacturing2 { 
    background: #D1EDE5;}
.manufacturing2 h3 {
  color: #2f5951;
}  
.manufacturing .icon {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    border-radius: 12px;
    background:  #7c4067;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    margin: auto;
}
.manufacturing .icon2 {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    border-radius: 12px;
    background:  #2f5951;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    margin: auto;
}
.manufacturing2 .cardHeading2 {
    color: #2f5951;
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.5rem;
    background: transparent;
    margin: 0;
    padding: 20px 0px;
    text-align: center;
    letter-spacing: 0;
}
.manufacturing2 .description2 {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 0;
    padding: 0;
    opacity: 0.6;
    letter-spacing: 0;
    color: #2f5951;
    text-align: center;
}
.manufacturing .cardHeading {
    color: #7c4067;
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.5rem;
    background: transparent;
    margin: 0;
    padding: 20px 0px;
    text-align: center;
    letter-spacing: 0;
}
.manufacturing .description {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 0;
    padding: 0;
    opacity: 0.6;
    letter-spacing: 0;
    color: #7c4067;
    text-align: center;
}
.industryhead {
text-align: center;
    font-weight: 600;
        color: #262626;
    padding-bottom: 20px;
  }



.iconmass{
          background: #efe2e8;
}

/*-----------key section------------------------*/

.key_text {
    padding-bottom: 30px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    color: #278272;
}
.key_des li {
        list-style: none;
    padding: 31px 20px;
    width: 33%;
    height: 170px;
    float: left;
    background: #fff;
    transition: all 300ms ease 0s;
    position: relative;
    overflow: hidden;
    margin-left: 3px;
    border-radius: 22px;
    border: 1px #d8d8d8 solid;
    margin-bottom: 10px;

}
.key_des li:hover {
          background: linear-gradient(169deg, rgb(209 237 229), rgb(155 229 196 / 45%), rgb(162 235 203 / 45%));
} 
 .key_icon {
    width: 50px;
    float: left;
    height: 50px;

}
.key_des .key_cards {
    text-align: left;
    float: left;
    width: 80%;
        padding-left: 5%; 
}
.key_fox {
    font-size: 16px;
    font-weight: 600;
}

/*--------------manufacturing section end ----------------------------*/
.pic img {
  width: 100%;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 90%;
        border: 1px solid #edf2f5;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*--------------logo section end ------------------------


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2c2c2cb8;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #545454;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.industries_sec {
    padding: 30px 40px 10px;
}

/*------------------paragraph-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");

#featuresSection {
    font-family: 'Poppins', sans-serif;
}

#featuresSection img {
    width: 30%;
}

.mainHeading {
    font-size: 30px;
    font-weight: bold;
    color: #323f4b;

}

.subheading {
    color: #323f4b;
    font-size: 25px;
    font-weight: 900;
}

#featuresSection h6 {
    color: #7b8794;
}

#featuresSection h2 {
    color: #323f4b;
    font-size: 25px;
    font-weight: 700;
}

#featuresSection p {
    color: #9aa5b1;
    font-size: 16px;
        padding-top: 40px;
}
.slid{
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
  }
.paraa {
    margin: 0;
    font-weight: 600;
        padding-bottom: 35px;
    text-align: center;
    color: #222222;
}


.indus_box {
    background: #fff;
    padding: 30px;
    margin-bottom: 8%;
    border-radius: 10px;
	box-shadow: 0px 6px 18px #dee4e9;
}
.indus_box p {
    margin-bottom: 7%;
}
.indus_box img {
    width: 70px;
    height: 70px;
}
.indus_box b {
    color: #000;
    font-size: 19px;
}
.indus_box a {
	color:#ff7626;
}
.indus_box a:hover {
	color:#222;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997; 
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

#header .logo a {
  color: #111111;
}

#header .logo a span {
  color: #e03a3c;
}

#header .logo img {
  max-height: 55px;
}

/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
    margin-left: 30px;
    background: #2c2c2cb8;
    color: #fff;
    border-radius: 5px;
    padding: 14px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.get-started-btn:hover {
  background: black;
  color: #fff;
}


@media (min-width: 320px) and (max-width: 767px) {
#header {height:80px;}
.industries_sec {
    padding: 30px 0px 10px !important;
}
.testimonials h2 {font-size:1.4rem;}
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
  .menubtn {
        padding: 11px 4px;
        font-size: 10px;
        margin-right: 10px;
}
.join_box:before {
    top: 345px;
    left: 135px;}
.main_space {
    width: 100%;
}
.contact_box {
    height: 190px!important;
}
.modal-dialog {
    width: 96%!important;
    }
.testimonial_section .about_content .layer_content .section_title h2 strong {
    font-size: 35px;
}
.header {
/*    margin-top: 102px!important;*/
}
.manufacturing {
    margin-bottom: 30px;
}
h2.description {
    font-size: 18px!important;
}
.oarentd_left {
    height: 20vh!important;
}
.key_des li {
    width: 90%;
    height: 23vh;
}
img.cri_icon {
    width: 25%;
}
.dis_dee li {
    width: 90%!important;
}
#header .logo img {
    max-height: 35px;
}
.paraa {
    font-size: 23px!important;
}
.modal-dialog {
    max-width: 100%!important;
}
.modal-content2 {
    width: 95%!important;
        margin-top: 7% !important;
}
.modal {
    padding: 0px!important;
}
h1.section-title.text-uppercase {
    font-size: 23px;
}
.bg_clorr {
    height: 100vh;
}
.criticala {
    width: 95%;
}
.clor_sec {
    margin-bottom: 20px;
}
.dis_de li {
    width: 92%!important;
}
.service-block {
    width: 80%!important;
}
.service-desc {
    margin-top: 100px!important;
}
.service-block:hover .service-icon {
    top: 65px!important;
}
.brochure h3 {
    font-size: 18px!important;
}
.try_icon {
    width: 20%!important;
}
.brochure {
    background-size: inherit!important;
}
.section-tittle h2 {
    font-size: 18px!important;
    font-weight: 500;
}
.slick-slide img {
    width: 130%;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

#navbar.navbar li {
  position: relative;
 
}
#header #navbar.navbar ul li {
  padding: 20px 0px;
  margin:0px;
}
#header #navbar.navbar ul li ul li {
  padding: 0px;
}


.navbar a,
.navbar a:focus {
      display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    font-weight:600;
    color: #111;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #2c2c2cb8;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0px 10px 5px;
    z-index: 999999;
    opacity: 0;
/*     visibility: hidden; */
    background: #fff;
    transition: 0.5s;
    top: 24px;
    display: none;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 8px 10px;
  font-size: 14px;
  text-transform: capitalize;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #2c2c2cb8;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 80px;
/*   visibility: visible; */
display: block;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}



/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item .testimonial-content {
  border-left: 3px solid var(--color-primary);
  padding-left: 30px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 20%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonial-item {
    background: white;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 15px 25px;
    min-height: 240px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  font-family: 'Poppins', sans-serif;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 10px 0;
  font-family: 'Poppins', sans-serif;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #f05656;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}


.testimonials .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.section-bg {
  background-color: #eee;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #7f7f90;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.section-header p span {
  color: var(--color-primary);
}





/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #000000;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #02afef;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff; 
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #02afef;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


.key_icon{margin: 25px 0px;  display: flex;
  align-items: center;
  justify-content: center;}
.comp_contact { padding-bottom:50px; padding-top: 0px;}
.contact_box { margin:22px 10px; padding: 25px; background: #fff; box-shadow: 0px 2px 12px #f4f4f4; height:160px;     list-style: none;
    padding: 31px 20px;
    width: 100%;
    height: 170px;
    float: left;
    background: #fff;
    transition: all 300ms ease 0s;
    position: relative;
    overflow: hidden;
    margin-left: 3px;
    border-radius: 22px;
    border: 1px #d8d8d8 solid;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_box2 {
    background: #fff;
    height: 160px;
    list-style: none;
    width: 110%;
    height: 80px;
    float: left;
    transition: all 300ms ease 0s;
    position: relative;
    overflow: hidden;
    margin-left: 3px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_box:hover {
    background: #eee;
}
.each_box { margin:22px 10px; padding: 25px; background: #fff; box-shadow: 0px 2px 12px #ccc; height:160px;     list-style: none;
    padding: 31px 20px;
    width: 100%;
    height: 105px;
    float: left;
    background: #fff;
    transition: all 300ms ease 0s;
    position: relative;
    overflow: hidden;
    margin-left: 3px;
    border-radius: 22px;
    border: 1px #d8d8d8 solid;
    margin-bottom: 10px;min-height: 120px;  display: flex;
  align-items: center;
  justify-content: center;}
.each_box:hover {
    background:#eee;
}
.each_contact p { font-size:14px; color:#555; margin:0px;}
.each_contact h3 { color:#2f5951;text-align: center;}

.listdesignss{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:5px auto;

}

    .listdesignss ul li { 
        margin:22px 10px; padding: 25px; background: #fff;
         box-shadow: 0px 2px 12px #eee; height:160px;     list-style: none;
    padding: 20px 10px;
    width: 28%;
    height: 105px;
    float: left;
    background: #fff;
    transition: all 300ms ease 0s;
    position: relative;
    overflow: hidden;
    border-radius:  5px;
    border: 1px #d8d8d8 solid;
/*    border-top: 2px solid #01afef;*/
    margin: 2%;
    min-height: 150px;  
    display: flex;
    color: #2f5951;
    text-align: center;
     font-size:19px; 
     justify-content: center;
     flex-flow: column-reverse;
     font-weight: 700;
     position: relative;


}
    .listdesignss ul li a { color: #2f5951;} 




.listdesignss ul li:before{position: absolute;
    content: '';
    left: -60px;
    width: 170px;
    height: 230px;
    z-index: 1;
    background: #e12a63;
    bottom: -150px;
    border-radius: 40% 70% 70% 40% / 40% 40% 70% 70%;
    background: linear-gradient( 45deg, #ccf1ff, #b7ebfe);
    opacity: .2;
    display: block;
      animation: dotcircle 30s linear infinite;
}

@keyframes dotcircle {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}
.brochurednn{display: none;}
.erpsidess{width: 100%;display: block;margin: auto;padding: 20px}
.listdesignss ul li:after{position: absolute;
    content: '';
    right: -30px;
    width: 100px;
    height: 100px;
    z-index: 1;
    background: #e12a63;
    top: -70px;
    border-radius: 15px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: linear-gradient( 55deg, #eeeeee, #fff);
    opacity: .5;
     animation: mymove 50s infinite;
}
@keyframes mymove {
  50% {transform: rotate(180deg);}
}

.listdesignss ul li:hover {
    background:#fff;
    filter: drop-shadow(1px 5px 7px gray);
}



.aligndivss p{text-align: justify;}
/*li::first-letter {
  font-size: 1.5rem;
  font-weight: bold;
  color: brown;
}*/
.erpsidessas{width: 50%;margin: auto;display: block;}

.btn-15 {
  border: 2px solid #000;
  z-index: 1;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  background: #000;
  transition: all 0.3s ease;
}
.btn-15:hover {
  color: #fff;
}
.btn-15:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-15:active {
  top: 2px;
}



.key_cards {
    text-align: left;
    float: left;
    width: 80%;
    padding-left: 5%;
}
.comp_contact h3 { font-size:17px; margin-bottom:10px;}
.comp_contact p { font-size:14px; color:#555; margin:0px;}
.comp_contact a { font-size:14px; color:#555;}
.comp_contact a:hover { color:#e98b41;}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/
.header {
    overflow: hidden;
}
.video-fullscreen-wrap {
    overflow: hidden;
}
[data-overlay-dark], [data-overlay-darkgray], [data-overlay-light] {
    position: relative;
}

[data-overlay-dark="6"]:before, [data-overlay-darkgray="6"]:before, [data-overlay-light="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark]:before, [data-overlay-darkgray]:before, [data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.video-fullscreen-wrap video {
    width: 100vw;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}







#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */
.next_generation {
      width: 100%;
    background-image: url(../img/next-generation-bg.jpg);
    padding: 30px;
    background-size: cover;
        border-radius: 0.75rem;
    position: relative;
    height: 30.125rem;
}
        .btm_section.sticky {
      position: fixed;
      top: 115px;
      width: 100%;
      bottom: auto;
    }
.container-space {
    padding: 0px 150px;
}
.wrapper-who-we-are-1.Customized-Solutions-step-1 {
    padding-bottom: 60px;
}
.key_module_erp {
    background: #ffffff;
    width: 100%;
    padding: 10px;
    margin-bottom: 18%;
    height: 120px;
    border-radius: 8px;
    border: 1px solid #f5874f;
    font-size: 12px;
    text-align: center;
}
.key_module_erp a {
  color: #ff5e00;
}
.key_module_erp img {
      width: 40%;
}
.next-paragraph {
    position: absolute;
    bottom: 20px;
    width: 70%;
}
.next_generation h2{
  color: #fff;
}
.next_generation p{
  color: #fff;
      font-size: 14px;
       text-shadow: 2px 2px 4px #000000;
}
section.secnd_section {
    padding-bottom: 0px;
}
#particles-js{
    width: 100%;
    height: 100%;
    background-image: url(../img/pothera-banner.jpg);
    background-size: contain;
    background-position: 0px 82px;
    background-repeat: no-repeat;
    position: relative;
}

.top_sec { position:absolute; top:0px; left:1%;}
.top_sec img { padding-top:40%;}
.top_sec h1 {color: #fff; margin: 10px 0 0 0; font-size: 40px; font-weight: 700; font-family: 'Poppins', sans-serif;}

#hero1:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero1 h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 25%;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#hero1 p{color:#fff}
#hero1 h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#hero1 p {font-size: 20px;margin-top: 20px;}
#hero1 .row{vertical-align: center;}
#hero1 img{position: relative;}
#hero1 .col-lg-5{position: relative;}
/* #hero .col-lg-5:before{ position: absolute;
    content: '';
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: -1;
    bottom: 50px;
    border: 1px dashed gray;
  } */
#hero1 .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#hero1 .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #hero1 {
    text-align: center;
    padding-top: 58px;
    width: 100%;
    height: 100%;
  }

  #hero1 h1 {
    font-size: 28px;
    padding-top: 90px ;
  }

  #hero1 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #hero1 {
    height: 100vh;
  }
}


/*--------------------------------------------------------------
# client Section
--------------------------------------------------------------*/
#client {
  width: 100%;
  height: 60vh;
   background-image: url("../img/clients.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}
/* .customized_solutions{background: #fff  !important} */


#client:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#client h1 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#client p{color:#fff}
#client h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#client p {font-size: 20px;margin-top: 20px;}
#client .row{vertical-align: center;}
#client img{position: relative; top: 160px}
#client .col-lg-5{position: relative;}
/* #hero .col-lg-5:before{ position: absolute;
    content: '';
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: -1;
    bottom: 50px;
    border: 1px dashed gray;
  } */
#client .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#client .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #client {
    text-align: center;
    padding-top: 58px;
        width: 100%;
    height: 100%;
  }

  #client h1 {
    font-size: 28px;
        margin-top: 30%;
  }

  #client h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #client {
    height: 100vh;
  }
}

/*--------------------------------------------------------------
# distribution Section
--------------------------------------------------------------*/
#distribution {
  width: 100%;
  height: 60vh;
   background-image: url("../img/distribution-trading.jpg");
   background-size: cover;
  position: relative;
}
/* .customized_solutions{background: #fff  !important} */


#distribution:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#distribution h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#distribution p{color:#fff; font-size: 20px;margin-top: 20px;}
#distribution h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#distribution .row{vertical-align: center;}
#distribution img{position: relative; top: 160px}
#distribution .col-lg-5{position: relative;}



@media (max-width: 768px) {
  #distribution {
    text-align: center;
    padding-top: 30px;
        width: 100%;
    height: 100%;
  }

  #distribution h1 {
    font-size: 22px;
/*        margin-top: 30%;*/
text-align: left;
margin-top: 15px;
  }

  #distribution h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #distribution {
    height: 100vh;
  }
}



/*--------------------------------------------------------------
# manufacturing Section
--------------------------------------------------------------*/
#manufacturing {
  width: 100%;
  height: 60vh;
   background-image: url("../img/manufacturing.jpg");
   background-size: cover;
  position: relative;
}
/* .customized_solutions{background: #fff  !important} */


#manufacturing:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#manufacturing h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#manufacturing p{color:#fff; font-size: 20px;margin-top: 20px;}
#manufacturing h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#manufacturing .row{vertical-align: center;}
#manufacturing img{position: relative; top: 160px}
#manufacturing .col-lg-5{position: relative;}



@media (max-width: 768px) {
  #manufacturing {
    text-align: center;
    padding-top: 58px;
        width: 100%;
    height: 100%;
  }

  #manufacturing h1 {
    font-size: 28px;
        margin-top: 0%;
  }

  #manufacturing h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #manufacturing {
    height: 100vh;
  }
}




.dis_de li {
      list-style: none;
    width: 33%;
    float: left;
    padding: 35px 32px 32px;
    transition: all 300ms ease 0s;
    position: relative;
    text-align: center;
        min-height: 400px;
        border: 1px solid #d0d0d073;
    background: #ffffff;
}
img.dis_icon {
    max-width: 67px;
        margin-bottom: 35px !important;
}
.dis_cards h3 {
      color: #333333;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.dis_cards p {
      text-align: center;
    color: #727272;
}

.enquiry-form input {
    box-shadow: none;
    border-radius: 0;
    border-color: #c1bcbc;
    background: transparent;
    border-radius: 8px;
}
.slt { border-radius: 8px !important;}
.enquiry-form input {box-shadow: 2px 2px 10px #b3b3b3;}
.form-control {box-shadow: 2px 2px 10px #b3b3b3; }
.modal-content {box-shadow: 2px 2px 25px #444;}
option {
    background: #150534 !important;
    color: #fff;
}
.form-control { box-shadow: 2px 2px 10px #b3b3b3; border:none;}
.submit {
    text-align: center;
    padding: 12px 50px;
    border-radius: 50px;
    font-weight: 300;
    background: #a5485f;
    color: #fff;
    font-size: 1.2em;
    border: 1px solid #a5485f;
    letter-spacing: 0.6px;
}
.modal-header .close {
    margin: 0px;
    padding: 0px;
    color: #a5485f;
    font-size: 43px;
}
.enquiry {margin-top: 80px;margin-bottom: 80px;}

.enquiry-form input {
    box-shadow: none;
    border-radius: 0;
    border-color: #c1bcbc;
    background: transparent;
    border-radius: 8px;
}
.slt { border-radius: 8px !important;}
.enquiry-form input {border: 1px solid #b7b7b7;}
.modal-content {box-shadow: 2px 2px 25px #444;    border: 1px solid #1e3250; padding:10px 0px;}
option {
    background: #150534 !important;
    color: #fff;
}
.form-control {     border: 1px solid #000;}
.submit {
    text-align: center;
    padding: 12px 50px;
    border-radius: 50px;
    font-weight: 300;
    background: #a5485f;
    color: #fff;
    font-size: 1.2em;
    border: 1px solid #a5485f;
    letter-spacing: 0.6px;
}
.modal-header .close {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 43px;
}
.modal-dialog {
    width: 710px;
    margin: 30px auto;
}
input#submit {
        background: #ff5e00;
    color: #ffffff;
    padding: 10px 30px;
    line-height: 18px;
    text-transform: capitalize;
    border-radius: 5px !important;
    text-align: center;
    display: block;
    border: none;
    margin: 0px auto;
}
input#submit:hover {
    background: #ff7626;
    color: #fff;
}

select{box-shadow: none ;border-radius: 0 !important; background:transparent !important; resize: none}
option {background: #150534 !important;color: #fff;}
.enquiry-btn button{background: transparent; margin-right: 10px; padding: 8px 30px; color: #150534;font-size: 1em; line-height: 1.5; border: 1px solid #150534; font-weight:600 }
.enquiry-bg h1 {background: #150534;color: #fff;padding:20px 30px;position: absolute;left: 50px;z-index: 9; font-weight:100}
.enquiry-bg h1 span{font-weight:600;}
.contact-form{padding:40px 40px;}
.contact-form iframe{margin-top:30px; width:100%; height: 300px;  }
.contact-us {margin-top: 80px;margin-bottom: 80px;}
.contact-bg {background-size: cover !important;background-position: center center !important; background-repeat: no-repeat !important;}
.contact-form input {box-shadow: none;border-radius: 0; border-color: #150534; background:transparent;}
.contact-form .select{box-shadow: none;border-radius: 0; border-color: #150534; background:transparent; resize: none}
.contact-btn button{background: transparent;  padding: 8px 30px; color: #150534;font-size: 1em; line-height: 1.5; border: 1px solid #150534; font-weight:600 }
.contact-bg .inner-content {background:rgba(5,27,53, 0.9);padding:20px 30px;position: absolute;right: 0px;bottom:0px; z-index: 9; font-weight:100; color:#fff; width:75%; }
.contact-bg h1 {font-weight:100;color:#fff; margin:0 0 15px;}
.contact-bg h1 span{font-weight:600;}
.contact-bg address {margin:10px 0 0; line-height: 1.5; font-size:0.9em; font-weight: 400;}
.contact-bg p{line-height: 1.5; font-size:0.9em; font-weight:300; margin:5px 0 0; }
.contact-bg  h2, .contact-bg  h3, .contact-bg  h4{font-size:1.1em; margin:10px 0 0}
.erp-intro h1{font-size:3em; text-align:center; color:#150534; font-weight:100; line-height:1.5; margin-top: 0;}
.erp-intro span{font-weight:600}
.erp-intro p{font-size:1.1em; text-align:center; color:#8e989f; font-weight:300; line-height:1.5; padding:0 150px}
.why-erp { padding:120px 0; text-align: center; color: #ffffff; position: relative;background-attachment: fixed !important; background-repeat: no-repeat !important; background-size:cover !important;}
.why-erp .inner-content { position: relative;}
.key-feature {padding: 80px 0;}
.key-feature ul {padding: 0 0 0 15px;}
.key-feature h3 {border-left: 3px solid #e90608;padding-left: 10px;line-height: 20px;}
.module-list h3, .industry-verticals h3, .sale-managment h5, .work-managment h5, .product-managment h5, .quality-managment h5, 
.inventory-managment h5 {border-left: 3px solid #e90608;padding-left: 10px;line-height: 20px;}
.module-list p, .industry-verticals p, .sale-managment p, .work-managment p, .product-managment p, .quality-managment p, 
.inventory-managment p, .supply-management p {color:#333;}
.module-list .inner-content {padding: 50px;}
.module-list ul {padding-left: 15px;}
.module-list li {margin-bottom:5px;}
.close {
    float: right;
}
.service-block-container {
   display: flex;
   justify-content: center;
}

.service-block {
   min-width: 180px;
   width: 180px;
   height: 200px;
   position: relative;
   transition: all 0.3s ease-in-out;
   overflow: hidden;
   display: flex;
   justify-content: center;
   text-align: center;
   background-color: #fff;
   color: #666;
   border: 1px solid #7c4067;
   margin-bottom: 30px;
   padding: 0 10px;
}

.service-underlay {
   position: absolute;
   height: 60px;
   bottom: 0;
   left: 0;
   right: 0;
   background: #EFE2E8;
   padding-top: 18px;
   transition: all 0.8s ease-in-out;
}

.service-icon {
   position: absolute;
   top: 30px;
   left:0; 
   right: 0;
   font-size: 30px;
   transition: all 0.8s ease-in-out;
   color: #737373;
}

.service-name {
   margin: 0 auto;
   display: block;
   text-transform: Capitalize;
   font-size: 14px;
   color: #7c4067;
}

.service-desc {
   display: block;
   font-size: 12px;
   margin-top: 75px;
   color: #7c4067;
}

.service-underlay .cta {
   margin-top: 115px;
   display: inline-block;
   color: #2f5951;
   font-size: 14px;
       border: 1px solid;
    padding: 4px;
    border-radius: 5px;
    background: #ffff;
}

.service-block:hover {
   transform: scale(1.1);
   cursor: pointer;
   border: 1px solid #2f5951;
}

.service-block:hover .service-underlay {
   height: 200px;
   background-color: #D1EDE5;
}

.service-block:hover .service-icon {
   color: #fff;
   transform: scale(1.5);
   top: 80px;
}

.service-block:hover .service-name {
   color: #2f5951;
   font-weight: bold;
}

.service-block:hover .service-desc {
   display: none;
}

.service-block .service-underlay .cta:hover {
   text-decoration: none;
}

/*----------------------------Brochure section -------------------*/
.featuresswrapss .testimonial-wrap{min-height: 230px}
.featuresswrapss .testimonial-item{min-height: 210px}

.brochure {
      position: relative;
    box-sizing: border-box;
    width: 100%;
/*    background-image: url("../img/bg-line.jpg");*/
    background-size: cover;
    background-image: linear-gradient(gray);
    background: #EDF2F5;
}
.brochure h3 {
      font-size: 35px;
    color: black;
    line-height: 45px;
    text-align: center;
}
.brochurebnt {
       text-align: Center;
    margin: 0px auto 0px;
    display: block;
    font-size: 18px;
    clear: both;
    background: #efe2e8;
    border-radius: 10px;
    padding: 10px;
    width: 250px;
    border: 1px solid;
    color: #7c4067;
    font-weight: 500;
        margin-top: 25px;
}
.brochurebnt:hover {
    background: #ffffff;
    color: #7c4067;
    border: 1px #7c4067 solid;
}
/*--------------------------------------------------------------
# career Section
--------------------------------------------------------------*/
#career {
  width: 100%;
  height: 60vh;
   background-image: url("../img/careers-banner.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}
/* .customized_solutions{background: #fff  !important} */


#career:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#career h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#career p{color:#fff}
#career h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#career p {font-size: 20px;margin-top: 20px;}
#career .row{vertical-align: center;}
#career img{position: relative; top: 160px}
#career .col-lg-5{position: relative;}
/* #hero .col-lg-5:before{ position: absolute;
    content: '';
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: -1;
    bottom: 50px;
    border: 1px dashed gray;
  } */
#career .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#career .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #career {
    text-align: center;
    padding-top: 58px;
        width: 100%;
    height: 100%;
  }

  #career h1 {
    font-size: 28px;
        margin-top: 30%;
  }
  .pothera-about-img-widths {
    font-size: 28px!important;
  }

  #career h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #career {
    height: 100vh;
  }
}



/*--------------------------------------------------------------
# crm Section
--------------------------------------------------------------*/
#crm {
  width: 100%;
  height: 60vh;
   background-image: url("../img/crm-banner.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}
/* .customized_solutions{background: #fff  !important} */


#crm:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#crm h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#crm p{color:#fff}
#crm h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#crm p {font-size: 20px;margin-top: 20px;}
#crm .row{vertical-align: center;}
#crm img{position: relative; top: 160px}
#crm .col-lg-5{position: relative;}
/* #hero .col-lg-5:before{ position: absolute;
    content: '';
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: -1;
    bottom: 50px;
    border: 1px dashed gray;
  } */
#crm .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#crm .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #crm {
    text-align: center;
    padding-top: 58px;
        width: 100%;
    height: 80%;
  }

  #crm h1 {
    font-size: 28px;
    margin-top: 30%;
  }

  #crm h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #crm {
    height: 100vh;
  }
}



/*--------------------------------------------------------------
# sale_sec Section
--------------------------------------------------------------*/
#sale_sec {
  width: 100%;
  height: 60vh;
   background-image: url("../img/distribution-banner.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}
/* .customized_solutions{background: #fff  !important} */


#sale_sec:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#sale_sec h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#sale_sec p{color:#fff}
#sale_sec h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#sale_sec p {font-size: 20px;margin-top: 20px;}
#sale_sec .row{vertical-align: center;}
#sale_sec img{position: relative; top: 160px}
#sale_sec .col-lg-5{position: relative;}
/* #hero .col-lg-5:before{ position: absolute;
    content: '';
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: -1;
    bottom: 50px;
    border: 1px dashed gray;
  } */
#sale_sec .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#sale_sec .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #sale_sec {
    text-align: center;
    padding-top: 58px;
        width: 100%;
    height: 80%;
  }

  #sale_sec h1 {
    font-size: 28px;
    margin-top: 30%;
  }

  #sale_sec h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #sale_sec {
    height: 100vh;
  }
}




/*--------------------------------------------------------------
# mrp Section
--------------------------------------------------------------*/
#mrp {
  width: 100%;
  height: 60vh;
   background-image: url("../img/mrp-banner.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}
/* .customized_solutions{background: #fff  !important} */


#mrp:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#mrp h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#mrp p{color:#fff}
#mrp h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#mrp p {font-size: 20px;margin-top: 20px;}
#mrp .row{vertical-align: center;}
#mrp img{position: relative; top: 160px}
#mrp .col-lg-5{position: relative;}
/* #hero .col-lg-5:before{ position: absolute;
    content: '';
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: -1;
    bottom: 50px;
    border: 1px dashed gray;
  } */
#mrp .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#mrp .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #mrp {
    text-align: center;
    padding-top: 58px;
        width: 100%;
    height: 80%;
  }

  #mrp h1 {
    font-size: 28px;
    margin-top: 30%;
  }

  #mrp h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #mrp {
    height: 100vh;
  }
}


/*--------------------------------------------------------------
# Inventory Section
--------------------------------------------------------------*/
#Inventory {
  width: 100%;
  height: 60vh;
   background-image: url("../img/inventory-banner.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}
/* .customized_solutions{background: #fff  !important} */


#Inventory:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#Inventory h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}
.computerized_management_banner{  display: flex !important;
  align-items: center !important;
  justify-content: center !important;}

#Inventory p{color:#fff}
#Inventory h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#Inventory p {font-size: 20px;margin-top: 20px;}
#Inventory .row{vertical-align: center;}
#Inventory img{position: relative; top: 160px}
#Inventory .col-lg-5{position: relative;}

#Inventory .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#Inventory .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #Inventory {
    text-align: center;
    padding-top: 58px;
        width: 100%;
    height: 80%;
  }

  #Inventory h1 {
    font-size: 28px;
    margin-top: 30%;
  }

  #Inventory h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #Inventory {
    height: 100vh;
  }
}


/*--------------------------------------------------------------
# planning Section
--------------------------------------------------------------*/
#planning {
  width: 100%;
  height: 60vh;
   background-image: url("../img/planning-banner.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}
/* .customized_solutions{background: #fff  !important} */


#planning:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#planning h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#planning p{color:#fff}
#planning h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#planning p {font-size: 20px;margin-top: 20px;}
#planning .row{vertical-align: center;}
#planning img{position: relative; top: 160px}
#planning .col-lg-5{position: relative;}

#planning .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#planning .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #planning {
    text-align: center;
    padding-top: 58px;
        width: 100%;
    height: 100%;
  }

  #planning h1 {
    font-size: 28px;
    margin-top: 30%;
  }

  #planning h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #planning {
    height: 80vh;
  }
}


/*--------------------------------------------------------------
# job Section
--------------------------------------------------------------*/
#job {
  width: 100%;
  height: 60vh;
   background-image: url("../img/job-work-management.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}
/* .customized_solutions{background: #fff  !important} */


#job:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#job h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#job p{color:#fff}
#job h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#job p {font-size: 20px;margin-top: 20px;}
#job .row{vertical-align: center;}
#job img{position: relative; top: 160px}
#job .col-lg-5{position: relative;}

#job .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#job .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #job {
    text-align: center;
    padding-top: 58px;
        width: 100%;
    height: 80%;
  }

  #job h1 {
    font-size: 28px;
    margin-top: 30%;
  }

  #job h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #job {
    height: 100vh;
  }
}


/*--------------------------------------------------------------
# quality Section
--------------------------------------------------------------*/
#quality {
  width: 100%;
  height: 60vh;
   background-image: url("../img/quality-management.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}
/* .customized_solutions{background: #fff  !important} */


#quality:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

img.try_icon {
    width: 10%;
}
#quality h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#quality p{color:#fff}
#quality h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#quality p {font-size: 20px;margin-top: 20px;}
#quality .row{vertical-align: center;}
#quality img{position: relative; top: 160px}
#quality .col-lg-5{position: relative;}

#quality .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#quality .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #quality {
    text-align: center;
    padding-top: 58px;
        width: 100%;
    height: 100%;
  }

  #quality h1 {
    font-size: 28px;
    margin-top: 30%;
  }

  #quality h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #quality {
    height: 80vh;
  }
}


/*--------------------------------------------------------------
# hr Section
--------------------------------------------------------------*/
#hr {
  width: 100%;
  height: 60vh;
   background-image: url("../img/hr-banner.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}
/* .customized_solutions{background: #fff  !important} */


#hr:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hr h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#hr p{color:#fff}
#hr h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#hr p {font-size: 20px;margin-top: 20px;}
#hr .row{vertical-align: center;}
#hr img{position: relative; top: 160px}
#hr .col-lg-5{position: relative;}

#hr .btn-get-started {
 font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#hr .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #hr {
    text-align: center;
    padding-top: 58px;
        width: 100%;
    height: 80%;
  }

  #hr h1 {
    font-size: 28px;
    margin-top: 30%;
  }

  #hr h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #hr {
    height: 100vh;
  }
}



/*--------------------------------------------------------------
# accounts Section
--------------------------------------------------------------*/
#accounts {
  width: 100%;
  height: 60vh;
   background-image: url("../img/accounts-and-finance-management.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}



#accounts:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#accounts h1 {
  margin: 0;
  font-size: 43px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#accounts p{color:#fff}
#accounts h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#accounts p {font-size: 20px;margin-top: 20px;}
#accounts .row{vertical-align: center;}
#accounts img{position: relative; top: 160px}
#accounts .col-lg-5{position: relative;}

#accounts .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#accounts .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #accounts {
    text-align: center;
    padding-top: 58px;
    width: 100%;
    height: 100%;

  }

  #accounts h1 {
    font-size: 28px;
        margin-top: 30%;
  }

  #accounts h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #accounts {
    height: 100vh;
  }
}



/*--------------------------------------------------------------
# pos Section
--------------------------------------------------------------*/
#pos {
  width: 100%;
  height: 60vh;
   background-image: url("../img/pos-point of-sles.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}



#pos:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#pos h1 {
  margin: 0;
  font-size: 43px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#pos p{color:#fff}
#pos h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#pos p {font-size: 20px;margin-top: 20px;}
#pos .row{vertical-align: center;}
#pos img{position: relative; top: 160px}
#pos .col-lg-5{position: relative;}

#pos .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#pos .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #pos {
    text-align: center;
    padding-top: 58px;
    width: 100%;
    height: 100%;

  }

  #pos h1 {
    font-size: 28px;
        margin-top: 30%;
  }

  #pos h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #pos {
    height: 100vh;
  }
}


/*--------------------------------------------------------------
# pos Section
--------------------------------------------------------------*/
#post_sales {
  width: 100%;
  height: 60vh;
   background-image: url("../img/post-sales.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}



#post_sales:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#post_sales h1 {
  margin: 0;
  font-size: 43px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#post_sales p{color:#fff}
#post_sales h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#post_sales p {font-size: 20px;margin-top: 20px;}
#post_sales .row{vertical-align: center;}
#post_sales img{position: relative; top: 160px}
#post_sales .col-lg-5{position: relative;}

#post_sales .btn-get-started {
 font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#post_sales .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #post_sales {
    text-align: center;
    padding-top: 58px;
    width: 100%;
    height: 100%;

  }

  #post_sales h1 {
    font-size: 28px;
        margin-top: 30%;
  }

  #post_sales h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #post_sales {
    height: 100vh;
  }
}


/*--------------------------------------------------------------
# pos Section
--------------------------------------------------------------*/
#admin {
  width: 100%;
  height: 60vh;
   background-image: url("../img/admin-and-security.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}



#admin:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#admin h1 {
  margin: 0;
  font-size: 43px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#admin p{color:#fff}
#admin h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#admin p {font-size: 20px;margin-top: 20px;}
#admin .row{vertical-align: center;}
#admin img{position: relative; top: 160px}
#admin .col-lg-5{position: relative;}

#admin .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#admin .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #admin {
    text-align: center;
    padding-top: 58px;
    width: 100%;
    height: 100%;

  }

  #admin h1 {
    font-size: 28px;
        margin-top: 30%;
  }

  #admin h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #admin {
    height: 100vh;
  }
}




/*--------------------------------------------------------------
# features Section
--------------------------------------------------------------*/
#features {
  width: 100%;
  height: 60vh;
   background-image: url("../img/pothera-erp-features.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}



#features:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#features h1 {
  margin: 0;
  font-size: 43px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#features p{color:#fff}
#features h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#features p {font-size: 20px;margin-top: 20px;}
#features .row{vertical-align: center;}
#features img{position: relative; top: 160px}
#features .col-lg-5{position: relative;}

#features .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#features .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #features {
    text-align: center;
    padding-top: 58px;
    width: 100%;
    height: 100%;

  }

  #features h1 {
    font-size: 28px;
        margin-top: 20%;
  }
  .indus_box p {
    font-size: 15px;
}

  #features h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #features {
    height: 100vh;
  }
}
/*--------------------------------------------------------------
# contact_ban Section
--------------------------------------------------------------*/
#contact_ban {
  width: 100%;
  height: 60vh;
   background-image: url("../img/contact-banner.jpg");
   background-size: cover;
  position: relative;
  padding-top: 82px;
}
/* .customized_solutions{background: #fff  !important} */


#contact_ban:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#contact_ban h1 {
  margin: 0;
  font-size: 43px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 15%;
  font-family: 'Poppins', sans-serif;
      text-shadow: 0px -1px 2px #2c4949;
}

#contact_ban p{color:#fff}
#contact_ban h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#contact_ban p {font-size: 20px;margin-top: 20px;}
#contact_ban .row{vertical-align: center;}
#contact_ban img{position: relative; top: 160px}
#contact_ban .col-lg-5{position: relative;}

#contact_ban .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #fff;
  border: 2px solid #02afef;
}

#contact_ban .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #contact_ban {
    text-align: center;
    padding-top: 58px;
    width: 100%;
    height: 100%;

  }

  #contact_ban h1 {
    font-size: 28px;
        margin-top: 30%;
  }

  #contact_ban h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #contact_ban {
    height: 100vh;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.why-erp {
    padding: 120px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


section {
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}

.section-title1 {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
/*  text-transform: uppercase;*/
  position: relative;
  color: #222222;
  text-align: center;
}



.section-title p {
  margin-bottom: 0;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
}


#faq{ background-size: cover;background-position: 0px 0px;background-repeat: no-repeat;}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2b2b;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #aaaaaa;
}

.breadcrumbs ol a:hover {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #02afef;
  content: "/";
}

.erp-intro h1 {
    display: table;
    padding-left: 10px;
    margin: auto;
    padding: 0px 10px;
    position: relative;
}
.erp-intro h1 {
      font-size: 3em;
    text-align: center;
    color: #150534;
    font-weight: 100;
    line-height: 1.5;
}
.erp-intro{padding:50px 0;}
.erp-intro h1{font-size:3em; text-align:center; color:#150534; font-weight:100; line-height:1.5; margin-top: 0;}
.erp-intro span{font-weight:600}
.erp-intro p{font-size:1.1em; text-align:center; color:#5c5c5c; font-weight:300; line-height:1.5; padding:0 150px;}
.erp-intro {padding: 60px 0px 40px; clear:both;}
.erp-intro h1{font-size: 2.3em; }
.erp-intro p{padding:0px 15px;}
.erp-intro{padding:40px 0;}
.erp-intro h1:before {
    position: absolute;
    left: -10px;
    margin-left: 10px;
    top: 5px;
    bottom: 0px;
    border-left: 4px solid #00abec;
    content: "";
    height: 50px;
}
.erp-intro h2 {
        line-height: 1.1;
    color: #4e4e4e;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 15px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.tabs .nav-link:hover {
  color: #02afef;
}
.tabs .nav-link {
  background:linear-gradient(45deg, #d6f2ff, #b9eaff);
  border-color: #d6f2ff;
}

.tabs .nav-link.active {
      background: #02afef;
  color: #fff;
  border-color: #02afef;
}

@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 15px;
  }

  .tabs .nav-link i {
    font-size: 24px;
  }
}

.tabs .tab-content {
  margin-top: 30px;
  padding-top: 30px;
}

.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #02afef;
}

.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #1963a9;
  transition: 0.3s;
  position: relative;
  min-height: 200px;
}

.services .icon-box:hover {
  background: #1866b0;
}

.services .icon-box i {
  float: left;
  color: #ffffff;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #fff;
  transition: 0.3s;
}

.services .icon-box h4 a:hover {
  text-decoration: underline;
}

.services .icon-box .icon-box:hover h4 a {
  color: #02afef;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.teestimonials .testimonials-carousel,
.teestimonials .testimonials-slider {
  overflow: hidden;
}
.teestimonials{background: linear-gradient(0deg, #ccefff, #fff);padding-top: 10px;}
.teestimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 0px;
  min-height: 180px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background:linear-gradient(45deg, #ffffff, #ffffff);
  border-radius: 5px;
}

.teestimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.teestimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 5px 0;
  color: #000;
}

.teestimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.teestimonials .testimonial-item .quote-icon-left,
.teestimonials .testimonial-item .quote-icon-right {
  color: #fceaea;
  font-size: 26px;
}

.teestimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.teestimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.teestimonials .testimonial-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
  text-align: -webkit-center;
  color: #494949;
}

.teestimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.teestimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #02afef;
}

.teestimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #02afef;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #d1ede5;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #d1ede5;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #2f5951;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #2f5951;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #2f5951;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
      background: #d1ede5;
    border-radius: 50px;
    padding: 10px;
    color: #2f5951;    font-weight: 500;
        border: 2px solid;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #7c4067;
  background: #ffffff;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #ff5e14;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #EFE2EB;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #7c4067;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 55%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #7c4067;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #7c4067;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.brouchurewrapperss a img{width: auto;height: 100px;margin-top: 25px;}
.truestwrappers img {
    width: auto;
    height: 74px;
    margin-top: 0px;
    padding: 0px;
    border-radius: 10px;
    padding: 8px;
    background: #ffffff;
    box-shadow: 4px 2px 18px #b5b4b4;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom:1px solid #e0ddd8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: 48px;
    font-weight: 400;
    padding-right: 25px;
    cursor: pointer;
}

.faq .faq-list i {
  font-size: 45px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: 18px;
  line-height: 30px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #7a7a7a;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}
/*------------------------------------side form----------------------------------------*/

.popup-bt-step1 i {
  margin-top: 0px;
  font-size: 20px;
  left: -8px;
  position: relative;
  top: -6px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.popup-bt-step1 a {
  color: #fff;
}

.popup-bt {
  height: 104px;
  width: 0;
  position: fixed;
  top: 30%;
  right: -12px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  float: right;
  background: #30F;
}

::before {
  box-sizing: border-box;
}

.popup-bt a {
  display: block;
  background: #ff5e00 !important;
  height: 40px;
  width: 150px;
  padding: 8px 16px;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  float: right;
  border-radius: 2px;
  border: 0;
}


.popup-bt-step1 {
  height: 40px;
  width: 0px;
  position: fixed;
  top: 28%;
  right: 0px;
  padding: 10px 20px;
  z-index: 1000;
  float: right;
  background:#ff5e00!important;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-phone:before {
  content: "\f095";
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.adssections{padding:20px 50px;background-color:#d9e6eb;display: block;text-align: center;}
.subads{padding-top:40px;padding-bottom:40px;}
.subads img{width:800px;border-radius: 10px;}
.subads p{margin-bottom: 0;}


.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
}
img.ab-dessbreake {
    width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #02afef;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #02afef;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 36px;
  border-radius: 4px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 25px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #eee;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #111111;
}

.contact .php-email-form input {
    padding: 10px 15px;
/*     border-radius: 30px; */
    height: 50px;
    color: #eee;
}

.contact .php-email-form textarea {
  padding: 0px 15px;
}

.contact .php-email-form button[type=submit] {
    background: linear-gradient(45deg, #f6732c, #ed9c23);
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
    border-radius: 27px;
}

.contact .php-email-form button[type=submit]:hover {
  background: black;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wrapper-contact-us-addres-contact-details-on-may {
    background: #eee;
    padding: 40px;
    margin-left: 0px;
    min-height: 365px;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.maincont p {
    font-size: 15px;
    margin: 0em auto;
    color: #333;
    padding-right: 70px;
    line-height: 28px;
}

.erpsections{background: #edf2f5;}
.erpsections p {
  font-size: 15px;
}
.section-tittle h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    color: #262626;
}
.tabs .tab-content h3{font-size: 2.5em;color: #23afed;font-weight: 600;}
.tabs .fst-italic{margin-bottom: 30px;color: #222;font-size: 17px;}
.tabs .tab-content .row{display: flex;justify-content: center;align-items: center;}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #02afef;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #02afef;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e35052;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #02afef;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111111;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #02afef;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #111111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #02afef;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #02afef;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #e34c4d;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #02afef;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #02afef;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #02afef;
  background: #02afef;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
    background-color: #0b63ab;
}

#footer .footer-top {
  padding: 80px 0 0px 0;
}
#footer .container .container{border-top: 1px solid #5f95c1;}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #02afef;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: white;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  color: white;
}

#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background: #5f95c1;
  bottom: 0;
  left: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5f95c1;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #02afef;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35052;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2c2c2cb8;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
    background: #d1ede5;
    color: #2f5951;
  text-decoration: none;
}




/*-------new css product--------------------*/
.maintenance_sec { padding:60px 0px 20px;}
.maintenance_title { font-size: 2em; text-transform: capitalize !important; font-weight: 600; line-height:40px; margin-bottom:15px;}
.lets_pic { width:100%;}
.maintenance_title { font-size: 2em; text-transform: capitalize !important; font-weight: 600; line-height:40px; margin-bottom:15px;}
.maintenance_title {font-size: 1.4em;line-height: 30px;}
.pl-lg-5, .px-lg-5 {padding-left: 3rem!important; padding-bottom: 65px;}
.maincont {
  display: block;
  /* IE 11 */
  margin: 0 auto;
  /* min-height: 1600px; */
 width: 100%;
}

.maincont p {
    font-size: 15px;
    margin: 0em auto;
    color: #333;
    padding-right: 70px;
    line-height: 28px;
}

.maincont h3 {
  /*letter-spacing: 0.1em;*/
  scroll-margin: 20px 0 0 0;
  text-transform: uppercase;
}

.maincont h3:first-child {
  margin-top: 2em;
}

/* 2020-02-24
  https://css-tricks.com/hash-tag-links-padding/ */
.maincont h3::before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
  pointer-events: none;
}
.section-title-wrapper{padding-left: 0px !important;}
.wrapper-inner-page-logo-img img {
    width: 300px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.wrapper-inner-page-logo-img {
    padding-bottom: 15px;
}
/*-------------customized-----------------------*/
.Customized-Solutions-step-2 img {
    width: 100%;
}
.Customized-Solutions-step-3 .section-title-wrapper {
    text-align: left;
}
.wrapper-who-we-are-pothera-1 .section-title-wrapper {
    padding: 0px !important;
    margin-bottom: 7px !important;
}
.on-demantions-padding-left-rights-screen {
    padding: 20px 150px 50px !important;
}

.wrapper-who-we-are-pothera-1 {
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: center;
    background: transparent;
}
.wrapper-who-we-are-1 {
    background: #ffffff;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
}
.wrapper-who-we-are-pothera-1 .pl-lg-5 {
    padding: 0px !important;
}
.wrapper-who-we-are-pothera-1 .section-title-wrapper {
    padding: 0px !important;
    margin-bottom: 7px !important;
}

ul.wrapper-our-value-wraps {
    padding: 20px 10px 0px 20px;
    text-align: left;
}
.consistency-scalability-1 li {
  padding: 15px;
    margin-bottom: 30px;
    border-left: 3px solid #1964aa;
    background: linear-gradient(45deg, #edf7ff, transparent);
    list-style: none;
    }
.wrapper-only-p-tags-padding-1 p {
    padding-right: 0;
    padding: 0px 15px;
}


#corecomp { padding:60px 0px;background: lightblue;}
.wrapper-who-we-are-4 {
    padding-top: 80px;
    padding-bottom: 80px;   
}
.pothera-about-img-widths {
    padding-bottom: 15px !important;
    margin-top: 15px !important;
}
.advantsges-1 {
    text-transform: none !important;
}
span.section-title-seperator-1 {
    border-radius: 0px !important;
}
.value-right {
    position: relative;
    z-index: 1;
}
.value-right img {
    width:90%;
}
/*--------------careers-------------------*/
.intro2 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.advantsges-1 {
    text-transform: none !important;
}
.lets_pic { width:100%;}
.section-title {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2.2em;
    text-transform: capitalize !important;
    font-weight: 600;
}
.pothera-about-img-widths {
    padding-bottom: 15px !important;
    margin-top: 15px !important;
    text-align: start;
}

.oarentd_left a {
    color: #222;
    font-weight: 600;
    font-size: 13px !important;
}
.oarentd_left {
    padding: 25px 15px;
    height: 68vh;
    border-radius: 6px;
    margin-top: 8px;
    background: #a8e9f4;
    background-size: cover;
    background-repeat: no-repeat;
        background:linear-gradient(80deg, #ea6f37, #ea7d14);

}
.posttitles {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}
.personal_details {
    padding: 30px;
    background: #f1f1f1;
    float: left;
    text-align: left;
    min-height: 510px;
	border-radius:5px;
}
.personal_details {
    margin-top: 10px;
}
.personal_details p {
    font-size: 21px;
    padding-right: 50px;
    padding-bottom: 16px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 10px;
    color: #444;
    font-weight: 600;
}
.inpdfsds {
    margin: 10px 0px;
}
.inpdfsds label {
    width: 100%;
    margin: 15px 0px 5px;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}
.inpdfsds span {
    color: red;
}

.inpdfsds input, .inpdfsds select {
    border: 1px #727272 solid;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    font-size: 13px;
    color: #bfbfbf;
    height: 42px;
    background: #f1f1f1;
}

form.inpdfsds input.subbtn {
    color: #fff;
    font-size: 16px;
    height: auto !important;
    transition: 0.7s;
    background: linear-gradient(179deg, #605f5e, #242424);
    color: #fff;
    border-radius: 4px;
    padding: 14px 15px;
    font-weight: 700;
}
form.inpdfsds input.subbtn:hover {
    background: transparent;
    color: #333333;
    transition: 0.9s;
}
.box_space {
    margin: 0px 0px;
}/*
.form-group {
    margin-bottom: 10px;
    height: 90px;
}*/
/*Client Css*/
ul.clients-step-1-img-sub li {
    display: inline-block;
    padding: 15px 10px;
    width: 21%;
    margin: 15px;
    background: #fff;
    webkit-box-shadow:  3px 5px 10px #eee;
    -moz-box-shadow:  3px 5px 10px #eee;
   box-shadow: 3px 5px 10px #eee;
    background: #fff;
    transition: 0.8s !important;
    border: 1px solid #eee;
}
ul.clients-step-1-img-sub {
    padding: 0px;
    margin: 0;
    list-style: none;
    display: block;
}
ul.clients-step-1-img-sub li img {
    width: 100%;
}
.clients-main-step-1 {
    text-align: center;
    /* background: #f5f5f5 url('../images/about-bg.jpg') top center no-repeat; */
    padding: 70px 0px;
}

.crumina-heading .first{width:0;-webkit-animation:move-short 1.5s infinite linear;animation:move-short 1.5s infinite linear;}
.crumina-heading .second{width:130px;-webkit-animation:move 1.5s infinite linear;animation:move 1.5s infinite linear;}
.heading-decoration .first{width:30px;}
.heading-decoration .second{width:100px;}
@-webkit-keyframes move-short{100%{width:140px;margin-right:0;}}
@keyframes move-short{100%{width:140px;margin-right:0;}}
@-webkit-keyframes move{100%{width:0;}}
@keyframes move{100%{width:0;}}




ul.clients-step-1-img-sub li:hover {
    -webkit-box-shadow: 0 14px 59px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    box-shadow: 0 14px 59px rgb(0 0 0 / 12%);
    background: #fff;
    transition: 0.8s !important;
    transition: all .5s;
    transform: translateY(-10px) !important;
}
.wrapper-intact-crm-main {
    text-align: center;
    padding-top: 30px;
}
span.section-title-seperator {
    height: 3px;
    width: 80px;
    background-color: #02afef;
    display: inline-block;
    /*border-radius: 25%;*/
    margin: 1rem 0;
}
span.section-title-seperator-1 {
    border-radius: 0px !important;
}




/* blog section start */


.blog_section{
    width: 100%;
    float: left;
    background: white;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
.blog_taital_main{
    width: 100%;
    float: left;
    padding-left: 100px;
}
.blog_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #191616;
        padding-top: 30PX;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.blog_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #191616;
    text-align: center;
    margin: 0px;
}
.blog_section_2{
    width: 100%;
    float: left;
    padding-top: 50px;
}
.blog_section_3{
    width: 100%;
    float: left;
    padding-top: 50px;
}
.image_4{
    width: 95%;
    float: left;
    background-image: url(../img/back1.jpg);
    height: auto;
    text-align: center;
    padding: 40px 0px;
}
.image_5{
    width: 100%;
    float: left;
    background-image: url(../img/back3.jpg);
    height: auto;
    text-align: center;
    padding: 50px 40px;
}
.laptop_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #2a2929;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 30px;
}
.ipsum_text {
    width: 82%;
    float: left;
    font-size: 16px;
    color: #191616;
    margin: 0px;
    padding-top: 20px;
}

.read_bt_2{
    width: 170px;
    float: left;
}
.read_bt_2 a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #bababa;
    padding: 8px 5px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
}
.read_bt_2 a:hover{
    color: #ffffff;
    background-color: #02afef;
}
.padding_right_0{
    padding-right: 0px;
}
.padding_left_0{
    padding-left: 0px;
}
/* blog section end */




/*-----------------icon---------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px)
{
  .brouchurewrapperss,.get-started-btn{display: none;}
  }
@media only screen and (min-width: 0px) and (max-width: 600px)
{
  .brouchurewrapperss,.get-started-btn{display: none;}
  .truestwrappers img{height: 60px;margin-right: 20px;}
  .erp-intro {
    padding: 20px 15px;
}
.subads{padding: 30px 0px;}
.subads img{width: 100%;}
.section-title h2 { font-size: 20px;}
.erp-intro p,.why-erp p{text-align: justify;}
.adssections{padding: 20px;}
}

/*================================================
About Area CSS
=================================================*/
.about-area  {
    position: relative;
    z-index: 1;
    padding: {
        bottom: 175px;
    };
    overflow: hidden;
    .container-fluid {
        padding-left: 0;
    }
}

.about-image {
    position: relative;
    float: right;
    img {
        border-radius: 5px;
        &:nth-child(2) {
            position: absolute;
            right: -50px;
            bottom: -100px;
        }
    }
    .shape {
        position: absolute;
        top: -30px;
        right: -25px;
        z-index: -1;
    }
}

.about-content {
    max-width: 590px;
    padding-left: 65px;
    margin-top: 0px;
    span {
        font-size: 16px;
        color: $optional-color;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        margin-left: 35px;
        font-weight: 600;

        &::before {
            content: "";
            position: absolute;
            height: 2px;
            width: 30px;
            background-color: $optional-color;
            left: -35px;
            top: 12px;
        }
    }
    h2 {
        font-size: 30px;
        margin: {
            top: 16px;
            bottom: 14px;
        };
    }
    p { 
        margin-bottom: 0;
    }
    .about-text {
        margin-top: 30px;
        position: relative;
        padding-left: 80px;
        .icon {
            img {
                position: absolute;
                left: 0;
                top: 10px;
            }
        }
        h3 {
            font-size: 25px;
            margin-bottom: 10px;
            font-weight: 500;
        }
        p {
            margin-bottom: 0;
            max-width: 370px;
        }
    }
    .signature {
        background-color: #f2f2f2;
        position: relative;
        padding: 20px 20px 20px 210px;
        margin-top: 30px;
        border-left: 3px solid $optional-color;
        display: inline-block;
    
        img {
            position: absolute;
            left: 20px;
            top: 25px;
        }
        h3 {
            font-size: 15px;
            margin-bottom: 5px;
            color: $optional-color;
            font-weight: 600;
        }
        p {
            font-size: 15px;
            color: $optional-color;
            font-weight: 500;
        }
    }
}

.about-shape {
    position: absolute;
    right: 0;
    bottom: 100px;
}
ul.crm_box li {
    font-size: 20px;
    color: #fff;
    padding: 10px 0px;
    line-height: 26px;
}
ul.crm_box {
    background: #24b6ee;
    padding: 40px 25px 40px 50px;
    border-radius: 5px;
}




/* ADVERTISERS SERVICE CARD */
body {
      font-family: 'Poppins', sans-serif;
}

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}



.advertisers-service-sec span {
  color: rgb(2 175 239);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 90%;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}


.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}


.advertisers-service-sec .icon-wrapper {
  position: relative;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}


.advertisers-service-sec .service-card:hover p {
  color: #040404;
}



.des .cards {
  text-align: left;
    float: left;
    width: 70%;
    display: flow;
    align-self: center;
}
.des li {
         list-style: none;
    padding: 31px 20px;
    width: 32%;
    float: left;
    margin: 2px;
    height: 110px;
    text-anchor: middle;
    border: 1px solid #d0d0d073;
    background: #ffffff;
    display: flex;
}
.des .left_icon {
    width: 15%;
    float: left;
    margin-right: 15px;
}
.des .left_icon {
  width:15%; float: left;
}
.fox {
   font-size: 19px;
    font-weight: 600;
    color: black;
    align-self: end;
}
/* ADVERTISERS SERVICE CARD ENDED */


.crm_box:after {
    content: "";
    position: absolute;
    background: url(../img/bs.png) no-repeat;
    width: 12%;
    height: 133px;
    top: -8px;
    right: 21px;
    background-size: cover;
}

.icon {
    padding-top: 35px;
}



.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid blue;
}


.serv_sec {
    padding: 50px 0px;
    background: #eee;
}
.tech .col-sm-7 {
    display: flex;
    align-items: Center !important;
}
.about_lft {
    padding: 10px 0px;
}
.about_lft h2 {
    font-size: 35px;
    line-height: 35px;
    color: #000000;
/*    font-family: 'Libre Baskerville', serif;*/
    margin-bottom: 10px;
}
.marketing_title {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .about_lft p {
    font-size: 15px;
    color: #333;
    padding: 10px 0px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px;
}


.subscribe-holder{ padding: 0px; bottom: -16px; }
.subscribe-holder .colContainer.lg .textColRight{ width: 100%; height: 96.6%; display: flex; align-items: center; justify-content: center; }
.subscribe-holder .textColRight .textContent{ padding: 20px; }

.inner-container-xxl { padding: 150px 0px; position: relative; width: 100%; } 
.inner-container-xl { padding: 120px 0px; position: relative; width: 100%; } 
.inner-container-lg { padding: 100px 0px; position: relative; width: 100%; } 
.inner-container { padding: 50px 0px; position: relative; width: 100%; } 
.inner-container-md { padding: 60px 0px; position: relative; width: 100%; } 
.inner-container-sm { padding: 40px 0px; position: relative; width: 100%; } 
.inner-container-xs { padding: 20px 0px; position: relative; width: 100%; }


.colContainer { position: relative; display: block; } 
.textColRight, .textColLeft { display: block; position: relative; width: 575px; padding: 0px; } 
.colContainer.lg .textColRight, .colContainer.lg .textColLeft { width: 750px; } 
.colContainer.md .textColRight, .colContainer.md .textColLeft { width: 700px; } 
.colContainer.sm .textColRight, .colContainer.sm .textColLeft { width: 470px; } 
.textColRight { float: left; } 
.textColLeft { float: right; } 
.textColRight .textContent { position: relative; padding-left: 150px; } 
.textColLeft .textContent { position: relative; padding-right: 150px; } 
.colContainer.md .textColRight .textContent { position: relative; padding-left: 60px; } 
.colContainer.md .textColLeft .textContent { position: relative; padding-right: 60px; } 
.colContainer.sm .textColRight .textContent { position: relative; padding-left: 30px; } 
.colContainer.sm .textColLeft .textContent { position: relative; padding-right: 30px; } 


.pageTitle-holder { margin-bottom: 30px; position: relative; padding-bottom: 30px; border-bottom: 1px solid #DDDDDD; } 
/* .pageTitle-holder::before { content:""; position: absolute; left: 0px; bottom: 0px; width: 30%; max-width: 300px; height: 5px; background: var(--primary); border-radius: 5px; } */
.pageTitle-holder.text-center::before { left: 50%; transform: translateX(-50%); } 
.pageTitle { position: relative; padding: 0px 0px 0px; margin-bottom: 40px; transition: all 0.2s linear; } 
.pageTitle:last-child, .title-holder:last-child { margin-bottom: 0px; } 
.pageTitle h1, .pageTitle h2 { font-size: 40px; color: #000; padding: 0px 0px 25px; line-height: 1.1; transition: all 0.2s linear; letter-spacing: 0px; } 
.pageTitle.lg h1, .pageTitle.lg h2 { font-size: 75px; letter-spacing: 0px; } 
.pageTitle.xl h1, .pageTitle.xl h2 { font-size: 55px; letter-spacing: 0px; } 
.pageTitle.md h1, .pageTitle.md h2 { font-size: 45px; letter-spacing: 0px; } 
.pageTitle.sm h1, .pageTitle.sm h2 { font-size: 35px; letter-spacing: 0px; } 
.pageTitle.xs h1, .pageTitle.xs h2 { font-size: 25px; letter-spacing: 0px; } 
.pageTitle h3 { font-size: 18px; text-transform: uppercase; letter-spacing: .63px; color: var(--primary); font-weight: 600; padding-bottom: 5px; } 
.pageTitle h3.white { color: var(--white); } 
.pageTitle.white h1, .pageTitle.white h2 { color: var(--white); } 
.pageTitle.dark h1, .pageTitle.dark h2 { color: var(--dark); } 
.pageTitle.primary h1, .pageTitle.primary h2 { color: var(--primary); } 
.pageTitle.secondary h1, .pageTitle.secondary h2 { color: var(--secondary); } 
.pageTitle.alternate h1, .pageTitle.alternate h2 { color: var(--alternate); } 
.pageTitle p { width: 100%; letter-spacing: 0.48px; line-height: 1.8; margin: 0px auto 30px; color: #222; }
.pageTitle p:last-child { margin: 0px auto; padding: 0px 60px 0px 60px; } 

.mb30 {
        margin-bottom: 25px!important
    }

a.custom-button {
        background: #ffb1d585;
    padding: 15px;
    border-radius: 10px;
    color: #000;
}
a.custom-button:hover {
  background: black;
  color: #fff;
}


.enquiry-form input {
    box-shadow: none;
    border-radius: 0;
    border-color: #000;
    background: transparent;
    border-radius: 8px;
}
.slt { border-radius: 8px !important;}
/*.enquiry-form input {box-shadow: 2px 2px 10px #b3b3b3;}*/
.form-control {box-shadow: none; }/*
.modal-content { background: url(../img/popup-bg.jpg);
    background-size: cover;}*/
option {
    background: #150534 !important;
    color: #fff;
}
.form-control { background: transparent;}
.submit {
    text-align: center;
    padding: 12px 50px;
    border-radius: 50px;
    font-weight: 300;
    background: #a5485f;
    color: #fff;
    font-size: 1.2em;
    border: 1px solid #a5485f;
    letter-spacing: 0.6px;
}
.modal-header .close {
    margin: 0px;
    padding: 0px;
    color: #000542;
    font-size: 43px;
}

.modal-dialog {
    width: 45%;
    max-width: 60%;
    margin: 30px auto;
    z-index: 999999999;
}
.modal-body {
    padding: 25px;
}
label {
    margin: 0px;
    font-size: 15px;
    color: #000;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	z-index:99999999999999;
}

/* Modal Content */
.modal-content2 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
        border-radius: 5px;
    width: 35%;
    margin-top: 2%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	
	
}
.modal-title { color:#000;}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #222;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 10px 25px;
    color: white;
}

.modal-body2 {padding: 10px 20px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #ad3642;
    color: white;
}

.modal-open .modal {
    z-index: 99999;
}




.section-services {
    color: #fff;
}

.section-services .header-section {
    margin-bottom: 35px;
}

.section-services .header-section .title {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #222222;
    font-size: 22px;
}

.section-services .header-section .title span {
    color: #f70037;
}

.section-services .header-section .description {
    color: #6f6f71;
}

.section-services .single-service {
    margin-top: 40px;
        box-shadow: 0px 2px 12px #ccc;
}
.section-services .single-service:hover {
    margin-top: 40px;
    background-color: #f3fffc;
}

.section-services .single-service .part-1 {
    padding: 40px 40px 25px;
    border-bottom: 2px solid #2f595114;
    text-align: center;
}

.section-services .single-service .part-1 i {
    margin-bottom: 25px;
    font-size: 50px;
    color: #f70037;
}

.section-services .single-service .part-1 .title {
    font-size: 14px;
    font-weight: 700;
    color: #2f5951;
        margin-top: 15px;
}

.section-services .single-service .part-2 {
    padding: 30px 40px 40px;
    text-align: center;
}

.section-services .single-service .part-2 .description {
    margin-bottom: 22px;
    color: #2f5951;
    font-size: 13px;
    line-height: 1.8em;
}

.section-services .single-service .part-2 a {
    color: #2f5951;
    font-size: 14px;
    text-decoration: none;
}
.section-services .single-service .part-2 a:hover {
    color: #7c4067;
    font-size: 14px;
    text-decoration: none;
}
.section-services .single-service .part-2 a i {
    margin-right: 10px;
    color: #2f5951;
}


.modal-title2 {
    color: #000000;
    margin-top: 6px;
}
.enquiry-form2 input {
    box-shadow: none;
    border-radius: 0;
    border-color: #000000;
    background: transparent;
    border-radius: 8px;
}
input#submit2 {
    background: #74a194;
    color: #ffffff;
    border: 1px solid white;
    padding: 10px 30px;
    line-height: 18px;
    text-transform: capitalize;
    border-radius: 5px !important;
    text-align: center;
    display: block;
    margin: 0px auto;
}


.dis_dee li {
    list-style: none;
    width: 33%;
    float: left;
    padding: 35px 32px 32px;
    transition: all 300ms ease 0s;
    position: relative;
    text-align: center;
    min-height: 216px;
    border: 1px solid #d0d0d073;
    background: #fff;
}
.dis_dee li:hover {
    background: #F0F8FD;
}

.hedd {
    line-height: 1.1;
    color: #222222;
    font-weight: 600;
    text-align: center;
    padding: 25px 0px;
}
.information_sec { padding:50px 0px 30px;  background: #edf2f5;}
ul.tabs{ list-style: none; text-align:left; margin:0px; display:flex; justify-content:center;}
ul.tabs li{ border: 1px solid gray; color: #000; display: inline-block; margin: 0px 15px; cursor: pointer; padding:12px 20px; font-size:15px; border-radius:5px; text-transform:uppercase;}
ul.tabs li.current{ background: #ff5e00;color: #fff; font-weight: 500; font-size: 15px;  padding: 12px 20px; margin: 0px 15px;}
ul.tabs li:hover{   color: #fff; font-weight: 500; background: #ff5e00; padding: 12px 20px; font-size: 15px; margin: 0px 15px;}
.tab-content{ display: none; padding: 0px;}
.tab-content.current{display: inherit;}
.wrapper-pothera-ERP-pdf-design-sub-left p{display: none}
.wrapper-pothera-ERP-pdf-design-sub-left h3 {
    font-size: 20px;
    display: inline-block;
    margin: auto;
    padding: 15px 20px;
    background:linear-gradient(45deg, #a6d5fb, #f2fbff);
    display: inline-flex;
    width: 30%;
    height: 220px;
    min-height: 220px;
    vertical-align: center;
    align-items: center;
    justify-content: center;
        flex-wrap: wrap;

    margin:15px;
    border-radius: 10px;

}
.listdesss ul li {
    text-align: left;
    margin: 15px;
    font-size: 20px;
    background: #fff;
    padding:20px;
    min-height: 140px;
    list-style: none;
    text-align: center;
    width: 46%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
        box-shadow: 0px 2px 12px #ccc;
}

/*-----------------time line------------------------------*/


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline_sec h3 {
    text-align: center;
    font-weight: 600;
        margin-bottom: 30px;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #3e6c6b;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timelinee {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timelinee::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #3e6c6b;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  box-shadow: 0px 2px 12px #9d9d9d;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .timelinee {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timelinee::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}


.listdesss h3{;text-align: center;color: #222222}
.sectdess h3{color:#222222;}
.blogGridSec { padding: 30px 0px;}
.blogGridSec h2 {font-size: 40px; padding: 50px 0px; margin:0px; font-weight:700; text-align:center; text-transform:uppercase; position:relative;}
.blogGridSec h2:after { content: ""; display: block; width: 60px; margin: 0 auto 30px; padding-top: 15px; border-bottom: 5px solid #b52024;}
.blogGridSec em { font-size:18px; font-weight:500; font-style:normal;}
.product-detail { margin:0 auto;}
.product_pic { width:60%; display:block; margin:0 auto;}
.overview { padding:20px 0px; text-align:center;}
.overview h3 { font-size: 25px; padding: 20px 0px 10px; margin:0px; font-weight:600;}
.feature { width:100%; padding:50px 0px;}
.feature_title {font-size: 40px; padding: 40px 0px 10px; margin:0px; font-weight:700; text-align:center; text-transform:uppercase; position:relative; font-family: 'PT Serif', serif;}
.feature_title:after { content: ""; display: block; width: 60px; margin: 0 auto 30px; padding-top: 15px; border-bottom: 5px solid #b52024;}
.feature img { width:100%;}
ul.key_feature { display:flex; flex-wrap: nowrap; justify-content: center;}
ul.key_feature li { width:31%; font-size:13px; color:#666; background:none;}
ul.key_feature li span { font-weight:600; color:#111; display:block; margin:10px 0px 20px; font-size:15px;}
.wrapper-pothera-ERP-pdf-design-sub-left h2{margin-bottom: 30px}
.wrapper-number {
            background: #e0e7f1;
    padding: 30px;
    border: 1px solid #0b63ab;
    font-size: 20px;
    color: #222;
    border-radius: 5px 25px 5px 25px;
}
#comprehensive {
    padding: 60px 0px;
}
.wrapperr-number {
           border: 1px solid #ff5e00;
    background: #fff8dc;
    padding: 30px;
    font-size: 20px;
    color: #222;
    border-radius: 25px 5px 25px 5px;
}
.pd {
    padding: 10px;
    list-style: none;
}
.wrapper-pothera-ERP-pdf-design-main {
    background: #fff;
}
.wrapper-pothera-ERP-pdf-design-sub-left {
    padding: 0px 90px;
}

.each_box img{display: none}
.featuresswrapss .col-md-4:nth-child(4){margin:10px auto;margin-right:0px;text-align: center;}
.featuresswrapss .col-md-4:nth-child(5){margin:10px auto;margin-left:0px;text-align: center;}

.titlecss{text-align: center;margin-top: 4%;margin-bottom: 2%}
 :root {
        --bs-primary: #0056b3;
        --bs-secondary: #6c757d;
        --bs-dark: #212529;
    }
    
    .hero-section{
        background-color: #f8f9fa;
        padding: 80px 0;
        text-align: left;
        margin-bottom: 60px;
        background-image: url(https://www.bsquare.in/blog/wp-content/uploads/2025/07/blog-banner.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .hero-title {
        font-size: 3rem;
        font-weight: 700;
        color: #000;
        margin-bottom: 20px;
      
    }
    
    .hero-subtitle {
        font-size: 1.5rem;
        color: #000;
        margin-bottom: 30px;
        width:50%;
    }
    
    .blog-card {
        border: none;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s, box-shadow 0.3s;
        margin-bottom: 30px;
        height: 100%;
    }
    
    .blog-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }
    
    .blog-card-img {
        height: auto;
        object-fit: cover;
        width: 100%;
        transition: transform 0.3s;
    }
    
    .blog-card-img:hover {
        transform: scale(1.03);
    }
    
    .blog-card-body {
        padding: 20px 25px;
        padding-bottom: 0px;
    }
    
    .blog-card-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #0b63ab;
        transition: color 0.3s;
    }
    
    .blog-card-title:hover {
        color: var(--bs-primary);
    }
    
    .blog-card-text {
        color: #000;
        margin-bottom: 20px;
    }
    
    .blog-card-footer {
        background: transparent;
        border-top: none;
        padding: 0px 25px;
    }
    
    .read-time {
        font-size: 0.9rem;
        color: var(--bs-secondary);
    }
    
    .publish-date {
        font-size: 0.9rem;
        color: var(--bs-secondary);
    }
    
    .btn-bsquare {
        background-color: var(--bs-primary);
        color: white;
        padding: 10px 20px;
        border-radius: 30px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s;
    }
    
    .btn-bsquare:hover {
        background-color: #003d7a;
        color: white;
        transform: translateY(-2px);
    }
    
    .category-badge {
        display: inline-block;
        padding: 5px 15px;
        background-color: #e9ecef;
        color: var(--bs-dark);
        border-radius: 30px;
        font-size: 0.8rem;
        font-weight: 600;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    
    .section-title {
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--bs-dark);
        text-align: center;
    }
    .industry_cont {
      height: auto;
          padding: 25px !important;
    text-align: center !important;
    border-radius: 0px 0px 15px 15px;
    }
    
    .blog-link {
        text-decoration: none;
    }
    
    .blog-posts-section {
        padding: 60px 0;
    }
    

    
    .header-topbar a {
        color: white;
    }
    
    .navbar {
        background: white;
    }
    
    .navbar a {
        color: #333;
    }
@media only screen and (min-width:0px) and (max-width:600px)
{
    .listdesss ul li{width: 100%;margin: 0px;margin-bottom: 20px}
    img{width: 100%}
    .hedd{font-size: 1.5rem}
    ul.tabs{overflow-y: scroll;}
    .row{margin: 0px;padding: 0px}
    section {
    padding: 40px 0;}
    .menubtn{margin-right: 8px}
    ul.tabs li.current{margin-left: 100px}
    .erpsidessas{width: 100%;}
    .listdesignss ul li{width: 100%;margin: 10px 0px}
    ul{margin: 0px;padding: 0px}
    .into_well3 {width: 290px; height: 65px;}
    .into_well {width: 300px;height: 445px;}
    .into_well h2 {font-size: 21px;}
    .gap_sec img {width: 15%;}
    .gap_sec2 {width: 300px;}
    .gap_sec2 img {width: 15%;}
    .space_seccc h5 {font-size: 15px;}
        .clor_sec2 {margin-bottom: 20px;}
        .clor_sec2 { height: 376px;}
        .bg_clorr2 {height: 840px;}
        .clor_sec2 p {font-size: 13px;}
        .bg_clorr2 h2 {margin-bottom: 35px;}
        .bg_clorr2 p {margin-bottom: 35px;}
        .info2 {display: block; width: 100%;}
        .info {display: none;}
        .text_graph {display: none;}
        .pg {display: none;}
        .dark-style-bar {display: none;}
        .yrsec {display: none;}
        .contact_box2 {display: flow;}
        .into_well3 img { margin: 0px 10px;}
        i.bx.bx-chevron-right.a { margin: 0;}
        .container-space {
    padding: 0px 10px;
}
.client_logo {
  width: 50%;
}
.case_cont {
  width: 100%;
  padding-top: 5%;
}
.btm_section.sticky {
    position: relative;
          top: auto;
  }
.next-paragraph {
  width: 90%;
}
.next_generation {
      height: 42.125rem;
}
.key_module_erp {
  height: auto;
      margin-bottom: 10%;
}
.key_module_erp img {
    width: 30%;
}
.cloud-tittle h2 {
  font-size: 22px;
}
.next_generation h2 {
      font-size: 24px;
}
        .frm_boxx {
    border: 1px solid #8080804a;
        padding: 20px 0px;
}
.btm_section {
    position: relative;}

        section.aligndivss {
        margin-top: 170%;
    }


}
@media screen and (max-width: 480px) {
    #header #navbar.navbar ul li {
        padding: 0px !important;
    }
    }


/* New css 03-Jan-26*/

.BannerVideo {
    padding: 0;
    height: calc(80vh - 125px);
}

.BannerVideo .banner_video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.FormBoxMain {display: flex;align-items: center; background: #fff;padding: 20px;border-radius: 8px;gap: 30px;}
 

.BannerVideo .enquiry-form {
    max-width: 1000px !important;
    margin: 0 auto;
    background-color: rgb(255 255 255 / 36%) !important;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    bottom: 8%;
    right: 0;
}

.FormBoxMain label {
    text-transform: uppercase;
    font-size: 13px;
    color: #446bad;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.enquiry-form .FormFilds input {
    border: 0;
    padding: 10px 0px;
    box-shadow: none !important;
}

.enquiry-form .FormFilds input:placeholder{
color: #ddd;
}


.FormFilds {
     border-right: solid 1px #ddd;
    min-width: calc(25% - 30px);
    padding-right: 30px;
}

.FormFilds input.btn.submit {
    width: 100%;
}

.FormFilds:last-child {
    border: none;
    padding: 0;
}


 
    li.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    width:300px;
    z-index: 1;
    font-size: 12px;
    background-color: #fff;
    line-height: 34px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.35s; 
}

li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    transform: translateY(0);
    display: block;
    left: 100%;
    top: 0;
}

li.menu-item-has-children .sub-menu li {
    margin: 0;
}


@media (min-width: 1200px) {
   #header .container {
        max-width: 1200px;
    }
}


.menubtnBoz button {
    background: #ff5e00;
    border-radius: 5px;
    padding: 7px 16px;
    color: #fff;
    font-weight: 500;
    margin-left: 30px;
    border: none;
    border: solid 1px #ff5e00 !important;
    font-size: 14px;
    font-weight: 600;
}

.menubtnBoz button:hover {
    background: transparent;
    color: #ff5e00;
    border: solid 1px #ff5e00;
}

/* Mobile only */
@media (max-width: 991px) {

  .dropdown > ul,
  .menu-item-has-children > ul {
    display: none;
    padding-left: 15px;
  }

  .dropdown.active > ul,
  .menu-item-has-children.active > ul {
    display: block;
  }

  /* arrow icon animation */
  .dropdown > a i,
  .menu-item-has-children > a i {
    transition: transform 0.3s ease;
  }

  .dropdown.active > a i,
  .menu-item-has-children.active > a i {
    transform: rotate(180deg);
  }

  /* second level arrow */
  .menu-item-has-children > a i {
    transform: rotate(-90deg);
  }

  .menu-item-has-children.active > a i {
    transform: rotate(0deg);
  }
  li.nav-item.menu-item-has-children:hover, li.nav-item.menu-item-has-children:focus {}

li.nav-item.menu-item-has-children:hover .sub-menu, li.nav-item.menu-item-has-children:focus .sub-menu {
    left: 0;
    position: relative;
    width: 90%;
}
}


.menubtnBoz {
    display: flex;
    gap: 20px;
        align-items: center;
}

.menubtnBoz .yrsec {
    text-align: right;
    max-width: 60px;
    position: relative !important;
    left: unset;
    top: unset;
}

.menubtnBoz .yrsec img {
    width: 100%;
}


@media (min-width: 1200px) {
#footer .container {
        max-width: 1200px;
    }
}

.BlogContent h3 {
    font-size: 26px !important;
    margin-top: 30px;
    margin-bottom: 15px !important;
}
 
.BlogContent h3 span {
    font-size: 26px;
}
 
.BlogContent h3:first-child {
    margin-top: 0 !important;
}

 
.Frorm_new form.enquiry-form .form-group {
    margin-bottom: 15px;
}

.Frorm_new form.enquiry-form .form-group label {
    font-size: 13px;
    margin-bottom: 5px;
    color: gray;
    font-weight: 500;
}

.Frorm_new form.enquiry-form .form-group  .form-control{
    border: solid 1px #ddd;
}

.Frorm_new form.enquiry-form input.btn.submit {
        background: var(--hrms-primary);
    color: white;
        border-radius: 8px !important;
    font-weight: 600;
    padding: 15px 30px;
}

.Frorm_new .HeadingBox h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
}

.Frorm_new form.enquiry-form.frm-bg {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

ul.erp-faq-list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eae4e4;
    list-style: none;
}

ul.erp-faq-list {
    padding: 0;
}

ul.erp-faq-list li h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

ul.erp-faq-list li p {
    margin: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wrapper-inner-banner-wrap .modal-content {
    width: 100% !important;
}

.BlogListing  .enquiry-form .form-control {
    border-color: #d3d3d3;
    font-size: 14px;
    padding: 10px 15px;
}

.BlogListing h2.wp-block-heading .row {
    margin: 0;
}

.BlogListing   .row .form-group {
    margin-bottom: 15px;
}

form.enquiry-form.frm-bg {
    margin-bottom: 30px;
}