/* ***********************************************************************************************

   Created by Mohamad Fala.

   https://mohamadfala.com

   mohamadfala@gmail.com

   ******************************************************************************************** */




   @font-face {
     font-family: 'papa';
     src: url('../fonts/papa.ttf') format('truetype');
   }
   @font-face {
     font-family: 'light';
     src: url('../fonts/pnl.otf') format('opentype');
   }

@font-face {
  font-family: 'regular';
  src: url('../fonts/pnr.otf') format('opentype');
}

@font-face {
  font-family: 'Bold';
  src: url('../fonts/pnsb.otf') format('opentype');
}

@font-face {
  font-family: 'din';
  src: url('../fonts/din.ttf') format('truetype');
}




::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 200px;
    background: #999;
}
html {
  overflow-x: hidden;
}
body {
	font-family: 'regular' !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: din !important;
}


.p1 {
  padding-top: 14px !important;
  padding-left: 15px !important;
  padding-left: 15px !important;
}

.overlay {
	width: 100%;
  max-height: 670px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: #1e1b15;
	opacity: 0.92;
}

.explore {
}
.explore h3 {
  color: #333;
  font-family: bold !important;
  font-size: 30px;
  margin-bottom: 10px;
}

.explore p {
  color: #333;
  opacity: .8;
  font-size: 15px;
  font-family: light !important;
}




.button {
  background: #e76b45;
  padding: 15px 35px;
  border-radius: 3px;
  border: 0px solid #e76b45;
  font-family: bold;
  font-size: 15px;
  color: #fff;
}

.button:hover {
  background: #7fbad0;
  color: #fff;
}

.button-white {
  background: #fff;
  padding: 15px 35px;
  border-radius: 3px;
  border: 1px solid #fff;
  font-family: bold;
  font-size: 15px;
  color: #f05670;
}

.button-trans {
  background: transparent;
  padding: 13px 35px;
  border-radius: 3px;
  border: 2px solid rgba(255,255,255,0.28);
  font-family: bold;
  font-size: 15px;
  color: #f7f7f7;
}


.button-trans1 {
  background: #eadec4;
  padding: 15px 35px;
  border-radius: 3px;
  border: 0px solid #eadec4;
  font-family: bold;
  font-size: 15px;
  color: #221e16;
  transition: all 0.2s ease-in-out 0s;
}

.button-trans1:hover {
  background: rgba(255,255,255,0.48);
  color: #333 !important;
}

.button-trans1:hover {
  background: rgba(255,255,255,0.9);
  padding: 15px 35px;
  border-radius: 3px;
  border: 0px solid #fff;
  font-family: bold;
  font-size: 15px;
  color: #f05670;
}

.button-green {
  background: #76c591;
  padding: 15px 35px;
  border-radius: 3px;
  border: 0px solid #fff;
  font-family: bold;
  font-size: 15px;
  color: #fff;
}


.secvideo {
  width: 100%;
  display: none;
}


.video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;

    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.section1 {
  background: #fdfdfd;
  width: 100%;

}

.section1 h3 {
  color: #000;
  margin-top: 0px;
  margin-bottom: 2px;
}

.section1 p {
  font-size: 18px;
  font-family: light;
}

.section1 img {
  width: 30%;
}

.section1 h5 {
  color: #000;
  font-family: bold !important;
  font-size: 20px;
  margin-top: 15px !important;
}


.video-section {
  height: 600px;
  background: #fff;
}

.video-section h3 {
  color: #000;
  text-transform: uppercase;
}



