/*---------------------------------------------------
   Main style stylesheet
   project:       Remote- One Page Parallax
   Version:       1.0
   Author:        mezo10
   primary use:   Creative
-----------------------------------------------------*/

/*----------------------------------------------------
body
  +loading page
  +navbar
  +header section'
  +about section
  +services section
  +skills section
  +say section
  +team section
  +facts section
  +work section
  +twitter section
  +help section
  +clients section
  +price section
  +subscribe section
  +blog section
  +purchase section
  +partners section
  +contact section
  +scroll to top button

------------------------------------------------------*/
*{
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
           box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

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

.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5{
   font-family: 'Raleway', sans-serif; 
}

.heading{
    position: relative;
    font-weight: 500;
    font-size: 50px;
    color: #333;
    margin-bottom: 60px;
    margin-top: 0;
    text-align: center;
}

.heading span{
    font-weight: 100;
    font-size: 40px;
}


.a-btn{
    text-decoration: none;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
    transform: perspective(1px)translateZ(0px);
    transition: all 0.3s ease 0s;
}

.a-btn:before{
    content: "";
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0 ;
    transition: transform 0.4s ease-out;
    z-index: -1;
}

.a-btn:hover:before{
    transform: scaleX(1)
}


.para{
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    word-spacing: 2px;
    /*color: #ffb400;*/
    color: #2B642B;
    font-family: 'Raleway', sans-serif; 
}
/*----------------------------------------------------
Start Section Loading
----------------------------------------------------*/
.loading-overlay {
  background:#fff;
  color:#222;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99999
}

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
}

.loading > div {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}

