

@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700');

/*=================
    01.BASIC
===================*/

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
}

    h1.font-weight-bold,
    h2.font-weight-bold,
    h3.font-weight-bold,
    h4.font-weight-bold,
    h5.font-weight-bold,
    h6.font-weight-bold {
        font-weight: 700 !important;
    }

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
}



/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }






p {
    line-height: 1.6;
    color: #5d5d5d;
}

.back_top_angle_up {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #5a961a;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 35px;
    transition: all 0.5s;
}

    .back_top_angle_up i {
        color: #fff;
        line-height: 35px;
        font-size: 14px;
        display: block;
    }



.owl-carousel .owl-item {
    opacity: 0.3;
}

    .owl-carousel .owl-item.active {
        opacity: 1;
    }
/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on {
    background-color: rgba(0, 0, 0, 0.63);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
}



.bg_overlay_gradient {
    background: #101010;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c405a, #101010);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #555e9a, #101010);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.text_custom {
    color: #5a961a;
}

.bg_cover_custom {
    background-color: #5a961a;
}

.btn, input[type=submit] {
    padding: 10px 25px !important;
    font-size: 14px;
    border:0 !important;
    font-weight: 700;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.btn_custom {
    border: 1px solid #5a961a;
    background-color: #5a961a;
}

    .btn_custom:hover,
    .btn_custom:focus,
    .btn_custom:active,
    .btn_custom.active,
    .btn_custom.focus,
    .btn_custom:active,
    .btn_custom:focus,
    .btn_custom:hover,
    .open > .dropdown-toggle.btn_custom {
        color: #f3f3f3;
        background-color: #5a961a;
        border-color: #5a961a;
    }

.btn_outline_custom {
    border: 2px solid #f5f5f5;
}

    .btn_outline_custom:hover,
    .btn_outline_custom:focus,
    .btn_outline_custom:active,
    .btn_outline_custom.active,
    .btn_outline_custom.focus,
    .btn_outline_custom:active,
    .btn_outline_custom:focus,
    .btn_outline_custom:hover,
    .open > .dropdown-toggle.btn_outline_custom {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

.full_height_100vh {
    height: 100vh;
}
.justify{
    text-align:justify;
    font-size:14px;
    
}
.vertical_content_manage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.all_section_heading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
}

.all_section_heading_details {
    max-width: 600px;
}

.section_heading i {
    font-size: 22px;
}

.section_heading > div {
    margin-top: 25px;
}

.section_heading i.line {
    width: 75px;
    height: 3px;
    background: #5a961a;
    display: block;
    margin: 0 auto;
}



.btn_small {
    padding: 10px 14px;
}

/*.navbar-brand img {
    height: 34px;
}*/

/*======================
    03  NAVBAR
=======================*/

.custom_nav_menu {
    padding: 5px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 99;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0.5) 100%);
}
}

    .custom_nav_menu .social_menu .list-inline-item:not(:last-child) {
        margin-right: 8px;
    }

    .custom_nav_menu .navbar-nav li a {
        color: #000;
        font-size: 13px;
        background-color: transparent !important;
        padding: 15px 0;
        margin: 0 3px;
        transition: all 0.4s;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight:600;
    }

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.stickyadd .navbar-nav {
    margin-top: 0px;
}

.stickyadd.custom_nav_menu .navbar-nav li a {
    color: rgba(0, 0, 0, 0.75);
}

.custom_nav_menu .navbar-brand.logo img {
    height: 50px;
    transition: all 0.5s ease-in-out;
}

.stickyadd.custom_nav_menu .navbar-brand.logo img {
    height: 34px;
}

