/*
  Theme Name: Diodoro Edilfer
  Author:CommunicaTeam - Mauro Gallinaro
  Support: info@communicateam.it
  Version: 1.0
*/


/* CSS Index
-----------------------------------
1. Theme default css
2. Header css
3. Slider css
4. About css
5. Cpunter css
6. Services css
7. Cta CSS
8. Works css
9. Why Choose css
10. Team CSS
11. Testimonial css
12. Pricing css
13. Brand css
14. Blog css
15. Contact css
16. Footer css
17. Preloader css
*/


/* 1. Theme default css */


@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
body {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	line-height: 26px;
	font-size: 16px;
	color: #212127
}

img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	font-family: 'Poppins', sans-serif;
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
	color: #4644b6;
	outline: medium none;
}

a:hover,
button:hover {
	text-decoration: none;
	color: #4644b6
}

button.btn.btn-link {
	text-decoration: none;
}

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

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	border-top: 0;
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	border-color: #e5e5e5;
	color: #666666;
	padding: 15px 0;
}
.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}


ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

p {
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::-webkit-input-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*:-ms-input-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.white-color {
	color: #fff
}

.rancho-btn {
	background: #ff7f01;
	display: inline-block;
	padding: 12px 45px;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
        color: #ffffff !important;
}

.rancho-btn:hover {
	background: #4644b6;
	color: #fff;
}

.rancho-btn-shadow {
	box-shadow: 0px 0px 26px 2px rgba(178, 178, 178, 0.25);
}

.overlay-gradient,
.black-overlay {
	position: relative;
	z-index: 1;
}

.overlay-gradient:after {
	background-color: #4644b6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: -1;
}

.black-overlay:after {
	background: #666666;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: -1;
}

a.readmore-btn {
	color: #202020;
	font-weight: 600;
	position: relative;
}

a.readmore-btn:hover {
	color: #4644b6
}

a.readmore-btn:after {
	position: absolute;
	right: -50px;
	bottom: 5px;
	content: "";
	background: #cccccc;
	height: 1px;
	width: 40px;
}

.section-bg {
	    background-color: #f7f7fd;
}


.section-title-content p {
	margin-bottom: 0;
}

/* 2. Header css */
header#header.normal-header {
	position: inherit;
	background: #fff;
}

.normal-header .mainmenu ul li a {
	color: #333 !important;
}

.normal-header .logo h1 a {
	color: #333;
}

@-webkit-keyframes header_sticky {
	0% {
		margin-top: -150px;
	}
	50% {
		margin-top: -130px;
	}
	100% {
		margin-top: 0;
	}
}

@keyframes header_sticky {
	0% {
		margin-top: -150px;
	}
	50% {
		margin-top: -130px;
	}
	100% {
		margin-top: 0;
	}
}

.sticky-header {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .084);
	z-index: 99;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-animation-name: header_sticky;
	animation-name: header_sticky;
	-webkit-animation-duration: 0.60s;
	animation-duration: 0.60s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

header#header.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .084);
}

.sticky-header .logo h1 a {
	color: #ff7f01;
}

.sticky-header .mainmenu ul li a {
	color: #333;
}

.sticky-header .mainmenu ul li:after {
	background: #333;
}

header#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
        border-bottom: 4px solid #ff7f01;
	background: #ffffff;
}

.bg-light {
	background-color: transparent !important;
}

.navbar {
	padding: 0;
}

.mainmenu {
	text-align: right;
}

.normal-header .mainmenu ul li:after {
	background: #ff7f01
}

.mainmenu ul li {
	display: inline-block;
	position: relative;
}

.mainmenu ul li:after {
	position: absolute;
    bottom: 0;
    left: 0;
	background: #ff7f01;
	width: 0;
	content: "";
	height: 20px;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .39s;
	transition: .39s;
}

.mainmenu ul li:hover:after,
.mainmenu ul li.active:after {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 100%;
	background: #ff7f01;
}

