/*
  Template Name: Bizprime | One Page Multipurpose Template.
  Description: Onepage Website Template For Multipurpose Portfolio.
  Version: 1.0
  Author: jsoftbd(Mehedi hasan)
========================================
      Table Contents
========================================
1.header_area
    1.1 navtop area
    1.2 navbar

2. slider_area
3. about_area
4. skill_area
5. service_area
6. team_area
7. achiev_area
8. gallery_area
9. price_area  
10.testimonial_area  
11.blog_area  
12.contact_area  
13.footer_area
14.breadcome_area
15.blogpage
16.single_blog
17.homepage-2
*/

/*google font*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');

ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 50px;
  line-height: 75%;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*===================================
common css start
=====================================*/
body {
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

body img {
  width: 100%;
  height: 100%;
}

.ptb10 {
  padding: 10px 0px;
}

.ptb20 {
  padding: 20px 0px;
}

.ptb30 {
  padding: 30px 0px;
}

.ptb40 {
  padding: 40px 0px;
}

.ptb50 {
  padding: 50px 0px;
}

.ptb60 {
  padding: 60px 0px;
}

.ptb70 {
  padding: 70px 0px;
}

.ptb80 {
  padding: 80px 0px;
}

.ptb90 {
  padding: 90px 0px;
}

.ptb100 {
  padding: 100px 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.mtb10 {
  margin: 10px 0px;
}

.mtb20 {
  margin: 20px 0px;
}

.mtb30 {
  margin: 30px 0px;
}

.mtb40 {
  margin: 40px 0px;
}

.mtb50 {
  margin: 50px 0px;
}

.mtb60 {
  margin: 60px 0px;
}

.mtb70 {
  margin: 70px 0px;
}

.mtb80 {
  margin: 80px 0px;
}

.mtb90 {
  margin: 90px 0px;
}

.mtb100 {
  margin: 100px 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.section_padding {
  padding: 100px 0px;
}

.btn {
  padding: 13px 25px;
  font-size: 15px;
  color: #2c2c2c;
  background: #f9a219;
  border-radius: 0px;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn:before {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62%;
  width: 0;
  content: "";
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn:after {
  position: absolute;
  top: 0;
  left: 8.5%;
  right: 0;
  bottom: 0;
  height: 0;
  width: 83%;
  content: "";
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.btn:hover {
  background: #2c2c2c;
  color: #fff;
}

.btn:hover:before {
  width: 100%;
}

.btn:hover:after {
  height: 100%;
}

.section_title {
  text-align: center;
  padding-bottom: 40px;
}

.section_title h3 {
  font-size: 30px;
  font-weight: 700;
  color: #f9a219;
  text-transform: capitalize;
  line-height: 70%;
  border-bottom: 1px solid #f9a219;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}

.section_title h3:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 10px;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background: #2c2c2c;
}

.section_title.white_shape h3:after {
  background: #fff;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.textcenter {
  text-align: center;
}

/*=======================================
common css end
=========================================*/

/*=======================================
css transition start
========================================*/
header .navtop .social-link ul li a,
.navbar .navbar-collapse ul li a:after,
.navbar .navbar-collapse ul li a:before,
.navbar.menu,
.service_area .service_single_item .service_icon,
.service_area .service_single_item .service_icon:before,
.service_area .service_single_item .service_icon:after,
.team-area .team_slider .single_team_item .team_img .team_hover:after,
.team-area .team_slider .single_team_item .team_social,
.team-area .team_slider .single_team_item:hover .team_social
.team-area .team_slider .single_team_item .team_social ul li a,
.gallery_area .gallery_nav .gallery_menu_item button:before,
.gallery_area .gallery_items .gallery_img:before,
.price_area .price_item .price_ammount:before,
.price_area .price_item .price_ammount:after,
.price_area .price_item.price-active-2,
.blog_area .blog_single_item .blog_img .blog_date:after,
footer .footer_item .footer_item_content .footer_social li a:before,
footer .footer_item .footer_item_content.footer_servie ul li a,
.copy_right .copy_right_nav ul li a,
.copy_right .scroll_top,
.blog_area .blog_single_item .blog_content h4 a:hover,
.blog_area .blog_single_item .blog_content h4 a
.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item .user_comment ul li a,
.contact_area .contact_form form input[type="submit"],
.blog_sidebar .sidebar_widget .recent_post li a,
.blog_sidebar .sidebar_widget .blog_tag li a:after,
.blog_area .blogpage_content .blog_single_item .write_post form input[type="submit"],
.blog_area .blogpage_content .blog_single_item .share_like a:hover,
.blog_area .blogpage_content .blog_single_item .share_like a {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

/*===========================================
css transition end
===========================================*/

/*========================================
 1.header_area start
==========================================*/

/*---------------------------
preloader csss start
---------------------------*/
#preloader {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #2c2c2c url("../image/ripple.gif") no-repeat center center;
}

/*---------------------------
preloader csss end
---------------------------*/

/*---------------------------
navtop area start
------------------------------*/
header .navtop {
  padding: 15px 0px;
  position: relative;
}

header .navtop .top_date {
  line-height: 98%;
}

header .navtop .top_date .badge {
  background: none;
  color: #393939;
  font-size: 15px;
  padding: 0;
}

header .navtop .social-link {
  padding-left: 50px;
  text-align: right;
}

header .navtop .social-link ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

header .navtop .social-link ul li:last-child {
  margin-right: 0px;
}

header .navtop .social-link ul li a {
  color: #393939;
  text-decoration: none;
}

header .navtop .social-link ul li a i {
  padding-right: 5px;
}

header .navtop .social-link ul li a:hover {
  color: #fff;
}

header .navtop:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 50%;
  height: 0;
  border-bottom: 50px solid #f9a219;
  border-left: 40px solid transparent;
}

/*---------------------------
navtop area End
------------------------------*/

/*---------------------------
navbar area start
------------------------------*/
.navbar {
  /* background: #2c2c2c; */
  outline: 0px;
  /* padding: 10px 0px; */
  padding: 2px 0px;
  border-radius: 0px;
}

.navbar .navbar-header a img {
  width: 204px;
  padding: 2px 0px;
}

.navbar .navbar-collapse ul li a {
  font-size: 15px;
  font-weight: 600;
  padding: 20px 15px;
  /* color: #fff !important; */
  color: #000 !important;
  border: 1px solid transparent;
  text-decoration: none;
}

.navbar .navbar-collapse ul li a:after {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 0%;
  height: 0%;
}

.navbar .navbar-collapse ul li a:before {
  position: absolute;
  bottom: 10px;
  right: 0;
  content: "";
  width: 0%;
  height: 0%;
}

.navbar .navbar-collapse ul li a:hover {
  background: none;
  color: #f9a219;
}

.navbar .navbar-collapse ul li a:hover:after {
  width: 100%;
  height: 20px;
  border-top: 1px solid #f9a219;
  border-left: 1px solid #f9a219;
  bottom: 0;
}

.navbar .navbar-collapse ul li a:hover:before {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #f9a219;
  border-right: 1px solid #f9a219;
}

.navbar .navbar-collapse ul li a:focus {
  background: none;
}

.navbar .navbar-collapse ul li.active a {
  background: none;
  color: #f9a219;
}

.navbar .navbar-collapse ul li.active a:after {
  width: 100%;
  height: 20px;
  border-top: 1px solid #f9a219;
  border-left: 1px solid #f9a219;
  bottom: 0;
}

.navbar .navbar-collapse ul li.active a:before {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #f9a219;
  border-right: 1px solid #f9a219;
}

.navbar.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}

/*---------------------------
navbar area End
------------------------------*/

/*======================================
header_area end
========================================*/

/*======================================
2. slider_area start
========================================*/
.banner_area {
  background: url(../image/banner/1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.banner_area:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.banner_area .banner_content {
  padding-top: 20%;
}

.banner_area .banner_content h2 {
  color: #f9a219;
  text-transform: uppercase;
  font-weight: 700;
}

.banner_area .banner_content h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  line-height: 70%;
}

/*==========================================
slider_area end
============================================*/

/*==========================================
3. about_area start
============================================*/
.about_area .about_img img {
  width: 100%;
}

.about_area .about_content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 76%;
  color: #2c2c2c;
}

.about_area .about_content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #f9a219;
  margin-top: 15px;
  line-height: 76%;
}

.about_area .about_content p {
  color: #393939;
  line-height: 24px;
}

.about_area .about_content .admin_part {
  position: relative;
}

.about_area .about_content .admin_part .admin_img {
  width: 120px;
}

.about_area .about_content .admin_part h4 {
  font-size: 17px;
  color: #2c2c2c;
  font-weight: 700;
}

.about_area .about_content .admin_part p {
  font-size: 14px;
  padding: 10px 0px 0px 0px;
  line-height: 76%;
}

.about_area .about_content .admin_part .admin_signature {
  width: 40%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*=======================================
about_area end
=========================================*/

/*========================================
4. skill_area start
==========================================*/
.skill_area {
  background: url(../image/skill/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}

.skill_area:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.skill_area:after {
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  content: "";
  width: 50%;
  background: rgba(255, 198, 0, 0.7);
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.skill_area .section_title {
  text-align: left;
}

.skill_area .skill_image .skill_person {
  width: 300px;
  margin: auto;
  position: relative;
  z-index: 99;
  top: 30px;
}

.skill_area .skill {
  padding-bottom: 0px;
}

.skill_area .skill span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
  font-weight: 400;
  color: #2c2c2c;
}

.skill_area .skill .progressText {
  color: #fff;
}

.skill_area .skill b {
  display: inline-block;
}

.skill_area .progress-bar-percentage {
  font-size: 13px;
  font-weight: 500;
  background: #f9a219;
  color: #2c2c2c;
  padding: 3px 8px;
  margin-top: -26px;
}

.skill_area .progress {
  overflow: visible;
  height: 10px;
  margin: 0px;
  background: #f9f9f9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.skill_area .progress-bar {
  background: #f9a219;
  float: left;
  height: 100%;
  font-size: 12px;
  color: #2c2c2c;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position: relative;
}

.skill_area .skill-style-2 {
  padding-bottom: 30px;
}

.skill_area .skill-style-2 .progress {
  height: 20px;
}

.skill_area.white .skill-name {
  color: #fff;
}

/*=========================================
skill_area end
===========================================*/

/*=========================================
5. service_area start
===========================================*/
.service_area .service_single_item .service_icon {
  width: 100px;
  height: 80px;
  margin: auto;
  line-height: 80px;
  font-size: 30px;
  position: relative;
  background: #f9a219;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}

.service_area .service_single_item .service_icon:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 2px solid #f9a219;
  border-left: 2px solid #f9a219;
  transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
}

.service_area .service_single_item .service_icon:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 2px solid #f9a219;
  border-right: 2px solid #f9a219;
  transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
}

.service_area .service_single_item:hover .service_icon {
  background: none;
}

.service_area .service_single_item:hover .service_icon:before {
  width: 100%;
  height: 100%;
}

.service_area .service_single_item:hover .service_icon:after {
  width: 100%;
  height: 100%;
}

.service_area .service_single_item h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 76%;
}

.service_area .service_single_item p {
  line-height: 25px;
}

/*===========================================
service_area end
=============================================*/

/*===========================================
6. team_area end
==============================================*/
.team-area {
  background: url(../image/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.team-area .slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.team-area .team_slider .slick-prev,
.team-area .team_slider .slick-next {
  display: none !important;
}

.team-area .team_slider .slick-dots {
  padding-top: 30px;
  display: block;
  line-height: 115%;
  bottom: -40px;
}

.team-area .team_slider .slick-dots li {
  height: 1px;
  width: 10px;
  margin: 0 5px;
  display: inline-block;
}

.team-area .team_slider .slick-dots li button:before {
  font-size: 15px;
  text-align: center;
  line-height: 15px;
  color: #f9a219;
}

.team-area .team_slider .single_team_item {
  width: 350px;
  position: relative;
  outline: 0;
  overflow: hidden;
}

.team-area .team_slider .single_team_item .team_img {
  width: 280px;
  position: relative;
}

.team-area .team_slider .single_team_item .team_img .team_hover {
  height: 200px;
  width: 270px;
  position: absolute;
  bottom: 0;
  right: 5px;
  text-align: right;
}

.team-area .team_slider .single_team_item .team_img .team_hover:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0px solid #f9a219;
  border-left: 250px solid transparent;
}

.team-area .team_slider .single_team_item .team_img .team_hover .team_hover_content {
  position: absolute;
  right: 0;
  z-index: 99;
  padding-top: 10px;
}

.team-area .team_slider .single_team_item .team_img .team_hover .team_hover_content h4 {
  font-size: 20px;
  font-weight: 600;
  -webkit-transform: rotate(-39deg);
  -moz-transform: rotate(-39deg);
  -ms-transform: rotate(-39deg);
  transform: rotate(-39deg);
  padding-right: 40px;
  padding-top: 85px;
  color: #fff;
  opacity: 0;
}

.team-area .team_slider .single_team_item .team_img .team_hover .team_hover_content i {
  font-size: 50px;
  padding-right: 0px;
  padding-bottom: 1px;
  color: #cfa20e;
  opacity: 0;
}

.team-area .team_slider .single_team_item .team_img .team_hover .team_hover_content p {
  font-size: 15px;
  font-weight: 600;
  padding-right: 20px;
  color: #fff;
  padding-top: 20px;
  opacity: 0;
}

.team-area .team_slider .single_team_item .team_social {
  background: #fff;
  width: 70px;
  padding: 45px 0px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.team-area .team_slider .single_team_item .team_social ul li {
  margin-bottom: 20px;
}

.team-area .team_slider .single_team_item .team_social ul li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #2c2c2c;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #2c2c2c;
}

.team-area .team_slider .single_team_item .team_social ul li:last-child {
  margin-bottom: 0px;
}

.team-area .team_slider .single_team_item:hover .team_img .team_hover:after {
  border-bottom: 200px solid #f9a219;
}

.team-area .team_slider .single_team_item:hover .team_img .team_hover .team_hover_content h4 {
  padding-right: 60px;
  opacity: 1;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  -ms-transition: all ease 1.5s;
  transition: all ease 1.5s;
}

.team-area .team_slider .single_team_item:hover .team_img .team_hover .team_hover_content i {
  padding-right: 30px;
  opacity: 1;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  -ms-transition: all ease 1.5s;
  transition: all ease 1.5s;
}

.team-area .team_slider .single_team_item:hover .team_img .team_hover .team_hover_content p {
  padding-top: 0;
  opacity: 1;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  -ms-transition: all ease 1.5s;
  transition: all ease 1.5s;
}

.team-area .team_slider .single_team_item:hover .team_social {
  background: #f9a219;
}

.team-area .team_slider .single_team_item:hover .team_social ul li a {
  border: 2px solid #fff;
  color: #fff;
}

.team-area .team_slider .single_team_item:hover .team_social ul li a:hover {
  background: #fff;
  color: #f9a219;
}

/*==========================================
team_area end
============================================*/

/*==========================================
7. achiev_area start
============================================*/
.achiev_area {
  background: url(../image/achive/1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  position: relative;
}

.achiev_area:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}

.achiev_area .achive_single_item .achiev_icon {
  font-size: 50px;
  color: #fff;
}

.achiev_area .achive_single_item .achive_count {
  font-size: 40px;
  color: #f9a219;
  line-height: 97%;
}

.achiev_area .achive_single_item .achive_name {
  padding: 10px 0px;
  margin: 0px 30px;
  position: relative;
}

.achiev_area .achive_single_item .achive_name h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 113%;
  color: #fff;
}

.achiev_area .achive_single_item .achive_name:after {
  position: absolute;
  top: 0;
  left: -17px;
  content: "";
  height: 100%;
  width: 116%;
  border: 1px solid #f9a219;
  transform: skewX(-40deg);
  -o-transform: skewX(-40deg);
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
}

/*=======================================
achiev_area end
========================================*/

/*======================================
8. gallery_area start
========================================*/
.gallery_area .gallery_nav .gallery_menu_item {
  padding-bottom: 30px;
}

.gallery_area .gallery_nav .gallery_menu_item button {
  background: none;
  box-shadow: none;
  outline: 0;
  padding: 6px 20px;
  border: none;
  margin: 0px 2px;
  font-size: 14px;
  color: #2c2c2c;
  position: relative;
}

.gallery_area .gallery_nav .gallery_menu_item button:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #f9a219;
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
}

.gallery_area .gallery_nav .gallery_menu_item button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  background: #f9a219;
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  z-index: -1;
}

.gallery_area .gallery_nav .gallery_menu_item button:hover:before {
  height: 100%;
}

.gallery_area .gallery_items .gallery_img {
  position: relative;
  overflow: hidden;
  width: 24.7%;
  clear: both;
}

.gallery_area .gallery_items .gallery_img .magnify_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
}

