/* section_heading */

.section_tit {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 8px;
}

.section_tit:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 35%;
    height: 2px;
    background: #000;
}

.section_tit:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 35%;
    height: 2px;
    background: #000;
}

.section_tit h2 {
    margin: 0px 0 10px;
}

.three_line {
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.three_line:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
}

.three_line:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
}

.text_heading p {
    margin: 25px 0px 0px 0px;
}

@media (max-width: 767px) {
    .three_line {
        width: 30px;
    }
    .three_line:before,
    .three_line:after {
        width: 60px;
    }
}


/*-------------------------------------------------------------------------------------------*/


/*  Main Banner        ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.main-banner {
    position: relative;
    margin-top: 0px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .main-banner {
        margin-top: 0px;
    }
}

.main-banner .banner-text .sub-text {
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    font-family: 'Poppins', sans-serif !important;
}

.main-banner .banner-text h2,
.main-banner .banner-text h2 span {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600 !important;
    margin-bottom: 0px;
    line-height: 1.2 !important;
    text-transform: capitalize;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif !important;
}

.main-banner .banner-text h2 span {
    color: #ffce30;
    font-size: 50px;
}

.main-banner .banner-text {
    background: rgba(0, 0, 0, 0.55);
    padding: 30px;
}

.main-banner .banner-text p {
    font-family: 'Poppins', sans-serif !important;
    color: #ffffff;
    font-size: 15px !important;
    margin: 20px 0px 20px !important;
    line-height: 1.6 !important;
}

.main-banner .tp-mask-wrap {
    height: auto;
}

.main-banner li .btn-text {
    font-size: 14px !important;
    color: #fff;
    line-height: 23px !important;
    text-transform: uppercase;
    padding-top: 10px !important;
    padding-right: 33px !important;
    padding-bottom: 10px !important;
    padding-left: 33px !important;
    border-radius: 0px !important;
}

#wrapper .main-banner .tp-bullets {
    top: auto;
    left: 52%;
    display: block;
    visibility: visible;
    opacity: 1;
    bottom: 66px;
}

.main-banner .tp-bullet {
    width: 26px;
    height: 3px;
    background: #8f8f8f;
}

.main-banner .tp-bullet.selected {
    background: #ffaf36;
}

.tparrows.tp-leftarrow,
.tparrows.tp-rightarrow {
    border: 1px solid #fff;
    z-index: 99;
    cursor: pointer;
    background: none;
    visibility: hidden;
    margin-top: 170px;
}

.main-banner:hover .tparrows.tp-leftarrow,
.main-banner:hover .tparrows.tp-rightarrow {
    visibility: visible;
}

.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover {
    background: #ffce30;
    border: 1px solid #ffce30;
}

.slotholder:before {
    border-top: none;
    border-bottom: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.40);
    content: '';
}

@media (max-width:767px) {
    .tparrows.tp-leftarrow,
    .tparrows.tp-rightarrow {
        margin-top: 0;
    }
}


/* About_section */

.creative_box {
    position: relative;
    overflow: hidden;
    /* max-width: 400px; */
    margin: 0 auto;
    background: #000;
}

.creative_box img {
    width: 100%;
    opacity: 0.3;
}

.bg_effcat {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(53, 52, 52, 0.32));
}

.creative_box:hover .bg_effcat {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0));
}

.create_text {
    position: absolute;
    top: 0;
    right: 50px;
    left: 50px;
    bottom: 0px;
    color: #fff;
    padding: 0px;
    transition: all 0.3s;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.create_text h3 {
    font-size: 25px;
}

.create_text p {
    color: rgba(255, 255, 255, 0.77);
}

.creative_box:hover .create_text {
    top: -50px;
}

.read_box {
    text-align: center;
    background: red;
    padding: 10px;
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    transition: all 0.3s;
}

.read_box a,
.read_box a:hover {
    color: #fff;
}

.creative_box:hover .read_box {
    bottom: 0px;
}


/* Section_Have_any_Question */

.question_sec {
    background: url(../images/bg_2.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
}

.question_sec:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
}

.email_gardener {
    /* padding-top: 50px; */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .email_gardener {
        padding-top: 0px;
    }
    .pt_space {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .email_gardener {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .email_gardener {
        padding-top: 0px;
    }
    .email_gardener {
        padding-bottom: 80px;
    }
}

.email_gardener .section_tit:before,
.email_gardener .section_tit:after,
.email_gardener .section_tit .three_line,
.email_gardener .section_tit .three_line:before,
.email_gardener .section_tit .three_line:after {
    /* background: #fff; */
}

.email_fill .form-field .input-sm {
    margin: 0px;
    height: 50px;
    border-radius: 10px 0px 0px 10px;
    width: calc(100% - 145px);
}

.email_fill .form-field .btn-text {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 140px;
    border-radius: 0px 10px 10px 0px;
    margin-left: -5px;
}


/*Services*/

.service-text {
    margin-top: -44px;
    position: relative;
    border: 1px solid #f2f2f2;
    border-top: none;
}

.service-text h3 {
    background: #1bbce8;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.service-text .icon__dbox {
    background: #333;
    font-size: 29px;
    color: #fff;
    margin-right: 17px;
    float: left;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
}

.service-text h3 a {
    color: #fff;
    display: block;
    padding: 15px 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-text h3 {
        font-size: 17px;
    }
}


/*Contact section*/

.bottom-section {
    background: #ffc527;
}

.contact_block-text {
    padding-top: 15px;
}

.contact_block-text strong {
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    display: block;
    padding-bottom: 10px;
}

.contact_block-text p {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.26);
    margin: 0px;
}

.btn-styl {
    background: #fff;
    font-size: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact_block-text strong {
        font-size: 25px;
    }
    .contact_block-text p {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .contact_block-text strong {
        font-size: 20px;
    }
    .contact_block-text {
        padding: 0px;
        text-align: center;
    }
}


/* Team */

.team_box {
    position: relative;
    overflow: hidden;
}

.team_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 30px;
    width: 100%;
    /* height: 100%; */
    background: #000;
    z-index: 9;
}

.team_box:hover .team_detail {
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.9) , rgba(255,255,255,0)); */
}