.logo1 {
  display: none !important;
}
.logoo {
  display: block;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.transparent ul li a {
  color: #fff !important;
  font-family: regular !important;

}

.sliderh1 {
  color: #96d9f1;
font-size: 55px;
font-family: bold !important;
margin-top: 150px;
}

.home-header {
  width: 100%;
  height: 670px;
  background: url('../img/b2.jpg');
  background-size: cover;
  background-position: bottom;
}

.home-header h1 {
  color: #eadec4;
font-size: 55px;
font-family: bold !important;
}
.home-header p {
  color: #eadec4;
  font-family: light !important;
  font-size: 18px;
}


.home-logo {
  width: 164px;
}

.search {
  border: 0px solid #fff;
  border-radius: 3px;
  margin-top: 4px;
  background: rgba(255, 255, 255, 0.2);
  height: 39px;
  width: 220px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-family: regular;
  transition: width 0.5s; /* Animation time */
  -webkit-transition: width 0.5s; /* For Safari */
}

.searchy {
  border: 1px solid #e0e0e0;
  color: #333 !important;
  background: rgba(0, 0, 0, 0.05);
}

.search:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  width: 300px;
}

.header-search::-moz-placeholder {
    color: #e2e2e2;
    opacity: 1
}
.header-search:-ms-input-placeholder {
    color: #e2e2e2
}
.header-search::-webkit-input-placeholder {
    color: #ccc;
    font-family: ultra;
}

.header-search {
	border-radius: 300px;
	padding: 10px 20px;
    border: none;
    position: absolute;
    top: 8.5px;
    margin-left: 110px;
    width: 300px;
    border: 1px solid #e2e2e2;
        background-color: #fdfdfd;
        transition: all 0.2s ease-in-out 0s;
}

.header-search:focus {
  outline: none !important;
  border: 1px solid #999;
  color: #777;
      background-color: #fff;
      transition: all 0.2s ease-in-out 0s;
}
.search-btn {
	opacity: .4;
    background: url(../img/sr.png) no-repeat;
    cursor: pointer;
    position: absolute;
    top: 22px;
    left: 618px;
    width: 13px;
    height: 13px;
    border: none;
}

.navlinks a {
  padding: 10px 20px;

}

.navlinks a img {
  opacity: .76;
  width: 25px !important;
}
.navlinks a img:hover {
  opacity: .996;
}





.testimonials {
  background: url('../img/h3.png');
  background-size: cover;
  height: 560px;
}

.circle {
	margin-top: -21px;
	border-radius: 200%;
	width: 120px;
	height: 120px;

}

.qt {
	position: relative;
	top: 10%;
	left: -56px;
}

.cirdiv {

	border: 1px solid #aaaaaa;
	border-radius: 200%;
width: 136px;
	height: 136px;
}

.testimonials .quote-author {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  width: 250px;
  margin-top: 0px;
}
.testimonials .quote-author img {
  max-height: 60px;
  float: left;
  display: inline-block;
  margin-right: 16px;
}
.testimonials .quote-author h6 {
  display: inline-block;
  margin-bottom: 0;
  line-height: 18px;
  padding-top: 14px;
}
.testimonials .quote-author span {
  display: block;
  line-height: 18px;
}

.btny {
	background: #f71919;
	border-radius: 3px;
	color: #fff;
	font-family: regular;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	transition: all 0.3s ease 0s;

}

.btny:hover {
	background: #e13462;
	color: #fff;


}

section {
	padding: 80px 0px;
}

.app {
	position: absolute;
	right: 0px;
}


.white-bg {
	background: #fff;
}

.grey-bg {
	background: #f1f2f6;
}

.dark-bg {
	background: #1a2342;
	color: #fff !important;
}

footer {
	padding: 30px 0px;
	background: #0c0c0c;
	color: #fff !important;
	font-family: light !important;
}

footer h3 {
  color: #a8a8a8;
  font-family: light !important;
  font-size: 17px;
}

footer p {
  line-height: 30px;
  color: #fff;
}

.subscribe .email {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  border: 0px solid #fff;
  padding: 15px 20px;
  width: 70%;
}

.subscribe .submit {
  background: #92d8f1;
  color: #fff;
  padding: 15px 45px;
  border-radius: 3px;
  border: 0px;
}
.circle {
	border-radius: 200px;
}
.searchText {
	padding-left: 30px;
	padding-right: 30px;
	font-family: regular !important;
	font-size: 18px;
}

.searchIcon {
	height: 30px !important;
	width: 30px !important;
	background: url('search.png') !important;
	background-size: contain !important;
	background-position: center;
	z-index: 99999999px;

}