.gallery_area .gallery_items .gallery_img .gallery_shape {
  width: 50%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  z-index: 1;
  font-size: 30px;
  padding-right: 25px;
  padding-top: 45px;
  color: #fff;
  outline: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.gallery_area .gallery_items .gallery_img .gallery_shape i {
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.gallery_area .gallery_items .gallery_img .gallery_shape:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0px solid #f9a219;
  border-left: 150px solid transparent;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.gallery_area .gallery_items .gallery_img.mix {
  display: none;
}

.gallery_area .gallery_items .gallery_img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 198, 0, 0.3);
  -webkit-transform: skewX(77deg);
  -moz-transform: skewX(77deg);
  -ms-transform: skewX(77deg);
  transform: skewX(77deg);
  opacity: 0;
}

.gallery_area .gallery_items .gallery_img:hover:before {
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
  opacity: 1;
}

.gallery_area .gallery_items .gallery_img:hover .gallery_shape {
  padding-right: 35px;
}

.gallery_area .gallery_items .gallery_img:hover .gallery_shape i {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.gallery_area .gallery_items .gallery_img:hover .gallery_shape:before {
  border-bottom: 150px solid #f9a219;
  border-left: 150px solid transparent;
}

.gallery_area .gallery_items .gallery_img.active:before {
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
  opacity: 1;
}

.gallery_area .gallery_items .gallery_img.active .gallery_shape {
  padding-right: 35px;
}

.gallery_area .gallery_items .gallery_img.active .gallery_shape i {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.gallery_area .gallery_items .gallery_img.active .gallery_shape:before {
  border-bottom: 150px solid #f9a219;
  border-left: 150px solid transparent;
}

/*==========================================
gallery_area end
============================================*/

/*==========================================
9. price_area start
============================================*/
.price_area {
  background: url(../image/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.price_area .price_item {
  background: #fff;
  padding-bottom: 30px;
  border-top: 5px solid #2c2c2c;
}

.price_area .price_item h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 30px 0px;
  line-height: 84%;
}

.price_area .price_item .price_ammount {
  background: #f8f8f8;
  padding: 25px 0px 20px 0px;
  position: relative;
}

.price_area .price_item .price_ammount h5 {
  font-size: 15px;
  line-height: 66%;
  font-weight: 600;
}

.price_area .price_item .price_ammount h5 b {
  font-size: 25px;
}

.price_area .price_item .price_ammount h5 sup {
  font-size: 15px;
  margin-left: -1px;
}

.price_area .price_item .price_ammount h5 span {
  padding: 0px 7px;
}

.price_area .price_item .price_ammount:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 60px solid #f9a219;
  border-right: 70px solid transparent;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.price_area .price_item .price_ammount:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 60px solid #f9a219;
  border-left: 70px solid transparent;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.price_area .price_item .price_detail ul {
  padding: 30px 0px;
}

.price_area .price_item .price_detail ul li {
  font-size: 14px;
  color: #2c2c2c;
  padding: 10px 0px;
  line-height: 72%;
}

.price_area .price_item .price_detail ul li:last-child {
  padding: 10px 0px 0px 0px;
}

.price_area .price_item.active {
  border-top: 5px solid #f9a219;
  box-shadow: 1px 1px 25px #c8c8c8;
  padding-bottom: 50px;
  position: relative;
}

.price_area .price_item.active h4 {
  padding: 45px 0;
}

.price_area .price_item.active .price_detail ul {
  padding: 40px 0px;
}

.price_area .price_item.active .price_detail ul li {
  padding: 14px 0px;
}

.price_area .price_item.active .price_ammount:before {
  opacity: 1;
}

.price_area .price_item.active .price_ammount:after {
  opacity: 1;
}

.price_area .price_item.price-active-2 {
  position: relative;
  top: 68px;
}

.price_area .price_item:hover.price-active-2 {
  box-shadow: 1px 1px 25px #c8c8c8;
  border-top: 5px solid #f9a219;
}

.price_area .price_item:hover.price-active-2 .price_ammount:before {
  opacity: 1;
}

.price_area .price_item:hover.price-active-2 .price_ammount:after {
  opacity: 1;
}

/*===========================================
price_area end
=============================================*/

/*===========================================
10.testimonial_area start
============================================*/
.testimonial_area {
  background: url(../image/testimonial/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  position: relative;
}

.testimonial_area:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}

.testimonial_area .clients_testimonial {
  margin-bottom: 40px;
}

.testimonial_area .clients_testimonial .slick-prev,
.testimonial_area .clients_testimonial .slick-next {
  display: none !important;
}

.testimonial_area .clients_testimonial .slick-dots {
  padding-top: 30px;
  display: block;
  line-height: 115%;
  bottom: -40px;
}

.testimonial_area .clients_testimonial .slick-dots li {
  height: 1px;
  width: 10px;
  margin: 0 5px;
  display: inline-block;
}

.testimonial_area .clients_testimonial .slick-dots li button:before {
  font-size: 15px;
  text-align: center;
  line-height: 15px;
  color: #f9a219;
}

.testimonial_area .clients_testimonial .single_testimonial_item {
  text-align: center;
  position: relative;
  padding: 30px 30px 38px 30px;
  outline: 0;
}

.testimonial_area .clients_testimonial .single_testimonial_item .test_quote {
  font-size: 30px;
  color: #f9a219;
}

.testimonial_area .clients_testimonial .single_testimonial_item p {
  font-size: 14px;
  line-height: 25px;
  max-width: 269px;
  margin: auto;
}

.testimonial_area .clients_testimonial .single_testimonial_item .client_image {
  width: 120px;
  border-radius: 50%;
  margin: 0px auto;
  overflow: hidden;
}

.testimonial_area .clients_testimonial .single_testimonial_item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 76%;
  padding-top: 30px;
  color: #f9a219;
}

.testimonial_area .clients_testimonial .single_testimonial_item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-clip-path: polygon(101% 0, 15% 0, 0 101%);
  clip-path: polygon(101% 0, 15% 0, 0 101%);
}

.testimonial_area .clients_testimonial .single_testimonial_item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 0 100%, 84% 107%);
  clip-path: polygon(100% 0, 0 100%, 84% 107%);
}

