@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.css);
@import url(aos.css);
@import url(style.css);

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial.woff') format('woff'),
        url('../fonts/Arial.woff2') format('woff2');
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.woff2') format('woff2');
}
@font-face {
    font-family: 'Antonio';
    src: url('../fonts/Antonio-Bold.woff2') format('woff2'),
        url('../fonts/Antonio-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.error-message{
  color: #dc3232;
}
body{
    margin: 0;
    padding: 0;
    /* font-family: 'Calibri'; */
    /* font-family: "Roboto", sans-serif; */
    /* font-family: "Lato", sans-serif; */
    font-family: "Barlow", sans-serif;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
    color: #fff;
}
.preloader {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
    z-index: 99999;
	width: 100%;
}

.loaded.preloader {
	opacity: 0;
	transition: 1.1s ease;
    z-index: 0;
    visibility: hidden;
}

.loader-section {
  height: 100%;
  position: fixed;
	transition: 1s ease all;
  top: 0;
  width: 50%;
}

.section-left {
	background-color: #000000;
	box-shadow: 0 0 5px #000000;
  left: 0;
}

.section-right {
	background-color: #ffffff;
	box-shadow: 1px 1px 5px #000000;
  right: 0;
}

.loaded .loader-section.section-left {
  transform: translateY(-100%);
	transition: 1s ease all;
}

.loaded .loader-section.section-right {
  transform: translateY(100%);
	transition: 1s ease all;
}

.spinner {
	animation: spinner .7s infinite linear;
	border: 3px solid rgba(0, 0, 0);	
	border-radius: 50%;
	border-top-color: #ffffff;
	height: 7em;
	position: fixed;	
	width: 7em;
	z-index: 1000;
}

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

@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

@media (max-width:767px){
  .pb-140 {
    padding-bottom: 140px !important;
}
  footer .footer-last .shor-menu{
    justify-content: flex-start !important;
  }
  .new-timeline-sec .main-timeline .icon,
  .new-timeline-sec .main-timeline .date-content:before,
  .new-timeline-sec .main-timeline:before{
    display: none;
  }
  .new-timeline-sec .order_3{
    order:2;
    text-align: center;
  }
  .timeline-content.order_3b.col-md.p-3{
    text-align: center;
  }
  .new-timeline-sec .order_1 {
    order: 1;
  }
  header{
    position: relative;
    z-index: 9999;
    height: auto;
    backdrop-filter: inherit;
  }
  .navbar .menu-items.open {
    background: #fff;
  }
  ul#myList li{
    width: 100% !important;
  }
    .navbar .dropdown_menu a{
        font-weight: 500 !important;
    }
    .expand-btn:after{
        position: absolute;
        top: 23px !important;
    }
    header .header-top{
        display: none;
    }
    #mainSlider #owl-main .item .container .caption{
        padding: 80px 0 50px 0;
    }
    #mainSlider #owl-main .item .container .caption h1{
        width: 100%;
        font-size: 54px;
        line-height: 65px;
        text-align: center;
    }
    #mainSlider #owl-main button.owl-next, #mainSlider #owl-main button.owl-prev{
        display: none;
    }
    #mainSlider #owl-main .item .container .caption ul li {
        font-size: 18px;
    }
    #mainSlider .owl-dots {
        bottom: 10px;
        right: 15px;
    }
    .p-tb-90 {
        padding: 70px 0;
        overflow: hidden;
    }
    .btn-theme{
        margin-bottom: 40px;
    }
    .title{
        font-size: 30px;
    }
    .about-sec .content p ,.product-sec .content p{
        font-size: 20px;
        margin: 0;
    }
    .product-sec ul li{
        width: 100%;
    }
    .product-sec ul li .product-info img {
        height: 390px;
    }
    .company-number ul {
        row-gap: 40px;
        justify-content: flex-start;
    }
    .company-number ul li{
        padding: 0 20px;
        border:none;
    }
    .company-number ul li .number-box .info{
        width: auto;
    }
    .company-number ul li .number-box .info p{
        font-size: 20px;
    }
    section.product-sec.p-tb-90 .btn-theme{
        margin-bottom: 0;
    }
    .pl-45 {
        padding-left: 0px;
    }
    .pr-45 {
        padding-right: 0;
    }
    .timeline-sec .up-info {
        flex-direction: column;
        gap: 50px;
        padding: 25px 0;
    }
    .timeline-sec .up-info .info-box:nth-child(odd){
        padding-top: 0;
    }
    .timeline-sec .arrow span {
        height: 100%;
        background: #000000;
        width: 15px;
        margin-left: auto;
        margin-right: 30px;
    }
    .timeline-sec .arrow span:last-child{
        display: none;
    }
    .timeline-sec .up-info .info-box{
        flex-direction: row;
        width: 98%;
        justify-content: space-between;
        gap: 15px;
    }
    .timeline-sec .up-info .info-box span{
        width: 50px;
        height: 1px;
    }
    .timeline-sec .up-info .info-box .timeline-text {
        width: 100%;
        text-align: right;
    }
    .timeline-sec .up-info .info-box p{
        text-align: right;
    }
    .pt-100 {
        padding-top: 60px;
    }
    
    .timeline-sec .up-info .info-box:nth-child(odd) .timeline-icon{
        order: 2;
    }
    .timeline-sec .up-info .info-box .timeline-icon{
        display: flex;
        align-items: center;
    }
    .timeline-sec .up-info .info-box:nth-child(odd) span {
        order: 1;
    }
    .timeline-sec .up-info .info-box:nth-child(odd) .img-logo {
        order: 2;
    }
    .order-lg-1 {
        order: 2;
    }
    .timeline-sec .arrow{
        width: 95%;
    }
    .gallery-sec .popup-container > .img-box {
        width: 100%;
        display: inline-block;
        padding: 10px;
        position: relative;
        animation: zoom 1s 1;
        height: auto;
        margin: auto 0;
    }
    .gallery-sec .left-arrow {
        left: 15px;
    }
    .gallery-sec .right-arrow{
        right: 15px;
    }
    .gallery-sec .close-btn{
        top: 10px;
        right: 10px;
    }
    .second-about .content h1{
      margin-top: 30px !important;
    }
    #mainSlider #owl-main .item img {
      height: 85vh;
    }
    #mainSlider {
        height: auto;
    }
    footer .footer-top{
        width: 90%;
        padding: 30px 30px;
        top: -100px;
    }
    footer .footer-mid ul.columns {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1;
    }
    .product-banner .banner-img img{
      min-height: 300px;
      height: 300px;
    }
    footer .footer-top form .form-group{
      height: auto !important;
    }
    footer .footer-top form {
        margin-top: 10px;
        width: 100%;
    }
    footer .footer-mid h4{
        margin-top: 50px;
    }
    footer .footer-mid ul li a{
        font-size: 18px;
    }
    footer .footer-last .shor-menu{
        margin-bottom: 15px;
    }
    footer .footer-last .copyright ,footer .footer-last .shor-menu{
        justify-content: center !important;
    }
    footer .footer-top form .form-group {
        display: flex;
        gap: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer .footer-mid {
        padding: 160px 0 40px 0;
    }
    footer .col-auto{
        width: 100%;
        text-align: center;
    }
    footer .footer-top form .form-group input{
        width: 100%;
    }
    footer .footer-top form .form-group button{
        margin: 0 auto;
    }
    .ab-page .content-img{
      margin-top: 30px;
    }
    .chairman-sec .content-img{
      margin-bottom: 30px;
    }
    .more-text .order2{
      order: 2;
    }
    .more-text .order1{
      order: 1;
    }
    .more-text .content{
      margin-top: 30px;
    }
    .more-text .btn-theme {
      margin-bottom: 0;
    }
    .page-header .page-title h1{
      font-size: 28px;
    }
    .title {
      font-size: 26px;
    }
    .contact-info-sec .company-address{
      margin-bottom: 30px;
      height: auto;
    }
    .form-sec::before{
      display: none;
    }
    .form-sec::after{
      z-index: 1;
      opacity: 0.2;
    }
    .form-sec .contact-form{
      z-index: 2;
      position: relative;
    }
    main section:last-child {
        padding-bottom: 190px;
    }
    .form-sec{
      padding: 100px 0;
    }
    .form-sec .form-check{
      display: flex;
    }
    footer .footer-last .copyright{
      justify-content: center !important;
    }
    footer .footer-last .copyright p{
      width: 100%;
      text-align: left;
    }
    footer .footer-mid .contact-info li{
      width: 100%;
    }
}
@media (min-width:992px) and (max-width:1025px){
  header .navbar .navbar-nav {
    gap: 20px;
  }
  .navbar.sticky{
    overflow: hidden;
  }
  ul#myList li{
    width: 33.33% !important;
  }
  section.about-sec.second-about{
    overflow: hidden;
  }
}
@media (min-width:768px) and (max-width:992px){
  .product-sec ul li {
    width: 50%;
  }
  ul#myList li{
    width: 33.33% !important;
  }
  section.about-sec{
    overflow: hidden;
  }
  .p-tb-90 {
    padding: 50px 0;
  }
  .company-number ul {
    row-gap: 30px;
  }
}




