/* ===================================
    Google fonts
====================================== */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');


/* ===================================
   About
====================================== */
.main-title {
    position: relative;
    margin-bottom: 4rem;
    text-align: center;
}
.main-title h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 1.1rem;
    color: #1f1f1f;
}
.main-title h2 {
    text-transform: capitalize;
    font-weight: 300;
    color: #1f1f1f;
    line-height: 1.2;
    max-width: 650px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.main-title p {
    max-width: 720px;
    margin: 0 auto;
}

.main-title.style-two h5 {
    margin-bottom: 1.5rem;
}
.main-title.style-two h2 {
    text-transform: initial;
    font-size: 37px;
    font-weight: 500;
    max-width: 720px;
}
.main-title.style-two p {
    color: #1f1f1f;
    max-width: 720px;
}

.about-box {
    border-radius: 5px;
    padding: 50px 15px 50px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 9px rgba(127, 123, 123, 1);
    transition: ease-in-out 0.3s;
	max-width:none;
}
.about-box:hover {
    background: #28a745;
    -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
}
.about-box .about-main-icon i {
	color: #fed136;
    font-size: 40px;
    transform: translateY(0);
    transition: ease-in-out 0.3s;
}
.about-box:hover .about-main-icon i {
    transform: translateY(-10px);
}
.about-box h5 {
    font-weight: 200;
    color: #212529;
    transition: ease-in-out 0.3s;
}
.about-box:hover i, .about-box:hover h5 {
    color: #fff;
    transition: ease-in-out 0.3s;
}
.about-opacity-icon {
    width: 100%;
    display: flex;
    justify-content: center;
}
.about-opacity-icon i {
    position: absolute;
    /* color: #28a745; */
	color:rgb(254, 209, 54);
    top: 30px;
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    /* opacity: 0; */
	opacity:0.2;
    animation: scale .6s alternate infinite linear both;
}
@keyframes scale {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px)
    }
}
.about-box:hover .about-opacity-icon i {
    opacity: .09;
}

.about-box.active {
    background: #28a745;
    -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
}
.about-box.active i, .about-box.active h5 {
    color: #fff;
}
.about-box.active .about-opacity-icon i {
    opacity: .09;
}
.about-box.active:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
}
.about-box.active:hover i{
    color: #0284d0;
}
.about-box.active:hover h5 {
    color: #1f1f1f;
}
.about-box.active:hover .about-opacity-icon i {
    opacity: .09;
}