/*==========================================
testimonial_area end
===========================================*/

/*=========================================
11.blog_area start
==========================================*/
.blog_area .blog_single_item .blog_img {
  width: 100%;
  position: relative;
}

.blog_area .blog_single_item .blog_img .blog_date {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 12px 16px;
}

.blog_area .blog_single_item .blog_img .blog_date:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 110px solid #2c2c2c;
  border-right: 110px solid transparent;
  z-index: -1;
}

.blog_area .blog_single_item .blog_img .blog_date h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.blog_area .blog_single_item .blog_content h4 a {
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 700;
  line-height: 94%;
  text-decoration: none;
}

.blog_area .blog_single_item .blog_content h4 a:hover {
  color: #2c2c2c;
}

.blog_area .blog_single_item .blog_content ul {
  padding-top: 6px;
}

.blog_area .blog_single_item .blog_content ul li {
  display: inline-block;
  font-size: 14px;
  padding-right: 15px;
}

.blog_area .blog_single_item .blog_content ul li a {
  color: #a0a0a0;
  text-decoration: none;
}

.blog_area .blog_single_item .blog_content ul li a:hover {
  color: #f9a219;
}

.blog_area .blog_single_item .blog_content ul li i {
  padding-right: 7px;
}

.blog_area .blog_single_item .blog_content p {
  font-size: 14px;
  color: #2c2c2c;
  line-height: 26px;
  padding-top: 20px;
  padding-bottom: 21px;
}