.team_detail span {
    color: red;
}

.team_text {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin: 10px 0px 15px;
    padding: 10px 0px;
}

.team_detail h3 {
    margin: 0px;
    color: #fff;
}

.social_team {
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 100%;
    z-index: 1;
    transition: all 0.3s;
    text-align: center;
}

.team_box:hover .social_team {
    bottom: 30%;
}

.social_team ul {
    margin: 0px;
    padding: 0px;
}

.social_team ul li {
    list-style: none;
    display: inline-block;
}

.social_team ul li a {
    background: #000;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    transition: all 0.3s;
    opacity: 1;
}

.social_team ul li a:hover {
    opacity: 0.5;
}


/* Testimonial */

.testimonial_section {
    background: #000;
    position: relative;
    overflow: hidden;
}

.testimonial_section:before {
    content: '';
    width: 25%;
    height: 100%;
    background: #479c18;
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial_section:after {
    content: '';
    position: absolute;
    top: 0;
    right: 27%;
    margin-right: -128px;
    height: 100%;
    width: 23%;
    background: #479c18;
    transform: skewX(-25deg);
}

.testimonial_section .container {
    z-index: 1;
}

.text_slider {
    max-width: 600px;
}

.picher_box {
    padding: 0px 50px;
}

.designation {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    color: #fff;
}

.designation span {
    color: rgba(255, 255, 255, 0.7);
}

.designation h4 {
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
}

.text_folder {
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    vertical-align: middle;
}

.text_folder figure img {
    border-radius: 50%;
}

.text_item p {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.61);
}

.nav_next_prive .owl-nav .owl-prev,
.nav_next_prive .owl-nav .owl-next {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 30%;
    background: transparent;
    display: none;
}

.nav_next_prive .owl-nav .owl-prev {
    left: 0px;
}

.nav_next_prive .owl-nav .owl-next {
    right: 0px;
}

.nav_next_prive .owl-nav .owl-prev i {
    font-size: 25px;
    color: #fff;
}

.nav_next_prive .owl-nav .owl-next i {
    font-size: 25px;
    color: #fff;
}

.quote_icon {
    font-size: 200px;
    color: #fff;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text_slider {
        max-width: 550px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .quote_icon {
        font-size: 150px;
    }
    .testimonial_section:after {
        width: 34%;
        right: 16%;
        transform: skewX(-15deg);
    }
}

@media (max-width: 767px) {
    .testimonial_section:before,
    .testimonial_section:after {
        display: none;
    }
    .quote_icon {
        font-size: 100px;
    }
    .text_folder {
        display: block;
        margin: 0 auto 30px;
    }
    .designation {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .text_item {
        text-align: center;
    }
}


/* Blog_Section */

.top_post {
    position: relative;
    overflow: hidden;
}

.top_post img {
    width: 100%;
}

.top_post .post_detail {
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 90%;
    background: #1bbce8;
    padding: 10px;
    margin: 0 auto;
    border-radius: 10px;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.latest-blog:hover .top_post .post_detail {
    bottom: 10px;
}

.top_post .post_detail ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 1;
}

.top_post .post_detail ul li {
    display: inline-block;
    margin-right: 5px;
    text-transform: capitalize;
    padding-right: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.top_post .post_detail ul li a {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    text-transform: capitalize;
}

.top_post .post_detail ul li a i {
    margin-right: 10px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.post_title {
    background: rgb(247, 247, 247);
    padding: 15px;
}

.post_title h3 {
    margin-top: 0px;
}

.btn-link {
    color: #1bbce8;
    font-weight: 500;
    text-decoration: none;
}

.btn-link:hover {
    color: #1bbce8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top_post .post_detail ul li {
        margin-right: 0px;
    }
}