.loading > div > div {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #2B642B;
  top: 10px;
  left: 10px;
  transform-origin: 20px 20px;
  border-radius: 8px;
  animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > div > .c2 {
  top: 10px;
  left: auto;
  right: 10px;
  transform-origin: -4px 20px;
  animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loading > div > .c3 {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
  transform-origin: -4px -4px;
  animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loading > div > .c4 {
  top: auto;
  bottom: 10px;
  transform-origin: 20px -4px;
  animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes spin-a {
  0%   { transform: rotate(90deg); }
  0%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-b {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  25%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-c {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  50%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-d {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  75% { transform: rotate(360deg); }
  100% { transform: rotate(360deg); }
}


.loading > span {
  width: 100px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: 30px;
  /*color: #2B642B;*/
  font-size: 12px;
  text-align: center;
}
/*----------------------------------------------------
End Section Loading
----------------------------------------------------*/

.baner{
	padding: 150px 0;
}

.baner a{
	text-align: center;
	color: #333;
	display: block;
	margin-top: 20px;
	font-weight: 400;
	overflow: hidden;
}

.baner img{
	transition: all 0.5s ease-in-out;
}

.baner img:hover{
	transform: scale(1.05)
}

.baner a:hover{
	/*color: #ffb400;*/
    color: #2B642B;
}
/*----------------------------------------------------
Start Section header
----------------------------------------------------*/
.header { 
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-radius: 0; 
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    background-color: transparent;
} 

.navbar-brand {
    height: auto;
    display: block;
    font-size: 28px;
    line-height: 30px;
    /*color: #ffb400;*/
    color: #2B642B;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; 
} 

.navbar-brand:hover, 
.navbar-brand:focus {
    /*color: #ffb400;*/
    color: #2B642B;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav { 
    margin: 0;
    float: right;
}  

.header .navbar-nav li a {
    padding: 30px 0 5px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 15px;
    transition: border-bottom 0.8s ease-in-out;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus{
    background: none;
} 

.header .navbar-nav li.active a {
    /*color: #ffb400;*/
    color: #2B642B;
    border-bottom: 3px solid #2B642B;
}

.header .navbar-toggle { 
    margin-top: 20px;
    padding: 10px;
}

.header .navbar-toggle .icon-bar {
    background: #fff;
    height: 3px; 
}
 
.header.shrink {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 10px 25px -15px #999;
} 

.header.shrink .navbar-brand {
    padding-top: 8px;
    padding-bottom: 0px;
}

.header.shrink .navbar-nav li a {
    padding-top: 20px;
    color: #555;
}

.header.shrink .navbar-nav li.active a {
     /*color: #ffb400;*/
    color: #2B642B;
    border-bottom: 3px solid #2B642B;
}

.header.shrink .navbar-toggle { 
    margin-top: 10px;
    padding: 10px;
}

.header.shrink .navbar-toggle .icon-bar{
    background-color: #333;
}
/*----------------------------------------------------
end Section header
----------------------------------------------------*/

/*----------------------------------------------------
start section home for default page
----------------------------------------------------*/
.home{
    height: 600px;
    /*background-image: url('../images/85.jpg');*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.home .overlay{
    background-color: rgba(0,0,0,0.7);
    height: 600px;
    padding: 70px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home .overlay .title h1{
    font-size: 45px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 200;
    margin: 0;
}

.home .overlay .title h1 span{
    /*color: #ffb400;*/
    color: #2B642B;
    font-weight: 600;
}

.home .overlay .title p{
    line-height: 1.6em;
    color: #ddd;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.home .overlay .title .a-btn{
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: transparent;
    color: #fff
}

.home .overlay .title .a-btn:hover{
    color: #333;
}

/*----------------------------------------------------
end section home for default page
----------------------------------------------------*/

/*----------------------------------------------------
start section video-container for video page
----------------------------------------------------*/
.video-container{
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
 
.video-background{
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -100
}

.video-container .overlay{
    background-color:rgba(0,0,0,0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-align: center;      
}

.video-container .overlay .title h1{
    font-size: 45px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 200;
    margin: 0;
}

.video-container .overlay .title h1 span{
    /*color: #ffb400;*/
    color: #2B642B;
    font-weight: 600;
}

.video-container .overlay .title p{
    line-height: 1.6em;
    color: #ddd;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.video-container .overlay .title .a-btn{
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: transparent;
    color: #fff
}

.video-container .overlay .title .a-btn:hover{
    color: #333;
}


/*----------------------------------------------------
end section video-container for video page
----------------------------------------------------*/

/*----------------------------------------------------
start section slider for slider page
----------------------------------------------------*/
.slider{
    height: 600px;
}

.slider .container-fluid{
    padding: 0;
}

.slider .item{
    height: 600px;
}

.slider .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(0,0,0,0.75);
    height: 100%;
    color: #fff;
    cursor: e-resize
}

.slider .first{
    /*background-image: url(../images/85.jpg);*/
    background-position: center;
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider .second{
    /*background-image: url(../images/about.jpg);*/
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.slider .third{
    /*background-image: url(../images/city-sunny-people-street.jpg);*/
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .overlay .title h1{
    font-size: 45px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 200;
    margin: 0;
}

.slider .overlay .title h1 span{
    /*color: #ffb400;*/
    color: #2B642B;
    font-weight: 600;
}

.slider .overlay .title p{
    line-height: 1.6em;
    color: #ddd;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider .overlay .title .a-btn{
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: transparent;
    color: #fff
}

.slider .overlay .title .a-btn:hover{
    color: #333;
}

.slider .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}
/*----------------------------------------------------
end section slider for slider page
----------------------------------------------------*/

/*----------------------------------------------------
Start Section about
----------------------------------------------------*/
.about{
    padding: 70px 0;
}

.about .image,
.about .words{
    margin-bottom: 30px;
}

.about .words h2{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about .words p{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.about .words .a-btn{
    font-weight: 400;
    background-color: #2B642B;
    color: #fff;
    border-color: #2B642B;
    margin-top: 20px;
    display: inline-block;
}

.about .words .a-btn:before{
    background-color: #333;
}

.about .words .a-btn:hover{
    background-color: transparent;
    color: #fff;
    border: 2px solid #333;
}
/*----------------------------------------------------
end Section about
----------------------------------------------------*/

/*----------------------------------------------------
start Section video
----------------------------------------------------*/
.video{
    /*background-image: url(../images/85.jpg);*/
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.video .overlay{
    background-color: rgba(0,0,0,0.7);
    padding: 70px 0;
}

.video h2{
    color: #fff;
    margin-bottom: 30px;
}

.video .fa {
    /*color: #ffb400;*/
    color: #2B642B;
    background-color: #fff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    font-size: 30px;
    padding-left: 5px;
}

.video .fa:hover{
    color: #fff;
    background-color: #2B642B;
}
/*----------------------------------------------------
end Section video
----------------------------------------------------*/

/*----------------------------------------------------
start Section services
----------------------------------------------------*/
.services{
    text-align: center;
    background-color: #f7f7f7;
}

.services .overlay{
    padding: 70px 0;
}

.services .item{
    margin-bottom: 30px;
    padding: 50px 30px;
    background-color: #fff;
    
    box-shadow: 0 5px 30px -5px #ccc;
}

.services .item:hover{
    box-shadow: 0 8px 30px -5px #888;
}

.services .item .fa{
    font-size: 40px;
    /*color: #ffb400;*/
    color: #2B642B;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: transform 0.5s ease-in-out;
       -moz-transition: transform 0.5s ease-in-out;
         -o-transition: transform 0.5s ease-in-out;
            transition: transform 0.5s ease-in-out;
}

.services .item h3{
    color: #333;
    font-size: 25px;
    font-weight: 600;
}

.services .item:hover h3{
    /*color: #ffb400;*/
    color: #2B642B;
}

.services .item p{
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
/*----------------------------------------------------
end Section services
----------------------------------------------------*/

/*----------------------------------------------------
start Section skills
----------------------------------------------------*/
.skills{
    position: relative;
}

.skills .back-div{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    /*background-image: url(../images/pexels-photo-434645.jpeg);*/
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.skills h1{
    text-align: left;
    margin-bottom: 30px;
}

.skills p{
    color: #333;
    font-weight: 400;
    line-height: 25px;
    word-spacing: 2px;
    margin-bottom: 30px;
}

.skills .progress-bar{
    font-weight: 400;
    font-size: 14px;
    background-color: #2B642B;
}

.skills .progress-bar .left{
	float: left;
	margin-left: 5px;
}

.skills .progress-bar .right{
	float: right;
	margin-right: 5px;
}
/*----------------------------------------------------
end Section skills
----------------------------------------------------*/

/*----------------------------------------------------
start Section say
----------------------------------------------------*/
.say{
    /*background-image: url(../images/85.jpg);*/
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.say .overlay{
    background-color: rgba(0,0,0,0.85);
    padding: 100px 0;
}

.say p{
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin: 0 10%;
    word-spacing: 2px;
}

.say p .fa{
    color: #888
}

.say h5{
    text-align: center;
    /*color: #ffb400;*/
    color: #2B642B;
    margin-top: 30px;
    font-size: 18px;
}
/*----------------------------------------------------
end Section say
----------------------------------------------------*/

/*----------------------------------------------------
Start Section team
----------------------------------------------------*/
.team{
    padding: 70px 0;
    text-align: center;
}

.team .area{
    position: relative;
}

.team .item{
    margin: 0 20px;
    padding-bottom: 50px;
    
}

.team .item:focus{
    outline: none;
}

.team .item img{
    margin: 0 auto;
}

.team .item h5{
    color: #444;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.team .item span{
    color: #666;
    font-weight: 300;
    font-size: 14px;
}

.team .item p{
    color: #555;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
}

.team .item .fa{
    display: inline-block;
    margin: 5px;
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #333;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
}

.team .item .fa:hover{
    color: #fff;
}

.team .item .fa-facebook:hover{
    background-color: #4867aa
}  

.team .item .fa-twitter:hover{
    background-color: #1da1f2
}

.team .item .fa-youtube:hover{
    background-color: #ff0000
}

.team .item .fa-linkedin:hover{
    background-color: #007bb6
}

.team .controllers .prev{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-80%)
}

.team .controllers .next{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(80%)
}


.team .controllers span{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    border: 1px solid #333;
    border-radius: 50%;
}

.team .controllers span:hover{
    background-color: #2B642B;
    color: #fff;
    border-color: #2B642B;
}
/*----------------------------------------------------
end Section team
----------------------------------------------------*/

/*----------------------------------------------------
start Section facts
----------------------------------------------------*/
.facts{
    /*background-image: url(../images/85.jpg);*/
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.facts .overlay{
    padding: 70px 0;
    background-color: rgba(0,0,0,0.8);
}

.facts .item{
    margin-bottom: 30px;
}

.facts .fa{
    color: #fff;
    font-size: 35px;
}

.facts h4{
    color: #fff;
    font-size: 35px;
    /*color: #ffb400;*/
    color: #2B642B;
}

.facts p{
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
/*----------------------------------------------------
end Section facts
----------------------------------------------------*/

/*----------------------------------------------------
start clientes section   
 ----------------------------------------------------*/
.clientes{
    padding: 70px 0;
    width: 100%;
    text-align: center;
}

.clientes ul{
    list-style: none;
    margin-bottom: 30px;
}

.clientes ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    color: #555;
    font-weight: 400;
    border: 1px solid transparent;
}

.clientes .selected{
    /*color: #ffb400;*/
    color: #2B642B;
    border: 1px solid #2B642B;
    border-radius: 5px;
}

.clientes .clientes-area{
    position: relative;
    margin-bottom: 30px;
}

.clientes .clientes-area .image{
    overflow: hidden
}

.clientes .clientes-area .image img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.clientes .clientes-area:hover .image img{
    transform: scale(1.05);
}

.clientes .clientes-area .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.clientes .clientes-area .overlay .inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: auto;
}

.clientes .clientes-area .overlay .inner h2{
    transform: translateY(-10px);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.clientes .clientes-area .overlay .inner p{
    transform: translateY(10px);
    /*color: #ffb400;*/
    color: #2B642B;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

.clientes .clientes-area:hover .overlay{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    opacity: 1;
}

.clientes .clientes-area:hover .overlay .inner h2,
.clientes .clientes-area:hover .overlay .inner p{
    transform: translateY(0);
}
/*----------------------------------------------------
end clientes section 
----------------------------------------------------*/

/*----------------------------------------------------
start clients section 
----------------------------------------------------*/
.clients{
    /*background-image: url(../images/6341.jpg);*/
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.clients .overlay{
    padding: 70px 0;
    background-color: rgba(0,0,0,0.8);
}

.clients .heading{
    color: #fff;
}

.clients .overlay .item img{
    height: 100px;
    width: auto;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
}

.clients .overlay .item p{
    color: #eee;
    font-size: 18px;
    line-height: 1.7em;
    margin: 0 10%;
    text-align: center;
}

.clients .overlay .item .fa{
    /*color: #ffb400;*/
    color: #2B642B;
    font-size: 20px;
}

.clients .overlay .item h4{
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    /*color: #ffb400;*/
    color: #2B642B;
}
/*----------------------------------------------------
end clients section 
----------------------------------------------------*/

/*----------------------------------------------------
start twitter section 
----------------------------------------------------*/
.twitter{
    text-align: center;
    /*background-image: url(../images/city-sunny-people-street.jpg);*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.twitter .overlay{
    background-color: rgba(0,0,0,0.75);
    padding: 70px 0;
}

.twitter .fa-twitter{
    color: #1da1f2;
    font-size: 40px;
    margin-bottom: 20px;
}

.twitter .item .fa{
    color: #aaa;
    font-size: 20px;
}

.twitter .item p{
    color: #eee;
    font-size: 18px;
    line-height: 30px;
    margin: 0 10%;
}

.twitter .item p span{
    color: #58bbff;
}

.twitter .item h4{
    color: #1da1f2;
    margin-top: 30px;
    font-size: 18px;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span{
    background-color: transparent;
    border: 1px solid #ddd;
}

.owl-theme .owl-dots .owl-dot.active span{
    background-color: #2B642B;
    border: 1px solid #2B642B;
}
/*----------------------------------------------------
end twitter section 
----------------------------------------------------*/

/*----------------------------------------------------
start help section 
----------------------------------------------------*/
.help{
    padding: 70px 0;
}

.help .box{
    padding: 0;
}

.help .colored{
    background-color: #f5f5f5; 
}

.help .box img{
    width: 100%;
}

.help .box .item{
    padding: 50px;
    min-height: 390px;
}

.help .box .item h3{
    font-size: 23px;
    font-weight: 600;
}

.help .box .item strong{
    /*color: #ffb400;*/
    color: #2B642B;
}

.help .box .item p{
    font-size: 14px;
    line-height: 25px;
    color: #555;
    margin: 30px 0;
    font-weight: 400;
}

.help .box .item .a-btn{
    font-weight: 400;
    background-color: #2B642B;
    color: #fff;
    border-color: #2B642B;
}

.help .box .item .a-btn:before{
    background-color: #333;
}

.help .box .item .a-btn:hover{
    background-color: transparent;
    color: #fff;
    border: 2px solid #333;
}
/*----------------------------------------------------
end help section 
----------------------------------------------------*/

/*----------------------------------------------------
start price section 
----------------------------------------------------*/
.price{
    padding: 70px 0;
    text-align: center;
    background-color: #f8f8f8;
}

.price .item{
    box-shadow: 0px 10px 35px -5px #bbb;
    margin-bottom: 30px;
    padding: 50px 0;
    background-color: #fff;
}

.price .item .price-box{
    padding-bottom: 20px;
    border-bottom: 1px solid #2B642B;
    margin: 0 10%;
    margin-bottom: 20px;
}

.price .item .price-box p{
    font-size: 30px;
    font-weight: 600;
}

.price .item .price-box strong{
    font-weight: 900;
    font-size: 50px;
    /*color: #ffb400;*/
    color: #2B642B;
}

.price .item:hover .price-box strong{
    color: #222;
}

.price .item p{
    color: #333;
    font-size: 16px;
    line-height: 1.6
}

.price .item .a-btn{
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    background-color: #2B642B;
    color: #fff;
}

.price .item .a-btn:hover{
   background-color: transparent;
    border: 1px solid #333;
    color: #fff;
}

.price .item .a-btn:before{
    background-color: #333;
}
/*----------------------------------------------------
end price section 
----------------------------------------------------*/

/*----------------------------------------------------
start subscribe section 
----------------------------------------------------*/
.subscribe{
    /*background-image: url(../images/85.jpg);*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.subscribe .overlay{
    background-color: rgba(0,0,0,0.75);
    padding: 70px 0;
}

.subscribe p{
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    word-spacing: 2px;
    text-align: center;
    margin: 0 10%;
    color: #fff;
    margin-bottom: 30px;
}

.subscribe .a-btn{
    color: #fff;
}

.subscribe .a-btn:hover{
    color: #333;
}
/*----------------------------------------------------
end subscribe section 
----------------------------------------------------*/

/*----------------------------------------------------
start blog section 
----------------------------------------------------*/
.blog{
    padding: 70px 0;
    background-color: #f7f7f7;
}

.blog .blog-area{
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px 20px 30px 20px;
    box-shadow: 0 5px 10px -1px #ddd;
}

.blog .blog-area .image{
    position: relative;
    overflow: hidden;
}

.blog .blog-area .image img{
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.blog .blog-area:hover img{
    transform: scale(1.1);
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.blog .blog-area .image .overlay .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.blog .blog-area .image .overlay .fa:hover{
    background-color: #2B642B;
    color: #fff;
}

.blog .blog-area .box span{
    font-size: 13px;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
}

.blog .blog-area .box span .fa{
    /*color: #ffb400;*/
    color: #2B642B;
    margin-right: 5px;
}

.blog .blog-area .box h1{
    font-size: 22px;
    margin-top: 10px;
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
}

.blog .blog-area .box h1:hover{
    /*color: #ffb400;*/
    color: #2B642B;
}

.blog .blog-area .box p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #777;
    font-weight: 400;
    word-spacing: 2px;
}

.blog .blog-area .box .a-btn{
    font-size: 13px;
    padding: 10px 15px;
    background-color: #2B642B;
    color: #fff;
}

.blog .blog-area .box .a-btn:before{
    background-color: #333;
}

.blog .blog-area .box .a-btn:hover{
    background-color: transparent;
    border: 1px solid #333;
    color: #fff;
}
/*----------------------------------------------------
end blog section 
----------------------------------------------------*/

/*----------------------------------------------------
start purchase Section
----------------------------------------------------*/
.purchase{
    /*background-image: url(../images/6341.jpg);*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.purchase .overlay{
    background-color: rgba(0,0,0,0.75);
    padding: 70px 0;
}

.purchase p{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.purchase .a-btn{
    color: #fff;
}

.purchase .a-btn:hover{
    color: #333;
}
/*----------------------------------------------------
end purchase Section
----------------------------------------------------*/

/*----------------------------------------------------
start partners Section
----------------------------------------------------*/
.partners{
    padding: 70px 0;
	background-color: #f7f7f7;
}

.partners img{
    opacity: 0.4;
    margin: 15px 0px;
    max-width: 100%;
    cursor: pointer;
}

.partners img:hover{
    opacity: 1
}
/*----------------------------------------------------
end partners Section
----------------------------------------------------*/

/*----------------------------------------------------
start contact-me Section
----------------------------------------------------*/
.contact {
    padding: 70px 0;
    text-align: center;
}

.contact .item{
    margin-bottom: 30px;
}

.contact .item .fa{
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #555;
    border-radius: 50%;
}

.contact .item h5{
    font-size: 22px;
    color: #333;
    margin: 20px 0 10px 0;
}

.contact .item p{
    color: #555;
    font-size: 15px;
}

.contact-form {
    border-radius: 3px;
}

.contact-form .form-group{
    margin-bottom: 30px;
    position: relative;
}

.contact-form .form-group span{
    display: block;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    color: #555;
}

.contact-form .form-group label{
    position: absolute;
    left: 30px;
    top: 45px;
    /*color: #ffb400;*/
    color: #2B642B;
    font-size: 16px;
}

.form-control {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0;
    color: #222;
    text-indent: 40px;
    background-image: none;
    border-radius: 4px;
    box-shadow: none; 
    font-weight: 300;
    line-height: 45px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='button'] {
    color: #fff;
    font-size: 14px;
    background: #2B642B;
    border: none;
    -webkit-transition:all .1s ease-in-out;
       -moz-transition:all .1s ease-in-out;
         -o-transition:all .1s ease-in-out;
            transition:all .1s ease-in-out;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 10px 25px;
}

.contact-form input[type='button']:hover {
    /*
    border: 2px solid #2B642B;
    color: #222;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    */
}
/*----------------------------------------------------
end contact-me Section
----------------------------------------------------*/

/*----------------------------------------------------
start social-icon-div
----------------------------------------------------*/
 .social-icon-div{
    background-color: #111;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #888;
}

 .social-icon-div i{
    margin-top: 20px;
    color: #333;
    margin-right: 10px;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 50%;
    margin-bottom: 10px;
}

 .social-icon-div i:hover{
    color: #fff;
    background-color: #2B642B;
    border: 1px solid #2B642B;
}

.social-icon-div p{
    color: #fff;
    font-weight: 400;
}
/*----------------------------------------------------
end social-icon-div
----------------------------------------------------*/

/*----------------------------------------------------
start scroll-top div
----------------------------------------------------*/
#scroll-top {
    width:40px;
    height:40px;
    color:#fff;
    background-color:#444;
    text-align:center;
    position:fixed;
    border-radius: 50%;
    right:15px;
    bottom:10px;
    z-index:9999;
    display: none;
    cursor:pointer;
    padding: 10px;
}

#scroll-top:hover {
    background-color:#2B642B;
}

#scroll-top i{
    line-height: 15px;
}
/*----------------------------------------------------
end scroll-top div
----------------------------------------------------*/


/*----------------------------------------------------
start modding css style
----------------------------------------------------*/
@media only screen and (max-device-width: 480px) {
 .navbar-brand {
    float: none !important;
}
}


.navbar-brand {
    /*float: none !important;*/
}

img {
    vertical-align: middle;
    margin-top: -8px !important;
}

.image_modding {
    vertical-align: middle;
    margin-top: 2px !important;
}

/*----------------------------------------------------
end modding css style
----------------------------------------------------*/

.holdergrey {
    color: #ddd !important;
}

textarea.form-control {
    min-width: 100% !important;
    max-width: 100% !important;
	max-height: 200px !important;
}

.error_input {
    outline: none !important;
    border:1px solid #e91e63 !important;
    box-shadow: 0 0 10px #719ECE !important;
  }

.contact_link {
	color: #2B642B !important;
}

.social_icon {
	margin-top: 0px !important;
	width: 32px !important;
	height: 32px !important;
}

.social_icon:hover {
	background-color: #204b20 !important;
	border-radius: 15px !important;
}

.social_icon_bg {
	background-color: #fff !important;

}

.btn-success {
    color: #fff;
    background-color: #2B642B !important;
    border-color: #2B642B !important;
}

.btn-success:hover {
	background-color: #204b20 !important;
	border-color: #183818 !important;
}

.contact .item .fa:hover {
    background-color: #204b20 !important;
	color: #fff !important;
}

/* Estilo personalizado para el banner */
        #cookieConsent {
            background-color: #2B642B; /* Color de base solicitado */
            color: #fff; /* Texto en blanco para mayor contraste */
            position: fixed; /* Mantiene el banner fijo */
            bottom: 0; /* Posicionado en la parte inferior */
            left: 50%; /* Centrado horizontalmente */
            transform: translateX(-50%); /* Ajusta el desplazamiento para centrar */
            width: 75%; /* Ancho automático para ajustarse al contenido */
            z-index: 9999; /* Asegura que el banner esté encima de todo */
            padding: 10px; /* Espaciado interno */
        }
        /* Botón aceptar con colores de mayor contraste */
        #acceptCookies {
            background-color: #B8E0B8; /* Verde brillante */
            color: #000;
            border-color: #B8E0B8;
            margin-right: 4px; /* Añade el espacio de 2px entre los botones */
        }
        /* Botón rechazar con contraste claro */
        #rejectCookies {
            background-color: #F7A4A1; /* Rojo */
            color: #000;
            border-color: #F7A4A1;
        }
        /* Hover para mejorar accesibilidad visual */
        #acceptCookies:hover {
            background-color: #95D095;
        }
        #rejectCookies:hover {
            background-color: #F7716E;
        }
        /* Estilos del link sin subrayado */
        #cookieConsent a {
            color: #FFD700; /* Amarillo dorado para buen contraste sobre el fondo verde oscuro */
            text-decoration: none; /* Quita la línea inferior */
        }
        #cookieConsent a:hover {
            color: #FFFFFF; /* En el hover, el enlace cambia a blanco */
            text-decoration: none; /* Mantiene sin línea inferior en hover */
        }
        /* Centrado vertical de los botones en pantallas pequeñas */
        .btn-container {
            display: flex;
            justify-content: center; /* Centrado horizontal */
            align-items: center; /* Centrado vertical */
        }
        /* Ajustes adicionales para pantallas pequeñas */
        @media (max-width: 767px) {
            .btn-container {
                margin-top: 10px; /* Espaciado adicional en pantallas pequeñas */
            }
        }