.blog_area .blog_single_item:hover .blog_date:after {
  border-top: 110px solid #f9a219;
}

/*============================================
blog_area end
=============================================*/

/*===========================================
12.contact_area  start
=============================================*/
.contact_area {
  background: #f8f8f8;
}

.contact_area .contact_form form input {
  width: 47.8%;
  height: 40px;
  margin-right: 10px;
  padding-left: 10px;
  border: 1px solid #c6c6c6;
  outline: 0;
}

.contact_area .contact_form form input:hover,
.contact_area .contact_form form input:focus {
  border: 1px solid #f9a219;
}

.contact_area .contact_form form input[type="email"] {
  width: 98%;
  margin-top: 15px;
}

.contact_area .contact_form form textarea {
  width: 98%;
  height: 150px;
  margin-top: 15px;
  outline: 0;
  padding-left: 10px;
}

.contact_area .contact_form form textarea:hover,
.contact_area .contact_form form textarea:focus {
  border: 1px solid #f9a219;
}

.contact_area .contact_form form input[type="submit"] {
  width: 98%;
  background: #f9a219;
  border: none;
  font-weight: 600;
  margin-top: 10px;
}

.contact_area .contact_form form input[type="submit"]:hover {
  background: #2c2c2c;
  color: #f9a219;
}

