body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}
p {
  font-family: 'Open Sans', sans-serif;
}

.layout_margin {
  margin: 90px 0;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #090808;
}

.heading_container h2 {
  text-transform: uppercase;
  color:#ee1c25;
  text-decoration: underline;
  text-decoration-color: #a8a9ad;
  font-weight: bold;
}
.heading_container h12 {
	font-size: 14px;
	font-weight: bold;
}
.heading_container h13 {
	font-size: 14px;
}
.heading_container cadre {
  	box-shadow:8px 8px 10px 0 rgba(237,28,36,0.5);
	border-radius : 30px 30px;
	background-color:#CCC;
	padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.heading_container img {
	border-radius : 10px 10px;
}



.hero_next_section-margin {
  margin-top: 100px;
}

/*header section*/
.hero_area {
  height: 100vh;
  position: relative;
  background-image: url(../images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.sub_page .hero_area {
  height: auto;
  background: none;
  background-color: #ed1c24;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link img {
  width: 22px;
  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #fefeff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 14px;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn span {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 7px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;
}

.custom_menu-btn span.s-2 {
  width: 17px;
  margin-left: auto;
}

.custom_menu-btn .custom_menu-btn .s-2 {
  -webkit-transition: all .1s;
  transition: all .1s;
}

.menu_btn-style button {
  position: fixed;
  right: 29px;
  top: 14px;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translateY(17px);
          transform: rotate(45deg) translateY(17px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translateY(-17px);
          transform: rotate(-45deg) translateY(-17px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(237, 28, 36, 0.8);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  display: inline-block;
  padding: 10px 35px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #fefdfc;
  margin: 10px 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1.5px solid #fefdfc;
}

.overlay a:hover {
  border-color: transparent;
  background-color: #fefdfc;
  color: #ed1c24;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_width {
  width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 150px;
  margin-right: 15px;
}

.navbar-brand span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.quote_btn-container a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fc5d35;
  color: #f7f7f7;
  font-size: 14px;
  text-transform: uppercase;
}

/*end header section*/
.slider_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 70px);
  padding: 50px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: unset;
}

.slider_section .row .col-lg-7.col-md-10 {
  position: unset;
}

.slider_section .carousel {
  position: unset;
}

.slider_section .detail-box {
  color: #fefdfc;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  line-height: 80px;
  font-size: 4rem;
}

.slider_section .detail-box p {
  margin-top: 25px;
  text-align:justify;
  width: 60%;
  font-family: 'Poppins', sans-serif;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #fefdfc;
  color: #050505;
  border-radius: 10px;
  border: 1px solid #fefdfc;
  text-transform: uppercase;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #fefdfc;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  width: 50px;
  height: 40px;
  left: 40.8%;
  opacity: 1;
  background-repeat: no-repeat;
}

.slider_section .carousel-control-prev {
  background-color: #ab9d92;
  top: calc(80% + 40px);
  background-image: url(../images/left-arrow.png);
  background-position: 14px center;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

.slider_section .carousel-control-next {
  background-color: #ed1c24;
  top: 80%;
  background-image: url(../images/right-arrow.png);
  background-position: 25px center;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.slider_section .number-box {
  position: absolute;
  bottom: 10%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 25px;
}

.slider_section .number-box .num-box {
  width: 35px;
  text-align: center;
  position: relative;
}

.slider_section .number-box .num-box h6 {
  margin: 0;
  color: #fefdfc;
}

.slider_section .number-box .num-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fefdfc;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_section .service_container .box {
  width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 25px 0 25px;
}

.service_section .service_container .box .img-box {
  width: 85px;
}

.service_section .service_container .box .img-box img {
  width: 100%;
}

.service_section .service_container .box .detail-box {
  text-align: center;
  margin-top: 20px;
}

.service_section .service_container .box .detail-box h5 {
  text-transform: uppercase;
  margin: 0;
}

.service_section .service_container .box .detail-box p {
  margin: 20px 0;
}

.service_section .service_container .box .detail-box a {
  display: inline-block;
  padding: 7px 20px;
  background-color: #ed1c24;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid #ed1c24;
  font-size: 14px;
}

.service_section .service_container .box .detail-box a:hover {
  background-color: transparent;
  color: #ed1c24;
}

.about_section {
  background-color: #f3f3f3;
}

.about_section .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box {
  padding: 80px 15px 130px 15px;
  background-color: #fefdfc;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 76%);
          clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 76%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box h2 {
  text-transform: uppercase;
}

.about_section .detail-box p {
  margin: 20px 0;
  text-align:justify;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #ed1c24;
  color: #fefdfc;
  border-radius: 5px;
  border: 1px solid #ed1c24;
  text-transform: uppercase;
  font-size: 14px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #ed1c24;
}

.concept_section .box .img-box {
  position: relative;
  margin-top: 45px;
  font-family: 'Open Sans', sans-serif;
}
.concept_section .detail-box img {
border-radius: 50%;
width: 200px;
height: 200px;
box-shadow:8px 8px 10px 0 rgba(255,0,0,0.5);
}

.concept_section .cadre2 {
	box-shadow:8px 8px 10px 0 rgba(0,0,0,0.5);
	border-radius : 30px 30px;
	background-color:#ED1C24;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
		animation-name: fade-in-top;
		animation-duration: 1.2s;
		animation-timing-function: ease;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: none;
		

}

.concept_section .cadre2 img{
	width:80px;
	height:80px;
	border-radius : 10px 10px;
}









.concept_section .detail-box cadre_texte {
border-radius: 50%;
border: #F00 0.5rem solid;
margin-left: auto;
    margin-right: auto;
    width: 6em;
}

.concept_section .box .img-box img {
  width: 100%;
}

.concept_section .box .img-box .search-box {
  display: none;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(212, 33, 40, 0.9);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.concept_section .box .img-box .search-box img {
  width: 20px;
}

.concept_section .box .img-box:hover {
  cursor: pointer;
}

.concept_section .box .img-box:hover .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concept_section .box .detail-box {
  margin-top: 25px;
}

.concept_section .box  h5 {
  text-transform: uppercase;
  text-align:center;
  text-decoration:blink;
  color:#a8a9ad;
  text-decoration:underline;
  text-decoration-color: #ee1c25;
  font-family:"Comic Sans MS", cursive;
}

.modal-dialog {
  min-width: 65%;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
  background: #ccc;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

#image {
  min-height: 200px;
  width: 100%;
}

.who_section {
  text-align: center;
  color: #fefdfc;
  background-image: url(../images/who-bg.jpg);
  background-size: cover;
}

.who_section h2,
.who_section h5 {
  text-transform: uppercase;
}

.who_section p {
  margin: 45px 0;
}

.who_section a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #fefdfc;
  color: #050505;
  border-radius: 10px;
  border: 1px solid #fefdfc;
  text-transform: uppercase;
}

.who_section a:hover {
  background-color: transparent;
  color: #fefdfc;
}

.project_section {
  font-family: 'Open Sans', sans-serif;
}

.project_section .img-box {
  position: relative;
}

.project_section .img-box img {
  width: 100%;
}

.project_section .img-box .heading {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 35px;
  color: #fefdfc;
  text-transform: uppercase;
  z-index: 3;
}

.project_section .img-box .link {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.project_section .img-box .link a {
  display: none;
  padding: 12px 35px;
  color: #fefdfc;
  border: 1px solid #fefdfc;
  text-transform: uppercase;
}

.project_section .img-box::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(234, 60, 60, 0.8);
  z-index: 1;
}

.project_section .img-box:hover::after {
  display: block;
}

.project_section .img-box:hover .link a {
  display: inline-block;
}

.project_section .carousel-wrap {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}

.project_section .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.project_section .owl-carousel .owl-nav .owl-prev,
.project_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #121111;
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}

.project_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/left-angle.png);
  left: -10%;
}

.project_section .owl-carousel .owl-nav .owl-next {
  right: -10%;
  background-image: url(../images/right-angle.png);
}

.project_section .owl-carousel .owl-dots.disabled,
.project_section .owl-carousel .owl-nav.disabled {
  display: block;
}

.client_section .client-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}

.client_section .client-box .img-box {
  margin-right: 15px;
  min-width: 160px;
}

.client_section .client-box .img-box img {
  width: 100%;
}

.client_section .client-box .detail-box h5 {
  text-transform: uppercase;
}

.client_section .btn-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .btn-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #ed1c24;
  color: #fefdfc;
  border-radius: 5px;
  border: 1px solid #ed1c24;
  text-transform: uppercase;
}

