

html {
  background-color: #610B38;
  color: #737f8a;
}

body {
  background-color: #610B38;
  font-family: "Josefin Sans";
  color: #242930;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "Josefin Sans";
  color: #242930;
}

p {
  font-family: "Josefin Sans";
}


/*=================================================================
  Basic Setup
==================================================================*/
::-moz-selection {
  /* Code for Firefox */
  color: #D8D8D8;
  background: #86B404;
}

::selection {
  color: #D8D8D8;
  background: #86B404;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  color: #D8D8D8;
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #86B404;
}

.kill-margin-bottom {
  margin-bottom: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.btn {
  background-color: transparent;
  color: #D8D8D8;
  padding: 10px 30px;
  border-radius: 0;
  transition: all .3s ease-in 0s;
}

.btn:focus {
  color: #ddd;
}

.btn-transparent {
  border: 1px solid #4e595f;
}

.btn-transparent:hover, .btn-transparent:focus {
  background-color: #86B404;
  border: 1px solid transparent;
  color: #D8D8D8;
}

.border {
  border-top: 2px solid #D8D8D8;
  height: 1px;
  margin: 15px auto 0;
  position: relative;
  width: 30%;
}

.border:before {
  background-color: #D8D8D8;
  content: '';
  height: 6px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -4px;
  width: 50px;
  background-color: #86B404;
}

.bordergreysection {
  border-top: 2px solid #610B38;
  height: 1px;
  margin: 15px auto 0;
  position: relative;
  width: 30%;
}

.bordergreysection:before {
  background-color: #610B38;
  content: '';
  height: 6px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -4px;
  width: 50px;
  background-color: #86B404;
}

.color {
  color: #86B404;
}

.sub-title {
  padding: 0 0 50px;
}

.sub-title > h3 {
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-berry {
  background-color: #610B38;
}

.bg-grey {
  background: #D8D8D8;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .2s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #86B404;
}

.btn-main {
  background: #86B404;
  color: #D8D8D8;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}

.btn-main:hover {
  background: #2c9091;
  color: #D8D8D8;
}

.mt-20 {
  margin-top: 20px;
}

.section {
  padding: 100px 0;
}

@media (max-width: 480px) {
  .section {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 50px 0;
}

.btn:focus {
  color: #ddd;
}



#home {
  position: relative;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.preloader {
  background: #D8D8D8;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #86B404;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.title {
  padding-bottom: 60px;
}

.title h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 38px;
  color: #D8D8D8;
}

.title h2 span {
  color: #86B404;
}

.title p {
  color: #fff;
}

.title.title-white h2 {
  color: #D8D8D8;
}

.bg-gray {
  background: #D8D8D8;
}

.section-bg {
  background: #D8D8D8;  
}

.section-bg h2 {
  color: #610B38;
}

.overlayone {
  position: relative;
}

.overlayone:before {
  content: '';
  background: rgba(0, 0, 0, 0.096);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slick-slide {
  outline: none;
}

/* CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pagination li {
  margin: 5px;
  display: inline-block;
}

.pagination li span {
  background: #242930;
  border: 0;
  color: #D8D8D8;
}

.pagination li span:hover, .pagination li span.active {
  background: #86B404;
  color: #D8D8D8;
}

.pagination-lg > li:first-child > span,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination-lg > li:last-child > span,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  background-color: #242930;
  width: 100%;
  z-index: 99;
  margin-bottom: 0;
  padding: 10px;
  border-bottom: #86B404 3px solid;
}

.navigation .logo {
  padding: 0;
  height: auto;
  margin-top: 0;
}

.navigation .logo img {
  height: auto;
  width: 60px;
}

.navigation .navigation-menu li.active a {
  color: #86B404;
}

.navigation .navigation-menu li a {
  font-size: 16px;
  color: #737f8a;
}

.navigation .navigation-menu li a:hover, .navigation .navigation-menu li a:focus {
  background: transparent;
  color: #86B404;
}

.navbar-toggle {
  border: 1px solid #D8D8D8;
  border-radius: 0;
}

.navbar-toggle span {
  background: #D8D8D8;
}


/*=================================================================
  hero
==================================================================*/

.hero-area {
  position: absolute;
  height: 100vh;
  z-index: 3;

}

.hero-area .hero_bg-container{
  position: absolute;
  width:100%;
  height: 100%;
  background: #610B38;
  background: url("../images/banner/poster.jpg");
  background-repeat:no-repeat;
  background-size:100vw;
  background-position:-30vw 50%;      
  height: 100vh;  
  z-index: 3;
  object-fit:cover;
  overflow:hidden;
  -webkit-clip-path: polygon(0 0, 48% 0, 37% 100%, 0% 100%);
          clip-path: polygon(0 0, 48% 0, 37% 100%, 0% 100%);    	          	
}


.hero-area .detail-box h1 {
  color:#D8D8D8;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3em;
  text-decoration: underline #86B404;
  
}

@media only screen 
   and (max-device-width: 1300px)
   and (max-device-height: 630px) {
  .hero-area .detail-box h1 {
    font-size: 1.5em;
  } 
 }
   

@media screen (max-width: 720px) {
  .hero-area .detail-box h1 {
    font-size: 2em;
  }
}

@media (max-width: 620px) {
  .hero-area .detail-box h1 {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .hero-area .detail-box h1 {
    font-size: 1.5em;
  }
}

@media (max-width: 375px) {
  .hero-area .detail-box h1 {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .hero-area .block h1 {
    font-size: 60px;
  }
}

.hero-area .block p {
  color: #D8D8D8;
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}

.hero-area .block .btn-transparent {
  margin-top: 40px;
  border-color: #D8D8D8;
  padding: 14px 50px;
  font-size: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.hero-video {
  left:30%;
  top: 50%;  
  height: 100vh;
  width: 100vw;
  position: absolute;
  object-fit:cover;
  overflow:hidden;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}
@media (min-aspect-ratio: 16/9) {
    .hero-video {
        width:100%;
        height: auto;
		object-fit:cover;
		overflow:hidden;        
    }
}

@media (max-aspect-ratio: 16/9) {
     .hero-video{ 
        width:auto;
        height: 100%;
        object-fit:cover;
  		overflow:hidden;
    }
}

@media (max-width: 767px) {
    .hero-video{
        display: none;
    }
    body {      
        height: 100vh;            
    }
}

.overlay {
  position: relative;
}

.hero-area .detail-box {
  width: 50vw;
  z-index: 4;
  color: #D8D8D8;
  padding-left:50%;    
}

.hero-area .detail-box p {
  font-size:120%;	
  width: 75%;
  margin-top: 15px;
  text-transform:capitalize;
  margin-left:0;
}

@media (max-width: 480px) {
  .hero-area .detail-box p {
    font-size:150%;
  }
}

.hero-area .detail-box span{
  font-size: 120%;
  color: #86B404;
  font-weight: bold;
}

}
.hero-area .img-box {
  width:50%;
  padding:0 0 15% 50%;
  position: center;
  z-index: 2;
  object-fit:cover;
  overflow:hidden;
}

.hero-area .img-box-right img {
  width: 35vw;
}
.hero-area .img-box-right {
  width: 73%;
  position: relative;
  padding: 5vh 0 15% 5%;
  z-index: 2; 
}

@media (max-width: 480px) {
	.hero-area .img-box-right {
	  padding: 20vh 0 15% 5%;
	 }
}

@media (max-width: 480px) {
  .hero-area .img-box-right img {
    width: 45vw;
  }
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
  
/*=================================================================
  About 
==================================================================*/

.about .block {
  background: #D8D8D8;
  padding: 30px;
  border-bottom: 6px solid transparent;
  transition: .5s all;
  margin-bottom: 20px;
}

.about .block:hover {
  border-bottom: 6px solid #86B404;
}

.about .block:hover .icon-box {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.about .block .icon-box {
  position: relative;
  width: 160px;
  height: 92.38px;
  background-color: transparent;
  margin: 46.19px auto 60px;
  padding: 10px 0;
  border-left: 2px solid #86B404;
  border-right: 2px solid #86B404;
  font-size: 50px;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.about .block .icon-box:after, .about .block .icon-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 113.30px;
  height: 113.30px;
  background-color: inherit;
  left: 20.4315px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
          transform: scaleY(0.5774) rotate(-45deg);
}

.about .block .icon-box:before {
  top: -56.5685px;
  border-top: 2px solid #86B404;
  border-right: 2px solid #86B404;
}

.about .block .icon-box:after {
  bottom: -56.5685px;
  border-bottom: 2px solid #86B404;
  border-left: 2px solid #86B404;
}

.about .block .icon-box h3 {
  color: #242930;
}


/*=================================================================
  About 2 section
==================================================================*/
.about-2 .content-block {
  padding: 40px; 
}

.about-2 .content-block .media {
  margin-top: 25px;
}

.about-2 .content-block .media .pull-left {
  padding-right: 15px; 
}

.about-2 .pull-left img {
  height:2.5em;
  width:auto; 
}


.about-2 .content-block .media i {
  font-size: 30px;
  color: #86B404;
}

.about-2 .content-block .media h4 {
  font-size: 16px;
  font-weight: 600;
}

.about-2 a {
  color: #86B404;
}
/*=================================================================
  Contact
==================================================================*/

.contact-us {
  padding-top: 50px;
}

.contact-map {
  margin-bottom: 60px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.contact-info p {
  margin-bottom: 25px;
}

.con-info {
  margin-bottom: 20px;
}

.con-info i,
.con-info span {
  float: left;
}

.con-info span {
  margin: -5px 0 0 15px;
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.contact-us a {
  color: #610B38;
}

/*=================================================================
  Pricing section
==================================================================*/
.price-item {
  background-color: #610B38;  
  padding-bottom: 2px;
  margin-bottom: 15px;
  border: #86B404 2px solid;
  overflow: hidden;
  position: relative;
}

.price-title {
  background-color: #242930;
  
  padding: 30px 0 10px;
}

.price-title h3 {
  color: #86B404;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.price-title p sup {
  font-size: 18px;
  top: -10px;
  left: -3px;
}

.price-title p {
  font-size: 18px;
  font-weight: 500;
  color: #D8D8D8;
}

.price-title .value {
  color: #86B404;
  font-size: 30px;
}

.pricing .block {
  background: #D8D8D8;
  padding: 30px 0 20px;
  border-bottom: 6px solid transparent;
  transition: .5s all;
  margin-bottom: 20px;
}

.pricing li {
  padding: 10px 0;
}

.pricing li:last-child {

  margin-bottom: 20px;
}

.pricing li:nth-child(1n) {
  background-color: #610B38;
  color: #D8D8D8;
}

.pricing li .btn {
  text-transform: uppercase;
  margin: 20px 0;
}

.pricing h2 {
  color: #610B38;
}

.pricing .advanced {
  width: 240px;
  position: absolute;
  top: 40px;
  right: -40px;
  transform: rotate(33deg);
  z-index: 1;
  font-size: 14px;
  padding: 3px 0 3px 0;
  background: #86B404;
  color: #fff;
  border:#610B38 solid 2px;
}
/*=================================================================
  parcours section
==================================================================*/
.parcours-filter {
  margin-bottom: 40px;
  text-align: center;
}

.parcours-filter button {
  border: none;
  outline: none;
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: transparent;
  display: inline-block;
  font-size: 16px;
  padding: 6px 20px;
  font-weight: 700;
  color: #737f8a;
  transition: .3s all;
}

.parcours-filter button.active {
  border: 1px solid #86B404;
  color: #86B404;
}

.parcours-items-wrapper .mix {
  padding: 5px;
}

.parcours {
  margin-bottom: 5%;
}

.parcours .blocktext {
  background: #D8D8D8;
  padding: 30px ;
  width:98%;
  border-bottom: 6px solid transparent;
  transition: .5s all;
  margin-bottom: 20px;
}

.parcours-block {
  position: relative;
  margin-bottom: 20px;
}

.parcours-block:before {
  transition: all 0.3s ease-in-out;
  background: white;
  opacity: 0;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  position: absolute;
  content: '';
}

.parcours-block img {
  width: 100%;
  height: auto;
}

.parcours-block:hover:before {
  opacity: 1;
}

.parcours-block:hover .caption h4 {
  top: 45%;
}

.parcours-block:hover .caption {
  opacity: 1;
  top: 55%;
}

.parcours-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.parcours-block .caption h4 {
  font-size: 16px;
  font-weight: 600;
}

.parcours-block .caption h4 a {
  color: #555;
}

.parcours-block .caption .search-icon {
  background: #86B404;
  width: 50px;
  height: 50px;
  color: #D8D8D8;
  display: inline-block;
  font-size: 20px;
  border-radius: 30px;
}

.parcours-block .caption .search-icon i {
  line-height: 50px;
}


/*=================================================================
 Skills
==================================================================*/
.skill-bar p {
  font-size: 18px;
  margin-bottom: 0;
}

.skill-bar p span {
  font-style: italic;
  font-size: 30px;
  color: rgba(187, 187, 187, 0.34);
  display: inline-block;
  vertical-align: middle;
}

.skill-bar .progress {
  height: 6px;
  border-radius: 0;
}

.skill-bar .progress .progress-bar {
  background: #86B404;
}

/*=================================================================
  Team
==================================================================*/
.team-member {
  background-color: #D8D8D8;
  margin-bottom: 10px;

}

.team-member .btn-learn-more {
  font-family: "Josefin sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #86B404;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #86B404;
}

.team-member .btn-learn-more:hover {
  background: #86B404;
  color: #D8D8D8;
  text-decoration: none;
}

.team-member .abouttext {
	margin-top:20px;
	margin-bottom: 20px;
}

}
.team-member:hover .mask {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
          transform: rotateY(0deg) scale(1, 1);
}

.member-photo {
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .member-photo {
    text-align: center;
  }
}

.member-photo:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.member-photo img {
  transition: all 0.4s ease 0s;
}

@media (max-width: 768px) {
  .member-photo img {
    display: inline-block;
  }
}

.member-photo .mask {
  background-color: rgba(87, 203, 204, 0.7);
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .5s ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
          transform: rotateY(180deg) scale(0.5, 0.5);
}

.member-photo .mask ul {
  text-align: center;
  position: relative;
  top: 125px;
}

.member-photo .mask ul li a {
  border: 1px solid #D8D8D8;
  color: #D8D8D8;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.member-photo .mask ul li a:hover {
  background-color: #D8D8D8;
  color: #86B404;
  border: 1px solid transparent;
}


.member-meta {
  padding: 15px;
}

.member-meta h4 {
  margin: 0 0 5px;
}

.member-meta span {
  font-size: 12px;
}

.member-meta a{
	color: #610B38;
}

.member-meta a:hover{
	color: #86B404;
}


/*=================================================================
  termine section
==================================================================*/

.termin {
	
}

.inbound {
  padding: 0 0 20px;
  transition: .5s all;
  margin-bottom: 20px;  	
}

.inbound p{
  color: #D8D8D8;
  font-size:1.3em;	
}


/*=================================================================
  Testimonial section
==================================================================*/
.client-info {
  margin: 0 auto;
  width: 45%;
  margin-bottom:50px;
}

@media (max-width: 768px) {
  .client-info {
    width: 90%;
  }
}

.client-comment p {
  color: #610B38;
  font-size: 18px;
}

.client-thumb img {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 115px;
  width: 100%;
}

.client-meta {
  margin: 0 0 10px;
}

.client-meta h3 {
  margin: 15px 0 5px .0;
}

.client-meta span {
  font-size: 12px;
}

.owl-pagination,
.owl-buttons {
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: transparent;
  border: 2px solid #D8D8D8;
  border-radius: 50px;
  display: block;
  height: 13px;
  margin: 0 4px;
  width: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #86B404;
  border: 2px solid transparent;
}

.our-clients {
  margin: 30px 0 0;
}

.our-clietns .item img {
  max-width: 150px;
  width: 100%;
}

.our-clietns .owl-next,
.our-clietns .owl-prev {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: inline-block;
  margin: 45px 0 0;
  padding: 3px 15px;
  position: relative;
  text-align: center;
}

.our-clietns .owl-next i,
.our-clietns .owl-prev i {
  line-height: 34px;
}

.our-clietns .owl-prev {
  margin-right: 15px;
}

.our-clients .item {
  margin: 10px;
}


/*=================================================================
  Footer section
==================================================================*/
.social-icon {
  padding: 20px 0 35px;
}

.social-icon ul {
  text-align: center;
}

.social-icon ul li {
  margin-bottom: 4px;
}

.social-icon ul li:hover a {
  background-color: #86B404;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.social-icon ul li:hover a i {
  color: #D8D8D8;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.social-icon ul li a {
  background-color: #26292e;
  border: 1px solid transparent;
  display: block;
  height: 50px;
  width: 50px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  transition: all 400ms ease-out 0s;
  border-radius:0em 2em 2em 2em;
}

.social-icon img {
  padding-top:0.5em;	
  height:3em;
  width:auto;
}


@media (max-width: 768px) {
  .social-icon ul li a {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 768px) {
.social-icon img {
  padding-top:0.5em;	
  height:3em;
  width:auto;
}

.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size:2em;
  line-height: 50px;
  margin: 0 ;
  opacity: 1;
  filter: alpha(opacity=30);
  -webkit-transform: rotateY(00deg);
          transform: rotateY(00deg);
  transition: all 400ms ease-out 0s;
}

@media (max-width: 768px) {
  .social-icon ul li a i {
    line-height: 55px;
    font-size: 25px;
  }
}

.copyright {
  padding: 20px 0;
  color: #D8D8D8;
}

.copyright img {
  margin-bottom: 15px;
}

.copyright p {
  margin-top: 10px;
}