.contact_area .contact_dtl .contact_single_dtl {
  margin: 0px 5px;
  width: 30%;
}

.contact_area .contact_dtl .contact_single_dtl i {
  font-size: 30px;
  padding-bottom: 10px;
}

.contact_area .contact_dtl .contact_single_dtl h4 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.contact_area .contact_dtl .contact_single_dtl h4:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #f9a219;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: -1;
}

#googleMap {
  width: 100%;
  height: 215px;
  margin-top: 30px;
  border: 0px;
}

/*========================================
contact_area end
==========================================*/

/*========================================
13.footer_area start
=========================================*/
footer {
  background: #2c2c2c;
}

footer .footer_item {
  display: block;
}

footer .footer_item a {
  display: inline-block;
}

footer .footer_item a img {
  width: 200px;
}

footer .footer_item .footer_item_content h4 {
  color: #f9a219;
  font-weight: 700;
  font-size: 19px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

footer .footer_item .footer_item_content h4:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 2px;
  content: "";
  background: #f9a219;
}

footer .footer_item .footer_item_content p {
  color: #fff;
}

footer .footer_item .footer_item_content .footer_social li {
  display: inline-block;
}

footer .footer_item .footer_item_content .footer_social li a {
  display: block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  color: #f9a219;
  position: relative;
  z-index: 1;
}