.client_section .btn-box a:hover {
  background-color: transparent;
  color: #ed1c24;
}

/* contact section */
.contact_section {
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
}

.contact_section h2 {
  color: #fefdfc;
}

.contact_section input {
  border: none;
  outline: none;
  height: 45px;
  width: 100%;
  margin: 15px 0;
  border-radius: 5px;
  padding-left: 15px;
}

.contact_section input ::-webkit-input-placeholder {
  color: #989696;
}

.contact_section input :-ms-input-placeholder {
  color: #989696;
}

.contact_section input ::-ms-input-placeholder {
  color: #989696;
}

.contact_section input ::placeholder {
  color: #989696;
}

.contact_section input.message-input {
  height: 110px;
}

.contact_form-container button {
  border: 2px solid #fefdfc;
  background-color: transparent;
  color: #fefdfc;
  padding: 12px 45px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.map_container {
  height: 350px;
}

/* contact section */
/* info section */
/* info section */
.info_section {
  background-color: #1c1b2d;
}

.info_section .design_heading {
  font-weight: bold;
  text-transform: none;
  font-size: 28px;
}

.info_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section form input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fefdfc;
  outline: none;
  color: #6f6f6f;
}

.info_section form input::-webkit-input-placeholder {
  color: #6f6f6f;
}