.mainmenu ul li a {
    color: #333333 !important;
    font-family: 'Poppins', sans-serif;
    padding: 25px 18px !important;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.logo {
	margin-top: 15px;
}

.logo h1 a {
	color: #ff7f01;
	font-size: 30px;
}

.logo h1 {
	margin: 0px;
}


/*3.Slider  CSS*/

.rancho-hero-item-creaative {
	background-image: url(assets/images/sliders/creative.jpg);
}

.rancho-hero-item-bg {
	background-image: url(assets/images/sliders/slider-1.jpg);
}

.rancho-slider-item-bg-1 {
	background-image: url(assets/images/sliders/slider-1.jpg);
}

.rancho-slider-item-bg-2 {
	background-image: url(assets/images/sliders/slider-2.jpg);
}

.rancho-slider-item-bg-3 {
	background-image: url(assets/images/sliders/slider-3.jpg);
}

.owl-carousel .owl-nav div {
	position: absolute;
	top: 50%;
	font-size: 18px;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	line-height: 31px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 65px;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.owl-carousel .owl-dots {
	bottom: 60px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.owl-carousel .owl-dot {
	border: 0px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 0px;
	margin: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0px;
	position: relative;
}

.owl-carousel .owl-dot.active:after {
	position: absolute;
	top: -5px;
	left: -5px;
	width: auto;
	height: auto;
	content: "";
	border: 0px solid #fff;
	padding: 8px;
	border-radius: 50%;
}


.owl-carousel .owl-dot.active {
	background: #fff;
}

.owl-carousel .owl-nav div.owl-next {
	right: 65px;
	left: auto;
}

.owl-carousel .owl-nav div:hover {
	background: #fff;
	color: #4644b6;
}

.rancho-hero-item {
	background-size: cover;
	background-position: center;
	height: 650px;
}

.rancho-hero-item-creaative {
	background-image: url(assets/images/sliders/creative.jpg);
	background-position: center bottom;
}

#rancho-hero-area {
	position: relative;
}

#rancho-hero-area:after {
	background-image: url(assets/images/hero-shape.png);
	position: absolute;
	content: "";
	bottom: -61px;
	left: 0;
	width: 100%;
	height: 210px;
	z-index: 2;
	background-position: center;
	background-size: cover;
}

.rancho-hero-item-table {
	display: table;
	width: 100%;
	height: 100%;
}

.rancho-hero-item-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.hero-text {
	position: relative;
	z-index: 5;
}

.hero-text h1 {
	font-size: 48px;
	margin-bottom: 30px;
}

.hero-text p {
	color: #fff;
	font-size: 20px;
}

a.uppercase.rancho-btn.slide-btn {
	margin-top: 15px;
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.count-particles {
	color: #fff
}

#video-area {
	position: relative;
	overflow: hidden;
}

.video-background {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	width: auto;
	height: 100;
}

/*3.About CSS*/

.about-img {
    position: relative;
}

.about-img i {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: none;
	color: #ff7f01;
	border-radius: 0;
}
#pills-tab .nav-link {
    position: relative;
}
#pills-tab .active.nav-link:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    background: #ff7f01;
}
.nav-pills .nav-link {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding-top: 0;
}

.nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*5.Counter Bg*/

.counter-bg {
	background-image: url(assets/images/cta-bg.jpg);
	background-size: cover;
	background-position: center;
}

.counter-item span {
    color: #fff;
    font-weight: 700;
}
.counter-item {
    position: relative;
    padding-left: 80px;
}
.counter-item i {
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 60px;
    color: #fff;
}
/*6. Services css*/

.single-service-box {
        box-shadow: 0px 0px 26px 2px rgba(178, 178, 178, 0.25);
    position: relative;
    padding-left: 95px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}
.single-service-box:hover {
    background: #ff7f01;
}
.single-service-box i {
    display: block;
    position: absolute;
    left: 25px;
    font-size: 50px;
}
.single-service-box:hover h6, .single-service-box:hover p, .single-service-box:hover a, .single-service-box:hover i{
    color: #fff;
}
.single-service-box h6 {
    color: #292929;
    display: inline-block;
    margin-bottom: 10px;
}


/*7.Cta CSS*/

.cta-bg {
	background-image: url(assets/images/cal-bg.jpg);
}


/*6.Works css */

