﻿
/********************************************************
    Backgound
********************************************************/
.bgs1{
  background-image: url("../images/bg.jpg"); 
  background-repeat: no-repeat;
  background-position: right center;
}

.bgs2{
  background-image: url("../images/bg2.jpg"); 
  background-repeat: no-repeat;
  background-position: center top;
}
/********************************************************/

/********************************************************
    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: #734C67;
    font-family: 'Didact Gothic', sans-serif;
}
.pricing2 .price .number {
    font-size: 60px;
    font-weight: 400;
    color: #734C67;
    font-family: 'Didact Gothic', sans-serif;
    line-height: 60px;
}
.pricing2 .title {
    margin-bottom: 30px;
    color: #734C67;
    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: #734C67;
}
.pricing2 .pricing2-text li span.ti-check,
.pricing2 .pricing2-text li span.ti-close {
    font-size: 12px;
    color: #734C67;
    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: #734C67;
    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;
}

/********************************************************/
/* ======= Banner Header style ======= */
.banner-header {
    height: 40vh;
    background-position: center;
}
.banner-header.full-height {
    min-height: 100vh;
}
.banner-header[data-overlay-dark] h1,
.banner-header h1 {
    font-size: 48px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 0;
}
.banner-header p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/* breadcrumbs */
.banner-header .breadcrumbs {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.banner-header .breadcrumbs li {
    display:inline-block;
    margin:0;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
    color:#fff;
}
.banner-header .breadcrumbs li a {
    color:#3E4939;
}
.banner-header .breadcrumbs li a:hover {
    color:#fff;
}
.banner-header .breadcrumbs li:not(:last-child):after {
    margin: 0 20px 0 20px;
    vertical-align: middle;
    position: relative;
    top: 0px;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "|";
    font-size: 12px;
    font-weight: 900;
    color: #3E4939;
}
@media screen and (max-width: 767px) {
    .banner-header h1 {
        font-size: 36px;
    }
}









/* 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;
}