.info_section form input:-ms-input-placeholder {
  color: #6f6f6f;
}

.info_section form input::-ms-input-placeholder {
  color: #6f6f6f;
}

.info_section form input::placeholder {
  color: #6f6f6f;
}

.info_section form button {
  border: none;
  background-color: transparent;
  color: #fefdfc;
  text-transform: uppercase;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-weight: bold;
  outline: none;
}

.links_container {
  color: #fefeff;
}

.links_container h3 {
  font-size: 24px;
  text-transform: uppercase;
}

.links_container ul {
  padding: 15px 0 0 0;
}

.links_container li {
  list-style-type: none;
}

.links_container li a {
  padding: 5px 0;
  color: #fefeff;
}

.follow_container {
  margin-top: 50px;
}

.follow_container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px auto;
}

.info_social img {
  width: 35px;
  margin-left: 8px;
}

/* end info section */
/* end info section */
/* footer section*/
.footer_section {
  background-color: #fefdfc;
  padding: 20px;
}

.footer_section p {
  margin: 0;
  text-align: center;
  color: #292929;
}

.footer_section a {
  color: #292929;
}
/*# sourceMappingURL=style.css.map */
.cadre {
	box-shadow:8px 8px 10px 0 rgba(142, 162, 198,0.5);
	border-radius : 0px 30px;
	background-color:#CCC;
	padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
		height:450px;

	
			animation-name: fade-in-top;
		animation-duration: 1.2s;
		animation-timing-function: ease;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: none;

}












@keyframes fade-in-top {
			
		0% {
			transform:translateY(-50px);
			opacity:0;
		}
		100% {
			transform:translateY(0);
			opacity:1;
		}
	}
	
	
body{
 margin-top:20px;
background:#eee;
}
.icon-block {
    margin-bottom: 10px;
}
.icon-block.icon-block-1 .icon-block-item {
    width: 20%;
    display: table-cell;
    vertical-align: top;
    font-size: 64px;
    text-align: center;
    color: #333;
}
.icon-block.icon-block-1 .icon-block-body {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.icon-block.icon-block-1 .icon-block-body .title {
    margin-bottom: 5px;
    color: #333;
}
.icon-block.icon-block-1 .icon-block-body p {
    margin: 0;
}
.icon-block.icon-block-2 .icon-block-item {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 2px;
    display: block;
    float: left;
    font-size: 46px;
    text-align: center;
}
.icon-block.icon-block-2 .icon-block-body {
    padding-left: 115px;
}
.icon-block.icon-block-2 .icon-block-body .title {
    margin-bottom: 5px;
    color: #333;
}
.icon-block.icon-block-2 .icon-block-body p {
    margin: 0;
}
.icon-block.icon-block-3 .icon-block-item {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    display: block;
    float: left;
    font-size: 46px;
    text-align: center;
    color: #333;
}
.icon-block.icon-block-3 .icon-block-body {
}
.icon-block.icon-block-3 .icon-block-body .title {
    margin-bottom: 5px;
    color: #333;
}
.icon-block.icon-block-3 .icon-block-body p {
    margin: 0;
}

.base {
  background: #FF0000;
  color: #fff !important;
}

.base-alt {
  background: #9cd70e;
  color: #fff;
}

.light {
  background: #ecf0f1;
  color: #333;
}

.dark {
  background: #131313;
  color: #fff !important;
}




#news-slider {
    margin-top: 80px;
}

.post-slide {
    background: #ee1c25;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 15px 15px 15px;
    margin-left: 10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.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;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
	margin: 15px 15px 15px 15px ;
	text-align:justify;

}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #ee1c25;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #a8a9ad;
}

.post-slide .post-description {
    line-height: 24px;
    color: #a8a9ad;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #ee1c25;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #a8a9ad;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}