﻿
/********************************************************
    Backgound
********************************************************/
.bgs1{
    background-color: #468E76;
    background-image: url("../img/pattern.png");background-repeat: repeat;
}

.bgs2{
    background-color: #E9F0EC;}
/********************************************************/

/********************************************************
    Pricing
********************************************************/


.pricing2 {
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pricing2 figure {
    margin: 0;
    position: relative;
    width: 100%;
    margin-left: auto;
        overflow: hidden;
}
.pricing2 figure img:hover {
   -webkit-transform: scale(1.05, 1.05);
   transform: scale(1.05);
}
.pricing2 figure img {
    transform: scale(1);
    transition: transform 500ms ease;
}
.pricing2 .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.pricing2 .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.pricing2 .con {
    padding: 45px 30px;
}
.pricing2 .price {
    margin: 0;
    padding: 0;
    display: block; 
    margin-bottom: 15px;
}
.pricing2 .price sup {
    font-size: 20px;
    top: -1.25em;
    color: #50937D;
    font-family: 'Didact Gothic', sans-serif;
}
.pricing2 .price .number {
    font-size: 60px;
    font-weight: 400;
    color: #50937D;
    font-family: 'Didact Gothic', sans-serif;
    line-height: 60px;
}
.pricing2 .title {
    margin-bottom: 30px;
    color: #50937D;
    font-size: 27px;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #eee3d0;
    padding-bottom: 15px;
    font-family: 'Didact Gothic', sans-serif;
}
.pricing2 .pricing2-text, 
.pricing2 .pricing2-text li {
    padding: 0;
    margin: 0; 
}
.pricing2 .pricing2-text li {
    list-style: none;
    margin-bottom: 15px;
    color: #000;
}
.pricing2 .pricing2-text li span.ti-check,
.pricing2 .pricing2-text li span.ti-close {
    font-size: 12px;
    color: #000;
    margin-right: 10px;
}
.pricing2:hover, 
.pricing2:focus {
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11); 
}
.pricing2 .butn-dark {
    display: grid;
}
/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}
.butn-dark a {
    font-weight: 300;
    background: #50937D;
    color: #fff;
    padding: 15px 20px;
    margin: 0;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #1b1b1b;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark a:hover span {
    color: #fff;
}










/* newsletter */
.widget-newsletter {
    position: relative;
}
.widget-newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: #fff;
    font-size: 16px;
    color: #555;
    outline: none;
    padding: 0 90px 0 20px;
}
.widget-newsletter button {
    height: 50px;
    border: none;
    background: #1A483F;
    font-size: 22px;
    color: #fff;
    outline: none;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 5px;
}
.widget-newsletter button:hover {
    background: #000;
}














.hide0 {
display:none;
}
.hide1 {
display:visibility;
}

.bg-primary2 {
	 background: #ff0000;
}
.overflow-hidden {
	overflow: hidden!important;
}
.pt-4 {
	padding-top: 2rem!important;
}
.pb-3 {
	padding-bottom: 2rem!important;
}

@keyframes moveText{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.move-text-animate {
	animation: moveText 15s linear infinite;
}

.fw-semibold {
    font-family: "Teko", sans-serif;
    color: #ff0000;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5em;
}
.text-nowrap {
	white-space: nowrap!important;
}
.text-uppercase {
	text-transform: uppercase!important;
}
.me-16 {
	margin-right: 5rem!important;
}

