/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
    position: relative;
}

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

.main-banner .banner-text h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 10px 0;
}

.main-banner .banner-text h2 span {
    color: #daa106;
}

.main-banner .banner-text p {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.main-banner .tp-parallax-wrap {
}

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

.main-banner .more-btn {
    background: #daa106;
    line-height: 30px;
    padding-left: 38px;
    padding-right: 38px;
    font-weight: 700;
    color: #fff;
}

.main-banner li .btn-text {
    line-height: 60px;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 100px;
}

#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;
}

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

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

.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.69);
    content: '';
}
.slotholder {
    z-index: -1;
}

@media (max-width: 991px) {
    .main-banner .banner-text h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 480px) {
    .main-banner .banner-text h2, .main-banner .banner-text h2 span {
        font-size: 30px;
    }

    .main-banner .banner-text p {
        line-height: 1.2;
        font-size: 15px;
    }
}

.main-banner li .btn-text {
    line-height: 44px !important;
}

.btn-text {
    font-size: 14px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 41px;
    padding: 0 22px;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #daa106;
    height: 44px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}


/*sec_tital*/
.sec-title {
    position: relative;
}

.sec-title h2 {
    position: relative;
    color: #333333;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 270px;
    border-bottom: 2px solid #e4e4e4;
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70px;
    border-bottom: 5px solid #ffb200;
}

/*================top_cloume===========*/
.bg-pic {
    background-size: cover;
    position: relative;
    z-index: 1;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
}

@media (max-width: 767px) {
    .bg-pic {
        border-left: none;
        border-right: none;
    }
}

.section-bar-text {
    position: relative;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    padding: 0 30px;
}

.section-bar-text:hover {
    top: -10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-bar .section-bar-text {
        padding: 20px 0;
    }
}

.bg-pic-2 {

    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-pic-2:before {
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}

.bg-pic-2:hover:before {
    opacity: 1;
}

.bg-pic:before, .bg-pic-2:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.icon-wrap {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    background-color: transparent;
    color: #ffb200;
    display: inline-block;
    margin-bottom: 15px;
}

.section-bar-text .heading {
    position: relative;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
}

.icon-box {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #3bafda;
    margin: 20px auto;
    color: #fff;
    font-size: 25px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.icon-box__block {
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(8, 8, 8, 0.22);
    line-height: 80px;
    margin-bottom: 18px
}

/***========Services Section===================== ***/

.services-section {
    position: relative;
    padding: 95px 0 60px;
}

.services-block {
    position: relative;
}

.services-block .inner-box {
    position: relative;
    display: block;
}

.services-block .inner-box .image {
    position: relative;
}

.services-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    padding: 30px 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(51, 51, 51, 0.90)
}

.services-block .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.services-block .inner-box .image .icon-box {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    top: auto;
    color: #fff;
    font-size: 35px;
    z-index: 1;
    text-align: center;
    background-color: #ffb200;
    margin: 0;
    border-radius: 0;
    transform: inherit;
}

.services-block .inner-box .image .overlay-box .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 0;
}

.services-block .inner-box .image .overlay-box .read-more {
    position: relative;
    float: right;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.services-block .inner-box .image .overlay-box .read-more:hover {
    color: #ffb200;
}

.services-block .inner-box .lower-box {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #ffb200;
}

.services-block .inner-box .lower-box h3 {
    position: relative;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
}

.services-block .inner-box .lower-box a {
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-box .lower-box a:hover {
    color: #ffb200;
}

/***

 ====================================================================
 Work Section
 ====================================================================

 ***/
.process-icon:hover .icon_bigger {
    background: #444;
}

.icon_down, .icon_up {
    position: relative;
}

.process-icon h3 {
    margin: 20px 0;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
}

.process-icon p {
    margin: 0;
}

.icon-container {
    margin-bottom: 0;
}

.process-icon .icon_bigger {
    background: #fbb908;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 50%;
    font-size: 50px;
    color: #ffffff;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    text-align: center;
}

.process-icon .icon-number {
    color: #fbb908;
    font-size: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .icon_up:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .icon_up:after, .icon_down:after {
        display: none;
    }
}

/*Quote section style*/
@media (min-width: 992px) and (max-width: 1199px) {
    .quote__block input[type="submit"] {
        margin-right: 0 !important;
    }
}

.quote_wrap__block:after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    left: 0;
    /*background: url(../images/20.jpg) 0 0 no-repeat;*/
    height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .quote_wrap__block:after {
        background: transparent;
    }
}

@media only screen and (max-width: 767px) {
    .quote_wrap__block:after {
        display: none;
    }
}

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

.quote_wrap__block h2 {
    font-size: 35px;
}

.left_quote__block {
    position: relative;
    height: 513px;
    padding-left: 30px;
    background: #f7f7f7;
}

.left_box_heading__block {
    background: #f7f7f7;
    width: 100%;
    position: relative;
    z-index: 2;
}

.left_quote__block::before {
    background: #f7f7f7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: -100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.counter_pre {
    border: 1px solid #fff;
    text-align: center;
    padding: 30px;
}

.counter_pre .counter-section__box .counter {
    font-size: 45px;
    line-height: 1.3;
}

.counter_pre .counter-section__box p {
    margin: 0;
    font-size: 20px;
}

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

    .left_box_heading__block {
        width: 85%
    }

    .left_quote__block::after {
        left: 66%;
    }
}

