

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font{font-family: 'Montserrat', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    width: 8px;
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #92a455;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

.wplo-gradient{
background: linear-gradient(270deg, #ffffff, #afb599);
background-size: 500% 500%;
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;

}
@-webkit-keyframes AnimationName {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes AnimationName { 
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    bottom: 0;

}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
   
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 18px;color: #202020;font-weight:300;line-height:1.5em;width: 100%; overflow-x: hidden; background-color:  #bbc0a8; text-align: center; 
    background: linear-gradient(262deg, rgba(187,192,168,1) 0%, rgba(210,214,194,1) 48%, rgba(187,192,168,1) 100%); }
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: 400; font-family: 'Montserrat', sans-serif;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
.hidden{display: none;}
section{padding: 7.5rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}
li {
  border-bottom: 1px solid #92a455;
  padding: 15px 0px;
  display: inline-table;
}

.paint {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, rgb(255,255,255,0)));
  background: -o-linear-gradient(left, #fff 50%, rgb(255,255,255,0) 50%);
  background: linear-gradient(to right, #fff 50%, rgb(255,255,255,0) 50%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
}

.paint:hover{
    background-position: left bottom;
}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}



/* Text color */
.text-red {color: #d43030;}
.text-color {color: #838e5c;}
.text-black {color: #000000;}
.text-white {color: #ffffff;}

/* Background color */
.bg-red {background: #d43030;}
.bg-orange {background: #92a455;}
.bg-black {background: #000000;}
.bg-gray {background: #fbfbfb;}
.bg-transparent {background: transparent;}

h1 {
    font-weight: bold;
       font-size: 60px;
    color: #202020;
    margin-bottom: 80px;
}
h1 strong { font-size: 65px;
background-color: #92a455;
    padding: 0px 20px;
}
h1 span {
    font-size: 45px;
}
   h3{
    font-size: 28px;
       font-weight: bold;
}
   h4{
   margin-bottom: 20px;
       font-size: 28px;
}

.col-height{
    height: 100vh;
}

::selection { background: #fff!important; padding: 5px 15px }


/* ===================================
   Footer
====================================== */


.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li {
  display: inline-block;
  border-bottom: none;
}

.footer-social a {
    display: block;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 50px;
    font-size: 45px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background-color:#92a455;
    color: #ffffff;
}

@-webkit-keyframes scale {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes scale {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}



#hold-event {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    background: rgba(255,255,255,0);
}




/* ===================================
    Cursor
====================================== */





@keyframes rotating {
    0% {
        -webkit-transform: translate(-7px, -7px) rotate(0deg);
        transform:  translate(-7px, -7px) rotate(0deg);
    }

    95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
        transform:  translate(-7px, -7px) rotate(350deg);
    }

    100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
        transform:  translate(-7px, -7px) rotate(360deg);
    }
}

.header-appear.cursor-light:hover ~ #animated-cursor{
    display: none;
}

.header-appear .animated-wrap, .header-appear .animated-element {
    transform: none !important;
}

@-webkit-keyframes LOADINGREV {
    0% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #ffffff; }
    50% { -webkit-transform: scale(1); transform: scale(1); background: #ffffff; }
    100% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #ffffff; }
}
@keyframes LOADINGREV {
    0% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #ffffff; }
    50% { -webkit-transform: scale(1); transform: scale(1); background: #ffffff; }
    100% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #ffffff; }
}


/* ===================================
   Media & Queries
====================================== */

@media (min-width: 1281px) {
    .container {
  max-width: 960px;
}
}

@media (max-width: 1280px) and (min-width: 992px) {

}

@media screen and (max-width: 991px) and (min-width: 768px){

    .banner {
        padding-bottom: 7.5rem!important;
    }
   #cursor {
         display: none
    }
        h1 {
       font-size: 45px;
    margin-bottom: 50px;
}
h1 span {
    font-size: 32px;
}
    h3, h4 {
    font-size: 24px;
}
       body {
    font-size: 18px;
} 
}

@media screen and (max-width: 767px) {
    .banner {
        padding: 4.5rem 25px;
    }
     #cursor {
         display: none
    }
    h1 {
       font-size: 40px;
    margin-bottom: 50px;
}
h1 span {
    font-size: 28px;
}
    h3, h4{
    font-size: 22px;
}
       body {
    font-size: 16px;
} 
} 

@media (max-width: 480px) {

}