.social-links {
	color: #fff;
	margin: 0px 5px !important;
	border-radius: 200px;
	border: 2px solid #fff;
	font-size: 20px;

}
.social-links:hover {
	color: #f71919 !important;
	border: 2px solid #f71919;
    transition: all 0.3s ease 0s;
}

.fb {
	padding: 4px 10px;
}
.tw {
	padding: 4px 7px;
}
.in {
	padding: 4px 7px;
}

.active1 {
	color: #f71919 !important;
}
.footer-links a {
	color: #fff;
	margin: 0px 10px;
	transition: all 0.3s ease 0s;
}

.footer-links a:hover {
	color: #f71919 !important;
}

.text1 {
	font-family: hairline;
	font-size: 30.4px;
	text-transform: uppercase;
	color: #cacaca;
}






.services {
  background: #fff !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.services h3 {
  color: #fff;
}

.services p {
  color: #f7f7f7;
  font-family: light;
}

.services img {
  width: 30%;
}

.buy {
  background: #92d8f1;
  padding: 150px 80px;
}
.sell {
  background: #b2df47 !important;
  padding: 150px 80px;
}

.help {
  font-size: 18px !important;
  font-family: regular !important;
  color: #f7f7f7 !important;

}

.contact {
  background: #f7f7f7;
}
.white-nav {
  background: rgba(255,255,255,0.96);;
  border-bottom: 0px solid #e2e2e2;
}


.helplink {
  padding-top: 13.45px;
padding-bottom: 6px;
padding-right: 11px;
padding-left: 15px;
}

.clients {
  background: #fff;
  padding: 40px 0px;
}

.clients p {
  font-family: din !important;
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  opacity: .9
}

footer a {
  color: #e2e2e2;
}

footer i {
  margin-right: 15px;
}
.loginBtn {
  border-radius: 3px;
  background: rgba(146,216,241,.9);
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #fff !important;
  font-family: bold !important;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-left: 15px;
  border: 0px solid rgba(146,216,241,.9);
  font-size: 9px;

}

.loginBtn:hover {
  color: #fff !important;
  background: #7fbad0 !important;
  border: 0px solid #c1e75f;
}


.messages {
  width: 330px;
}

/* Dropdown Button */
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown1 {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    z-index: 999999 !important;
    border: 1px solid #eee;
    min-width: 160px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.09);
}

.dropdown-content:before {
  position: absolute;
top: -7px;
left: 13px;
content: "";
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #eee;
display: inline-block;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
color: #999;
}

/* Show the dropdown menu on hover */
.dropdown1:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown1:hover .dropbtn {
    background-color: #3e8e41;
}

.followers {
  display: none;
}
@media (max-width: 767px) {
  .transparent ul li a {
    color: #555 !important;
  }



  .mobile-center {
    text-align: center;
  }

  .main-header {
    height: 1000px;
  }


  #loginForm {
    padding: 0px 20px;
  }


	.white-nav {
	    background: #fff !important;
    }
	.dark-nav {
		color: #fff !important;
	}
}

.iphone {
  margin-top: 0px;
  position: relative;
  display: block;
  width: auto;
  height: 435px;
  background: url('../img/iphone1.png') no-repeat top;
  background-size: contain;
}

.s1 {
  top: 100px;
    left: 170px;
    position: relative;
    display: block;
    width: 240px;
    height: 350px;
  background: url('../img/s1.gif') no-repeat top;
}
/* --- Animated Phone Loader --- */
#phone {
  margin-top: 0px;
	position: relative;
  display: block;
  width: auto;
  height: 235px;
  background: url('../img/5P44rAn.png') no-repeat top;
}
#receiver {
  position: relative;
  width: auto;
  height: 100px;
  background: url('../img/2xR6R85.png') no-repeat top;

  &.calling {
    -webkit-animation:
      Rotate 1500ms linear 1000ms infinite;
    animation:
      Rotate 1500ms linear 1000ms infinite;
  }
}
@-webkit-keyframes Rotate {
  0% {transform:rotate(0deg);}
  0% {top: 0px}
  3% {transform:rotate(-5deg);}
  6% {transform:rotate(0deg); top:-3vh;}
  9% {transform:rotate(5deg);}
  12% {top: 0px}
   15% {transform:rotate(-5deg);}
  18% {transform:rotate(0deg); top:-1vh;}
  21% {transform:rotate(5deg);}
  25% {top: 0px}
  25% {transform:rotate(0deg);}
}
@keyframes Rotate {
  0% {transform:rotate(0deg);}
  0% {top: 0vh}
  3% {transform:rotate(-5deg);}
  6% {transform:rotate(0deg); top:-18px;}
  9% {transform:rotate(5deg);}
  12% {top: 0vh}
   15% {transform:rotate(-5deg);}
  18% {transform:rotate(0deg); top:-8px;}
  21% {transform:rotate(5deg);}
  25% {top: 0vh}
  25% {transform:rotate(0deg);}
}