/* animation menu hamburger */
.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .menu-btn {
    display: flex;
  }
}
.menu-btn .menu-btn__lines,
.menu-btn .menu-btn__lines::before,
.menu-btn .menu-btn__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: #000;
  transition: all 0.4s ease-in-out;
}
.menu-btn .menu-btn__lines::before, .menu-btn .menu-btn__lines::after {
  content: "";
  position: absolute;
}
.menu-btn .menu-btn__lines::before {
  transform: translateY(-0.5rem);
}
.menu-btn .menu-btn__lines::after {
  transform: translateY(0.5rem);
}
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}
.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #000;
}
.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #000;
}

.expand-btn:after {
  /* position: absolute; */
  top: 50%;
  right: 0;
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  transform: translateY(-50%) rotate(0);
  transition: 0.25s;
  padding-left: 6px;
    font-size: 14px;
}
.dropdown_menu .dropdown_list .expand-btn:after{
    position: absolute;
}
.expand-btn.open {
  color: #ff5722;
}


/* navbar */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .navbar {
    padding: 10px 20px;
  }
}
.navbar.sticky {
  z-index: 999;
}

.navbar .menu-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: #222;
}
.navbar .menu-items::-webkit-scrollbar {
  width: 6px;
  background-color: #222;
}
.navbar .menu-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
@media (max-width: 1023px) {
  .navbar .menu-items {
    scrollbar-gutter: stable;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 320px;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-right: 10px;
    background: #fff;
    overflow-y: auto;
    transform: translateX(-100vh);
    transition: 0.3s ease-out;
  }
  .navbar .menu-items.open {
    transform: translateY(0);
  }
}

