﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #1d2122;
	font-size: 15px;
	line-height: 1.6;
}
h1, h2, h3, h4 {
	margin: 10px 0;
	/*font-family: 'Playfair Display', serif;*/
}
h3 {
	color: #000;
	font-size: 1.5em;
	font-weight: 600;
	padding-bottom: 10px;
}
h1 {
	color: #000;
	font-size: 45px;
	padding-bottom: 25px;
	line-height: 50px;
	text-align: center;
	margin: 15px 0;
	padding: 0px;
	text-transform: capitalize;
}
.title p {
	margin: 10px 0 20px;
	/*font-family: 'Playfair Display', serif;*/
	color: #000;
	text-transform: capitalize;
	font-size: 45px;
	line-height: 60px;
	font-weight: 700;
}
.title p em {
	color: #00b050;
	font-size: 45px;
	line-height: 60px;
    font-style: normal;
}
.title p span {
	color: #00b050;
	font-size: 45px;
	line-height: 60px;
    font-style: normal;
}
p {
	font-weight: 400;
	color: #1d2122;
	font-size: 16px;
	line-height: 1.6;
}
p span {
	font-weight: 700;
	font-size: 17px;
}
hr {
	margin-bottom: 1rem;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.more-info {
	background: #7fb401;
	border-radius: 25px;
	padding: 18px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-top: 30px;
	color: #fff;
	font-size: 13px;
}
.more-info i {
	margin-left: 5px;
	font-size: 17px;
	font-weight: 700;
}
.more-info:hover {
	background: #1d2122;
	color: #fff;
	text-decoration: none;
}
.top-space {
	margin: 35px 0;
}
.list-style {
	list-style-image: url(../img/bullet.png);
	margin-top: 15px;
	padding: 0 0 0 25px;
	line-height: 2.2em;
	/*font-family: 'Playfair Display', serif;*/
}
.list-style li {
	padding: 6px 0;
	color: #000;
    font-size: 16px;
}
.list-style2 {
	list-style-image: url(../img/bullet.png);
	margin-top: 15px;
	padding: 0 0 0 25px;
	line-height: 2.2em;
	/*font-family: 'Playfair Display', serif;*/
}
.list-style2 li {
	padding: 6px 0;
	color: #ffffff;
    font-size: 16px;
}
.clr {
	clear: both;
}
.no-padd {
	padding: 0px;
}
.line {
	height: 4px;
	width: 100%;
	background: url(../img/line.png);
}

.bottom-shape .line {
	background: url(../img/line.png);
	background-repeat: repeat-x;
	height: 108px;
	margin-top: -100px;
}

.bottom-shape .line2 {
	background: url(../img/line2.png);
	background-repeat: repeat-x;
	height: 108px;
	margin-top: -100px;
}
.bottom-shape .line3 {
	background: url(../img/line3.png);
	background-repeat: repeat-x;
	height: 108px;
}
/*========Welcome Section=========*/

.welcome {
	padding: 7.0em 0 12.0em;
	background: url(../img/banner_bg.png);
}
.welcome .title p {
	color: #333333;
}
.welcome p {
	text-align: left;
	color: #333333;
	    line-height: 1.5em;
}
.welcome-title p {
    margin: 10px 0 20px;
    /* font-family: 'Playfair Display', serif; */
    color: #000;
    text-transform: capitalize;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
}
.welcome-title p span {
    
    font-size: 45px;
    line-height: 60px;
    font-style: normal;
}
/*===update Section===*/

.update {
	padding: 2.0em 0 7.0em;
	background: #f1f1f1;
}
.update .title p {
	margin-bottom: 50px;
	text-align: center;
}
.update-box {
	padding: 20px 20px;
	transition: all 0.5s ease-in-out 0s;
	text-align: center;
}
.update .update-box i {
	background: #fff;
	color: #cf0606;
	font-size:45px;
	margin-top: 20px;
	width:100px;
	height:100;
	line-height: 100px;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease-in-out 0s;
}
.update .update-box i:hover {
	color: #fff;
	background: #cf0606;
	text-align: center;
}
.update .update-box h3 {
	font-size: 25px;
	margin: 10px 0px 0px;
	padding: 0px;
	font-weight: 600;
	text-align: center;
}

/*===VISION Section===*/
.vision{
	padding: 2.0em 0 4.0em;
}
.vision h2{
	margin-top: 40px;
	    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 60px;
}
.vision h3{
	margin-top: 40px;
}
.red{
	background-color: #e00;
	    color: #fff;
    padding: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.green{
	background-color: #00b050;
	    color: #fff;
    padding: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.red-txt{
	color: #e00;
}
.green-txt{
	color: #00b050;
}
/*.globe-wrap {
    width: 350px;    
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.globe {
    width: 100%;
    height: auto;
    animation: spin 8s linear infinite;
    transform-style: preserve-3d;
}

@keyframes spin {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}*/

/*========Welcome Section=========*/

.company {
	padding: 1em 0 12em;
}



/*========Terms page Section=========*/

.terms {
	padding: 5em 0 4em;
}
/*===opportunity Section===*/

.opportunity {
	padding: 0em 0 7.0em;
	background: url(../img/banner_bg.png) no-repeat;
}
.opportunity .text-style {
	padding: 80px 50px 80px;
	border-radius: 5px;
}
.opportunity .text-style p {
	color: #fff;
	font-size: 35px;
	line-height: 50px;
	text-align: center;
	font-family: 'Playfair Display', serif;
}
.opportunity .opportunity-btn {
	background: #7fb401;
	transition: all 0.5s ease-in-out 0s;
	color: #fff;
	font-weight: 600;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin: 30px auto 0px;
	width: 250px;
	border-radius: 28px;
}
.opportunity .opportunity-btn:hover {
	background: #fff;
	color: #15263b;
}
/*===mission Section===*/

/*===product Section===*/

.product {
	padding: 2em 0;
}
.product .title {
	text-align:center;
}
.product figcaption p {
	color: #fff;
}
/*===mission Section===*/

.mission {
	padding: 4.0em 0 4.0em;
	background:url(../img/Features_bg.png) bottom #337744;
}
.mission-box {
	padding: 0;
}
.mission-text-box {
	padding: 10px 0px;
}
.mission-text-box h3 {
	color: #fff;
	font-size: 25px;
	text-transform:capitalize;
	margin-bottom: 0px;
}
.mission-text-box p {
	font-size: 15px;
	margin: 5px 0 5px;
	color: #fff;
}
.mission-text-box i {
	font-size: 60px;
	margin: 5px 0 5px;
	color: #fff;
}
.mission .title p {
	color: #fff;
}
.mission a {
	text-align: left;
	color: #7fb401;
	font-family: 'Playfair Display', serif;
}
/*========Service Section=========*/

.feature {
	padding: 5.0em 0 5.0em;
}
.feature .feature-box {
	border-radius: 15px;
	padding: 15px;
	background: #f1f1f1;
	margin: 10px 0;
}
.feature .feature-box .left-text {
	padding-right: 15px;
	float: left;
	height:105px;
}
.feature .feature-box .left-text p {
	color:#7fb401;
	font-weight: 600;
	font-size: 40px;
	font-family: 'Playfair Display', serif;
	margin: 0px;
	line-height: 25px;
}
.feature .feature-box .right-text {
}
.feature .feature-box .right-text p {
	font-weight: 400;
	margin: 0px;
}
.feature .title p, .feature .title p span {
	font-size: 45px;
	line-height: 60px;
	text-align: center;
}
/*========VISION Section=========*/

.vision {
	padding: 5.0em 0 3.0em;
	/*background: #f5f5f5 url(../img/bg-img-1.jpg) no-repeat right;*/
}
.vision h3 {
	text-align: center;
}
.vision .vision-box {
	padding: 30px 15px;
	background: #f5f5f5;
	margin: 20px 0px;
	border-radius: 10px;
	text-align: center;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	    min-height: 460px;
}
.vision .vision-box p {
	text-align: center;
}
.vision .title p {
	/*text-align: center;*/
}
.vision .vision-box h3 {
	font-weight: 600;
	margin: 20px 0 15px;
	text-transform: capitalize;
	color: #21333e;
	text-align: center;
}
.vision .vision-box .vision-icon {
	background: #03b052;
	width: 150px;
	height: 150px;
	line-height: 100px;
	border-radius: 50%;
	margin: 10px auto;
        padding-top: 15px;
}
.vision .vision-box i {
	color: #599540;
	font-size: 50px;
	line-height: 100px;
}

.vision .read-more {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-top: 5px;
	color: #b1976b;
	font-size: 13px;
	text-align: center;
}
.vision .vision-box:hover {
	background: #c0f9da;
}
.vision .vision-box:hover p, .vision .vision-box:hover h3 {
	color: #333333;
}

.vision-box .list-style li:hover{
	color: #333333;
}
/*========How to order section=========*/
.order-circle{
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 50%;
	width: 300px;
	height: 300px;
}

.order {
	padding: 5.0em 0 3.0em;
	/*background: #f5f5f5 url(../img/bg-img-1.jpg) no-repeat right;*/
}
.order h3 {
	text-align: center;
}
.order .order-box {
	padding: 5px 15px;
	/*background: #f5f5f5;*/
	margin: 20px 0px;
	border-radius: 10px;
	text-align: center;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin: 5px 0px;
}
.order .order-box p {
	text-align: center;
}
.order .title p {
	text-align: center;
}
.order .order-box h3 {
	font-weight: 600;
	margin: 20px 0 15px;
	text-transform: capitalize;
	color: #21333e;
	text-align: center;
	    font-size: 18px;
}
.order .order-box .order-icon {
background: #cf0606;
    width: 120px;
    height: 120px;
    line-height: 60px;
    border-radius: 50%;
    margin: 10px auto;
    padding: 25px 0;
    border: 4px solid #ebabab;
}
.order .order-box img{
	width: 60px;
	
}
.order .order-box i {
	color: #599540;
	font-size: 50px;
	line-height: 100px;
}
.order .read-more {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-top: 5px;
	color: #b1976b;
	font-size: 13px;
	text-align: center;
}
.order .order-box:hover {
	background: #c0f9da;
}
.order .order-box:hover p, .order .order-box:hover h3 {
	color: #333333;
}

.order-box .list-style li:hover{
	color: #333333;
}
/*========Contact page=========*/
.contact-icon {
	background: #f2f8f1;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	float: left;
	margin-right: 15px;
}
.contact-icon i {
	color: #007237;
	font-size: 50px;
	line-height: 100px;
}
.contact-icon img{
	width: 65px;
    padding-top: 0px;
}
.clr {
    clear: both;
}
.padd-15 {
    padding: 15px 0;
}
/*--------------
Animation
--------------*/

.slide-top {
	-webkit-animation: slide-top 5s linear infinite alternate both;
	animation: slide-top 5s linear infinite alternate both;
}
 @-webkit-keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
@keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
.slide-down {
	-webkit-animation: slide-down 3s linear infinite alternate both;
	animation: slide-down 3s linear infinite alternate both;
}
 @-webkit-keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
@keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
 @-webkit-keyframes MOVE-BG {
0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 -webkit-transform: translateX(88px);
 transform: translateX(88px);
}
}

@media(max-width:1024px) {
.update .update-box .icon {
	font-size: 170px;
	display: block;
	position: absolute;
	top: 0px;
	left: 15%;
	transition: all 0.5s ease-in-out 0s;
}
}

/*===========Inner Banner Style Start============*/
.inner-banner {
	background-position: center;
    background-size: cover;
	background: url("../img/inner-banner.jpg") no-repeat;
	    background-size: cover;
}
.inner-banner-img {
    position: relative;
    width: 100%;
    display: block;
    padding: 100px 0px 100px;
}
.inner-banner-img:before {
    position: absolute;
    content: '';
	background: rgb(15 19 38 / 47%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner-banner h2 {
	position: relative;
    color: #ffffff;
    font-size: 4.0rem;
    text-align: center;
	font-size: 55px;
    color: #fff;
    text-shadow: 0 0 20px #edbb75;
	text-transform: uppercase;
    font-weight: bold;
}
.inner-banner h2 em{
	    text-transform: capitalize;
    color: #00b050;
    letter-spacing: 2px;
    font-weight: bold !important;
	text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
}
.inner-banner h2 span{
	    text-transform: capitalize;
    color: #00b050;
    letter-spacing: 2px;
    font-weight: bold !important;
	text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
}
.about-box p{
    text-align: center;
}

@media(max-width:768px) {
.inner-banner-img {
    padding: 20px 0px 20px;
}
.inner-banner h1 {
    font-size: 3.8rem;
}
.inner-banner h2{
    font-size: 1.5em !important;
}
	.title p em{
		font-size: 22px;
	}
    .title p span{
		font-size: 22px;
	}
	.title p{
		font-size: 22px;
	}
	.mission{
		padding: 1em 0 1em;
	}
	.vision{
		 padding: 1em 0 1em;
	}
	.slide-down{
		animation: none;
	}
	.mission-text-box h3{
		font-size: 18px;
	}
	.title p{
		    margin: 0px 0 0px;
	}
	.vision .vision-box{
		min-height: 390px;
		    padding: 10px 15px;
	}
    .welcome{
        padding: 1em 0 3em;
    }
    .bottom-shape .line2{
            height: 37px;
    margin-top: -148px;
    }
    .update .update-box h3{
        font-size: 16px;
    }
    .update .update-box i{
            margin-top: 0px;
    }
    .update-box{
        padding: 0px 20px;
    }
    .vision h2{
        font-size: 20px;
       margin-top: 10px;
    }
    .update{
            padding: 2.0em 0 3em;
    }
    .bottom-shape .line{
            margin-top: 0px;
                height: 8px;
    }
    .order{
            padding: 2em 0 3.0em;
    }
    .order .order-box{
            padding: 6px 15px;
    }
    .order .order-box{
            margin: 0px 0px;
    }
    .topic-page .page-body{
        padding: 0px 0px !important;
    }
    .terms{
       padding: 2em 0 4em;
    }
    .list-style li{
        margin-left: 22px;
                font-size: 16px;
    }
    h3{
       font-size: 1.2em;
    }
    .topic-page p{
        text-align: left;
    }
    .contact-icon{
        float: none;
    }
}

/***********FOR SOFTWARE*********************/
.master-wrapper-page{
    width: 100%;
}
.center-1{
    margin: -20px 0;

}
.page-title h1{
    display: none;
	
}
.page-title{

	margin: 0 0 10px;
}