footer .footer_item .footer_item_content .footer_social li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 2px solid #f9a219;
  content: "";
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: -1;
}

footer .footer_item .footer_item_content .footer_social li a:hover:before {
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}

footer .footer_item .footer_item_content a {
  text-decoration: none;
}

footer .footer_item .footer_item_content a h5 {
  font-size: 15px;
  color: #f9a219;
  font-weight: 600;
  margin-bottom: 5px;
}

footer .footer_item .footer_item_content a h5 i {
  padding-right: 5px;
  color: #1da1f2;
}

footer .footer_item .footer_item_content.footer_servie {
  overflow: hidden;
}

footer .footer_item .footer_item_content.footer_servie ul {
  width: 50%;
}

footer .footer_item .footer_item_content.footer_servie ul li {
  padding-bottom: 5px;
}

footer .footer_item .footer_item_content.footer_servie ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
}

footer .footer_item .footer_item_content.footer_servie ul li a:hover {
  color: #f9a219;
  padding-left: 5px;
}

footer .footer_item .footer_item_content.footer_servie ul li:last-child {
  padding-bottom: 0px;
}

.copy_right {
  background: #be1e24;
  position: relative;
}

.copy_right .copy_right_content p {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.copy_right .copy_right_content p a {
  color: #2c2c2c;
}

.copy_right .copy_right_nav {
  text-align: right;
}

.copy_right .copy_right_nav ul li {
  display: inline-block;
}

.copy_right .copy_right_nav ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 10px;
  color: #fff;
  text-decoration: none;
}