.navbar .menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .navbar .menu-items li a {
    padding: 10px 1rem !important;
    font-size: 20px !important;
  }
}
.navbar .dropdown_list {
  position: relative;
}


@media (min-width: 1024px) {
  .navbar .dropdown_list:hover > .dropdown_menu {
    opacity: 1;
    visibility: visible;
    display: block !important;
}
  .navbar .dropdown_list .dropdown-right .expand-btn:after,
  .navbar .dropdown_list .dropdown-left .expand-btn:after {
    right: 0.625rem;
  }
  .navbar .dropdown_menu {
    position: absolute;
    top: 88px;
    right: 0;
    left: 0;
    min-width: 230px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    visibility: hidden;
    transition: all 0.4s ease;
  }
}
@media (max-width: 1023px) {
  .navbar .dropdown_menu {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    padding-left: 1rem;
    overflow: hidden;
  }
}
.navbar .menu-right {
  top: 0;
  left: 100%;
}
@media (max-width: 1023px) {
  .navbar .menu-right {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding-left: 1.5rem;
  }
  .navbar .menu-right:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgb(0 0 0 / 25%);
    transform: translateY(-50%);
  }
}
.navbar .menu-left {
  top: 0;
  left: -100%;
}
@media (max-width: 1023px) {
  .navbar .menu-left {
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 1.5rem;
  }
  .navbar .menu-left:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
  }
}

