/*--- Pricing Table ----*/
.pricing-item-2{
    position: relative;
    border-radius: 20px;
    border: 3px dashed #a3d39c;
    padding: 41px 45px 36px;
    margin-bottom: 30px;
}
.no-border{
    border: none;
}
.pricing-item-2 .price-thumb{
    min-height: 141px;
    margin-bottom: 22px;
}
.pricing-item-2 .price-thumb img{
    width: auto;
    max-width: 100%;
    border-radius: 0;
}
.pricing-item-2 h3{
    font-size: 36px;
    line-height: 40px;
    color: #030303;
    margin: 0 0 19px;
}
.pricing-item-2 .p-price{
    font-size: 46px;
    line-height: .8;
    color: #030303;
    font-weight: 700;
    letter-spacing: .92px;
    margin: 0 0 32px;
}
.pricing-item-2 .p-price .currency{
    font-size: 14px;
    top: 10px;
    margin-right: 10px;
}
.pricing-item-2 .p-price sup{
    margin: 0;
    font-size: 18px;
    left: 3px;
    top: 6px;
}
.pricing-item-2 ul{
    margin: 0;
    padding: 0 0 23px;
}
.pricing-item-2 ul li{
    list-style: none;
    display: block;
    font-size: 17px;
    color: #0e0e0e;
    font-weight: 400;
    line-height: 38px;
}
.pricing-item-2 ul li i{
    font-size: 15px;
    color: #48cb30;
    margin-right: 13px;
}

.ruplone-btn-2 {
    display: inline-block;
    height: 66px;
    font-size: 17px;
    line-height: .8;
    color: #fff;
    background: #212933;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 100px;
    padding: 26px 42px;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

/*---- Banner 02 ------*/
.banner-02{
    position: relative;
    height: 100vh;
    padding: 10px 0 120px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
}
.banner-02:after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/home2/map.html) no-repeat top left;
}
.banner-content-2{
    margin-left: -50px;
    padding-right: 140px;
    padding-top: 110px;
    position: relative;
}
.banner-content-2 > span{
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #2c9c4c;
    margin: 0 0 7px;
}
.banner-content-2 h2{
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1.4px;
    color: #263238;
    margin: 0 0 2px;
}
.banner-content-2 p{
    margin: 0 0 40px;
}
.banner-content-2 ul{
    margin: 0 0 56px;
    padding: 0;
}
.banner-content-2 ul li{
    list-style: none;
    display: block;
    margin: 0 0 39px;
    color: #111c16;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-left: 65px;
    position: relative;
}
.banner-content-2 ul li i {
    width: 44px;
    height: 43px;
    font-size: 16px;
    line-height: 43px;
    color: #fff;
    background: url(images/list-bg2.png) no-repeat center center / cover;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
    top: -11px;
}
.banner-content-2 .ruplone-btn-2{
    font-size: 14px;
    height: 55px;
    padding: 22px 35.5px;
}
.banner-content-2 > span{
    animation-delay: 0.2s;
    animation-name: fadeInDown;
}
.banner-content-2 h2{
    animation-delay: 0.2s;
    animation-name: fadeInDown;
}
.banner-content-2 p{
    animation-delay: 0.2s;
    animation-name: fadeInDown;
}
.banner-content-2 ul{
    animation-delay: 0.2s;
    animation-name: fadeInDown;
}
.banner-content-2 .ruplone-btn-2{
    animation-delay: 0.2s;
    animation-name: fadeInDown;
}
.layer-thumb{
    margin: 0 0 0;
}
.layer-thumb{
    animation-delay: 0.5s;
    animation-name: zoomIn;
}
.layer-thumb img{
    -webkit-animation: movebounce 2.5s linear infinite;
    animation: movebounce 2.5s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1800px){
.layer-thumb img {
    max-width: 100%;
}}

@media (min-width: 1200px) and (max-width: 1800px){
.banner-02 {
    height: auto;
    background-position: bottom right;
}}

@media (min-width: 1200px) and (max-width: 1800px){
.banner-content-2 {
    padding-top: 45px;
}}

@media (min-width: 1200px) and (max-width: 1800px){
.banner-content-2 h2 {
    font-size: 55px;
    line-height: 60px;
}}

@media (min-width: 1200px) and (max-width: 1800px){
.banner-content-2 ul {
    margin-bottom: 40px;
}}

.ruplone-btn-2 span {
    position: relative;
    z-index: 2;
}

.ruplone-btn-2::after {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 100px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    background: #2c9c4c;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
}

@media (max-width: 991px){
.banner-02 {
    height: auto;
    
}}

@media (max-width: 767px){
.about-section-3 .sub-title, .banner-content-2 {
    padding-top: 60px;
}}

@media (max-width: 991px){
.banner-content-2 {
    padding-right: 0;
    margin: 0;
}}

@media (max-width: 767px){
.banner-content-2 h2 {
    font-size: 36px;
}

}
@media (max-width: 991px){
.banner-content-2 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}}

.pricing-section-2 {
    position: relative;
    padding: 70px 0 110px;
}
.sub-color-2 {
    text-shadow: none;
    color: #2c9c4c;
    -webkit-text-fill-color: inherit;
    background: transparent;
}
.sub-title {
    font-size: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to left, #0985f9, #0b72f8, #2f5cf3, #4d40ea, #6809dc);
    line-height: 28px;
    font-weight: 400;
    display: inline-block;
    text-shadow: 1px 0px 54px rgb(47 84 238 / 46%);
    margin: 0 0 8px;
}
.pricing-section-2 .sec-title-2 {
    margin-bottom: 65px;
}
.sec-title-2 {
    font-size: 60px;
    color: #263238;
    line-height: 75px;
    letter-spacing: -1.2px;
    margin: 0 0 47px;
}

.erupop {
    padding: 60px 0 0px;
}

.smbtm{
	margin-bottom:0px;
}

.header-top .header-info li.header-btn .edu-btn {
    color: var(--color-white);
    border-radius: 0;
    overflow: visible;
    text-decoration: none;
}