.text-xs {
    font-size: 13px !important;
}

.text-s {
    font-size: 17px !important;
}

.clients-carousel .owl-item a {
    opacity: 1.0;
}

.menu-extras > .menu-item > div > div > a {
    margin-top: 22px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.inner-nav > li > a {
    font-size: 14px;
    color: rgb(252, 252, 252);
}

.submenu {
    font-size: 15px;
}

@media (min-width: 992px) {
    /* Collapse main-nav */
    .header-small .main-nav-toggle,
    .header-small .inner-nav > li > a,
    .header-small .menu-extras .menu-item a {
        padding-top: 12px;
        padding-bottom: 12px;
    }/* Header transparent */

    .header-small .menu-extras .menu-item .btn-list a {
        margin-top: 5px;
        padding: 9px 19px 9px;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
    }
}

@media (max-width: 991px) {
    .inner-nav > li > a {
        color: rgb(0, 0, 0);
    }
}

.module-header {
    margin: 0 0 0px;
}

.min-width-70
{
    min-width: 70%;
}

.min-vh-55
{
    min-height: 55vh;
}

.m-l-5 {
    margin-left: 5%
}

.m-r-3 {
  margin-right: 3%
}

.m-r-10 {
  margin-right: 10%
}

.header {
    background: #000000d4;
}

.search-form:after {
    font-size: 22px;
    color: white;
    opacity: 0.7;
}

.search-form-inner input {
    border: 2px solid rgba(146, 146, 146, 0.147);
    font-size: 30px;
    text-align: left;
}

.search-form-inner input:focus {
    border-color: rgba(146, 146, 146, 0.647);;
}

/* --- [Transparent Form Placeholders] --- */

input.form-control.form-transparent::-webkit-input-placeholder {
    color: rgb(133, 133, 133) !important;
}

input.form-control.form-transparent::-moz-placeholder {
    color: rgb(133, 133, 133) !important;
}

input.form-control.form-transparent:-moz-placeholder {
    color: rgb(133, 133, 133) !important;
}

input.form-control.form-transparent :-ms-input-placeholder {
    color: rgb(133, 133, 133) !important;
}

/* --- [Serch Form Placeholders] --- */

.search-form-inner input::-webkit-input-placeholder {
    color: rgb(133, 133, 133) !important;
}

.search-form-inner input:focus::-webkit-input-placeholder {
    color: rgb(133, 133, 133) !important;
}

.search-form-inner input::-moz-placeholder {
    color: rgb(133, 133, 133) !important;
}

.search-form-inner input:focus::-moz-placeholder {
    color: rgb(133, 133, 133) !important;
}

.search-form-inner input:-moz-placeholder {
    color: rgb(133, 133, 133) !important;
}

.search-form-inner input:focus:-moz-placeholder {
    color: rgb(133, 133, 133) !important;
}

.search-form-inner input:-ms-input-placeholder {
    color: rgb(133, 133, 133) !important;
}

.search-form-inner input:focus:-ms-input-placeholder {
    color: rgb(133, 133, 133) !important;
}

.inner-nav > li > a:hover, .inner-nav > li > a:focus, .inner-nav > li.submenu-open > a {
    color:rgb(133, 133, 133);
}


.menu-extras {    
    box-shadow: none !important;
    -webkit-transition: box-shadow 0.3s ease-out 0.125s;
    transition: box-shadow 0.3s ease-out 0.125s;
}

.header.header-transparent .menu-extras {
    box-shadow: -none;
    -webkit-transition: box-shadow 0s ease-out;
    transition: box-shadow 0s ease-out;
}

.owl-page.active span {
    background: transparent;
    box-shadow: 0px 0px 0px 3px #fffefe;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 0.9;
}

.nav-icon-toggle span {
    background: #ffffff;
}

.main-nav-toggle {
    border-left: 0px solid #f5f5f5;
}
in
.form-control {
    color: #5f5d5d;
}

.work-caption {
    opacity: 1;
    padding: 10px;
 }

 .item-border-gray {
    border: 1px solid #c7c5c5;
}

.img-thumb-container {
    display: flex;
    justify-content: center;
    height: 220px;    
    background-color: rgb(242, 242, 242);    
    align-items: center;
}

.img-thumb-center {    
    height: 200px;
}

.p-b-6 {
    padding-bottom: 6px;
}

.p-l-0 {
    padding-left: 0px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-t-10 {
    padding-top: 25px !important;
}

.textsearch-highlight {
  background-color: rgba(255, 255, 0, 0.3);
  /*vertical-align:top;*/
}

#spinner {
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 1000;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #7c7d7e;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.page-loader {
  background: rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  background-color: transparent;
  border: 5px solid #eee;
  border-radius: 50%;
}

.modal-image {
  cursor: pointer;  
}

.modal-image:hover {
    text-decoration:underline !important;
}

/* Circle hover animation */
.circle-img-hover figure {
	position: relative;
}
.circle-img-hover figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.circle-img-hover figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}


.circle-img-hover span {
	position: absolute;
	bottom: -20px;
	left: 0;	
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}

figure:hover+span {
	bottom: -25px;
	opacity: 1;
}

