.caption-title {
    border: 4px solid rgba(255, 255, 255, 0.7);
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 50px;
    text-shadow: 0 2px 5px #333333;
    border-right: none;
    border-left: none;
    width: 78%;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.caption-title:before, .caption-title:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../img/slider/slider-title-new-arrow.png)  no-repeat scroll 0 center;
    width: 4px;
    height: 100%;
}
.caption-title span {
    display: block;
    padding: 26px 40px;
    position: relative;
}
.caption-title span:before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    height: 4px;
    right: -102px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 102px;
}

.caption-title span:after {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: -102px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 102px;
}

.caption-title:after {
    right: 0;
    left: auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.parallax-overlay {
    background: url(../img/slider/pattern-overlay.png) repeat scroll 0 0 rgba(179, 179, 179, 0.04);

}
.parallax-overlay {
 
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sub-title {
    color: #656363;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 32px;
    position: relative;
}
.main-title:before, .main-title:after {
    position: absolute;
    left: -65px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 60px;
    content: "";
    border-top: 2px solid #32c4d1;
}
.main-title:after {
    left: auto;
    right: -65px;
}

.widget_call_to_action_block .parallax-overlay {
    background: rgba(50, 196, 209, 0.9);
}

.parallax-section, .no-bg-image {
    position: relative;
}
.section-wrapper.cta-text-section-wrapper {
    padding: 70px 0 57px;
}

.cta-text-content {
    float: left;
    width: 70%;
}
.cta-text-btn {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 24px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 21%;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.cta-text-title h2 {
    color: #ffffff;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 1px 3px 2px rgba(204, 204, 204, 0.7);
    text-transform: uppercase;
}
.cta-text-desc {
    color: #f4f3f3;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 20px;
    font-weight: 300;
}
.container{
    position: relative;
}
a.cta-text-btn:hover {
    background: #fff;
    color: #43c5cf;
}
.image-wrap {
    border: 1px solid #d8d7d7;
    line-height: 96px;
    margin: 0 0 26px;
    padding: 4px;
    text-align: center;
    width: 100%;
    display: block;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
    overflow: hidden;
}
.service-title {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 20px;
}
.service-title a {
    color: #333333;
}
.service-content {
    color: #625e5e;
    font-weight: 300;
    margin: 20px 0 0;
    line-height: 21px;
}
.service-read-more {
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
}
h5.service-title a {
    font-size: 18px;
}
.service-wr {
    margin-bottom: 70px;
    height: 498px;
}
.image-wrap img {
    height: auto;
    width: 100%;
    vertical-align: middle;
}
.no-pad
{
    padding: 0;
}
a.btn-light-bg {
    margin: 10px;
}
i.fa.fa-search-plus {
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.portfolio-images-wrapper:hover .port-img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: 0.45s;
}
.widget_featured_posts_block .parallax-overlay {
    background: rgba(255, 255, 255, 0.85);
}
.widget_featured_posts_block {
    background-image: url(https://demo.themegrill.com/himalayas/wp-content/uploads/sites/36/2015/07/blog-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center 41px;
}

.parallax-section, .no-bg-image {
    position: relative;
}
.posted-date {
    color: #9c9c9c;
    font-size: 13px;
    margin-bottom: 20px;
}

.no-bg-image .parallax-overlay {
    background: none !important;
}
.cta-text-style-2 .section-wrapper.cta-text-section-wrapper {
    padding: 70px 0;
}
.cta-text-style-2 .cta-text-content {
    float: none;
    text-align: center;
    width: 100%;
}
.cta-text-style-2 .cta-text-btn {
    bottom: 0;
    display: block;
    float: none;
    font-size: 20px;
    margin: 40px auto 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 21%;
}
.widget_our_team_block .parallax-overlay {
    background:rgba(255, 255, 255, 0.44);
}
.section-wrapper {
    padding: 90px 0;
}
.section-title-wrapper {
    text-align: center;
    margin-bottom: 100px;
}
.widget_our_team_block .main-title, .widget_our_team_block .sub-title {
    color: #484848;
}
.tg-column-wrapper {
    clear: both;
}
.team-img-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-img-wrapper .team-name, .team-desc-wrapper .team-name {
    background: #f6f6f6 none repeat scroll 0 0;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.team-block:hover .team-desc-wrapper {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    visibility: visible;
}

.team-desc-wrapper {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 0;
    opacity: 1;
    position: absolute;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #32c4d1;
    padding: 20px 39px 0;
    height: 100%;
    width: 100%;
}
.team-deg {
    color: #ffffff;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: capitalize;
}
.team-deg {
    color: #ffffff;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: capitalize;
}
.team-deg:after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: 28px;
    width: 25px;
}
.team-content {
    color: #ffffff;
    font-weight: 300;
    margin: 10px 0;
    text-align: center;
}
.team-content p {
    margin: 0;
    line-height: 17px;
}
.team-desc-wrapper .team-name {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #ffffff;
    display: block;
    margin: 16px 0 17px;
    padding: 0;
    text-align: center;
}

.team-img-wrapper .team-name, .team-desc-wrapper .team-name {
    background: #f6f6f6 none repeat scroll 0 0;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.team-block {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

/*contact us*/
.contact-title {
    margin-bottom: 26px;
}

.about-title, .contact-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 30px;
    margin-bottom: 30px;
}
.about-content, .contact-content {
    color: #373636;
    font-weight: 300;
}
.detail-block {
    margin-bottom: 15px;
}

.detail-block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.detail-title i {
    font-size: 18px;
    width: 22px;
}
.detail-text {
    font-size: 15px;
    font-weight: 300;
    padding-left: 0;
    display: block;
    padding: 0px 0 0 25px;
}
.detail-block p {
    margin-bottom: 0;
}
.everest-forms * {
    box-sizing: border-box;
}
.everest-forms .evf-field-container {
    margin: 0!important;
}
.everest-forms .default input, .everest-forms .default select, .everest-forms .default textarea {
    border-radius: 3px;
    border: 1px solid #969696;
}

.contact-form-wrapper input, .contact-form-wrapper textarea {
    color: #534f4f;
    font-weight: 300;
    height: 38px;
    margin-bottom: 2px;
    font-size: 14px;
}
.everest-forms .evf-field-container .evf-frontend-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-1 {
    width: 100%;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field {
    margin-bottom: 30px;
}
.everest-forms .evf-field-container .evf-frontend-row label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #575757;
}
.everest-forms .evf-field-container .evf-frontend-row label .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
.everest-forms .evf-field-container .evf-frontend-row input, .everest-forms .evf-field-container .evf-frontend-row select, .everest-forms .evf-field-container .evf-frontend-row textarea {
    width: 100%;
    height: auto;
    font-size: 14px;
    box-shadow: none;
    margin-bottom: 0;
    padding: 6px 12px;
    color: #575757;
    background-color: transparent;
}
button#evf-submit-262 {
    border: none;
    background: #32c4d1;
    color: #fff;
    border-radius: 2px;
    padding: 3px 39px;
}
button#evf-submit-262:hover{
    background: #047ae5;
    transition: 0.45s;
}
/*ends*/

.wg_title:after {
    position: absolute;
    top: 28px;
    left: 0;
    width: 45px;
    height: 2px;
    background: #32c4d1;
    content: '';
}
.footer_single_sidebar ul li a i {
    margin: 0 5px 0px 0px;
}
ul.foot-social li {
    border: none;
}
.foot-btm-sc {
    display: inline-block;
    float: right;
}
.footer_content {
    display: inline-block;
}
.our_work_menu {
    display: none;
}
.non-bd a:after{
  
content: none !important;
}
/*.foot-social li a:after {
    position: absolute;
    content: '';
    top: 10px;
    width: 1px;
    height: 15px;
    background: #fff;
    left: 52px;
}*/
.welcome-slider-area .parallax-overlay{
    opacity: 0;
}
section.thank-sec {
    margin-top: 3%;
}
section.thank-banner{
    background: url(../img/slider/thannk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 401px;
}
.thank-content {
    padding: 15% 0px;
    text-align: center;
    font-size: 60px;
    color: #ffff;
    font-weight: bolder;
}
p.content-1 {
    text-shadow: 3px 5px 4px #2f2f2f;
    text-transform: uppercase;
}