.poins ul {
    margin: 0;
    padding: 0;
}

.poins ul li {
    list-style: none;
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .poins ul li {
        width: 100%;
    }
}

.poins ul li i {
    color: #eda20e;
    font-size: 25px;
}

.poins ul li span {
    padding-left: 20px;
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .poins ul li span {
        padding-left: 10px;
        font-size: 12px;
    }

}

@media (max-width: 991px) {
    .left_quote__block::after {
        display: none;
    }

    .left_quote__block {
        background: #f7f7f7;
        height: auto;
        overflow: hidden;
        padding: 30px;
    }

    .left_box_heading__block {
        width: 100%;
        padding-top: 0;
    }
}

.quote__block {
    color: #fff;
    position: relative;
    height: 513px;
    padding-right: 30px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.74);
}

.quote__block::after {
    content: "";
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.74);
}

@media (min-width: 768px) and (max-width: 991px) {
    .quote__block input[type="submit"] {
        float: left;
    }

    .quote__block::after {
        left: 0;
        width: 100%;
        z-index: -99;
    }

    .quote__block {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .available_wrap__block {
        height: auto;
        padding: 40px 0;
    }

    .quote__block input[type="submit"] {
        float: left;
    }
}

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

    .single_apply__block {
        margin-bottom: 20px;
    }

    .quote__block {
        overflow: hidden;
        padding-right: 15px;
        height: auto;
    }

    .left_quote__block::before {
        background: transparent;
    }
}

@media (max-width: 767px) {
    .quote__block {
        padding: 30px 15px;
    }

    .ptb-80 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

/*testimonial*/
.client-pic {
    float: left;
    position: relative;
    width: 250px;
}

.client-name {
    position: absolute;
    width: 100%;
    right: -113px;
    top: 114px;
    background: rgba(0, 0, 0, 0.61);
    color: #fff;
    text-align: center;

}

@media (min-width: 768px) {
    .client-name {
        transform: rotate(90deg);

    }
}

.client-text {
    float: left;
    width: calc(100% - 280px);
    margin-left: 30px;
}

.client-text p {
    padding: 40px 0 0 10px;
    margin: 0;
    font-style: italic;
}

.client-text p i {
    font-size: 20px;
    margin: 0 6px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .client-text p {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .client-pic {
        width: 100%;
    }

    .client-name {
        top: auto;
        width: 100%;
        right: 0;
        bottom: 0;
    }

    .client-text {
        width: 100%;
        margin: 0;
    }
}

/*=======Blog Section=========*/
.latest__block-post {
    padding: 20px;
    background: #fff;
}

.latest__block .more_btn__block {
    margin-top: 10px;
}

.latest__block-title {
    font-size: 20px;
    font-weight: 800;
}

.latest__block-title:hover a {
    color: #f6bb18;
}

.team__block-section .team-member {
    margin-bottom: 0;
}

.more_btn__block {
    color: #feb20e;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
}

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

/*-------------------------------------------------------------------------------------------*/
/* Client Logo       ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.client-logo {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    margin-bottom: 20px;
    opacity: 0.6;
    transition: all 100ms ease-out 0s;
    padding: 10px 0;
}

.client-logo:hover {
    border: 1px solid transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.client-logo img {
    height: 100%;
    width: auto;
}

#client-logos .owl-stage-outer .owl-item .item .client-logo img {
    width: auto;
    display: inline-block;
}

#client-logos .owl-controls .owl-nav .owl-prev {
    left: 0;
    margin-left: 0;
    opacity: 0;
}

#client-logos .owl-controls .owl-nav .owl-next {
    right: 0;
    margin-right: 0;
    opacity: 0;
}

#client-logos .owl-carousel:hover .owl-controls .owl-nav .owl-next,
#client-logos .owl-carousel:hover .owl-controls .owl-nav .owl-prev {
    opacity: 1;
}


.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.69);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
}

.tparrows {
    display: none !important;
}

.banner-text p {
    font-size: 20px !important;
}