.stickyadd.custom_nav_menu {
    position: fixed;
    margin-top: 0px;
    padding: 4px 0px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom_nav_menu .navbar-nav li.active a,
.custom_nav_menu .navbar-nav li a:hover,
.custom_nav_menu .navbar-nav li a:active {
    color: #5a961a !important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom_nav_menu .btn-custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.call-btn, .call-btn a {
    color: #5a961a;
    font-weight:bold;
}

call-btn a:hover {
    color: #000;
}

.stickyadd .call-btn {
    color: #000;
}

/*================
    04.HOME
==================*/

.bg_home_lan_img {
    /*background-image: url(../images/home-bg-3.jpg);*/
    position: relative;
    background-size: cover;
    background-position: center center;
}

.background{
    background-image: url(../images/S1.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    /* position: fixed; */
    width: 100%;
}

.bg_inner_img {
    /*background-image: url(../images/hero-homes-mohali-top-bg.jpg);
    position: relative;
        background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    width: 100%;*/
    /*background-size: cover;
    background-position: center center;*/
}

.bg_inner {
    background-image: url(../images/slider1.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.bg_inner .home_title {
font-size:24px;
}

.carousel {
    position: absolute;
    height: 70vh;
    width: 100%;
}

    .carousel img {
        width: 100%;
    }

.carousel-inner {
    height: 70vh;
}

.carousel-item:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.38);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
}

.carousel-caption h5 {
    font-size: 2.1rem;
    margin-bottom: 15px;
}

.carousel-caption p {
    color: #dcdcdc;
    text-transform: uppercase;
}

.video-banner{
    width: 100%;
    /*height: 70vh;*/
    overflow: hidden;
}
.mobile-banner {
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

    .video-banner video, .mobile-banner img {
        object-fit: cover;
    }

    .mobile-banner img {
        /*max-width: 100%;*/
        height: 100%;
    }
    .video-banner video, .mobile-banner img {
        object-fit: cover;
    }

@media only screen and (min-width : 1200px) {
    .carousel-caption {
        top: 25%;
        z-index: 999999;
    }

    section.container-fluid {
        padding: 0 30px !important;
    }
}

.home_small_budget {
    background: #5a961a;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 12px;
}

.home_big_budget {
    padding: 8px 12px 8px 5px;
    background-color: rgba(39, 40, 45, 0.55);
    border-radius: 30px;
    font-size: 12px;
}

.home_title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 700px;
}

.home_subtitle {
    color: #dadada;
    max-width: 600px;
    line-height: 1.8;
}

.home_table_cell_center {
    display: table-cell;
    vertical-align: middle;
}

.home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}

.full_height_100vh_home {
    height: 100vh;
}

.innerpage_25vh {
    height: 25vh;
}

.innerpage_50vh {
    height: 50vh;
}

.innerpage_80vh {
    /*height: 70vh;*/
}


/*-------------------
    HOME - 3
--------------------*/

.up-index {
    z-index: 2;
}


/*------------------
    HOME DEMO -5
------------------*/

.bg_clip_home {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 25% 100%, 0 88%);
}

/*------------------
    HOME DEMO -9
------------------*/