.copy_right .copy_right_nav ul li a:hover {
  color: #fff;
}

.copy_right .scroll_top {
  position: absolute;
  bottom: 65%;
  right: 0px;
  left: 0;
  margin: auto;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
  color: #2c2c2c;
  font-size: 40px;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
}

.copy_right .scroll_top:hover {
  background: #fff;
}

/*====================================
footer_area end
======================================*/

/*====================================
14.breadcome_area start
=====================================*/
.breadcome_area {
  background: url(../image/breadcome/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  position: relative;
}

.breadcome_area:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}

.breadcome_area .section_title {
  padding-bottom: 20px;
}

.breadcome_area a {
  font-size: 16px;
  font-weight: 600;
  color: #f9a219;
  text-decoration: none;
}

.breadcome_area a:hover {
  color: #fff;
}

.breadcome_area span {
  color: #fff;
}

/*===================================
breadcome_area end
=====================================*/

/*===================================
15.blogpage start
=====================================*/
.blog_sidebar .sidebar_widget h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #f9a219;
}

.blog_sidebar .sidebar_widget .recent_post li a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 700;
  color: #2c2c2c;
}

.blog_sidebar .sidebar_widget .recent_post li a:hover {
  padding-left: 10px;
  color: #f9a219;
}

.blog_sidebar .sidebar_widget .recent_post li p {
  font-size: 14px;
}