.apply {
  height: 250px;
  width: 100%;
  background: url('../img/apply.jpg');
  background-size: cover;
}

.apply h1 {
  color: #fff;
}

.aform {
  background: #fff;
}

.cola {
  width: 100% !important;
  background: #f05670;
  padding: 14px 15px;
  border: 1px solid #f05670;
  border-radius: 3px;
  color: #fff;
}
.cola:hover {
  background: #508ac8;
  border-color: #508ac8;
}
.cola:focus {
  outline: none;
}

.tabbtn1 {
  width: 49.5%;
  float: left !important;

}
.tabbtn2 {
  width: 50%;
  float: right !important;


}

.tabb1 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-radius: 0px !important;
}

.tabb2 {
  border-radius: 0px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.nav-pills .active {
  background: #fff;
}

.searchHeader {
  padding-top: 100px;
  padding-bottom: 25px;
  background: url('../img/bg1.jpg');
  background-size: cover;
  text-align: center;
  color: #fff;
}

.searchHeader h1 {
  margin-bottom: 5px;
  font-family: bold !important;
  font-size: 30px;
}

.searchHeader p {
  opacity: .7;
  font-family: light;
  font-size: 18px;
  margin-top: 0px;
  padding-top: 0px;
}
.donations a {
  color: #333;
}


.donation-header {
  background-size: contain !important;
  background-position: bottom;
  width: 100%;
  padding-top: 76px;
  padding-bottom: 0px;
}

.donation-header .right {
  background: rgba(255, 255, 255, 0.98);
  padding: 80px 40px;
  padding-right: 110px;
}

.donation-header h4 {
  color: #333;
  font-size: 30px;
  font-family: bold !important;
  margin-bottom: 10px;
  margin-top: 25px;
}

.raised {
  float: left !important;
  position: relative;
  width: 50%;

}

.per {
  float: right;
}

.donatenow {
  background: #92d8f1;
  border-radius: 3px;
  border: 0px;
  font-size: 20px;
  font-family: regular;
  color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.left {
  margin-top: 275px;
  margin-left: 110px;
}
.left h1 {
  color: #fff;
  font-family: bold !important;
  margin-top: 10px;
  font-size: 34px;
}

.left a {
  background: #92d8f1;
    font-size: 10px;
    color: #ffffff;
    font-family: light;
    border-radius: 1px;
    padding: 5px 10px;
}



.stats h1 {
  font-family: bold !important;
  color: #333;
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 3px;
}

.stats p {
  font-family: light;
    opacity: .7;
}






.donation {
  padding: 50px 0px;
}

.socials .linkurl {
  padding: 8px 20px;
    color: #555;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    padding-right: 50px;
    margin-right: 5px;
}

.socials i {
  padding-right: 5px;
}
.socials .twitter {
  background: #2c99d7;
  color: #fff;
  border-radius: 3px;
  padding: 10px 25px;
}
.socials .facebook {
  background: #3b5998;
  color: #fff;
  border-radius: 3px;
  padding: 10px 25px;
}
.socials .google {
  background: #ea4335;
  color: #fff;
  border-radius: 3px;
  padding: 10px 25px;
}




.userInfo .userImg {
  border-radius: 200px;
  width: 65px;
  margin-right: 10px;
  margin-left: 0px;
}

.userInfo p {
  text-transform: uppercase;
  color: #333;
  opacity: .7;
  font-family: light;
  margin-bottom: 0px;
  margin-top: 10px;
}

.userInfo h4 {
  font-family: regular !important;
  color: #333;
  margin-top: 2px;
  margin-bottom: 0px;
}






.aboutd {
  padding-top: 0px;
}

.aboutd .white {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  padding: 25px 25px;
}

.aboutd h2 {
  font-family: regular !important;
  color: #333;
  font-size: 30px;
  margin-top: 0px;

}

.aboutd .p {
  color: #333;
  opacity: .8;
  font-family: light;
  font-size: 14px;
}


.ctb .head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 25px;
  color: #fff;
  font-family: regular;
  font-size: 20px;
  background: #92d8f1;
}

.ctb .body {
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #e2e2e2;
  border-top: 0px;
  padding: 0px 25px;
}

.ctb .person {
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
}

.ctb img {
  width: 50px;
  border-radius: 200px;
}

.ctb span {
  color: #4CAF50;
font-family: bold;
font-size: 15px;
padding-right: 5px;
padding-left: 5px;
}






.catHead {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.categoriesBox h2 {
  font-family: light !important;
  font-size: 27px;
  color: #333;
  margin-top: 0px;
  margin-bottom: 10px;
}


.catSec img {
  width: 30px;
  margin-right: 8px;
}

.catSec a {
  color: #333;
  font-family: light;
  font-size: 18px;

}


.fixedlinks {
  position: fixed;
top: 76px;
border-top: 1px solid #e4e4e4;
left: 0;
/* border: none; */
border-radius: 0;
/* background: transparent; */
width: 100%;
z-index: 2000;
transition: all 0.3s ease 0s;
/* z-index: 9999; */
/* left: 0; */
padding: 15px 0px;
background: #fff;
border-bottom: 1px solid #e2e2e2;
display: none;
}

.toplinks {
  padding: 15px 0px;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}

.toplinks .active {
    border-bottom: 3px solid #92d8f1;
}

.toplinks a {
  color: #333;
  padding-left: 20px;
    padding-right: 20px;
    font-family: regular;
    font-size: 18px;
  /* margin: 40px 0px; */
  padding-bottom: 15px !important;
}



.fixedlinks .active {
    border-bottom: 3px solid #92d8f1;
}

.fixedlinks a {
  color: #333;
  padding-left: 20px;
    padding-right: 20px;
    font-family: regular;
    font-size: 18px;
  /* margin: 40px 0px; */
  padding-bottom: 15px !important;
}

.resultsSection {
  padding-top: 50px;
}
.catSec {
  padding: 12px 0px;
}

.sorting {
  background: #fff;
border-radius: 3px;
border: 1px solid #e2e2e2;
padding: 8px 10px;
margin-left: 10px;
}

.catSec a:hover {
  color: #92d8f1;
}


.facts .num {
  font-family: bold;
  font-size: 18px;
  color: #92d8f1;
}


.loadmore {
  background: #e2e2e2;
  border-radius: 3px;
  border: 0px;
  color: #555;
  padding: 15px 30px;
  width: 40%;
  font-family: regular;
  font-size: 15px;
  margin-top: 50px
}
.facts .name {
  font-family: light;
  font-size: 11px;
  color: #333;
  opacity: .7;
}

.searchHeader select {
  border-radius: 3px;
  background: rgba(255,255,255,0.2);
border: 0px solid #fff;
color: #fff;
}
.byuser {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 12px;
}

.byusera {
  font-size: 12px !important;
}
.usericon {
  background: url(../img/user.png) no-repeat scroll 12px 17px;
    padding-left: 45px;
}
.aticon {
  background: url(../img/at.png) no-repeat scroll 12px 17px;
    padding-left: 45px;
}

.passwordicon {
  background: url(../img/lock.png) no-repeat scroll 12px 17px;
    padding-left: 45px;
}
.yahoo {
  background: url(../img/yahoo.png) no-repeat scroll 12px 17px;
    padding-left: 45px;
}
.skype {
  background: url(../img/skype.png) no-repeat scroll 12px 17px;
    padding-left: 45px;
}

.loginForm input {
  border-radius: 3px !important;

}
.loginForm  {
  border-radius: 3px !important;

}

.facebookbtn {
  background: #3b5998;
  border: 0px solid #3b5998;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  padding: 15px 35px;
}

.forms {
}

.forms h1 {
  color: #333;
  font-family: regular !important;
  font-size: 40px;
  margin-bottom: 5px;
}

.forms .p {
  opacity: .6;
  margin-bottom: 20px;
}

.submitBtn {
  background: #f05670;
    border: 1px solid #f05670;
    border-radius: 3px;
    color: #fff;
    padding: 10px 55px;
}

.owl-item {
      margin: 25px 15px;
}

.item a {
  color: #333;
}
.whiteBox {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e2e2e2;

}
.boxContent {
  padding: 15px 15px;
}

.progressBar {
  width: 100%;
  background: #f7f7f7;
  height: 10px;
}

.progressLine {
  height: 10px;
  background: #e76b45;
}

.counts {
  padding: 0px 15px;
  padding-bottom: 25px;
  padding-top: 10px;
}
.counts p {
  float: left;
  font-family: bold !important;
}
.counts span {
  font-family: light !important;
  opacity: .7;
}
.counts .percentage {
  float: right;
  opacity: .6;
  font-family: light !important;
}



.rcounts {
  padding-top: 15px;
      margin-bottom: 25px;
}
.rcounts p {
  float: left;
  font-family: bold !important;
}
.rcounts span {
  font-family: light !important;
  opacity: .7;
}
.rcounts .percentage {
  float: right;
  opacity: .6;
  font-family: light !important;
}



.progressLine p {
  padding: 10px 15px;
}
.boxContent h4 {
  font-family: bold !important;
}
.boxContent .p {
  font-family: light !important;
  opacity: .8;
}

.boxUser {
  height: 160.141px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  text-align: center !important;
  background: rgba(155, 218, 241,.9);
  transition: all 5.9s ease 5s;
  -webkit-animation: all 5.9s ease 5s;

}

.boxUser img {
  width: 50px;
  height: 50px;
  border-radius: 200px;
  margin-bottom: 10px;
}

.boxUser p {
  color: #f9f9f9;
  font-family: light !important;
  font-size: 12px;
  margin-top: 25px;
}

.boxUser span {
  text-transform: uppercase;
  color: #fff;
  font-family: regular;
  font-size: 15px;
}

.item a:hover .boxUser {
  display: block;
}

#cat .owl-item {
  margin: 0px 0px;
}

.catBox {
  background-size: cover !important;
  text-align: center;
  height: 300px;
}

.catBox h1 {
  padding-top: 90px !important;
  padding-bottom: 30px;
  color: #fff;
  font-family: bold !important;
  font-size: 30px;
}

#cat .owl-controls {
  display: none !important;
}