.bg_gradient_lan {
    background: #101010;
    background: linear-gradient(to right, #3c405a, #101010);
}

/*====================
  05.  FEATURES
====================*/

.features_box_title_top {
    max-width: 400px;
    line-height: 1.4;
}

.features_box_subtitle {
    line-height: 1.8;
}

.features_border_top {
    height: 4px;
    background: #5a961a;
    width: 60px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.features_video .features_video_icon {
    height: 46px;
    width: 46px;
    background-color: #5a961a;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 23px;
}

.features_video span {
    font-size: 14px;
    position: relative;
    top: -3px;
    color: #000 !important;
}

/*====================
   06. SERVICES
=====================*/

.services_read_more i {
    font-size: 26px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #e7e7e7;
    display: inline-block;
}


/*==========================
    07. CTA 
===========================*/

.bg_video_img_cover {
    background-image: url(../images/bg_cta_section.html);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.all_section_heading_details {
    /*color: #dadada;*/
    line-height: 1.8;
}

.cta_max_width {
    max-width: 635px;
}



/*=====================
   08. features
======================*/
.values {
    margin: 0;
    padding: 50px 0 0;
    text-align: center;
}

    .values li:nth-child(3n+1) {
        clear: left;
    }

    .values li {
        font-size: 14px;
        font-family: Roboto,sans-serif;
        font-weight: 300;
        color: #aaa;
        padding-right: 10%;
        padding-bottom: 50px;
        list-style: none;
    }

        .values li strong {
            display: block;
            font-size: 1.25em;
            font-weight: 400;
            color: #222;
            padding: 75px 0px 0px;
            background: no-repeat center;
            background-size: auto 60px;
            text-align: center;
            margin: 0 auto;
            background-position: top;
        }


/*=====================
   08. TESTIMONIAL
======================*/

.client_box_img img {
    max-width: 80px;
}

.clients_name h5 {
    font-size: 16px;
}

.business_client_box p {
    line-height: 1.8;
    max-width: 600px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 7px;
    margin: 20px 5px;
    border: 1px solid #5a961a;
    background-color: #5a961a;
    opacity: 0.4;
}

/*====================
  09. OUR TEAM
=====================*/

.team_box_all {
    border: 1px solid #e0e0e0;
}

    .team_box_all .team_img img {
        max-width: 90px;
    }

.team_social ul li a {
    color: #fff;
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 33px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
}

.bg_fb_color {
    background-color: #3b5998;
}

.bg_google_color {
    background-color: #D34338;
}

.bg_twitter_color {
    background-color: #1da1f2;
}

.bg_pinterest_color {
    background-color: #BD081B;
}

/*====================
  10. PRICING PLAN
=====================*/

.pricing_plan_box {
    border-radius: 10px;
    overflow: hidden;
}

    .pricing_plan_box .img {
        width: 50%;
        float: left;
        overflow: hidden;
    }

        .pricing_plan_box .img img {
            transition: all .3s;
            transition-timing-function: ease-out;
        }

    .pricing_plan_box:hover .img img {
        margin: 0;
        width: auto;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .pricing_plan_box .text {
        width: 50%;
        float: left;
    }

        .pricing_plan_box .text h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .pricing_plan_box .text label {
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #7b7a7a;
            margin-bottom: 0;
        }

        .pricing_plan_box .text p {
            font-size: 14px;
            font-weight: 600;
            color: #333;
        }

        .pricing_plan_box .text a {
            background: #ffffff;
            padding: 4px 12px;
            text-transform: uppercase;
            font-size: 11px;
            color: #000;
            /* border-radius: 2px; */
            letter-spacing: 1px;
            transition: all .3s;
            transition-timing-function: ease-out;
            border-bottom: solid 1px #000;
            border-top: solid 1px #000;
        }

            .pricing_plan_box .text a:hover {
                background: #333;
                color: #fff;
            }

.list_price_features {
    padding: 20px 40px;
}

.pricing_devider {
    height: 3px;
    width: 70px;
    display: block;
    background: #6c757d;
}

.price_tag_heading span {
    font-size: 14px;
}

.icon_success_color {
    color: #5a961a;
    margin-right: 12px;
}

.pricing_plan_box.active {
    background: #5a961a;
}

.pricing_plan_box.active {
    position: relative;
    overflow: hidden;
    border-color: #ff546c;
}

    .pricing_plan_box.active i {
        color: #fff;
        margin-right: 12px;
    }

    .pricing_plan_box.active .lable h6 {
        color: #5a961a;
        font-size: 10px;
        font-weight: bold;
    }

    .pricing_plan_box.active .lable {
        background: #fff;
        padding: 8px 0;
        text-align: center;
        width: 200px;
        position: absolute;
        top: 22px;
        right: -60px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/*===============
    11.FAQ
=================*/

.faq_contant {
    border-radius: 6px;
}

/*=====================
    12. CONTACT US
======================*/

.business_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #eae7e7;
}

textarea.form-control {
    height: auto !important;
}

.business_form_custom .form-control:focus {
    border-color: #5a961a !important;
    box-shadow: none;
    outline: 0;
}

.business_form_custom {
    box-shadow: 0 0 35px 1px #efefef;
    padding: 40px;
}

.contact_icon {
    font-size: 30px;
    background: rgba(51, 208, 133, 0.1);
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 64px;
    border-radius: 50px;
}

/*==================
     13.sidebar
====================*/
.simlar-pro .row {
    margin-right: -5px;
    margin-left: -5px;
}

.simlar-pro [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.simlar-pro h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}

.simlar-pro label {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7b7a7a;
    margin-bottom: 0;
    line-height: 1;
}

.simlar-pro p.text {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    margin-bottom: 5px;
}

.simlar-pro a.link {
    background: #ffffff;
    padding: 2px 12px;
    text-transform: uppercase;
    font-size: 8px;
    color: #000;
    letter-spacing: 1px;
    transition: all .3s;
    transition-timing-function: ease-out;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}

    .simlar-pro a.link:hover {
        background: #333;
        color: #fff;
    }

.simlar-pro figure {
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 0;
}

.simlar-pro img {
    transition: all .3s;
    transition-timing-function: ease-out;
}

    .simlar-pro img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.simlar-pro hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

/*==================
     13.FOOTER
====================*/

.footer_detail {
    background-color: #5a961a;
}

    .footer_detail h6 {
        font-size: 0.9rem;
        font-weight:bold;
        border-bottom: solid 2px #fff;
            margin-bottom: 25px;
            display: inline;
    /* padding-top: 10px; */
    }

.subcribe-newslatter input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #fff !important;
    border: none;
    outline: none !important;
    padding-right: 150px;
    padding-left: 30px;
    border-radius: 30px;
    background-color: rgba(241, 241, 241, 0.05);
}

.subcribe-newslatter button {
    position: absolute;
    top: 4px;
    right: 5px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.subcribe-newslatter form {
    max-width: 550px;
}

.footer_about p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_detail ul.footer_menu_list li {
    color: #fff;
    font-size: 13px;
}

    .footer_detail ul.footer_menu_list li a:hover {
        color: #fff;
        transition: all 0.3s;
    }

    .footer_detail ul.footer_menu_list li a {
        color: #fff;
        display: inline-block;
        padding: 3px 0;
        text-decoration: none !important;
    }

  .footer_detail  .contact{
       color: #fff;
    font-size: 13px;
    }
  .footer_detail  .contact p{
       color: #fff;
    font-size: 13px;
    }
  .footer_detail .big {
    font-size: 15px;
    font-weight: 600;
}
  .footer_detail .no-padding-lr {
    padding-left: 0px;
    padding-right: 0px;
    float:left;
}
  .footer_detail i.fa {
    font-size: 20px;
    margin-bottom: 1%;
    vertical-align: middle;
}
  .footer_detail ul {
    list-style-type: none!important;
}
   .footer_detail ul li a {
    color: #fff;
}
.footer_detail .footer_logo {
    height: 34px;
}

.footer_detail .copy-rights {
    line-height: 43px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_detail .fot_bor {
    height: 2px;
    background: #fff;
    width: 100%;
        margin-top: 20px;
}

.text_footer a, .text_footer {
    font-size: 12px;
    color: #ccc;
}

.copyright {
    font-size: 12px;
    letter-spacing: 0.7px;
}

.social ul {
    padding-left: 0px;
}

    .social ul li {
        list-style: none;
        display: inline-block;
        margin: 0 2px;
    }

        .social ul li a {
            background: #828284;
            width: 30px;
            height: 30px;
            padding: 5px;
            color: #fff;
            display: block;
            text-align: center;
        }

            .social ul li a:hover {
                background: #333;
            }

/*=====================
    14. RESPONSIVE
=======================*/

@media (max-width: 768px) {
    .custom_nav_menu {
        margin-top: 0px;
        padding: 10px 10px !important;
        background-color: #fff !important;
    }


    .innerpage_80vh {
        height: 91vh;
    }

    .carousel-inner, .carousel {
        height: 91vh;
    }

        .carousel img {
            height: 91vh;
            object-fit: cover;
        }

    .carousel-caption {
        right: 2%;
        bottom: 130px;
        left: 2%;
    }

        .carousel-caption h5 {
            font-size: 1.6rem;
            margin-bottom: 7px;
        }

    .vertical_content_manage {
        display: inherit;
    }

    .home_title {
        font-size: 32px;
    }

    .custom_nav_menu .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: rgba(0, 0, 0, 0.55) !important;
    }

    .custom_nav_menu .navbar-nav li.active a {
        color: #5a961a !important;
    }

    .custom_nav_menu > .container {
        width: 90%;
    }

    .custom_nav_menu .logo .logo-dark {
        display: inline-block;
    }

    .custom_nav_menu .logo .logo-light {
        display: none;
    }

    .custom_nav_menu .navbar-brand.logo img {
        height: 26px;
    }

    .navbar-nav {
        margin-top: 0px;
    }

    .navbar-toggler {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }

    .h-100vh {
        height: auto;
    }

    .full_height_100vh_home {
        padding: 61px 0px;
    }

        .full_height_100vh_home .carousel-item img {
            height: 90.5vh;
            object-fit: cover;
        }

    .pricing_plan_box {
        padding: 18px;
    }

    .enq-form .col-md-4 {
        max-width: 33.333333%;
    }

    .enq-form .col-md-8 {
        max-width: 66.666667%;
    }

    .section_all {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .all_section_heading {
        font-size: 18px;
    }

    .pricing_plan_box .img {
        width: 100%;
    }

    .pricing_plan_box .text {
        width: 100%;
    }

    .simlar-pro figure {
        margin-bottom: 10px;
    }

    .mt-xs-2 {
        margin-top: 10px !important;
    }

    .call-btn {
        color: #000;
    }

        /*.call-btn img {
            display: none;
        }*/

    .business_form_custom {
        padding: 25px;
    }
}

.why{
    /*text-align:center;*/
}

.why li{
    font-size:18px;
    font-weight:bold;
     
}

.golff img.img-fluid {
    opacity: 0.5;
    padding: 40px;
}

.column {
    float: left;
    width: 32%;
    padding: 13px;
    height: 300px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  position: relative;
  text-align: center;
  color: white;
}
.justify .col-md-6 {
    color: #fff;
    background-color: #567f2a;
    height: 266px;
}
.why {
    margin-top: 34px;
}
.why li {
    margin-top: 12px;
}

.golff .col-md-12 img {
    width: 64px; 
}

.column.home {
    margin-top: 28px;
}
.golff .col-md-12 img {
    width: 91px;
}
.column.home {
    margin-top: -22px;
}
.centered {
    top: 61%;
}
.golff h2 {
    color: #000;
    font-weight: 800;
}

.pro_overview h3 {
    font-size: 18px;
    margin-top: -1px;
    margin-left: 19px;
}

.centered .column h3 {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}
.column.home img {
    width: 71px;
    margin-top: 4px;
}
.centered .column h3 {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin-left: 0px;
}
.centered .column p {
    color: #000;
    font-weight: 100;
    margin-top: -12px;
    padding: 0;
    font-size: 17px;
    margin-left: 10px;
}
.card-body.aboutt p {
    text-align: center;
    padding: 41px;
}
.card-body.aboutt h1 {
    text-align: center;
}
.justify h3 {
	text-align: center;
}
.associate .col-md-6 {
    background-color: #fff;
}
.row.associate p {
    padding: 5%;
}
.row.first p {
    border-right: 5px #5a961a solid;
}
.row.second p {
    border-left: 5px #5a961a solid;
}
.first {
    padding-top: 3%;
}
.second {
    padding-top: 11%;
}
.third {
    padding-top: 15%;
}
.associate img {
    padding: 12%;
}
.feature {
    padding-top: 17%;
}
li.col-md-3 {
    border: 14px #fff solid;
    background-color: #5a961a;
    height: 325px;
}
.pro_overview .four p {
    text-align: center;
	color: #000;
}
.pro_overview .four img {
    padding-top: 12%;
}
.justify h3 {
    text-align: center;
    margin-left: 41%;
    padding-top: 4%;
    padding-bottom: 1%;
}
h3.buy {
    margin-left: 25% !important;
}

iframe {
    padding-top: 7%;
}

.grow {
  animation: grow 2s ease ;
}
@keyframes grow {
  from { transform: scale(0); }
  to { transform: scale(1); }
}
.bounce-in-right {
  animation: bounce-in-right 2s ease;
}
@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-0px);
  }
  80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

.bounce-in {
  animation: bounce-in 2s ease;
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% { transform: scale(.9); }
  100% { transform: scale(1); }
}

.bounce-out-down {
  animation: bounce-out-down 2s ease;
}
@keyframes bounce-out-down {
  0% { transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.pulse {
  animation: pulse 1s ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}

.pro_overview .four h3 {
    margin-left: 10px;
}
.shake {
  animation: shake 2s ease;
}
@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.flip {
	backface-visibility: visible !important;
	animation: flip 2s ease;  
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

@media screen and (max-width: 800px) {
	  h3.buy {
		margin-left: 0% !important;
	}
	.pro_overview li, .pro_overview ul.feature li {
		line-height: 1.7;
	}
	.golff img.img-fluid {
		height: 569px;
		margin-top: 12%;
	}
	.centered {
		top: 56%;
	}
	.golff .col-md-12 {
		display: grid;
	}
	.column.home {
		margin-top: 0px;
	}
	.golff .column {
		float: left;
		width: 100%;
		padding: 0;
		height: 229px;
	}
	.golff img.img-fluid {
		height: 54rem;
		margin-top: 9%;
		padding: 0;
	}
	.why li {
	   margin-top: 0px; 
	}
	iframe {
		width: 100%;
	}
	.justify h3 {
		margin-left: 26%;
		padding-top: 14%;
	}
	.second {
		padding-top: 0;
	}
	h3.feature.grow {
		text-align: center;
		margin-left: 10px;
	}
}

