.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
@charset "UTF-8";

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



.footer_widget .practice_list ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.footer_widget .practice_list ul li {
    display: block;         /* força linha por linha */
    margin-bottom: 10px;    /* dá espaço entre os itens */
    width: 100%;            /* evita que fique lado a lado */
}

.footer_widget .practice_list ul li a {
    display: inline-block;  /* se quiser limitar por largura */
    text-decoration: none;
    color: inherit;
}
















.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  width: 500px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}













#blod_slide .owl-nav, .news_post_item .video_play_btn, .team_link .social_link a, .service_slider .owl-nav, .about_section_two .about_left_content .about_progress, .slider_style_two .owl-nav {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m_get_quote a, .pricing_plan_content .pricing_text .pricing_btn, .how_work_content .work_btn, .case_title_text .case_study_btn, .subscribe_content .subscribe_form .sub-button button, .team_feature_section .team_feature_content .team_feature_btn, .choose_form_area .sub-button button, .service_details_content .download_cv_btn, .about_call_action_section .about_cta_content .about_cta_btn, .about_service_section .about_service_box .abt_service_text .subs_form .nws-button button, .about_page_section .about_btn, .header_style_theree .qoute_btn, .header_style_two .qoute_btn, .faq_form_section .faq_form_area .sub-button button, .estimate_form .sub-button button, .team_growth .growth_btn li, .servicepage_btn li, .call_action_two .call_action_btn li, .slider_style_three .slider_contect_box .slider_btn li, .slider_style_two .slider_contect_box .slider_btn li {
  border: none;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: transparent;
}

.how_work_btn, .portfolio_slide .owl-nav .owl-next,
.portfolio_slide .owl-nav .owl-prev, .service_slider .owl-nav .owl-next,
.service_slider .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.how_work_btn:hover, .portfolio_slide .owl-nav .owl-next:hover,
.portfolio_slide .owl-nav .owl-prev:hover, .service_slider .owl-nav .owl-next:hover,
.service_slider .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #b89b5e;
}

.footer_section .footer_app_btn a, .rex_video_section .video_play_area span, .case_details_quoute .testi_text .designation, .blog_img_text .blog_meta .author_meta .post_date, .testimonial_style_three .testimonial_slide_item_three .testi_text span, .testimonial_style_three .testimonial_tag, .testimonial_two_Section .testimonial_item_content .testimonial_meta span, .testimonial_content .testimonial_imgname .testi_text span,
.subscribe_content .testimonial_imgname .testi_text span, .team_details_section .team_profile .team_name_designation .team_degi, .team_page_member .team_name_designation .team_degi, .team_img_text .team_text_details span, .practice_details_section .site_sidebar .single_widget .widget_title, .service_details_content .next_prev_post span, .about_service_section .about_service_box .abt_service_text span, .slider_style_three .slider_contect_box .slider_text p, .slider_style_two .slider_contect_box .slider_text p {
  font-size: 14px;
  font-weight: 700;
  color: #b89b5e;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer_section_2 .background_waterprint h2, .footer_section .latest-blog-widget .blog-text h4, .breadcrumb_section .breadcrumb_title, .contact_d_icontext .con_text h4, .rex_video_section .video_play_area .video_text h4, .how_work_text h4, .how_work_img_serial .how_work_serial, .feature_section .revenue_ammount, .case_details_quoute .testi_text h3, .blog_comment_box .comment_content h4, .blog_comment_box h3, .blog_details_extra_text .postby_author h3, .blog_details_extra_text .related_postview .postitem_text h3, .blog_details_extra_text .related_postview h3, .blog_details_extra_text .next_prev_post a h3, .blog_details_extra_text .share_tag h3, .blog_details_text h4, .blog_details_text h3, .blog_details_text h2, .single_widget .latest-blog-widget .blog-text h3, .about_widget .ab_widget_text h3, .news_post_item .news_text_area h3, .blog_img_text .blog_meta .author_meta .author_name, .blog_img_text .blog_text h3, .testimonial_style_three .testimonial_slide_item_three .testi_text h3, .testimonial_two_Section .testimonial_item_content .testimonial_meta h4, .testimonial_content .testimonial_imgname .testi_text h3,
.subscribe_content .testimonial_imgname .testi_text h3, .team_img_text .team_text_details h3, .portfolio_img_text .portfolio_text h3, .why_choose_section .why_choose_left .choose_text h3, .practice_details_section .site_sidebar .single_widget .attorney_widget .attorney_img_text .attorney_text h4, .service_details_content .next_prev_post h4, .service_style_two .service_icon_text .service_text h3, .service_content_two .service_text_two h3, .service_text .service_content h3, .app_download_section .app_download_content .app_btn li, .about_practice_icontext .about_practice_text h4, .about_service_section .about_service_box .abt_service_text h4, .call_action_list .call_action_text h3, .side_inner_content .side_contact .social_widget h3, .widget_title, .slider_style_three .slider_contect_box .slider_text h1, .slider_style_two .slider_contect_box .slider_text h1 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Ubuntu";
}

.comment_formfield .quote_form .contact-info .icon-bg, .subscribe_content .subscribe_form .sub-button .icon-bg, .subscribe_content .subscribe_form .contact-info .icon-bg, .choose_form_area .contact-info .icon-bg {
  top: 30px;
  right: 30px;
  color: #b89b5e;
  position: absolute;
}
.comment_formfield .quote_form .contact-info .icon-bg i, .subscribe_content .subscribe_form .sub-button .icon-bg i, .subscribe_content .subscribe_form .contact-info .icon-bg i, .choose_form_area .contact-info .icon-bg i {
  font-size: 18px;
}

.widget_title span, .section_title_area p .title_shape_left, .slider_style_three .slider_contect_box .slider_text p .title_shape_left, .slider_style_two .slider_contect_box .slider_text p .title_shape_left {
  position: relative;
}
.widget_title span:before, .section_title_area p .title_shape_left:before, .slider_style_three .slider_contect_box .slider_text p .title_shape_left:before, .slider_style_two .slider_contect_box .slider_text p .title_shape_left:before, .widget_title span:after, .section_title_area p .title_shape_left:after, .slider_style_three .slider_contect_box .slider_text p .title_shape_left:after, .slider_style_two .slider_contect_box .slider_text p .title_shape_left:after {
  content: "";
  position: absolute;
  background-color: #b89b5e;
}
.widget_title span:before, .section_title_area p .title_shape_left:before, .slider_style_three .slider_contect_box .slider_text p .title_shape_left:before, .slider_style_two .slider_contect_box .slider_text p .title_shape_left:before {
  top: 8px;
  height: 2px;
  width: 20px;
  left: -40px;
}
.widget_title span:after, .section_title_area p .title_shape_left:after, .slider_style_three .slider_contect_box .slider_text p .title_shape_left:after, .slider_style_two .slider_contect_box .slider_text p .title_shape_left:after {
  top: 3px;
  width: 4px;
  left: -40px;
  height: 12px;
}

.section_title_area p .title_shape_right {
  position: relative;
}
.section_title_area p .title_shape_right:before, .section_title_area p .title_shape_right:after {
  content: "";
  position: absolute;
  background-color: #b89b5e;
}
.section_title_area p .title_shape_right:before {
  top: 8px;
  height: 2px;
  width: 20px;
  right: -38px;
}
.section_title_area p .title_shape_right:after {
  top: 3px;
  width: 4px;
  right: -40px;
  height: 12px;
}

.team_growth .growth_btn li, .servicepage_btn li, .call_action_two .call_action_btn li, .slider_style_three .slider_contect_box .slider_btn li, .slider_style_two .slider_contect_box .slider_btn li {
  margin: 0px 10px;
  text-transform: uppercase;
}
.team_growth .growth_btn li a, .servicepage_btn li a, .call_action_two .call_action_btn li a, .slider_style_three .slider_contect_box .slider_btn li a, .slider_style_two .slider_contect_box .slider_btn li a {
  padding: 18px 38px;
}
.team_growth .growth_btn li:nth-child(1), .servicepage_btn li:nth-child(1), .call_action_two .call_action_btn li:nth-child(1), .slider_style_three .slider_contect_box .slider_btn li:nth-child(1), .slider_style_two .slider_contect_box .slider_btn li:nth-child(1) {
  color: #fff;
  background-color: #b89b5e;
}
.team_growth .growth_btn li:nth-child(2), .servicepage_btn li:nth-child(2), .call_action_two .call_action_btn li:nth-child(2), .slider_style_three .slider_contect_box .slider_btn li:nth-child(2), .slider_style_two .slider_contect_box .slider_btn li:nth-child(2) {
  background-color: #fff;
  border: 2px solid #eaeaea;
}
.team_growth .growth_btn li:nth-child(2):hover, .servicepage_btn li:nth-child(2):hover, .call_action_two .call_action_btn li:nth-child(2):hover, .slider_style_three .slider_contect_box .slider_btn li:nth-child(2):hover, .slider_style_two .slider_contect_box .slider_btn li:nth-child(2):hover {
  color: #fff;
}
.team_growth .growth_btn li:nth-child(2):hover:after, .servicepage_btn li:nth-child(2):hover:after, .call_action_two .call_action_btn li:nth-child(2):hover:after, .slider_style_three .slider_contect_box .slider_btn li:nth-child(2):hover:after, .slider_style_two .slider_contect_box .slider_btn li:nth-child(2):hover:after {
  background-color: #b89b5e;
}

.slider_style_two .owl-nav .owl-prev,
.slider_style_two .owl-nav .owl-next, .slider_style_one .owl-nav .owl-prev,
.slider_style_one .owl-nav .owl-next {
  width: 60px;
  color: #fff;
  height: 60px;
  position: relative;
  text-align: center;
  line-height: 60px;
  border: 3px solid #37373b;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.slider_style_two .owl-nav .owl-prev:hover,
.slider_style_two .owl-nav .owl-next:hover, .slider_style_one .owl-nav .owl-prev:hover,
.slider_style_one .owl-nav .owl-next:hover {
  background-color: #b89b5e;
  border: 3px solid #b89b5e;
}

.rex_video_section .about_progress .progress_area, .about_section_two .about_left_content .progress_area, .about_right_content .about_progress .progress_area {
  position: relative;
  margin-right: 20px;
}
.rex_video_section .about_progress .progress_area strong, .about_section_two .about_left_content .progress_area strong, .about_right_content .about_progress .progress_area strong {
  left: 0;
  right: 0;
  color: #343434;
  font-size: 24px;
  font-weight: 700;
  line-height: 75px;
  position: absolute;
  text-align: center;
}
.rex_video_section .about_progress .progress_area span, .about_section_two .about_left_content .progress_area span, .about_right_content .about_progress .progress_area span {
  font-size: 16px;
}

.header_style_theree .call_to_quote, .header_style_two .call_to_quote {
  padding: 13px 0px 12px 0px;
  float: right;
  width: 305px;
  position: static;
  background-color: transparent;
}
.header_style_theree .call_to_quote:before, .header_style_two .call_to_quote:before {
  display: none;
}
.header_style_theree .call_to_quote span, .header_style_two .call_to_quote span {
  color: #343434;
}
.header_style_theree .call_to_quote .call_number, .header_style_two .call_to_quote .call_number {
  color: #b89b5e;
}
.header_style_theree .call_to_quote .call_icon i, .header_style_two .call_to_quote .call_icon i {
  color: #b89b5e;
}

.slider_style_three .slider_contect_box, .slider_style_two .slider_contect_box {
  max-width: 580px;
  padding: 215px 0px 180px 0px;
}
.slider_style_three .slider_contect_box .slider_text h1, .slider_style_two .slider_contect_box .slider_text h1 {
  font-size: 80px;
  padding: 18px 0px;
  line-height: 1.25;
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.slider_style_three .slider_contect_box .slider_text p, .slider_style_two .slider_contect_box .slider_text p {
  font-size: 16px;
  padding-left: 40px;
  opacity: 0;
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
}
.slider_style_three .slider_contect_box .slider_btn, .slider_style_two .slider_contect_box .slider_btn {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.slider_style_three .slider_contect_box .slider_btn li a, .slider_style_two .slider_contect_box .slider_btn li a {
  font-size: 14px;
}

.rex_video_section .about_progress, .about_right_content .about_progress {
  width: 100%;
  bottom: 50px;
  max-width: 350px;
  padding: 20px 20px 15px;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}

.rex_video_section .about_progress .progress_text, .about_right_content .progress_text {
  padding-top: 10px;
}
.rex_video_section .about_progress .progress_text h3, .about_right_content .progress_text h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
}

.testimonial_style_three .testimonial_slide_item_three .t-icon-bg, .testimonial_content .testimonial_text .t-icon-bg,
.subscribe_content .testimonial_text .t-icon-bg {
  top: 0;
  right: 20px;
  z-index: -1;
  position: absolute;
}
.testimonial_style_three .testimonial_slide_item_three .t-icon-bg i, .testimonial_content .testimonial_text .t-icon-bg i,
.subscribe_content .testimonial_text .t-icon-bg i {
  color: #a58b54;
  font-size: 180px;
}

.testimonial_style_three .owl-dots, .testimonial_slide_area .owl-dots {
  position: absolute;
  top: 60%;
  right: 50px;
}
.testimonial_style_three .owl-dots .owl-dot, .testimonial_slide_area .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 100%;
  display: inline-block;
  background-color: #c6af7e;
}
.testimonial_style_three .owl-dots .owl-dot.active, .testimonial_slide_area .owl-dots .owl-dot.active {
  background-color: #fff;
}

.m_get_quote a, .pricing_plan_content .pricing_text .pricing_btn a, .newslatter_content .newslatter-form .nws-button button, .how_work_content .work_btn a, .comment_formfield .quote_form .sub-button button, .team_feature_section .team_feature_content .team_feature_btn a, .choose_form_area .sub-button button, .service_details_content .download_cv_btn, .about_call_action_section .about_cta_content .about_cta_btn a, .about_page_section .about_btn a, .header_style_theree .qoute_btn a, .header_style_two .qoute_btn, .faq_form_section .faq_form_area .sub-button button, .estimate_form .sub-button button, .team_growth .growth_btn li, .servicepage_btn li, .call_action_two .call_action_btn li, .slider_style_three .slider_contect_box .slider_btn li, .slider_style_two .slider_contect_box .slider_btn li {
  z-index: 1;
  position: relative;
}
.m_get_quote a:after, .pricing_plan_content .pricing_text .pricing_btn a:after, .newslatter_content .newslatter-form .nws-button button:after, .how_work_content .work_btn a:after, .comment_formfield .quote_form .sub-button button:after, .team_feature_section .team_feature_content .team_feature_btn a:after, .choose_form_area .sub-button button:after, .service_details_content .download_cv_btn:after, .about_call_action_section .about_cta_content .about_cta_btn a:after, .about_page_section .about_btn a:after, .header_style_theree .qoute_btn a:after, .header_style_two .qoute_btn:after, .faq_form_section .faq_form_area .sub-button button:after, .estimate_form .sub-button button:after, .team_growth .growth_btn li:after, .servicepage_btn li:after, .call_action_two .call_action_btn li:after, .slider_style_three .slider_contect_box .slider_btn li:after, .slider_style_two .slider_contect_box .slider_btn li:after {
  content: "";
  position: absolute;
  background-color: #343434;
  height: 0%;
  width: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: -1;
}
.m_get_quote a:hover:after, .pricing_plan_content .pricing_text .pricing_btn a:hover:after, .newslatter_content .newslatter-form .nws-button button:hover:after, .how_work_content .work_btn a:hover:after, .comment_formfield .quote_form .sub-button button:hover:after, .team_feature_section .team_feature_content .team_feature_btn a:hover:after, .choose_form_area .sub-button button:hover:after, .service_details_content .download_cv_btn:hover:after, .about_call_action_section .about_cta_content .about_cta_btn a:hover:after, .about_page_section .about_btn a:hover:after, .header_style_theree .qoute_btn a:hover:after, .header_style_two .qoute_btn:hover:after, .faq_form_section .faq_form_area .sub-button button:hover:after, .estimate_form .sub-button button:hover:after, .team_growth .growth_btn li:hover:after, .servicepage_btn li:hover:after, .call_action_two .call_action_btn li:hover:after, .slider_style_three .slider_contect_box .slider_btn li:hover:after, .slider_style_two .slider_contect_box .slider_btn li:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}

.breadcrumb_section .breadcrumb_watermark, .slider_style_three .slider_priview .water_print {
  top: 100px;
  left: 40%;
  z-index: -1;
  font-size: 300px;
  font-weight: 600;
  position: absolute;
  font-family: 'Ubuntu', sans-serif;
  -webkit-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
          transform: translateX(-40%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f7f3ea;
}

.case_study_button .nav-link.active:before, .blog_img_text .blog_img:before, .about_service_section .about_service_box:after, .about_service_section .about_service_box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  content: "";
  z-index: 1;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 52, 0)), to(rgba(52, 52, 52, 0.90196)));
  background-image: -o-linear-gradient(top, rgba(52, 52, 52, 0), rgba(52, 52, 52, 0.90196));
  background-image: linear-gradient(to bottom, rgba(52, 52, 52, 0), rgba(52, 52, 52, 0.90196));
}

.faq_section .faq_topic .nav-tabs, .price_tab_button .nav-tabs {
  border: none;
}
.faq_section .faq_topic .nav-tabs .nav-item.show .nav-link, .price_tab_button .nav-tabs .nav-item.show .nav-link,
.faq_section .faq_topic .nav-tabs .nav-link.active,
.price_tab_button .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  padding: 0;
}
.faq_section .faq_topic .nav-tabs .nav-link:focus, .price_tab_button .nav-tabs .nav-link:focus,
.faq_section .faq_topic .nav-tabs .nav-link:hover,
.price_tab_button .nav-tabs .nav-link:hover {
  border: none;
}
.faq_section .faq_topic .nav-tabs .nav-link, .price_tab_button .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
}
.faq_section .faq_topic .nav-link, .price_tab_button .nav-link {
  padding: 0;
}

.skill_feature .skill_progress .single_experties, .team_skill_progress .skill_progress .single_experties {
  margin-bottom: 30px;
}
.skill_feature .skill_progress .progress_text, .team_skill_progress .skill_progress .progress_text {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
.skill_feature .skill_progress .skill-title, .team_skill_progress .skill_progress .skill-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
}
.skill_feature .skill_progress .skill-percent, .team_skill_progress .skill_progress .skill-percent {
  font-weight: 700;
  color: #b89b5e;
}
.skill_feature .skill_progress .progress, .team_skill_progress .skill_progress .progress {
  width: 100%;
  height: 3px;
  border-radius: 0;
  overflow: visible;
  background-color: #606060;
}
.skill_feature .skill_progress .progress .progress-bar, .team_skill_progress .skill_progress .progress .progress-bar {
  height: 10px;
  top: -7px;
  position: relative;
  background-color: #b89b5e;
}

.faq_form_section .faq_form_area .contact-info, .estimate_form .contact-info {
  position: relative;
}
.faq_form_section .faq_form_area .contact-info input, .estimate_form .contact-info input, .faq_form_section .faq_form_area .contact-info textarea, .estimate_form .contact-info textarea {
  width: 100%;
  height: 70px;
  padding-left: 85px;
  margin-bottom: 30px;
  border: 2px solid #e7e7e7;
}
.faq_form_section .faq_form_area .contact-info textarea, .estimate_form .contact-info textarea {
  height: 240px;
  padding-top: 25px;
}
.faq_form_section .faq_form_area .contact-info .icon-bg, .estimate_form .contact-info .icon-bg {
  position: absolute;
  top: 25px;
  left: 40px;
}
.faq_form_section .faq_form_area .contact-info .icon-bg i, .estimate_form .contact-info .icon-bg i {
  color: #b89b5e;
}
.faq_form_section .faq_form_area .sub-button, .estimate_form .sub-button {
  text-align: center;
}
.faq_form_section .faq_form_area .sub-button button, .estimate_form .sub-button button {
  color: #fff;
  padding: 20px 38px 18px 40px;
  background-color: #b89b5e;
}

.case_page_section .case_pagination .pagination, .blog_pagination .pagination {
  display: inherit;
  margin-top: 20px;
}
.case_page_section .case_pagination .pagination li, .blog_pagination .pagination li {
  margin: 0px 4px;
  display: inline-block;
}
.case_page_section .case_pagination .pagination li a, .blog_pagination .pagination li a {
  padding: 0;
  width: 50px;
  height: 50px;
  display: block;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
  color: #343434;
  border: 2px solid #ededed;
}
.case_page_section .case_pagination .pagination li a:hover, .blog_pagination .pagination li a:hover {
  color: #fff;
  background-color: #b89b5e;
  border: 2px solid #b89b5e;
}
.case_page_section .case_pagination .pagination .page-link:focus, .blog_pagination .pagination .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.case_page_section .case_pagination .pagination .page-item:first-child .page-link, .blog_pagination .pagination .page-item:first-child .page-link,
.case_page_section .case_pagination .pagination .page-item:last-child .page-link,
.blog_pagination .pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.rex_video_section .video_play_area .video_play_btn, .news_post_item .video_play_btn {
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 100%;
  background-color: #b89b5e;
}
.rex_video_section .video_play_area .video_play_btn i, .news_post_item .video_play_btn i {
  color: #fff;
  font-size: 20px;
}

.bg_img_post:before, .news_qoute:before {
  top: 0;
  opacity: 0.95;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
}

.twitter_update .tw_feed, .single_widget .latest-blog-widget .blog-img-content {
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e6ff;
}
.twitter_update .tw_feed:last-child, .single_widget .latest-blog-widget .blog-img-content:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.team_details_text .section_title_area, .service_details_content .section_title_area {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e4e4e4;
}
.team_details_text .section_title_area h2, .service_details_content .section_title_area h2 {
  font-size: 40px;
}