.catSection {
  padding-top: 0px;
  padding-bottom: 0px;
}

.catSection h1 {
  margin-top: 0px;
}

.commentSec {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  padding-top: 20px;
}
.commentSec img {
  width: 100%;
  border-radius: 100%;

}

.commentSec h4 {
  margin-top: 0px;
  margin-bottom: 10px;
}



.startf .white {
  background: #fff;
  padding: 30px 30px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  margin-bottom: 25px;
}

.help-block {
  font-family: light; font-size:14px; color: #333; opacity: .8;margin-bottom: 0px;  margin-top:13px;
}

.profile-preview {
  font-size: 90px !important;
  opacity: .1;
}


.caty {
  background: #92d8f1;
  padding: 60px 0px;

}

.caty h1 {
  color: #fff;
  font-family: regular !important;
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.caty p {
  font-family: light;
  color: #fff;
  opacity: .7;
  font-size: 18px;
}

.hiw {
  background: #fff;
}

.hiw h2 {
  font-family: bold !important;
  font-size: 25px;
  color: #333;
  margin-bottom: 8px;
}

.hiw p {
  font-family: light;
  font-size: 13px;
  color: #333;
  opacity: .8;
}

.hiw img {
  width: 90px;
}



.hiw h1 {
  font-family: regular !important;
  font-size: 35px;
  color: #333;
  margin-bottom: 8px;
}

.hiw .hp {
  font-family: light;
  font-size: 18px;
  color: #333;
  opacity: .8;
}

.lastsec {
  background: #e76b45;
  padding: 30px 0px;
}
.lastsec h2 {
  font-family: bold !important;
  font-size: 25px;
  color: #fff;
  margin-bottom: 8px;
  margin-top: 5px;
}

.lastsec p {
  font-family: light;
  font-size: 13px;
  color: #fff;
  opacity: .8;
}


.logos {
  padding: 80px 0px;
}
































 /*Logo carousel*/
#clients {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

#clients .clients-wrap {
 display: block;
 width: 95%;
 margin: 0 auto;
 overflow: hidden;
}

