:root{
    --olive-green : #82AF37;
    --grey : #F2F2F2;
    --black : #000000;
    --white : #FFFFFF;
    --light-black : #373737;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    margin: 0px;
    font-family: 'Kanit', sans-serif;
}
p {
    font-weight: 300;
}

a {
  text-decoration-line: none;
}
.btn {
    padding: 10px 30px;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    position: relative;
  }

.btn.olive{
    background: var(--olive-green);
}

.btn.btn-big{
    background: var(--olive-green);
    width: 100%;
}
.btn:hover {
    color: #fff;
    background: #000;
}
.m-gap {
    margin-bottom: 80px;
}
.b-curve {
    border-radius: 30px;
}
.btn.btn-light{
    border: 2px solid #82AF37;
    background-color: #FFFFFF;
    color: var(--olive-green);
}

h2 {
    margin-bottom: 20px;
    /*font-weight: 600;*/
    font-size: 30px;
    color: var(--olive-green);
    letter-spacing: 1px;
  }

header {
    background: #FFFFFF;
    width: 100%;
}
header a.nav-link {
  padding: 0 !important;
  margin-right: 15px !important; 
  font-weight: 500;
}
header li.nav-item {
    position: relative;
}
header a.nav-link.active:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 5px;
    bottom: -5px;
    left: 2px;
    background: #82af37;
    border-radius: 30px;
    /*border-bottom: 5px solid #82af37;*/
}