.case_page_section .case_portfolio_filter .case-tab-button .filtr-active, .case_page_section .case_portfolio_filter .case-tab-button li:hover {
  background-color: #b89b5e;
  border: 2px solid #b89b5e;
  color: #fff;
}
.case_page_section .case_portfolio_filter .case-tab-button .filtr-active:after, .case_page_section .case_portfolio_filter .case-tab-button li:hover:after {
  bottom: -8px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b89b5e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.case_page_section .case_portfolio_filter .case-tab-button .filtr-active:hover:after, .case_page_section .case_portfolio_filter .case-tab-button li:hover:after {
  bottom: -12px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.55;
  color: #343434;
  font-family: 'Ubuntu', sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.sweet-alert-button {
  height: 40px;
  width: 135px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  left: 30px;
  background-color: #c6ac82;
}

::-moz-selection {
  color: #ffffff;
  background-color: #b89b5e;
}

::selection {
  color: #ffffff;
  background-color: #b89b5e;
}

::-moz-selection {
  color: #ffffff;
  background-color: #b89b5e;
}

.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #282828 url("../images/preloader2.gif") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
}

.block-display {
  width: 100%;
  display: block;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background_position {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section_title_area p {
  font-weight: 700;
  color: #b89b5e;
  letter-spacing: 3px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.section_title_area h2 {
  font-size: 60px;
  font-weight: 600;
}

.widget_title {
  color: #fff;
  font-size: 30px;
}
.widget_title span:before {
  top: 20px;
}
.widget_title span:after {
  top: 15px;
}

@-webkit-keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
.line_animation {
  top: 0px;
  left: 50%;
  width: 80%;
  bottom: 0px;
  z-index: -1;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 1px solid #f4f4f4;
}
.line_animation:before {
  width: 3px;
  left: -2px;
  content: "";
  height: 12px;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: line_animation 15s ease-out infinite;
  animation: line_animation 15s ease-out infinite;
  background-color: #b89b5e;
}
.line_animation .line_area {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid #f4f4f4;
}
.line_animation .line_area:before {
  width: 3px;
  right: -2px;
  content: "";
  height: 12px;
  border-radius: 100%;
  position: absolute;
  background-color: #b89b5e;
}

.line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 15s ease-out infinite;
  animation: line_animation 15s ease-out infinite;
}

.line_animation .line_area:nth-child(odd):before {
  -webkit-animation: line_animation_2 15s ease-out infinite;
  animation: line_animation_2 15s ease-out infinite;
}

.taeled-split-section .section-title span {
  color: #b89b5e;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.header_style_one {
  height: 160px;
  padding: 0px 210px;
  background-color: #f3f3f3;
}
.header_style_one .header_main_menu {
  z-index: 2;
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 32px 0px 28px 40px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.header_style_one .header_main_menu:before {
  left: 0;
  right: 0;
  bottom: -20px;
  width: 98%;
  content: "";
  height: 20px;
  z-index: -1;
  margin: 0 auto;
  position: absolute;
  background-color: #fff;
}
.header_style_one .header_main_menu:after {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 10px;
  position: absolute;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.header_style_one .main_navigation {
  display: inline-block;
  margin-right: 50px;
}
.header_style_one .main_navigation li a {
  padding: 40px 0px;
  margin-right: 35px;
}
.header_style_one .main_navigation li a:after {
  bottom: 35px;
}
.header_style_one .site_logo {
  margin: 0px 90px 0px 0px;
}

.header_top {
  padding: 12px 0px 14px 0px;
}

.header_contact_info li {
  margin-right: 40px;
}
.header_contact_info li i {
  margin-right: 5px;
  color: #b89b5e;
}

.header_follow_social li {
  color: #9e9e9e;
  margin-left: 15px;
}
.header_follow_social li:hover {
  color: #b89b5e;
}

.main_header .site_logo {
  display: inline-block;
}

.main_navigation li a {
  font-size: 14px;
  font-weight: 700;
  margin-right: 42px;
  position: relative;
  text-transform: uppercase;
}
.main_navigation li a:after {
  right: -5px;
  bottom: -5px;
  content: ".";
  font-size: 20px;
  color: #b89b5e;
  position: absolute;
}

.call_to_quote {
  top: 0;
  right: 0;
  z-index: 1;
  width: 370px;
  position: absolute;
  background-color: #b89b5e;
  padding: 30px 35px 31px 30px;
}
.call_to_quote:after {
  width: 0;
  position: absolute;
  content: "";
  height: 0;
  top: 0;
  left: -23px;
  border-left: 4px solid transparent;
  border-right: 8px solid transparent;
  border-top: 140px solid #f1ebdf;
  z-index: 0;
}
.call_to_quote:before {
  top: 0;
  width: 30px;
  content: "";
  left: -15px;
  height: 100%;
  position: absolute;
  -webkit-transform: skewX(-4deg);
      -ms-transform: skewX(-4deg);
          transform: skewX(-4deg);
  background-color: #b89b5e;
}
.call_to_quote .call_icon {
  line-height: 1;
  margin-right: 15px;
}
.call_to_quote .call_icon i {
  color: #fff;
  font-size: 55px;
}
.call_to_quote span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.call_to_quote .call_number {
  display: block;
  font-size: 30px;
}
.call_to_quote .icon_bg {
  top: -10px;
  z-index: -1;
  right: 10px;
  position: absolute;
}
.call_to_quote .icon_bg i {
  font-size: 95px;
  color: #bfa56e;
}

.wide_side_bar {
  top: 15px;
  margin-left: 5px;
  position: relative;
  display: inline-block;
  z-index: 3;
  height: 40px;
  width: 40px;
  cursor: pointer;
  right: 35px;
}
.wide_side_bar span {
  position: relative;
  top: 10px;
  right: -35px;
}
.wide_side_bar span:before {
  content: "";
  height: 3px;
  width: 25px;
  right: 0;
  position: absolute;
  background-color: #b89b5e;
}
.wide_side_bar span:nth-child(1):before {
  top: 0;
  width: 25px;
}
.wide_side_bar span:nth-child(2):before {
  top: 10px;
  width: 32px;
}
.wide_side_bar span:nth-child(3):before {
  top: 20px;
  width: 38px;
}

/*Header Style 2*/
/*----------------------------------------------------*/
.header_style_two {
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
}
.header_style_two .site_logo {
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 305px;
  margin: 0 auto;
  position: absolute;
}
.header_style_two .header_top {
  padding: 13px 100px;
  border-bottom: 1px solid #e1e1e1;
}
.header_style_two .header_main_menu {
  height: 90px;
  padding: 0 100px;
}
.header_style_two .header_main_menu .main_navigation {
  float: left;
  padding-top: 35px;
}
.header_style_two .header_main_menu .main_navigation li a {
  margin-right: 38px;
  padding-bottom: 35px;
}
.header_style_two .header_main_menu .main_navigation li a:after {
  bottom: 30px;
}
.header_style_two .call_to_quote {
  padding-bottom: 5px;
}
.header_style_two .qoute_btn {
  color: #fff;
  font-size: 14px;
  margin: 20px 30px 0px 0px;
  background-color: #b89b5e;
}
.header_style_two .qoute_btn a {
  padding: 15px 30px 13px 35px;
}

/*Header Style 3*/
/*----------------------------------------------------*/
.header_style_theree {
  width: 100%;
  z-index: 2;
  position: absolute;
}
.header_style_theree .main_navigation li a {
  padding-bottom: 40px;
}
.header_style_theree .main_navigation li a:after {
  bottom: 35px;
}
.header_style_theree .site_logo {
  width: 285px;
  height: 120px;
  margin-right: 80px;
  line-height: 120px;
  background-color: #b89b5e;
}
.header_style_theree .main_navigation {
  padding-top: 50px;
  display: inline-block;
}
.header_style_theree .call_to_quote {
  padding-top: 30px;
  margin-left: 30px;
}
.header_style_theree .qoute_btn {
  font-size: 14px;
  margin-top: 30px;
}
.header_style_theree .qoute_btn a {
  border: 2px solid #ebebeb;
  padding: 18px 32px 16px 40px;
}
.header_style_theree .qoute_btn a:hover {
  color: #fff;
  border: 2px solid #343434;
}
.header_style_theree .wide_side_bar {
  height: 120px;
  width: 120px;
  margin-left: 80px;
  text-align: center;
  z-index: 1;
  background-color: #b89b5e;
  top: 0;
}
.header_style_theree .wide_side_bar span {
  top: 45px;
  left: 20px;
}
.header_style_theree .wide_side_bar span:before {
  background-color: #fff;
  width: 38px;
}
.header_style_theree .wide_side_bar {
  right: 0;
}
.header_style_theree .wide_side_inner {
  position: absolute;
}
.header_style_theree .wide_side_inner.wide_side_on .side_inner_content {
  padding-top: 50px;
}
.header_style_theree .side_inner_content .close_btn {
  top: 25px;
}

/*Sticky Menu*/
/*----------------------------------------------------*/
.menu-bg-overlay {
  background-color: #fff;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  position: fixed;
  z-index: 9;
  width: 100%;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.7s all ease-in-out;
  -o-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
}

.main_navigation .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  display: block;
  border: none;
  padding: 10px 0px 0px;
  visibility: hidden;
  position: absolute;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #b89b5e;
  -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
          box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.main_navigation .dropdown .dropdown-menu li {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.main_navigation .dropdown .dropdown-menu li a {
  color: #343434;
  font-size: 12px;
  padding: 10px 0px;
}
.main_navigation .dropdown .dropdown-menu li a:hover {
  padding-left: 15px;
}
.main_navigation .dropdown .dropdown-menu li a:hover:before {
  width: 10px;
}
.main_navigation .dropdown .dropdown-menu li a:after {
  display: none;
}
.main_navigation .dropdown .dropdown-menu li a:before {
  left: 0;
  top: 16px;
  width: 0px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #b89b5e;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.main_navigation .dropdown:hover .dropdown-menu {
  top: 55px;
  opacity: 1;
  visibility: visible;
}

.header_style_one.menu-bg-overlay {
  top: -50px;
  height: 142px;
  padding: 0px 210px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.header_style_one.menu-bg-overlay .header_main_menu {
  padding: 10px 0px 10px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header_style_one.menu-bg-overlay .header_main_menu:before, .header_style_one.menu-bg-overlay .header_main_menu:after {
  display: none;
}
.header_style_one.menu-bg-overlay .call_to_quote {
  padding: 15px 35px 7px 30px;
}
.header_style_one.menu-bg-overlay .call_to_quote:before, .header_style_one.menu-bg-overlay .call_to_quote:after {
  display: none;
}
.header_style_one.menu-bg-overlay .call_to_quote .icon_bg {
  display: none;
}
.header_style_one.menu-bg-overlay .side_inner_content {
  padding-top: 100px;
}
.header_style_one.menu-bg-overlay .close_btn {
  top: 70px;
}

.side_inner_content {
  top: 0px;
  bottom: 0;
  right: -320px;
  height: 110vh;
  z-index: 101;
  position: fixed;
  width: 300px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.side_inner_content p {
  text-align: left;
}
.side_inner_content .side_inner_logo {
  margin: 30px 0px;
}
.side_inner_content .side_contact {
  margin-bottom: 30px;
}
.side_inner_content .side_contact .social_widget h3 {
  font-size: 18px;
  padding: 10px 0px 20px 0px;
}
.side_inner_content .side_contact .social_widget li {
  margin: 0px 3px;
}
.side_inner_content .side_copywright {
  font-size: 14px;
}
.side_inner_content .close_btn {
  top: 30px;
  left: 20px;
  cursor: pointer;
  color: #b89b5e;
  position: absolute;
}
.side_inner_content .close_btn i {
  font-size: 14px;
}

.wide_side_inner.wide_side_on .side_inner_content {
  right: -15px;
  z-index: 99;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.wide_side_inner .side_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  z-index: 9;
  height: 110vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: url(../img/cl.png), auto;
}

.body_overlay_on {
  overflow: hidden;
}

.wide_side_inner.wide_side_on .side_overlay {
  opacity: 1;
  visibility: visible;
}

.header_style_two.menu-bg-overlay {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  top: -50px;
}
.header_style_two.menu-bg-overlay .site_logo {
  top: 20px;
  height: 110px;
  width: 290px;
  overflow: hidden;
}
.header_style_two.menu-bg-overlay .header_main_menu .main_navigation {
  padding-top: 30px;
}

.header_style_theree.menu-bg-overlay {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.header_style_theree.menu-bg-overlay .qoute_btn {
  margin-top: 20px;
}
.header_style_theree.menu-bg-overlay .call_to_quote {
  padding-top: 20px;
  padding-bottom: 0;
}
.header_style_theree.menu-bg-overlay .site_logo,
.header_style_theree.menu-bg-overlay .wide_side_bar {
  height: 100px;
  line-height: 100px;
}
.header_style_theree.menu-bg-overlay .main_navigation {
  padding-top: 40px;
}
.header_style_theree.menu-bg-overlay .wide_side_bar span {
  top: 40px;
}

/*---------------------------------------------------- */
/*slider area*/
/*----------------------------------------------------*/
.slider_style_one .background_overlay {
  background-color: rgba(52, 52, 52, 0.5);
}
.slider_style_one .slider_contect_box {
  z-index: 1;
  margin: 0 auto;
  padding: 190px 0px;
  position: relative;
  max-width: 980px;
}
.slider_style_one .slider_contect_box .slider_text p {
  color: #fff;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 3px;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.slider_style_one .slider_contect_box .slider_text h1 {
  color: #fff;
  line-height: 1;
  font-size: 100px;
  font-weight: 600;
  padding: 20px 0px;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.slider_style_one .slider_contect_box .slider_icon {
  margin: 0 auto;
  max-width: 120px;
  opacity: 0;
  margin-bottom: 30px;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.slider_style_one .owl-nav {
  right: 20px;
  bottom: 20px;
  position: absolute;
}
.slider_style_one .owl-nav .owl-prev {
  right: 60px;
}

.slider_side_btn {
  color: #fff;
  left: -76px;
  z-index: 1;
  bottom: 70px;
  font-weight: 700;
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #b89b5e;
}
.slider_side_btn i {
  font-size: 20px;
  margin-right: 10px;
}
.slider_side_btn a {
  padding: 20px 35px 18px;
}

.slider_style_two .slider_contect_box .slider_text p {
  -webkit-transform: translatex(-50px);
      -ms-transform: translatex(-50px);
          transform: translatex(-50px);
}
.slider_style_two .slider_contect_box .slider_text h1 {
  -webkit-transform: translatex(30px);
      -ms-transform: translatex(30px);
          transform: translatex(30px);
}
.slider_style_two .owl-nav {
  right: 60px;
  left: inherit;
}
.slider_style_two .owl-nav .owl-prev,
.slider_style_two .owl-nav .owl-next {
  border: 3px solid #e6e6e6;
}

.slider_style_three .slider_contect_box {
  padding: 360px 0px 200px 0px;
}
.slider_style_three .slider_contect_box .slider_text p {
  -webkit-transform: translatex(-50px);
      -ms-transform: translatex(-50px);
          transform: translatex(-50px);
}
.slider_style_three .slider_contect_box .slider_text h1 {
  -webkit-transform: translatex(30px);
      -ms-transform: translatex(30px);
          transform: translatex(30px);
}
.slider_style_three .owl-nav {
  display: none;
}
.slider_style_three .slider_priview .slider_priview_img {
  position: absolute;
  right: 50px;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translatex(30px);
      -ms-transform: translatex(30px);
          transform: translatex(30px);
}
.slider_style_three .slider_priview .net_shape {
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

#slider_id .owl-item.active .slider_text p {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 1200ms;
       -o-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
#slider_id .owl-item.active .slider_text h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 900ms;
       -o-transition-delay: 900ms;
          transition-delay: 900ms;
}
#slider_id .owl-item.active .slider_priview_img {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 2100ms;
       -o-transition-delay: 2100ms;
          transition-delay: 2100ms;
}
#slider_id .owl-item.active .slider_icon {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 1500ms;
       -o-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
#slider_id .owl-item.active .slider_btn {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1800ms;
       -o-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.slider_3 .slider_side_btn a {
  padding: 20px 50px 18px;
}
.slider_3 .slider_side_btn {
  left: -94px;
  bottom: 94px;
}
.slider_3 .slider_btn li {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.slider_3 .slider_btn li:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(101, 101, 101, 0.3);
          box-shadow: 0px 16px 32px 0px rgba(101, 101, 101, 0.3);
}

/*---------------------------------------------------- */
/*call action area*/
/*----------------------------------------------------*/
.call_action_list li {
  width: 20%;
  float: left;
  padding: 50px 35px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.call_action_list li:before {
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #dfdfdf;
}
.call_action_list li:after {
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #efefef;
}
.call_action_list li:hover {
  background-color: #b89b5e;
}
.call_action_list li:hover .call_action_icon i {
  color: #fff;
}
.call_action_list li:hover .call_action_text p, .call_action_list li:hover .call_action_text h3 {
  color: #fff;
}
.call_action_list li:hover .c-icon_bg i {
  color: #b89b5e;
  background-color: #fff;
}
.call_action_list .call_action_icon {
  float: left;
  line-height: 1;
  margin-right: 15px;
}
.call_action_list .call_action_icon i {
  font-size: 50px;
  color: #b89b5e;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.call_action_list .call_action_text p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.call_action_list .call_action_text h3 {
  font-size: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.call_action_list .c-icon_bg {
  top: 25px;
  right: 20px;
  position: absolute;
}
.call_action_list .c-icon_bg i {
  width: 35px;
  color: #fff;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #b89b5e;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
}

.call_action_two {
  background-image: url(../images/map.png);
  padding: 120px 0px 120px 0px;
}
.call_action_two .section_title_area {
  max-width: 900px;
  margin: 0 auto;
}
.call_action_two .section_title_area h2 {
  font-size: 80px;
  padding: 15px 0 25px;
  line-height: 1.125;
}
.call_action_two .call_action_number {
  font-size: 60px;
  font-weight: 100;
  color: #b89b5e;
}
.call_action_two .call_action_logo {
  margin-bottom: 45px;
}
.call_action_two .call_action_btn {
  margin-top: 30px;
}

.call_action_home_2 {
  padding-top: 115px;
}

.call_action_blackhover .call_action_list li:hover {
  background-color: #343434;
}
.call_action_blackhover .call_action_list li:hover .call_action_icon i {
  color: #b89b5e;
}
.call_action_blackhover .call_action_list li:hover .c-icon_bg i {
  color: #fff;
  background-color: #b89b5e;
}

.call_action_blackbg {
  background-color: #343434;
}
.call_action_blackbg .call_action_text h3, .call_action_blackbg .call_action_text p {
  color: #fff;
}
.call_action_blackbg .call_action_list li:before {
  background-color: #454545;
}
.call_action_blackbg .call_action_list .c-icon_bg i {
  color: #b89b5e;
  line-height: 31px;
  border: 2px solid #494949;
  background-color: #343434;
}
.call_action_blackbg .call_action_list li:hover {
  background-color: #343434;
}
.call_action_blackbg .call_action_list li:hover .c-icon_bg i {
  color: #fff;
  border: 2px solid #b89b5e;
  background-color: #b89b5e;
}
.call_action_blackbg .call_action_list li:hover .call_action_icon i {
  color: #b89b5e;
}

/*---------------------------------------------------- */
/*about area*/
/*----------------------------------------------------*/
.about_us_section {
  padding: 118px 0px;
  position: relative;
  z-index: 1;
}
.about_us_section:before {
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  height: 40%;
  z-index: -1;
  width: 30%;
  background-image: url(../images/abg.jpg);
}
.about_us_section:after {
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  height: 50%;
  width: 30%;
  z-index: -1;
  background-image: url(../images/abt.png);
}

.about_area_content {
  padding-left: 40px;
}
.about_area_content .shape_pattern_2 {
  position: absolute;
  right: -30px;
  bottom: 60px;
}
.about_area_content .about_top_text {
  font-size: 20px;
  font-weight: 500;
  padding: 30px 0px 25px;
}
.about_area_content .about_top_text strong,
.about_area_content .about_top_text span {
  font-weight: 700;
}
.about_area_content .about_top_text strong {
  color: #b89b5e;
}
.about_area_content .about_top_text span {
  text-decoration: underline;
}

.about_listitem {
  margin-top: 35px;
}
.about_listitem li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.about_listitem li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  color: #b89b5e;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #e1dfdc;
}

.about_right_content {
  padding-left: 40px;
}
.about_right_content .about_right_img {
  overflow: hidden;
}
.about_right_content .about_right_img img {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.about_right_content .about_right_img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.about_right_content .about_progress {
  right: -180px;
}
.about_section_two {
  padding: 120px 0px 0px 0px;
}
.about_section_two .about_left_content {
  z-index: 1;
}
.about_section_two .about_left_content .about_left_img {
  max-width: 500px;
}
.about_section_two .about_right_two {
  padding: 70px 0px 0px 10px;
}
.about_section_two .about_left_content .about_progress {
  top: 60%;
  left: -60px;
  width: 135px;
  background-color: #fff;
}
.about_section_two .about_left_content .progress_area {
  padding: 20px 30px 10px 30px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.about_section_two .shape_pattern {
  top: -30px;
  left: -30px;
  z-index: -1;
  position: absolute;
}

.about_counter {
  top: -80px;
  z-index: 2;
  left: 145px;
  max-width: 970px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 40px 90px 40px;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.04);
}
.about_counter .about_counter_list li {
  width: 25%;
  float: left;
  position: relative;
}
.about_counter .about_counter_list li:after {
  top: 0;
  right: 0;
  width: 1px;
  content: "";
  height: 115%;
  position: absolute;
  background-color: #f1f1f1;
}
.about_counter .about_counter_list li:last-child:after {
  display: none;
}
.about_counter .about_counter_list li:before {
  left: 0;
  right: 0;
  width: 5px;
  content: "";
  height: 5px;
  bottom: -30px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background-color: #e5e5e5;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.about_counter .about_counter_list li:hover:before {
  background-color: #b89b5e;
}
.about_counter .about_counter_list .counter_icon {
  line-height: 1;
  margin-bottom: 18px;
}
.about_counter .about_counter_list .counter_icon i {
  font-size: 60px;
  color: #b89b5e;
}
.about_counter .about_counter_list .counter_number span,
.about_counter .about_counter_list .counter_number strong {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
}
.about_counter .about_counter_list .counter_number strong {
  top: 5px;
  line-height: 1;
  position: relative;
}
.about_counter .about_counter_list .counter_number p {
  font-size: 14px;
}
.about_counter .about_counter_list .odometer-formatting-mark {
  display: none;
}

.about_section_three {
  padding: 120px 0px 200px 0px;
}
.about_section_three .about_img .about_img2 {
  position: absolute;
  right: -240px;
  bottom: -80px;
}
.about_section_three .about_content_three .about_area_content {
  padding-top: 60px;
}
.about_section_three .about_content_three .about_listitem {
  padding-left: 250px;
}
.about_section_three .about_content_three .about_listitem li {
  width: 100%;
}
.about_section_three .about_content_three .about_area_content {
  padding-left: 25px;
}

/*About Page*/
/*----------------------------------------------------*/
.about_page_section {
  padding: 145px 0px 50px 0px;
}
.about_page_section .about_btn {
  margin-top: 15px;
}
.about_page_section .about_btn a {
  color: #fff;
  display: inline-block;
  padding: 20px 42px 18px 45px;
  background-color: #b89b5e;
}

.about_service_section {
  padding-bottom: 120px;
}
.about_service_section .about_service_box {
  overflow: hidden;
}
.about_service_section .about_service_box:before {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.about_service_section .about_service_box:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(185, 157, 95, 0)), to(rgba(185, 157, 95, 0.90196)));
  background-image: -o-linear-gradient(top, rgba(185, 157, 95, 0), rgba(185, 157, 95, 0.90196));
  background-image: linear-gradient(to bottom, rgba(185, 157, 95, 0), rgba(185, 157, 95, 0.90196));
}
.about_service_section .about_service_box .abt_service_text {
  bottom: 50px;
  z-index: 2;
  left: 50px;
  width: 275px;
  position: absolute;
}
.about_service_section .about_service_box .abt_service_text span {
  color: #fff;
}
.about_service_section .about_service_box .abt_service_text h4 {
  color: #fff;
  font-size: 24px;
  line-height: 1.417;
  padding: 10px 0px 20px;
}
.about_service_section .about_service_box .abt_service_text .ab_case_btn {
  color: #b5b5b5;
  font-weight: 700;
}
.about_service_section .about_service_box .abt_service_text .ab_case_btn i {
  margin-left: 10px;
}
.about_service_section .about_service_box .abt_service_text .subs_form input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 30px;
  background-color: #fff;
}
.about_service_section .about_service_box .abt_service_text .subs_form .nws-button {
  top: 17px;
  right: 10px;
}
.about_service_section .about_service_box .abt_service_text .subs_form .nws-button button {
  color: #b89b5e;
}
.about_service_section .about_service_box:hover:before {
  opacity: 0;
  visibility: hidden;
}
.about_service_section .about_service_box:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.about_service_section .about_service_box:hover .ab_case_btn {
  color: #fff;
}

.about_call_action_section .background_parallax {
  padding: 95px 0px;
}
.about_call_action_section .background_overlay {
  background-color: rgba(52, 52, 52, 0.8);
}
.about_call_action_section .about_cta_content {
  padding-left: 40px;
}
.about_call_action_section .about_cta_content .section_title_area h2 {
  color: #fff;
}
.about_call_action_section .about_cta_content .about_cta_btn {
  margin-top: 20px;
  float: right;
  display: inline-block;
}
.about_call_action_section .about_cta_content .about_cta_btn a {
  color: #fff;
  padding: 20px 38px 18px 40px;
  background-color: #b89b5e;
}

.about_practice_section {
  padding: 118px 0px 70px;
}
.about_practice_section .section_title_area {
  padding-bottom: 65px;
}

.about_practice_icontext {
  margin-bottom: 40px;
}
.about_practice_icontext .about_practice_icon {
  line-height: 1;
  margin-right: 30px;
}
.about_practice_icontext .about_practice_icon i {
  font-size: 60px;
  color: #b89b5e;
}
.about_practice_icontext .about_practice_text {
  overflow: hidden;
}
.about_practice_icontext .about_practice_text h4 {
  font-size: 26px;
  padding-bottom: 10px;
}
.about_practice_icontext .about_practice_text p {
  line-height: 1.625;
}

.app_download_section {
  padding: 118px 0px 120px;
  background-color: #f5f5f5;
}
.app_download_section .app_download_content {
  max-width: 630px;
  padding-left: 40px;
}
.app_download_section .app_download_content .app_text {
  margin: 35px 0px 40px;
  line-height: 1.625;
}
.app_download_section .app_download_content .app_btn li {
  color: #fff;
  height: 80px;
  width: 240px;
  line-height: 1.1;
  margin-right: 18px;
  padding: 20px 0px 0px 25px;
  background-color: #b89b5e;
}
.app_download_section .app_download_content .app_btn li i {
  font-size: 30px;
  float: left;
  margin-right: 15px;
}
.app_download_section .app_download_content .app_btn li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
.app_download_section .app_download_content .app_btn li:nth-child(2) {
  background-color: #343434;
}
.app_download_section .app_download_content .app_btn li:nth-child(2) i {
  color: #b89b5e;
}
.app_download_section .app_img {
  position: absolute;
  bottom: 0;
  right: 10%;
}

.about_award_section {
  padding: 120px 200px;
}
.about_award_section .award_item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.about_award_section .award_item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*---------------------------------------------------- */
/*service area*/
/*----------------------------------------------------*/
.service_section {
  padding: 118px 0 60px;
  background-color: #f7f7f7;
}
.service_section .section_title_area {
  padding-bottom: 78px;
}
.service_section .service_img {
  overflow: hidden;
}
.service_section .service_img img {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.service_section .service_img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  background-color: #b89b5e;
  z-index: 1;
  opacity: 0.9;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.service_section .service_img_text:hover .service_text {
  top: -40px;
}
.service_section .service_img_text:hover .service_img img {
  -webkit-transform: rotateZ(-2deg) scale(1.2);
      -ms-transform: rotate(-2deg) scale(1.2);
          transform: rotateZ(-2deg) scale(1.2);
}
.service_section .service_img_text:hover .service_img:before {
  width: 100%;
  right: auto;
  left: 0;
}

.service_text {
  top: -60px;
  padding: 38px;
  max-width: 90%;
  margin: 0 auto;
  z-index: 2;
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.service_text .service_icon {
  line-height: 1;
}
.service_text .service_icon i {
  font-size: 60px;
  color: #b89b5e;
}
.service_text .service_check {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  margin-top: 8px;
  background-color: #f4f0e8;
}
.service_text .service_check i {
  color: #b89b5e;
}
.service_text .service_content {
  width: 100%;
  padding-top: 20px;
  display: inline-block;
}
.service_text .service_content h3 {
  font-size: 26px;
  line-height: 1.385;
  padding-bottom: 15px;
}
.service_text .service_content p {
  font-size: 14px;
  line-height: 1.714;
}

.service_slider .owl-nav {
  top: 45%;
}
.service_slider .owl-nav .owl-next,
.service_slider .owl-nav .owl-prev {
  margin-left: -100px;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.service_slider .owl-nav .owl-next {
  float: right;
  margin-right: -100px;
}

.service_section_two {
  z-index: 1;
  overflow: visible;
  padding: 35px 0px 120px 0px;
}
.service_section_two:before, .service_section_two:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: -35%;
  z-index: -1;
}
.service_section_two:before {
  background-image: url(../images/srbg.jpg);
}
.service_section_two:after {
  background-image: url(../images/sr-shape.png);
}
.service_section_two .section_title_area {
  padding-bottom: 65px;
}

.service_content_two .service_box {
  position: relative;
  background-color: #343434;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.service_content_two .service_box:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 50%;
  right: 50%;
  height: 10px;
  opacity: 0;
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service_content_two .service_box:hover {
  margin-top: -20px;
}
.service_content_two .service_box:hover:before {
  left: 5%;
  right: 5%;
  opacity: 1;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.service_content_two .service_img_icon {
  overflow: hidden;
  max-width: 260px;
  border-bottom-right-radius: 25px;
}
.service_content_two .service_img_icon .service_icon {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  background-color: #b89b5e;
}
.service_content_two .service_img_icon .service_icon i {
  color: #fff;
  font-size: 20px;
}
.service_content_two .service_text_two {
  padding: 25px 30px 25px;
}
.service_content_two .service_text_two h3 {
  color: #fff;
  font-size: 18px;
  padding-bottom: 5px;
}
.service_content_two .service_text_two p {
  font-size: 14px;
  color: #b4b4b4;
}

.service_style_two {
  padding-bottom: 120px;
  background-color: #f7f3ea;
}
.service_style_two .service_icon_text .service_icon {
  line-height: 1;
  margin-bottom: 35px;
  z-index: 1;
  display: inline-block;
}
.service_style_two .service_icon_text .service_icon i {
  font-size: 60px;
  color: #b89b5e;
}
.service_style_two .service_icon_text .service_icon:after {
  top: -30px;
  right: -30px;
  content: "";
  z-index: -1;
  width: 65px;
  height: 65px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.service_style_two .service_icon_text .service_text {
  padding: 0;
  background-color: inherit;
}
.service_style_two .service_icon_text .service_text h3 {
  font-size: 20px;
  padding-bottom: 20px;
}
.service_style_two .service_icon_text .service_text p {
  font-size: 14px;
  line-height: 1.714;
}
.service_style_two .service_icon_text .how_work_btn {
  border: none;
  line-height: 60px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(101, 101, 101, 0.2);
          box-shadow: 0px 16px 32px 0px rgba(101, 101, 101, 0.2);
}
.service_style_two .service_icon_text .how_work_btn:hover {
  background-color: #b89b5e;
}

/*Service Page*/
/*----------------------------------------------------*/
.service_page_section {
  padding: 145px 0px 65px 0px;
}
.service_page_section .service_content_two .service_box {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  margin-bottom: 30px;
}
.service_page_section .service_content_two .service_box:before {
  display: none;
}
.service_page_section .service_content_two .service_box:hover {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.service_page_section .service_content_two .service_text_two h3,
.service_page_section .service_content_two .service_text_two p {
  color: #343434;
}

.estimate_section {
  padding: 118px 0px;
}
.estimate_section .section_title_area {
  padding-bottom: 85px;
}
.estimate_section .estimate_budget {
  padding-left: 150px;
  padding-bottom: 70px;
}
.estimate_section .estimate_budget .e-title {
  font-weight: 700;
  left: 0;
  top: -7px;
  position: absolute;
}
.estimate_section .noUi-target {
  border: none;
}
.estimate_section #estimate_scale {
  max-width: 1025px;
}
.estimate_section #estimate_scale .noUi-handle-upper {
  display: none;
}
.estimate_section #estimate_scale .noUi-connect,
.estimate_section #estimate_scale .noUi-origin {
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.estimate_section #estimate_scale .noUi-base {
  background: #b89b5e;
}
.estimate_section #estimate_scale .noUi-pips-horizontal {
  width: 1025px;
}
.estimate_section #estimate_scale .noUi-handle {
  top: -15px;
  width: 60px;
  height: 35px;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 40px;
  background-color: #b89b5e;
}
.estimate_section #estimate_scale .noUi-handle:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  height: auto;
  width: auto;
  left: 20px;
  font-size: 14px;
  background: transparent;
}
.estimate_section #estimate_scale .noUi-handle:after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  right: 20px;
  left: auto;
  top: 10px;
  font-size: 10px;
  background: transparent;
}
.estimate_section #estimate_scale .noUi-marker-horizontal.noUi-marker {
  height: 0;
}
.estimate_section #estimate_scale .noUi-marker-horizontal.noUi-marker-large {
  display: none;
}
.estimate_section #estimate_scale .noUi-value {
  width: auto;
  font-size: 40px;
  font-weight: 700;
  padding-left: 10px;
  color: #343434;
  margin-left: 0;
}
.estimate_section #estimate_scale .noUi-value:before {
  left: 0;
  content: "$";
  bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  color: #b89b5e;
}
.estimate_section #estimate_scale .noUi-value:after {
  content: "";
  height: 22px;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  position: absolute;
  background-color: #f5f5f5;
}
.estimate_section #estimate_scale .noUi-value:last-child {
  display: none;
}

.estimate_form {
  margin-top: 50px;
}

/*Service Page two*/
/*----------------------------------------------------*/
.servicepage_btn li {
  font-size: 14px;
}
.servicepage_btn li:nth-child(2) {
  color: #fff;
  border: 2px solid #606060;
  background-color: transparent;
}
.servicepage_btn li:nth-child(2) a {
  padding: 16px 38px;
}
.servicepage_btn li:after {
  background-color: #dcc699;
}

.service_page_content {
  background-color: #343434;
  padding: 95px 0px 100px 100px;
  border-top-right-radius: 30px;
}
.service_page_content .service_pageimg {
  position: absolute;
  right: -80px;
  top: -130px;
}

.service_page_text {
  max-width: 560px;
}
.service_page_text .section_title_area {
  padding-bottom: 50px;
}
.service_page_text .section_title_area p {
  padding-left: 40px;
}
.service_page_text .section_title_area h2 {
  color: #fff;
}

.practice_service_section {
  padding: 55px 0 90px;
  background-color: transparent;
}
.practice_service_section:before {
  top: 0;
  left: -10%;
  height: 60%;
  content: "";
  width: 115%;
  z-index: -1;
  position: absolute;
  border-radius: 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f3ea));
  background-image: -o-linear-gradient(white 0%, #f7f3ea 100%);
  background-image: linear-gradient(white 0%, #f7f3ea 100%);
}
.practice_service_section .section_title_area {
  padding-bottom: 65px;
}
.practice_service_section .service_icon_text {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 65px 45px 70px 45px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.03);
}
.practice_service_section .service_icon_text .service_text {
  max-width: 100%;
}
.practice_service_section .service_icon_text .service_text h3 {
  font-size: 26px;
}
.practice_service_section .service_icon_text .service_icon:after {
  display: none;
}
.practice_service_section .service_icon_text .how_work_btn {
  margin-top: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f7f3ea;
}
.practice_service_section .service_icon_text .how_work_btn i {
  color: #b89b5e;
}
.practice_service_section .service_icon_text .how_work_btn:hover i {
  color: #fff;
}

.service_page_client .client_list {
  border-top: 2px solid #efefef;
}
.service_page_client .client_list li {
  border-right: none;
}

/*Service Details Page*/
/*----------------------------------------------------*/
.practice_details_section {
  padding: 145px 0 120px;
}

.service_details_content {
  padding-left: 40px;
  margin-right: 50px;
}
.service_details_content .download_cv_btn {
  right: 0;
  top: 10px;
  position: absolute;
  border: 2px solid #eaeaea;
}
.service_details_content .download_cv_btn:hover {
  color: #fff;
}
.service_details_content .download_cv_btn a {
  display: block;
  padding: 18px 35px;
}
.service_details_content article {
  margin-bottom: 28px;
  line-height: 1.75;
}
.service_details_content .about_listitem {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #eaeaea;
}
.service_details_content .about_listitem li {
  width: 33.33%;
}
.service_details_content .service_det_img {
  margin-bottom: 45px;
}
.service_details_content .service_work_icon_text {
  padding: 60px 0px;
  margin: 50px 0px;
  border: 2px solid #eaeaea;
}
.service_details_content .service_work_icon_text li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.service_details_content .service_work_icon_text li i {
  line-height: 1;
  font-size: 60px;
  color: #b89b5e;
}
.service_details_content .service_work_icon_text li span {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
}
.service_details_content .service_work_icon_text li:after {
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  background-color: #eaeaea;
}
.service_details_content .service_work_icon_text li:last-child:after {
  display: none;
}
.service_details_content .next_prev_post {
  padding-top: 35px;
  border-top: 2px solid #eaeaea;
}
.service_details_content .next_prev_post h4 {
  font-size: 30px;
}
.service_details_content .next_prev_post .prev_post_area {
  float: left;
  text-align: left;
}
.service_details_content .next_prev_post .next_post_area {
  float: right;
  text-align: right;
}

.practice_details_section .site_sidebar .single_widget {
  padding: 0;
  border: none;
}

.practice_details_section .site_sidebar {
  margin-left: 0;
}
.practice_details_section .site_sidebar .personal_info {
  border-bottom: none;
  padding-bottom: 0;
}
.practice_details_section .site_sidebar .personal_info li {
  font-size: 16px;
  margin-bottom: 10px;
}
.practice_details_section .site_sidebar .single_widget .widget_title {
  font-size: 16px;
  color: #343434;
  font-family: 'Ubuntu', sans-serif;
  padding: 0 40px 15px 40px;
  margin: 0 0px 35px;
  border-bottom: 2px solid #eaeaea;
}
.practice_details_section .site_sidebar .single_widget .widget_title .title_shape_left:before {
  top: 10px;
}
.practice_details_section .site_sidebar .single_widget .widget_title .title_shape_left:after {
  top: 5px;
}
.practice_details_section .site_sidebar .single_widget .widget_title .title_shape_right:before {
  left: 15px;
  top: 10px;
}
.practice_details_section .site_sidebar .single_widget .widget_title .title_shape_right:after {
  top: 5px;
  left: 32px;
}
.practice_details_section .site_sidebar .single_widget .pactical_cat li {
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.practice_details_section .site_sidebar .single_widget .pactical_cat li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.practice_details_section .site_sidebar .single_widget .pactical_cat li:last-child {
  margin-bottom: 0;
}
.practice_details_section .site_sidebar .single_widget .pactical_cat li:after {
  top: 2px;
  right: 0;
  content: "";
  font-size: 13px;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.practice_details_section .site_sidebar .single_widget .pactical_cat li:hover {
  color: #b89b5e;
}
.practice_details_section .site_sidebar .single_widget .pactical_cat li:hover:after {
  color: #b89b5e;
}
.practice_details_section .site_sidebar .single_widget .attorney_widget .attorney_img_text {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}
.practice_details_section .site_sidebar .single_widget .attorney_widget .attorney_img_text:last-child {
  margin-bottom: 10px;
}
.practice_details_section .site_sidebar .single_widget .attorney_widget .attorney_img_text .attorney_img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}
.practice_details_section .site_sidebar .single_widget .attorney_widget .attorney_img_text .attorney_text {
  margin-top: 15px;
}
.practice_details_section .site_sidebar .single_widget .attorney_widget .attorney_img_text .attorney_text h4 {
  font-size: 18px;
  padding-bottom: 5px;
}
.practice_details_section .site_sidebar .single_widget .attorney_widget .attorney_img_text .attorney_text span {
  font-size: 14px;
  font-weight: 500;
}
.practice_details_section .site_sidebar .single_widget .connect_widget {
  padding-bottom: 10px;
}
.practice_details_section .site_sidebar .single_widget .connect_widget .connect_content {
  margin-bottom: 20px;
}
.practice_details_section .site_sidebar .single_widget .connect_widget .connect_content:last-child {
  margin-bottom: 10px;
}
.practice_details_section .site_sidebar .single_widget .connect_widget .connect_icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #b89b5e;
  border-radius: 100%;
  margin-right: 20px;
  border: 2px solid #eaeaea;
}
.practice_details_section .site_sidebar .single_widget .connect_widget .connect_text p {
  font-size: 14px;
}
.practice_details_section .site_sidebar .single_widget .connect_widget .connect_text span {
  font-size: 20px;
}

/*---------------------------------------------------- */
/*why choose area*/
/*----------------------------------------------------*/
.why_choose_section {
  overflow: visible;
  padding: 118px 0px 110px;
  background-color: #343434;
}
.why_choose_section .why_choose_left {
  padding-left: 40px;
}
.why_choose_section .why_choose_left li:hover h3 {
  color: #b89b5e;
}
.why_choose_section .why_choose_left .section_title_area {
  padding-bottom: 58px;
}
.why_choose_section .why_choose_left .section_title_area h2 {
  color: #fff;
}
.why_choose_section .why_choose_left .choose_icon {
  width: 90px;
  height: 90px;
  padding-top: 15px;
  margin-right: 30px;
  text-align: center;
  border-radius: 100%;
  background-color: #3f3f3f;
}
.why_choose_section .why_choose_left .choose_icon i {
  font-size: 40px;
  color: #b89b5e;
}
.why_choose_section .why_choose_left .choose_icon span {
  top: 5px;
  right: -5px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.why_choose_section .why_choose_left .choose_text {
  margin-top: 20px;
  display: inline-block;
}
.why_choose_section .why_choose_left .choose_text h3 {
  color: #fff;
  padding-bottom: 18px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.why_choose_section .why_choose_left .choose_text p {
  color: #bbbbbb;
  overflow: hidden;
  max-width: 340px;
  line-height: 1.625;
}

.choose_us_list li {
  margin-bottom: 15px;
}
.choose_us_list li:last-child {
  margin-bottom: 0;
}

.choose_form {
  bottom: -150px;
  position: absolute;
  margin-right: 15px;
  background-color: #fff;
  padding: 80px 55px 70px 55px;
  border-top: 10px solid #b89b5e;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.choose_form .section_title_area h2 {
  font-size: 48px;
}
.choose_form .section_title_area p {
  padding-left: 40px;
}

.choose_form_area {
  margin-top: 60px;
}
.choose_form_area .contact-info {
  width: 100%;
  padding: 25px;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #f8f8f8;
}
.choose_form_area .contact-info label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.choose_form_area .contact-info input,
.choose_form_area .contact-info textarea {
  border: none;
  width: 100%;
  background-color: transparent;
}
.choose_form_area .contact-info input::-webkit-input-placeholder, .choose_form_area .contact-info textarea::-webkit-input-placeholder {
  font-size: 24px;
  color: #cccccc;
}
.choose_form_area .contact-info input::-moz-placeholder, .choose_form_area .contact-info textarea::-moz-placeholder {
  font-size: 24px;
  color: #cccccc;
}
.choose_form_area .contact-info input:-ms-input-placeholder, .choose_form_area .contact-info textarea:-ms-input-placeholder {
  font-size: 24px;
  color: #cccccc;
}
.choose_form_area .contact-info input::-ms-input-placeholder, .choose_form_area .contact-info textarea::-ms-input-placeholder {
  font-size: 24px;
  color: #cccccc;
}
.choose_form_area .contact-info input::placeholder,
.choose_form_area .contact-info textarea::placeholder {
  font-size: 24px;
  color: #cccccc;
}
.choose_form_area .sub-button button {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  padding: 20px 40px;
  text-transform: uppercase;
  background-color: #b89b5e;
}

/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.portfolio_section .background_parallax {
  z-index: 1;
  padding: 118px 0px;
  padding-left: 19.5%;
  background-image: url(../images/port1.jpg);
}
.portfolio_section .background_parallax .background_overlay {
  background-color: rgba(52, 52, 52, 0.85);
  z-index: -1;
}
.portfolio_section .section_title_area {
  padding-bottom: 70px;
}
.portfolio_section .section_title_area h2 {
  color: #fff;
}
.portfolio_section .section_title_area p {
  padding-left: 40px;
}

.portfolio_slide .owl-nav {
  top: -145px;
  right: 24%;
  position: absolute;
}
.portfolio_slide .owl-nav .owl-next,
.portfolio_slide .owl-nav .owl-prev {
  color: #fff;
  margin-left: 20px;
  border: 2px solid #585756;
}
.portfolio_slide .owl-nav .owl-next:hover,
.portfolio_slide .owl-nav .owl-prev:hover {
  border: 2px solid #b89b5e;
}

.portfolio_img_text .portfolio_img {
  position: relative;
  overflow: hidden;
}
.portfolio_img_text .portfolio_img:before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.6;
  top: 0;
  bottom: auto;
  left: 0;
  height: 0%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.portfolio_img_text .portfolio_text {
  background-color: #fff;
  padding: 28px 30px;
}
.portfolio_img_text .portfolio_text span {
  font-size: 14px;
  font-weight: 700;
  color: #b89b5e;
  letter-spacing: 3px;
}
.portfolio_img_text .portfolio_text .port_icon {
  top: -30px;
  right: 50px;
  width: 60px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  background-color: #b89b5e;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.portfolio_img_text:hover .port_icon {
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.portfolio_img_text:hover .portfolio_img:before {
  height: 100%;
}

/*---------------------------------------------------- */
/*Achivement area*/
/*----------------------------------------------------*/
.achivement_section {
  padding: 118px 0px;
  background-color: #222222;
}

.achivement_text {
  padding: 50px 0 0 45px;
}
.achivement_text .section_title_area {
  padding-bottom: 50px;
}
.achivement_text .section_title_area h2 {
  color: #fff;
}
.achivement_text .achivement_img_list li {
  margin-right: 25px;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.team_section {
  padding: 118px 0px 110px;
}
.team_section .section_title_area {
  padding-bottom: 65px;
}

.team_link {
  left: 0;
  right: 0;
  width: 60px;
  color: #fff;
  height: 60px;
  bottom: -30px;
  margin: 0 auto;
  line-height: 60px;
  border-radius: 100%;
  position: absolute;
  background-color: #b89b5e;
}
.team_link .social_link a {
  left: 0;
  right: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  border-radius: 100%;
  background-color: #b89b5e;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.team_img_text .team_img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}
.team_img_text .team_img:after {
  top: 0;
  left: 0;
  opacity: 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  border-radius: 100%;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  background-color: rgba(51, 51, 51, 0.8);
}
.team_img_text .team_text_details {
  padding-top: 60px;
}
.team_img_text .team_text_details h3 {
  padding-bottom: 8px;
}
.team_img_text .team_text_details p {
  margin: 0 auto;
  font-size: 14px;
  max-width: 230px;
  padding-top: 8px;
  line-height: 1.857;
}
.team_img_text:hover .social_link a {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.team_img_text:hover .mem_fb {
  left: -100px;
  top: -15px;
}
.team_img_text:hover .mem_tw {
  left: -33px;
  top: -30px;
}
.team_img_text:hover .mem_ld {
  left: 33px;
  top: -28px;
}
.team_img_text:hover .mem_yo {
  left: 65px;
  top: -10px;
}
.team_img_text:hover .team_img:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.team_img_text:hover .team_link .fa-plus:before {
  content: "";
}

/*Team Page*/
/*----------------------------------------------------*/
.team_page_section {
  padding: 145px 0px 60px;
}

.team_page_member {
  margin-bottom: 60px;
}
.team_page_member .team_member_img {
  float: left;
  width: 150px;
  height: 180px;
  margin-right: 40px;
  background: #fff;
  background-size: cover;
  overflow: hidden;
  background: no-repeat center center;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.team_page_member .team_member_img:before, .team_page_member .team_member_img:after {
  width: 75%;
  top: 10px;
  content: "";
  right: -30px;
  height: 35px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(20deg) skewX(15deg);
      -ms-transform: rotate(20deg) skewX(15deg);
          transform: rotate(20deg) skewX(15deg);
}
.team_page_member .team_member_img:after {
  top: auto;
  right: auto;
  left: -30px;
  bottom: 10px;
}
.team_page_member .team_name_designation {
  display: table;
}
.team_page_member .team_name_designation .team_name {
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 12px 0px 28px;
}
.team_page_member .team_name_designation .tean_social {
  margin-left: -12px;
}
.team_page_member .team_name_designation .tean_social li {
  color: #bababa;
  height: 35px;
  width: 35px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.team_page_member .team_name_designation .tean_social li:before {
  left: 0;
  top: -6px;
  content: "";
  width: 100%;
  z-index: -1;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  background-color: #f5eee2;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.team_page_member .team_name_designation .tean_social li:hover {
  color: #b89b5e;
}
.team_page_member .team_name_designation .tean_social li:hover:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.team_feature_section {
  padding: 120px 0px;
}
.team_feature_section .team_feature_content {
  float: right;
  max-width: 580px;
  background-color: #fff;
  padding: 70px 60px 70px 100px;
  border-bottom: 10px solid #b89b5e;
}
.team_feature_section .team_feature_content .team_feature_text {
  margin: 20px 0 55px;
  line-height: 1.667;
}
.team_feature_section .team_feature_content .team_feature_btn a {
  color: #fff;
  display: inline-block;
  padding: 20px 38px 20px 40px;
  background-color: #b89b5e;
}

.team_skill_section {
  background-color: #f7f7f7;
  padding: 118px 0px 120px;
  z-index: 1;
}
.team_skill_section:before {
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  height: 40%;
  z-index: -1;
  width: 30%;
  background-image: url(../images/abg.jpg);
}
.team_skill_section:after {
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  height: 50%;
  width: 30%;
  z-index: -1;
  background-image: url(../images/sbg.png);
}

.team_skill_progress {
  margin-right: 40px;
}
.team_skill_progress .skill_progress .progress_text {
  margin-bottom: 5px;
}
.team_skill_progress .skill_progress .single_experties {
  margin-bottom: 45px;
}
.team_skill_progress .skill_progress .skill-title {
  color: #343434;
}
.team_skill_progress .skill_progress .progress {
  height: 60px;
  background-color: #ffffff;
}
.team_skill_progress .skill_progress .progress .progress-bar {
  top: 0;
  height: 60px;
}
.team_skill_progress .skill_progress .skill-percent {
  color: #343434;
}

.team_skill_img .team_skill_pic {
  margin-bottom: 48px;
}
.team_skill_img .team_skill_pic .team_brand {
  top: -35px;
  right: -140px;
  position: absolute;
}
.team_skill_img .section_title_area {
  padding-left: 40px;
}

/*Team Details Page*/
/*----------------------------------------------------*/
.team_details_section {
  padding: 145px 0px 120px;
}
.team_details_section .about_right_content {
  padding-left: 0;
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #e4e4e4;
}
.team_details_section .about_right_content .about_progress {
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 20px 10px;
  border: 2px solid #e4e4e4;
}
.team_details_section .about_right_content .progress_text h3 {
  padding-bottom: 0;
}
.team_details_section .team_profile {
  z-index: 1;
  max-width: 470px;
  padding: 35px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.team_details_section .team_profile .shape_pattern {
  position: absolute;
  top: -30px;
  left: -15px;
  z-index: -2;
}
.team_details_section .team_profile .bg_img {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}
.team_details_section .team_profile .team_name_designation {
  padding: 35px 0px 20px;
}
.team_details_section .team_profile .team_name_designation span {
  display: block;
}
.team_details_section .team_profile .team_name_designation .team_degi {
  font-size: 14px;
}
.team_details_section .team_profile .team_name_designation .team_name {
  font-size: 40px;
  font-weight: 700;
  line-height: 0.75;
  padding-top: 20px;
}
.team_details_section .team_profile .team_social li {
  width: 50px;
  height: 50px;
  color: #bababa;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.team_details_section .team_profile .team_social li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.team_details_section .team_profile .team_social li:hover {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
  color: #b89b5e;
}
.team_details_section .team_profile .shape_pattern_2 {
  right: -30px;
  z-index: -2;
  bottom: -20px;
  position: absolute;
}

.personal_info {
  padding-bottom: 30px;
  border-bottom: 2px solid #e4e4e4;
}
.personal_info li {
  font-size: 18px;
  margin-bottom: 12px;
}
.personal_info li .personal_icon {
  width: 25px;
  height: 25px;
  margin-right: 22px;
}
.personal_info li .personal_icon i {
  color: #b89b5e;
}
.personal_info li span {
  font-weight: 700;
}

.team_service_area {
  margin-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
}
.team_service_area .service_icon_text {
  border: 2px solid #e4e4e4;
  padding: 60px 10px 50px;
}

.team_achivement_list .personal_info li {
  font-size: 16px;
}
.team_achivement_list .personal_info .personal_icon {
  margin-right: 10px;
}

.team_growth {
  margin-top: 50px;
}
.team_growth .team_growth_text p {
  margin-bottom: 30px;
}
.team_growth .growth_btn {
  margin: 0px -10px;
}
.team_growth .growth_btn li a {
  display: block;
  padding: 15px 30px;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.testimonial_content,
.subscribe_content {
  width: 50%;
  float: left;
  padding: 115px 115px 115px 160px;
  background-color: #343434;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.testimonial_content .section_title_area,
.subscribe_content .section_title_area {
  padding-bottom: 50px;
}
.testimonial_content .section_title_area h2,
.subscribe_content .section_title_area h2 {
  color: #fff;
}
.testimonial_content .testimonial_text,
.subscribe_content .testimonial_text {
  z-index: 1;
  color: #fff;
  font-size: 24px;
  line-height: 1.417;
  border-radius: 12px;
  padding: 40px 70px 40px 50px;
  background-color: #b89b5e;
}
.testimonial_content .testimonial_text:after,
.subscribe_content .testimonial_text:after {
  content: "";
  position: absolute;
  left: 100px;
  height: 85px;
  width: 50px;
  bottom: -55px;
  background-repeat: no-repeat;
  background-image: url(../images/ts.png);
}
.testimonial_content .testimonial_imgname,
.subscribe_content .testimonial_imgname {
  padding: 70px 0px 0px 60px;
}
.testimonial_content .testimonial_imgname .testi_img,
.subscribe_content .testimonial_imgname .testi_img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
  border: 5px solid #fff;
}
.testimonial_content .testimonial_imgname .testi_text,
.subscribe_content .testimonial_imgname .testi_text {
  padding: 10px 0 4px;
}
.testimonial_content .testimonial_imgname .testi_text h3,
.subscribe_content .testimonial_imgname .testi_text h3 {
  color: #fff;
  font-size: 30px;
}
.subscribe_content {
  background-color: #b89b5e;
}
.subscribe_content .section_title_area {
  padding-bottom: 28px;
}
.subscribe_content .section_title_area p {
  color: #fff;
}
.subscribe_content .section_title_area p span:before,
.subscribe_content .section_title_area p span:after {
  background-color: #fff;
}
.subscribe_content .subscribe_text {
  color: #fff;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 35px;
}
.subscribe_content .subscribe_form .contact-info {
  position: relative;
}
.subscribe_content .subscribe_form .contact-info input {
  width: 100%;
  height: 80px;
  padding-left: 40px;
  margin-bottom: 18px;
}
.subscribe_content .subscribe_form .sub-button button {
  margin-bottom: 15px;
  color: #fff;
  width: 100%;
  height: 80px;
  text-align: left;
  padding-left: 40px;
  background-color: #343434;
}
.subscribe_content .subscribe_form .sub-button p {
  color: #fff;
  font-weight: 700;
  font-style: italic;
}

/*testimonial 2*/
/*------------------------------*/
.testimonial_two_Section .background_parallax {
  background-image: url(../images/testbg.jpg);
  padding: 118px 0px 125px;
}
.testimonial_two_Section .background_parallax:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/testibg.png);
}
.testimonial_two_Section .background_parallax .background_overlay {
  background-color: rgba(171, 141, 79, 0.9);
}
.testimonial_two_Section .testimonial_carousel {
  max-width: 1000px;
  margin: 0 auto;
}
.testimonial_two_Section .testimonial_item_content {
  max-width: 900px;
  margin: 0 auto;
}
.testimonial_two_Section .testimonial_item_content .testimonial_icon {
  line-height: 1;
  margin-bottom: 30px;
}
.testimonial_two_Section .testimonial_item_content .testimonial_icon i {
  color: #fff;
  font-size: 120px;
}
.testimonial_two_Section .testimonial_item_content .testimonial_quote {
  color: #fff;
  font-size: 24px;
  line-height: 1.417;
  margin-bottom: 45px;
}
.testimonial_two_Section .testimonial_item_content .testimonial_meta h4 {
  font-size: 30px;
  color: #fff;
}
.testimonial_two_Section .testimonial_item_content .testimonial_meta span {
  font-size: 14px;
  color: #fff;
}
.testimonial_two_Section .carousel-indicators {
  margin: 0;
  width: 100%;
  position: static;
  text-align: center;
  margin-top: 40px;
}
.testimonial_two_Section .carousel-indicators li {
  height: 45px;
  width: 45px;
  text-indent: 0;
  margin: 0px 5px;
  cursor: pointer;
  border-radius: 100%;
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.testimonial_two_Section .carousel-indicators li img {
  border-radius: 100%;
}
.testimonial_two_Section .carousel-indicators li:before {
  width: 0;
  height: 0;
  top: -29px;
  left: 5px;
  opacity: 0;
  visibility: hidden;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #c2ae86;
}
.testimonial_two_Section .carousel-indicators li:after {
  width: 0;
  height: 0;
  top: -29px;
  left: 7px;
  opacity: 0;
  visibility: hidden;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ab8f54;
}
.testimonial_two_Section .carousel-indicators .active {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}
.testimonial_two_Section .carousel-indicators .active:before, .testimonial_two_Section .carousel-indicators .active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.testimonial_two_Section .carousel-inner {
  padding-bottom: 35px;
  border-bottom: 2px solid #c0ae86;
}

/*testimonial 3*/
/*------------------------------*/
.testimonial_three_section:before {
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  width: 55%;
  position: absolute;
  z-index: -1;
  background-color: #f7f3ea;
}
.testimonial_three_section .line_animation:before {
  display: none;
}
.testimonial_three_section .line_animation .line_area:before {
  display: none;
}

.testimonial_style_three {
  padding: 115px 0px 110px;
}
.testimonial_style_three .testimonial_tag {
  font-size: 16px;
}
.testimonial_style_three .testi_quote_text {
  font-size: 24px;
  margin: 40px 0 22px;
  line-height: 1.5;
}
.testimonial_style_three .testimonial_slide_item_three {
  max-width: 510px;
}
.testimonial_style_three .testimonial_slide_item_three .testi_textdetails {
  line-height: 1.875;
  margin-bottom: 15px;
}
.testimonial_style_three .testimonial_slide_item_three .testi_text {
  padding: 10px 0 4px;
}
.testimonial_style_three .testimonial_slide_item_three .testi_text h3 {
  color: #343434;
  font-size: 30px;
}
.testimonial_style_three .testimonial_slide_item_three .t-icon-bg {
  top: 0px;
  right: 0px;
  line-height: 0;
}
.testimonial_style_three .testimonial_slide_item_three .t-icon-bg i {
  color: #e8e5dc;
}
.testimonial_style_three .testimonial_side_img {
  top: 0;
  right: 80px;
  position: absolute;
}
.testimonial_style_three .testimonial_side_img .testi_badge {
  position: absolute;
  bottom: -30px;
  right: 30px;
}
.testimonial_style_three .owl-dots {
  right: -180px;
  top: inherit;
  bottom: 80px;
}
.testimonial_style_three .owl-dots .owl-dot {
  background-color: #ffffff85;
}

/*---------------------------------------------------- */
/*client area*/
/*----------------------------------------------------*/
.client_list {
  border-bottom: 2px solid #efefef;
}
.client_list li {
  width: 20%;
  float: left;
  padding: 110px 0px;
  text-align: center;
  border-right: 2px solid #efefef;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.client_list li:last-child {
  border-right: none;
}
.client_list li img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.client_list li:hover {
  background-color: #f8f8f8;
}
.client_list li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.client_section_three {
  border-top: 2px solid #efefef;
}
.client_section_three .client_list li {
  border-right: none;
}
.client_section_three .line_animation:before {
  display: none;
}
.client_section_three .line_animation .line_area:before {
  display: none;
}

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.blog_section {
  padding: 115px 0px;
}
.blog_section .section_title_area {
  padding-bottom: 65px;
}

.blog_img_text .blog_text h3 {
  padding-bottom: 12px;
  line-height: 1.417;
}
.blog_img_text .blog_text span {
  font-size: 14px;
  line-height: 1.857;
}
.blog_img_text .blog_img {
  margin-bottom: 32px;
  overflow: hidden;
}
.blog_img_text .blog_img img {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.blog_img_text .blog_meta {
  left: 40px;
  width: 100%;
  bottom: 40px;
  z-index: 2;
  position: absolute;
}
.blog_img_text .blog_meta .blog_author {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}
.blog_img_text .blog_meta .author_meta .author_name {
  color: #fff;
  display: block;
  font-size: 20px;
}
.blog_img_text:hover .blog_img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.blog_img_text:hover .blog_meta img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.blog_img_text:hover .blog_text h3 {
  color: #b89b5e;
}

.blog_section_two {
  background-color: #f7f3ea;
}

/*Blog Page*/
/*----------------------------------------------------*/
.blog_feed_section {
  padding: 145px 0px 120px;
}

.news_post_item {
  margin-bottom: 40px;
}
.news_post_item .post_cat {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 30px;
  display: inline-block;
  background-color: #b89b5e;
}
.news_post_item .video_play_btn {
  margin: 0 auto;
}
.news_post_item .news_text_area {
  padding: 50px 40px;
  border: 2px solid #ededed;
}
.news_post_item .news_text_area h3 {
  font-size: 36px;
  line-height: 1.167;
  padding: 30px 0px 20px;
}
.news_post_item .news_text_area p {
  line-height: 1.625;
}
.news_post_item .news_text_area .blog_meta {
  margin-bottom: 15px;
}
.news_post_item .news_text_area .blog_meta li {
  font-size: 14px;
  margin-right: 25px;
}
.news_post_item .news_text_area .blog_meta li i {
  margin-right: 6px;
}
.news_post_item .news_text_area .author_meta {
  width: 100%;
  margin-top: 25px;
  display: inline-block;
}
.news_post_item .news_text_area .author_img img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin-right: 10px;
}
.news_post_item .news_text_area .author_img span {
  font-weight: 700;
}
.news_post_item .news_text_area .news_more {
  margin-top: 5px;
}
.news_post_item .news_text_area .news_more a {
  font-size: 14px;
  font-weight: 700;
  color: #b89b5e;
  position: relative;
}
.news_post_item .news_text_area .news_more a:before {
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: -25px;
  top: -2px;
  color: #b89b5e;
}

.news_qoute {
  z-index: 0;
}
.news_qoute:before {
  background-color: #b89b5e;
}
.news_qoute .news_text_area {
  padding-left: 145px;
}
.news_qoute .news_text_area h3 {
  color: #fff;
}
.news_qoute .news_text_area:before {
  top: 55px;
  left: 35px;
  color: #fff;
  font-size: 85px;
  font-weight: 900;
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.news_qoute .blog_meta li {
  color: #fff;
}

.bg_img_post {
  z-index: 0;
}
.bg_img_post:before {
  background-color: #fff;
  opacity: 0.9;
}
.bg_img_post .news_text_area {
  border: none;
}

.blog_pagination .pagination {
  margin-top: 60px;
}

.site_sidebar {
  margin-left: 20px;
}
.site_sidebar .single_widget {
  padding: 35px;
  margin-bottom: 40px;
  border: 2px solid #ededed;
}
.site_sidebar .single_widget .widget_title {
  color: #343434;
  font-size: 20px;
  padding: 0 0 35px 40px;
}
.site_sidebar .single_widget .widget_title span:before {
  top: 15px;
}
.site_sidebar .single_widget .widget_title span:after {
  top: 10px;
}

.about_widget .ab_widget_img {
  width: 140px;
  height: 140px;
  margin: 0 auto 28px;
}
.about_widget .ab_widget_text h3 {
  font-size: 18px;
  padding-bottom: 15px;
}
.about_widget .ab_widget_text p {
  font-size: 14px;
  line-height: 1.857;
}
.about_widget .ab_widget_social {
  margin-top: 20px;
}
.about_widget .ab_widget_social li {
  font-size: 14px;
  margin: 0px 7px;
  color: #b3bed3;
}
.about_widget .ab_widget_social li:hover {
  color: #b89b5e;
}

.search_widget input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 30px;
  background-color: #f6f4ff;
}
.search_widget button {
  color: #fff;
  width: 60px;
  height: 60px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #b89b5e;
}
.single_widget .latest-blog-widget .blog-img-content {
  width: 100%;
}
.single_widget .latest-blog-widget .blog-img {
  width: 100px;
  float: left;
  height: 100px;
  margin-right: 20px;
}
.single_widget .latest-blog-widget .blog-text h3 {
  font-size: 16px;
  line-height: 1.375;
  padding-bottom: 5px;
}
.single_widget .latest-blog-widget .blog-text span {
  font-size: 14px;
}

.wicat_item li {
  color: #fff;
  height: 50px;
  font-size: 14px;
  position: relative;
  line-height: 50px;
  padding-left: 30px;
  margin-bottom: 10px;
  z-index: 2;
}
.wicat_item li:last-child {
  margin-bottom: 0;
}
.wicat_item li:after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  opacity: 0.7;
  background-color: black;
}
.wicat_item li .post_counter {
  width: 50px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 1;
  background-color: #b89b5e;
}

.social_widget {
  width: 100%;
  display: inline-block;
}
.social_widget li {
  width: 40px;
  color: #343434;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  background-color: #f2f2f2;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.social_widget li a {
  width: 100%;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.social_widget li:hover {
  background-color: #b89b5e;
  color: #fff;
}

.twitter_update .twitter_icon {
  float: left;
  margin-right: 20px;
}
.twitter_update .twitter_icon i {
  color: #b89b5e;
  font-size: 14px;
}
.twitter_update .tw_feed_text {
  overflow: hidden;
}
.twitter_update .tw_feed_text p, .twitter_update .tw_feed_text a, .twitter_update .tw_feed_text span {
  font-size: 12px;
  line-height: 2;
  display: block;
}
.twitter_update .tw_feed_text span {
  font-weight: 700;
  text-transform: uppercase;
}
.twitter_update .tw_feed_text a {
  margin-bottom: 5px;
}

.instagram_feed {
  display: inline-block;
  margin: 0 -7px;
}
.instagram_feed li {
  position: relative;
  background-color: #b89b5e;
  margin: 7px 5px;
}
.instagram_feed li:before {
  left: 0;
  right: 0;
  top: 40%;
  content: "";
  opacity: 0;
  color: #fff;
  position: absolute;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 900;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.instagram_feed li img {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.instagram_feed li:hover img {
  opacity: 0.4;
}
.instagram_feed li:hover:before {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.popular_tag {
  margin: -5px;
  display: inline-block;
}
.popular_tag li a {
  margin: 5px 3px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  background-color: #f4f4f4;
  padding: 8px 20px 5px 20px;
}
.popular_tag li a:hover {
  color: #fff;
  background-color: #b89b5e;
}

/*Blog Details Page*/
/*----------------------------------------------------*/
.blog_details_area {
  padding: 145px 0px 120px;
}
.blog_details_area .blog_details_content {
  padding: 45px;
  border: 2px solid #ededed;
}
.blog_details_area .single_widget {
  border: 2px solid #ededed;
}
.blog_details_area .s_blog_tag {
  color: #fff;
  padding: 5px 25px;
  background-color: #b89b5e;
}
.blog_details_area .blog-meta a {
  color: #000b22;
  font-size: 14px;
  margin-right: 25px;
}
.blog_details_area .blog-meta a i {
  margin-right: 5px;
}
.blog_details_area .share_tag {
  width: 100%;
  margin-bottom: 45px;
  display: inline-block;
  border-bottom: 1px solid #e1e6ff;
}
.blog_details_area .share_tag .share_post li {
  float: right;
}

.blog_details_text h2 {
  font-size: 36px;
  padding: 25px 0px 18px;
}
.blog_details_text .blog-meta {
  margin-bottom: 22px;
}
.blog_details_text .blog-meta a {
  color: #343434;
  font-size: 14px;
}
.blog_details_text .blog-meta a i {
  margin-right: 8px;
}
.blog_details_text article {
  line-height: 1.6;
  padding-bottom: 30px;
}
.blog_details_text h3 {
  font-size: 30px;
  padding: 40px 0px 25px;
}
.blog_details_text h4 {
  font-size: 30px;
  padding: 30px 0px 35px 0px;
  border-top: 1px solid #e1e6ff;
}
.blog_details_text .blog_details_list li {
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 8px;
  position: relative;
}
.blog_details_text .blog_details_list li:after {
  left: 0;
  content: "";
  font-weight: 900;
  position: absolute;
  color: #b89b5e;
  font-family: "Font Awesome 5 Free";
}
.blog_details_text blockquote {
  z-index: 1;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  border-radius: 10px;
  padding: 50px 85px 60px;
  margin: 40px 0px;
  color: #fff;
  background-color: #343434;
}
.blog_details_text blockquote span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #b89b5e;
  font-family: 'Ubuntu', sans-serif;
}
.blog_details_text blockquote:after {
  top: 0;
  right: 50px;
  z-index: -1;
  color: #3d3d3d;
  content: "";
  font-weight: 900;
  position: absolute;
  font-size: 200px;
  font-family: "Font Awesome 5 Free";
}
.blog_details_text .aside_img {
  margin-right: 35px;
}

.blog_details_extra_text .share_tag {
  margin-top: 20px;
  padding-bottom: 40px;
}
.blog_details_extra_text .share_tag h3 {
  color: #000b22;
  font-size: 20px;
  padding-bottom: 20px;
}
.blog_details_extra_text .share_post li {
  color: #b5becc;
  font-size: 18px;
  margin-left: 25px;
}
.blog_details_extra_text .share_post li a {
  color: #b5becc;
}
.blog_details_extra_text .share_post li a:hover {
  color: #b89b5e;
}
.blog_details_extra_text .next_prev_post {
  margin: 0;
  border: none;
  padding: 0 0 35px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #e1e6ff;
}
.blog_details_extra_text .next_prev_post a span {
  font-size: 14px;
  font-weight: 700;
  color: #b89b5e;
}
.blog_details_extra_text .next_prev_post a h3 {
  font-size: 28px;
}
.blog_details_extra_text .next_prev_post .bar_point {
  line-height: 85px;
  background-color: transparent;
}
.blog_details_extra_text .next_prev_post .bar_point i {
  color: #b89b5e;
  font-size: 40px;
}
.blog_details_extra_text .related_postview h3 {
  color: #000b22;
  font-size: 28px;
  padding-bottom: 40px;
}
.blog_details_extra_text .related_postview .blog-meta {
  font-size: 14px;
  color: #b89b5e;
}
.blog_details_extra_text .related_postview .postitem_text {
  padding: 35px 25px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
          box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}
.blog_details_extra_text .related_postview .postitem_text h3 {
  padding: 5px 0px 15px;
}
.blog_details_extra_text .related_postview .postitem_text h3 a {
  font-size: 22px;
}
.blog_details_extra_text .postby_author {
  padding: 40px;
  margin: 45px 0px;
  display: inline-block;
  border: 2px solid #e1e6ff;
}
.blog_details_extra_text .postby_author .author_img {
  float: left;
  margin-right: 35px;
}
.blog_details_extra_text .postby_author span {
  font-size: 12px;
  font-weight: 700;
  color: #b89b5e;
}
.blog_details_extra_text .postby_author h3 {
  font-size: 36px;
  padding-bottom: 10px;
}
.blog_details_extra_text .postby_author p {
  line-height: 1.85;
}

.comment_element {
  position: relative;
}

.blog_comment_box li {
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e6ff;
}
.blog_comment_box h3 {
  font-size: 26px;
  color: #000b22;
  padding-bottom: 35px;
}
.blog_comment_box .comment_img {
  width: 100px;
  float: left;
  height: 100px;
  margin-right: 30px;
}
.blog_comment_box .comment_img img {
  border-radius: 100%;
}
.blog_comment_box .comment_content {
  padding-top: 20px;
}
.blog_comment_box .comment_content h4 {
  font-size: 18px;
  color: #000b22;
  padding-bottom: 8px;
}
.blog_comment_box .comment_content span {
  font-size: 12px;
  font-weight: 700;
  color: #b89b5e;
}
.blog_comment_box .comment_content p {
  overflow: hidden;
  line-height: 1.7;
  margin: 10px 0 25px;
}
.blog_comment_box .reply-btn {
  right: 50px;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 30px;
  position: absolute;
  border-radius: 50px;
  border: 1px solid #e1e6ff;
}
.blog_comment_box .comment_reply {
  margin-left: 120px;
  padding-top: 25px;
  border-top: 1px solid #e1e6ff;
}

.comment_formfield {
  padding: 50px;
  background-color: #eaeaea;
}
.comment_formfield .quote_form .contact-info {
  position: relative;
}
.comment_formfield .quote_form .contact-info .icon-bg {
  top: 20px;
}
.comment_formfield .quote_form input, .comment_formfield .quote_form textarea {
  width: 100%;
  border: none;
  height: 60px;
  padding-left: 30px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.comment_formfield .quote_form textarea {
  height: 150px;
  padding-top: 30px;
}
.comment_formfield .quote_form .sub-button button {
  color: #fff;
  border: none;
  padding: 20px 40px;
  background-color: #b89b5e;
}

#blod_slide .owl-nav {
  width: 90%;
  margin: 0 auto;
  position: absolute;
}
#blod_slide .owl-nav .owl-prev,
#blod_slide .owl-nav .owl-next {
  font-size: 30px;
  color: #d4d3d2;
  float: left;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
#blod_slide .owl-nav .owl-prev:hover,
#blod_slide .owl-nav .owl-next:hover {
  color: #fff;
}
#blod_slide .owl-nav .owl-next {
  float: right;
}

.news_img iframe {
  border: none;
}

/*---------------------------------------------------- */
/*case area*/
/*----------------------------------------------------*/
.case_study_button li {
  width: 25%;
  float: left;
}
.case_study_button .nav-tabs .nav-link.active {
  padding: 0;
  border: none;
}
.case_study_button .nav-link {
  padding: 0;
  border: none;
  position: relative;
}
.case_study_button .nav-link.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f3f3f3;
}
.case_title_text {
  background-color: #f3f3f3;
  padding: 75px 0px 65px;
}
.case_title_text .section_title_area {
  display: inline-block;
  padding-left: 40px;
}
.case_title_text .case_study_btn {
  float: right;
  margin-top: 20px;
  background-color: #ffff;
  display: inline-block;
}
.case_title_text .case_study_btn a {
  padding: 20px 40px;
}

/*Case Study Page*/
/*----------------------------------------------------*/
.case_page_section {
  padding: 145px 0px 120px;
}
.case_page_section .case_portfolio_filter {
  min-height: 100%;
}
.case_page_section .case_portfolio_filter .case-tab-button {
  margin-bottom: 60px;
}
.case_page_section .case_portfolio_filter .case-tab-button li {
  cursor: pointer;
  font-weight: 700;
  margin-right: 8px;
  padding: 12px 40px;
  text-align: center;
  display: inline-table;
  border: 2px solid #f3f3f3;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.case_page_section .case_portfolio_filter .case-tab-button .filtr-active:after {
  opacity: 1;
  bottom: -12px;
  visibility: visible;
}
.case_page_section .case_portfolio_filter .portfolio_img_text {
  margin-bottom: 30px;
}
.case_page_section .case_portfolio_filter .portfolio_img_text .portfolio_text {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(52, 52, 52, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(52, 52, 52, 0.04);
}
/*Case Study single Page*/
/*----------------------------------------------------*/
.case_details_quoute {
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 65px;
  background-color: #343434;
}
.case_details_quoute .qoute_img {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 30px;
  border-radius: 100%;
  border: 8px solid #fff;
}
.case_details_quoute .qoute_img img {
  border-radius: 100%;
}
.case_details_quoute .qoute_img span {
  top: -10px;
  right: -10px;
  color: #fff;
  height: 50px;
  width: 50px;
  font-size: 20px;
  position: absolute;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  background-color: #b89b5e;
}
.case_details_quoute .quote_text span {
  color: #fff;
  font-size: 18px;
}
.case_details_quoute .testi_text {
  margin-top: 20px;
}
.case_details_quoute .testi_text h3 {
  color: #fff;
  font-size: 30px;
}
.case-page-vertical {
  position: relative;
}
.case-page-vertical .case-tab-button {
  top: 29.5%;
  left: -215px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*---------------------------------------------------- */
/*feature area*/
/*----------------------------------------------------*/
.feature_section .revenue_feature {
  width: 50%;
  z-index: 1;
  float: left;
  padding: 128px 135px 122px;
  background-image: url(../images/rfbg.jpg);
}
.feature_section .revenue_feature .background_overlay {
  z-index: -1;
  background-color: rgba(37, 37, 37, 0.9);
}
.feature_section .revenue_icon {
  line-height: 1;
  margin-bottom: 5px;
}
.feature_section .revenue_icon i {
  font-size: 120px;
  color: #b89b5e;
}
.feature_section .revenue_ammount {
  padding-bottom: 15px;
  color: #fff;
}
.feature_section .revenue_ammount span {
  font-size: 80px;
}
.feature_section .revenue_ammount strong {
  font-size: 26px;
  color: #b89b5e;
}
.feature_section .revenue_text {
  color: #fff;
  font-size: 18px;
  line-height: 1.667;
}

@-webkit-keyframes Rx-width-70 {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@keyframes Rx-width-70 {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-webkit-keyframes Rx-width-42 {
  0% {
    width: 0%;
  }
  100% {
    width: 42%;
  }
}
@keyframes Rx-width-42 {
  0% {
    width: 0%;
  }
  100% {
    width: 42%;
  }
}
@-webkit-keyframes Rx-width-80 {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@keyframes Rx-width-80 {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@keyframes Rx-width-91 {
  0% {
    width: 0%;
  }
  100% {
    width: 91%;
  }
}
@-webkit-keyframes Rx-width-91 {
  0% {
    width: 0%;
  }
  100% {
    width: 91%;
  }
}
.Rx-width-70 {
  -webkit-animation-name: Rx-width-70;
          animation-name: Rx-width-70;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.Rx-width-42 {
  -webkit-animation-name: Rx-width-42;
          animation-name: Rx-width-42;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.Rx-width-80 {
  -webkit-animation-name: Rx-width-80;
          animation-name: Rx-width-80;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.Rx-width-91 {
  -webkit-animation-name: Rx-width-91;
          animation-name: Rx-width-91;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.skill_feature {
  padding: 90px 0px 70px;
  width: 50%;
  float: left;
  padding-left: 160px;
  background-color: #343434;
}
.skill_feature .section_title_area {
  padding-bottom: 45px;
}
.skill_feature .section_title_area h2 {
  color: #fff;
}
.skill_feature .skill_progress {
  max-width: 580px;
}

.skill_section {
  overflow: visible;
  margin-top: 50px;
  padding: 118px 0px 85px;
  background-color: #343434;
}
.skill_section .skill_feature {
  width: 100%;
  padding: 0;
  float: right;
  max-width: 575px;
  background-color: transparent;
}
.skill_section .skill_left_img {
  bottom: -85px;
  left: -100px;
  z-index: 2;
  position: absolute;
  overflow: hidden;
}
.skill_section .skill_left_img .video_btn_border {
  z-index: -1;
  width: 50%;
  height: 40%;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #6c6c6c;
}

/*---------------------------------------------------- */
/*How we work area*/
/*----------------------------------------------------*/
.how_work_section {
  padding: 115px 0px 170px;
}
.how_work_section .section_title_area {
  padding-bottom: 65px;
}

.how_work_img_serial {
  display: inline-block;
}
.how_work_img_serial .how_work_img {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 100%;
}
.how_work_img_serial .how_work_img:before {
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  content: "";
  padding-top: 0px;
  background-color: rgba(11, 11, 11, 0.4);
  text-align: center;
  border-radius: 100%;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.how_work_img_serial .how_work_img:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding-top: 0px;
  border-radius: 100%;
  background-color: rgba(11, 11, 11, 0.4);
  text-align: center;
  opacity: 0;
  z-index: 4;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.how_work_img_serial .how_work_serial {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  color: #fff;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  z-index: 5;
  background-color: #b89b5e;
  border-bottom-left-radius: 25px;
}

.how_work_box:hover .how_work_img:before {
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.how_work_box:hover .how_work_img:after {
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.how_work_text {
  margin: 0 auto;
  max-width: 240px;
}
.how_work_text h4 {
  font-size: 22px;
  padding: 30px 0px 20px 0px;
}
.how_work_text p {
  font-size: 14px;
  line-height: 1.857;
}

.how_work_btn {
  margin-top: 35px;
  line-height: 52px;
  border: 4px solid #f3f3f3;
}
.how_work_btn a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.how_work_btn:hover {
  border: 4px solid #b89b5e;
}

.how_work_content .col-lg-3:nth-child(2) .how_work_box {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.how_work_content .col-lg-3:nth-child(3) .how_work_box {
  -webkit-transform: translateY(-85px);
      -ms-transform: translateY(-85px);
          transform: translateY(-85px);
}
.how_work_content .col-lg-3:nth-child(4) .how_work_box {
  -webkit-transform: translateY(-165px);
      -ms-transform: translateY(-165px);
          transform: translateY(-165px);
}
.how_work_content .work_btn {
  right: 0;
  bottom: 10px;
  position: absolute;
}
.how_work_content .work_btn a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  background-color: #b89b5e;
  padding: 20px 38px 20px 40px;
}

/*---------------------------------------------------- */
/*How we work area*/
/*----------------------------------------------------*/
.newslatter_content {
  z-index: 2;
  top: -200px;
  width: 100%;
  max-width: 1170px;
  position: absolute;
  background-color: #fff;
  padding: 75px 80px 65px;
  border-top: 5px solid #b89b5e;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.newslatter_content .section_title_area p {
  padding-left: 40px;
}
.newslatter_content .newslatter-form {
  margin-top: 15px;
}
.newslatter_content .newslatter-form input {
  border: none;
  height: 80px;
  width: 100%;
  padding-left: 50px;
  background-color: #f4f4f4;
}
.newslatter_content .newslatter-form .nws-button {
  top: 0;
  right: 0;
  position: absolute;
}
.newslatter_content .newslatter-form .nws-button button {
  border: none;
  color: #fff;
  width: 160px;
  height: 80px;
  font-weight: 700;
  background-color: #b89b5e;
}
.newslatter_content .newslatter-form .nws-button button i {
  margin-right: 10px;
}

/*---------------------------------------------------- */
/*Video play area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.rex_video_section {
  padding: 120px 0px 115px;
}
.rex_video_section .video_img_area {
  max-width: 1010px;
}
.rex_video_section .about_progress {
  left: -120px;
  bottom: 60px;
}
.rex_video_section .about_progress .progress_area {
  width: 75px;
}
.rex_video_section .video_play_area {
  top: 50%;
  z-index: 1;
  right: -160px;
  max-width: 370px;
  padding: 65px 60px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
}
.rex_video_section .video_play_area .video_play_btn {
  margin: 65px auto;
}
.rex_video_section .video_play_area .video_text h4 {
  font-size: 20px;
  padding-bottom: 20px;
}
.rex_video_section .video_play_area .video_text p {
  font-size: 14px;
  line-height: 1.714;
}
.rex_video_section .shape_pattern_3 {
  position: absolute;
  right: -190px;
  bottom: 40px;
  z-index: 0;
}

.video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  border: 2px solid #f7f3ea;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
          animation: border_animation 3.9s linear 0s infinite;
}

.video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

/*---------------------------------------------------- */
/*Pricing area*/
/*----------------------------------------------------*/
.pricing_section {
  padding: 115px 0px 118px;
}
.pricing_section .section_title_area {
  padding-bottom: 95px;
}

.pricing_plan_content {
  margin: 0 auto;
  max-width: 330px;
  padding: 60px 50px 70px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.pricing_plan_content:before, .pricing_plan_content:after {
  content: "";
  position: absolute;
  height: 94%;
  width: 20px;
  left: -20px;
  bottom: 40px;
  background-color: #f4f0e7;
}
.pricing_plan_content:after {
  right: -20px;
  left: inherit;
}
.pricing_plan_content .pricing_icon {
  line-height: 1;
  margin-bottom: 35px;
}
.pricing_plan_content .pricing_icon i {
  font-size: 100px;
  color: #b89b5e;
}
.pricing_plan_content .pricing_price {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  color: #343434;
  line-height: 1;
}
.pricing_plan_content .pricing_price .currency_s {
  font-size: 18px;
}
.pricing_plan_content .pricing_price strong {
  font-size: 60px;
}
.pricing_plan_content .pricing_price .price_ex {
  font-size: 30px;
}
.pricing_plan_content .pricing_price .price_policy {
  display: block;
  margin-top: 15px;
}
.pricing_plan_content .pricing_text {
  padding-top: 70px;
}
.pricing_plan_content .pricing_text p {
  line-height: 1.875;
}
.pricing_plan_content .pricing_text .pricing_btn {
  margin-top: 30px;
}
.pricing_plan_content .pricing_text .pricing_btn a {
  font-size: 14px;
  display: inline-block;
  border: 2px solid #efefef;
  padding: 20px 40px 15px 42px;
}
.pricing_plan_content .pricing_text .pricing_btn a:hover {
  color: #fff;
  border: 2px solid #343434;
}
.pricing_plan_content .pricing_text:before {
  top: 0px;
  content: ".";
  font-size: 30px;
  font-weight: 400;
  left: 0;
  right: 28px;
  position: absolute;
  pointer-events: none;
  color: rgba(0, 0, 0, 0);
  text-shadow: 7px 0 #b89b5e, 14px 0 #b89b5e, 21px 0 #b89b5e, 28px 0 #b89b5e;
  -webkit-transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
  transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
}

.popular_plan {
  z-index: 1;
  padding-top: 80px;
  margin-top: -30px;
  padding-bottom: 80px;
  background-color: #4d3a11;
}
.popular_plan:before, .popular_plan:after {
  height: 90%;
}
.popular_plan .pricing_price {
  color: #fff;
}
.popular_plan .pricing_text {
  color: #fff;
}
.popular_plan .pricing_text:before {
  text-shadow: 7px 0 #fff, 14px 0 #fff, 21px 0 #fff, 28px 0 #fff;
}
.popular_plan .pricing_icon i {
  color: #fff;
}
.popular_plan .popular_plan_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}

/*Pricing Page*/
/*----------------------------------------------------*/
.pricing_page_content {
  padding: 170px 0px 120px;
}

.pricing_page_dark {
  padding: 118px 0px 120px;
  background-color: #343434;
}
.pricing_page_dark .section_title_area {
  padding: 0px 0px 65px 40px;
}
.pricing_page_dark .section_title_area h2 {
  color: #fff;
}
.pricing_page_dark .pricing_plan_content {
  background-color: #2b2b2b;
  padding: 70px 50px 70px;
}
.pricing_page_dark .pricing_plan_content:before, .pricing_page_dark .pricing_plan_content:after {
  background-color: #202020;
  bottom: 25px;
  height: 92%;
}
.pricing_page_dark .pricing_plan_content .pricing_price {
  color: #fff;
}
.pricing_page_dark .pricing_plan_content .pricing_text p {
  color: #fff;
}
.pricing_page_dark .pricing_plan_content .pricing_text .pricing_btn a {
  color: #fff;
  border: 2px solid #b89b5e;
}
.pricing_page_dark .pricing_plan_content.popular_plan {
  background-color: #b89b5e;
  margin-top: 0;
  padding-bottom: 70px;
}
.pricing_page_dark .pricing_plan_content.popular_plan:before, .pricing_page_dark .pricing_plan_content.popular_plan:after {
  background-color: #aa8f57;
  height: 92%;
}
.pricing_page_dark .pricing_plan_content.popular_plan .pricing_btn a {
  color: #343434;
  background-color: #fff;
  border: 2px solid #fff;
}
.pricing_page_dark .pricing_plan_content.popular_plan .pricing_btn a:hover {
  border: 2px solid #343434;
  color: #fff;
}

.price_tab_button {
  height: 80px;
  width: 210px;
  line-height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  background-color: #2b2b2b;
}
.price_tab_button li {
  width: 50%;
}
.price_tab_button .nav-link {
  font-weight: 700;
  line-height: 2.5;
  color: #b89b5e;
}
.price_tab_button .nav-link.active {
  color: #fff;
}

/*---------------------------------------------------- */
/*contact area*/
/*----------------------------------------------------*/
.google-map-container {
  height: 800px;
}

.contact_address_info {
  max-width: 1250px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 85px 0px 70px 120px;
}
.contact_address_info .section_title_area p {
  padding-bottom: 30px;
}
.contact_address_info .contact_info_content {
  width: 330px;
}
.contact_address_info .contact_details {
  max-width: 150px;
  line-height: 2.5;
}

/*Contact Page*/
/*----------------------------------------------------*/
.contactpage_details {
  top: -115px;
  z-index: 0;
  padding: 60px 0px;
  position: relative;
  background-color: #fff;
  border: 2px solid #e4e4e4;
}
.contactpage_details .col-md-4:last-child .contact_d_icontext:after {
  display: none;
}

.contact_d_icontext {
  position: relative;
}
.contact_d_icontext .con_icon {
  line-height: 1;
  margin-bottom: 40px;
  display: inline-block;
}
.contact_d_icontext .con_icon i {
  font-size: 100px;
  color: #b89b5e;
}
.contact_d_icontext .con_icon span {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  right: -15px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  display: inline-block;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.contact_d_icontext .con_text {
  z-index: 1;
}
.contact_d_icontext .con_text h4 {
  font-size: 30px;
  padding-bottom: 20px;
}
.contact_d_icontext .con_text span {
  font-size: 18px;
  max-width: 205px;
  margin: 0 auto;
  display: inline-block;
}
.contact_d_icontext .con_bg {
  line-height: 1;
  bottom: -50px;
  z-index: -1;
  opacity: 0;
  left: 40px;
  position: absolute;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.contact_d_icontext .con_bg i {
  font-size: 180px;
  color: #f7f0e2;
}
.contact_d_icontext:hover .con_bg {
  opacity: 1;
  left: 10px;
}
.contact_d_icontext:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  right: 0;
  background-color: #e4e4e4;
}

.estimate_contact_section {
  padding-bottom: 120px;
}

/*---------------------------------------------------- */
/*contact area*/
/*----------------------------------------------------*/
.breadcrumb_section {
  z-index: 1;
  overflow: visible;
  padding: 250px 0px 245px;
}
.breadcrumb_section .slider_side_btn {
  bottom: 87px;
  left: -88px;
}
.breadcrumb_section .slider_side_btn a {
  padding: 20px 46px 18px;
}
.breadcrumb_section .background_overlay {
  background-color: rgba(52, 52, 52, 0.5);
  z-index: -1;
}
.breadcrumb_section .breadcrumb_watermark {
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  top: 50px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
}
.breadcrumb_section .breadcrumb_title {
  color: #fff;
  line-height: 0.833;
  font-size: 120px;
  text-align: center;
}
.breadcrumb_section .breadcrumb {
  left: 50%;
  bottom: -30px;
  border-radius: 0;
  text-align: center;
  padding: 18px 40px;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.breadcrumb_section .breadcrumb li {
  font-size: 16px;
  font-weight: 600;
}
.breadcrumb_section .breadcrumb .active {
  color: #b89b5e;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  padding: 0;
  margin: 0px 3px;
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.faq_section {
  padding: 145px 0px 100px;
}
.faq_section .faq_topic {
  padding-bottom: 40px;
}
.faq_section .faq_topic .nav-item {
  height: 170px;
  padding-top: 45px;
  position: relative;
  overflow: hidden;
  width: 170px;
  float: left;
  margin: 15px;
  border: 2px solid #f4efe4;
}
.faq_section .faq_topic .nav-item a {
  font-weight: 700;
}
.faq_section .faq_topic .faq_icon {
  margin-bottom: 12px;
}
.faq_section .faq_topic .faq_icon i {
  font-size: 40px;
  color: #b89b5e;
}
.faq_section .faq_topic .faq_icon_bg {
  top: -5px;
  right: 0px;
  line-height: 1;
  font-size: 55px;
  color: #c1a66c;
  opacity: 0;
  position: absolute;
}
.faq_section .faq_area .faq-header h3 {
  margin-bottom: 0;
}
.faq_section .faq_area .faq-header h3 button {
  padding: 0;
  width: 100%;
  height: 80px;
  border: none;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
  border: 2px solid #f4efe4;
  background-color: transparent;
}
.faq_section .faq_area .faq-header h3 button:after {
  left: 35px;
  content: "";
  font-weight: 900;
  position: absolute;
  color: #b89b5e;
  top: 30px;
  font-family: "Font Awesome 5 Free";
}
.faq_section .faq_area .faq-header .faq_title {
  border: none;
}
.faq_section .faq_area .faq-header .faq_title.collapsed {
  border: 2px solid #f4efe4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq_section .faq_area .faq-body {
  font-size: 14px;
  line-height: 1.714;
  padding: 0px 40px 20px 40px;
  margin-bottom: 20px;
}
.faq_section .faq_area.faq_shadow {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(184, 155, 94, 0.2);
          box-shadow: 0px 16px 32px 0px rgba(184, 155, 94, 0.2);
}

.faq_form_section {
  background-color: #f7f3ea;
  padding: 118px 0px;
}
.faq_form_section .section_title_area {
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 65px;
}
.faq_form_section .faq_form_area .contact-info input, .faq_form_section .faq_form_area .contact-info textarea {
  border: none;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(184, 155, 94, 0.2);
          box-shadow: 0px 16px 32px 0px rgba(184, 155, 94, 0.2);
}

.faq_section .faq_topic .nav-item.faq_on {
  background-color: #b89b5e;
  color: #fff;
  position: relative;
}
.faq_section .faq_topic .nav-item.faq_on:after {
  bottom: -8px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b89b5e;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.faq_section .faq_topic .nav-item.faq_on .nav-link {
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.faq_section .faq_topic .nav-item.faq_on .faq_icon i {
  color: #fff;
}

/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
.footer_section {
  padding: 100px 0px 100px;
  background-image: url(../images/map2.png);
}
.footer_section .background_overlay {
  background-color: rgba(51, 51, 51, 0.05);
}
.footer_section .footer_widget {
  padding-left: 40px;
}
.footer_section .widget_footer_text {
  color: #cdcdcd;
  max-width: 310px;
  line-height: 1.75;
}
.footer_section .widget_title {
  margin-bottom: 25px;
}
.footer_section .footer_app_btn {
  margin-top: 25px;
}
.footer_section .footer_app_btn a {
  display: inline-block;
  padding: 20px 40px;
  color: #ffffff;
  border: 2px solid #494949;
  background-color: #343434;
}
.footer_section .practice_list {
  margin-right: -60px;
}
.footer_section .practice_list li {
  width: 50%;
  float: left;
  color: #cdcdcd;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.footer_section .practice_list li:before {
  left: 0;
  top: 10px;
  content: "";
  width: 0px;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 1px dashed #b89b5e;
}
.footer_section .practice_list li:hover {
  padding-left: 20px;
}
.footer_section .practice_list li:hover:before {
  width: 15px;
}
.footer_section .latest-blog-widget .blog-img-content {
  margin-bottom: 20px;
}
.footer_section .latest-blog-widget .blog-img {
  width: 100px;
  float: left;
  height: 100px;
  margin-right: 20px;
}
.footer_section .latest-blog-widget .blog-text .blog-meta {
  font-size: 14px;
  color: #c5c5c5;
  line-height: 1;
}
.footer_section .latest-blog-widget .blog-text h4 {
  font-size: 14px;
  color: #fff;
  line-height: 1.43;
  overflow: hidden;
}

.footer_copyright {
  padding: 28px 0px;
  background-color: #222222;
  border-bottom: 5px solid #b89b5e;
}
.footer_copyright .footer_social {
  margin-top: 5px;
}
.footer_copyright .footer_social li {
  color: #fff;
  width: 60px;
  height: 60px;
  margin-right: 8px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #393939;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.footer_copyright .footer_social li:hover {
  color: #fff;
  background-color: #b89b5e;
  border: 2px solid #b89b5e;
}
.footer_copyright .copyright_text {
  color: #fff;
  margin-top: 30px;
}
.footer_copyright .copyright_text a {
  font-weight: 700;
}

.footer_section_2 {
  overflow: visible;
  margin-top: 200px;
  padding-top: 165px;
  overflow-x: initial;
}
.footer_section_2 .background_overlay {
  background-color: #343434;
}
.footer_section_2 .background_waterprint {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}
.footer_section_2 .background_waterprint h2 {
  font-size: 300px;
  color: rgba(255, 255, 255, 0.02);
}
.footer_section_2:before {
  top: -85px;
  position: absolute;
  left: 0;
  content: "";
  width: 103%;
  z-index: -1;
  height: 300px;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background-color: #343434;
}

.footer_section_3,
.footer_section_4 {
  background-image: url(../images/map.png);
}
.footer_section_3 .background_overlay,
.footer_section_4 .background_overlay {
  background-color: rgba(255, 255, 255, 0.05);
}
.footer_section_3 .widget_title,
.footer_section_3 .widget_footer_text,
.footer_section_3 .practice_list li,
.footer_section_3 .latest-blog-widget .blog-text h4,
.footer_section_3 .latest-blog-widget .blog-text .blog-meta,
.footer_section_4 .widget_title,
.footer_section_4 .widget_footer_text,
.footer_section_4 .practice_list li,
.footer_section_4 .latest-blog-widget .blog-text h4,
.footer_section_4 .latest-blog-widget .blog-text .blog-meta {
  color: #343434;
}
.footer_section_3 .latest-blog-widget .blog-text .blog-meta i,
.footer_section_4 .latest-blog-widget .blog-text .blog-meta i {
  color: #b89b5e;
}
.footer_section_3 .practice_list li:hover,
.footer_section_4 .practice_list li:hover {
  color: #b89b5e;
}
.footer_section_3 .practice_list li:hover a,
.footer_section_4 .practice_list li:hover a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.copyright_3 {
  background-color: #f5f5f5;
}
.copyright_3 .footer_social li {
  background-color: #fff;
  border-color: #fff;
  color: #343434;
}
.copyright_3 .footer_social li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.copyright_3 .copyright_text {
  color: #343434;
}

/*---------------------------------------------------- */
/*Mobile Menu area*/
/*----------------------------------------------------*/
.mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .main-navigation {
  width: 100%;
}
.mobile_menu_content .main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}
.mobile_menu_content .main-navigation .navbar-nav li:first-child {
  border-top: 1px solid #dcdcdc;
}
.mobile_menu_content .main-navigation .navbar-nav li a {
  color: #000;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px;
}
.mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  right: -15px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  position: absolute;
  display: none;
  right: 30px;
  cursor: pointer;
  line-height: 40px;
  color: #b89b5e;
  text-align: center;
  font-size: 30px;
  top: 30px;
  z-index: 5;
}

.mobile_menu .main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  border-top: 1px solid #dcdcdc;
}
.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li a {
  color: #000;
  position: relative;
}
.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li a:before {
  left: 10px;
  top: 10px;
  width: 10px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #000;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown:before {
  top: 0px;
  right: 0px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  content: "";
  position: absolute;
  border: 1px solid #dcdcdc;
  z-index: -1;
  border-top: none;
  border-bottom: none;
  font-family: "Font Awesome 5 Free";
}
.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

.free_call_nm {
  background-color: #b89b5e;
  margin: 30px 15px 30px 15px;
  padding: 15px;
}
.free_call_nm .m_call_icon {
  float: left;
  margin-right: 10px;
}
.free_call_nm .m_call_icon i {
  font-size: 35px;
  color: #fff;
}
.free_call_nm span {
  display: block;
  font-size: 14px;
}
.free_call_nm span, .free_call_nm strong {
  color: #fff;
}

.m_social_area {
  margin-bottom: 30px;
}
.m_social_area h3 {
  font-size: 16px;
  font-weight: 600;
}
.m_social_area li {
  font-size: 14px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 32px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
}
.m_social_area .m_fb {
  color: #16599b;
}
.m_social_area .m_tw {
  color: #03a9f4;
}
.m_social_area .m_lk {
  color: #198ed1;
}
.m_social_area .m_yb {
  color: #f24548;
}

.m_get_quote {
  text-align: center;
}
.m_get_quote a {
  display: inline-block;
  font-size: 12px;
  background-color: #b89b5e;
  color: #fff;
  padding: 10px 18px 10px 20px;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
  .header_style_one,
.header_style_one.menu-bg-overlay {
    padding: 0px 60px;
  }

  .header_style_one.menu-bg-overlay .call_to_quote .call_number {
    font-size: 20px;
  }
  .header_style_one.menu-bg-overlay .call_to_quote {
    padding: 20px 35px 18px 30px;
  }

  .call_to_quote {
    width: 280px;
    padding: 35px 15px;
  }

  .header_style_one .main_navigation {
    margin-right: 35px;
  }

  .call_to_quote:before {
    width: 20px;
  }

  .call_to_quote .call_number {
    font-size: 24px;
  }

  .call_to_quote .call_icon i {
    font-size: 45px;
  }

  .call_to_quote .icon_bg i {
    font-size: 75px;
  }

  .header_style_one .site_logo {
    margin-right: 45px;
  }

  .header_style_one .main_navigation li a {
    margin-right: 25px;
  }

  .call_action_list .call_action_text h3 {
    font-size: 22px;
  }

  .call_action_list .call_action_icon i {
    font-size: 40px;
  }

  .call_action_list .call_action_icon {
    margin-right: 10px;
  }

  .call_action_list li {
    padding: 40px 15px;
  }

  .about_right_content .about_progress {
    right: -70px;
  }

  .portfolio_section .background_parallax {
    padding-left: 90px;
  }

  .testimonial_content,
.subscribe_content {
    padding: 115px 60px;
  }
  .testimonial_content .section_title_area,
.subscribe_content .section_title_area {
    padding-left: 30px;
  }
  .testimonial_content .section_title_area h2,
.subscribe_content .section_title_area h2 {
    font-size: 50px;
  }

  .subscribe_content {
    padding: 115px 60px 125px;
  }

  .testimonial_content .testimonial_text {
    font-size: 22px;
  }

  .client_list li {
    padding: 95px 25px;
  }

  .call_action_list .c-icon_bg {
    top: 15px;
    right: 15px;
  }

  .call_action_list .c-icon_bg i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }

  .header_style_two .header_top {
    padding: 5px 30px;
  }

  .header_style_two .header_main_menu {
    padding: 0px 30px;
  }

  .header_style_two .header_main_menu .main_navigation li a {
    margin-right: 20px;
  }

  .header_style_two .site_logo {
    width: 250px;
    left: 40px;
  }

  .header_style_two .call_to_quote,
.header_style_theree .call_to_quote {
    width: 250px;
  }

  .slider_style_two .slider_contect_box,
.slider_style_three .slider_contect_box {
    max-width: 700px;
    padding: 215px 0px 180px 120px;
  }

  .header_style_two.menu-bg-overlay {
    top: -35px;
  }

  .header_style_two.menu-bg-overlay .site_logo {
    top: 6px;
  }

  .footer_section_2:before {
    width: 100%;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .skill_feature {
    padding: 90px 20px 70px 80px;
  }

  .feature_section .revenue_feature {
    padding: 95px 100px 95px;
  }

  .header_style_theree .site_logo {
    width: 220px;
    margin-right: 30px;
  }

  .header_style_theree .wide_side_bar {
    width: 100px;
    margin-left: 20px;
  }

  .header_style_theree .main_navigation li a {
    margin-right: 20px;
  }

  .header_style_theree .call_to_quote {
    margin-left: 15px;
  }
  .header_style_theree .call_to_quote .call_icon {
    margin-right: 10px;
  }

  .header_style_theree .qoute_btn a {
    padding: 18px 25px 16px 22px;
  }

  .about_award_section {
    padding: 120px 130px;
  }

  .case-page-vertical .case-tab-button {
    left: -465px;
  }

  .slider_3 .slider_side_btn a {
    padding: 20px 35px 18px;
  }
  .slider_3 .slider_side_btn {
    left: -76px;
    bottom: 70px;
  }

  .service_slider .owl-nav .owl-next {
    margin-right: -80px;
  }

  .service_slider .owl-nav .owl-prev {
    margin-left: -80px;
  }
}
@media screen and (max-width: 1280px) {
  .header_style_one, .header_style_one.menu-bg-overlay {
    padding: 0px 20px;
  }

  .testimonial_content .section_title_area h2,
.subscribe_content .section_title_area h2 {
    font-size: 48px;
  }

  .subscribe_content {
    padding: 115px 60px 98px;
  }

  .call_action_list .call_action_text h3 {
    font-size: 18px;
  }

  .call_action_list .call_action_text p {
    font-size: 12px;
  }

  .header_style_two .header_main_menu .main_navigation li a {
    margin-right: 15px;
  }

  .header_style_two .site_logo {
    width: 230px;
  }

  .header_style_theree .qoute_btn {
    display: none;
  }

  .rex_video_section .about_progress {
    left: 0;
  }

  .testimonial_style_three .testimonial_side_img {
    right: 0;
    max-width: 680px;
  }

  .testimonial_style_three .owl-dots {
    position: static;
    margin-top: 23px;
  }

  .testimonial_style_three .owl-dots .owl-dot {
    background-color: #b89b5e;
  }

  .testimonial_style_three .owl-dots .owl-dot.active {
    background-color: #848484;
  }

  .app_download_section .app_img {
    right: 0;
  }

  .breadcrumb_section .breadcrumb_watermark {
    overflow: hidden;
  }

  .case-page-vertical .case-tab-button {
    position: static;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (max-width: 1199px) {
  .header_top {
    display: none;
  }

  .header_main_menu .main_navigation {
    display: none;
  }
  .header_main_menu .wide_side_bar {
    display: none;
  }
  .header_main_menu .call_to_quote {
    display: none;
  }

  .header_style_one .header_main_menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .header_style_one .header_main_menu:before {
    display: none;
  }

  .header_style_one .header_main_menu:after {
    display: none;
  }

  .header_style_one,
.header_style_one.menu-bg-overlay {
    padding: 0;
  }

  .header_style_one .header_main_menu {
    padding: 15px 20px;
  }

  .header_style_one {
    height: 100px;
  }

  .header_style_one.menu-bg-overlay {
    top: 0;
    height: 90px;
  }

  .mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
    right: 0;
  }

  .testimonial_content .section_title_area h2,
.subscribe_content .section_title_area h2 {
    font-size: 40px;
  }

  .testimonial_content .testimonial_text {
    font-size: 20px;
  }

  .subscribe_content {
    padding: 100px 60px 55px;
  }

  .mobile_menu_button {
    display: block;
  }

  .header_style_one.menu-bg-overlay .mobile_menu_button {
    top: 25px;
  }

  .portfolio_slide .owl-nav {
    right: 5%;
  }

  .service_slider .owl-nav {
    position: static;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    text-align: center;
  }
  .service_slider .owl-nav .owl-next,
.service_slider .owl-nav .owl-prev {
    float: none;
    margin-left: inherit;
    margin: 0px 10px;
  }
  .service_slider .owl-nav .owl-next {
    margin-right: inherit;
  }

  .header_style_two .mobile_menu_button {
    right: auto;
    left: 30px;
  }

  .footer_section_2 {
    margin-top: 0;
    overflow: hidden;
    padding-top: 60px;
  }

  .newslatter_content {
    top: 0;
    z-index: 1;
    position: relative;
    margin-bottom: 60px;
  }

  .header_style_two.menu-bg-overlay {
    top: 0px;
  }

  .header_style_two.menu-bg-overlay .site_logo {
    top: -30px;
  }

  .header_style_two .site_logo {
    left: 0;
    width: 200px;
  }

  .header_style_two .qoute_btn {
    margin-right: 0;
  }

  .skill_feature .section_title_area h2 {
    font-size: 50px;
  }

  .header_style_theree .mobile_menu_button {
    top: 40px;
  }

  .header_style_theree.menu-bg-overlay .mobile_menu_button {
    top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .slider_style_one .slider_contect_box {
    padding: 130px 0px;
  }

  .slider_style_one .slider_contect_box .slider_text h1 {
    font-size: 80px;
  }

  .call_action_list li {
    width: 50%;
  }

  .about_us_section {
    padding: 80px 0px;
  }

  .section_title_area h2 {
    font-size: 50px;
  }

  .about_right_content .about_progress {
    right: 0;
  }

  .about_right_content {
    padding-left: 0;
    margin-top: 30px;
  }

  .choose_form {
    margin-top: 30px;
    position: static;
  }

  .why_choose_section .why_choose_left {
    padding-left: 0;
  }
  .why_choose_section .why_choose_left .section_title_area {
    padding-bottom: 40px;
  }
  .why_choose_section .why_choose_left .section_title_area p {
    padding-left: 40px;
  }

  .call_action_two .section_title_area h2 {
    font-size: 65px;
  }

  .call_action_two .call_action_number {
    font-size: 48px;
  }

  .call_action_two {
    padding: 80px 0px;
  }

  .portfolio_slide .owl-nav {
    margin-top: 30px;
    position: static;
    text-align: center;
  }

  .portfolio_section .background_parallax {
    padding: 80px 20px;
  }

  .team_img_text {
    margin-bottom: 30px;
  }

  .team_section {
    padding: 80px 0px 50px;
  }

  .testimonial_content,
.subscribe_content {
    width: 100%;
  }

  .client_list li {
    width: 50%;
  }

  .blog_section {
    padding: 80px 0px 50px;
  }

  .blog_img_text .blog_meta {
    left: 15px;
  }

  .blog_img_text .blog_text h3 {
    font-size: 20px;
  }

  .footer_widget {
    margin-bottom: 30px;
  }

  .footer_section {
    padding: 70px 0px;
  }

  .copyright_text {
    text-align: center !important;
  }

  .footer_copyright .footer_social {
    margin-right: 5px;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer_section .practice_list {
    margin-right: 0;
  }

  .blog_img_text {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 40px;
  }
  .blog_img_text .blog_img {
    margin-bottom: 20px;
  }

  .testimonial_slide_area .owl-dots {
    top: 55%;
  }

  .certificate_img,
.achivement_text {
    max-width: 570px;
    margin: 0 auto;
  }

  .portfolio_img_text {
    max-width: 370px;
    margin: 0 auto;
  }

  .slider_style_two .slider_contect_box .slider_text h1,
.slider_style_three .slider_contect_box .slider_text h1 {
    font-size: 60px;
  }

  .about_section_two .about_left_content {
    max-width: 500px;
    margin: 0 auto;
  }

  .about_counter {
    max-width: 100%;
    left: 0;
    top: 0;
  }

  .service_box {
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .service_section_two:before,
.service_section_two:after {
    display: none;
  }

  .case_study_button li {
    width: 50%;
  }

  .case_title_text .case_study_btn {
    float: inherit;
  }

  .feature_section .revenue_feature {
    width: 100%;
  }

  .skill_feature {
    width: 100%;
  }

  .how_work_box {
    margin-bottom: 40px;
  }

  .how_work_section .section_title_area p {
    padding-left: 40px;
  }

  .how_work_content .work_btn {
    position: static;
    text-align: center;
  }

  .slider_priview_img {
    display: none;
  }

  .service_icon_text {
    margin-bottom: 40px;
  }

  .about_section_three .about_img .about_img2 {
    position: static;
    margin-top: 30px;
  }

  .about_section_three .about_content_three .about_area_content .section_title_area p {
    padding-left: 40px;
  }

  .about_section_three .about_content_three .about_listitem {
    padding-left: 0;
  }

  .about_section_three {
    padding: 70px 0px 110px 0px;
  }

  .rex_video_section .video_play_area {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }

  .rex_video_section .about_progress {
    position: static;
    margin-bottom: 40px;
  }

  .skill_section .skill_left_img {
    left: 0;
    bottom: 0;
    margin: 0 auto 40px;
    max-width: 570px;
    position: relative;
  }

  .skill_section .skill_feature {
    float: none;
    padding-left: 40px;
  }

  .pricing_plan_content {
    margin-bottom: 40px;
  }

  .testimonial_style_three .testimonial_side_img {
    position: relative;
    margin-top: 40px;
  }

  .testimonial_three_section:before {
    width: 100%;
  }

  .contact_address_info {
    position: static;
    padding: 85px 0px 70px 20px;
  }

  .contact_address_info .section_title_area p {
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .contact_address_info .contact_info_content {
    margin-bottom: 30px;
  }

  .contact_address_info .contact_details {
    line-height: 1.5;
  }

  .contact_address_info .contact_info_content {
    width: inherit;
  }

  .service_style_two .service_icon_text .service_icon:after {
    top: 0;
  }

  .slider_style_two .slider_contect_box,
.slider_style_three .slider_contect_box {
    max-width: 700px;
    padding: 215px 0px 180px 80px;
  }

  .breadcrumb_section .breadcrumb_watermark {
    top: 50%;
    font-size: 130px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .breadcrumb_section {
    padding: 180px 0px 200px;
  }

  .about_service_box {
    margin-bottom: 40px;
  }

  .about_call_action_section .about_cta_content .about_cta_btn {
    float: none;
  }

  .app_download_section .app_img {
    display: none;
  }

  .service_page_content .service_pageimg {
    display: none;
  }

  .team_skill_pic {
    max-width: 570px;
  }

  .blog_feed_section {
    padding: 80px 0px 60px;
  }

  .breadcrumb_section .breadcrumb_title {
    font-size: 70px;
  }

  .news_post_item .news_text_area h3 {
    font-size: 30px;
  }

  .team_details_section .team_profile {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .team_details_section {
    padding: 80px 0px 60px;
  }

  .service_details_content .about_listitem li {
    width: 50%;
  }

  .service_details_content {
    margin-bottom: 50px;
    display: inline-block;
  }

  .contact_d_icontext {
    margin-bottom: 30px;
  }

  .case_page_section {
    padding: 80px 0px 60px;
  }

  .how_work_content .col-lg-3:nth-child(2) .how_work_box {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .how_work_content .col-lg-3:nth-child(3) .how_work_box {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .how_work_content .col-lg-3:nth-child(4) .how_work_box {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .service_section {
    padding: 60px 0 60px;
  }

  .why_choose_section {
    padding: 60px 0px;
  }

  .call_action_two {
    padding: 60px 0px;
  }

  .testimonial_content, .subscribe_content {
    padding: 60px 60px;
  }

  .blog_section {
    padding: 60px 0px 20px;
  }

  .how_work_btn {
    margin-top: 20px;
  }

  .service_icon_text {
    max-width: 470px;
    margin: 0 auto 40px;
  }

  .about_service_section .about_service_box {
    max-width: 370px;
    margin: 0 auto 40px;
  }

  .about_practice_icontext {
    max-width: 370px;
    margin: 0 auto 40px;
  }

  .team_page_member {
    max-width: 370px;
    display: inline-block;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 680px) {
  .slider_style_one .slider_contect_box .slider_text h1 {
    font-size: 75px;
  }

  .slider_style_one .slider_contect_box {
    padding: 115px 0px;
  }

  .slider_style_one .owl-nav .owl-prev,
.slider_style_one .owl-nav .owl-next,
.slider_style_two .owl-nav .owl-prev,
.slider_style_two .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    line-height: 35px;
    font-size: 12px;
  }

  .slider_style_one .owl-nav .owl-prev {
    right: 40px;
  }

  .slider_style_two .slider_contect_box .slider_text h1,
.slider_style_three .slider_contect_box .slider_text h1 {
    font-size: 55px;
  }

  .slider_style_two .owl-nav {
    right: 15px;
  }

  .service_section_two {
    padding-bottom: 30px;
  }

  .how_work_section {
    padding: 60px 0px;
  }

  .testimonial_two_Section .testimonial_item_content .testimonial_quote {
    padding: 0 20px;
  }

  .testimonial_two_Section .background_parallax {
    padding: 60px 0px;
  }

  .header_style_theree .site_logo {
    width: 160px;
    height: 80px;
    margin-right: 30px;
    line-height: 80px;
    padding: 0px 15px;
  }

  .header_style_theree.menu-bg-overlay .site_logo,
.header_style_theree.menu-bg-overlay .wide_side_bar {
    height: 80px;
    line-height: 80px;
  }

  .header_style_theree .mobile_menu_button {
    top: 30px;
  }

  .header_style_theree.menu-bg-overlay .mobile_menu_button {
    top: 22px;
  }

  .breadcrumb_section .breadcrumb_title {
    font-size: 100px;
  }

  .breadcrumb_section .breadcrumb_watermark {
    font-size: 70px;
  }

  .breadcrumb_section .slider_side_btn {
    bottom: 73px;
    left: -74px;
  }
  .breadcrumb_section .slider_side_btn a {
    padding: 20px 30px 18px;
  }
}
@media screen and (max-width: 580px) {
  .slider_style_one .slider_contect_box .slider_text h1 {
    font-size: 65px;
  }

  .about_listitem li {
    width: 100%;
  }

  .about_right_content .about_progress {
    left: 0;
    margin: 0 auto;
  }

  .service_slider .service_img {
    max-width: 370px;
    margin: 0 auto;
  }
  .service_slider .service_text {
    top: 0;
    max-width: 370px;
    margin-bottom: 30px;
  }

  .call_action_two .section_title_area h2 {
    font-size: 50px;
  }

  .achivement_text .achivement_img_list li {
    margin-right: 15px;
  }

  .team_img_text .team_text_details {
    padding-top: 40px;
  }

  .testimonial_slide_area .owl-dots {
    top: 65%;
    right: 25px;
  }

  .header_style_two .qoute_btn {
    display: none;
  }

  .about_section_two .about_left_content .about_progress {
    left: 0;
  }

  .about_counter .about_counter_list li {
    width: 50%;
    margin-bottom: 30px;
  }
  .about_counter .about_counter_list li:after {
    display: none;
  }

  .skill_feature .section_title_area h2 {
    font-size: 45px;
  }

  .service_style_two .service_icon_text .how_work_btn {
    border: none;
    line-height: 45px;
  }

  .service_section {
    padding: 60px 0 20px;
  }

  .app_download_section .app_download_content .app_btn li {
    width: 220px;
  }

  .service_details_content .download_cv_btn {
    position: static;
    margin-top: 10px;
    display: inline-block;
  }

  .ser_de_img {
    margin-bottom: 30px;
  }

  .service_details_content .service_work_icon_text li {
    width: 50%;
    margin-bottom: 30px;
  }

  .service_details_content .next_prev_post .next_post_area,
.service_details_content .next_prev_post .prev_post_area {
    float: none;
    text-align: inherit;
    margin: 10px 0px;
  }

  .contactpage_details {
    top: 0;
    margin-bottom: 60px;
  }

  .contact_d_icontext .con_text h4 {
    font-size: 24px;
  }

  .contact_d_icontext .con_icon i {
    font-size: 85px;
  }
}
@media screen and (max-width: 480px) {
  .slider_style_one .slider_contect_box .slider_text h1 {
    font-size: 50px;
    padding-top: 10px;
  }

  .slider_style_one .slider_contect_box {
    padding: 95px 0px 115px;
  }

  .slider_side_btn a {
    padding: 10px 25px 10px;
  }

  .header_style_one {
    height: 90px;
  }
  .header_style_one .site_logo {
    width: 170px;
  }

  .slider_style_one .slider_contect_box .slider_icon {
    max-width: 80px;
  }

  .call_action_list li {
    width: 100%;
  }

  .call_action_list .call_action_icon {
    margin-right: 20px;
  }
  .call_action_list .call_action_icon i {
    font-size: 50px;
  }

  .call_action_list .c-icon_bg {
    top: 25px;
    right: 20px;
  }

  .call_action_list .c-icon_bg i {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  .call_action_list .call_action_text h3 {
    font-size: 24px;
  }

  .call_action_list .call_action_text p {
    font-size: 14px;
  }

  .header_style_one.menu-bg-overlay {
    height: 80px;
  }

  .section_title_area h2 {
    font-size: 36px;
  }

  .about_area_content .about_top_text {
    font-size: 18px;
    padding: 20px 0px 20px;
  }

  .about_listitem {
    margin-top: 20px;
  }

  .about_right_content {
    margin-top: 10px;
  }

  .service_section .section_title_area {
    padding-bottom: 30px;
  }

  .service_text .service_content h3 {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .service_text {
    padding: 20px;
  }

  .choose_us_content {
    padding: 0px 15px;
  }

  .why_choose_section .why_choose_left .choose_icon {
    margin-right: 15px;
  }

  .why_choose_section .why_choose_left .choose_icon {
    width: 65px;
    height: 65px;
    padding-top: 10px;
  }
  .why_choose_section .why_choose_left .choose_icon i {
    font-size: 30px;
  }

  .why_choose_section .why_choose_left .choose_icon span {
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  .why_choose_section .why_choose_left .choose_text h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .choose_form .section_title_area h2 {
    font-size: 30px;
  }

  .choose_form_area {
    margin-top: 30px;
  }
  .choose_form_area .contact-info input::-webkit-input-placeholder,
.choose_form_area .contact-info textarea::-webkit-input-placeholder {
    font-size: 18px;
  }

  .call_action_two .section_title_area h2 {
    font-size: 36px;
  }

  .call_action_two .call_action_number {
    font-size: 40px;
  }

  .call_action_btn li {
    margin-bottom: 20px !important;
  }

  .achivement_text .achivement_img_list li {
    width: 100px;
  }

  .team_section {
    padding: 60px 0px 30px;
  }

  .team_section .section_title_area {
    padding-bottom: 40px;
  }

  .testimonial_content .section_title_area h2,
.subscribe_content .section_title_area h2 {
    font-size: 30px;
  }

  .testimonial_content .testimonial_text,
.subscribe_content .testimonial_text {
    padding: 30px 30px 30px 30px;
  }

  .testimonial_slide_area .owl-dots {
    top: inherit;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
    position: static;
  }

  .testimonial_content, .subscribe_content {
    padding: 40px 30px;
  }

  .testimonial_content .testimonial_imgname .testi_text h3,
.subscribe_content .testimonial_imgname .testi_text h3 {
    font-size: 20px;
  }

  .client_list li {
    width: 100%;
    padding: 40px 25px;
    border-right: none;
    border-bottom: 2px solid #efefef;
  }

  .feature_section .revenue_ammount span {
    font-size: 55px;
  }

  .feature_section .revenue_feature {
    padding: 50px;
  }

  .skill_feature .section_title_area h2 {
    font-size: 36px;
  }

  .testimonial_two_Section .testimonial_item_content .testimonial_quote {
    font-size: 18px;
  }

  .newslatter_content {
    padding: 50px 20px 50px;
  }
  .newslatter_content .newslatter-form input {
    padding-left: 15px;
  }

  .slider_style_two .slider_contect_box,
.slider_style_three .slider_contect_box {
    max-width: 700px;
    padding: 140px 0px 100px 40px;
  }

  .slider_style_two .slider_contect_box .slider_btn li,
.slider_style_three .slider_contect_box .slider_btn li {
    margin-bottom: 20px;
  }

  .how_work_btn {
    line-height: 40px;
  }

  .footer_section {
    padding: 50px 0px;
  }

  .breadcrumb_section .breadcrumb_title {
    font-size: 60px;
  }

  .breadcrumb_section .slider_side_btn a {
    padding: 10px 20px 10px;
  }

  .about_page_section {
    padding: 80px 0px 60px;
  }

  .about_service_section {
    padding-bottom: 20px;
  }

  .about_call_action_section .background_parallax {
    padding: 60px 0px;
  }

  .about_practice_section {
    padding: 60px 0px 20px;
  }

  .app_download_section {
    padding: 60px 0px 40px;
  }

  .app_download_section .app_download_content .app_btn li {
    margin-bottom: 20px;
    height: 60px;
    padding-top: 10px;
    font-size: 20px;
  }

  .about_award_section {
    padding: 60px 80px;
  }

  .estimate_section #estimate_scale .noUi-value {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .slider_style_one .slider_contect_box {
    padding: 80px 0px 100px;
  }

  .slider_style_one .slider_contect_box .slider_text h1 {
    font-size: 45px;
  }

  .about_right_content .about_progress,
.rex_video_section .about_progress {
    max-width: 300px;
  }

  .about_right_content .progress_text h3,
.rex_video_section .about_progress .progress_text h3 {
    font-size: 18px;
  }

  .service_text .service_icon i {
    font-size: 45px;
  }

  .choose_form {
    padding: 40px 15px 40px 15px;
  }

  .call_action_two .call_action_logo {
    width: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .call_action_two .section_title_area h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }

  .call_action_two .call_action_number {
    font-size: 34px;
  }

  .slider_style_two .slider_contect_box .slider_btn li a,
.slider_style_three .slider_contect_box .slider_btn li a,
.call_action_two .call_action_btn li a,
.servicepage_btn li a, .team_growth .growth_btn li a {
    padding: 15px 30px;
  }

  .achivement_text .achivement_img_list li {
    width: 80px;
  }

  .achivement_text .section_title_area {
    padding-bottom: 30px;
  }

  .achivement_section {
    padding: 60px 0px;
  }

  .footer_copyright .footer_social li {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .footer_logo {
    width: 170px;
    margin: 0 auto;
  }

  .choose_form_area .sub-button button {
    padding: 15px 30px;
  }

  .portfolio_section .section_title_area {
    padding-bottom: 40px;
  }

  .portfolio_section .background_parallax {
    padding: 60px 20px;
  }

  .service_slider .owl-nav .owl-next,
.service_slider .owl-nav .owl-prev,
.portfolio_slide .owl-nav .owl-next,
.portfolio_slide .owl-nav .owl-prev,
.how_work_btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }

  .footer_section .widget_title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .footer_section .practice_list li {
    width: 100%;
  }

  .widget_title span:before {
    top: 15px;
  }

  .widget_title span:after {
    top: 10px;
  }

  .footer_section .footer_app_btn a {
    padding: 15px 30px;
  }

  .about_area_content {
    padding-left: 0;
  }
  .about_area_content .section_title_area p {
    padding-left: 40px;
  }

  .about_right_content .about_progress,
.rex_video_section .about_progress {
    bottom: 0;
  }

  .subscribe_content .subscribe_form .contact-info input {
    padding-left: 15px;
  }

  .subscribe_content .subscribe_form .sub-button .icon-bg {
    top: 20px;
  }
  .subscribe_content .subscribe_form .sub-button button {
    height: 60px;
    padding-left: 20px;
  }

  .slider_style_two .slider_contect_box .slider_text h1,
.slider_style_three .slider_contect_box .slider_text h1 {
    font-size: 40px;
  }

  .slider_style_two .slider_contect_box,
.slider_style_three .slider_contect_box {
    padding-left: 10px;
  }

  .slider_2 .slider_side_btn,
.slider_3 .slider_side_btn {
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }

  .about_section_two .about_right_two {
    padding: 45px 0px 0px 10px;
  }

  .about_counter {
    padding-bottom: 40px;
  }

  .case_title_text .section_title_area h2 {
    font-size: 30px;
  }
  .case_title_text .case_study_btn {
    margin-left: 40px;
  }

  .case_title_text .case_study_btn a {
    padding: 15px 30px;
  }

  .skill_feature .section_title_area h2 {
    font-size: 30px;
  }

  .skill_feature {
    padding: 70px 20px 60px 55px;
  }

  .newslatter_content .newslatter-form .nws-button button {
    width: 100px;
  }
  .newslatter_content .newslatter-form .nws-button button i {
    margin-right: 0;
  }

  .how_work_text h4 {
    font-size: 22px;
    padding: 20px 0px 10px 0px;
  }

  .header_style_two .site_logo {
    width: 180px;
  }

  .header_style_two.menu-bg-overlay .site_logo {
    width: 250px;
    top: -20px;
  }

  .about_counter {
    padding: 30px 20px 40px 20px;
  }

  .feature_section .revenue_ammount span {
    font-size: 45px;
  }

  .blog_section .section_title_area {
    padding-bottom: 40px;
  }

  .about_section_two {
    padding: 80px 0px 0px 0px;
  }

  .about_section_three {
    padding: 60px 0px 70px 0px;
  }

  .rex_video_section .about_progress {
    margin: 30px auto;
  }

  .rex_video_section {
    padding: 80px 0px 50px;
  }

  .skill_section {
    padding: 30px 0px 60px;
  }

  .pricing_section {
    padding: 60px 0px 60px;
  }

  .pricing_plan_content .pricing_icon i {
    font-size: 75px;
  }

  .pricing_plan_content .pricing_price strong {
    font-size: 45px;
  }

  .pricing_plan_content .pricing_text .pricing_btn a {
    padding: 15px 35px 12px 37px;
  }

  .pricing_plan_content .pricing_text {
    padding-top: 55px;
  }

  .testimonial_style_three {
    padding: 70px 0px 30px;
  }

  .google-map-container {
    height: 400px;
  }

  .popular_plan {
    padding-bottom: 120px;
  }

  .testimonial_style_three .testi_quote_text {
    font-size: 22px;
  }

  .testimonial_style_three .testimonial_slide_item_three .testi_text h3 {
    font-size: 26px;
  }

  .contact_address_info {
    padding: 40px 20px 10px 20px;
  }

  .about_page_section .about_btn a {
    padding: 15px 30px 13px 32px;
  }

  .about_practice_section .section_title_area {
    padding-bottom: 30px;
  }

  .breadcrumb_section {
    padding: 150px 0px 160px;
  }

  .service_page_section {
    padding: 80px 0px 20px;
  }

  .estimate_section .estimate_budget {
    padding-bottom: 30px;
  }

  .estimate_section .section_title_area {
    padding-bottom: 50px;
  }

  .estimate_section {
    padding: 60px 0px;
  }

  .estimate_form {
    margin-top: 20px;
  }

  .estimate_form .contact-info input,
.faq_form_section .faq_form_area .contact-info input,
.estimate_form .contact-info textarea,
.faq_form_section .faq_form_area .contact-info textarea {
    padding-left: 40px;
  }

  .estimate_form .contact-info .icon-bg,
.faq_form_section .faq_form_area .contact-info .icon-bg {
    left: 15px;
  }

  .service_page_content {
    padding: 70px 20px 70px 20px;
  }

  .servicepage_btn li:nth-child(1) {
    margin-bottom: 20px;
  }

  .team_page_section {
    padding: 80px 0px 30px;
  }

  .team_page_member .team_name_designation .team_name {
    font-size: 24px;
  }

  .team_feature_section .team_feature_content {
    float: none;
    padding: 55px 45px 70px 55px;
  }

  .team_feature_section {
    padding: 60px 0px;
  }

  .team_feature_section .team_feature_content .team_feature_btn a {
    padding: 15px 18px 13px 20px;
  }

  .breadcrumb_section .breadcrumb_title {
    font-size: 40px;
  }

  .news_post_item .news_text_area h3 {
    font-size: 24px;
  }

  .news_post_item .news_text_area {
    padding: 35px 25px;
  }

  .news_post_item .news_text_area .blog_meta li {
    margin-right: 10px;
  }

  .news_qoute .news_text_area {
    z-index: 1;
  }
  .news_qoute .news_text_area:before {
    opacity: 0.2;
    z-index: -1;
  }

  .blog_pagination .pagination li a,
.case_page_section .case_pagination .pagination li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .blog_pagination .pagination {
    margin-bottom: 40px;
  }

  .team_growth .growth_btn li:nth-child(1) {
    margin-bottom: 20px;
  }

  .breadcrumb_section .breadcrumb {
    padding: 18px 15px;
  }

  .team_details_section .team_profile .shape_pattern_2 {
    display: none;
  }

  .team_details_section .team_profile .team_name_designation .team_name {
    font-size: 28px;
  }

  .team_details_section .about_right_content .about_progress {
    margin-bottom: 30px;
  }

  .service_details_content .section_title_area h2,
.team_details_text .section_title_area h2 {
    font-size: 30px;
  }

  .practice_details_section {
    padding: 80px 0 60px;
  }

  .service_details_content .download_cv_btn a {
    display: block;
    font-size: 14px;
    padding: 10px 10px;
  }

  .service_details_content .about_listitem li {
    width: 100%;
  }

  .service_details_content {
    margin-right: 0;
  }

  .blog_details_area {
    padding: 80px 0px 60px;
  }

  .blog_details_text h2 {
    font-size: 26px;
  }

  .blog_details_area .blog-meta a {
    margin-right: 10px;
  }

  .blog_details_text h3,
.blog_details_text h4 {
    font-size: 22px;
  }

  .blog_details_text blockquote {
    font-size: 20px;
    padding: 30px 20px 30px;
    overflow: hidden;
  }

  .blog_details_extra_text .share_tag {
    margin-bottom: 15px;
  }

  .blog_details_extra_text .share_tag h3 {
    padding-bottom: 5px;
  }

  .blog_details_extra_text .next_prev_post .bar_point {
    display: none;
  }

  .blog_details_extra_text .share_tag {
    padding-bottom: 10px;
  }

  .share_post {
    margin-top: 20px;
    display: inline-block;
    float: none !important;
    text-align: inherit !important;
  }

  .blog_details_area .share_tag .share_post li {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }

  .nio_prev_post {
    float: none !important;
    text-align: inherit !important;
    margin-top: 20px;
  }

  .blog_details_extra_text .next_prev_post a h3 {
    font-size: 22px;
  }

  .blog_details_extra_text .related_postview .postitem_text h3 a {
    font-size: 18px;
  }

  .blog_details_extra_text .postby_author h3 {
    font-size: 22px;
  }

  .blog_details_extra_text .postby_author .author_img {
    float: none;
    margin: 0px auto 20px;
  }

  .blog_details_area .blog_details_content {
    padding: 30px 20px;
    margin-bottom: 40px;
  }

  .blog_comment_box .comment_img {
    height: 80px;
    width: 80px;
  }

  .comment_element,
.blog_comment_box .comment_reply {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .blog_comment_box .reply-btn {
    bottom: 0;
    left: 0;
    width: 110px;
  }

  .blog_comment_box .comment_reply {
    margin-left: 40px;
  }

  .comment_formfield {
    padding: 40px 15px;
  }

  .site_sidebar {
    margin-left: 0;
  }

  .comment_formfield .quote_form .sub-button button {
    padding: 15px 30px;
  }

  .case_page_section .case_portfolio_filter .case-tab-button li {
    margin-bottom: 30px;
  }

  .case_details_quoute {
    padding: 30px 20px;
  }

  .case_details_quoute .qoute_img {
    float: none;
    margin-bottom: 20px;
  }

  .service_details_content {
    padding-left: 0;
  }

  .price_tab_button {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .faq_section {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 380px) {
  .slider_style_one .slider_contect_box .slider_text h1 {
    font-size: 40px;
  }

  .slider_side_btn a {
    padding: 10px 20px 10px;
  }

  .slider_side_btn {
    left: -72px;
  }

  .section_title_area h2 {
    font-size: 30px;
  }

  .about_area_content .about_top_text {
    font-size: 16px;
  }

  .choose_form .section_title_area h2 {
    font-size: 26px;
  }

  .achivement_text .achivement_img_list li {
    width: 65px;
  }

  .testimonial_content .testimonial_text {
    font-size: 16px;
  }

  .testimonial_content .section_title_area h2,
.subscribe_content .section_title_area h2 {
    font-size: 26px;
  }

  .feature_section .revenue_icon i {
    font-size: 95px;
  }

  .newslatter_content .newslatter-form input {
    height: 60px;
  }
  .newslatter_content .newslatter-form input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .newslatter_content .newslatter-form .nws-button button {
    height: 60px;
    width: 80px;
    font-size: 12px;
    font-weight: 400;
  }

  .about_counter .about_counter_list li {
    width: 100%;
  }

  .skill_feature .section_title_area h2 {
    font-size: 26px;
  }

  .breadcrumb_section .breadcrumb {
    padding: 18px 15px;
  }

  .about_call_action_section .about_cta_content .about_cta_btn a {
    padding: 15px 28px 13px 30px;
  }

  .social_widget li {
    margin-right: 5px;
  }

  .site_sidebar .single_widget {
    padding: 30px 20px;
  }

  .team_details_text .section_title_area h2 {
    font-size: 25px;
  }

  .team_details_text .section_title_area {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .breadcrumb_section .breadcrumb_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  .slider_style_one .slider_contect_box .slider_text h1 {
    font-size: 35px;
  }

  .slider_side_btn {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    bottom: 0;
    left: 0;
  }

  .section_title_area h2 {
    font-size: 28px;
  }

  .choose_form .section_title_area h2 {
    font-size: 22px;
  }

  .choose_form_area .contact-info .icon-bg {
    top: 20px;
    right: 5px;
  }

  .call_action_two .section_title_area h2 {
    font-size: 26px;
  }

  .call_action_two .call_action_number {
    font-size: 30px;
  }

  .slider_style_two .slider_contect_box .slider_btn li a,
.slider_style_three .slider_contect_box .slider_btn li a,
.call_action_two .call_action_btn li a,
.servicepage_btn li a,
.team_growth .growth_btn li a {
    padding: 10px 20px;
  }

  .achivement_text .achivement_img_list li {
    width: 60px;
  }

  .testimonial_content .section_title_area h2,
.subscribe_content .section_title_area h2 {
    font-size: 22px;
  }

  .footer_section .footer_app_btn a {
    padding: 15px 15px;
  }

  .slider_style_two .slider_contect_box .slider_text h1,
.slider_style_three .slider_contect_box .slider_text h1 {
    font-size: 34px;
  }

  .feature_section .revenue_feature {
    padding: 50px 20px;
  }

  .breadcrumb_section .breadcrumb {
    padding: 15px 10px;
  }

  .breadcrumb_section .slider_side_btn {
    display: none;
  }

  .news_post_item .news_text_area .news_more a:before {
    display: none;
  }

  .service_details_content .service_work_icon_text li {
    width: 100%;
  }

  .service_details_content {
    padding-left: 0px;
  }
  .service_details_content .section_title_area p {
    padding-left: 40px;
  }

  .comment_formfield .quote_form .contact-info .icon-bg {
    display: none;
  }

  .faq_section .faq_topic .nav-item {
    margin: 15px auto;
  }
}
/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/*=========
Font load
===========*/
/*=========
Color Code
===========*/
.footer_section_4 .footer_app_btn a, .rx-practice-btn a, .slider_content_wrap .rx_slider_text a {
  z-index: 1;
  height: 55px;
  width: 170px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.footer_section_4 .footer_app_btn a:before, .rx-practice-btn a:before, .slider_content_wrap .rx_slider_text a:before {
  top: 10px;
  left: 10px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.footer_section_4 .footer_app_btn a:after, .rx-practice-btn a:after, .slider_content_wrap .rx_slider_text a:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.footer_section_4 .footer_app_btn a:hover:before, .rx-practice-btn a:hover:before, .slider_content_wrap .rx_slider_text a:hover:before {
  top: -10px;
  left: -10px;
}
.footer_section_4 .footer_app_btn a:hover:after, .rx-practice-btn a:hover:after, .slider_content_wrap .rx_slider_text a:hover:after {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.55;
  color: #343434;
  font-family: 'Ubuntu', sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;

}
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;

}

* {
  scrollbar-width: thin;
  scrollbar-color: #c6ac82 #000;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: #000;
}

*::-webkit-scrollbar-thumb {
  background-color: #c6ac82;
}

::-moz-selection {
  color: #ffffff;
  background-color: #c6ac82;
}

::selection {
  color: #ffffff;
  background-color: #c6ac82;
}

::-moz-selection {
  color: #ffffff;
  background-color: #c6ac82;
}

.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #282828 url("../images/preloader2.gif") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
}

.block-display {
  width: 100%;
  display: block;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background_position {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.scrollup {
  width: 45px;
  right: 15px;
  z-index: 5;
  height: 45px;
  display: none;
  bottom: 20px;
  position: fixed;
  line-height: 45px;
  background-color: #c6ac82;
}
.scrollup i {
  color: #fff;
}

.rx-section-title h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
}
.rx-section-title h2 span {
  color: #c6ac82;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/


.rx_modal_btn {

  height: 40px;
  width: 135px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  left: 30px;
  background-color: #c6ac82;

}

.header_style_four {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.header_style_four .header_top_content {
  padding: 15px 0px 12px;
}
.header_style_four .header_top_content .header_top_text span {
  color: #fff;
  font-size: 14px;
}
.header_style_four .header_top_content .header_top_text span a {
  font-size: 16px;
  font-weight: 700;
  margin-left: 5px;
  color: #c6ac82;
  position: relative;
}
.header_style_four .header_top_content .header_top_text span a:after {
  left: 0;
  bottom: 0;
  height: 2px;
  content: "";
  width: 100%;
  position: absolute;
  background-color: #c6ac82;
}
.header_style_four .header_top_content .header_top_contact a {
  color: #fff;
  font-size: 15px;
  margin-left: 25px;
}
.header_style_four .header_top_content .header_top_contact a i {
  margin-right: 5px;
  color: #c6ac82;
}
.header_style_four .header_main_menu_wrap {
  padding: 15px 0px;
  background-color: #000;
}
.header_style_four .header_main_menu_wrap .brand_logo {
  margin-right: 30px;
}
.header_style_four .header_main_menu_wrap .rx_main_navigation {
  float: left;
  padding-top: 20px;
}
.header_style_four .header_main_menu_wrap .rx_main_navigation li {
  margin-left: 50px;
  position: relative;
}
.header_style_four .header_main_menu_wrap .rx_main_navigation li:after {
  top: 8px;
  width: 6px;
  height: 6px;
  content: "";
  left: -13px;
  position: absolute;
  background-color: #c6ac82;
}
.header_style_four .header_main_menu_wrap .rx_main_navigation a {
  color: #fff;
  font-weight: 500;
  padding-bottom: 30px;
  text-transform: capitalize;
}
.header_style_four .header_main_menu_wrap .rx_header_btn {
  height: 40px;
  width: 250px;
  color: #fff;
  font-size: 15px;
  margin-top: 12px;
  font-weight: 700;
  margin-left: 30px;
  line-height: 40px;
  background-color: #c6ac82;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.header_style_four .header_main_menu_wrap .rx_header_btn a {
  width: 100%;
  display: block;
}
.header_style_four .header_main_menu_wrap .rx_header_btn:hover {
  background-color: #fff;
  color: #c6ac82;
}

.rx_btn {
  padding: 0px 10px 0 10px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  background-color: #c6ac82;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}

.rx_input{
  padding: 10px 10px;
  margin: 3px 0;
  box-sizing: border-box;
}

.rx_btn a {
  width: 100%;
  display: block;
}
.rx_btn:hover {
  background-color: #fff;
  color: #c6ac82;
}

.header_style_four .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 220px;
  display: block;
  border: none;
  padding: 10px 0px 0px;
  visibility: hidden;
  position: absolute;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #c6ac82;
  -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
          box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.header_style_four .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  padding: 10px 15px 15px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.header_style_four .dropdown .dropdown-menu li:after {
  top: 19px;
  left: 15px;
}
.header_style_four .dropdown .dropdown-menu li a {
  color: #343434;
  font-size: 15px;
  padding: 10px 0px;
  font-weight: 700;
}
.header_style_four .dropdown .dropdown-menu li a:hover {
  padding-left: 15px;
}
.header_style_four .dropdown .dropdown-menu li a:after {
  display: none;
}
.header_style_four .dropdown:hover .dropdown-menu {
  top: 52px;
  opacity: 1;
  visibility: visible;
}

.rx-sticky-menu {
  top: -50px;
  width: 100%;
  z-index: 10;
  position: fixed;
  background: #000;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.rx-sticky-menu .rx-mobile_menu_wrap.mobile_menu_on .rx-mobile_menu_content {
  top: 50px;
}

.header_style_four .rx-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #000;
  padding: 40px 0px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.header_style_four .rx-mobile_menu_content .rx-mobile-main-navigation {
  width: 100%;
}
.header_style_four .rx-mobile_menu_content .rx-mobile-main-navigation .navbar-nav {
  width: 100%;
}
.header_style_four .rx-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.header_style_four .rx-mobile_menu_content .rx-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #424242;
}
.header_style_four .rx-mobile_menu_content .rx-mobile-main-navigation .navbar-nav li:first-child {
  border-bottom: 1px solid #424242;
}
.header_style_four .rx-mobile_menu_content .rx-mobile-main-navigation .navbar-nav li a {
  color: #afafaf;
  padding: 0;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 30px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
}
.header_style_four .rx-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.header_style_four .rx-mobile_menu_wrap.mobile_menu_on .rx-mobile_menu_content {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.header_style_four .mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header_style_four .mobile_menu_overlay_on {
  overflow: hidden;
}
.header_style_four .rx-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}
.header_style_four .rx-mobile_menu_button {
  right: 0;
  top: 12px;
  z-index: 5;
  color: #fff;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}
.header_style_four .rx-mobile_menu .rx-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.header_style_four .rx-mobile_menu .rx-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.header_style_four .rx-mobile_menu .rx-mobile_menu_content .rx-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.header_style_four .rx-mobile_menu .rx-mobile_menu_content .rx-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.header_style_four .rx-mobile_menu .dropdown {
  position: relative;
}
.header_style_four .rx-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  height: 30px;
  color: #afafaf;
  line-height: 22px;
  padding: 5px 10px;
  border: 1px solid #424242;
}
.header_style_four .rx-mobile_menu .dropdown:after {
  display: none;
}
.header_style_four .rx-mobile_menu .rx-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
.slider_content_wrap {
  z-index: 5;
}
.slider_content_wrap .background_overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.slider_content_wrap .rx_slider_img {
  top: 0;
  left: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  position: absolute;
}
.slider_content_wrap .rx_slider_text {
  color: #fff;
  max-width: 735px;
  padding-left: 75px;
}
.slider_content_wrap .rx_slider_text span {
  opacity: 0;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.slider_content_wrap .rx_slider_text span:after {
  top: 10px;
  right: -80px;
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  background-color: #c6ac82;
}
.slider_content_wrap .rx_slider_text h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  padding: 25px 0px 30px;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.slider_content_wrap .rx_slider_text p {
  font-size: 18px;
  padding-bottom: 55px;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.slider_content_wrap .rx_slider_text a {
  background-color: #c6ac82;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.slider_content_wrap .rx_slider_text a:before {
  border: 2px solid #c6ac82;
}
.slider_content_wrap .rx_slider_text_img_area {
  z-index: 2;
  padding: 260px 0px 215px;
}
.slider_content_wrap .rx_slider_text_img_area .rx_slider_side_img {
  right: -40px;
  bottom: -30px;
  opacity: 0;
  position: absolute;
  z-index: -1;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}

.slider_style_four .owl-nav .owl-next,
.slider_style_four .owl-nav .owl-prev {
  top: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.slider_style_four .owl-nav .owl-next:hover,
.slider_style_four .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #c6ac82;
}
.slider_style_four .owl-nav .owl-prev {
  left: 55px;
}
.slider_style_four .owl-nav .owl-next {
  right: 55px;
}
.slider_style_four .owl-item.active .img-zooming {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transition: all 7000ms linear;
}
.slider_style_four .owl-item.active .rx_slider_text span {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 900ms;
       -o-transition-delay: 900ms;
          transition-delay: 900ms;
}
.slider_style_four .owl-item.active .rx_slider_text h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 1200ms;
       -o-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.slider_style_four .owl-item.active .rx_slider_text p {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 1500ms;
       -o-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.slider_style_four .owl-item.active .rx_slider_text a {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 1800ms;
       -o-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.slider_style_four .owl-item.active .rx_slider_side_img {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 2100ms;
       -o-transition-delay: 2100ms;
          transition-delay: 2100ms;
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.rx-feature-section {
  top: -90px;
  z-index: 2;
  overflow: visible;
}

.rx-feature-icon-text {
  padding: 50px 40px;
  background-color: #190200;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.rx-feature-icon-text .rx-feature-icon {
  line-height: 1;
  padding-bottom: 30px;
}
.rx-feature-icon-text .rx-feature-icon i {
  font-size: 50px;
  color: #c6ac82;
}
.rx-feature-icon-text .rx-feature-text h3 {
  color: #000;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}
.rx-feature-icon-text .rx-feature-text p {
  color: #bebebe;
  line-height: 1.733;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.rx-feature-icon-text:hover {
  background-color: #fafafa;
}
.rx-feature-icon-text:hover .rx-feature-text h3 {
  color: #000;
}
.rx-feature-icon-text:hover .rx-feature-text p {
  color: #555555;
}
.rx-feature-icon-text:hover .rx-feature-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.rx-about-section {
  padding: 10px 0px 95px;
}

.rx-about-award-img .rx-about-award-text {
  left: 0;
  right: 0;
  bottom: 28px;
  height: 70px;
  margin: 0 auto;
  max-width: 370px;
  line-height: 70px;
  padding-left: 30px;
  position: absolute;
  background-color: #fff;
}
.rx-about-award-img .rx-about-award-text:before {
  top: 5px;
  left: 5px;
  content: "";
  position: absolute;
  border-top: 15px solid #190200;
  border-right: 15px solid transparent;
}
.rx-about-award-img .rx-about-award-text span {
  color: #190200;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
}
.rx-about-award-img .rx-about-award-text i {
  float: left;
  margin-top: 15px;
  font-size: 40px;
  color: #c6ac82;
  margin-right: 10px;
  -webkit-animation: icon-bounce 2s ease-out infinite;
          animation: icon-bounce 2s ease-out infinite;
}

.rx-about-text {
  padding-top: 15px;
  padding-left: 25px;
}
.rx-about-text .rx-about-text-wrap {
  margin-top: 25px;
}
.rx-about-text .rx-about-text-wrap p {
  line-height: 1.75;
  padding-bottom: 15px;
}
.rx-about-text .rx-about-text-wrap ul li {
  color: #000000;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.rx-about-text .rx-about-text-wrap ul li:before {
  top: 0;
  left: 0;
  font-weight: 900;
  content: "";
  color: #c6ac82;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

/*---------------------------------------------------- */
/*practice area*/
/*----------------------------------------------------*/
.rx-practice-section {
  padding: 90px 0px 100px;
  background-color: #f9f9f9;
}
.rx-practice-section .rx-section-title {
  margin: 0 auto;
  max-width: 580px;
}
.rx-practice-section .rx-practice-content {
  padding-top: 85px;
}

.rx-practice-btn a {
  color: #fff;
  margin: 0 auto;
  background-color: #000000;
}
.rx-practice-btn a:before {
  border: 2px solid #000;
}
.rx-practice-btn a:after {
  background-color: #c6ac82;
}
.rx-practice-btn a:hover:before {
  border: 2px solid #c6ac82;
}

.rx-practice-icon-text {
  padding: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(73, 73, 73, 0.06);
          box-shadow: 0px 0px 32px 0px rgba(73, 73, 73, 0.06);
}
.rx-practice-icon-text .rx-practice-text h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  max-width: 210px;
  line-height: 1.25;
  padding-bottom: 22px;
}
.rx-practice-icon-text .rx-practice-text p {
  color: #555555;
  line-height: 1.75;
}
.rx-practice-icon-text .rx-practice-icon {
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  position: absolute;
  background-color: #c6ac82;
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.rx-practice-icon-text .rx-practice-icon i {
  color: #fff;
  font-size: 40px;
}
.rx-practice-icon-text:hover {
  -webkit-box-shadow: 0px 14px 32px 0px rgba(73, 73, 73, 0.27);
          box-shadow: 0px 14px 32px 0px rgba(73, 73, 73, 0.27);
}
.rx-practice-icon-text:hover .rx-practice-text h3 {
  color: #c6ac82;
}
.rx-practice-icon-text:hover .rx-practice-icon {
  background-color: #000;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/*---------------------------------------------------- */
/*portfolio area*/
/*----------------------------------------------------*/
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
.rx-portfolio-secton {
  padding: 100px 0px;
}
.rx-portfolio-secton .rx-section-title {
  margin: 0 auto;
  max-width: 690px;
}
.rx-portfolio-secton .rx-portfolio-content {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1920px;
}

.rx-portfolio-innerbox {
  max-width: 370px;
  margin: 0 auto;
}
.rx-portfolio-innerbox:before, .rx-portfolio-innerbox:after {
  top: 15px;
  content: "";
  position: absolute;
  z-index: 4;
  height: 1px;
  left: 15px;
  right: 15px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-duration: 0.35s;
       -o-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  background-color: #c6ac82;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.rx-portfolio-innerbox:after {
  top: auto;
  bottom: 15px;
}
.rx-portfolio-innerbox .rx-portfolio-border {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.rx-portfolio-innerbox .rx-portfolio-border:before, .rx-portfolio-innerbox .rx-portfolio-border:after {
  left: 15px;
  top: 15px;
  bottom: 15px;
  content: "";
  position: absolute;
  z-index: -1;
  width: 1px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-duration: 0.35s;
       -o-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  background-color: #c6ac82;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.rx-portfolio-innerbox .rx-portfolio-border:after {
  left: auto;
  right: 15px;
}
.rx-portfolio-innerbox .rx-portfolio-img {
  overflow: hidden;
}
.rx-portfolio-innerbox .rx-portfolio-img:before {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  content: "";
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
}
.rx-portfolio-innerbox .rx-portfolio-img img {
  -webkit-transition: 0.7s all ease-in-out;
  -o-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
}
.rx-portfolio-innerbox .rx-portfolio-text {
  left: 0px;
  z-index: 5;
  opacity: 0;
  bottom: 30px;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.rx-portfolio-innerbox .rx-portfolio-text span {
  font-size: 14px;
  font-weight: 700;
  color: #c6ac82;
}
.rx-portfolio-innerbox .rx-portfolio-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-top: 3px;
}
.rx-portfolio-innerbox .rx-port-icon {
  opacity: 0;
  color: #fff;
  width: 55px;
  z-index: 5;
  right: 0px;
  bottom: 30px;
  height: 55px;
  line-height: 55px;
  visibility: hidden;
  position: absolute;
  background-color: #c6ac82;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.rx-portfolio-innerbox .rx-port-icon a {
  width: 100%;
  display: block;
}
.rx-portfolio-innerbox .rx-port-icon:hover i {
  -webkit-animation: toLeftFromRight 0.3s forwards;
          animation: toLeftFromRight 0.3s forwards;
}
.rx-portfolio-innerbox:hover:before, .rx-portfolio-innerbox:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.rx-portfolio-innerbox:hover .rx-portfolio-border:before, .rx-portfolio-innerbox:hover .rx-portfolio-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.rx-portfolio-innerbox:hover .rx-portfolio-img img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.rx-portfolio-innerbox:hover .rx-portfolio-img:before {
  opacity: 1;
  visibility: visible;
}
.rx-portfolio-innerbox:hover .rx-portfolio-text {
  left: 30px;
  opacity: 1;
  visibility: visible;
}
.rx-portfolio-innerbox:hover .rx-port-icon {
  opacity: 1;
  right: 30px;
  visibility: visible;
}

.rx-testimonial-slider .owl-dots, .rx-portfolio-slider .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.rx-testimonial-slider .owl-dots .owl-dot, .rx-portfolio-slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid #cdcdcd;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.rx-testimonial-slider .owl-dots .owl-dot.active, .rx-portfolio-slider .owl-dots .owl-dot.active {
  background-color: #000;
  border: 2px solid #000;
}

/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/
.rx-counter-section .background_parallax {
  padding: 95px 0px 110px;
}
.rx-counter-section .background_overlay {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.rx-counter-icon-text .rx-counter-icon {
  margin-right: 20px;
}
.rx-counter-icon-text .rx-counter-icon i {
  font-size: 50px;
  color: #c6ac82;
}
.rx-counter-icon-text .rx-counter-text {
  color: #fff;
  display: block;
  overflow: hidden;
}
.rx-counter-icon-text .rx-counter-text span {
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
}
.rx-counter-icon-text .rx-counter-text p {
  font-size: 20px;
  font-weight: 700;
  padding-top: 8px;
}
.rx-counter-icon-text .rx-counter-text .odometer-formatting-mark {
  display: none;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.rx-testimonial-section {
  padding: 100px 0px;
}
.rx-testimonial-section .rx-section-title {
  margin: 0 auto;
  max-width: 510px;
}
.rx-testimonial-section .rx-testimonial-content {
  padding-top: 70px;
}

.rx-testimonial-img-text .rx-testimonial-img {
  width: 206px;
  height: 206px;
  margin-right: 30px;
  overflow: hidden;
}
.rx-testimonial-img-text .rx-testimonial-img:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.rx-testimonial-img-text .rx-testimonial-img .rx-testi-quote {
  top: 12px;
  z-index: 2;
  left: 12px;
  color: #fff;
  line-height: 1;
  font-size: 70px;
  position: absolute;
}
.rx-testimonial-img-text .rx-testimonial-text {
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.rx-testimonial-img-text .rx-testimonial-text p {
  color: #555555;
  font-size: 18px;
  line-height: 1.722;
}
.rx-testimonial-img-text .rx-testimonial-text .rx-testimonial-author {
  margin-bottom: 10px;
}
.rx-testimonial-img-text .rx-testimonial-text .rx-testimonial-author h4 {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  padding-left: 18px;
  position: relative;
  padding-bottom: 8px;
}
.rx-testimonial-img-text .rx-testimonial-text .rx-testimonial-author h4:before {
  left: 0;
  top: 12px;
  content: "";
  height: 3px;
  width: 10px;
  position: absolute;
  background-color: #000;
}
.rx-testimonial-img-text .rx-testimonial-text .rx-testimonial-author span {
  color: #949494;
  font-size: 14px;
  font-style: italic;
}

.rx-testimonial-slider .owl-dots {
  margin-top: 35px;
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(253, 167, 0, 0);
            box-shadow: 0 0 0 40px rgba(253, 167, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
            box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(253, 167, 0, 0);
            box-shadow: 0 0 0 40px rgba(253, 167, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
            box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
  }
}
.rx-contact-section .background_parallax {
  z-index: 2;
  padding: 100px 0px 80px;
}
.rx-contact-section .background_parallax .background_overlay {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.rx-contact-text {
  padding-top: 40px;
  padding-left: 140px;
}
.rx-contact-text .rx-contact-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  padding-top: 12px;
  border-radius: 100%;
  position: relative;
  background-color: #c6ac82;
}
.rx-contact-text .rx-contact-icon:before, .rx-contact-text .rx-contact-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #c6ac82;
  -ms-box-shadow: 0 0 0 0 #c6ac82;
  -o-box-shadow: 0 0 0 0 #c6ac82;
  box-shadow: 0 0 0 0 #c6ac82;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.rx-contact-text .rx-contact-icon:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.rx-contact-text .rx-contact-icon:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.rx-contact-text .rx-contact-icon i {
  color: #fff;
  font-size: 45px;
}

.rx-contact-text-wrap {
  margin-top: 55px;
}
.rx-contact-text-wrap h4 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 35px;
}
.rx-contact-text-wrap ul li {
  margin-bottom: 15px;
}
.rx-contact-text-wrap ul li i {
  margin-right: 15px;
  color: #c6ac82;
}
.rx-contact-text-wrap ul li a {
  color: #d5d5d5;
}

.rx-contact-form {
  padding: 25px;
  margin-right: 70px;
  background-color: #fff;
}
.rx-contact-form input,
.rx-contact-form textarea {
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 20px;
  border: 2px solid #e4e4e4;
}
.rx-contact-form textarea {
  height: 95px;
  padding-top: 10px;
}
.rx-contact-form button {
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #c6ac82;
  color: white;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.rx-contact-form button i {
  margin-right: 8px;
}
.rx-contact-form button:hover {
  background-color: #000;
  color: #c6ac82;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.footer_section {
  padding: 115px 0px 100px;
  background-image: url(../images/map2.png);
}
.footer_section .background_overlay {
  background-color: rgba(51, 51, 51, 0.05);
}
.footer_section .footer_widget {
  padding-left: 40px;
}
.footer_section .widget_footer_text {
  color: #cdcdcd;
  max-width: 310px;
  line-height: 1.75;
}
.footer_section .widget_title {
  margin-bottom: 25px;
}
.footer_section .footer_app_btn {
  margin-top: 25px;
}
.footer_section .footer_app_btn a {
  display: inline-block;
  padding: 20px 40px;
  color: #ffffff;
  border: 2px solid #494949;
  background-color: #343434;
}
.footer_section .practice_list {
  margin-right: -60px;
}
.footer_section .practice_list li {
  width: 50%;
  float: left;
  color: #cdcdcd;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.footer_section .practice_list li:before {
  left: 0;
  top: 10px;
  content: "";
  width: 0px;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 1px dashed #c6ac82;
}
.footer_section .practice_list li:hover {
  padding-left: 20px;
}
.footer_section .practice_list li:hover:before {
  width: 15px;
}
.footer_section .latest-blog-widget .blog-img-content {
  margin-bottom: 20px;
}
.footer_section .latest-blog-widget .blog-img {
  width: 90px;
  float: left;
  height: 80px;
  margin-right: 20px;
}
.footer_section .latest-blog-widget .blog-text .blog-meta {
  font-size: 14px;
  color: #c5c5c5;
  line-height: 1;
}
.footer_section .latest-blog-widget .blog-text h4 {
  font-size: 14px;
  color: #fff;
  line-height: 1.43;
  overflow: hidden;
}

.footer_copyright {
  padding: 28px 0px;
  background-color: #222222;
  border-bottom: 5px solid #c6ac82;
}
.footer_copyright .footer_social {
  margin-top: 5px;
}
.footer_copyright .footer_social li {
  color: #fff;
  width: 60px;
  height: 60px;
  margin-right: 8px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #393939;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.footer_copyright .footer_social li:hover {
  color: #fff;
  background-color: #c6ac82;
  border: 2px solid #c6ac82;
}
.footer_copyright .copyright_text {
  color: #fff;
  margin-top: 30px;
}
.footer_copyright .copyright_text a {
  font-weight: 700;
}

.footer_section_2 {
  overflow: visible;
  margin-top: 200px;
  padding-top: 165px;
  overflow-x: initial;
}
.footer_section_2 .background_overlay {
  background-color: #343434;
}
.footer_section_2 .background_waterprint {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}
.footer_section_2 .background_waterprint h2 {
  font-size: 300px;
  color: rgba(255, 255, 255, 0.02);
}
.footer_section_2:before {
  top: -85px;
  position: absolute;
  left: 0;
  content: "";
  width: 103%;
  z-index: -1;
  height: 300px;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background-color: #343434;
}

.footer_section_3,
.footer_section_4 {
  background-image: url(../images/map.png);
}
.footer_section_3 .background_overlay,
.footer_section_4 .background_overlay {
  background-color: rgba(255, 255, 255, 0.05);
}
.footer_section_3 .widget_title,
.footer_section_3 .widget_footer_text,
.footer_section_3 .practice_list li,
.footer_section_3 .latest-blog-widget .blog-text h4,
.footer_section_3 .latest-blog-widget .blog-text .blog-meta,
.footer_section_4 .widget_title,
.footer_section_4 .widget_footer_text,
.footer_section_4 .practice_list li,
.footer_section_4 .latest-blog-widget .blog-text h4,
.footer_section_4 .latest-blog-widget .blog-text .blog-meta {
  color: #343434;
}
.footer_section_3 .latest-blog-widget .blog-text .blog-meta i,
.footer_section_4 .latest-blog-widget .blog-text .blog-meta i {
  color: #c6ac82;
}
.footer_section_3 .practice_list li:hover,
.footer_section_4 .practice_list li:hover {
  color: #c6ac82;
}
.footer_section_3 .practice_list li:hover a,
.footer_section_4 .practice_list li:hover a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.copyright_3 {
  background-color: #f5f5f5;
}
.copyright_3 .footer_social li {
  background-color: #fff;
  border-color: #fff;
  color: #343434;
}
.copyright_3 .footer_social li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.copyright_3 .copyright_text {
  color: #343434;
}

.scrollup {
  width: 45px;
  right: 15px;
  z-index: 5;
  height: 45px;
  display: none;
  bottom: 20px;
  position: fixed;
  line-height: 45px;
  background-color: #c6ac82;
}
.scrollup i {
  color: #fff;
}

/*Footer style 4 area*/
/*---------------------*/
.footer_section_4 {
  background-image: none;
  overflow: hidden;
}
.footer_section_4 .widget_title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.footer_section_4 .widget_title:after {
  top: 18px;
  width: 42px;
  height: 3px;
  content: "";
  right: -55px;
  position: absolute;
  background-color: #c6ac82;
}
.footer_section_4 .latest-blog-widget .blog-text h4 {
  color: #555555;
  font-size: 14px;
  font-weight: 600;
}
.footer_section_4 .footer_app_btn a {
  padding: 0;
  border: none;
  background-color: #000;
  width: 278px;
}
.footer_section_4 .footer_app_btn a:before {
  border: 2px solid #000;
}
.footer_section_4 .footer_app_btn a:after {
  background-color: #c6ac82;
}
.footer_section_4 .footer_app_btn a:hover:before {
  border: 2px solid #c6ac82;
}
.footer_section_4 .practice_list li:hover a {
  color: #000;
  font-weight: 700;
}
.footer_section_4 .practice_list li::before {
  border: 1px dashed #000;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1199px) {
  .slider_style_four .owl-nav .owl-prev {
    left: 15px;
  }

  .slider_style_four .owl-nav .owl-next {
    right: 15px;
  }

  .header_style_four .header_main_menu_wrap .rx_main_navigation li {
    margin-left: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .header_style_four .header_main_menu_wrap .rx_main_navigation li {
    margin-left: 30px;
  }

  .header_style_four .header_main_menu_wrap .rx_header_btn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header_style_four .header_main_menu_wrap .rx_main_navigation {
    display: none;
  }

  .header_style_four .header_main_menu_wrap .rx_header_btn {
    margin-right: 50px;
  }

  .header_style_four .rx-mobile_menu_button {
    display: block;
  }

  .footer_copyright .footer_social {
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer_copyright .footer_social li {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .footer_copyright .copyright_text {
    text-align: center !important;
  }

  .rx-feature-icon-text {
    margin-bottom: 30px;
  }

  .rx-about-img-wrap {
    margin: 0 auto;
    max-width: 570px;
  }

  .rx-counter-icon-text {
    margin-bottom: 30px;
  }

  .rx-contact-text {
    padding-left: 0;
  }

  .rx-contact-text .rx-contact-icon {
    margin: 0 auto;
  }

  .rx-contact-text-wrap {
    text-align: center;
  }

  .rx-contact-form {
    margin-right: 0;
    margin-top: 30px;
  }

  .footer_section_4 .footer_widget {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 930px) {
  .header_style_four .header_top_content .header_top_contact a {
    font-size: 14px;
    margin-left: 5px;
  }

  .slider_content_wrap .rx_slider_text_img_area .rx_slider_side_img {
    display: none;
  }
}
@media screen and (max-width: 835px) {
  .header_style_four .header_top_content .header_top_contact {
    display: none;
  }

  .slider_style_four .owl-nav .owl-next,
.slider_style_four .owl-nav .owl-prev {
    left: 0;
    right: 0;
    top: auto;
    width: 45px;
    bottom: 30px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .slider_style_four .owl-nav .owl-prev {
    right: 50px;
  }

  .slider_style_four .owl-nav .owl-next {
    left: 50px;
  }

  .rx-feature-section {
    top: 0;
    padding-top: 60px;
  }

  .slider_content_wrap .rx_slider_text {
    padding-left: 0;
  }
}
@media screen and (max-width: 580px) {
  .slider_content_wrap .rx_slider_text h1 {
    font-size: 45px;
  }

  .rx-section-title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .header_style_four .header_main_menu_wrap .brand_logo {
    width: 150px;
  }

  .header_style_four .header_main_menu_wrap .rx_header_btn {
    margin-left: 0;
    margin-top: 8px;
  }

  .header_style_four .header_main_menu_wrap .rx_header_btn {
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 40px;
  }

  .slider_content_wrap .rx_slider_text h1 {
    font-size: 40px;
  }

  .slider_content_wrap .rx_slider_text_img_area {
    padding: 230px 0px 190px;
  }

  .rx-section-title h2 {
    font-size: 30px;
  }

  .rx-about-text {
    padding-left: 0;
    padding-top: 40px;
  }

  .rx-about-section {
    padding: 50px 0px;
  }

  .rx-practice-section,
.rx-portfolio-secton {
    padding: 50px 0px;
  }

  .rx-practice-section .rx-practice-content {
    padding-top: 30px;
  }

  .rx-counter-icon-text .rx-counter-text span {
    font-size: 35px;
  }

  .rx-counter-icon-text .rx-counter-icon i {
    font-size: 45px;
  }

  .rx-counter-section .background_parallax {
    padding: 50px 0px;
  }

  .rx-testimonial-section,
.rx-contact-section .background_parallax {
    padding: 50px 0px;
  }

  .rx-testimonial-img-text .rx-testimonial-img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }

  .rx-testimonial-img-text .rx-testimonial-img .rx-testi-quote {
    display: none;
  }

  .rx-testimonial-img-text .rx-testimonial-text {
    padding-top: 0;
  }

  .rx-contact-text-wrap h4 {
    font-size: 38px;
  }

  .footer_section_4 {
    padding: 30px 0px;
  }

  .footer_section_4 .widget_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 380px) {
  .slider_content_wrap .rx_slider_text h1 {
    font-size: 36px;
  }

  .rx-section-title h2 {
    font-size: 28px;
  }

  .rx-practice-icon-text {
    padding: 30px;
  }

  .rx-practice-icon-text .rx-practice-text h3 {
    font-size: 22px;
  }

  .rx-practice-icon-text .rx-practice-icon {
    right: 15px;
  }

  .slider_content_wrap .rx_slider_text p {
    font-size: 16px;
  }

  .rx-about-award-img .rx-about-award-text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .slider_content_wrap .rx_slider_text h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  .header_style_four .header_main_menu_wrap .rx_header_btn {
    display: none;
  }

  .rx-about-award-img .rx-about-award-text {
    padding-left: 15px;
  }

  .rx-practice-icon-text .rx-practice-icon {
    height: 40px;
    width: 40px;
  }
  .rx-practice-icon-text .rx-practice-icon i {
    font-size: 25px;
  }

  .footer_copyright .footer_social li {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
/*---------------------------------------------------- */
/*---------------------------------------------------- */


.cookieConsentContainer{
  z-index:999999;
  width:350px;
  min-height:20px;
  box-sizing:border-box;
  padding:30px 30px 30px 30px;
  background:#232323;
  overflow:hidden;
  position:fixed;
  bottom:30px;
  left:30px;
  display:none
}
.cookieConsentContainer .cookieTitle a{
  color:#fff;
  font-size:22px;
  line-height:20px;
  display:block
}
.cookieConsentContainer .cookieDesc p{
  margin:0;
  padding:0;
  color:#fff;font-size:13px;
  line-height:20px;
  display:block;
  margin-top:10px
}
.cookieConsentContainer .cookieDesc a{
  color:#fff;
  text-decoration:underline
}

@media (max-width:980px){
  .cookieConsentContainer{
    bottom:0!important;
    left:0!important;
    width:100%!important
  }
}
/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEECAIAAAAd4J55AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUIyQzg0Q0RDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUIyQzg0Q0VDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjJDODRDQkNDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjJDODRDQ0NDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnMLhJsAAB3qSURBVHja7J3ZkqNIsoYhWASqzqqsrWdu2/qiL8bmom3Mzvs/0pyLoxWJ44SnKCUBKIgFQuQfVibLUiqBD0nuf0T4Ev/9n//573//N5prbMtyt9/PdrrX1y/0CEAAhgyYlNvf6CchRJqm1+vV+znjeIazEAs91nV9OBzpHwABGDKg4KforLEcvs99Pp+9Hj9JBFFcLpfOfQQgAIMFFEmS8E+n04m+l3mebzYbr77epwmLsyyv5bgBJwAEYOCAaedFxMk/EGr7s0szU1U+2Ohq+eIPh8P4KwEIwNAAky+v34a+sjTa76ur4Vxtp2lyvdZ0WPLv6m/vTQ4AARgm4C852hlVVdHf0PSxdOqd3fp6unghEiYZegEAARg64LfvP0dsCX19K+mdyZm6sRCOlp6KoqDHixwjLxNCjPADEIAhAA7KUdVppklif3H2R2Dnrq6eDV22plwBIACXAhyUo+qV0YSVvrXb7dZmmdjS12dZFkfxuGnUFDMABGAogONyVP3W8i4KnclwQmzk6+meku7nqe2kP38oZgAIwMUBdeWoikqQ42LXla9njUHnMrin+mIGgABcClBXjqp/yVs05PonHWGqr99sNvXtjGZrUwAEYOiAk+SoOsj1NxPiNNXdsdHz9eSjy7I4nysz62IsZgAIwPkBDeWo6sFzPdf/EI/uFJmGVtlbDmMxA0AAzgZoKEfVcZSuvygKEuI2vp6cO90FV2EQxmIGgACcD9BSjnZGVVV0fU3WydCOzYCvJ7WQ53klR+Ru2IsZAALQN6AbOap62KHUL/XJ9i5XHgJnXYkZAALQH6AzOdoZQ1knnMt4L685utzHjXYrZgAIQE+AaeRz/Mo6ybKTnMW2tiTPSZfHOqkrIQ8AAtDB99CHHO1x8dKKkFHhSa10+rXBRmogYgaAAHwCOaqeiR7Lsvj0aUuP/pz7bGIGgAB8DjmquP4znZIeo5UOAAIwXDm62eQc2EoKm309OX0hhO+yVrOJGQAC0Bgw+fHzH/4gyajkeX6f19jmmHCwTxt84O8C6D56BswACEArQE+HbkmOx+P986VMN743cmma8j7Mc407wBMAARicHKUrLoqiN7GqVjZD2d5kcjhfjPIkZgAIwHDlKF0luVe60KHYgqFzXeWI5FapQxXuXMxkWWoN2NQ+AOBigGka3EfUrXOv6+t4aPm9r++F52rnwaqXh7HzGoAJAJcEjOrQPqJu5Ggb2/rQBNaPUkVYIZB5KIqNfaieKzEDQAD6A7SVo5tNzpeleTX6lbNYfFtqG3sxA0AAege0dO6y/uqEqeqIrx+6Fxw+u5R6uXgHjAHoF/AS+kfUUI7SWXl2O9VE1RML6XD8Ht3NbVlW0xemjMVMC3j1Dnh9A9yWZNEA6B7wGvpHdJocpTPxwu5U6zLV16uD8aaGEU4VM0sCVgB8ckDjj+hU585ZWMaeV9/X91pEGhtv2gaAAFwEUFeOcmF9+9IatV2Z8Sa7Wdqbsix0hIq+mAEgAJcCfCBH2blzXQ0nG5Sudl15pethMNFDMQNAAC4POO7chYg7wZ+Ww9jXD9lIm6atAARgCICDcnS7LadW1Z/B1w/ZmybrpK9I1ogeWD9gCcDnAOzK0Tb56HyuPFW58jEjH8o6UcXMBwKs1goo1gaoplG5de7+fH2vycyyd1knvXliAHxywHhlgMnXbz+i0cyOwH294vobe5NnWf3epDWdA2j6DkAAhgcY/+vff+92u2iuoduUw9HYbrf0CEAAhgwois3Gpq1pOL6+924SHQABGDhg8vLyhRx8LMcMZ/Xt61s2tmdVVZ1OJwACMGRAcb7ld5RlMQPkDNVUI5ldwj8Q3ToBEwCu5yNK0923fOrdbs+l+b2mRXv19TJUf0tE7fYD/bxOwAqAzwr4qecjKt4Ffbel+T2ZnNPZS1lVwsiyTL5Pu/vUFaL7kIA1AIMF/D8FsCdihgWxZvjpZMHtZ90py9LevOm2OE8PYPFcgNkUwBqATwT4JkfVsd8fSBxzZY5gfX2SJNttKa3juffetWKmB/DwXIAnAK4VsAlbG1kLuspVKX4MaumJ+4Rw9Nnoy9I4Fo8AG8sKQAAuBfg4n9BtXX5Xvp6c+1lDu/eKmV5tA0AALgU4KEc743g80hHp1TaJJ/a+nsA4d7NdX3k0G44BCMDAAR/I0SEjYez6jX09sUVTCtdpipmQANOVA6YA7AdMp1Yv5a1M+kqQyTEIZjfbCeXwAoNbY1CbdTlA+qhVawYkrVgBsAdQV452Bvl9xiPPO8nkTPX1JC3yPCfzpuncjcUMAAG4FOA0OTqwNjWBUN/Xb26NDW3CiKaKmTkBcwACUAIKy2L6vHjV5HqVpUNf36ztulgm5vo/YQJeAQhACZh8//HTfkmWg8Eb17/ZXEeDGLZleR69p3ynXKUXk6+XseoABGC4gLZytGtFpMkZWZsa8vX0enburgrXuRIzAASgb0Bh39upY28ub5VPy17IIV9Pzt3tlbgSM8OABQA/FGCa+gI0XB19yLnb7d6yTt6X5u+E+d1SV4Rb62K/tqYBuAfghwI8n/0BiiTyNppF2ziK+gqB0TN3qSu+EpnVRBj3gBEAAWgH6MPDvve2vHOadlCHko8CFzM9p7gAEIBWgG5WRx/Phi9vUeCfP79wPzd+xvdwtbYGQAD6A/QrRxcfvsUMAAFoDxj/8edfM5wpz7PT6RzdFXWkZzwVol9kABCAFt9D4bd8FVeVavMaWyR6xmu5njtf7xkwASAAA5ajzWpv/Q6szfWiZ87nc7v++6Ripl3OBiAAjQF1O/VOGnzdVVU1c9v33pxMS2czlDiJlk2Oc9evk5dtClhKPgAC0BbQsRzlzk9RUydq33u5Q/ldXLEnfDFzB3gAIABDlKMbmVg1UohuqPRAm45VlqVDVOdiBoAAdA7oZjuSG1OS9ztYN46jg/AByWLZX5urzVYArgCQvn67IAFtN+uF3EzlKazO6zWTtZpeioo0N/P1llu9/gBTAALQiRzNb85dVwxoV8I6StfPtQMWFDP+AE8AnAVwEzygoRxtq+gcDofI5+BZMofSGtTwMFYLAFwN4D54wMlylFeWrter2d0xdt+8UTN1gdhAzCwHGAPwYwJOk6P0atLBNl04jAuzkqCn29pWVvUkZhYFrAD4MQF1N+u5xrhlYamobyd00mjNGxca0Hm9bnE3AAJwIcDHcpSuiW+Ekw6mDtug6pS70hEzaUrHqdcMSMepARgu4AM5St9As8mYc1+v3qlmRnvrO2UsZiRgsnLABIBBAw7KUW4Sau/c3fr6zpCbP+z6s/vupzpihltMPg9g3guyIsDJ72CxFsAeOcr601VZRX++/j3q22XriJnnBKynACacG77ed3BVgN0EDTWzw+1w5etVc3KXdTIW7/sxAGMAPhGgYBfJmR30eDqdZihu42ncCmPVWZZyuR654rJGwPRjAm5XCZj8/vs/uWMGgc2Qye/J16uo/AOhJrJ7KwABGCygeHl54fDWeYqFePL1KiEN4nqRA4AADBkwPRyPq6nVo3Jy3goAARgyYPLbyxe5RCOKopjBEc/j6/Msq281QjiBpemMVRTVWgC5efiKAT/UOyjapZvDocn2TxK/NR59+/qiaGKXTjLQ9P55+u9+RYDntQN+qHdQtIn6arWp5xrc177TtSOVA4AADBkw+frt+73ebhtHbbelrEPlWIt78vX0rsSy9Zxywd35/AcCLMu+1wcKWHxgwOT16/fev+FYmyQRzj9MDiHJrtBU9q22Yl/wBPEOvUfrB6yeCbD6wIBipG5U3USm18G6fnbux9G6PfdiBoAADBOwK0fV8dbpW+Yp2ofqubIxZVlw/tGjFz7eXgLgQoClXq7g+gEH5ajKyXuLQggbFW7p6+nsmzyvZJKIzmWMiBkAAjAQQKFfxvTWqibv7fQ9j2dvnPuUWjrjYgaAAAwB8LEc7XX9xJkkiYHBMLMxBFbK2e10sTE52gmAAJwZUFeOqhfKJyPOSXdoqq8nM5GmGf3J2ShwXl/MDAFy6QQAAnAQMEnSzApQGFfV5+8e3WJPEQytojCo5WgmZnoBEwACcBwwtgWcLEdVe8NJ3+T9dbK8NG1M0zlgk0vnbrkVaxt8D0AA+gY0lKOd0Ra64roDNr6eZ9VcJMf+wozFDAABOBugcNXkiY1VHAsODzd27saFk52LmQHAGIAAdAtoK0dVe8OdR4cSo4ZsDN0XrnLlunSP41xQAALQOaAbOareNhbi6tqp6uvpGR+F69yKGQAC0B+g8NEBOBrOOrlfR+KdTaOtlQXEzDBgDkAABiRHe+0Nc6rWhWe3nisX+C1NAkAABipHh3Q2fek/fdq2nS38WRffYgaAAHwCOdo78pwmtxk9znZGf2IGgAB8Djl6r62jJqivMS1tZ9NZGGeqlAdAABoDCuv9fq2RSWNG9/J4q7CYZalNp2/N0dZvBiAAgwX0K0eJgVdHT7JqHTvf2xrU+XQ6cfK/P5PjW8wAEIDhylFu5aVurRSbTSfYnOe+3iB9iRkAAtAVoJfVUSG7zlz6VpbU4q23bAzd+NqpS08+3j8AAtAhoGM5So47y7KmC9TAtQ4llRDb4XDgIzg0Oc7FDAAB6BxQkEN2cqyNnMLSVZ5v2rpfAzyKnaVpsZCNIR3Nei8ABOAb4CZQQDdylFuQ6ih3nV4CdJym8UBZcGnQEMQMAAHYB1iOf581AZOfsj+h8SG22y3PbjXnzr0dg3sh+f3jlSvjiXnj62V3OwAC0APg2Q2gma8nX8xbKLvdblJoeT4xlYtcf3w745xiBoAAnA3QUI7S1NZsmcigtdVVFpOk2fB1euMBYzEDQADOBjhtdZSEAfcNJ0ds5n/NSu7Qufb7PRFmMrPS39oaAAE4P6CuHCW2TGplcu42W6d5ZhUa29zZqNZ3/fpiBoAAXApQV44aO3d7X69cdEOo2XhAX8wAEIBLAT6Qo/TbsiwjmW7sJHbIVQXIw+FAd5yONh5i+1DMABCAywMO+Xr6FSFVckTuRu7IXPG4XC5v9VfjuPcNGFEyaZrQXwDwiQGTpI7WADiYykQK20dZm70M/HE4qurCUqTX3owkwgiRAPC5AZOVAIqO8/2V2WFR2XsGX98ZJzl4mbhzOgACMHTAL6/fWrbezA63Q80TcTvq+l3WyX0aDAABGCagaMXnPFUEnPt6RYJfuZgkEXXUNQABGCageH39IoXp1T4UdUFfr6jwt0KRRAdAAAYOKKJ5h+VOaPgDgACcOuI//vyLfT0ZgBkszdBCrdvBgfD3+6QABGCwgG+ekP7DFb+f3deT0uaqyZ1IBQACMFjAX1sUHHDQrv8+o6+XXa/y++n7/QI3AAEYKOC37z/vnW+7/kuoPhaCKz+Ly3S1idy67cQ68AIUAAEYMuCvfUL1K+tDHGumLU85YCKDKq6978fIojbpmjgWAHxiQPon1gAoRmpL0d+00bFh+nq52ZJEw8UF1HiLO8ALAJ8b8LIWwI4c7Yy2MzAHK4Tj6zn252HwhCpmAAjA0AAH5ajqNNMksYe09/Xs3DXbVunHWAAQgEsBCs0FWS6W2tYOWMrXZ1kWN3MB3eJWI2IGgAAMBXBcjqrfWt4tpTOZTYjNfD3dU9L9Bn0bH4oZAAJwcUBdOaqiEqTBArGBr2eNYda12DjkF4AAnA1QGNeW4mwucv2TjjDV1282m/p2RrO1KQACMHTASXJUHVxYjoyH5qaipq9vi6ibWRdjMQNAAE4BbMrg2wO6qWFRVVWqZ2we2iS6U/Qaotrt9vYX5ioBFIBrAEydA+6cAApX4apH6fq575SNryfnblDG2LmYAeAKAY+hAlrKUdXe0PWRgx3asRny9W0HRreVs+zFDAAB6BvQcHX04Zx4aIlJfb69y5WHwh6eCiIAEIAOr0T4qy2lk3XSts7xlEbpUMwAEICeANPI52iL0pHOPskt1NaW5Dkp75hecPBcVweAAAwc0IscVce1fmuRwZPaSNY89Vq4zquYASAAn0COqmeix7IsPn3a0qM/5z6bmAEgAJ9Djiqu/0ynpMdopQOAAAxXjm42OQe2ksJmX09O37IXeVBiBoAANAZMfvz8hz9I7gt1H/TQ5phwsE8bfODvAoSHCgjvATMAAtAK0NOhW5Lj8Xj/fHnXDYONXNMuWMxdg9gp4AmAAAxOjtIVF0XRm1hVK71L2d5kcjhfjPIkZgAIwHDlKF1lb123zhqUOtpqxG5rXTkXM1mWAhCAjgHdOve6ftC1o3zfnE2Fb4L60lnXbCcC1gAEoFtAN3K0jW0daqo64us7gxUCmYei2NiH6rkSMwAEoD9AWzm62eR8WZpXo185i8U3F65aUMwAEIDeAS2dO1eY1f+rEV8/dC96O33Ppl4uAATgOGBtC2goR9vC+lNN1ENfr8yGG3tDd3NblgZlsIzFTAt4BSAAxwFrW8BpcpTb3l9uw0wBm1kLxpsaRjhVzAAQgAsATnXunIVl7Hn1fX2vRaSx8aZtAAjARQB15SgX1rcvrTHV16ucbG/KstARKvpiBoCzA5YA1JKj7Ny5roaTDUpXu6680vUwmOihmAEgAJcHHHfuQsSd4E/LYezrh2ykTdNWAAIwBMBBObrdllOr6s/g64fsTZN1Esc9cYDDemBbAhCA8wEWm008ANiVo23y0flceapy5WNGPpR1ooqZX4AVAAE4H2A1AqimUbl17v58fa/JzLJ3WSe9eWIABGBQgMnXbz+i0cyOwH294vobe5NnWf3epDWdA2j6vhZAriG9YsAP9Q7G//r3305K6uvPpOepVnCb2W7pEYAADBlQ8HxxtlP68/W9d5PoAAjAwAGTl89fyMPHcsxwVt++vmVje1ZdqtPpBEAAhgwozue3/I6yLGaAnKGaaiQ7p/IPRAdAAAYOSNPdt3Tj3W7Ppfm9pkV79fVNJDspbBG3i9f0MwABGDygeBf03Zbm92RyTmcvZVUJI8sy7tt4n2FJdB8SsAbgEwH2RMywINYMIJ4suP2sO2VZ2ps33Rbn6QEsngswmwJYPyFg+mEB3+SoOvb7A4ljrswRrK9PkmS7LaV1PPfeu1bM9AAengvwtHbA84cFbMLWRtaC6Fcc8ObK9btaeuI+IRxeN/qyNI7FI8DGsq4ZUGZ/AzBYwMf5hG7r8rvy9STPzhravVfM9GqbNQPWAAwacFCOdsbxeKQj0qttEk/sfT2Bce5mu77yaDYcAxCAgQM+kKNDRsLY9Rv7eprXRlMK12mKGQACcHHAdGr1Ut7KpK87mRyDYHaznVAZXUDvxORCqwa1WQEIwJkBdeVoZ5DfZzzyvJNMzlRfT9Iiz3Myb5rO3VjMAHCtgGXwgNPkaP/a1BRCfV/fNja0CSOaKmYACMD5AYVlMX1evGpyvcrSoa9PksTJMjHX/wEgAEMGTL7/+Gm/JNsEg98KaVxHgxi2ZXkevad8p1ylF5Ovl7HqAARguIC2crRrRaTJGVmbGvL19Hp27q4K17kSMwAEoG9AYd/bqWNvLrfKp72QQ76enLvbK3ElZoYBCwAC0Amg4eroQ87dbveWdfK+NH8nzO+W2SHcWhf7tTUNwD0AAegIUCSRt9Es2sZR1Fcni565y+zwlcisJsK4B4wACEA7QB8e9r235Z3TtIM6lNkRuJjpOcUFgAC0AnSzOvp4Nnx5iwL//PmFG9bxM76Hq7U1AALQH6BfObr48C1mAAhAe8D4jz//muFMeZ6dTuforqgjPeOp0v4iA4AAtPgeCr/lq3jpqc1rbJHoGa/leu58PQABGDigT1/frva2YG2uFz1zPp/b9d8nFTMABKA9oG6n3klDXndZVXJu+96bk2npbIYSJ9GyyXHu+nXysgEIQB3AzBugYznKnZ8iWSeq93KH8ru4Yk/4YgaAHxaw8gjo1NdvZGLVSCG6odIDbTpWWZYOUZ2LGQAC0Dmgm+1I7tu4J9ti3TiODsIHJItlf22uNlsBCEB/gLab9UJupvIUVuf1mslaLMHtuwLYb/X6A0wBCEAncjS/OXddMaBdCesoXT/XDlhQzPgDPAEQgDZytK2iczgcIp+DZ8kcSmtQw8NYLQAQgLMBTpajvLJ0vV7N7o6x++aNmqkLxAZiZjnAeOWAMQBdyFF6Nelgmy4cxoVZSdDTbW0rq3oSM4sCVisHrADYD6i7Wc81xi0LS0V9O6GTRmveuNCAzus1t3oBCMClAB/L0TRNrteaXuqkg6nDNqg65a50xAwAAbgs4AM5SlaBX+AqWseyT8D9nWpmtLe+U8ZiBoAAXBxwUI5yB0Z75+7W13eG3Pxh15/ddz/VETPPBpj3ggBwBYA9cpQugj27j8BZt/frDvXtsnXEzHMC1lMAE84NB+BTAHYTNNTMDrfDla9Xzcld1slYvO/HAIwB+ESAglUcZ3bQ4+l0mqG4jadxK4xVZ1nK5XrkfH2NgCkA1/MRTX7//Z/cMYPAZsjk9+TrVVT+gd7LRHZvBSAAgwUULy8vHN46T7EQT75eJaxlE/MXOQAIwJAB08PxuJpaPSon560AEIAhAya/vXyRSzSiKIoZHPE8vj7PsvpWI4QTWJrOWEVRARCA4QGKdunmcGiy/ZPEb41H376+KJrYpZMMNL1/nv67ByAAgwQUbaK+Wm3quYZsGh5zGHT7ZCoHANcFWK8MMPn67fu93m4bR223paxD5ViLe/L19K7EsvWccsHd+fwHAizLvtcDMDjA5PXr996/4VibJBHOL8UhJNkVmspWsnJdb/AE8Q69R+sHrAD4HIBipG4UfWXpexus62fnfhyt23MvZgAIwDABu3JUHW+dvmWeon2onisbU5YFZ688euHj7SUAAnBZwEE5qnLy3qIQwkaFW/p6OvsmzyuZJKJzGSNiBoAADARQ6JcxvbWqyXs7fc/j2RvnPqWWzriYASAAQwB8LEd7XT9xJkliYDDMbAyBlXJ2O11sTI52WgywBOCTA5p+RHXlqHqhfDLinHSHpvp6MhNpmtGfnI0C5/XFzBBgmiRXv4ApZ5G2rbkA6BhQJh+G/BEVxlX1+btHV+ApgqFVFAa1HM3ETC9g4h2wBqBfwCT0j+hkOaraG04ZJu+vk+WlaWPorm02uXTulluxtsH3AASgb0BDOdoZbaGrh67/oa/nWTUXybG/MGMxA0AAzgYoXDV5YmMVxyLLMhvnblw42bmYGQCMrQEvAFwSMIpD+4jaylHV3nDn0aHEqCEbQ/eFp++uS/c4zgV1AVgD8MkBHX9E3chR9baxEFfXTlVfT8/4KFznVswAEID+AIWPDsDRcFrN/ToS72waba0sIGaGAXMAAjAgOdprb5hTtS48u/VcucBvaRIAAjBQOTqks+lL/+nTlkW5p8qt84gZAALwCeRo78hzmtxm9DjbGf2JGQAC8Dnk6L22jpqgvsa0tJ1NZ2GcqVIeAAFoDChcLyj3j0waM7qXx1uFxSxLbTp9a462fjMAARgsoF85Sgy8OnqSVevY+d7WoM6n04mT//2ZHN9iBoAADFeOciModWul2Gw6weY89/UG6UvMABCArgC9rI4K2XXm0reypBZvvWVj6MbXTl168vH+ARCADgEdy1Fy3FmWNV2gBq51KKmE2A6HAx/BoclxLmYACEDngIIcspNjbeQUlq7yfNPW/RrgUewsTYuFbAzpaNZ7ASAAAwd0I0e5BamOctfpJUDHaRoPlIVZLrYPMQNAI8By/OOOd5ABk5+yP6HxIbbbLc9uNefOvR2DeyEZj1eujCfmja+X3e0AuATgGe+gRzlKvpi3UHa73aTQ8nxiKhe5/vh2xjnFDAABOBugoRylqa3ZMpFBa6urLCZJs+Hr9MYDxmIGgACcDXDa6igJA3LusrPM2cz/mpXcoXPt93sizGRmpb+1NQACcH5AXTlKbJnUyuTcbbZO88wqNLa5s1Gt7/r1xQwAAbgUoK4cNXbu9r5eueiGULPxgL6YASAAlwJ8IEfpt2VZRjLd2EnskKsKkIfDge44HW08xPahmAEgAJcHHPL19CtCquSI3I3ckbnicblc2OeT6+99A0aUDAABGAjgYCoTKWwfZW32MvDH4aiqC0uRXnszkggDQAAGAig6zvdXZodFZe8ZfH1nnOTgZeLO6QAIwNABv7x+a9l6MzvcDjVPxO2o63dZJ/dpMAAEYJiAovXs81QRcO7rFQl+5WKSRNSRLgAEYJiA4vX1ixSmV/tY2wV9vaLC3wpFEh0AARg44P8LMACM4cURIdXaEQAAAABJRU5ErkJggg==');
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert {
    margin-left: 10px;
    vertical-align: baseline;
}
.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	display:inline-block;
	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;
}

.centered{
	text-align:center;	
}


img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.section-title{
	position:relative;
	z-index:1;
	margin-bottom:35px;
}

.section-title .title{
	position:relative;
	font-size:14px;
	color:#9e7247;
	font-weight:400;
	letter-spacing:3px;
	margin-bottom:12px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.section-title h3{
	position:relative;
	color:#191514;
	font-weight:700;
	line-height:1.4em;
	padding-bottom: 22px;
	font-family: 'Poppins', sans-serif;
}

.section-title h3 span{
	position:relative;
	color:#d5aa6d;
	font-style:italic;
	font-family: 'Playfair Display', serif;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title h3:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:3px;
	background-color:#d4a86c;
}

.section-title .text{
	position:relative;
	font-size:14px;
	line-height:1.9em;
	color:#555555;
	margin-top:10px;
}

.section-title.centered .big-title,
.section-title.centered{
	text-align: center;
}

.section-title.centered h3:after{
	left:50%;
	margin-left:-20px;
}

.section-title.light .text{
	color:#999999;
}

.section-title.light h3{
	color:#ffffff;
}

/* List Style One */

.list-style-one{
	position:relative;
	z-index:1;
}

.list-style-one li{
	position:relative;
	color:#191514;
	font-size:16px;
	font-weight:700;
	margin-bottom:20px;
	padding-left:30px;
	line-height:1.5em;
	font-family: 'Muli', sans-serif;
}

.list-style-one li:before{
	position:absolute;
	content: "\f16a";
	left:0px;
	top:0px;
	color:#191514;
	font-family: "Flaticon";
}

/* List Style Two */

.list-style-two{
	position:relative;
	z-index:1;
}

.list-style-two li{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;
	line-height:1.7em;
	padding-left:52px;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:4px;
	font-size:28px;
	color:#d5aa6d;
	margin-right:15px;
	background: linear-gradient(to left, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-style-two.style-two li{
	color:#191514;
	font-size:16px;
}

/* List Style Three */

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	color:#999999;
	font-size:14px;
	font-weight:400;
	margin-bottom:10px;
	padding-left:25px;
}

.list-style-three li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#999999;
	font-size:14px;
}

/* List Style Four */

.list-style-four{
	position:relative;
	z-index:1;
}

.list-style-four li{
	position:relative;
	color:#555555;
	font-size:14px;
	font-weight:400;
	margin-bottom:30px;
	padding-left:60px;
	line-height:1.5em;
}

.list-style-four li strong{
	position:relative;
	color:#000000;
	font-size:14px;
	font-weight:600;
	display:block;
	margin-bottom:2px;
}

.list-style-four li .icon{
	position:absolute;
	left:0px;
	top:10px;
	color:#9f7348;
	font-size:40px;
}

/* List Style Five */

.list-style-five{
	position:relative;
}

.list-style-five li{
	position:relative;
	color:#666666;
	font-size:15px;
	font-weight:400;
	margin-bottom:8px;
	padding-left:25px;
}

.list-style-five li:before{
	position:absolute;
	content: "\f042";
	left:0px;
	top:1px;
	font-size:14px;
	color:#666666;
	font-family: 'FontAwesome';
}

/* List Style Six */

.list-style-six{
	position:relative;
}

.list-style-six li{
	position:relative;
	color:#666666;
	font-size:18px;
	font-weight:400;
	margin-bottom:15px;
	padding-left:32px;
	line-height:1.7em;
}

.list-style-six li .icon{
	position:absolute;
	left:0px;
	top:4px;
	font-size:22px;
    color: #d5aa6d;
    line-height: 1em;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* List Style Seven */

.list-style-seven{
	position:relative;
}

.list-style-seven li{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	margin-bottom:15px;
	padding-left:35px;
	line-height:1.7em;
}

.list-style-seven li .icon{
	position:absolute;
	left:0px;
	top:2px;
	color:#b38856;
	font-size:25px;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	z-index:999;
	width:100%;
	margin-top:30px;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .header-upper{
	position:relative;
	z-index:1;
}

.main-header .header-upper .outer-box{
	position:relative;
	float:right;
	color:#ffffff;
	margin-left:25px;
	cursor:pointer;
}

.main-header .header-upper .outer-box .nav-toggler{
	position:relative;
	width:97px;
	height:90px;
	font-size:22px;
	line-height:90px;
	margin-left:25px;
	text-align:center;
	display:inline-block;
	box-shadow:0px 10px 20px rgba(212,169,109,0.15);
	background-image: linear-gradient(to right, #d5aa6d, #c79b63, #b98d59, #ab7f4f, #9d7146);
}

.main-header .header-upper .outer-box .nav-toggler:hover{
	background-image: linear-gradient(to right, #9d7146, #ab7f4f, #b98d59, #c79b63, #d5aa6d);
}

/* Search Box Outer */

.main-header .header-upper .search-box-outer{
	position: relative;
	right:0px;
	float:left;
	color:#ffffff;
}

.main-header .header-upper .search-box-btn{
	position:relative;
	width:97px;
	height:90px;
	display:block;
	color:#d5aa6d;
	padding:0px;
	margin:0px;
	font-size:22px;
	cursor:pointer;
	background:none;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(0,0,0,0.50);
	box-shadow:0px 10px 20px rgba(212,169,109,0.15);
}

.main-header .header-upper .search-box-btn:after{
	display:none;
}

.main-header .header-upper .search-box-outer .dropdown-menu{
	top:45px;
	right:0px;
	padding:0px;
	width:280px;
	margin-top:90px;
	border-radius:0px;
	left:auto !important;
	border-top:3px solid #d5aa6d;
	transform:translate3d(0px, 0px, 0px) !important;
}

.main-header .header-upper .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .header-upper .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .header-upper .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .header-upper .search-panel input[type="text"],
.main-header .header-upper .search-panel input[type="search"],
.main-header .header-upper .search-panel input[type="password"],
.main-header .header-upper .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	font-size:14px;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-upper .search-panel input:focus,
.main-header .header-upper .search-panel select:focus{
	border-color:#d5aa6d;	
}

.main-header .header-upper .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-header .header-upper .outer-box .nav-btn{
	position:relative;
}

.main-header .header-upper .outer-box .nav-btn .nav-btn{
	position:relative;
}

.main-header .header-lower .outer-box{
	position:relative;
	float:right;
	padding:13px 0px;
}

.main-header .header-lower .outer-box .cart-box{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:14px;
	background:none;
	margin-top:5px;
	display:inline-block;
	margin-right: 25px;
}

.main-header .header-lower .outer-box .cart-box .cart-box-btn{
	background:none;
	cursor: pointer;
	font-size: 20px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .header-lower .outer-box .cart-box .cart-box-btn:after{
	display:none;
}

.main-header .header-lower .outer-box .cart-box-btn .total-cart{
	position:absolute;
	right: -8px;
	top: -8px;
	width:18px;
	height:18px;
	color:#ffffff;
	font-weight:700;
	font-size:11px;
	border-radius:50%;
	text-align:center;
	line-height:18px;
	background-color:#509cf9;
}

.main-header .header-lower .search-box-outer{
	position: relative;
	right:0px;
	float:left;
	color:#ffffff;
	margin-top:2px;
}

.main-header .header-lower .search-box-btn{
	position:relative;
	display:block;
	color:#ffffff;
	padding:0px;
	margin:0px;
	font-size:18px;
	cursor:pointer;
	background:none;
	text-align:right;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-lower .search-box-btn:after{
	display:none;
}

.main-header .header-lower .search-box-outer .dropdown-menu{
	top:45px;
	right:0px;
	padding:0px;
	width:280px;
	margin-top:17px;
	border-radius:0px;
	border-top:3px solid #509cf9;
}

.main-header .header-lower .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .header-lower .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .header-lower .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	font-size:14px;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus{
	border-color:#509cf9;	
}

.main-header .header-lower .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

/*Language Dropdown*/

.main-header .header-lower .language{
	position:relative;
	line-height:1em;
	margin-top:3px;
	margin-left: 20px;
	display:inline-block;
}

.main-header .header-lower .language .flag-icon{
	margin-right:8px;
}

.main-header .header-lower .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto;
	width:170px;	
	border:none;
	padding:0px;
	margin-top:16px;
	border-radius:0px;
	background-color:#222222;
	border-top:3px solid #509cf9;
	transform:translate3d(0px, 0px, 0px) !important;
}

.main-header .header-lower .language > a{
	color:#ffffff;
	text-transform:capitalize;
	display:inline-block;
    border:0px;
	font-weight:400;
	font-size:16px;
	line-height:1em;
	padding:0px;
	border-radius: 0px;
}

.main-header .header-lower .language > a:after{
	display:none;
}

.main-header .header-lower .language a:hover{
	background:none;
}

.main-header .header-lower .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .header-lower .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-header .header-lower .language .dropdown-menu > li > a{
	padding:12px 20px !important;
	color:#ffffff;
	display: block;
	text-align:left;
	font-size: 14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-lower .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#509cf9;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#222222;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:4px 0px 4px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.sticky-header .main-menu .navigation > li > a{
	padding:19px 0px  !important;
	color:#ffffff !important;
}

.sticky-header .main-menu .navigation > li > a:after{
	display:none;
}

.main-header .nav-outer{
	position:relative;
	float: right;
}

.header-style-two .nav-outer{
	margin-top:0px;
	width:100%;
	float:none;
	text-align:center;
}

.header-style-two .nav-outer .main-menu{
	display:inline-block;
	width:auto;
	float:none !important;
}

.header-style-two .header-upper .main-menu{
	padding-right:0px;
}

.main-header .header-upper .logo-box{
	position: absolute;
	left:80px;
	z-index:1;
	padding: 0px 0px 0px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header.header-style-five .nav-outer{
	margin-top:0px;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .header-lower{
	position:relative;
	background-color:rgba(0,0,0,0.55);
}

.main-header .header-upper .main-menu{
	position:relative;
	float:left;
	padding-right:55px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-menu:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	height:100%;
	width:3000px;
	background-color:rgba(0,0,0,0.50);
}

.fixed-header .main-menu:before{
	display:none;
}

.fixed-header .main-menu{
	padding-right:0px;
}

.main-menu .navbar-collapse{
	padding:0px;
	float: left;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:40px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:last-child,
.header-style-two .main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-header .header-upper .upper-right{
	position:relative;
}

.main-header .header-upper .info-box{
	position:relative;
	color:#333333;
	font-weight:600;
	padding:22px 0px;
	padding-left:30px;
	padding-right:28px;
	margin-right:30px;
	display:inline-block;
	border-right:1px solid #ecebeb;
}

.main-header .header-upper .info-box .icon-box{
	position:absolute;
	left:0px;
	top:24px;
	color:#091394;
	font-size:20px;
	line-height:1em;
}

.main-header .header-upper .social-box{
	position:relative;
	float:right;
	padding:21px 0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	text-transform:capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:600;
	padding:30px 0px;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > a:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:0px;
	height:3px;
	background-color:#d5aa6d;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:hover > a::after,
.main-menu .navigation > li.current > a::after{
	width:100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
	text-align:left;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding: 0px 0px;
	background-color: #ffffff;
	border: 3px solid #d5aa6d;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul:before{
	position:absolute;
	content:'';
	left:0px;
	top:-30px;
	width:100%;
	height:30px;
	display:block;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 18px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#7c7b7b;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	padding-left:30px;
	background:#d5aa6d;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:14px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	text-align:left;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
	background-color: #ffffff;
	border: 3px solid #d5aa6d;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 18px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#7c7b7b;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	padding-left:30px;
	background:#d5aa6d;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	border-top:0px !important;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.header-style-two .outer-container{
	padding:0px 60px;
}

.header-style-two .main-menu .navigation > li{
	margin-right:30px;
}

.header-style-two .phone-number{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	padding-left:50px;
	margin-top:28px;
	z-index:1;
	margin-right:40px;
	font-family: 'Muli', sans-serif;
}

.header-style-two .phone-number .icon{
	position:relative;
	top:6px;
	font-size:26px;
	font-weight:400;
	margin-right:10px;
}

.header-style-two .header-upper .logo-box{
	position:relative;
	margin-left:0px;
	left:0px;
	z-index:1;
}

.header-style-two .main-menu:before{
	display:none;
}

.header-style-two .header-upper .search-box-btn{
	background:none;
	box-shadow:none;
}

.header-style-two .main-menu .navigation > li:hover > a::after,
.header-style-two .main-menu .navigation > li.current > a::after{
	width:30px;
	bottom:15px;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #ffffff;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar-wrapper {
	height: 100%;
	padding:0px 5px 30px 0px;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar .hidden-bar-closer {
	position: absolute;
	top: 20px;
	right:25px;
	font-size:18px;
	background: none;
	color: #ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button{
	background:none;
	cursor:pointer;
}

.hidden-bar .hidden-bar-closer:hover {
	color: #414857;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.hidden-bar .inner-box{
	position:relative;
	background-color: #ffffff;
	padding:135px 40px 100px;
}

.hidden-bar .inner-box .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.7em;
	margin-top:20px;
	margin-bottom:35px;
}

.hidden-bar .inner-box .cross-icon{
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	color:#555555;
	font-size:20px;
}

.hidden-bar .inner-box .lower-box{
	position:relative;
	text-align:center;
	margin-top:60px;
}

.hidden-bar .inner-box .lower-box .social-icons{
	position:relative;
}

.hidden-bar .inner-box .lower-box .social-icons li{
	position:relative;
	margin:0px 3px 5px;
	display:inline-block;
}

.hidden-bar .inner-box .lower-box .social-icons li a{
	position:relative;
	width:36px;
	height:36px;
	color:#ffffff;
	line-height:36px;
	line-height:36px;
	text-align:center;
	display:inline-block;
	border-radius:50%;
	background-color:#aaca54;
}

.hidden-bar .inner-box .lower-box .social-icons li.facebook a{
	background-color:#4e71a8;
}

.hidden-bar .inner-box .lower-box .social-icons li.twitter a{
	background-color:#1cb7eb;
}

.hidden-bar .inner-box .lower-box .social-icons li.pinterest a{
	background-color:#ca3737;
}

.hidden-bar .inner-box .lower-box .buy-btn{
	position:relative;
	font-size:14px;
	font-weight:600;
	padding:12px 25px;
	display:inline-block;
	border-radius:50px;
	color:#ffffff;
	margin-top:25px;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

.hidden-bar .inner-box .lower-box .buy-btn:hover{
	background-image: -ms-linear-gradient(left, #9d7146 0%, #D5AA6D 100%);
	background-image: -moz-linear-gradient(left, #9d7146 0%, #D5AA6D 100%);
	background-image: -o-linear-gradient(left, #9d7146 0%, #D5AA6D 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9d7146), color-stop(100, #D5AA6D));
	background-image: -webkit-linear-gradient(left, #9d7146 0%, #D5AA6D 100%);
	background-image: linear-gradient(to right, #9d7146 0%, #D5AA6D 100%);
}

.form-back-drop{
	position:fixed;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.70);
	visibility:hidden;
	z-index:9990;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.background-visible .form-back-drop{
	opacity:1;
	visibility:visible;
}


/*** 

====================================================================
	10. Banner Section
====================================================================

***/

.banner-section{
	position:relative;
}

.banner-section .slide{
	position:relative;
	padding:350px 0px 240px;
	background-size:cover;
}

.banner-section .content{
	position:relative;
	max-width:730px;
}

.banner-section .content .title{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:capitalize;
}

.banner-section .content h1{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.1em;
	margin-bottom:45px;
	font-size:60px;
	margin-top:22px;
}

.banner-section .content h1 span{
	font-style:italic;
	font-family: 'Playfair Display', serif;
	background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-section .owl-dots{
	display: none;
}

.banner-section .owl-dots{
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	text-align: center;
	display: none;
}

.banner-section .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    opacity: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-section:hover .owl-nav{
	opacity: 1;
}

.banner-section .owl-prev, 
.banner-section .owl-next{
	position: absolute;
	top: 0;
	left: 30px;
	height: 88px;
	width: 88px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 88px;
	border-radius:50%;
	background-color: rgba(25,21,20,0.52);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-next{
	left: auto;
	right: 30px;
}

.banner-section .owl-prev:hover, 
.banner-section .owl-next:hover{
	background-color: #d5aa6d;
	color: #ffffff;
}

/*** 

====================================================================
	Servuces Section
====================================================================

***/

.services-section{
	position:relative;
	padding:90px 0px 50px;
	background-color:#191514;
}

.services-section .icon-one{
	position:absolute;
	left:30px;
	bottom:0px;
	width:350px;
	height:224px;
	background-repeat:no-repeat;
}

.services-section .icon-two{
	position:absolute;
	right:0px;
	bottom:0px;
	width:146px;
	height:317px;
	background-repeat:no-repeat;
}

/* Services Block */

.services-block{
	position:relative;
	margin-bottom:35px;
}

.services-block .inner-box{
	position:relative;
	padding:30px 35px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block .inner-box .border-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:2px;
	background-color:#d4a96d;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block .inner-box .border-one:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:2px;
	height:0px;
	background-color:#d4a96d;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block .inner-box:hover .border-one:before{
	width:100%;
}

.services-block .inner-box:hover .border-one:after{
	height:100%;
}

.services-block .inner-box .border-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:2px;
	height:0px;
	background-color:#d4a96d;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block .inner-box .border-two:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:2px;
	background-color:#d4a96d;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block .inner-box:hover .border-two:before{
	height:100%;
}

.services-block .inner-box:hover .border-two:after{
	width:100%;
}

.services-block .inner-box .content{
	position:relative;
	padding-left:60px;
}

.services-block .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:20px;
	line-height:40px;
	text-align:center;
	font-weight:400;
	background-color:#9a7f59;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

.services-block .inner-box .content h6{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:10px;
}

.services-block .inner-box .content h6 a{
	position:relative;
	color:#ffffff;
	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 .content h6 a:hover{
	color:#d4a96d;
}

.services-block .inner-box .content .text{
	position:relative;
	color:#999999;
	font-size:14px;
	line-height:1.8em;
}

.services-block.style-two .inner-box{
	background-color:#252120;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:90px 0px 70px;
}

.about-section .image-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:846px;
	height:638px;
}

.about-section .image-layer:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.50);
}

.about-section .content-column{
	position:relative;
}

.about-section .content-column .inner-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column .section-title{
	margin-bottom:30px;
}

.about-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:35px;
}

.about-section .content-column .inner-column .text p{
	position:relative;
	font-size:16px;
	color:#191514;
	line-height:1.6em;
	margin-bottom:18px;
}

.about-section .content-column .inner-column .text p span{
	color:#a17448;
	text-decoration:underline;
}

.about-section .content-column .inner-column .text p a{
	text-decoration:underline;
}

.about-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.about-section .content-column .question{
	position:relative;
	font-size:16px;
	font-weight:700;
	color:#191514;
	margin-top:22px;
	padding-bottom:30px;
	margin-bottom:20px;
	border-bottom:1px dashed #b7b7b7;
}

.about-section .content-column .question a{
	position:relative;
	color:#191514;
	text-decoration:underline;
}

.about-section .content-column .question strong{
	position:relative;
	color:#191514;
	font-size:24px;
	font-weight:700;
	margin-left:5px;
	margin-bottom: 5px;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
}

.about-section .content-column .question .or{
	position:relative;
	margin-left:5px;
	color:#191514;
	display:inline-block;
}

.about-section .content-column .inner-column .signature{
	position:relative;
	padding-left:165px;
	padding-top:20px;
	min-height:105px;
}

.about-section .content-column .inner-column .signature .signature-img{
	position:absolute;
	left:0px;
	top:0px;
}

.about-section .content-column .inner-column .signature h5{
	position:relative;
	color:#191514;
	font-size:20px;
	font-weight:700;
	text-transform:capitalize;
}

.about-section .content-column .inner-column .signature .designation{
	position:relative;
	color:#7a7a7a;
	font-size:16px;
	margin-top:4px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .image-column .inner-column{
	position:relative;
	margin-left:60px;
	padding-top:120px;
}

.about-section .image-column .inner-column.style-two{
	padding-top:60px;
}

.about-section .image-column .inner-column .image{
	position:relative;
	max-width:300px;
	width:100%;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	padding:0px 30px 60px;
	background-color:rgba(255,255,255,0.90);
}

.about-section .image-column .inner-column .image .overlay-box .content{
	position:absolute;
	left:20px;
	bottom:60px;
}

.about-section .image-column .inner-column .image .overlay-box .content h2{
	position:relative;
	font-weight:700;
	font-size:120px;
	line-height:80px;
	color:#000000;
}

.about-section .image-column .inner-column .image .overlay-box .content h2 span{
	font-weight:400;
	display:block;
	font-size:24px;
	color:#000000;
}

/*** 

====================================================================
	Servuces Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding-top:90px;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.services-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.90);
}

.services-section-two .row{
	margin:0px -17px;
}

.services-section-two .services-block-two{
	padding:0px 17px;
}

.services-block-two{
	position:relative;
	margin-bottom:35px;
}

.services-block-two .inner-box{
	position:relative;
	text-align:center;
	padding:35px 30px 35px;
	border:2px dotted rgba(255,255,255,0.15);
}

.services-block-two.style-two .inner-box{
	border-color:#c9c9c9;
}

.services-block-two.style-two .inner-box h3{
	color:#191514;
}

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

.services-block-two .inner-box .icon-box .icon{
	position:relative;
	font-size:52px;
	color:#d5aa6d;
	line-height:1em;
	background: linear-gradient(to top, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-block-two .inner-box h3{
	position:relative;
	font-size:20px;
	color:#f9f8f8;
	font-weight:600;
	line-height:1.4em;
	margin:20px 0px 15px;
	letter-spacing:1px;
}

.services-block-two .inner-box h3 a{
	position:relative;
	color:#f9f8f8;
	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-two .inner-box h3 a:hover{
	color:#d2a76b;
}

.services-block-two .inner-box .text{
	position:relative;
	color:#999999;
	font-size:14px;
	line-height:1.9em;
}

.services-block-two .inner-box .overlay-box{
	position:absolute;
	left:-2px;
	top:-2px;
	right:-2px;
	bottom:-2px;
	opacity:0;
	color:#ffffff;
	text-align:center;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
	-moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	background-image: -ms-linear-gradient(top, #87E067 0%, #1bda99 100%);
	background-image: -moz-linear-gradient(top, #87E067 0%, #1bda99 100%);
	background-image: -o-linear-gradient(top, #87E067 0%, #1bda99 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #87E067), color-stop(100, #1bda99));
	background-image: -webkit-linear-gradient(top, #87E067 0%, #1bda99 100%);
	background-image: linear-gradient(to bottom, #87E067 0%, #1bda99 100%);
}

.services-block-two .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.90);
}

.services-block-two .inner-box .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 30px;
}

.services-block-two .inner-box .overlay-box .overlay-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-two .inner-box:hover .overlay-box{
	-moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
}

.services-block-two .inner-box .overlay-box .icon{
	position:relative;
	font-size:52px;
	color:#d5aa6d;
	line-height:1em;
	background: linear-gradient(to top, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-block-two .inner-box .overlay-box h4{
	position:relative;
	font-size:20px;
	color:#f9f8f8;
	font-weight:600;
	line-height:1.4em;
	margin:20px 0px 22px;
	letter-spacing:1px;
}

.services-block-two .inner-box .overlay-box h4 a{
	position:relative;
	color:#f9f8f8;
	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-two .inner-box .overlay-box h4 a:hover{
	color:#d2a76b;
}

.services-block-two .inner-box .overlay-box .overlay-text{
	position:relative;
	color:#999999;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:20px;
}

.services-section-two .lower-section{
	position:relative;
	padding-top:80px;
	padding-bottom:120px;
}

.services-section-two .lower-section .image{
	position:absolute;
	right:0px;
	bottom:0px;
}

.services-section-two .lower-section .carousel-box{
	position:relative;
	max-width:780px;
	width:100%;
	display:block;
	z-index:1;
}

.services-section-two .lower-section .carousel-box .content{
	position:relative;
	padding:60px 70px 70px;
	background-image: -ms-linear-gradient(left, #0F0F0F 0%, #383838 100%);
	background-image: -moz-linear-gradient(left, #0F0F0F 0%, #383838 100%);
	background-image: -o-linear-gradient(left, #0F0F0F 0%, #383838 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0F0F0F), color-stop(100, #383838));
	background-image: -webkit-linear-gradient(left, #0F0F0F 0%, #383838 100%);
	background-image: linear-gradient(to right, #0F0F0F 0%, #383838 100%);
}

.services-section-two .lower-section .owl-carousel .owl-stage-outer{
	padding-top:35px;
}

/* Testimonial Block */

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
}

.testimonial-block .inner-box .testimonial-content{
	position:relative;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#c6c6c6;
	font-size:16px;
	line-height:1.9em;
	padding-left:65px;
}

.testimonial-block .inner-box .quote-icon{
	position:absolute;
	left:0px;
	top:-38px;
	color:#2e2e2e;
	font-size:41px;
	line-height:1em;
}

.testimonial-block .inner-box .lower-box{
	position:relative;
	margin-top:28px;
}

.testimonial-block .inner-box .lower-box .box-inner{
	position:relative;
	padding-top:17px;
	padding-left:135px;
	min-height:92px;
}

.testimonial-block .inner-box .lower-box .box-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:92px;
	height:92px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block .inner-box .lower-box .box-inner h3{
	position:relative;
	font-size:17px;
	font-weight:600;
	color:#ffffff;
	font-family: 'Poppins', sans-serif;
}

.testimonial-block .inner-box .lower-box .box-inner .designation{
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#999999;
	margin-top:4px;
}

.services-section-two .lower-section .owl-nav{
	display:none;
}

.services-section-two .lower-section .owl-dots{
	position:absolute;
	right:0px;
}

.services-section-two .lower-section .owl-dots .owl-dot{
	position:relative;
	width:9px;
	height:9px;
	display:inline-block;
	border-radius:50%;
	margin:0px 6px;
	border:2px solid #333333;
	background-color:#bf9a65;
	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-section-two .lower-section .owl-dots .owl-dot:hover,
.services-section-two .lower-section .owl-dots .owl-dot.active{
	border-color:#bf9a65;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:90px 0px 70px;
}

.counter-section.style-two{
	padding-top:0px;
}

.counter-section .icon-one{
	position:absolute;
	left:30px;
	bottom:0px;
	width:313px;
	height:212px;
	background-repeat:no-repeat;
}

.counter-section .icon-two{
	position:absolute;
	right:0px;
	bottom:0px;
	width:301px;
	height:495px;
	background-repeat:no-repeat;
}

.counter-section .title-box{
	position:relative;
}

.counter-section .title-box p{
	position:relative;
	color:#191514;
	font-size:16px;
	line-height:1.8em;
	padding-top:30px;
}

/*Fact Counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
	padding:40px 10px;
	background-color:#191514;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .column:nth-child(1) .inner,
.fact-counter .column:nth-child(3) .inner{
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9d7146 100%);
}

.fact-counter .count-outer{
	position:relative;
	font-weight:700;
	color:#f4f4f4;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#f4f4f4;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:22px;
	font-weight:400;
	color:#f4f4f4;
	margin-top:14px;
	text-transform:capitalize;
	display:block;
}

.fact-counter .count-outer .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
	margin-top:6px;
	font-weight:400;
}

.fact-counter.style-two{
	padding-top:50px;
}

.fact-counter.style-two .column .inner{
	background:none;
	padding:0px;
}

.fact-counter.style-two .count-outer{
	color:#9d7146;
}

.fact-counter.style-two .count-outer .count-text{
	color:#d5aa6d;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact-counter.style-two .column .counter-title{
	color:#000000;
	font-size:15px;
	font-weight:600;
}

.fact-counter.style-two .count-outer .text{
	color:#999999;
	font-size:15px;
}

/* Style Three */

.fact-counter.style-three .column .inner{
	background:none;
	padding:0px;
}

.fact-counter.style-three .count-outer .icon{
	display:block;
	color:#d5aa6d;
	line-height:1em;
	margin-bottom:22px;
	font-size:34px;
	font-weight:400;
	background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact-counter.style-three .count-outer{
	color:#191514;
}

.fact-counter.style-three .count-outer .count-text{
	color:#191514;
}

.fact-counter.style-three .column .counter-title{
	color:#999999;
	font-size:18px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding-top:90px;
}

.team-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	bottom:67px;
	background-color:#191514;
}

.team-section .section-title .text{
	max-width:560px;
	padding-top:30px;
}

.team-section .section-title{
	margin-bottom:60px;
}

.team-section .team-block{
	padding:0px;
	float:left;
}

/* Team Block */

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

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

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .inner-box:hover .image img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.team-block .inner-box .lower-content{
	position:relative;
	margin-left:18px;
	margin-right:18px;
	margin-top:-70px;
	padding:30px 35px 30px;
	text-align:left;
	overflow:hidden;
	background-color:#f9f9fa;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-block .inner-box .lower-content h3{
	position:relative;
	color:#191514;
	font-size:18px;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Poppins', sans-serif;
}

.team-block .inner-box .lower-content h3 a{
	position:relative;
	color:#191514;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .inner-box .lower-content h3 a:hover{
	color:#d5aa6d;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	color:#7a7a7a;
	font-size:15px;
	margin-top:5px;
	line-height:1.3em;
}

.team-block .inner-box .lower-content .overlay-box{
	position:absolute;
	left:0px;
	top:-100%;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity:0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.team-block .inner-box:hover .lower-content .overlay-box{
	top:0%;
	opacity:1;
}

.team-block .inner-box .lower-content .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9d7146 100%);
}

.team-block .inner-box .lower-content .overlay-box .overlay-content{
	position:relative;
	padding:30px 35px 30px;
}

.team-block .inner-box .lower-content .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-right:40px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .title:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:2px;
	width:28px;
	height:1px;
	background-color:#ffffff;
}

.team-block .inner-box .lower-content .overlay-box .social-icons{
	position:relative;
	margin-top:6px;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li a{
	position:relative;
	color:#ffffff;
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section{
	position:relative;
	padding:85px 0px 90px;
}

.portfolio-section .outer-container{
	position:relative;
	padding:0px 35px;
}

.portfolio-section .outer-container .owl-dots,
.portfolio-section .outer-container .owl-nav{
	display:none;
}

.portfolio-block{
	position:relative;
}

.portfolio-block .inner-box{
	position:relative;
	overflow:hidden;
}

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

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

.portfolio-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
}

.portfolio-block .inner-box:hover .image .overlay-box .content{
	transform:translateX(-150%);
	-moz-transform:translateX(-150%);
	-webkit-transform:translateX(-150%);
	-ms-transform:translateX(-150%);
	-o-transform:translateX(-150%);
}

.portfolio-block .inner-box .image .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	bottom:0px;
	padding:0px 35px 25px;
}

.portfolio-block .inner-box .image .overlay-box .content{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.portfolio-block .inner-box .image .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-weight:600;
	font-size:14px;
	font-family: 'Muli', sans-serif;
}

.portfolio-block .inner-box .image .overlay-box h3{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:21px;
	line-height:1.3em;
	padding-right:20px;
	padding-top:12px;
	margin-top:12px;
	border-top:1px solid rgba(255,255,255,0.30);
}

.portfolio-block .inner-box .image .overlay-box h3:before{
	position:absolute;
	content:'';
	left:0px;
	top:-1px;
	width:45px;
	height:1px;
	background-color:#D5AA6D;
}

.portfolio-block .inner-box .image .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.portfolio-block .inner-box .image .overlay-link:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:0px;
	background-color:rgba(0,0,0,0.85);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.portfolio-block .inner-box:hover .image .overlay-link:before{
	height:100%;
}

.portfolio-block .inner-box .image .overlay-link .plus{
	position:absolute;
	left:50%;
	top:50%;
	opacity:0;
	width:70px;
	height:70px;
	color:#ffffff;
	font-size:20px;
	line-height:70px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	margin-left:-35px;
	margin-top:-115px;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9d7146 100%);
}

.portfolio-block .inner-box:hover .image .overlay-link .plus{
	opacity:1;
	margin-top:-35px;
	transition-delay: 500ms;
}

/*** 

====================================================================
	Form Section
====================================================================

***/

.form-section{
	position:relative;
	padding:90px 0px 70px;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.form-section .section-title{
	margin-bottom:50px;
}

.form-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.90);
}

.form-section .upper-content .info-column .list-style-two{
	padding-top:40px;
}

/*Default Form*/

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height:42px;
	font-size:15px;
	padding:8px 22px;
	background:rgba(255,255,255,0.20);
	color:#ffffff;
	border:1px solid #9d7146;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder{
	color:rgba(255,255,255,1);
}

.default-form textarea{
	height:170px;
	resize:none;
	color:#ffffff;
	font-size:16px;
	background:rgba(255,255,255,0.20);
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#ffffff;
}

.default-form .theme-btn{
	width:100%;
	font-size:16px;
	padding:12px 45px;
	border-radius:0px;
	text-transform:capitalize;
}

.default-form.style-two input,
.default-form.style-two textarea{
	background-color:#eef2f3;
	border-color:#eef2f3;
	color:#222222;
}

.default-form.style-two .form-group textarea::-webkit-input-placeholder,
.default-form.style-two .form-group input::-webkit-input-placeholder{
	color:#999999;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding-top:90px;
}

.news-section.style-two{
	padding-top:80px;
}

.news-section .section-title .text{
	max-width:560px;
	padding-top:30px;
	padding-left:15px;
}

.news-section .section-title{
	margin-bottom:60px;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
}

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

.news-block .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}



.news-block .inner-box:hover .image .overlay-box .plus{
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
}

.news-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:-100%;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.85;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(0,0,0,0.90);
}

.news-block .inner-box:hover .image .overlay-box:before{
	left:0%
}

.news-block .inner-box .lower-content{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	padding:30px 30px 35px;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:20px;
	color:#999999;
	font-size:14px;
	padding-left:22px;
	display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-block .inner-box .lower-content .post-meta li .fa{
	position:absolute;
	left:0px;
	top:0px;
	color:#999999;
	font-size:14px;
}

.news-block .inner-box .lower-content h5{
	position:relative;
	font-weight:700;
	line-height:1.6em;
	margin-top:8px;
	margin-bottom:24px;
}

.news-block .inner-box .lower-content h5 a{
	position:relative;
	color:#373434;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block .inner-box .lower-content h5 a:hover{
	color:#d5aa6d;
}

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section{
	position:relative;
	padding-top:90px;
}

.subscribe-section.style-two{
	padding-top:0px;
}

.subscribe-section .inner-container{
	position:relative;
	padding:30px 50px 50px;
	background-size:cover;
	box-shadow: inset 0px 10px 20px rgba(213,170,109,0.40);
}

.subscribe-section .inner-container h2{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1.4em;
	margin-bottom:20px;
}

/*Subscribe Form*/

.subscribe-form{
	position:relative;
	max-width:510px;
}

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	padding-right:152px;
}

.subscribe-form input{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	height:41px;
	font-size:14px;
	color:#ffffff;
	background:none;
	border:1px solid #d5aa6d;
	padding:10px 18px 10px 18px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.subscribe-form input[type="submit"],
.subscribe-form button{
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	color:#0b0505;
	font-size:15px;
	padding:9px 36px;
	font-weight:600;
	display:inline-block;
	text-transform:uppercase;
	box-shadow:0px 10px 20px rgba(213,170,109,0.20);
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9d7146 100%);
}

.subscribe-form input[type="submit"]:hover,
.subscribe-form button:hover{
	
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding:95px 0px 0px;
	background-color: #191514;
}

.main-footer .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:40px;
}

.main-footer .widgets-section{
	position:relative;
	padding-bottom:40px;
}

.main-footer .footer-widget h4{
	position:relative;
	font-weight:600;
	color:#ffffff;
	line-height:1.2em;
	margin-bottom:25px;
	text-transform:uppercase;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9em;
	margin-bottom: 30px;
}

/* List Link */

.list-link{
	position:relative;
}

.list-link li{
	position:relative;
	margin-bottom:15px;
}

.list-link li a{
	position:relative;
	color:#999999;
	font-size:14px;
	padding-left:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-link li a:hover{
	color:#ffffff;
	margin-left:8px;
	text-decoration:underline;
}

.list-link li a:before{
	position:absolute;
	 content: "\f105";
	left:0px;
	top:-3px;
	font-family: 'FontAwesome';
}

/*Gallery Widget*/

.main-footer .gallery-widget{
	position:relative;
}

.main-footer .gallery-widget .images-outer{
	position:relative;
	margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 3px;
	margin-bottom:6px;
}

.main-footer .gallery-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
	opacity:0.70;	
}

.main-footer .footer-bottom{
	position:relative;
	padding:18px 0px;
	background-color:#0b0505;
}

.main-footer .footer-bottom .copyright-column{
	position:relative;
}

.main-footer .footer-bottom .copyright-column .copyright{
	position:relative;
	color:#999999;
	font-size:14px;
}

.main-footer .footer-bottom .copyright-column .copyright a{
	color:#ffffff;
}

.main-footer .footer-bottom .social-column{
	position:relative;
	text-align:right;
}

.main-footer .footer-bottom .social-column ul{
	position:relative;
}

.main-footer .footer-bottom .social-column ul li{
	position:relative;
	margin-left:8px;
	display:inline-block;
}

.main-footer .footer-bottom .social-column ul li.follow{
	color:#999999;
	font-size:14px;
}

.main-footer .footer-bottom .social-column ul li a{
	position:relative;
	color:#999999;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .footer-bottom .social-column ul li a:hover{
	color:#d5aa6d;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position:relative;
	padding-top:150px;
}

.banner-section-two .left-side{
	position:absolute;
	left:0px;
	top:0px;
	width:30%;
	height:100%;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

.banner-section-two .left-side .icon-image{
	position:absolute;
	left:0px;
	bottom:0px;
	width:417px;
	height:334px;
	z-index:1;
	background:url(../images/icons/icon-5.png) no-repeat;
}

.banner-section-two .image-column{
	position:relative;
	z-index:1;
}

.banner-section-two .image-column .image{
	position:relative;
}

.banner-section-two .image-column .image img{
	position:relative;
}

.banner-section-two .content-column{
	position:relative;
}

.banner-section-two .content-column .inner-column{
	position:relative;
	padding-top:115px;
}

.banner-section-two .content-column h2{
	position:relative;
	color:#ffffff;
	font-size:56px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:15px;
}

.banner-section-two .content-column h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:75px;
	height:3px;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

.banner-section-two .content-column h2:after{
	position:absolute;
	content:'';
	left:85px;
	bottom:0px;
	right:80px;
	height:3px;
	background-color:rgba(255,255,255,0.50);
}

.banner-section-two .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	line-height:1.7em;
	margin-top:35px;
	margin-bottom:35px;
}

.banner-section-two .owl-dots{
	display: none;
}

.banner-section-two .owl-nav{
    position: absolute;
	right:0px;
    bottom: 0px;
    z-index: 99;
    opacity: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two:hover .owl-nav{
	opacity: 1;
}

.banner-section-two .owl-prev,
.banner-section-two .owl-next{
	position: relative;
	height: 60px;
	width: 60px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 58px;
	margin-left:4px;
	display:inline-block;
	border:1px solid rgba(255,255,255,0.20);
	background-color: rgba(255,255,255,0.10);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two .owl-prev:hover, 
.banner-section-two .owl-next:hover{
	background-color: #ffffff;
	border-color:#ffffff;
	color: #d3a86c;
}

/*** 

====================================================================
	Feature Section
====================================================================

***/

.feature-section{
	position:relative;
}

.feature-section .inner-container{
	position:relative;
	margin-top:-95px;
}

.feature-section .feature-block{
	float:left;
	z-index:1;
	padding:0px;
}

.feature-block{
	position:relative;
}

.feature-block .inner-box{
	position:relative;
	padding:50px 40px;
	overflow:hidden;
	background-color:#ffffff;
	box-shadow:0px 0px 40px rgba(0,0,0,0.15);
}

.feature-block .inner-box:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:0px;
	height:100%;
	background-color:#191514;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.feature-block .inner-box:hover:before{
	width:100%;
}

.feature-block .inner-box .big-icon{
	position:absolute;
	right:-120px;
	top:-10px;
	line-height:1em;
	font-size:90px;
	color:rgba(255,255,255,0.20);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.feature-block .inner-box:hover .big-icon{
	right:-20px;
	transition-delay: 500ms;
}

.feature-block .inner-box .content{
	position:relative;
	padding-left:62px;
}

.feature-block .inner-box .content .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	font-size:36px;
	line-height:1em;
	color:#d5aa6d;
	line-height:1em;
	background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-block .inner-box .content .title{
	position:relative;
	color:#999999;
	font-size:18px;
	font-weight:500;
}

.feature-block .inner-box .content h4{
	position:relative;
	color:#191514;
	font-size:26px;
	font-weight:700;
	margin-top:4px;
	line-height:1.3em;
	display:inline-block;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.feature-block .inner-box:hover .content h4{
	color:#ffffff;
}

/*Video Box*/

.video-box{
	position:relative;
	border-radius:25px;
	overflow:hidden;
}

.video-box .video-image{
	position:relative;
	margin:0px;
	box-shadow:0px 10px 40px rgba(0,0,0,0.20);
}

.video-box .video-image img{
	position:relative;
	width:100%;
	z-index:3;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 80px;
	box-shadow:inset 0 0 45px rgba(0,0,0,0.40);
	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;
}

.video-box .overlay-box span{
	position: absolute;
	width:80px;
	height: 80px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:20px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: inline-block;
	margin-top: -50px;
	margin-left:-50px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
	
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

/*** 

====================================================================
	Feature Section Two
====================================================================

***/

.feature-section-two{
	position:relative;
	padding-bottom:80px;
}

.feature-section-two .inner-container{
	position:relative;
	padding-top:45px;
	border-top:5px solid #e1e1e1;
}

.feature-block-two .fill-line{
	position:absolute;
	left:15px;
	top:-50px;
	width:0px;
	height:5px;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

.feature-block-two:hover .fill-line{
	width:50%;
	margin-left:-11px;
}

.feature-block-two{
	position:relative;
	margin-bottom:30px;
}

.feature-block-two .inner-box{
	position:relative;
	text-align:center;
}

.feature-block-two .inner-box .year{
	position:absolute;
	top:-90px;
	left:0px;
	right:0px;
	text-align:center;
	color:#191514;
	font-size:14px;
	font-weight:700;
	line-height:1.3em;
}

.feature-block-two .inner-box .year:before{
	position:absolute;
	content:'';
	width:22px;
	height:22px;
	left:50%;
	bottom:-35px;
	border-radius:50%;
	margin-left:-11px;
	background-color:#e1e1e1;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.20);
}

.feature-block-two .inner-box h3{
	position:relative;
	color:#191514;
	font-size:18px;
	font-weight:700;
	line-height:1.3em;
	opacity:0.4;
	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;
}

.feature-block-two .inner-box .text{
	position:relative;
	color:#191514;
	font-size:14px;
	line-height:1.9em;
	margin-top:12px;
	opacity:0.4;
	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;
}

.feature-block-two .inner-box:hover h3,
.feature-block-two .inner-box:hover .text{
	opacity:1;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:90px 0px 60px;
	background-color:#191514;
}

.services-section-three .icon-one{
	position:absolute;
	left:0px;
	top:150px;
	width:158px;
	height:188px;
}

.services-section-three .icon-two{
	position:absolute;
	right:0px;
	bottom:100px;
	width:201px;
	height:399px;
}

.services-section-three .blocks-column{
	position:relative;
}

.services-section-three .blocks-column .inner-column{
	position:relative;
	margin-right:-70px;
}

/* Services Block */

.services-block-three{
	position:relative;
	margin-bottom:35px;
}

.services-block-three .inner-box{
	position:relative;
	padding:30px 35px;
	background-color:#252120;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-three .inner-box .border-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:2px;
	background-color:#d4a96d;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-three .inner-box .border-one:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:2px;
	height:0px;
	background-color:#d4a96d;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-three .inner-box:hover .border-one:before{
	width:100%;
}

.services-block-three .inner-box:hover .border-one:after{
	height:100%;
}

.services-block-three .inner-box .border-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:2px;
	height:0px;
	background-color:#d4a96d;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-three .inner-box .border-two:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:2px;
	background-color:#d4a96d;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-three .inner-box:hover .border-two:before{
	height:100%;
}

.services-block-three .inner-box:hover .border-two:after{
	width:100%;
}

.services-block-three .inner-box .content{
	position:relative;
	padding-left:60px;
}

.services-block-three .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:20px;
	line-height:40px;
	text-align:center;
	font-weight:400;
	background-color:#9a7f59;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

.services-block-three .inner-box .content h6{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:10px;
}

.services-block-three .inner-box .content h6 a{
	position:relative;
	color:#ffffff;
	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-three .inner-box .content h6 a:hover{
	color:#d4a96d;
}

.services-block-three .inner-box .content .text{
	position:relative;
	color:#999999;
	font-size:14px;
	line-height:1.8em;
}

.services-block-three .inner-box:hover{
	background:none;
}

.services-section-three .image-column{
	position:relative;
	margin-bottom:40px;
}

.services-section-three .image-column .inner-column{
	position:relative;
	margin-left:-30px;
}

.services-section-three .image-column .inner-column .image{
	position:relative;
	max-width:300px;
	width:100%;
	float:right;
}

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

.services-section-three .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	padding:0px 30px 60px;
	background-color:rgba(255,255,255,0.95);
}

.services-section-three .image-column .inner-column .image .overlay-box .content{
	position:absolute;
	left:20px;
	bottom:60px;
}

.services-section-three .image-column .inner-column .image .overlay-box .content h2{
	position:relative;
	font-weight:700;
	font-size:120px;
	line-height:80px;
	color:#000000;
}

.services-section-three .image-column .inner-column .image .overlay-box .content h2 span{
	font-weight:400;
	display:block;
	font-size:24px;
	color:#000000;
	font-family: 'Playfair Display', serif;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:90px 0px;
}

.testimonial-section .section-title{
	margin-bottom:60px;
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
	padding-left:30px;
	border-left:4px solid #a77b4d;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#191514;
	font-size:18px;
	font-weight:600;
	line-height:1.7em;
}

.testimonial-block-two .inner-box .author-post{
	position:relative;
	margin-top:25px;
}

.testimonial-block-two .inner-box .author-post .author-inner{
	position:relative;
	min-height:77px;
	padding-left:95px;
	padding-top:10px;
}

.testimonial-block-two .inner-box .author-post .author-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:77px;
	height:77px;
	border-radius:50%;
	overflow:hidden;
	box-shadow:0px 0px 15px rgba(0,0,0,0.20);
}

.testimonial-block-two .inner-box .author-post .author-inner h3{
	position:relative;
	color:#191514;
	font-size:20px;
	font-weight:600;
	line-height:1.3em;
}

.testimonial-block-two .inner-box .author-post .author-inner .designation{
	position:relative;
	color:#6f6f6f;
	font-size:14px;
	font-weight:400;
	line-height:1.3em;
	margin-top:4px;
}

.testimonial-section .owl-nav{
	display:none;
}

.testimonial-section .owl-dots{
	position:absolute;
	right:0px;
	top:-70px;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	border-radius:50%;
	margin-left:8px;
	display:inline-block;
	background-color:#dddddd;
	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;
}

.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover{
	background-color:#c69b63;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

 ***/

.contact-form-section{
	position:relative;
}

.contact-form-section .map-section{
    position: absolute;
    left: 0px;
    top: 150px;
    right: 0px;
    bottom: 0px;
}

.contact-form-section .map-section .map-canvas{
	height:580px;
}

.contact-form-section .inner-container{
	position:relative;
	z-index:1;
	padding:55px 60px 55px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.contact-form-section .inner-container h2{
	position:relative;
	color:#012068;
	font-weight:700;
	line-height:1.4em;
}

.contact-form-section .inner-container h2 span{
	font-style:italic;
	color:#3241ff;
	font-family: 'Playfair Display', serif;
}

.contact-form-section .info-column{
	position:relative;
}

.contact-form-section .info-column .inner-column{
	position:relative;
}

.contact-form-section .info-column .inner-column .text{
	position:relative;
	color:#1a1e66;
	font-size:16px;
	line-height:1.7em;
	margin-top:25px;
	margin-bottom:15px;
}

.contact-form-section .form-column{
	position:relative;
}

.contact-form-section .form-column .inner-column{
	position:relative;
	padding-top:30px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:210px 0px 90px;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-position:center top;
}

.page-title:before{
	position:absolute;
	left:0px;
	top:0px;
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(10,18,20,0.24);
}

.page-title .content{
	position:relative;
	text-align:center;
}

.page-title .content h1{
	position:relative;
	color:#ffffff;
	font-size:36px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:15px;
	text-transform:capitalize;
}

.page-title .page-breadcrumb{
	position:relative;
}

.page-title .page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:10px;
	color:#d5aa6d;
	font-weight:400;
	font-size:16px;
}

.page-title .page-breadcrumb li:after{
	position:absolute;
	content: "\f105";
	right:-4px;
	top:1px;
	color:#ffffff;
	font-family: 'FontAwesome';
}

.page-title .page-breadcrumb li:last-child::after{
	display:none;
}

.page-title .page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-title .page-breadcrumb li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.page-title .page-breadcrumb li a:hover{
	color:#d5aa6d;
}

/*** 

====================================================================
	Testimonial Page Section
====================================================================

***/

.testimonial-page-section{
	position:relative;
	padding-top:90px;
}

.testimonial-page-section .section-title{
	margin-bottom:100px;
}

/* Testimonial Block Three */

.testimonial-block-three{
	position:relative;
	margin-bottom:130px;
}

.testimonial-block-three .inner-box{
	position:relative;
	text-align:center;
	padding:35px 30px;
	background-color:#ffffff;
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
}

.testimonial-block-three .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:0px;
	height:5px;
	background-color:#d5aa6d;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.testimonial-block-three .inner-box:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:5px;
	background-color:#d5aa6d;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.testimonial-block-three .inner-box:hover::before,
.testimonial-block-three .inner-box:hover::after{
	width:100%;
}

.testimonial-block-three .inner-box .quote-icon{
	position:absolute;
	right:45px;
	top:-20px;
	color:#e0e0e0;
	font-size:60px;
	line-height:1em;
	-moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-block-three .inner-box:hover{
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.testimonial-block-three .inner-box:hover .quote-icon{
	color:#d5aa6d;
}

.testimonial-block-three .inner-box .image-outer{
	position:relative;
	display:inline-block;
}

.testimonial-block-three .inner-box .image{
	position:relative;
	width:76px;
	height:76px;
	overflow:hidden;
	margin:0 auto;
	border-radius:50px;
}

.testimonial-block-three .inner-box .image-outer:before{
	position:absolute;
	content:'';
	left:-4px;
	top:-4px;
	right:-4px;
	bottom:-4px;
	border-radius:50px;
	border:2px solid #d5aa6d;
}

.testimonial-block-three .inner-box .text{
	position:relative;
	color:#000000;
	font-size:16px;
	line-height:1.7em;
	margin-top:20px;
	margin-bottom:10px;
}

.testimonial-block-three .inner-box h5{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height:1.7em;
    color: #d5aa6d;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-block-three .inner-box .designation{
	position:relative;
	color:#9c9c9c;
	font-size:15px;
	font-weight:400;
	line-height:1.4em;
}

/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four{
	position:relative;
	padding-top:90px;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	padding-top:70px;
}

/*** 

====================================================================
	Pricing Tabs Style
====================================================================

***/

.pricing-info-tabs .pricing-tabs{
	position:relative;
}

.pricing-tabs .tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:75px;
}

.pricing-tabs .tab-btns .tab-btn{
	position:relative;
	display:inline-block;
	font-size:18px;
	color:#1a1e66;
	font-weight:400;
	line-height:24px;
	cursor:pointer;
	margin:0px 10px;
	text-transform:capitalize;
	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;
}

.pricing-tabs .tab-btns .tab-btn .save{
	color:#1a1e66;
	font-size:14px;
	font-weight:700;
	padding:5px 16px;
	border-radius:4px;
	margin-left:10px;
	display:inline-block;
	background-color:#dcdcdc;
}

.pricing-tabs .tab-btns .tab-btn .circle{
	position:relative;
	width:18px;
	height:18px;
	top:3px;
	margin-right:8px;
	border-radius:50px;
	display:inline-block;
	border:2px solid #b8b5b5;
	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;
}

.pricing-tabs .tab-btns .tab-btn:hover,
.pricing-tabs .tab-btns .tab-btn.active-btn{
	color:#1a1e66;
}

.pricing-tabs .tab-btns .tab-btn .circle:before{
	position:absolute;
	content:'';
	left:4px;
	top:4px;
	width:6px;
	height:6px;
	opacity:0;
	border-radius:50px;
	background-color:#cca167;
	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;
}

.pricing-tabs .tab-btns .tab-btn:hover .circle,
.pricing-tabs .tab-btns .tab-btn.active-btn .circle{
	border-color:#cca167;
}

.pricing-tabs .tab-btns .tab-btn:hover .circle::before,
.pricing-tabs .tab-btns .tab-btn.active-btn .circle::before{
	opacity:1;
}

.pricing-tabs .tabs-content{
	position:relative;
}

.pricing-tabs .tabs-content .tab{
	position:relative;
	display:none;
	margin-top:120px;
	transition:all 1000ms ease;
	-moz-transition:all 1000ms ease;
	-webkit-transition:all 1000ms ease;
	-ms-transition:all 1000ms ease;
	-o-transition:all 1000ms ease;
}

.pricing-tabs .tabs-content .tab.active-tab{
	display:block;
	margin-top:0px;
}

/* Price Block */

.price-block{
	position:relative;
	margin-bottom:30px;
}

.price-block .inner-box{
	position:relative;
	border-radius:10px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.price-block .inner-box .title-box{
	position:relative;
	text-align:center;
	padding:30px 25px 25px;
}

.price-block .inner-box .title-box .icon{
	position:relative;
	line-height:1em;
	color: #d5aa6d;
    line-height: 1em;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size:60px;
}

.price-block .inner-box .title-box h5{
	position:relative;
	color:#012068;
	font-weight:700;
	line-height:1.3em;
	margin-top:14px;
}

.price-block .inner-box .title-box .text{
	position:relative;
	font-size:16px;
	color:#1a1e66;
	line-height:1.7em;
}

.price-block .inner-box .price{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:36px;
	font-weight:600;
	line-height:1.2em;
	padding:5px 10px 5px;
	text-align:center;
	background-color:#b5b5b5;
}

.price-block .inner-box .price span{
	position:relative;
	font-weight:300;
	font-size:16px;
}

.price-block .inner-box .lower-box{
	position:relative;
	padding:35px 20px 30px;
}

.price-block .inner-box .price-list{
	position:relative;
	margin-bottom:35px;
}

.price-block .inner-box .price-list li{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:400;
	margin-bottom:8px;
	text-align:center;
	padding:0px 0px 0px 0px;
	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;
}

.price-block .inner-box .lower-box .theme-btn{
	width:100%;
	text-align:center;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:90px 0px 0px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .padding-right{
	padding-right:30px;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 40px;
}

.sidebar-title{
	position:relative;
	margin-bottom:25px;
}

.sidebar-title h4{
    position: relative;
    color: #191514;
    font-weight:500;
	line-height:1.2em;
}

/*Blog Category*/

.blog-cat{
	position:relative;
}

.blog-cat li{
	position:relative;
	margin-bottom:7px;
}

.blog-cat li a{
	position:relative;
	color:#191514;
	font-size:18px;
	font-weight:600;
	display:block;
	border:1px solid #d7d7d7;
	padding:16px 15px 16px 25px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.blog-cat li a:before{
	position:absolute;
	content:'\f105';
	right:22px;
	top:15px;
	color:#012068;
	font-size:22px;
	font-family: 'FontAwesome';
}

.blog-cat li.active a::before,
.blog-cat li a:hover::before{
	color:#ffffff;
}

.blog-cat li.active a,
.blog-cat li a:hover{
	color:#ffffff;
	border-color:#D5AA6D;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

/* Contact Widget */

.contact-widget{
	position:relative;
}

.contact-widget ul{
	position:relative;
}

.contact-widget ul li{
	position:relative;
	color:#666666;
	font-size:18px;
	line-height:1.7em;
	padding-left:35px;
	margin-bottom:12px;
}

.contact-widget ul li .icon{
	position:absolute;
	left:0px;
	top:5px;
	font-size:24px;
	line-height:1em;
	background: -webkit-gradient(linear, left top, left bottom, from(#b68b58), to(#a17549));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Brochures Widget */

.brochures-widget{
	position:relative;
}

.brochures-widget .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:22px;
}

.brochures-widget .files{
	position:relative;
}

.brochures-widget .files li{
	position:relative;
	margin-bottom:10px;	
}

.brochures-widget .files li:last-child{
	margin-bottom:0;	
}

.brochures-widget .files li a{
	position:relative;
	display:block;
	color:#00000a;
	font-size:16px;
	font-weight:700;
	line-height:24px;
	padding:13px 30px;
	border:1px solid #cdcbcb;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
}

.brochures-widget .files li a span{
	position:relative;
	line-height:24px;
	padding-right:15px;
	color:#d5aa6d;
	font-size:24px;
}

.brochures-widget .files li a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0%;
	height:100%;
	z-index:-1;
	opacity:0;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

.brochures-widget .files li a:hover span{
	color:#ffffff;
}

.brochures-widget .files li a:hover{
	color:#ffffff;
}

.brochures-widget .files li a:hover::before{
	width:100%;
	opacity:1;
}

/* Services Single */

.services-single{
	position:relative;
}

.services-single h4{
	position:relative;
	color:#191514;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:25px;
}

.services-single .text{
	position:relative;
}

.services-single .text p{
	position:relative;
	color:#666666;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:20px;
}

.services-single .services-gallery{
	position:relative;
	margin-top:60px;
	margin-bottom:70px;
}

.services-single .services-gallery .owl-nav{
	display:none;
}

.services-single .services-gallery .owl-dots{
	position:relative;
	text-align:center;
	margin-top:35px;
}

.services-single .services-gallery .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	margin:0px 15px;
	border-radius:50px;
	display:inline-block;
	background-color:#c6c6c6;
	border:2px solid #ffffff;
	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-single .services-gallery .owl-dots .owl-dot:hover,
.services-single .services-gallery .owl-dots .owl-dot.active{
	background-color:#d4a96c;
	border:2px solid #d4a96c;
}

/*** 

====================================================================
	Service Tabs Style
====================================================================

***/

.services-single .service-tabs{
	position:relative;
	margin-bottom:60px;
}

.services-single .service-tabs .tab-btns{
	position:relative;
	text-align:center;
	background-color:#e9e9e9;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.20);
}

.services-single .service-tabs .tab-btns .tab-btn{
	position:relative;
	font-size:18px;
	color:#191514;
	font-weight:500;
	line-height:24px;
	cursor:pointer;
	width:33%;
	display:inline-block;
	padding:11px 28px 9px;
	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;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.services-single .service-tabs .tab-btns .tab-btn i{
	position:relative;
	z-index:1;
	font-style:normal;
}

.services-single .service-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:0%;
	z-index:1;
	display:block;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

.services-single .service-tabs .tab-btns .tab-btn:hover,
.services-single .service-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
}

.services-single .service-tabs .tab-btns .tab-btn:hover::before,
.services-single .service-tabs .tab-btns .tab-btn.active-btn::before{
	height:100%;
}

.services-single .service-tabs .tabs-content{
	position:relative;
	padding-top:25px;
}

.services-single .service-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.services-single .service-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.services-single .service-tabs .tabs-content .tab .content{
	position:relative;
}

.services-single .service-tabs .tabs-content .tab .content .text{
	position:relative;
}

.services-single .service-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:16px;
	line-height:1.8em;
	color:#666666;
	margin-bottom:20px;
}

/* More Services */

.more-services{
	position:relative;
	margin-top:10px;
}

.more-services a{
	position:relative;
	color:#666666;
	font-size:18px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
}

.more-services a:hover{
	color:#191514;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

 ***/

.contact-page-section{
	position:relative;
	padding-top:95px;
}

.contact-page-section .map-section{
    position: absolute;
    left: 0px;
    top: 150px;
    right: 0px;
    bottom: 0px;
}

.contact-page-section .map-section .map-canvas{
	height:580px;
}

.contact-page-section .inner-container{
	position:relative;
	z-index:1;
	padding:55px 60px 55px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.contact-page-section .inner-container h2{
	position:relative;
	color:#191514;
	font-weight:700;
	line-height:1.2em;
}

.contact-page-section .inner-container h2 span{
	font-style:italic;
	color:#a17549;
	font-family: 'Playfair Display', serif;
}

.contact-page-section .info-column{
	position:relative;
}

.contact-page-section .info-column .inner-column{
	position:relative;
}

.contact-page-section .info-column .inner-column .text{
	position:relative;
	color:#191514;
	font-size:16px;
	line-height:1.7em;
	margin-top:25px;
	margin-bottom:15px;
}

.contact-page-section .form-column{
	position:relative;
}

.contact-page-section .form-column .inner-column{
	position:relative;
	padding-top:30px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

/*Contact Form*/

.contact-form{
	position:relative;
}

.contact-form .form-grou{
	position:relative;
	margin-bottom:16px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
	display:block;
	width:100%;
	line-height:23px;
	height:45px;
	font-size:14px;
	padding:10px 24px;
	background:#eef1f5;
	color:#000000;
	border:1px solid #eef1f5;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.contact-form textarea{
	height:110px;
	resize:none;
	font-size:14px;
	background:#eef1f5;
	border:1px solid #eef1f5;
}

.contact-form .form-group .ui-selectmenu-button.ui-button{
	font-size:14px;
}

.contact-form .form-group .ui-selectmenu-button.ui-button{
	float:none;
	background-color:#eef1f5;
}

.contact-form .form-group .ui-state-active, .contact-form .form-group .ui-widget-content .ui-state-active{
	background-color:#2937e8;
	border-color:#2937e8;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="password"]:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#d2a76b;
}

.contact-form .theme-btn{
	color:#ffffff;
	font-size:16px;
	margin-top:10px;
	padding:12px 42px;
	cursor: pointer;
	font-weight:400;
	letter-spacing:1px;
	text-transform:capitalize;
}

.contact-info-section{
	position:relative;
	margin-top:-90px;
	padding:160px 0px 50px;
	background-repeat:no-repeat;
	background-size:cover;
}

.contact-info-section .column{
	margin-bottom:30px;
}

.contact-info-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.80);
}

.contact-info-section h4{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:20px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:16px;
	font-style:normal;
	line-height:25px;
	color:#797979;
	float:left;
	border-radius:0px;
	border:0px;
	padding:10px 20px;
	background:#ffffff;
}

.form-group .ui-button .ui-icon{
	background: none;
    position: relative;
    top: -1px;
    text-indent: 0px;
    color: #333333;
    font-size: 20px;
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:30px;
	display:block;
	color:#001a57;
	line-height:23px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#d1a56a;
	border-color:#d1a56a;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
}

/*** 

====================================================================
	Portfolio Section Two
====================================================================

***/

.portfolio-section-two{
	position:relative;
	padding:95px 0px 0px;
}

.portfolio-section-two .filters{
	position:relative;
	margin-bottom:55px;
}

.portfolio-section-two .filters .filter-tabs{
	position:relative;
}

.portfolio-section-two .filters li{
	position: relative;
    display: inline-block;
    color: #191514;
	padding:0px 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
	margin:0px 12px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.portfolio-section-two .filters li:after{
	position:absolute;
	content:'/';
	right:-12px;
	top:1px;
	font-size:14px;
	color: #191514;
}

.portfolio-section-two .filters li:last-child::after{
	display:none;
}

.portfolio-section-two .filters .filter.active,
.portfolio-section-two .filters .filter:hover{
    color:#222222;
}

.portfolio-section-two .filters li:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-8px;
	height:4px;
	width:0px;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.portfolio-section-two .filters li:hover:before,
.portfolio-section-two .filters li.active::before{
	width:100%;
}

/* Portfolio Block Two */

.portfolio-block-two{
	position:relative;
	margin-bottom:50px;
}

.portfolio-block-two .inner-box{
	position:relative;
	overflow:hidden;
}

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

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

.portfolio-block-two .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.portfolio-block-two .inner-box .image .overlay-box .plus{
	position:absolute;
	left:50%;
	top:50%;
	width:54px;
	height:54px;
	color:#a3774a;
	font-size:18px;
	line-height:54px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	margin-left:-27px;
	margin-top:-27px;
	transform:scale(0,0);
	-moz-transform:scale(0,0);
	-webkit-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.portfolio-block-two .inner-box:hover .image .overlay-box .plus{
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
}

.portfolio-block-two .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	right:-100%;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.85;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(0,0,0,0.80);
}

.portfolio-block-two .inner-box:hover .image .overlay-box:before{
	right:0%
}

.portfolio-block-two .inner-box .lower-content{
	position:relative;
	padding-top:20px;
}

.portfolio-block-two .inner-box .lower-content h5{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:4px;
}

.portfolio-block-two .inner-box .lower-content h5 a{
	position:relative;
	color:#191514;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.portfolio-block-two .inner-box .lower-content h5 a:hover{
	color:#cea268;
}

.portfolio-block-two .inner-box .lower-content .designation{
	position:relative;
	color:#666666;
	font-size:14px;
}

.portfolio-block-two.mix{
	display:none;
}

/* Project Block Three */

.project-block-three{
	position:relative;
	margin-bottom:30px;
}

.project-block-three .inner-box{
	position:relative;
}

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

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

.project-block-three .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	padding:45px 45px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

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

.project-block-three .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(0,0,0,0.80);
}

.project-block-three .inner-box .image .overlay-box .overlay-inner{
	position:relative;
	height:100%;
}

.project-block-three .inner-box .image .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:14px;
	margin-bottom:6px;
	letter-spacing:1px;
}

.project-block-three .inner-box .image .overlay-box h5{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
}

.project-block-three .inner-box .image .overlay-box h5 a{
	position:relative;
	color:#ffffff;
}

.project-block-three .inner-box .image .overlay-box .plus{
	position:absolute;
	right:0px;
	bottom:0px;
	width:54px;
	height:54px;
	color:#9e7146;
	font-size:18px;
	line-height:54px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

/*** 

====================================================================
	Portfolio Single Section
====================================================================

***/

.portfolio-single-section{
	position:relative;
	padding:85px 0px 0px;
}

.portfolio-single-section .section-title{
	margin-bottom:50px;
}

.portfolio-single-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.portfolio-single-section .image-column .inner-column{
	position:relative;
}

.portfolio-single-section .image-column .inner-column .image{
	position:relative;
}

.portfolio-single-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.portfolio-single-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.portfolio-single-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-left:50px;
}

.portfolio-single-section .content-column .inner-column h3{
	position:relative;
	color:#191514;
	line-height:1.3em;
	font-weight:700;
	margin-bottom:20px;
}

.portfolio-single-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:30px;
}

.portfolio-single-section .content-column .inner-column .text p{
	position:relative;
	color:#656565;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:20px;
}

.portfolio-single-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.portfolio-single-section .content-column .inner-column .project-list{
	position:relative;
}

.portfolio-single-section .content-column .inner-column .project-list li{
	position:relative;
	color:#666666;
	font-size:15px;
	padding-left:20px;
	margin-bottom:10px;
}

.portfolio-single-section .content-column .inner-column .project-list li strong{
	font-weight:600;
	color:#191514;
}

.portfolio-single-section .content-column .inner-column .project-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#a07448;
	font-size:14px;
}

.portfolio-single-section .lower-section{
	position:relative;
	margin-top:40px;
}

/*** 

====================================================================
	Blog Page Section
====================================================================

***/

.blog-page-section{
	position:relative;
	background-color: #222222;
	padding-top:200px;
}

.blog-page-section .news-block{
	margin-bottom:50px;
}

/* Blog Single */

.blog-single{
	position:relative;
}

.blog-single .inner-box{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	box-shadow:0px 0px 15px rgba(0,0,0,0.20);
}

.blog-single .inner-box .image{
	position:relative;
}

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

.blog-single .inner-box .lower-content{
	position:relative;
	padding:25px 25px;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
	margin-bottom:18px;
	padding-bottom:16px;
	border-bottom:1px solid #ececf0;
}

.blog-single .inner-box .lower-content .post-meta:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:2px;
	width:40px;
	background-color:#d3a86c;
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:20px;
	color:#999999;
	font-size:14px;
	font-weight:600;
	padding-left:22px;
	display:inline-block;
}

.blog-single .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.blog-single .inner-box .lower-content .post-meta li .fa{
	position:absolute;
	left:0px;
	top:0px;
	color:#999999;
	font-size:14px;
}

.blog-single .inner-box .lower-content h4{
	position:relative;
	color:#191514;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:13px;
	margin-top:20px;
	margin-bottom:28px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
}

.blog-single .inner-box .lower-content .text .news-gallery{
	position:relative;
	margin-top:30px;
}

.blog-single .inner-box .lower-content .text .news-gallery .row{
	margin:0px -12px;
}

.blog-single .inner-box .lower-content .text .news-gallery .column{
	padding:0px 12px;
	margin-bottom:24px;
}

.blog-single .inner-box .lower-content .text h5{
	position:relative;
	color:#191514;
	font-weight:500;
	line-height:1.4em;
	margin-top:15px;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text p a{
	color:#666666;
	font-weight:600;
	text-decoration:underline;
}

.blog-single .inner-box .lower-content blockquote{
	position:relative;
	border:none;
	padding:0px;
	margin-top:40px;
	margin-bottom:30px;
	background-color:#f4f7fc;
	padding:45px 30px 45px 110px;
}

.blog-single .inner-box .lower-content blockquote .quote-icon{
	position:absolute;
	left:-20px;
	top:-20px;
	width:113px;
	height:113px;
	color:#d5aa6d;
	font-size:40px;
	line-height:113px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
}

.blog-single .inner-box .lower-content blockquote .quote-text{
	position:relative;
	font-size:20px;
	color:#191514;
	font-weight:400;
	line-height:1.7em;
}

/* Post Share Options */

.blog-single .post-share-options{
	position:relative;
	padding-top:55px;
	padding-left:40px;
	padding-right:40px;
	margin-bottom:32px;
}

.blog-single .post-share-options .post-share-inner{
	position:relative;
}

.blog-single .post-share-options .post-tags{
	position:relative;
}

.blog-single .post-share-options .post-tags span{
	position:relative;
	font-size:15px;
	font-weight:500;
	color:#191514;
	margin-right:15px;
	font-family: 'Poppins', sans-serif;
}

.blog-single .post-share-options .post-tags a{
	position:relative;
	padding:8px 20px;
	color:#191514;
	margin-right:4px;
	margin-bottom:4px;
	border-radius:50px;
	display:inline-block;
	background-color:#f4f7fc;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.blog-single .post-share-options .post-tags a:hover{
	color:#ffffff;
	background-color:#9e7247;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

.blog-single .post-share-options .social-links{
	position:relative;
	margin-top:5px;
}

.blog-single .post-share-options .social-links li{
	position:relative;
	margin-left:2px;
	display:inline-block;
}

.blog-single .post-share-options .social-links li.twitter a{
	background-color:#55acee;
}

.blog-single .post-share-options .social-links li.google-plus a{
	background-color:#dd4b39;
}

.blog-single .post-share-options .social-links li.dribble a{
	background-color:#cd339a;
}

.blog-single .post-share-options .social-links li a{
	position:relative;
	width:32px;
	height:32px;
	color:#ffffff;
	line-height:32px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#3b5998;
}

/* New Posts */

.new-posts{
	position:relative;
	padding:22px 0px;
	border-top:1px solid #ececf0;
	border-bottom:1px solid #ececf0;
}

.new-posts .prev-post{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:500;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.new-posts .next-post{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:500;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.new-posts .prev-post:hover,
.new-posts .next-post:hover{
	color:#bf935e;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:45px;
	margin-bottom: 60px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:35px;
}

.sidebar-page-container .group-title h6{
	position:relative;
	color:#191514;
	font-weight:600;
	padding-bottom:10px;
	text-transform:capitalize;
}

.sidebar-page-container .group-title h6:before{
	position:absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 3px;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

.sidebar-page-container .group-title .group-text{
	position:relative;
	font-size:14px;
	color:#666666;
	margin-top:25px;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:40px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:0px;
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#222222;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 125px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
	padding:22px 25px 30px;
	background-color:#f4f7fc;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:absolute;
	right:25px;
	top:20px;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	padding:8px 20px;
	border-radius:50px;
	background-color:#191919;
	font-family: 'Poppins', sans-serif;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover{
	background-color:#9e7247;
    background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:92px;
	height:92px;
	border-radius:50%;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:18px;
	font-weight:600;
	color:#191514;
	line-height: 1.3em;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#666666;
	font-size:15px;
    margin-top:16px;
    line-height: 1.8em;
	margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	font-size:14px;
	color:#999999;
	font-weight:400;
	margin-top:3px;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	position:absolute;
	right:0px;
	top:0px;
	font-size:14px;
	font-weight:500;
	padding:5px 30px;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
	margin-top:0px;
}

.comment-form .row{
	margin:0px -7px;
}

.comment-form .form-group{
	position:relative;
	padding:0px 7px;
	margin-bottom:14px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	height:46px;
	font-size:14px;
	border-radius:3px;
	border:1px solid #ececec;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#D5AA6D;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	color:#a5a5a5;
	height:150px;
	font-size:14px;
	resize:none;
	border-radius:3px;
	border:1px solid #ececec;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .theme-btn{
	cursor:pointer;
	font-weight:400;
	margin-top:10px;
	padding:11px 30px 11px;
}


/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 50px 10px 20px;
	border:1px solid #ececf0;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height:50px;
	color:#808080;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
	font-size:14px;
	color:#222222;
	line-height:100%;
	background:none;
	display:inline-block;
	font-weight:normal;
	text-align:center;
	border-left:1px solid #f2f2f2;
}

/* Sidebar Title Two */

.sidebar-title-two{
	position:relative;
	margin-bottom:25px;
}

.sidebar-title-two h4{
    position: relative;
    color: #191514;
    font-weight:600;
	line-height:1.2em;
	padding-bottom:15px;
	font-family: 'Poppins', sans-serif;
}

.sidebar-title-two h4:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:3px;
	width:40px;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
	background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}

/*Blog Category*/

.blog-cat-two{
	position:relative;
}

.blog-cat-two li{
	position:relative;
	border-bottom:1px solid #d7d7d7;
}

.blog-cat-two li a{
	position:relative;
	color:#191514;
	font-size:15px;
	font-weight:400;
	display:block;
	padding:16px 15px 16px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.blog-cat-two li a:hover{
	padding-left:28px;
}

.blog-cat-two li a span{
	position:absolute;
	right:0px;
	top:15px;
	font-size:15px;
}

.blog-cat-two li a:before{
	position:absolute;
	content:'';
	left:10px;
	top:25px;
	width:8px;
	height:8px;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-radius:50px;
	display:inline-block;
	background-color:#aa834d;
}

.blog-cat-two li a:hover::before{
	opacity:1;
}

.blog-cat-two li.active a,
.blog-cat-two li a:hover{
	color:#aa834d;
}

/*Post Widget*/

.popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	min-height:100px;
	padding-left:90px;
	margin-bottom:25px;
	border-bottom:1px solid #e7e7eb;
}

.popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:65px;
	 height:65px;
	 overflow:hidden;
	 border-radius:50%;
}

.popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	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;
}

.popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:16px;
	margin:0px 0px 3px;
	font-weight:600;
	color:#191514;
	line-height:1.5em;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.popular-posts .post .text a{
	color:#191514;
	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;
}

.popular-posts .post a:hover{
	color:#d4a96d;
}

.popular-posts .post-info{
	position:relative;
	font-size:14px;
	color:#adadad;
	font-weight:400;
	padding-left:20px;
}

.popular-posts .post-info:before{
	position:absolute;
	content: "\f073";
	left:0px;
	top:4px;
	color:#adadad;
	font-size:14px;
	line-height:1em;
	font-family: 'FontAwesome';
}

/*Instagram Widget*/

.sidebar .instagram-widget .images-outer{
	position:relative;
	margin:0px -4px;
}

.sidebar .instagram-widget .image-box{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 6px;
	margin-bottom:12px;
}

.sidebar .instagram-widget .image-box:nth-child(3),
.sidebar .instagram-widget .image-box:nth-child(6){
	margin-right:0px;
}

.sidebar .instagram-widget .image-box .overlay-box{
	position:absolute;
	content:'';
	left:12px;
	top:8px;
	bottom:8px;
	right:12px;
	display:block;
	z-index:1;
	opacity:0;
	text-align:center;
	padding:8px;
	color:#ffffff;
	font-size:24px;
	line-height:44px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#d5aa6d;
}

.sidebar .instagram-widget .image-box .overlay-box:before{
	position:absolute;
	top:50%;
	margin-left:-12px;
	margin-top:-22px;
	display:inline-block;
}

.sidebar .instagram-widget .image-box:hover .overlay-box{
	opacity:1;
}

.sidebar .instagram-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 18px 7px;
	margin:0px 4px 8px 0px;
	color:#1a1e66;
	text-align:center;
	font-size:15px;
	background-color:#f4f7fc;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#d5aa6d;
	color:#ffffff;	
}
/* =========================================================
   Segati Advogados — ajustes de UI/UX (botão WhatsApp)
   ========================================================= */

/* O tema (style.css) usa font-family "Font Awesome 5 Free" (peso 900) nos
   ícones de lista (::before, ex.: check, setas, aspas), mas só o webfont
   FontAwesome 4.7 está carregado localmente — por isso os ícones aparecem
   como quadrados vazios. Este alias aponta o nome esperado pelo tema para
   o arquivo já existente (os códigos Unicode usados, ex. f00c, f054, f078,
   existem nesse webfont). */
@font-face{
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
       url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
}

.btn-wpp{
  position: fixed;
  bottom: 78px; /* fica acima do botão "voltar ao topo" (.scrollup: bottom 20px, 45px de altura) */
  right: 18px;
  z-index: 999999;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: #25D366;
  border-radius: 999px;
  padding: 6px;
  box-shadow: 0 6px 22px rgba(0,0,0,.28);
  transition: padding .25s ease, box-shadow .25s ease, transform .2s ease;
}
.btn-wpp:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,.35);
}
.btn-wpp img{
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.btn-wpp-pulse{
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(37,211,102,.55);
  animation: btnWppPulse 2.4s ease-out infinite;
  z-index: 1;
}
@keyframes btnWppPulse{
  0%   { transform: scale(.85); opacity: .65; }
  70%  { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}
.btn-wpp-label{
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .2px;
  transition: max-width .3s ease, padding-right .3s ease;
}
/* A foto da Dra. Daniella no carrossel é posicionada com "bottom: -30px"
   relativo ao bloco de texto — mas esse bloco muda de altura conforme o
   texto de cada banner (ex.: 621px, 649px, 710px), então a foto "pula"
   de posição a cada slide e ora fica mais sobreposta pelos cards
   "Comprometimento/Advogados Especialistas" logo abaixo (que têm
   posição fixa), ora menos — por isso ela aparece cortada em alguns
   slides e normal em outros. Fixando a partir do topo (que é constante
   em todos os slides) a posição passa a ser sempre a mesma.
   top:74px cortava a cabeça da foto — o header (.header_style_four) é
   position:absolute por cima do slide e tem ~140-150px de altura, então a
   foto começava a ser desenhada ainda por baixo dele. Empurrando mais pra
   baixo (160px) a cabeça fica sempre visível abaixo do menu. */
.slider_content_wrap .rx_slider_text_img_area .rx_slider_side_img{
  top: 160px;
  bottom: auto;
}

/* Cada banner tem um texto de tamanho diferente (ex.: "Direito Previdenciário"
   tem uma frase bem mais longa que "Concursos Públicos"), e como a altura do
   slide vem só do padding + conteúdo (sem altura fixa), cada slide acaba com
   uma altura total diferente (621px, 649px, 710px, observado em produção) —
   dá um "pulo" visível no tamanho da página inteira durante a transição do
   carrossel. Uma altura mínima igual pra todos os slides resolve. */
.slider_content_wrap{
  min-height: 720px;
}
@media (max-width: 767px){
  .slider_content_wrap{
    min-height: 620px;
  }
}

.btn-wpp:hover .btn-wpp-label{
  max-width: 160px;
  padding-right: 6px;
}

/* Alinha o botão "voltar ao topo" pelo centro do botão do WhatsApp,
   já que eles ficam empilhados no canto inferior direito (larguras diferentes) */
.scrollup{
  right: 35px;
}

@media (max-width: 767px){
  .btn-wpp{ bottom: 72px; right: 14px; }
  .btn-wpp img{ width: 50px; height: 50px; }
  .btn-wpp-label{ display: none; }
  .scrollup{ right: 23px; }
}

/* =========================================================
   Busca global na barra superior do header
   ========================================================= */
.header_style_four .header_top_content .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_top_search {
  order: 2;
}
.header_top_search form {
  display: flex;
  align-items: stretch;
}
.header_top_search input {
  width: 220px;
  padding: 6px 12px;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 3px 0 0 3px;
}
.header_top_search input::placeholder {
  color: #cfcfcf;
}
.header_top_search input:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.15);
}
.header_top_search button {
  padding: 0 14px;
  border: none;
  background-color: #c6ac82;
  color: #1a1a1a;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.header_top_search button:hover {
  background-color: #fff;
}

@media (max-width: 991px){
  .header_top_search {
    display: none;
  }
}