#clients .clients-wrap ul {
 display: block;
 list-style: none;
 position: relative;
 margin-left: auto;
 margin-right: auto;
}

#clients .clients-wrap ul li {
 display: block;
 float: left;
 position: relative;
 width: 220px;
 height: 100px;
 line-height: 100px;
 text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
   max-width: 100%;
   max-height: 100%;
   -webkit-transition: 0 linear left;
   -moz-transition: 0 linear left;
   transition: 0 linear left;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
   filter: alpha(opacity=65);
   opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: alpha(opacity=100);
 opacity: 1.0;
}



.hovey {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}


.hovey:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
}






/*

  <div class="container">
    <div class="row">
      <div class="col-md-12 text-center">
        <h1>Our Clients</h1>
      </div>

      <div class="row">
          <div class="col-md-3">
            <a href="https://www.westernunion.com/lb/en/home.html"> <img style="width:200px" src="assets/img/logo1.png" alt=""></a>
          </div>
          <div class="col-md-3"><br><br><br>
            <a href="https://www.bradfordcollege.ac.uk/"> <img style="width:200px" src="assets/img/logo3.png" alt=""></a>
          </div>
          <div class="col-md-3"><br>
            <a href="http://www.bradfordtrident.co.uk"> <img style="width:200px" src="assets/img/logo4.png" alt=""></a>
          </div>
          <div class="col-md-3"><br><br><br>
            <a href="https://www.centrosunico.com/"> <img style="width:200px" src="assets/img/logo5.png" alt=""></a>
          </div>
      </div>
      <div class="row">
        <div class="col-md-3">
          <a href="https://www.ikca.org.uk/"> <img style="width:200px" src="assets/img/logo6.png" alt=""></a>
        </div>
        <div class="col-md-3">
          <a href="http://www.olivegrovefoundation.org"> <img id="iim" style="width:150px;" src="assets/img/logo7.png" alt=""></a>
        </div>
        <div class="col-md-3"><br>
          <a href="http://www.amorablinds.co.uk/"> <img id="iim" style="width:150px;" src="assets/img/logo8.png" alt=""></a>
        </div>
        <div class="col-md-3"><br>
          <a href="http://www.mahmoods.biz/"> <img id="iim" style="width:150px;" src="assets/img/logo9.png" alt=""></a>
        </div>
      </div><br><br>
      <div class="row">
        <div class="col-md-3">
          <a href="http://www.springs.com"> <img style="width:200px" src="assets/img/logo10.png" alt=""></a>
        </div>
        <div class="col-md-3">
          <a href="http://averroespharmacy.com/"> <img id="iim" style="width:150px;" src="assets/img/logo11.png" alt=""></a>
        </div>
        <div class="col-md-3"><br>
          <a href="http://www.averroesdesign.com/"> <img id="iim" style="width:150px;" src="assets/img/logo12.png" alt=""></a>
        </div>
        <div class="col-md-3"><br>
          <a href="http://www.subway.com/en-us/menunutrition/menu"> <img id="iim" style="width:150px;" src="assets/img/logo2.png" alt=""></a>
        </div>
      </div>
    </div>
  </div>
</section>*/
