.banner-media{
  height: 100%;
}
ul.pagination {
  display: flex;
  justify-content: center;
}

.pagination .page-item {
  padding: 10px 10px;
  margin-left: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2790bf;
  color: #fff;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.pagination .page-item a {
  color: #fff;
}

li.page-item.disabled:hover {
  background: #a1b0cb;
}

.pagination .page-item:hover {
  background: #5374ac;
}

li.page-item.active {
  background: #5374ac;
}

.video-holder {
  height: 100%;
  width: 100%;
}

.video-holder video {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  top: 63%;
  left: 50%;
}

.clm.post_dt ul li {
    list-style: disc !important;
    margin-left: 18px;
}

.clm.about__us ul li {
    list-style: disc;
    margin-left: 18px;
}

.homepagebanner-link {
  position: relative;
}

.banner-info {
  padding: 80px 0px;
  background: #0000002e;
}

.banner-title {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  padding: 0;
  /*! font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner-description p {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  margin: 24px 0 0;
}

.banner-cta-block {
  padding-top: 24px;
}

a.banner-btn.chrome {
  padding: 10px 30px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
}

.video-holder img {
  height: 100%;
  width: 100%;
  display: block;
}

.banner-social ul{
  justify-content: end;
}
.banner-social ul li a{
  display: flex;
  height: 28px;
  width: 28px;
  background-color: #3b5998;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.banner-social ul li:nth-child(4n+1) a{
  background-color: #3b5998;
}
.banner-social ul li:nth-child(4n+2) a{
  background-color: #007ab9;
}
.banner-social ul li:nth-child(4n+3) a{
  background-color: rgb(0, 94, 184);
}
.banner-social ul li:nth-child(4n+3) a{
  background-color: rgb(0, 0, 0);
}
.banner-social ul li svg{
  fill: white;
  height: 14px;
}
.banner-social{
  background-color: #ffffff75;
  padding: 8px 0px;
}


.line-clamp-featured a {
  font-weight: 500;
  text-transform: uppercase;
}

/* banner2  */

.banner-promos {
  position: relative;
  margin-top: 15px;
  display: none;
}

.banner-promos .ctnr {
  padding-top: 15px ;
  background-color: #ffffff;
  transition: all .5s ease-in-out;
}

.component-trackable {
  position: relative;
}


.component-trackable .inner-section {
  position: relative;
  display: block;
  overflow: hidden;
}

.img-containered {
  height: 260px;
  transition: transform .4s;
  width: 100%;
  overflow: hidden;
}

.banner-promos .img-containered img {
  height: 100%;
}

.banner-promos .text-container {
  position: absolute;
  margin: 5px;
  bottom: 0px;
  z-index: 2;
  background: #ffffff;
  padding: 5px 10px 10px;
  min-height: unset;
  width: -webkit-fill-available;
}

.banner-promos .line-clamp-3 {
  font-size: 17px;
  font-weight: 400;
}

.banner-promos .desc-line-clamp {
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0;
}

.component-trackable:hover img {
  transform: scale(1.1);
  transition: 1s ease;
}







/* feruter  */
.line-clamp-featured {
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 5px;
  display: inline-block;
}

.content-featured {
  text-align: left;
  bottom: 0;
  background: #fff;
  padding: 0px;
  margin-top: 5px;
}



.maintitle-ins {
  text-align: center;
  line-height: 1.3;
  color: #2790bf;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

.content-featured p {
  text-align: justify;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0;
  font-weight: 300;
}

.img-featured {
  height: 180px;
  overflow: hidden;
}

.img-featured img {
  height: 100%;
  width: 100%;
  transition: 1s ease;
}


.parsys-row:hover img {
  transform: scale(1.1);
  transition: 1s ease;
}

.parsys-row {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.parsys-row :hover.line-clamp-featured {
  text-decoration: underline;
  transition: 1s ease;
}


.btn-featurn {
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
}

.btn-featurn button {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
  background: #2790bf;
  border: 1px solid #2790bf;
  color: #ffffff;
  border-radius: 0px;
  transition: all .5s;
  width: 100%;
}











/* trackable  */




section.section-component-trackable {
  position: relative;
  padding-top: 20px;
}

.tracka-content {
  background: #fff;
  /* position: absolute; */
  top: 50%;
  left: 30px;
  padding: 32px 15px 15px;
  /* transform: translateY(-50%); */
}

.tracka-content span {
  font-size: 21px;
}

.tracka-content p {
  font-size: 15px;
  font-weight: 300;
}

.img-component-track {
  height: 358px;
  object-position: center center;
  object-fit: cover;
  overflow: hidden;
}

.img-component-track img {
  height: 100%;
  width: 100%;
}

.section-component-trackable:hover img {
  transform: scale(1.3);
  transition: 1s ease;
}



section.section-component-trackable:hover .tracka-content span {
  text-decoration: underline;
}

.btn-featurn button a {
  color: #fff;
}


.engagement-promo .all-btn-attra button a {
  color: #fff;
}










.industries-contner {
  background: #f0f0f0 !important;
  margin-top: 20px;
}

a.industries-block-content {
  height: 100%;
  border: 1px solid #f0f0f0;
  padding: 10px;
  border-radius: 6px;
  display: block;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.industries-image {
  width: 52px;
  height: 52px;
  background-color: transparent;
  background-image: url(../images/screenshot_1702439249.png);
}


.industries-title {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #333333;
  margin: 26px 0px;
  padding-bottom: 0px;
  display: block;
}

.industries-description {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  padding: 0;
  margin: 0;
  display: block;
}

a.industries-block-content:hover {
  border: 1px solid;
}

.industries-content-box {
  padding-bottom: 20px;
}





.all-btn-attra {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.all-btn-attra button {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
  border: 1px solid #2790bf;
  color: #2790bf;
  border-radius: 0px;
  transition: all .5s;
}
.all-btn-attra button a{
  color: #2790bf;
}

.box-item-odule {
  height: 100%;
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 6px;
  display: block;
  text-align: center;
}

.services-image-ed img {
  border-radius: 50%;
  text-align: center;
  margin: auto;
  width: 150px;
  height: 150px;
}

.services-title-odule span {
  padding-top: 5px;
  font-size: 17px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.services-title-odule p {
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0;
  font-size: 15px;
  font-weight: 300;
}

.box-item-odule:hover {
  border: 1px solid #1e49e2;
}




.engagementpromo-item {
  width: 100%;
  padding: 90px 30px;
  background-image: linear-gradient(#1e49e2, #2790bf);
}

.box-engagement-promo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.engagement-promo .engagementpromo-title {
  font-size: 27px;
  text-transform: uppercase;
  color: #fff;
}

.engagementpromo-item p {
  font-size: 17px;
  font-weight: 400;
  padding-top: 25px;
  color: #fff;
}

.engagement-promo .all-btn-attra button {
  color: #fff;
  border: 1px solid #fff;
}

.engagement-promo .engagementpromo-item:nth-child(2) {
  background-image: linear-gradient(#2790bf, #0c233c);
}



.banner-general .slick-prev {
  left: 20px !important;
  z-index: 9;
}

.banner-general .slick-next {
  right: 30px;
}

.banner-general .slick-next svg {
  width: 30px;
  height: 30px;
}

.banner-general .slick-prev svg {
  height: 30px;
  width: 30px;
}
.banner-general .slick-prev:before {
  content: "";
}
.banner-general .slick-next:before {
  content: "";
}

.item-lengw ul li a {
  display: inline-flex;
  align-items: center;
}

.item-lengw ul li a svg {
  margin-right: 10px;
}


.name-post h2 a {
  font-size: 17px;
  /* line-height: 1.3; */
  display: inline-block;
  /* min-height: 45px; */
  margin: 10px 0px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
}

.image-post {
  height: 215px;
}

.image-post a img {
  height: 100%;
  width: 100%;
}

.description-post p {
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
  font-size: 15px;
  line-height: 1.4;
}
.link__port button {
  background: #f9f2f2;
}

.link__port {
  padding-top: 10px;
}
.content-news span {
  font-size: 21px !important;
}
.blog-news-detail .title-detail h1 {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 15px;
}

.content-right .list-trending ul li .content p {
  font-weight: 600;
  font-size: 17px;
}


.list-trending p {
    padding-bottom: 0px;
}
.info-item {
  padding-bottom: 30px;
}

.box-footer2 {
  align-items: center;
}


.pd-section-top{
  padding-top:20px;
}
.pd-section-bottom{
  padding-bottom: 20px;

}
.odule-servicesgrid {
  border-top: 1px solid #cdcdcd;
}


.sidebar-title{
  background-color: #2790bf;
  color: white;
  padding: 5px 20px 4px 20px;
  font-size: 16px;
}
.sidebar-box{
  background-color: transparent;
 
}
.sidebar-box ul li a{

  padding: 7px 20px 6px 20px;
  color: black;
  font-size: 15px;
  background-color: #f5f5f5;
  display: block;
  border-bottom: 1px solid #f5f5f5;
}

.sidebar-box ul li ul li a{
  background-color: transparent;
}
.btn-sidebar{
  border: 1px solid #2790bf;
  padding: 6px 5px;
  text-align: center;
  color: #2790bf;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 10px;
}
.sidebar-body{
  right: 0;
  left: 0;
  margin: 0px 10px;
  background-color: white;
}
.sidebar-body{
  display: none;
}
.sidebar-body.active{
  display: block;
}

.form-contact-tp input, .form-contact-tp textarea {
  color: #555;
  background: #EEE;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 10px 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Roboto;
}
.btn-contact button {
  background: #2790bf;
  color: white;
  text-transform: uppercase;
  padding: 16px 30px;
  font-size: 12px;
  margin-bottom: 10px;
}
.contact-info svg {
  position: absolute;
  height: 20px;
  fill: #2790bf;
}
.contact-info .info-text {
  padding-left: 40px;
  color: #2790bf;
  font-size: 16px;
}
.box-contact-details {
  padding: 30px;
}
.main-heading-contact-details{
  color: #2790bf;
  margin-bottom: 15px;
}
.box-detail-section-right{
  display: flex;
  align-items: center;
}
a.link_cate.active{
  background: #d3d6dd;
}
.blog-news-detail .title-sider-bar h2 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 15px;
  text-transform: uppercase;
}


.list-trending ul li {
    padding-bottom: 15px;
}
.blog-news-detail .box_content1 .content-news ul li {
  list-style: disc;
  margin-left: 15px;
  font-size: 16px;
}
.box_abouts {
  font-size: 18px;
}

.blog-news-detail .list-trending {
  padding-bottom: 20px;
}


.list-trending .icon{
	width: 40%;
	margin-right: 10px;

}
.entry-meta-news {
  display: flex;
  align-items: center;
}

.blog-news-detail .box-img-news a img {
  object-fit: cover;
}
.box-img-news {
  padding-bottom: 10px;
}

.Featured {
    padding-bottom: 30px;
}

.slider-arrow:hover .dandik, .slider-arrow:hover .bamdik {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}
.section-heading {
  text-align: center;
  margin-bottom: 10px;
  color: #2790bf;
  text-transform: uppercase;
}

.section-heading h2 {
  font-weight: 500;
}
.col-12{
  flex: 0 0 auto;
  width: 100%;
}
.brand-wrap:hover:before {
  border-color: #2790bf;
  animation-play-state: running;

}

.brand-wrap:hover .brand-media::before {
  border-color: #2790bf;
  animation-play-state: running;
}

/* .brand-slider {
  padding-top: 50px;
} */

.brand-slider .slick-track {padding-top: 0;}
@keyframes rotate360 {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
}}

.brand-wrap {
  text-align: center;
  padding-top: 15px;
}
.brand-media {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}
.brand-media::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: var(--white);
  border: 2px dashed #2790bf;
  transform: translate(-50%, -50%);
  animation: 1.2s linear 0s infinite normal none paused rotate360;
}
.brand-media img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.brand-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear 0s;
}
.brand-overlay a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  background: var(--primary);
  transition: all 0.3s linear 0s;
}
.fa-link:before {
  content: "\f0c1";
}
@media (min-width: 576px) {
  .line-clamp-featured {
    font-size: 20px;
  }
  .content-featured p {
    font-size: 16px;
  }
  .content-featured {
    padding: 10px;
    margin-top: 0px;
  }
  .parsys-row {
    margin-bottom: 20px;
  }
  .banner-promos .text-container {
    margin:15px;
    padding: 5px 10px 10px;
  }
  .img-containered {
    height: 400px;
  }
  .banner-promos .line-clamp-3 {
    font-size: 20px;
  }
  .banner-promos .desc-line-clamp {
    font-size: 17px;
  }
  .banner-promos .text-container {
    min-height: 171px;
  }
  .pd-section-top{
    padding-top: 40px;
  }
  .pd-section-bottom{
    padding-bottom: 40px;
  }
  .box-item-odule {
    padding: 10px;
  }
  .services-title-odule p {
    font-size: 16px;
  }
  .services-title-odule span {
    padding-top: 25px;
    font-size: 20px;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (min-width: 768px) {
  .pd-section-top{
    padding-top: 30px;
  }
  .pd-section-bottom{
    padding-bottom: 30px;
  }
  .img-containered {
    height: 462px;
  }
  .banner-promos .line-clamp-3 {
    font-size: 22px;
  }
  .btn-featurn button {
    width: 235px;
  }

  .tracka-content {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 30px;
    padding: 32px 15px 15px;
    transform: translateY(-50%);
  }

  .content-featured {
    padding-bottom: 0px;
  }

  .all-btn-attra button {
    width: 235px;
  }

  .engagementpromo-item {
    width: 50%;
    padding: 90px 30px;
    background-image: linear-gradient(#1e49e2, #2790bf);
  }
  .sidebar-title{
    font-size: 19px;
  }
  .btn-sidebar{
    display: none;
  }
  .sidebar-box ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
  }
  .sidebar-box ul li a i {
    font-size: 15px;
}
  .sidebar-body{

    position: relative;
    margin: 0px;
  }
  .sidebar-body{
    display: block;
  }
  .box-contact-details {
    padding: 60px;
  }
}

@media (min-width: 992px) {
  .banner-info {
    padding: 160px 0px;
  }
  .services-image-ed img {
    width: 200px;
    height: 200px;
  }

  .engagementpromo-item {
    width: 33%;
    padding: 90px 30px;
    background-image: linear-gradient(#1e49e2, #2790bf);
  }

  .box-engagement-promo {
    display: flex;
  }

  .video-holder video {
    width: auto;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .content-featured {
    position: unset;
  }

  .img-featured {
    height: 175px;
    overflow: hidden;
  }

  .banner-promos {
    position: relative;
    margin-top: -56px;
  }

  .banner-title {
    -webkit-line-clamp: unset;
    font-size: 37px;
    /*! margin: 110px 0 0; */
    font-weight: 400;

  }

  .video-holder {
    height: 100%;
  }



}

@media (min-width: 1200px) {}

@media (min-width: 1600px) {
  .services-image-ed img {
    width: 246px;
    height: 246px;
  }

}