.blog_sidebar .sidebar_widget .blog_tag li {
  display: inline-block;
  margin-bottom: 3px;
}

.blog_sidebar .sidebar_widget .blog_tag li a {
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 8px 12px;
  text-align: center;
  position: relative;
  color: #2c2c2c;
  text-decoration: none;
}

.blog_sidebar .sidebar_widget .blog_tag li a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #f9a219;
  border: 2px solid transparent;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.blog_sidebar .sidebar_widget .blog_tag li a:hover:after {
  border: 2px solid #f9a219;
  background: none;
}

/*====================================
blogpage end
=====================================*/

/*==================================
16.single_blog start
=====================================*/
.blog_area .blogpage_content .blog_single_item .share_like span {
  font-size: 15px;
  font-weight: 700;
}

.blog_area .blogpage_content .blog_single_item .share_like a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #2c2c2c;
  display: inline-block;
  font-size: 17px;
  color: #f9a219;
}

.blog_area .blogpage_content .blog_single_item .share_like a:hover {
  background: #f9a219;
  color: #2c2c2c;
}

.blog_area .blogpage_content .blog_single_item .recent_comment {
  line-height: 11%;
}

.blog_area .blogpage_content .blog_single_item .recent_comment h3 {
  font-weight: 700;
  color: #f9a219;
  font-size: 25px;
  line-height: 76%;
  border-bottom: 1px solid #f9a219;
}

.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item {
  display: inline-block;
}

.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item .user_img {
  width: 15%;
}

.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item .user_comment {
  width: 80%;
  padding: 10px 0px 0px 0px;
  margin-left: 30px;
}

.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item .user_comment a {
  text-decoration: none;
}

.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item .user_comment a h5 {
  font-size: 16px;
  font-weight: 700;
  color: #f9a219;
  line-height: 76%;
}

.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item .user_comment p {
  padding: 0;
}

.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item .user_comment ul li {
  padding-right: 10px;
}

.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item .user_comment ul li a {
  font-size: 14px;
  color: #a0a0a0;
}

.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item .user_comment ul li a i {
  padding-left: 5px;
}

.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item .user_comment ul li a:hover {
  color: #2c2c2c;
}

.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item .user_comment ul li a:hover i {
  color: #f9a219;
}

.blog_area .blogpage_content .blog_single_item .recent_comment .comment_single_item.admin {
  margin-left: 30px;
}

.blog_area .blogpage_content .blog_single_item .write_post h3 {
  font-size: 25px;
  font-weight: 700;
  color: #f9a219;
  line-height: 76%;
  border-bottom: 1px solid #f9a219;
}

.blog_area .blogpage_content .blog_single_item .write_post form input,
.blog_area .blogpage_content .blog_single_item .write_post form textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #a0a0a0;
  outline: 0;
  padding-left: 10px;
}

.blog_area .blogpage_content .blog_single_item .write_post form input:hover,
.blog_area .blogpage_content .blog_single_item .write_post form textarea:hover {
  border: 1px solid #f9a219;
}

.blog_area .blogpage_content .blog_single_item .write_post form input {
  height: 40px;
}

.blog_area .blogpage_content .blog_single_item .write_post form input[type="submit"] {
  margin-bottom: 0px;
  background: #f9a219;
  border: none;
  font-weight: 600;
  color: #2c2c2c;
}

.blog_area .blogpage_content .blog_single_item .write_post form input[type="submit"]:hover {
  background: #2c2c2c;
  color: #f9a219;
}

.blog_area .blogpage_content .blog_single_item .write_post form textarea {
  height: 150px;
}

/*=======================================
single_blog end
=========================================*/

/*=======================================
17.homepage-2 css start
========================================*/
.slider_area {
  overflow: hidden;
  position: inherit;
  clear: both;
}

.slider_area .camera_wrap .camera_caption {
  top: 35%;
  left: 0;
  right: 0;
}

.slider_area .camera_wrap .camera_caption h2 {
  line-height: 76%;
  font-weight: 700;
  font-size: 50px;
}

.slider_area .camera_wrap .camera_caption h4 {
  line-height: 85%;
  font-size: 30px;
}

/*==================================
homepage-2 css end
====================================*/