.single-work-box {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.work-overlay span {
	color: #fff;
}

.work-filter ul li:hover,
.work-filter ul li.active {
	   background: #75c305;
}

.work-overlay h3 {
	margin: 0;
}

.single-work-box:after {
	z-index: auto;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .3s;
	transition: .3s;
}

.single-work-box.overlay-gradient:after {
	background-image: -webkit-linear-gradient(top, #517bdf, #4644b6);
	background-image: linear-gradient(to bottom, #517bdf, #4644b6);
}

.single-work-box.black-overlay:after {
	background: #000;
}

.single-work-box img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s;
	transition: .4s;
}

.single-work-box:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.single-work-box.overlay-gradient:hover:after {
	visibility: visible;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.single-work-box.black-overlay:hover:after {
	visibility: visible;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.work-filter {
	background: #4644b6;
    padding: 10px 0;
    margin-bottom: 50px;
}

.work-filter ul li {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    padding: 0 15px;
    border-radius: 20px;
}

.work-overlay {
	position: absolute;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.single-work-box:hover .work-overlay {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.work-overlay h3 span {
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-top: 10px;
}

/*9.Why Choose css*/
.single-icon-box i {
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.single-icon-box {
    position: relative;
    padding-left: 65px;
}

#why-choose:after {
	background-image: url(assets/images/why-choose.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 45%;
	height: 100%;
}

#why-choose {
	position: relative;
}

/*10.Team CSS*/

.team-box {
    margin-bottom: 30px;
    box-shadow: 0 5px 15px 0 rgb(236, 236, 236);
}
.team-title {
    margin-bottom: 15px;
}

.team-title h5 {
    margin-bottom: 0;
}
.team-social-profile a i.fa {
    color: #fff;
    display: inline-block;
    padding: 7px 5px;
    -webkit-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    line-height: 27px;
}
.team-info i.fa.fa-facebook,
.team-list-info i.fa.fa-facebook {
	background: #3B5998;
}

.team-info i.fa.fa-twitter,
.team-list-info i.fa.fa-twitter {
	background: #55ACEE;
}

.team-info i.fa.fa-instagram,
.team-list-info i.fa.fa-instagram {
	background: #BB35A4;
}

.team-info i.fa.fa-google-plus,
.team-list-info i.fa.fa-google-plus {
	background: #E54B3D;
}

.team-info i.fa.fa-linkedin,
.team-list-info i.fa.fa-linkedin {
	background: #0080C6;
}

.team-info i.fa.fa-skype,
.team-list-info i.fa.fa-skype {
	background: #00A7E4;
}

.team-info i.fa.fa-youtube-play,
.team-list-info i.fa.fa-youtube-play {
	background: #FF040F;
}

.team-info i.fa.fa-behance .team-list-info i.fa.fa-behance {
	background: #0064F8;
}

.team-info i.fa.fa-dribbble,
.team-list-info i.fa.fa-dribbble {
	background: #F24B87;
}

.team-info i.fa.fa-flickr,
.team-list-info i.fa.fa-flickr {
	background: #FF0081;
}

.team-info i.fa.fa-vimeo,
.team-list-info i.fa.fa-vimeo {
	background: #A6D560;
}

.team-info i.fa.fa-tumblr,
.team-list-info i.fa.fa-tumblr {
	background: #2E4F6B;
}

/*11.Testimonial CSS*/


.testimonial-content p {
	font-size: 16px;
    margin-bottom: 0;
}

.testimonial-authore img {
	width: 80px !important;
    height: 80px;
    border-radius: 50%;
}
#rancho-testimonial.owl-carousel div.owl-item img {
    display: unset;
}
.authore-info h5 {
	margin: 0;
}
.authore-info span {
    color: #4644b6;
}
.quote i {
    color: #4644b6;
    font-size: 30px;
}

/*12.Pricing Table*/
.pricing-table-item {
    box-shadow: 0px 0px 26px 2px rgba(178, 178, 178, 0.25);
    padding: 30px;
}
.pricing-table-item ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.pricing-table-item ul li:after {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\eed7";
    font-family: icofont;
    color: #4644b6;
}
.pricing-head h3 {
    margin-bottom: 0;
}

.pricing-table-item ul li:last-child {
    margin-bottom: 0;
}
.price h3 {
    display: inline-block;
}
.pricing-table-item.active {
    background: #666666;
    color: #fff;
}

.pricing-table-item.active ul li:after {
    color: #fff;
}

.active .pricing-head h3 {
    color: #fff;
}

.active .price h3 {
    color: #fff;
}
.price span {
    margin-left: 5px;
}
/*13.Brand Css*/

#rancho-brand .col-lg-2 {
	width: 100%;
}

.brand-item-table {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.brand-item-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.brand-item img {
	max-width: 74px;
	width: auto !important;
}

.brand-item {
	height: 100%;
}

/*14.Blog Css*/

.blog-info {
	padding-top: 20px;
}

.blog-info h5 {
	line-height: 28px;
	font-weight: 500;
}

.blog-info p {
	line-height: 28px;
}


/*15.Contact CSS*/

#google-map {
	height: 500px;
}

.contact-info {
	background: -webkit-linear-gradient(top, #517bdf, #4644b6);
	background: linear-gradient(to bottom, #517bdf, #4644b6);
	padding: 50px;
}

.contact-info p {
	font-size: 16px;
	line-height: 24px;
}

.contact-info p:last-child {
	margin-bottom: 0;
}

.form-control:focus {
	background-color: #fff;
	border-color: inherit;
	outline: 0;
	box-shadow: none;
	color: #4644b6;
}


.contact-form textarea {
	border: none;
	border-bottom: 1px solid;
	border-radius: 0;
	border-color: #e5e5e5;
	color: #666666;
}
.submit-btn{
    margin-bottom: 0;
}
input.rancho-btn.rancho-btn-shadow.submit-btn {
	border: none;
}


/*16.Footer Css*/
.footer-top {
	    background-color: #18172c;
}
.footer-social-link a {
    border: 2px solid #cececf;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    color: #666666;
    line-height: 31px;
    margin: 0 5px;
    text-align: center;
}

.footer-social-link a:hover {
    background: #4644b6;
    border-color: #4644b6;
    color: #fff;
}

.footer-social-link {
	margin-top: 20px;
}
.footer-widget.recent-post-widget img {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-item i {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 5px;
}
.instagram-widget ul li {
    display: inline-block;
}

.instagram-widget ul li img {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
}
.contact-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}

.contact-item p {
    margin-bottom: 0;
}

.contact-item:last-child {
}
.footer-widget.recent-post-widget ul li {
    position: relative;
    padding-left: 78px;
    margin-bottom: 35px;
}
.widget-title {
    color: #fff;
    margin-bottom: 25px;
}
.footer-widget.recent-post-widget .post-info {
    color: #fff;
}

.footer-widget.recent-post-widget .post-info span {
    color: #999;
    font-size: 15px;
}

.footer-widget.recent-post-widget .post-info h6 {
    color: #fff;
    margin-bottom: 0;
}

.footer-widget.recent-post-widget ul li:last-child {
    margin: 0;
}
.footer-widget {
    color: #fff;
}
.footer-copyright {
	position: relative;
}

.scrollUp {
	position: absolute;
	top: -50%;
	right: 0;
	background: #fff;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	font-size: 21px;
	margin-top: -25px;
	color: #4644b6;
	cursor: pointer;
	box-shadow: 0px 0px 26px 2px rgba(178, 178, 178, 0.55);
	line-height: 38px;
        font-size: 0px;
}

.scrollUp:hover {
	background: #4644b6;
	color: #fff;
}

.footer-copyright {
	background: #ff7f01;
}

.footer-copyright p {
	color: #fff;
	margin-bottom: 0;
}


/*17.Preloader Css*/

.spinner {
  width: 40px;
  height: 40px;
  background-color: #fff;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.rancho-preloader {
	background: #4644b6;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
}

.rancho-preloader .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.logo img {
  max-height: 180px;
}

.section-title-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-title-heading a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
}

.section-title-heading a img {
  max-width: 100%;
  height: auto;
}