/*
Theme Name: Cheetah
Theme URI: http://wordpress.org/themes/Cheetah
Author: cheetah
Author URI: http://wordpress.org/
Description: Cheetah website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Cheetah

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.swiper-container {
    width: 100%;
    height: 100vh;
}

.mega-menu .menu-logo img {
    height: 75px!important;
}

.mega-menu.desktopTopFixed .menu-list-items {
	background: white!important;
	box-shadow: 0 0 30px rgba(0, 0, 0, .3)!important;
}

.mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
    color: black!important;
}

.mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a:hover {
    color: #FDB92C!important;
}

@media (max-width: 991px){
.default {
    position: absolute!important;
    background: none!important;
}

.container{
	padding-right: 15px!important; 
	padding-left: 15px!important;
}

}

body{
	font-family: 'Lato', sans-serif!important;
}

@media (min-width: 992px){
.container{
	padding-left: unset!important;
	padding-right: unset!important;
}
}

#back-to-top span {
    display: none!important;
}

#back-to-top i {
    padding-top: 0px!important;
    font-size: 35px!important;
}

#back-to-top .top {
    background: #FDB92C!important;
}

.social-facebook a:hover{
	background: #68B856!important;
}

@media (max-width: 991px){}
.page-title {
    padding-top: 180px!important;
}
}

.page-title {
    padding-top: 190px;
}

.isotope-filters button{
	border-radius: unset;
	border-color: #68B856!important;
	color: #68B856!important;
}

.isotope-filters button:hover{
	color: white!important;
}

.isotope-filters button.active{
	border-radius: unset;
	border-color: #68B856!important;
	color: white!important;
}

.contact-form .section-field:nth-child(4) {
    margin-right: 0px;
}

.contact-form .section-field:nth-child(3) {
    margin-right: 3%;
}

input.wpcf7-form-control.wpcf7-submit.norm-button.theme-btn{
	background: white;
}

@media screen and (max-width: 767px){
footer div.col-lg-6.col-md-6 p.mt-15{
	text-align: center;
}

footer div.social-icons.color-hover.mt-10 ul{
	width: fit-content;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
}

.theme-btn1{
    background: #FDB92C;
    color: white;
    border-radius: 5px;
    padding: 1em 3em;
    text-transform: uppercase;
    border: unset!important;
}

.theme-btn1:hover{
    background: #dca025;
    cursor: pointer;
    color: white!important;
}

.theme-btn2{
    background: #F97221;
    color: white;
    border-radius: 5px;
    padding: 1em 3em;
    text-transform: uppercase;
}

.theme-btn2:hover{
    background: #ce5f1c;
    cursor: pointer;
    color: white!important;
}

.slide-heading{
    color: white;
    font-size: 40px;
    text-align: center;
    line-height: 45px;
    margin-top: 2em;
}

.slide-text{
    color: white;
    font-weight: 100;
    text-align: center;
    margin-top: 1em;
    line-height: 30px;
    font-size: 18px;
}

.slider-btn{
    display: block;
    margin: 0.5em 2em;
}

.large-heading{
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
}

.slide-div{
    max-width: 53em;
}

@media screen and (min-width: 500px){
.slide-heading{
    color: white; 
    font-size: 60px; 
    text-align: center;
    line-height: 85px;
    margin-top: 0em;
}

.slide-text{
    color: white; 
    font-weight: 100; 
    text-align: center; 
    margin-top: 1em; 
    line-height: 45px;
    font-size: 22px;
}

.slider-btn{
    display: inline;
    margin: 0.5em;
}

.large-heading{
    font-weight: bold;
    font-size: 65px;
    line-height: 60px;
}
}

@media screen and (min-width: 1400px){
.slide-div{
    max-width: 70em;
}

.slide-heading{
    color: white; 
    font-size: 75px; 
    text-align: center;
    line-height: 85px;
    margin-top: 0em;
}

.slide-text{
    color: white; 
    font-weight: 100; 
    text-align: center; 
    margin-top: 1em; 
    line-height: 50px;
    font-size: 28px;
}

.slider-btn{
    display: inline;
    margin: 0.5em;
}

}

.arrow-down,
.arrow-down:before {
  position: absolute;
  left: 50%;
}

.arrow-down {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px black solid;
  border-bottom: 2px black solid;
}

.arrow-down:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px black solid;
  border-bottom: 1px black solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

.chat-footer{
    transition: 0.5s ease all;
}

.chat-outer{
    transition: 0.5s ease all;
}

@keyframes animatedBackground {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}

.chat-back{
  background-image: linear-gradient(to bottom right, #F97221, #FDB92C)!important;

  animation: animatedBackground 40s linear infinite;
}

a:hover{
  color: #FDB92C!important;
}

a:active{
  color: #FDB92C!important;
}

.mega-menu .menu-mobile-collapse-trigger.active:before {
    -webkit-transform: rotate(32deg)!important;
    -ms-transform: rotate(32deg)!important;
    transform: rotate(32deg)!important;
}

.mega-menu .menu-mobile-collapse-trigger.active:after {
    -webkit-transform: rotate(-32deg)!important;
    -ms-transform: rotate(-32deg)!important;
    transform: rotate(-32deg)!important;
}

.contact-form .form-control{
  border: 2px solid #FDB92C;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #FDB92C!important;
}

::selection {
    color: white;
    background: #FDB92C!important;
}
