

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 30px;
	color: #232323;
}
h4 {
    font-size: 18px;
	color: #232323;
}
h6 {
    font-size: 14px;
	color: #232323;
}
h5 {
	color: #232323;
}
a {
    transition: 0.6s;
}
a,
a:hover {
    color: #666666;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}
button{
    cursor: pointer;
}
textarea {
	height: 120px;
}
input[type="text"],
input[type="submit"],
button[type="submit"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
    background: transparent;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
input[type="submit"],
button[type="submit"] {
    width: auto;
    color: #666;
    padding: 4px 15px;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

label
{
    margin-bottom: 0 !important;
}

.sec-title {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 40px;
}
.sec-title h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    top: -6px;
}
.sec-title h2 .sec-title-border {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #222;
    right: 0;
    height: 0;
    margin: auto;
}
.pricing-area .sec-title h2 .sec-title-border,
.download-area .sec-title h2 .sec-title-border {
    border-color: #fff;
}
.pricing-area .sec-title h2 .sec-title-border span::before,
.download-area .sec-title h2 .sec-title-border span::before {
    background-color: #fff;
}
.sec-title h2 .sec-title-border span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 23.3px;
}
.sec-title h2 .sec-title-border span::before {
    background: #222;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}
.mt-100 {
    margin-top: 100px;
}
.mt-30 {
    margin-top: 30px;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-90 {
    padding: 90px 0;
}
.owl-nav div {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    background: #fff;
    color: #000;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    transition: 0.4s;
    margin-top: -60px;
}
.owl-nav div:hover {
    background: #000;
    color: #fff;
}
.owl-nav div.owl-next {
    right: 20px;
    left: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 30px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #1faa00;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
}
.owl-dot.active {
    background: #1faa00;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.header.sticky .mainmenu li a.appao-btn ,
.mainmenu li a.appao-btn,
.appao-btn {
    border: 1px solid #fff;
    color: #fff;
	border-radius: 15px;
    padding: 6px 25px;
    display: inline-block;
    text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
    background-color: transparent;
}
.header.sticky .mainmenu li a.appao-btn:hover ,
.mainmenu li a.appao-btn:hover,
.appao-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #1faa00;
}
.appao-btn2 {
    border: 1px solid transparent;
    border-radius: 25px;
    /*background: rgba(3,41,9,1); /* Old browsers */
    /*background-image: -moz-linear-gradient(left, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%); /* FF3.6-15 */
    /*background-image: -webkit-linear-gradient(left, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background-image: linear-gradient(to right, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%);*/
    background: rgba(8,77,19,1); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%);
}
.appao-btn2:hover {
    border: 1px solid rgba(3,41,9,1);
	background: transparent;
	background-image: none;
    color: rgba(3,41,9,1);
}
.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
input::-webkit-input-placeholder {
    color: #666;
}

html,
body
{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

/*--------------------------------------
-------- HEADER AREA CSS START --------
---------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
	transition: all 0.4s;
    width: 100%;
    z-index: 99;
	padding: 18px 0;
}
.mainmenu {
    text-align: right;
}
.mainmenu li {
    display: inline-block;
    text-transform: uppercase;
}
.mainmenu li a {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 5px 16px;
	margin: 0 3px;
    border: 1px solid transparent;
}
.slicknav_menu {
	padding: 0;
    background: transparent;
}
.slicknav_menu a.active,
.mainmenu ul li a:hover,
.mainmenu ul li a.active {
    border: 1px solid #fff;
    border-radius: 10px;
}
.mainmenu {
    display: block;
}
.slicknav_menu {
	display: none;
}
.header.sticky {
    border-bottom: 1px solid #fff;
    /*background: rgba(3,41,9,1); /* Old browsers */
    /*background: -moz-linear-gradient(left, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%);*/
    background: rgba(3,41,9,1); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%);
}
.header.sticky {
	padding: 10px 0;
}
.mainmenu li a.appao-btn {
	margin-left: 55px;
}

#primary-menu
{
    display: flex;
    justify-content: space-evenly;
}
/*--------------------------------------
--------- HEADER AREA CSS END ---------
---------------------------------------*/

/* header
{
    width: 100%;
    padding: .5% 0;
    position: fixed;
    border-bottom: 1px solid #fff;
    z-index: 10;
}*/

.headerActive
{
    background: linear-gradient(to right,rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%);
    border-bottom: 1px solid #fff;
}
/*
.header_navContent
{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.headerLogo
{
    width: 15%;
}

.headerLogo img
{
    width: 100%;
}

header nav
{
    width: 40%;
}

header nav ul
{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

header nav ul li a
{
    color: #fff;
    text-decoration: none;
}

.headerApp
{
    font-weight: bold;
} */

section
{
    width: 100%;
    height: 100vh;
    position: relative;
    color: #fff;
}

.firstSection::before
{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right,rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%);
    opacity: 0.8;
    z-index: -1;
}