.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}
.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}


@media (min-width: 1024px) {
  .navbar .dropdownMega {
    position: inherit !important;
  }
  .navbar .mega-menu {
    position: absolute;
    top: 95px;
    left: 0;
    width: 99%;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  }
}
@media (max-width: 1023px) {
  .navbar .mega-menu {
    position: relative;
    display: none;
    padding-left: 0;
  }
}
.navbar .mega-menu .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023px) {
  .navbar .mega-menu .content {
    grid-template-columns: auto;
  }
}
@media (min-width: 1024px) {
  .navbar .mega-menu .content {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 1023px) {
  .navbar .mega-menu .content .col {
    padding: 0;
    width: 100%;
  }
}
.navbar .category .content .col .img-wrapper {
  margin: 1rem 0;
}
.navbar .blog .content {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .navbar .blog .content {
    grid-template-columns: repeat(4, 1fr);
  }

}
.navbar .blog .content .col .img-wrapper {
  margin-bottom: 1rem;
}
.navbar .blog .content .col .menu-title {
  font-weight: normal;
}
.navbar .blog .content .col .menu-title a {
  transition: 0.25s;
}
.navbar .blog .content .col .menu-title a:hover {
  color: #ff5722;
}
.navbar .content .col {
  display: flex;
  flex-direction: column;
}
.navbar .content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
.navbar .content .col .img-wrapper:hover img {
  transform: scale(1.1);
}
.navbar .content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.navbar .content .col img {
  width: 100%;
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}
.navbar .content .col .menu-title {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.125rem;
  border-left: 2px solid #ff5722;
  padding-left: 0.625rem;
}
@media (max-width: 1023px) {
  .navbar .content .col .menu-title {
    font-size: 0.875rem;
  }
}
.navbar .content .col p {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  line-height: 1.6rem;
  color: #ffffff;
}
.navbar .content .col .mega-links {
  padding-left: 1rem;
  border-left: 1px solid #3c3c3c;
}
@media (max-width: 1023px) {
  .navbar .content .col .mega-links {
    border-left: 0;
    padding-left: 0;
  }
  .navbar .content .col .mega-links li {
    margin: 0;
  }
  .navbar .content .col .mega-links li a {
    padding: 0 0.5rem;
  }
}
.navbar .content .col .mega-links li {
  margin: 1rem 0;
}
.navbar .content .col .mega-links li a {
  padding: 0;
}

@media (max-width: 1023px) {
  .overflow {
    overflow: hidden;
  }
}

@media (max-width: 1023px) {
  header .is-sticky .dropdown_menu{
    top:0 !important;
  }
  .overlay {
    position: fixed;
    z-index: 500;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .overlay.overlay--active {
    opacity: 1;
    visibility: visible;
  }
}
header.main_header.active {
    height: 100%;
    z-index: 9999;
}

section.services-sec {
    padding: 90px 0;
}
.services-box {
    background-color: #f8f8f8;
    /* border: 1px solid #ccc; */
    margin-bottom: 0;
    padding: 25px;
    border-radius: 15px;
    height: 100%;
    box-shadow: 2px 2px 7px 0px #ccc;
}
.mb-30{
    margin-bottom: 30px;
}
.services-box p:last-child{
    margin-bottom: 0;
}
.services-box h3{
    font-weight: 600;
}
.services-box img{
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin-bottom: 15px;
}
.product-sec ul li .product-info img{
  height: 370px !important;
  object-fit: cover !important;
}
.hidden {
  display: none;
}

ul#myList {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
ul#myList li{
  list-style: none;
  width: 25%;
}
ul#myList li img{
  width: 100%;
}


