/*------------------------------
Description Box Style
------------------------------*/
.description{
  overflow: hidden;
  display: block;
}
.description_box {
    display: block;
    position: relative;
    padding: 60px 30px;
}
.title_style1{
    margin-bottom: 45px;
    padding-bottom: 25px;
    position: relative;
}
.title_style2{
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.description_box h3 .title_seperator, .image_boxes h3 .title_seperator{
  background-color: #3cb14f;
  bottom: 0;
  display: block;
  height: 1px;
  position: absolute;
  width: 50px;
}
.title_seperator{
  background-color: #3cb14f;
  bottom: 0;
  display: block;
  height: 1px;
  position: absolute;
  width: 50px;
}
.divider_style1{
  margin-bottom: 35px;
  display: block;
  height: 0px;
  overflow: hidden;
}
.description_box p:last-child{
    padding-bottom: 0;
}
.description_box a.readmore_button{
  margin-top: 50px;
}
/* Image colums */
.image_grid_column1 li{
  width: 100%;
  margin-bottom: 0px;
}
.image_grid_column2 li{
  width: 49.99%;
  margin-bottom: 0px;
  float: left;
}
.image_grid_column3 li{
  width: 33.32%;
  margin-bottom: 0px;
  float: left;
}
.image_grid_column4 li{
  width: 24.9%;
  margin-bottom: 0px;
  float: left;
}
.image_grid_column5 li{
  width: 19.9%;
  margin-bottom: 0px;
  float: left;
}
.image_grid_column6 li{
  width: 16.5%;
  margin-bottom: 0px;
  float: left;
}
.gutter_images_column1 li{
  width: 100%;
   margin-bottom: 1.5%!important;
}
.gutter_images_column2 li{
  width: 48.5%;
  margin-right: 1.5%;
   margin-bottom: 1.5%!important;
  float: left;
}
.gutter_images_column3 li{
  width: 31.8%;
  margin-right: 1.5%;
   margin-bottom: 1.5%!important;
  float: left;
}
.gutter_images_column4 li{
  width: 23.5%;
  margin-right: 1.5%;
   margin-bottom: 1.5%!important;
  float: left;
}
.gutter_images_column5 li{
  width: 18.4%;
   margin-right: 1.5%;
  margin-bottom: 1.5%!important;
  float: left;
}
.gutter_images_column6 li{
  width: 14%;
   margin-right: 1.5%;
  margin-bottom: 1.5%;
  float: left;
}
.gutter_images{
  width: 101.5%;
  margin: 0px!important;
}
/* Buttons */
.readmore_button{
  color: #fff;
  padding: 12px 30px;
  letter-spacing: 2px;
  font-size: 13px;
  overflow: hidden;
  display: inline-block;
  display: inline-flex;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*------------------------------
Image Boxes
------------------------------*/
.image_boxes{
  display: table;
}
.image_box_image_align_middle h3{
  padding: 60px 30px 30px;
}
.image_boxes .description_box p {
  padding-bottom: 0;
}
.image_box_img_wrapper {
    overflow: hidden;
}
.image_boxes .image_box_img_wrapper img {
  margin: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  overflow: hidden;
}
.image_boxes .image_box_img_wrapper img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.image_boxes, .image_boxes .description_box h3 a, .image_boxes .description_box h3, .image_boxes p, .image_boxes h3 span, .image_boxes h3 a{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.image_box_img_wrapper.alignleft, .image_box_img_wrapper.alignright {
    margin: 0px!important;
} 
.image_box_image_align_left .description_box.description, .image_box_image_align_right .description_box.description {
    overflow: hidden;
}
/*---------------------------
Callout Boxes
----------------------------*/
.callout_box_wrapper h1, .callout_box_wrapper h2, .callout_box_wrapper h3, .callout_box_wrapper h4, .callout_box_wrapper h5, .callout_box_wrapper h6 {
    margin-bottom: 0!important;
}
.callout_button {
    width: auto!important;
    float: none!important;
    margin: 0px auto!important;
    text-align: center;
    display: table!important;
}
#calout_bg_image {
  float: left;
  background-position: center;
  width: 100%;
  height:100%;
  left: 0px;
  top:0px;
  position: absolute;
}
.callout_box_content {
  margin: 0 auto !important;
  width:100%;
  position: relative;
  overflow: hidden;
}
/* Stle 2*/
.callout_box_style2 .callout_box_content{
  width: 90%;
  text-align: center!important;
}
.callout_button1, .callout_button2{
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}
.description_box a.readmore_button.callout_button{
   margin-top: 0px!important;
   width: auto!important;
}
.callout_button1, .callout_button2, .callout_button{
    vertical-align: middle;
    z-index: 1;
    overflow: hidden;
    margin-top: 30px!important;
}
.callout_box_content p{
  padding-bottom:0px;
}
/*-----------------------------------
Testimonial
-----------------------------------*/
.testimonial_content_wrapper{
  margin-bottom: 30px;
  display: block;
}
.testimonial_with_image{
  overflow: hidden;
}
.testimonial_image img{
  max-width: inherit!important;
  position: relative;
  z-index: 1;
}
.testimonial_image{
  float: left;
}
.testimonial_description{
  float: right;
  padding: 60px 30px;
}
.testimonial_with_image .description_box{
  overflow: hidden;
}
.testimonial_wrapper .description_box:before{  
  bottom: -23px;
  content: "";
  left: 30px;
  position: absolute;
}
.tm_client_details {
  padding-left: 30px;
}
.testimonial_with_out_image .tm_client_details, .testimonial_slider_wrapper .tm_client_details {
  padding-top: 30px;
}
/*---------------------------------
Testimonial Slider 
-----------------------------------*/
.testimonial_slider_wrapper{
  display: none;
}
.tm_slider_desc_wrapper{
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
.testimonial_slider .description_box p{
  margin-bottom: 45px;
  padding-bottom: 0px;
}
.testimonial_slider .description_box h3 .title_seperator {
    width: 30px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.testimonial_slider_wrapper.tm_style_2 .description_box p{
    text-align: left;
    margin-bottom: 0px;
}
.tm_border_strip{  
  bottom: -23px;
  content: "";
  left: 30px;
  position: absolute;
}
/*-----------------------------------
Icon border
-----------------------------------*/
.iconbox_bg{
  line-height: 100%;
}
.iconbox_left .alignleft{
  margin-right: 35px;
  margin-bottom:5px;
}
.iconbox_right .alignright{
  margin-left: 35px;
}
.iconbox_bg.aligncenter{
  display: table!important;
}
.iconbox_bg.aligncenter, .iconbox_bg.alignnone{
  margin-bottom: 60px;
}
.iconbox .readmore_button{
  padding:0px!important;
  display: block;
}
.iconbox .description{
  overflow: hidden!important;
  display: block;
}
/*--------------------------------
Client Slider
----------------------------------*/
.client_image_wrapper ul {
    display: block;
    margin: 0 !important;
}
.client_with_sapce .gallery-images{
  width: 102.8%;
}
.client_with_sapce.client_image_wrapper.client_list_images{
  width: 100%!important;
}
.client_image_wrapper ul li {
    float: left;
    list-style: none outside none;
    position: relative;
    overflow: hidden;
}
/*--------------------------------------
Recent news slider
----------------------------------------*/
.recent_news_slider{
  display: none;
}
.recent_news_slider .owl-item:nth-child(even) .post_recent_news .description_box{
  background: #ebebeb;
}
.recent_news_slider .owl-item:nth-child(odd) .post_recent_news .description_box{
  background: #e2e2e2;
}
.recent_news_posts_wrapper .readmore_button{
  padding: 0px;
}
.post_recent_news {
    overflow: hidden;
}
.post_recent_news_img{
  position: relative;
  display: block;
}
.post_recent_news_img img{
  overflow: hidden;
    -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.post_recent_news_img img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.recent_news_slider .date_category{
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,.5);
  padding: 5px 30px 5px;
 }
 .recent_news_slider .date_category{
  letter-spacing: 2px;
  font-weight: bold;
 }
/*-------------------------------------------
Skill Set 
---------------------------------------------*/
.skillbar {
  position:relative;
  display:block;
  margin-top:50px;
  margin-bottom:0px;
  width:100%;
  background:none repeat scroll 0 0 rgba(204,204,204,.4);
  height:5px;
  -webkit-transition:0.4s linear;
  -moz-transition:0.4s linear;
  -ms-transition:0.4s linear;
  -o-transition:0.4s linear;
  transition:0.4s linear;
  -webkit-transition-property:width, background-color;
  -moz-transition-property:width, background-color;
  -ms-transition-property:width, background-color;
  -o-transition-property:width, background-color;
  transition-property:width, background-color;
}
.skillbar:first-child{
  margin-top: 30px;
}
.skillbar-title {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  color: #333333;
  font-size: 15px;
  left: 0;
  position: absolute;
  top: -35px;
  z-index: 2;
}
.skillbar-bar {
    background: none repeat scroll 0 0 #84bf4b;
    height: 5px;
    width: 0;
}
.skillbar-bar, .skillbar_width{
  animation: 2s ease-in 0s normal none 1 running none;
  -webkit-animation:2s ease-in 0s normal none 1 running none;
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
}
.skillbar_width {
  margin-left: -10px;
  position: absolute;
  top: -36px;
  left:95%;
}
.skillbar:last-child {
    margin-bottom: 0;
}
/*----------------------------------
 Team Widget
----------------------------------*/
.team_title_description .team_contact_info{
    bottom: 0;
    position: absolute;
    padding: 30px;
    margin-top: 0px;
}
.team_contact_info{
  margin-top: 15px;
}
.team_title_info{
  padding: 30px;
}
.team_widget .description_box span{
  clear:both;
  display: block;
  overflow: hidden;
  font-weight: bolder;
}
.team_widget {
    position: relative;
    overflow: hidden;
}
.team_title_wrapper {
    position: absolute;
    top: -100px;
    height: 50.5%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}
.team_contact_info_wrapper {
    position: absolute;
    bottom: -100px;
    width: 100%;
    height: 50.5%;
    opacity: 0;
    visibility: hidden;   
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}
.team_contact_info span{
    display: block;
}
.team_widget:hover .team_title_wrapper, .team_widget:hover .team_contact_info_wrapper{
    opacity: 1;
    display: block;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateY(0);
    -ms-transform: translateY(0);
}
.team_widget  img {
  margin: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  overflow: hidden;
}
.team_widget img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
/*Recent Posts*/
.recent_posts ul{
  margin:0px;
}
.recent_posts li{
  list-style: none;
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}
.recent_posts .description_box{
  display: block;
  overflow: hidden;
  padding:0px;
}
.recent_posts .description_box p{
   padding-bottom: 0px; 
}
.recent_post_image{
  float: left;
  margin: 0 20px 0px 0px;
  width: auto;
}
/*---------------------------------------
Portfolio 
-----------------------------------------*/
/* Filter tabs */
/**** Isotope Filtering ****/
.isotope-ready, .isotope-ready.isotope-item {
    -webkit-transition-duration: 0.8s;
       -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
         -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
}

.isotope-ready {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
        -ms-transition-property: height, width;
         -o-transition-property: height, width;
            transition-property: height, width;
}

.isotope-ready.isotope-item {
      -webkit-transition-property: -webkit-transform, opacity;
         -moz-transition-property:    -moz-transform, opacity;
          -ms-transition-property:     -ms-transform, opacity;
           -o-transition-property:      -o-transform, opacity;
              transition-property:         transform, opacity;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling
------------------------------------------------------*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
.filter ul li a {
    padding: 15px 40px;
    overflow: hidden;
    display: block;
    border-radius: 0!important;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 100;
}

div#filter {
    margin-bottom: 60px;
    overflow: hidden;
}
/* End */
.portfolio_content_style2 .pf_title_cat_wrapper, .portfolio_content_style1 .pf_title_cat_wrapper{
  padding: 30px!important;
}
.portfolio_content_wrapper ul {
  margin: 0!important;
  list-style: none!important;
}
.portfolio_content_wrapper ul li{
  margin-bottom: 0px;
  float: left;
  position: relative;
}
.portfolio_columns4 ul li{
  width: 24.9%;
}
.portfolio_columns3 ul li{
  width: 33.2%;
}
.portfolio_columns2 ul li{
  width: 49.79%;
}
.portfolio_columns1 ul li{
  width: 100%;
}
.portfolio_content_style1 ul li:nth-child(even) .description_box{
  background-color: #ebebeb;
}
.portfolio_content_style1 ul li:nth-child(odd) .description_box{
  background-color: #e2e2e2;
}
/* Style 2 */
.pf_title_cat_wrapper.pf_title_cat_style2  {
  position: absolute!important;
  top: 0;  
  background: none!important;
  opacity: 0;
}
.portfolio_content_style2 > ul > li:hover{
  background-color: #000;
}
.portfolio_content_style2 ul li:hover img{
  opacity: 0.2;
}
.portfolio_content_wrapper > ul > li:hover .pf_title_cat_style2, .portfolio_content_wrapper ul li:hover .readmore_button{
  opacity: 1;
}
.portfolio_content_style2 .readmore_button{
  background-color: #3cb14f;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
}
/* Style 3 */
.description_box.pf_title_cat_style3{
  overflow: hidden;
  display: block;
}
.portfolio_content_style3 > ul > li{
  background-color: #e2e2e2;
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  width: 100%;
}
.portfolio_content_style3 ul li img{
  margin-bottom: 0px;
  min-width: 100%;
}
.portfolio_content_style3 ul li{
  margin-bottom: 60px;
}
.portfolio_content_style3 > ul > li:last-child{
  margin-bottom: 0px!important;
}
.portfolio_content_style3 .readmore_button{
  background-color: #3cb14f;
  color: #fff;
  margin-top: 30px;
}
.client_project_details{
  clear: both;
  display: block;
  overflow: hidden;
}
.pf_image_wrapper{
  position: relative;
  display: block;
}
.portfolio_content_style3 .pf_image_wrapper{
  float: left;
  width: 50%;
}
.portfolio_content_style1 ul li:hover img.image_opacity{
  opacity: 0.2;
}
.portfolio_content_style1 ul li:hover .pf_image_wrapper{
  background: #000;
  position: relative;
}
.portfolio_content_style1 ul li:hover .image_link_icon{
  opacity: 1;
}
.image_link_icon {
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.image_link_icon a{
  display: block;
  background-color: #3cb14f;
  width: 60px;
  height: 60px;
  float: none;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  color: #fff;
  line-height: 64px;
  border: none;
  position: relative;
  top: 50%;
  margin-top: -30px;
  z-index: 9;

}
.portfolio_content_style1 ul li:hover .image_link_icon{
  opacity: 1;
  position: absolute;
  background-color: rgba(0,0,0,0.75);
  width: 100%;
  height: 100%;
  top:0;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}
.portfolio_content_style2 .description_box.pf_title_cat_wrapper{
  padding:0px!important;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.description_box.pf_title_cat_wrapper{
   padding: 30px!important;  
}
.portfolio_content_style2 li:hover .description_box.pf_title_cat_wrapper{
  padding: 45px 30px 45px 30px!important;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio_content_style2 ul li img, .portfolio_content_wrapper ul li .pf_title_cat_style2, .portfolio_content_wrapper ul li:hover .pf_title_cat_style2, .portfolio_content_wrapper ul li:hover .readmore_button, .portfolio_content_style2 .readmore_button, .portfolio_content_style1 ul li:hover .image_link_icon, .image_link_icon, .portfolio_content_style1 ul li img, .portfolio_content_style1 ul li:hover img.image_opacity, .portfolio_content_style1 ul li img.image_opacity{
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pf_title_cat_style3 .readmore_button{
  display: inline-block;
}
.pf_title_cat_wrapper  p{
  padding-bottom: 0px;
}
.pf_image_wrapper, .owl_slider_img{
  overflow: hidden;
}
.pf_image_wrapper  img, .owl_slider_img img{
  margin: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  overflow: hidden;
}
.pf_image_wrapper img:hover, .owl_slider_img img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
/* Gallery slider */
.images_gallery_wrapper ul {
    margin: 0px!important;
    list-style: none!important;
}
.images_gallery_wrapper ul li{
  list-style: none;
  position: relative;
  background: #000;
}
.images_gallery_wrapper ul li:hover .image_link_icon{
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.images_gallery_wrapper ul li:hover img.lightbox_img_opacity{
  opacity: 0.3;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.images_gallery_wrapper .gutter_images{
  width: 100%;
}
.images_gallery_wrapper ul li:hover .image_link_icon{
  opacity: 1;
  position: absolute;
  background-color: rgba(0,0,0,0.75);
  width: 100%;
  height: 100%;
  top:0;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}


/* Accorion Shortcode
----------------------------------------------------------------------------------------------------*/
.accordion {
  clear: both;
  width: 100%;
}
.accordion > strong {
  border-color: #ddd;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  cursor: pointer;
  margin: 0;
  padding: 10px 20px;
  display:block;
  position:relative;  
  /*font-size: 13px!important;*/
}
.accordion  span.ui-icon:before {
  content: "";
  font-family: fontawesome;
  font-size: 13px;
  margin-right: 12px;
}
.accordion > strong.ui-state-active > span.ui-icon:before {
  content: "";
  font-family: fontawesome;
}
.accordion span.ui-icon {
  float: right;
  margin-left: 10px;
  text-align: right;
  width: 20px;
}
.accordion > strong.ui-state-active {
  border-bottom:1px solid #ddd;
  background-color:#eee;
}
.accordion > div {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0 !important;
  position:relative;
}
.accordion > strong {
  border: 1px solid #ddd;
  color: #888888;
  line-height: 170%;
  margin-top: -1px;
  transition: all 0.2s ease 0s;
}
.accordion_wrapper .description_box{
  padding: 30px!important;
}
/* toggle styles
----------------------------------------------------------------------------------------------------*/
.toggle_container{
  display:block;
  clear:both;
}
strong.trigger {
  background-color: #DFDFDF;
  background-repeat: no-repeat;
  color: #666666;
  cursor: pointer;
  display: block;
  line-height: 28px;
  padding: 8px 15px;
  margin-top: -1px;
  line-height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.toggle_content {
  margin: 0 0 0px 0;
  padding: 0; 
  overflow: hidden;
  width:100%;
  clear: both;
}
.toggle_content .block {
  padding: 30px;
  background-color:#fff;
  }
.toggle_content .block p {
  padding: 5px 0;
  margin: 5px 0;  
}
strong.trigger i {
  margin-right: 6px;
  text-align: center;
}
.toggle_title_icon{
  margin-right: 10px;
}
.arrow_buttons{
  float: right;
}
/* Hariontal Tabs
----------------------------------------------------------------------------------------------------*/
.tab_content {
  clear: both;
  display: block;
}
.tabContaier{
  margin:0px auto;
  position:relative;

}
.horizontal_tabs > ul{
  z-index:1;
  margin:0!important;
}
.horizontal_tabs > ul > li{
  display: inline;
  float: left;
  list-style:none;
  margin-right:0px;
  padding: 0!important;
  margin-bottom: 0;
}
.horizontal_tabs > ul > li:last-child{
  margin-right:1px;
}
.horizontal_tabs > ul > li a{
  border-right:0;
  color:#666;
  cursor:pointer;
  display:block;
  padding:10px 20px;
  text-decoration:none;
  border-left:1px solid #ccc; /* for non-css3 browsers */
  border-right:1px solid #ccc; /* for non-css3 browsers */
  border-top:1px solid #ccc; /* for non-css3 browsers */
  font-weight: bold;
  position: relative;
     -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-right: -1px;
}
.horizontal_tabs .tab-active a{
  color:#333;
}
.horizontal_tabs .tabDetails{
  min-height:100px;
  border:1px solid #ccc;   
  margin-top: -1px;
}
.ui-tabs-panel.ui-widget-content.ui-corner-bottom {
    clear: both;
}
/* Vertical Tabs
----------------------------------------------------------------------------------------------------*/
.vertical_tabs{
  margin:0px auto;
  position:relative;
}
.vertical_tabs > ul{
  border-right:0px solid #fff;
  position:absolute;
  z-index:100;
  margin:0px!important;
  padding:0px;
  width:19.9%;
}
.vertical_tabs > ul >  li{
  list-style:none;
  display:block;
  float: none;
  padding: 0!important;
  margin-bottom: 0;
}
.vertical_tabs li:first-child a{
  border-top:1px solid #ccc;
}
.vertical_tabs > ul > li a{
  border-bottom:none;
  border-right:0;
  color:#666;
  cursor:pointer;
  display:block;
  padding:7px 20px 7px 20px;
  text-decoration:none;
  border:1px solid #ccc;
  border-top:1px solid #fff;
  height: inherit!important;
  position: relative;
  margin-right: -1px;
}
.vertical_tabs .ui-tabs-active a, .vertical_tabs ul li a:hover{
  border-right:0;
  color:#333;
  border-right: 0 none !important;
  position: relative;
  z-index: 9;
}
.vertical_tabs > ul > li a:hover, .vertical_tabs > ul > li.tab-active a{
   border-bottom: 0!important;
 }
.vertical_tabs .tabDetails{
  margin-left:20%;
  min-height:200px;
  border:1px solid #ccc;
  padding:30px;
}
.vertical_tabs > ul > li:last-child {
    margin-bottom: 0 !important;
}
ul.tabContaier a {
    line-height: 20px!important;
}
/*-----------------------------------------------------
Button Widget 
------------------------------------------------------*/
.widget_button {
  padding:7px 20px;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  overflow: hidden;
  -o-transition:all 0.5s ease 0s;
  -ms-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.alignleft {
  float: left;
  margin: 0 20px 15px 0;
  width: auto;
}
.aligncenter {
  display: block;
  margin: 0 auto 20px;
  width: auto;
}
.alignnone {
  margin-bottom: 15px;
  width: auto;
}
.widget_button i {
  margin-right: 8px;
  -o-transition:all 0.5s ease 0s;
  -ms-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.button_wrapper_center{
  text-align: center;
}
.button_wrapper_center .aligncenter{
  display: inline-block!important;
}
/*list_boxes*/
.custom_list_box ul li{
  background-repeat: no-repeat;
  list-style: none;
  background-position: left 4px;
}
.custom_list_box ul{
  margin: 0px!important;
}
/* Flickr */
.flickr_badge_image {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    overflow: hidden;
}
/* Custom title */
.custom_title_center .title_seperator{
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.custom_title_right .title_seperator{
  right: 0px;
}
.widget_kaya-custom-title{
  margin-bottom: 0px!important;
}
.widget_kaya-custom-title.panel-first-child.panel-last-child .custom_title_wrapper p{
  margin-bottom: 0px!important;
}
.widget_kaya-custom-title.panel-first-child .custom_title_wrapper p{
  margin-bottom: 45px!important;
}
/* Blog Page */
.blog_post_wrapper article{
  margin-bottom: 45px;
}
.blog_post_wrapper .date_category span{
  letter-spacing: 2px;
  font-weight: 400;
}
.blog_post_wrapper .readmore_button{
  padding: 0px;
}
.quote_format h5 {
   font-size: 26px;
  line-height: 38px;
}
.quote_format {
    background-color: #e2e2e2;
    padding: 60px 30px;
}
.quote_format_text{
  background-color: #e2e2e2;
  padding: 60px 30px;
  text-align: center;
  margin: 0px auto;
}
.quote_format_text i{
  margin-right: 14px;
  margin-left: 14px;
}
.gllery_slider{
  display: none;
}
/* Portfolio Draggable Slide */
.portfolio_widget_slider{
  display: none;
}

/*---------------------------
  Contact Contact Form 
---------------------------*/
.contact_loader{
  margin-left: 10px;
  visibility: hidden;
  display: inline-block!important;
}
#contact-form .success {
    margin-bottom: 10px;
}
#contact-form i {
    font-size: 16px;
    margin-top: 12px;
    position: absolute;
    right: 9px;
    top: 0;
    color: #b6b6b6;
}
#contact-form .fullwidth{
    position: relative;
}
#contact-form input, #contact-form  textarea, #application-form input, #application-form textarea{
    width: 98%;
    padding: 12px 1%;
    background: none;
    border: 1px solid #ffffff;
}
#application-form .one_half input, #application-form .one_half_last input{
    width: 96%;
    padding: 2%;
}
#application-form  input.readmore_button{
    width: auto!important;
    cursor: pointer;
         -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#contact-form .button{
    width: 100%!important;
    width: 100%!important;
    letter-spacing: 1px;
    cursor: pointer;
         -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* Application form */
#main select{
    background:none;
    border:1px solid #ffffff;
    color: #787878;
    padding: 10px;
    margin-bottom: 24px;
}
#main select option{
    background:none;
    border: 1px solid #ffffff;
    color: #787878;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
  position: absolute;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.ui-datepicker-title {
    display: table;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background-color: #ffffff;
    font-weight: bold;
    padding: 10px;
}
.ui-datepicker-prev {
    float: left;
}
.ui-datepicker-next.ui-corner-all {
    float: right;
    right: 15px;
}
.ui-datepicker-today{
  background-color: #ffffff;
}
/*--------------------
  Contact Icon Box 
--------------------*/
.contact_icon {
  display: table;
  float: left;
  font-size: 20px;
  text-align: center;
  padding: 15px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.contact_info_box .description_box h5{
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 400;
}
.contact_info_box .description_box  p{
  font-size: 13px;
}
.contact_info_box .description_box{
  clear:both;
  padding: 30px;
}
/* Twitter */
.twitter_container li {
    margin-bottom: 14px;
}
.twitter_container ul {
    list-style: none!important;
    margin: 0!important;
}
.twitter_container i {
    background-color: #3cb14f;
    color: #fff;
    height: 30px;
    width: 30px;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    padding: 3px;
}
.twitter_container li > a{
    margin-bottom: 15px;
    display: inline-flex;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.more_tweets{
  letter-spacing: 2px;
  font-size: 11px;
}
/* Download Browcher Files */
.download_brochure_file ul{
  list-style: none!important;
  margin:0px!important;
}
.download_brochure_file span {
    height: 60px;
    width: 60px;
    background-color: #3cb14f;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    float: right;
}
.download_brochure_file li {
    border-bottom: 1px solid #fff;
    display: block;
    overflow: hidden;
    line-height: 60px;
    padding: 0px!important;
    margin-bottom: 20px!important;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
}
#sidebar .download_brochure_file li {
    padding: 0px!important;
    margin-bottom: 20px!important;
}
.download_brochure_file li:last-child {
    margin-bottom: 0px;
}
/* Shortcoses */
.block_quotes h3 {
  margin-bottom: 0px;   
}
/* Success Message */
.success {
    border: 1px solid #3cb14f;
    margin-bottom: 30px;
    padding: 10px;
}
/* TIme Line */
.timeline_title_date_wrapper{
  text-align: center;
}
.timeline_title_date_wrapper .timeline_title_date{
  display: inline-block;
}
.timeline_title_date_wrapper h3 .title_seperator{
    left: 0;
    right: 0;
    margin: 0px auto;
}
.timeline_title_date_wrapper{
    margin-top: 30px;
}
.timeline_date{
  font-size: 11px;
  font-weight: 400;
}
.timeline_title_date_wrapper .title_style2{
  margin-bottom: 6px;
}
/*Alert Box*/
.close_alert_icon, .alert_awesome_icon{
  font-size: 18px;
  cursor: pointer;
}
.alert_box{
  padding:10px 25px;
}
.close_alert_icon{
  float: right;
}
.alert_awesome_icon{
 float: left;
 width: 12%;
}
/* Pricing Table 
----------------------------------- */
.pricing_table {
  text-align:center;
  position:relative;
}
.pricing_table h3 {
  color:#fff;
  padding:40px 30px;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.price h1 {
  font-size:60px;
  color:#fff;
  margin-bottom:30px;
}
.price em {
  color:#000000;
  font-style:normal;
}
#mid_container_wrapper .pricing_table .pricing_content ul{
  margin: 0;
  list-style: none;
}
.pricing_table .pricing_content ul li {
  padding-bottom: 15px;
  padding-top: 15px;
  color:#111;
  margin-bottom:0px;
  font-size: 16px;
}
.pricing_table .price{
  padding:45px 30px;
}
.pricing_footer{
  padding: 60px 30px;
}
.pricing_table .pricing_content ul li:last-child{
  padding-bottom: 0px;
}
.pricing_table sub {
    font-size: 20px;
}
.pricing_table sup {
    font-size: 25px;
    top: -5px;
}
/* Single page */
.widget_square-single-page-menu-name{
  margin-bottom: 0px!important;
}