.about-box.active.about-box-green {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
}
.about-box.active.about-box-green i {
    color: #0284d0;
}
.about-box.active.about-box-green h5 {
    color: #1f1f1f;
}
.about-box.active.about-box-green .about-opacity-icon i {
    opacity: 0;
}
.about-box.active.about-box-green:hover {
    background: #28a745;
}
.about-box.active.about-box-green:hover i {
    color: #ffffff;
}
.about-box.active.about-box-green:hover h5 {
    color: #ffffff;
}
.about-box.active.about-box-green:hover .about-opacity-icon i {
    opacity: .09;
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* ===================================
    price Starts
====================================== */

.price-item {
    position: relative;
    padding: 2.5rem 0;
    max-width: 365px;
    margin: 0 auto;
    z-index: 1;
    transition: 1s;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 10px;
}
.price-transform {
    transform: translateY(34px);
}
.price-box {
    margin-bottom: 75px;
}
.price-box h3 {
    font-size: 36px;
    color: #1f1f1f;
    text-transform: capitalize;
    font-weight: normal;
}
.price-box i {
    font-size: 55px;
    color: #eaeaea;
}
.dollar {
    position: absolute;
    font-size: 30px;
    transform: translateX(-95%);
    top: 5px;
    font-weight: 300;
}
.price {
    padding-bottom: 40px;
}
.price h2 {
    font-size: 60px;
    font-weight: 100;
}
.price span.month{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #1f1f1f;
}
.price-sub-heading {
    margin-bottom: 20px;
    font-size: 17px;
    color: #1f1f1f;
    font-weight: 100;
}
.price-padding {
    padding: 7.5rem 0 4rem;
}

.price-features {
    padding: 30px 0;
    color: #ffffff;
}
.dollar {
    position: absolute;
    font-size: 30px;
    transform: translateX(-95%);
    top: 5px;
    font-weight: 300;
	color:black;
}

.color-green {color: #28a745;}

.bg-green {
    background-color: #28a745;
}
.bg-light-gray {
    background-color: #f8f8f8;
}
.bg-light-gray2 {
    background-color: #efefef;
}
.bg-light-gray3 {
    background-color: #f2f2f2;
}
.price-description {
    padding-bottom: 65px;
}
.price-description p{
    color: #686868;
    padding: 15px 0;
	margin-bottom: 0;
}
.price-description p:last-child {
    margin-bottom: 0;
}
.price-transform.basic-plan .price-description{
    padding-bottom: 120px
}
.price-item.standard-plan {
    padding: 4rem 0;
    z-index: 2;
    max-width: 380px;
}
.price-item.standard-plan .price-box {
    margin-bottom: 40px;
}
.price-item.standard-plan .price-box i {
    font-size: 70px;
}
.price-item.standard-plan .price-description {
    padding-bottom: 40px;
}
/*
.price-item .btn-blue {
    border-color: #0284d0;
    background-color: #0284d0;
}
*/
.price-package, .price-icon {
    transform: translateY(0);
    transition: 1s;
    animation: 1s linear 1 alternate both ;
}
.price-item:hover .price-package {
    transform: translateY(210%);
    transition: 1s;
    animation: 1s linear 1 alternate both ;
}
.price-item:hover .price-icon {
    transform: translateY(-130%);
    transition: 1s;
    animation: 1s linear 1 alternate both ;
}
.price-item.standard-plan:hover .price-package {
    transform: translateY(-280%);
    transition: 1s;
    animation: 1s linear 1 alternate both ;
}
.price-item.standard-plan:hover .price-icon {
    transform: translateY(100%);
    transition: 1s;
    animation: 1s linear 1 alternate both ;
}

/* ===================================
   Media Queries
====================================== */

@media (max-width: 1280px) and (min-width: 992px) {

    .about-img {
        height: 580px;
    }
    .image img.about-img {
        height: 580px;
    }
}

@media screen and (max-width: 1199px) {
    h1, .h1{
        font-size: 3.56rem;
    }
    h2 {
        font-size: 2.45rem;
    }
    h3 {
        font-size: 1.65rem;
    }
    h4 {
        font-size: 1.15rem;
    }
    h5, .cbp-l-project-subtitle {
        font-size: 1rem;
    }
    .navbar-top-default .navbar-nav .nav-link {
        padding-right: 0.1rem;
        padding-left: 0.1rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .split-container-setting {
        max-width: 400px;
        margin-right: 67px;
    }
    .split-container-setting.style-two {
        max-width: 400px;
        margin-left: 70px;
    }
    .split-container-setting.style-three {
        max-width: 400px;
    }
}
@media screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 2.95rem;
    }
    h2 {
        font-size: 2.3rem;
    }
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    .mt-sm-40px {
        margin-top: 40px;
    }
    .sm-mt-2rem {
        margin-top: 2rem;
    }
    .sm-mt-5 {
        margin-top: 3rem;
    }
    .sm-mt-15px {
        margin-top: 15px;
    }
    .sm-mb-10px {
        margin-bottom: 10px;
    }
    .md-mb-5 {
        margin-bottom: 3rem;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .sm-p-0 {
        padding: 0;
    }
    #home.h-100vh {
        min-height: unset !important;
    }

    .about-img, .image img.about-img {
        height: auto;
        width: 100%;
    }
    .split-container-setting, .split-container-setting.style-two, .split-container-setting.style-three {
        padding: 7.5rem 0;
        max-width: 720px;
        margin: 0 auto;
    }

    .testimonial-post {
        margin: 0 auto;
    }
    .testimonial-post .post, .testimonial-post .text-content {
        display: block;
        margin: 0 auto;
    }

    .side-menu {
        width: 45%;
    }

    .split-box-container-setting {
        max-width: 650px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .contact-transform {
        transform: translateY(-50%)
    }
    .contact-box {
        padding: 65px 45px;
    }
    .contact-transform .col-map #google-map {
        height: 494px;
    }
}
@media screen and (max-width: 767px) {
    body {
        text-align: center;
    }

    h1, .h1 {
        font-size: 2.65rem;
    }

    h2, .main-title.style-two h2, .cbp-l-project-title {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 1.375rem;
    }

    h4 {
        font-size: 1.115rem;
    }
    p {
        font-size: 14px;
    }
    .logo {
        max-width: 120px;
    }
    .side-menu {
        width: 380px;
    }

    section, .section-padding, .price-padding {
        padding: 4.5rem 0;
    }
    .awaza {
        display: none !important;
    }
    .d-xs-none {
        display: none !important;
    }
    .d-xs-block {
        display: inline-block !important;
    }
    .mt-xs-4rem {
        margin-top: 4rem !important;
    }
    .mt-xs-40px {
        margin-top: 40px;
    }
    .mb-xs-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xs-2rem {
        margin-bottom: 2rem !important;
    }
    .mb-xs-3 {
        margin-bottom: 1rem !important;
    }
    .mt-xs-0 {
        margin-top: 0 !important;
    }
    .mb-xs-0 {
        margin-bottom: 0 !important;
    }
    .mr-xs-0 {
        margin-right: 0 !important;
    }
    .ml-xs-0 {
        margin-left: 0 !important;
    }
    .mrl-xs-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .m-xs-0 {
        margin: 0 !important;
    }
    .pt-xs-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xs-25px {
        padding-top: 25px;
    }
    .pt-xs-0 {
        padding: 0 !important;
    }
    .pb-xs-0 {
        padding-bottom: 0 !important;
    }
    .pr-xs-0 {
        padding-right: 0 !important;
    }
    .pl-xs-0 {
        padding-left: 0 !important;
    }
    .price-item {
        padding: 2rem 2rem 3rem;
    }
    .text-xs-center {
        text-align: center !important;
    }
    
    .w-xs-50 {
        width: 50%;
    }

    .split-container-setting, .split-container-setting.style-two, .split-container-setting.style-three {
        max-width: 540px;
        padding: 4.5rem 0;
    }

    .main-title {
        margin-bottom: 2.5rem;
    }
    .main-title h2,  .cbp-l-project-title {
        margin-bottom: 1.2rem;
    }

    .order-xs-2 {
        order: 2;
    }

    .footer-icons li a {
        height: 45px;
        width: 45px;
        font-size: 16px;
        line-height: 50px;
    }

    .price-transform {
        transform: translateY(0);
    }

    .contact-transform {
        transform: translateY(-50%);
    }
    .contact-box {
        padding: 4.5rem 0;
    }
    .brand-transform-padding {
        padding: 0 0 490px;
    }
    .footer-transform-padding {
        padding: 490px 0 0;
    }
}
@media screen and (max-width: 575px) {
    .side-menu .inner-wrapper {
        padding: 2.5rem 5rem 3.5rem;
    }
    .cbp-item-wrapper h3.sm-mb-10px {
        margin-bottom: 0;
    }
    .mt-xxs-40px {
        margin-top: 40px;
    }
    .loading {
        top: 46%;
        left: 46%;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }
    .main-title h5 {
        line-height: 1;
        margin-bottom: 1rem;
    }
    .loader-box {
        position: relative;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-gap: 2px;
        height: 70px;
        margin: 0 auto 45px auto;
        width: 70px
    }
}
@media screen and (max-width: 480px) {
    .slide-action span {
        height: 45px;
        width: 45px;
        font-size: 11px;
    }
    .slide-action span i {
        line-height: 45px;
    }

    .mb-xxs-3 {
        margin-bottom: 1rem !important;
    }

    .side-menu {
        width: 370px;
    }
}