/*nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 36px 0;
    z-index: 100;
    transition: all 500ms ease;
  }*/

  nav.scrolled {
    background: var(--dark-color);
    box-shadow: 0 16px 14px -8px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 8px 8px;
    top: 0;
    padding: 12px;
  }
  
  nav .logo {
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
  }
  
  nav ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
  }
  
  nav ul li a {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
  }

  /*.hero-banner {
    margin-top: 100px;
  }*/

  .our-solution-section p {
    font-weight: 400;
    font-size: 17px;
        padding: 10px 0;
  }

  .our-services-listing {
    margin-bottom: 50px !important;
  }

  .our-services-listing .service {
   /* box-shadow: 0px 1.86044px 9.30218px rgba(0, 0, 0, 0.04), 0.930218px 3.72087px 9.30218px rgba(0, 0, 0, 0.04);
    border-radius: 10px;*/
    padding: 10px 10px;
  }

  .our-services-listing .service .service-image {
    background: #fff;
    padding: 20px;
}

  .service-contents {
    margin-top: 5px;
  }

  .service-contents p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    color: #041123;
    /*text-align: center;*/
  }

  .service-contents ul {
    list-style: none;
    padding: 0;
  }

  .service-contents ul li {
    color : #535353;
    /*margin-left: 15px;*/
    font-size: 15px;
    margin: 10px 15px;
  }
  .serv-2 {
    border: 1px solid #eaeaead6;
}

  .service-contents ul li::before {
    content: "\2022";
    color: var(--olive-green);
    font-weight: 900;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }

  .advertisement{
    /*margin-top: 50px;*/
    padding: 50px 0;
    background:url('../assets/images/BG.png');
  }

  .advertisement-section {
    display: flex;
    /*justify-content: space-between;*/
    /*height: 800px;*/
    /*overflow: hidden;*/
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .advertisement-section .left, .advertisement-section .right {
    flex: 1;
    padding: 15px;
  }

  .advertisement-section .left {
    align-self: center;
  }

  .advertisement-section .right{
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .advertisement-section h4{
    font-weight: 500;
    font-size: 40px;
  }

  .advertisement-section p {
    font-weight: 400;
    font-size: 15px;
  }

  .app img.img-fluid {
    height: 40px;
}

  .advertisement-section .phone-image-1, .advertisement-section .phone-image-2 {
    position: absolute;
  }

  .advertisement-section .phone-image-1 {
    top: 0px;
    left: 0px;
  }

  .advertisement-section .phone-image-2 {
    top: 36%;
    right: -30px;
  }

 /* .contact-us-section {
    display: flex;
    justify-content: space-between;
  }*/

  .bg-w {
    background: #fff !important;
}
.bg-grey {
  background: #FAFAFA;
}

  .contact-us-section h4 {
    font-weight: 600;
    font-size: 40px;
  }
  .contact-us {
    padding: 50px 0;
    background: #FAFAFA;
}
.contact-us .form {
    padding-top: 25px;
    background: none;
    }

 /* .contact-us-section .left,.contact-us-section .right {
    flex: 1;
  }*/

  .contact-us-section .social-media-icons {
    display: flex;
  }
.contact-us-section .social-media-icons div {
    margin-left: 30px;
    margin-top: 3px;
}

.social-media-icons .img-fluid {
    margin-left: 10px;
}
  .contact-us-section .form-control {
    border: none;
    border-bottom: 1px solid #BDC8D6;
    background: none;
    border-radius: 0;
    padding-left: 0;
}
::placeholder {
  color: #BDC8D6 !important  ;
}
.c-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-flex span {
  margin: 0px;
    font-weight: 700;
    font-size: 48px;
    color: var(--olive-green);
}

  .social-media-icons .img-fluid {
    padding-right: 10px;
  }
.lb-name {
  font-size: 15px;
  font-weight: 500;
}


  footer {
    background-color: #000000;
    color: #fff;
    padding: 20px;
  }

  footer ul {
    list-style: none;
    display: flex;
    gap: 5px;
    /*justify-content: center;*/
    margin-top: 20px;
    padding: 0;
  }
  footer ul li a{
    text-decoration: none;
    color: #FFFFFF;
    margin: 12px;
  }
  footer li {
    padding-bottom: 15px;
  }
  footer .footer-bottom {
    display: flex;
    justify-content: space-between;
  }

  footer .footer-bottom p {
    font-weight: 400;
    font-size: 14px;
    color: #D1D5DB;
  }

  footer .footer-bottom a {
    margin-right: 10px;
  }

  .horizontal-line {
    color: #292626;
    border: 1px solid;
    line-height: 1px;
    border-width: thin;
    margin: 10px;
  }

  .number-section {
    background-color:#F2F2F2;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    width: 100%;
    padding-bottom: 40px;
    /*height: 650px;*/
  }

  .number-section .top{
     padding-top: 5rem;
  }

  .number-section p {
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    margin: 0px;
    padding: 0px;
  }
  .hr-line {
    border-right: 2px solid #dfdddd;
    height: 50%;
}

 /*.number-section {
    margin-top: 200px;
    margin-bottom: 200px;
  }*/
  section.number-section {
    padding-bottom: 100px;
}
.number-section-two {
  padding-top: 100px;
  padding-bottom: 200px;
  background:url('../assets/images/BG.png');
  background-color: #F2F2F2;

}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
     background-color: #fff !important; 
}
  .count-section .counters {
    /*display: flex;
    justify-content: center;
    gap: 50px;*/
    margin-top: 30px;
  }


  .count-section .counters img {
    height: 70px;
    margin-bottom: 10px;
   }

  .count-section .counters h1 {
    margin: 0px;
    font-weight: 700;
    font-size: 48px;
    color: var(--olive-green);
  }

  .count-section .counters p {
    font-weight: 400;
    font-size: 15px;
    color: #373737;
  }

  .testimonials-section {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #FAFAFA;
}
.testimonials-section .pr-writer {
    display: flex;
    padding-top: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 30px;
}
.ts-btn {
    margin: 20px 30px;
}
.testimonials-section .carousel-indicators {
    display: none;
}
.test-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-round {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 0 !important;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
  .test-p {
      position: relative;
      padding: 20px;
  }
  .t-q{
         position: absolute;
    height: 30px;
    left: 35px;
    top: 30px;
  }
  .t-name p {
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: 500;
}
.testimonials-section .carousel-indicators {
  bottom: -30px;
}
section.our-solution-section {
    /*background-color: #F2F2F2;
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;*/
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #FAFAFA;
}
.testimonials-section .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #82af37;
}
.testimonials-section .carousel-indicators [data-bs-target] {
  width: 15px;
    height: 15px;
    border-radius: 50%;
}
.test-inner {
  padding: 20px 50px;
    background: #fff;
}


  .mob-view {
    display: none;
  }
/**
.banner-solutions {
  display:flex;
  justify-content:center;
  align-items:center;
   height:345px;
   background:url('../assets/images/solutions_banner.png');
 background-size:cover;
  background-position:center;
}
**/

.banner-career {
  display:flex;
  justify-content:center;
  align-items:center;
   height:345px;
   background:url('../assets/images/career_banner.png');
 background-size:cover;
  background-position:center;
}

.banner-team {
  display:flex;
  justify-content:center;
  align-items:center;
   height:345px;
   background:url('../assets/images/team_banner.png');
 background-size:cover;
  background-position:center;
}

.banner-partners {
  display:flex;
  justify-content:center;
  align-items:center;
   height:345px;
   background:url('../assets/images/partners_banner.png');
 background-size:cover;
  background-position:center;
}

.banner-about {
  display:flex;
  justify-content:center;
  align-items:center;
   height:345px;
   background:url('../assets/images/about_banner.png');
 background-size:cover;
  background-position:center;
}

.banner-about {
  display:flex;
  justify-content:center;
  align-items:center;
   height:345px;
   background:url('../assets/images/about_banner.png');
 background-size:cover;
  background-position:center;
}
.banner-text {
  color: #fff;
  font-weight: 600;
    font-size: 30px;
}
p.team-name {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
}
.team-disc small {
    font-size: 13px;
    color: #82AF37;
}
p.team-sm {
    font-size: 15px;
    padding-top: 10px;
  }
  section.team-block {
    padding: 40px 0;
}
.team-disc {
    padding: 20px;
}
.soc-item {
    text-align: center;
    justify-content: center;
}
.soc-item a {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.soc-item .after-a {
  color: #000;
  margin-right: 20px;      
  position: relative;
}

.soc-item .after-a:after {
    content: "";
    display: block;
    width: 4px;
    background-color: #000;
    height: 5px;
    position: absolute;
    right: -12px;
    top: 10px;
    border-radius: 50%;
}
.bimg-text h2 {
    font-size: 35px;
}


.contact-us p {
   padding: 20px 0;
    margin-top: 20px;
    width: 80%;
}
.page {
  padding-top: 50px;
}
.cr-in {
  position: relative;
    padding: 30px;
    margin-left: 30px;
}
.cr-in img.img-fluid {
    position: absolute;
    left: -25px;
}
p.crp-2 {
    font-size: 15px;
    margin-bottom: 0;
}
.cr-2 small {
    /*font-size: 11px;*/
    font-weight: 300;
}
.cr-2 {
    position: relative;
    padding: 30px;
    background: #fff;
    margin: 10px 0;
}
.sm-cr {
    position: absolute;
    top: 20%;
    right: 10%;
    font-size: 11px;
    background: #f6f6f6;
    padding: 2px 5px;
    color: #82AF37;
}
.cr-v {
    margin-top: 35px;
}
.cr-btn {
  position: absolute;
  right: 10%;
  bottom: 15%;
}
.btn-con {
    padding: 4px 10px;
    /*font-size: 11px;*/
}
.cr-vw a {
    color: #82af37;
    /*font-size: 13px;*/
    text-decoration-line: none;
}
section.page-career {
    padding: 50px;
    /*background: #FAFAFA;*/
}
.page-partners {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}
.part-inner {
    flex-direction: row;
    align-items: center;
    padding: 30px;
}
.cl-images img.img-fluid {
    margin: 10px;
}
p.p-num {
    font-size: 30px;
    font-weight: 600;
}
.case-inner h2 {
    margin-bottom: 0;
}
.case-inner {
  position: relative;
}
.btn-ghost {
    background: #fff !important;
    color: #82af37;
    border: 1px solid;
    padding: 10px 15px;
    font-size: 15px;
}
.cs-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
.btn-ghost:hover {
  background-color: #82af37 !important;
  color: #fff;
}
.part-carousel {
    margin-top: 40px;
}
.pr-cr {
  /*background: #f6f6f6;*/
   padding: 5px 0px;
    color: #82AF37;
    font-size: 18px;
}
.cr-text {
flex-direction: row;
    align-items: center;
    padding: 50px;
}
.part-carousel .carousel-inner {
    /*border: 1px solid #eaeaea;*/
    border-radius: 20px;
}

h2.pr-p {
    color: #000;
}
.pr-writer {
    display: flex;
    padding-top: 20px;
    position: relative;
}
.wr-name p {
  margin: 0;
  font-weight: 500;
}
.wr-name {
  padding-left: 10px;
  padding-top: 12px;
}
.wr-name small {
    font-size: 12px;
}
.date {
    position: absolute;
    right: 10%;
    bottom: 0;
}
.partner-case .carousel-control-next {
    position: absolute;
    top: 42%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    /* padding: 20px; */
    color: #000;
    text-align: center;
    background: #82af37;
    border-radius: 50%;
    opacity: 9;
    transition: opacity .15s ease;
}
.partner-case .carousel-control-prev {
    position: absolute;
    top: 42%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    /* padding: 20px; */
    color: #000;
    text-align: center;
    background: #82af37;
    border-radius: 50%;
    opacity: 9;
    transition: opacity .15s ease;
}
.partner-case .carousel-control-next {
    right: -30px;
}
.partner-case .carousel-control-prev {
    left: -30px;
}
.dis-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.page-solutions {
    position: relative;
    margin-bottom: 60px;
}
.margin-bottom60 {
  margin-bottom: 60px;
}
.solutions-img img.img-fluid {
  padding: 25px;
  width: auto !important;
    /*height: 515px;*/
}
.screenshot-wrap {
    position: relative;
}
.screenshot-wrap .screenshot-frame {
    background-image: url(../assets/images/iphone-mask.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 260px;
    height: 480px;
    position: absolute;
    top: 16px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 20px;
}
/*.solutions-img .owl-carousel .owl-item img {
  width: auto;
}*/
.img-3 {
  position: absolute;
    right: 0;
    padding-right: 0 !important;
}
.img-1 {
    position: absolute;
    left: 0;
    padding-left: 0 !important;
}
.right-al {
  text-align: right;
}
.part-carousel {
    margin-top: 40px;
    box-shadow: 0px 0px 30px -9px;
    border-radius: 20px;
}
.blog-inner {
  margin-top: 40px;
}
.white {
  color: #fff !important;
}
.img-blog {
  position: relative;
}
.bimg-text {
    position: absolute;
    bottom: 5%;
    padding: 40px;
    width: 100%;
}
.bimg-text .wr-name p {
    margin: 0;
    font-weight: 500;
    color: #fff;
}
.bimg-text small {
    color: #fff;
}
.bimg-text .date p {
  color: #fff;
}
.breadcrumb-item a {
    color: #000;
    text-decoration-line: none;
}
section.oright-breadcrumb {
    margin-top: 30px;
}
.or-bd small {
    font-size: 13px;
    font-weight: 300;
}
p.b-head {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
}
.bg-news .form {
    padding: 25px;
    background: #EDEDED;
    margin-bottom: 20px;
    margin-top: 5em;
}
.form p {
    font-weight: 600;
    font-size: 15px;
  }
  .bg-news p {
    font-size: 13px;
}
.p-line {
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.date p{
  font-size: 13px;
}
.blog-published {
    border-top: 1px solid #bdbbbb;
    border-bottom: 1px solid #bdbbbb;
    padding-bottom: 20px;
}
.date {
    position: absolute;
    right: 0;
    bottom: 0;
}

#more {display: none;}

.btn-ghost-none {
    background: #fff !important;
    color: #82af37;
     border: none; 
    font-size: 15px;
    padding: 0;
    margin-top: 20px;
}
.stars img.img-fluid {
    height: 20px;
    margin-right: 5px;
}
.stars {
    padding-top: 20px;
    display: flex;
}

.stars p {
    padding-left: 30px;
    font-weight: 500;
}
.or-price .img-fluid {
    height: 20px;
}
.or-price p {
    font-weight: 600;
}
.or-price {
    margin: 20px 0;
    display: flex;
    /*text-decoration: line-through;*/
}
p.light-clr {
    color: #9D9D9D;
    margin-left: 30px;
    text-decoration: line-through;
}

.or-btns .ml {
  margin-left: 40px;
    padding: 10px 30px;
    border-radius: 0;
}
.or-btns .btn-ghost-none {
  margin-top: 0;
}

.sc-icons a {
    margin: 10px;
}
.sc-icons {
  margin-left: 30px;
}
.social-icons p {
    font-weight: 500;
}
.social-icons {
  display: flex;
  margin: 30px 0;
}
.product-images {
    padding: 40px;
    background: #ededed;
}

/*new styles*/


.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.black {
  color: #000;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
i.fas.fa-arrow-right {
    margin-left: 5px;
}
i.fas.fa-upload {
    margin-right: 5px;
}



/*about*/

.about-inner {
  box-shadow: none;
}
.about-ab p {
  font-size: 20px;
}
.sm-img {
  height: fit-content;
  margin-right: 10px;
}
.rw-img {
  margin-top: 30px;
}
.ab-btn {
  margin-top: 30px;
}
.circle {
    width: 20px;
    height: 20px;
    border: 3px solid #82af37;
    border-radius: 50%;
    margin-right: 10px;
}
.bg-head {
    background: #eaeaea;
    padding: 20px;
    border-radius: 30px;
    color: #82af37;
    width: 50%;
}
.bg-head p {
  margin: 0;
}
.bg-text {
    margin-left: 30px;
    margin-top: 20px;
}
.bg-grey {
  background: #FAFAFA;
}
.job-desc h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
.job-desc span {
    font-size: 17px;
}
.job-desc-1 {
    margin-top: 60px;
}
.job-head {
    margin-bottom: 40px;
}
.job-head h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.about-desc .or-btns {
    margin-bottom: 60px;
}
.about-desc .olive {
  padding: 10px 30px !important;
  border-radius: 0;
}
.about-inner {
  border-radius: 0 !important;
}

.ml-1 {
    margin-left: 20px;
}
.or-btns img.img-fluid {
    margin-left: 30px;
    height: 30px;
}
.about-desc h1 {
  font-size: 30px;
}
.text-right {
  float: right;
}
.text-right a {
    color: #82af37;
}
.career-desc {
  margin: 60px 20px;
}
.full-map {
  position: relative;
}
.map-marker {
    position: absolute;
    top: 20%;
    left: 12%;
}
.marker-1 {
    position: absolute;
    top: 40%;
    left: 35%;
}
.marker-2 {
    position: absolute;
    top: 40%;
    left: 14%;
}
.marker-3 {
    position: absolute;
    bottom: 23%;
    left: 11%;
}
.m-10 {
  margin: 10px;
}
i.fas.fa-check {
    margin-right: 5px;
    font-size: 8px;
    background: #82AF37;
    padding: 3px;
    border-radius: 50%;
}
.cr-text i.fas.fa-check {
    background: #afacac;
    color: #fff;
}
.blog-published i.fas.fa-check {
    background: #afacac;
    color: #fff;
}
.tab-view {
  display: none;
}
.solutions-inner {
    padding-left: 30px;
    text-align: justify;
}
.vid-or {
    position: relative;
}
.vid-or video {
  /*border-radius: 12%;*/
    position: initial;
    left: 18px;
    top: 10px;
}
.vid-or img.img-fluid {
        
}
video {
  height: 100%;
  width: 100%;
}
.page-solutions .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials-section .nav-link {
  width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 0 !important;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #82af37;
    color: #82af37;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #82af37 !important;
}
.testimonials-section li.nav-item {
    margin: 0 20px;
}
.carousel-dark1 .carousel-control-next-icon, .carousel-dark1 .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark2 .carousel-control-next-icon, .carousel-dark2 .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark3 .carousel-control-next-icon, .carousel-dark3 .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
  .phone-image-2 {
    display: none;
  }
  .testimonials-section .pr-writer {
    margin: 5px;
  }
  .bimg-text h2 {
    font-size: 27px !important;
}
.screenshot-wrap .screenshot-frame {
    left: calc(50% + 0.5px);
}
.desk-view {
  display: none;
}
.tab-view {
  display: block;
}
.solutions-inner {
    padding-left: 0px;
}
.vid-or {
    margin-top: 30px;
}
.vid-or img.img-fluid {
  width: 100%
}
/*.vid-or video {
  height: 335px !important;
  left: 16px;
}*/

footer ul {
  display: block;
}
.part-carousel img.d-block.w-100 {
    border-radius: 20px;
}
.about-inner img.d-block.w-100 {
  border-radius: 0 !important;
}
.cr-in {
  margin-left: 15px;
}
.contact-us-section h4 {
  font-size: 25px;
}



}

@media only screen and (max-width: 768px) { 

.number-section {
    border-top-left-radius: 30% 5%;
    border-top-right-radius: 30% 5%;
  }
  .desk-view {
    display: none !important;
  }
  .mob-view {
    display: block !important;
  }
  .advertisement-section {
    display: block;
}
.advertisement-section .phone-image-1, .advertisement-section .phone-image-2 {
    position: initial;
}
.contact-us-section h4 {
    font-weight: 600;
    font-size: 30px;
    padding: 20px;
}
.advertisement-section h4 {
    font-weight: 600;
    font-size: 35px;
}
.app {
    margin-bottom: 20px;
}
h2 {
  letter-spacing: 0px;
}
.col-md-4.cr {
    margin-bottom: 20px;
}
.solutions-inner {
    padding-left: 0px;
}
section.our-solution-section {
    background-color: #F2F2F2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
    .test-p {
    position: relative;
    padding: 30px;
}
.t-q{
    position: absolute;
    height: 30px;
    left: 45px;
    top: 35px;
}
.hr-line {
  border: none;   
}
.test-inner {
    padding: 30px;
    background: #fff;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  display: none;
}
.part-carousel img.d-block.w-100 {
    border-radius: 20px;
}
.service-contents p {
  /*margin-left: 30px;*/
  text-align: left;
}
footer ul {
    list-style: none;
    display: block!important;
    padding: 0;
    }
.advertisement-section {
  height: 100%;
  padding: 0 20px;
}
.phone-image-4 {
  padding-top: 20px;
}
.form.mt-4 {
    padding: 20px;
}
section.page-career {
    padding: 30px;
    }
.cr-2 {
    margin: 10px;
}
.solutions-img {
    text-align: center;
}
.solutions-img img.img-fluid {
     padding: 0;
    margin: 10px;
}
.img-3 {
    position: initial;
    }
.img-1 {
    position: initial;
    }
.contact-us-section {
  text-align: center;
}
.contact-us p {
    padding: 20px;
    margin-top: 20px;
     width: 100%; 
}
.form-group.mb-4 {
    text-align: left !important;
}
.solutions-inner {
    padding: 20px;
}
.partner-case .carousel-control-next {
    /*right: -10px;*/
    display: none;
}
.partner-case .carousel-control-next {
  height: 50px;
  width: 50px;
}
.partner-case .carousel-control-prev {
  height: 50px;
  width: 50px;
}
.partner-case .carousel-control-prev {
    /*left: -12px;*/
    display: none;
}
.team-disc {
    margin: 30px 0;
}
.cl-images {
    text-align: center;
}
.case-inner {
    text-align: center;
    padding: 0 20px;
}
.cs-btn {
    position: initial;
    margin-top: 10px;
}
.part-carousel {
    padding: 20px;
    }
.cr-text {
  padding: 20px;
  text-align: justify !important;
}
h2.white {
    font-size: 22px;
}
.bimg-text {
  padding: 30px;
}
.bimg-text .wr-name p {
  font-size: 13px;
}
.bimg-text small {
  font-weight: 200;
}
.img-blog {
    margin: 10px;
}
p.white {
    font-size: 15px;
}
section.oright-breadcrumb {
    padding: 0 20px;
}
.or-bd.mt-4 {
    padding: 20px;
}
.bg-news {
    padding: 20px;
}
section.page-product {
    padding: 20px;
}
section.products-details {
    padding: 20px;
}
.stars {
    padding-left: 20px;
}
.or-price {
    padding-left: 20px;
}
.or-btns {
    padding-left: 20px;
}
.social-icons {
    padding-left: 20px;
}
.our-services-listing .service {
    padding: 20px;
} 
.contact-us-section .social-media-icons div {
    margin-left: 0;
  }
.pr-cr {
    margin: 20px 0;
}
.ts-btn {
    margin: 20px 15px;
}
.testimonials-section .pr-writer {
  margin: 0;
}
.testimonials-section .carousel-indicators {
    display: block;
    text-align: center;
    display: none !important;
}
.about-ab {
    margin-bottom: 20px;
}
.career-desc {
  margin-top: 0;
}
.about-desc .olive {
    padding: 10px 15px !important;
    border-radius: 0;
}
.map-marker {
    position: absolute;
    top: 17%;
    left: 20%;
}
.marker-1 {
    position: absolute;
    top: 38%;
    left: auto;
    right: 40%;
}
.marker-2 {
    position: absolute;
    top: 40%;
    left: 19%;
}
.marker-3 {
    position: absolute;
    bottom: 23%;
    left: 17%;
}
.bg-head {
    width: 100%;
}
.screenshot-wrap .screenshot-frame {
  display: none;
}
.tab-view {
  display: none;
}
/*.vid-or video {
  height: 154px !important;
}*/
/*.vid-or video {
    border-radius: 12%;
    position: absolute;
    left: 7px;
    top: 5px;
}*/
}

.case-solutions {
    text-align: center;
}

.our-solution-section .service-contents {
    margin-top: 5px;
    min-height: 300px;
    text-align: center;
    margin-top: 20px;
}

/*
.sol-01 .w-100 {
    height: 298px!important;
    width: 456px!important;
}

.sol-02 .w-100 {
    height: 350px!important;
    width: 231px!important;
}

.sol-03 .w-100 {
    height: 350px!important;
    width: 223px!important;
}
  
.sol-04 .w-100 {
    height: 340px!important;
    width: 375px!important;
}

.sol-05 .w-100 {
    height: 340px!important;
    width: 219px!important;
}
*/
.about-img {
    margin-top: 55px;
}

.sol-images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.application-download {
    text-align: right;   
    margin-top: 10px;
}

.application-download1 {
    text-align: justify;
    padding-right: 30px;
}

.test-p{
    text-align: justify;
}

.sol-01, .sol-02, .sol-03, .sol-04, .sol-05 {
    text-align: justify;
}

.sol-img {
    text-align: center;
}

.sol-04 {
    margin-bottom: 50px;
}


.list-milkoright {
    font-family: system-ui;
    font-size: 11pt;
}

li.list-group-item {
    padding-top: 5px;
}

.list-milkoreader {
    font-family: system-ui;
}

.list-ors {
    font-family: system-ui;
}

.solution-sec {
    width: min-content !important;
}