.firstSection>img
{
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -5;
}

.firstSection_container
{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 90vh;
    justify-content: space-between;
    padding-top: 22.5vh;
}

h1
{
    text-align: center;
    margin-block-start: 0;
    font-size: 28px;
    margin-bottom: 30px;
}

.firstSection_cardContainer
{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.firstSection_cardContainer .cardFirst
{
    width: 23%;
    position: relative;
    transition: .3s;
}

.firstSection_cardContainer .cardFirst p
{
    margin: .2rem 0 !important;
}

.firstSection_cardContainer .cardFirst img
{
    width: 100%;
    border-radius: 20px;
}

.firstSection_cardContainer .cardFirst:hover
{
    transform: scale(1.05);
}

/* .firstSection_cardContainer .card:nth-last-child(1)
{
    overflow: hidden;
}

.firstSection_cardContainer .card:nth-last-child(1) img
{
    display: block;
    margin: -83.5% 0;
} */

.firstSection_cardContainer .cardFirst>div
{
    width: 100%;
    background: rgba(0, 0, 0, 0.623);
    position: absolute;
    bottom: 0px;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}

.firstSection_cardContainer .cardFirst>div>p
{
    margin-top: 1rem;
    font-size: 18px;
    font-weight: bold;
}

/* .firstSection_cardContainer .cardFirst:nth-last-child(1)>div
{
    bottom: 5px;
} */

.firstSection_container>p
{
    width: 80%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
}

.btnNextSection
{
    background: #fff;
    color: #1faa00;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 50px;
    border-radius: 50px;
}

.btnNextSection a
{
    color: #1faa00;
}

.btnNextSection a:hover
{
    text-decoration: none;
    color: #1faa00;
}

.secondSection
{
    color: #000;
}

.secondSection_container
{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 14vh;
}

.secondSection_container h1
{
    color: #1faa00;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.secondSection_container>p
{
    width: 80%;
    text-align: center;
    font-size: 25px;
}

.secondSection_cardContainer
{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.messageContainer{
    display: inline-flex;
}

.mainMessage{
    font-size: 20px;
    font-weight: bold;
}

.stepNb{
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    background-color: rgba(31,170,0,1);
    padding: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

.detailedMessage{
    display: block;
    font-size: 12px;
    font-weight: light;
}



.secondSection_cardContainer .card
{
    width: 30%;
    height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: inherit;
    border: 4px solid white;
    /*background-color: rgba(31,170,0,0.1);*/
    border-radius: 15px;
}

.secondSection_cardContainer .card .cardContainer
{
    width: 90%;
    height: 90%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.secondSection_cardContainer .card .cardContainer>p 
{
    font-weight: bold;
    font-size: 20px;
}

.exempleButton
{
    width: max-content;
    margin-bottom: 25%;
    color: #1faa00;
    font-style: 19px;
    font-weight: bold;
    border: 2px solid #1faa00;
    border-radius: 50px;
    padding: 5px 20px;
}

.secondSection_cardContainer .card .cardContainer img
{
    width: auto;
    display: block;
    height: 233px;
    padding-top: 2vh;
    /*-webkit-box-shadow: 10px -9px 19px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 10px -9px 19px 0px rgba(0,0,0,0.52);
    box-shadow: 10px -9px 19px 0px rgba(0,0,0,0.52);*/
}

.secondSection_cardContainer .card .cardContainer:nth-child(1) img
{
    /*height: 300px;*/
}

.secondSection_container .btnNextSection
{
    background: #1faa00;
    color: #ffffff;
}

.secondSection_container .btnNextSection a
{
    color: #fff;
}

.transitionSection
{
    margin-top: 5vh;
    width: 100%;
    height: 40vh;
    background: url('../images/bg_trans.jpg') no-repeat center / cover;
    background-attachment: fixed;
}

.transitionSection::before
{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right,rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%);
    opacity: 0.8;
}

.thirdSection
{
    color: #000;
    padding-top: 10vh;
    height: 110vh;
}

.thirdSection_container
{
    width: 90%;
    height: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thirdSection_firstStep
{
    width: 100%;
    height: 90%;
    padding-top: 5vh;
    display: flex;
    justify-content: space-between;
}

.firstStep
{
    width: 45%;
}

.preview
{
    width: 45%;
}



.firstStep_head
{
    border-bottom: 2px solid #1faa00;
}

.firstStep_head_resume
{
    width: 90%;
    margin: 5vh auto;
    display: none;
}

.firstStep_head_resume:hover
{
    cursor: pointer;
}

.firstStep_head h3
{
    margin: 0;
    padding-bottom: 15px;
}

.firstStep label
{
    display: block;
}

.firstStep input
{
    width: 75%;
    display: block;
    padding: 5px 5px;
    margin-top: 1vh;
    background: #c4c4c4;
    border: 2px solid #1faa00;
    border-radius: 10px;

}

#textColor
{
    width: 75%;
    margin-top: 1vh;
    display: flex;
    justify-content: space-between;
}

.bgColorInput
{
    width: 20%;
    height: 4vh;
    background: #000;
    border-radius: 50px;
}

#green
{
    background: #1faa00;
}

#blue
{
    background: #0c2461;
}

#orange
{
    background: #000;
}

#purple
{
    background: #7f8c8d;
}

.inputNotActive
{
    display: none !important;
}

.firstStep_content
{
    margin-top: 2.5vh;
}

.thirdSection .btnNextSection
{
    /* width: 75%; */
    color: #fff;
    background: #1faa00;
}

.thirdSection .btnNextSection a 
{
    color: #ffffff;
}

.preview_container
{
    height: 70%;
    margin-top: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* .preview_container>div:nth-last-child(1)
{
    margin-bottom: 0;
    padding: 16px 70px;
    font-size: 20px;
} */

.preview_imgContent
{
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.preview_imgContent img
{
    width: 100%;
}

.buttonContent
{
    width: 43%;
    height: 77%;
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 11%;
    top: 7%;
    overflow: hidden;
}

.preview_imgContent .liveButton, .preview_imgContent .exempleButton
{
    width: 97%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.secondSection_container .preview_imgContent
{
    width: auto;
}

.preview_imgContent .solutionBtn
{
    min-width: 60px;
    left: 11.6%;
    padding: 3px 7px;
    font-size: 7px;
}

/* .preview_container img
{
    width: auto;
    height: 200px;
    -webkit-box-shadow: 10px -9px 19px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 10px -9px 19px 0px rgba(0,0,0,0.52);
    box-shadow: 10px -9px 19px 0px rgba(0,0,0,0.52);
} */

.personnalizeBtn
{
    display: flex;
    justify-content: space-between;
    width: 75%;
    align-items: center;
    border-bottom: 2px solid #1faa00;
}

.personnalizeBtn:hover, .bgColorInput:hover
{
    cursor: pointer;
}

.personnalizeBtn .btnImg
{
    width: 35px;
    display: flex;
    padding: 10px;
    justify-content: center;
}

.personnalizeBtn .btnImg img
{
    width: 15px;
    transform: rotate(90deg);
    filter: invert(42%) sepia(92%) saturate(1280%) hue-rotate(76deg) brightness(95%) contrast(101%);
    transition: .3s;
}

.btnImgRotate
{
    transform: rotate(-90deg) !important;
}

.personnalizeBtnDiv
{
    display: block;
    margin-left: 10%;
}

.personnalizeBtnDiv .btnTextApply
{
    width: 75%;
    display: flex;
    justify-content: flex-end;
}

.personnalizeBtnDiv .btnTextApply button
{
    background: #1faa00;
    border: none;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.fourthSection
{
    color: #000;
    padding-top: 5vh;
    height: 105vh;
    margin-bottom: 15vh;
}

.secondStepNotActive
{
    display: none;
}

.help
{
    display: none;
    top: 0;
    position: fixed;
    overflow: scroll;
    z-index: 1000;
}

.helpActive
{
    display: block !important;
}

.helpSection
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.9);
}

.helpSection>img
{
    width: 50px;
    margin: 40px 40px 0 0;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);
}

.wpSection_container
{
    width: 90%;
    height: 90vh;
    margin: 0 auto;
    padding-top: 10vh;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.wpSection_container .firstStep_head
{
    width: 100%;
    text-align: initial;
}


.wpSection_container>img
{
    width: 380px;
}
.wpSection_container>p
{
    font-size: 20px;
}

.wpSection_container ul li
{
    font-size: 20px;
    padding-bottom: 10px;
}

.wpSection_container ul li a
{
    color: #0984e3;
    transition: .3s;
}

.wpSection_container ul li a:hover
{
    text-decoration: underline;
}

.fourthSection_container
{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.fourthSection_container>h4
{
    margin-top: 5vh;
    margin-bottom: 8vh;
    text-align: center;
    font-size: 20px;
}

.fourthSection_content
{
    width: 100%;
    height: 100%;
    margin-top: 5vh;
    display: flex;
    justify-content: space-between;
}

.fourthSection_first, .fourthSection_second
{
    width: 50%;
}

.fourthSection_first>h4, .fourthSection_second>h4
{
    width: 80%;
    margin: 0 auto;
    text-align: left;
    /* font-weight: bold; */
}

.fourthSection_second
{
    text-align: center;
}

.fourthSection_second>a 
{
    margin-top: 3vh;
    color: #1faa00;
}

.fouthSection_resultLink_div
{
    width: 80%;
    height: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 1vh;
    padding: 15px 0;
    /* background: #F5F5F5; */
    border-bottom: 1px solid grey;
    border-top: 0.5px dotted grey;
    /* border-radius: 10px; */
    text-align: initial;
}

.done{
    font-size: 28px;
}

.fourthSection_second .exempleButton
{
    margin-bottom: 0;
    margin: 30px auto;
    padding: 10px 40px;
}

.fouthSection_resultLink>p
{
    height: 100%;
    color: #1faa00;
    font-size: 22px;
    font-weight: bold;
    word-break: break-word;
    /* background-color: #202020; */
    border-left: 2px solid #1faa00;
    border-right: 2px solid #1faa00;
    /* border-radius: 10px; */
    padding: 20px 20px;
    /* border-radius: 0px; */
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px;
}

.linkRes{
    vertical-align: middle;
}

.fouthSection_resultBtn>p
{
    padding: 10px 12px;
    margin: 20px 0px;
    /* border-radius: 8px; */
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    background: white;
    color: grey;
    font-size: 10px !important;
    font-weight: lighter;
    word-break: break-word;
    text-align: left;
}

.fouthSection_resultBtn .liveButton
{
    margin: 0 auto;
}

.fouthSection_resultLink
{
    height: 80%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fouthSection_resultBtn .fourSection_btn a:nth-last-child(1)
{
    background: #a5a5a5;
}

.fourSection_btn
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.fourSection_btn button, .fourSection_btn a
{
    background: #1faa00;
    color: #fff;
    border: none;
    /* font-size: 18px; */
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
}

.video-area {
    background: url('../images/video-overview.jpg') no-repeat center / cover;
    position: relative;
	background-attachment: fixed;
    text-align: center;
    z-index: 1;
    color: #fff;
}
.video-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(3,41,9,1); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%);
    opacity: 0.85;
    z-index: -1;
}
.video-popup i {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 80px;
    font-size: 25px;
    color: rgba(3,41,9,1);
    border: 10px solid rgba(255,255,255,0.7);
    border-radius: 50%;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}
.video-popup i::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
    border-radius: 50%;
}
.video-popup i:hover {
    color: #fff;
}
.video-popup h1 {
    margin-top: 30px;
    line-height: 35px;
}
.video-popup i:hover::before {
    background: transparent;
}
/*--------------------------------------
----------- VIDEO AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ SCREENSHOT AREA CSS START -------
---------------------------------------*/
.screenshots-area .sec-title {
    margin-bottom: 15px;
}
.screenshot-wrap .slick-list {
	padding-bottom: 90px !important;
	padding-top: 80px !important;
}
.single-screenshot.slick-slide {
	z-index: 1;
}
.single-screenshot.slick-active {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 2;
	transition: all 0.3s ease-in 0s;
}
.single-screenshot.slick-center {
	position: relative;
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	z-index: 3;
	transition: all 0.3s ease-in 0s;
}
.single-screenshot img {
	width: 100%;
}
.slick-dots {
	text-align: center;
	margin-top: 10px;
}
.slick-dots li.slick-active button {
    background-color: #1faa00;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    background: transparent;
    border: 2px solid #1faa00;
    border-radius: 100%;
    font-size: 0;
    margin: 0 3px;
    padding: 0;
	cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-block;
}
.single-screenshot.slick-center {
    background-image: url('../images/mockup.png');
    background-size: 100% 100%;
}
.single-screenshot.slick-center img {
    padding: 35px 20px 55px;
}


.about-area {
    text-align: center;
    color: #666;
    font-size: 14px;
}
.single-about-box {
	padding: 25px;
    transition: all 0.4s;
}
.single-about-box i::before {
    color: #1faa00;
    font-size: 40px;
    transition: all 0.4s;
    display: block;
}
.single-about-box.active,
.single-about-box:hover {
	box-shadow: 0 0 5px #ccc;
}
.single-about-box.active i::before ,
.single-about-box:hover i::before {
    color: #000;
}
.single-about-box h4 {
	margin: 25px 0 15px;
}


.footer {
    background: url('../images/footer-bg.jpg') no-repeat center / cover;
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
    font-size: 14px;
}
    .footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(3,41,9,1); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(3,41,9,1) 0%, rgba(7,101,21,1) 31%, rgba(0,129,19,1) 87%, rgba(95,238,46,1) 100%);
        opacity: 0.85;
        z-index: -1;
    }
.contact-form,
.contact-address {
    background: rgb(0,0,0,0.2);;
    padding: 40px 65px;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #fff;
    /*border: 1px solid #ddd;*/
    border-radius: 30px;
}

.contact-address li
{
    display: flex;
    align-items: center;
}

.contact-address li a
{
    color: #fff;
}


.contact-form input,
.contact-form textarea,
.contact-form button {
    border: 1px solid #bbb;
}
.contact-form button {
	transition: all 0.4s; 
}
.blog-reply button:hover ,
.contact-form button:hover {
    background: #1faa00;
    border-color: #1faa00;
    color: #fff;
}
.contact-form h4,.contact-address h4 {
    margin-bottom: 20px;
    font-size: 20px;
}
.contact-address li {
    margin-bottom: 33px;
    display: flex;
}
.contact-address li .contact-address-icon {
    flex: 1;
}
.contact-address li .contact-address-info {
    flex: 6;
}
.contact-address li .contact-address-icon i::before {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #1faa00;
    display: block;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    transition: all 0.4s;
}
.contact-address li .contact-address-info a {
    display: block;
}
.contact-address p {
    margin-bottom: 45px;
    padding-top: 10px;
}
.contact-address li:hover .contact-address-icon i::before {
    background: #1faa00;
    color: #fff;
}
.subscribe-form {
    margin: 40px 0 40px;
    text-align: center;
}
.copyright-area {
    text-align: center;
    padding-top: 35px;
}
.copyright-area ul li {
    display: inline-block;
}
    .copyright-area ul li a {
        width: 50px;
        height: 50px;
        color: #1faa00;
        background: #fff;
        display: inline-block;
        line-height: 50px;
        font-size: 22px;
        border-radius: 100%;
        margin: 0 5px;
    }
        .copyright-area ul li a:hover {
            background: #1faa00;
            color: #fff;
        }
.copyright-area ul {
    margin-bottom: 30px;
}
.copyright-area p {
    color: #fff;
}
.copyright-area p a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.subscribe-form form {
    position: relative;
    max-width: 580px;
    margin: auto;
    z-index: 1;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    background: #fff;
}
.subscribe-form form input {
    background: transparent;
    border: 0;
    width: 70%;
    padding: 15px 30px;
    float: left;
    margin: 0;
}
.subscribe-form form button {
    width: 29%;
    padding: 15px 30px;
    border: 0;
    border-radius: 30px;
    background:black;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    float: right;
    margin: 0;
    margin-right: -1%;
}

.centeredPos
{
    margin: 0 auto;
}