ul#myList li.show {
  animation: flip 0.8s ease-in-out;
}
ul#myList li.show:nth-child(1){
  animation: flip 0.5s ease-in-out;
}
ul#myList li.show:nth-child(2){
  animation: flip 0.6s ease-in-out;
}
ul#myList li.show:nth-child(3){
  animation: flip 0.7s ease-in-out;
}
ul#myList li.show:nth-child(4){
  animation: flip 0.8s ease-in-out;
}
ul#myList li.show:nth-child(5){
  animation: flip 0.9s ease-in-out;
}
ul#myList li.show:nth-child(6){
  animation: flip 1s ease-in-out;
}
ul#myList li.show:nth-child(7){
  animation: flip 1.1s ease-in-out;
}
ul#myList li.show:nth-child(8){
  animation: flip 1.3s ease-in-out;
}


ul#myList li.show:nth-child(9){
  animation: flip 0.5s ease-in-out;
}
ul#myList li.show:nth-child(10){
  animation: flip 0.6s ease-in-out;
}
ul#myList li.show:nth-child(11){
  animation: flip 0.7s ease-in-out;
}
ul#myList li.show:nth-child(12){
  animation: flip 0.8s ease-in-out;
}
ul#myList li.show:nth-child(13){
  animation: flip 0.9s ease-in-out;
}
ul#myList li.show:nth-child(14){
  animation: flip 1s ease-in-out;
}
ul#myList li.show:nth-child(15){
  animation: flip 1.1s ease-in-out;
}
ul#myList li.show:nth-child(16){
  animation: flip 1.3s ease-in-out;
}

ul#myList li.show:nth-child(17){
  animation: flip 0.5s ease-in-out;
}
ul#myList li.show:nth-child(18){
  animation: flip 0.6s ease-in-out;
}
ul#myList li.show:nth-child(19){
  animation: flip 0.7s ease-in-out;
}
ul#myList li.show:nth-child(20){
  animation: flip 0.8s ease-in-out;
}
ul#myList li.show:nth-child(21){
  animation: flip 0.9s ease-in-out;
}
ul#myList li.show:nth-child(22){
  animation: flip 1s ease-in-out;
}
ul#myList li.show:nth-child(23){
  animation: flip 1.1s ease-in-out;
}
ul#myList li.show:nth-child(24){
  animation: flip 1.3s ease-in-out;
}
@keyframes flip {
  0% {
      transform: rotateY(180deg);
      opacity: 0;
  }
  50% {
      transform: rotateY(90deg);
      opacity: 0.5;
  }
  100% {
      transform: rotateY(0deg);
      opacity: 1;
  }
}


/*.linkedin-sec .owl-carousel .post-slide {
  box-sizing: border-box;
  min-width: 0;
}

.linkedin-sec .owl-carousel .owl-stage {
  display: flex;
}

.linkedin-sec .owl-carousel .owl-item {
  float: none;
}

.linkedin-sec .post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.linkedin-sec .post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.linkedin-sec .post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.linkedin-sec .post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.linkedin-sec .post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.linkedin-sec .post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.linkedin-sec .post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.linkedin-sec .post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.linkedin-sec .post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.linkedin-sec .post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.linkedin-sec .post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.linkedin-sec .post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.linkedin-sec .post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.linkedin-sec .post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.linkedin-sec .post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}

@media only screen and (max-width:1280px) {
    .linkedin-sec .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}*/

/* Ensure layout inside carousel behaves correctly */


.linkedin-sec .post-slide .readmore {
    padding: 7px 20px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    background: #ccc;
    box-shadow: 0px 10px 20px -10px #d3d3d3;
    border-radius: 25px;
    text-decoration: none;
}
.linkedin-sec .post-slide .readmore:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}