
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:600');

img {
  max-width: 100%;
}


.btn.focus,
.btn:focus,
.btn:hover {
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
}
.btn-chos {
    margin-top: 8px;
    padding: 12px 16px;
    font-size: 17px;
    font-weight: 700;
}
.slider-area .btn-chos {
	top: 25px;
	padding: 16px 13px;
}
.btn-chos:hover  {
	color: #000;
}
.btn-chos:active, .btn-chos:focus {
    color: #fff;
}
.hvr-shutter-in-horizontal {
	background:transparent;
}
.hvr-shutter-in-horizontal::before {
    border-top: 1px solid #B89841;
    border-bottom:1px solid #B89841;
    background: transparent;
}
 .btn-chos {
    border-color:transparent;
	border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.btn-chos:hover {
    border-top: 1px solid #B89841;
    border-bottom: 1px solid #B89841;
}
small{
  font-family: 'Roboto Condensed', sans-serif;
}
section{
  background:#FFF;
}
 

/*----------------------------------------------------
  2. Header Section
------------------------------------------------------*/

/* Mega Menu
----------------------*/
.manimenu.top-nav-collapse {
    padding: 0px 0px; 
}
.manimenu {
    padding: 15px 0;
}
.manimenu .navbar-brand > img {
    margin-top: -19px;
}

.manimenu ul {
    list-style:none;
    margin:0;
    padding:0;
    background:transparent;
	margin-left:20px !important;
}
.manimenu ul:before,.manimenu ul:after {
    content:"";
    display:table;
}
.manimenu ul:after {
    clear:both;
}
.manimenu ul > li {
    float:left;
    position:relative;
}
.top-nav-collapse ul li a{
    /*! color:#FFF !important; */
}
.navbar-fixed-top ul li a{
    color:#fff;
    font-weight: 700;
}
.manimenu a {
    display:block;
    padding:30px 20px;
    text-transform: uppercase;
    font-size: 13px;
}
.manimenu a:hover {
    text-decoration:none;
    color: #CFCFCF;
}
.manimenu li ul {
    background:#242222;
}
.manimenu li ul li {
    width:220px;
}
.manimenu li ul a {
    border:none;
	padding: 10px 20px;
	color: #FFF;
}
.manimenu li ul a:hover {
    
  color: #565252;
}
.manimenu ul > li ul li:hover  a {
    margin-left: 7px;
}
	
	
.manimenu li ul {
    position:absolute;
    left:0;
    top:84px;
    z-index:1;
}
.manimenu li ul li {
    overflow:hidden;
    height:0;
    -webkit-transition:height 200ms ease-in;
    -moz-transition:height 200ms ease-in;
    -o-transition:height 200ms ease-in;
    transition:height 200ms ease-in;
}
.manimenu ul > li:hover ul li {
    height:46px;
    border-bottom: 1px solid #2c2a2a;
}
	
.manimenu .header-right a {
    padding: 30px 0px;
}


/*----------------------------------------------------
	6. Work  Section
------------------------------------------------------*/
.work-section {
    padding-top: 50px;
    padding-bottom: 76px;
    background: #FFF;
}
.base-header h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
	padding-bottom: 15px;
	position: relative;
	
    color: #000;
}


/* Work items
------------------*/

.project-list .mix {
  display: none;
}

.project-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

.project-filter ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.project-filter ul li {
  color: #333;
  cursor: pointer;
  margin-bottom: 17px;
  margin-right: 15px;
  padding:8px 16px;
  transition: all 0.5s ease 0s;
  display: inline-block;
}
.project-filter ul li:hover {
    color: #000 !important;
    background: transparent !important;
	border-bottom: 5px solid #4B4B4B;
}

.project-filter ul li.active {
    color: #000 !important;
    display: inline-block;
    border-bottom: 5px solid #4B4B4B;
    background: transparent !important;
}

.project-filter ul li i {
  margin-right: 7px;
}

.work-item {
  position: relative;
  margin-top: 18px;
  margin-left: -10px;
}

.mask2 {
  position: absolute;
  width: 100%;
  height: 100.2%;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  background:  #212121;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0px;
}

 
.mask2 h4 {
margin-top: 68px;
    color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 2;
}
.mask-big  h4 {
  margin-top: 99px;
}
.mask2 p {
  color: #fff;
  margin-top: -16px;
}

.mask2 i {
color: #fff;
    font-size: 25px;
    position: relative;
    top: 43%;
    left: 40%;
}

.items {
    overflow: hidden;
}
 
.work-item:hover .mask2 {
    width: 100%;
    height: 100%;
	background: RGBA(21, 21, 21, 0.71);
	 
}
.work-item:hover .mask2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.work-item:hover .mask2 {
    border: 1px transparent !important;
}
.mask2:hover h2 {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.mask2:hover  {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  padding-left: 30px;
}
.work-item:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.work-item img {
	width: 100%;
	display: block;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
/*----------------------------------------
   7. Impressed Section
--------------------------------------------*/
.choose-us {
    color: #0C0C0C;
    padding-top: 5px;
    padding-bottom: 90px;
}

.text-riht {
  text-align: right;
}

.text-riht h3 {
  margin: 0px;
  color: #FFF;
  margin-top: 17px;
}

.text-riht small {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 8px;
}
section.impres h3 {
    font-size: 56px;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 3px;
	margin-top: 12px;
}
section.impres small {
    color: #fff;
}
section.impres h3 {
    color: #333 !important;
}
.choose-us .col-lg-5.col-sm-5{
    color: #b6b1b1;
}
.choose-us .btn-chos:hover {
    color: #000;
}

/*----------------------------------------------------
   9. Achieve  Section
------------------------------------------------------*/
.achieve-section{
	padding-top: 0px;
}
.achieve-header small {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    color: #B89841;
    display: block;
    line-height: 0.8;
    letter-spacing: 8px;
    margin-bottom: 30px;
}
.achieve-header h2 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 45px;
    font-family: 'Josefin Slab', serif;
    line-height: 43px;
    text-align: left;
}

.achieve-section .col-lg-3 {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 50px;
}

.achieve-section .col-lg-3 i {
  font-size: 40px;
  display: block;
}

.achieve-section .col-lg-3:nth-child(4n-3) {
  border-right: none;
}

.achieve-section .col-lg-3 h5 {
  letter-spacing: 3px;
  margin: 17px 0;
  line-height: 24px;
  text-transform: uppercase;
}

.achieve-section .col-lg-3 h5 span {
  display: block;
}

.achieve-section .col-lg-3 h1 {
  font-size: 40px;
}

.icon-lay {
  position: relative;
  min-height: 42px;
  cursor: pointer;
}

.icon-lay i {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

#achieve-section .col-lg-3:hover i {
  top: -20px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

/*----------------------------------------------------
   10. Testimonial Section
------------------------------------------------------*/
.testimonial-section {
    background: #1F1F1F;
    background-image: url("../images/background/b2.html");
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonial-section .owl-theme .owl-controls .owl-page.active span {
  background: #B89841;
}

.testimonial-section .owl-theme .owl-controls .owl-page span {
  width: 20px;
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #414040 ;
  display: inline-block;
}
.testimonial-section .owl-theme .owl-controls .owl-page:hover span {
  background: #B89841;
}
.testimonial-box {
  text-align: center;
  padding: 0 10px;
 
  color:#fff;
}
 
.tes_img {
    border: 6px solid rgb(31, 31, 31);
    padding: 30px;
    background: #1F1F1F;
}
.testimonial-box h4 {
    color: #C9C6C6;
    background: #1F1F1F;
    margin-top: 75px;
    padding: 20px 20px;
    font-size: 15px;
}
.testimonial-box h4::before {
    content: "“";
    position: relative;
    font-size: 65px;
    color: #C9C6C6;
    top: 23px;
    left: -9px;
}

.testimonial-box span {
    font-size: 13px;
    color: #aaa;
    position: relative;
    top: 10px;
	display: block;
}
.testimonial-section .owl-controls  {
    display: none !important;
}


/*----------------------------------------------------
    11.Pricing  Section
------------------------------------------------------*/

.pricing-section {
  padding-bottom: 100px;
  padding-top: 60px;
}

.pricing-box {
  position: relative;
  text-align: center;
  background: #F6F6F6;
  transition: all 0.4s ease-out 0s;
  transform: translateX(0px) translateY(-3px) translateZ(0px) rotate(0deg) scale(1);
  box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
}
.pricing-box:hover{
    background-color: #FFF;
    box-shadow: 0px 0px 0px 0px #fff;
	transition: all 0.4s ease-out 0s;
}
.pricing-box h3 {
  font-size: 18px;
  letter-spacing: 3px;
  margin: 0;
  padding: 26px 0;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  text-transform: uppercase;
}

.pricing-box h2 {
  font-size: 60px;
  margin: 31px 0;
}

.pricing-box h2 span {
  font-size: 26px;
  position: relative;
  top: -11px;
  padding-right: 6px;
}

.pricing-box h2 sub {
  font-size: 16px;
}

.pricing-box p {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-transform: uppercase;
}


.pricing-box a {
  margin-bottom: 37px;
  color: #fff;
}

.pricing-box a:hover {
  color: #000;
}

.pricing-box h3:before,
.pricing-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.pricing-box .btn-chos:active , .blog-post .btn-chos:focus{
  color:#000 !important;
}
 
/*----------------------------------------------------
    12.Blog  Section
------------------------------------------------------*/
.blog-section {
  padding-bottom: 150px;
  padding-top: 60px;
  background: #f2f2f2;
}

.blog-post {
    margin-top: -30px;
}
.single-post {
    width: 46%;
    float: left;
    padding: 15px 0;
}
.blog-foot a {
    text-align: right;
    overflow: hidden;
    display: block;
    margin-right: 46px;
    margin-top: 28px;
}
.blog-foot a {
	color: #333;
}

.date-sty {
  font-size: 20px;
  font-weight: 700;
}
.single-post-warper {
    background: #EFEFEF;
    position: relative;
    padding: 28px 40px;
    /*!  */
    top: 16px;
	transition: all 0.4s ease-out 0s;
    right: 0px;
}
 
.blog-post .col-lg-10:hover .single-post-warper{
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
	transition: all 0.4s ease-out 0s;
}
.blog-content a {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
    color: #333;
    text-align: right;
    display: block;
    letter-spacing: 3px;
}
.blog-content .entry-title:hover {
	text-decoration:underline;
}

.blog-content .entry-author {
    font-size: 12px;
    color: rgb(95, 94, 94);
    text-transform: capitalize;
    letter-spacing: 2px;
}

.blog-content .entry-parag  {
    text-align: right;
}

.blog-thumb {
  width:50%;
  float: right;
  overflow: hidden;
  margin-top: 50px;
}

.blog-thumb img {
  height: 100%;
}
.blog-section .btn-chos {
    display: block;
    margin: 0 auto;
    width: 1%;
    overflow: hidden;
    position: relative;
    top: 50px;
}
/*
   Blog Post 2nd
--------------------*/

.single-post-right{
    float: right;
}
.single-post-right .blog-foot a {
    text-align: left;
    margin-left: 92px;
}
.single-post-right .blog-foot a:hover {
    /*!  */
}
.single-post-warper-right {
    left: 0px;
	z-index: 9;
}
.single-post-warper-right .blog-content a {
    text-align: left;
}
.single-post-warper-right .blog-content .entry-parag  {
    text-align: left;
}
.blog-thumb-left {
    float: left;
    position: relative;
    /*! left: 35px; */
}
 /*
   Blog List Page
--------------------*/
.blog-list-page .single-post {
    padding:15px ;
}

@media screen and (max-width: 767px) {
  .contact-info .col-sm-4 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {

}

/* -- Widget Area */

.widget-area {
  text-align: center;
  padding-top: 100px;
}

/* - Widget */

.widget {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}

/* - Widget Search */
.widget {
    margin-bottom: 40px;
}
.widget-search {
    border-bottom: 1px solid #C3C3C3;
    display: block;
}
.widget-search .input-group {
    padding-bottom: 16px;
}
.widget-search .input-group input {
    background: transparent none repeat scroll 0% 0%;
    border: 0px none;
    border-radius: 0px;
    transition: none 0s ease 0s;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    height: auto;

}
.widget-search .input-group button {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: medium none;
    font-size: 14px;
	color: #8D8D8D;
	padding: 0px 12px;
}
.input-group-btn {
    left: 0px;
}
 
/* - Widget Title */

.widget .widget-title {
    padding: 0px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
    letter-spacing: 2px;
    margin: 0px 0px 25px;
	position: relative;
}
 
/* - About Author */

.widget-about-author {
  margin-bottom: 30px;
}

.widget-about-author img {
  display: inline-block;
  margin-top: 0px;
}

.widget-about-author p {
  text-align: left;
  padding-top: 0px;
  font-size: 13px;
  color: #8D8D8D;
  line-height: 25px;
  font-weight: 300;
}
 
/* - Categories Type */

 

.categories-type li {
  border-bottom: 1px solid #f0f0f0;
  padding: 11px 0;
  letter-spacing: 0.5px;
}

.widget-post-categories .categories-type {
    text-align: left;
    display: inline-block;
    margin-top: -10px;
    width: 100%;
    margin-left: -53px;
}
.categories-type li a {
	color:rgb(141, 141, 141);
}
.categories-type li:hover a {
  color: #000;
}

.categories-type li span {
  float: right;
  clear: both;
}

/* - Recent Post */

.wiget-recent-post {
  margin-bottom: 22px;
}

.wiget-recent-post .widget-title {
  margin-top: 10px;
}

.recent-post-box {
  display: inline-block;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 13px;
  margin-top: 10px;
  width: 100%;
  position: relative;
}

.recent-post-box:last-of-type {
  border-bottom: none;
}

.recent-title {
  text-align: left;
  padding-right: 100px;
}

.recent-title > a {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}
.recent-title > a:hover{
	text-decoration:underline;
	color:#333
}

.recent-title > p {
  font-size: 13px;
  color: #8B8B8B;
}

.recent-img {
  position: absolute;
  right: 0;
  top: 5px;
}

/* - Widget Instagram */
.instagram-photo-list {
    padding: 0px;
    margin: 0px;
    list-style: outside none none;
}
.instagram-photo-list li {
    padding: 4px;
    width: 50%;
    float: left;
}
.instagram-photo-list li img {
    transition: all 0.2s ease 0s;
}
.instagram-photo-list li:hover img {
    transition: all 0.2s ease 0s;
    opacity: 0.5;
}
.widget-instagram  img {
    width: 300px;
}


/* - Widget Tags */

.widget-tags {
  text-align: left;
  width: 100%;
}

.widget-tags .widget-title {
  display: inline-block;
  width: 100%;
}

.widget-tags > a {
  color: #8D8D8D;
  text-decoration: none;
  border: 1px solid #C3C3C3;
  padding:6px 13px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
}

.widget-tags > a:hover {
  color: #000;
  transition: all 1s ease 0s;
  border-color: #000;
}


/* -- Single Blog */

.single-post .entry-content p {
  letter-spacing: 1px;
}

.single-post .entry-content blockquote {
  background-color: #fafafa;
  padding: 40px;
  border-left: none;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single-post .entry-content blockquote p {
  padding-right: 0;
}

.entry-bullet {
  display: inline-block;
  padding: 0 42px;
}

.entry-bullet ul li {
  display: inline-block;
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
  position: relative;
  padding-left: 21px;
}

.entry-bullet ul li::before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background-color: #3f51b5;
  top: 10px;
  left: 0;
}


/* - Single Share */

.single-share {
  display: inline-block;
  width: 100%;
  padding: 25px 0 15px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.single-share > ul {
  display: inline-block;
}

.single-share li {
  list-style: none;
  display: inline;
  color: #232c3b;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.single-share img {
  display: inline-block;
  margin-right: 20px;
}

.single-share ul li > a {
  color: #666;
  text-decoration: none;
  margin-right: 20px;
  position: relative;
}

.single-share ul li:first-child {
  padding-left: 15px;
}

.single-share ul li:nth-child(2) {
  margin-right: 5px;
  padding-right: 18px;
}

.single-share ul li:nth-child(2)::before {
  position: absolute;
  content: ":";
  font-size: 16px;
  right: 0;
  top: -7px;
}

.single-share ul li:hover a {
  color: #e91e63;
}

.blog-area .single-share .pagUmCreativetion {
  width: auto;
  float: right;
  margin-top: 10px;
  margin-bottom: 0;
}

.single-share .pagUmCreativetion ul li:first-child {
  padding: 0;
}

.single-share .pagUmCreativetion li:nth-child(2)::before {
  content: "";
  font-size: 15px;
}



/* - Comment Section */

.comment-section {
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 45px;
}

.section-heading {
  font-size: 20px;
  color: #232c3b;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.comment-section .media-heading {
  margin-bottom: 20px;
}

.comment-section .media-left {
  float: left;
  clear: both;
}

.comment-section .media-left > img {
	/*position: absolute;*/;
}

.comment-section .media-list {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
}

.comment-section .media-content {
  border: 1px solid #ececec;
  padding: 25px 25px 40px 25px;
  margin-left: 25px;
  position: relative;
  display: inline-block;
}

.comment-section .media-content::after,

.comment-section .media-content::before {
  border: medium solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  right: 100%;
  top: 20%;
  width: 0;
}

.comment-section .media-content::after {
  border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 10px;
  margin-top: -11px;
}

.comment-section .media-content::before {
  border-color: rgba(194, 225, 245, 0) #f2f2f2 rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
  border-width: 12px;
  margin-top: -13px;
}

.comment-section .media-heading span:first-child {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  display: inline-block;
  margin-right: 15px;
}

.comment-section .media-heading > span {
  color: #3f51b5;
  font-size: 10px;
  text-transform: uppercase;
}

.comment-section .media-content p {
  font-size: 15px;
  color: #999;
  line-height: 24px;
}

.comment-section .media-reply {
  float: right;
  clear: both;
}

.comment-section .media-reply  span {
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
  position: relative;
  padding-right: 10px;
}

.comment-section .media-reply  span::after {
  position: absolute;
  content: "|";
  font-weight: 700;
  top: -2px;
  right: 0;
}

.comment-section .media-reply  a {
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 5px;
}

.comment-section .media-left .media-reply {
  display: inline-block;
  margin-top: 10px;
}



/* -- Leave Comment */

.leave-comment {
  display: inline-block;
  margin-bottom: 60px;
  width: 100%;
}

.leave-comment .section-heading {
  display: inline-block;
  margin-bottom: 30px;
}

.comment-form label {
  color: #333;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.comment-form .form-control {
  border-radius: 0;
  box-shadow: none;
  min-height: 38px;
  border-color: #f1f1f1;
}

.comment-form textarea {
  display: inline-block;
  height: 139px;
}

.comment-form  input[type="submit"] {
  background-color: #3f51b5;
  color: #fff;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  padding: 10px 0;
  border: 1px solid transparent;
}

.comment-form  input[type="submit"]:hover {
  background-color: #fff;
  border-color: #3f51b5;
  color: #3f51b5;
  transition: all 1s ease 0s;
}

/*  Sigle Blog Page 
======================= */
.three-column .blog-area {
    padding-right:10px;
}
.three-column .blog-area .pagUmCreativetion .pager {
    text-align: center;
}
.three-column .blog-area .pager-icon {
    font-size: 14px;
	color: #8B8B8B;
} 
.three-column .blog-area .prev {
    padding-left: 0px;
    text-align: left;
}
.three-column .blog-area .nxt {
    text-align: right;
    margin-left: -15px;
}
.three-column .blog-area .pager-icon:hover {
	color:#333;
	left:15px;
}
/*===================================================
   16. Sigle Blog Page 
====================================================== */
.author-data {
    border: 1px solid #EFE7E7;
    padding: 10px;
    display: block;
}
.mb50 {
    margin-bottom: 50px !important;
}
.author-data .author-img {
    float: left;
    width: 100px;
    height: 100px;
}
.author-data .author-img img {
    width: 100%;
    height: 100%;
}
.author-data strong.author-title {
    margin-left: 30px;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: 2px;
}
 
.author-data p {
    margin-left: 131px;
	font-weight: 300;
	color: #444;
	font-size: 14px;
}

/*   Single Comment
---------------------------- */
.list-comments {
    border: 1px solid #E3DEDE;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.section-title h3, .section-title h2 {
    margin-top: 40px;
    font-size: 29px;
    position: relative;
    margin-bottom: 70px;
    letter-spacing: 3px;
    padding-left: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}
 
.comments {
    padding: 0px;
    margin: 0px;
}
.comments li {
    list-style: outside none none;
}
.comments li .comment {
    padding: 8px 20px 10px;
    position: relative;
    overflow: hidden;
    margin-bottom:40px;
}
.comments li .comment img.comment-avatar {
    float: left;
    /*! margin-right: 10px; */
	/*!  */
}
.comments li .comment strong.commenter-title {
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
	color:#8B8B8B;
	letter-spacing:2px;
	margin-left: 100px;
}
.comments li .comment strong.commenter-title a {
    color: #333;
}
.comments li .comment span.comment-date {
    display: block;
    font-size: 11px;
    margin-bottom: 16px;
    color: #3F3F3F;
    margin-left: 100px;
    margin-top: 13px;
    text-transform: uppercase;
}
.comments li .comment span.comment-reply {
    position: absolute;
    right: 16px;
    top: 8px;
}
.comments li .comment span.comment-reply a {
    display: block;
    color: #FFF;
    background: #262525 none repeat scroll 0% 0%;
    transition: all 0.5s ease 0s;
    border: 1px solid #262525;
    font-size: 11px;
    padding: 2px 14px;
    text-transform: uppercase;
}
.comments li .comment span.comment-reply a:hover {
    text-decoration: underline;
}
.comments li .comment span.comment-reply a i {
    font-size: 11px;
}
.comments li .comment p:last-child {
    margin-bottom: 0px;
	font-weight: 300;
	color: #424242;
}
.comments li > ul {
    padding-bottom: 7px;
}
.comments li .comment p {
    margin-top: 7px;
	font-size: 14px;
}
.blog-contact .btn-chos {
    border: 1px solid #FFF !important;
}
.blog-contact .btn-chos:hover {
    background: #FFF !important;
	color:#000 !important;
	border: 1px solid transparent !important;
}
.blog-contact {
    padding:0px;
    margin-bottom: 100px;
	margin-top: 0px;
}
.blog-contact .form-group{
    padding-right: 10px;
    padding-left:0px;
}

/*
   Single blog fullPage 
========================= */ 
.blogfullPage{
    background: #f2f2f2;
}
.blogfullPage .blog-area {
    padding-right:15px;
}
.blogfullPage .blg_author {
    padding-top:70px;
    margin-bottom: -50px;
}
.blogfullPage .blg_author .entry-date {
    overflow: hidden;
    display: block;
}
.blogfullPage .blg_author .entry-date a {
    margin-left: 30px;
    font-weight: normal;
    font-size: 13px;
}
.blogfullPage .blg_author .author-data p {
    /*!  */
    font-size: 14px;
    margin-top: 6px;
}
/*===================================================
   17. Work Page 
====================================================== */

.work-page .project-filter {
    margin-top: -20px;
}
.work-page .project-filter ul li {
    float: left;
}
header.blog-banner {
    background: transparent url("../images/slider/blog-slider.jpg") repeat 0% 0% / 100% auto;
    color: #FFF;
    background-attachment: fixed;
    box-sizing: border-box;
    height: 500px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.work-section-page{
	padding:100px 0;
}
.blog-header h3 {
    color: #B89840;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 5px;
    display: inline-block;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
	font-weight: 900;
}
.blog-header h4 {
    color: #C8C6C6;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    display:block;
	margin-top: -17px;
}
.blog-header p {
    color: #ABAAAA;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 0px;
}

.workfooter {
    margin-top:0px;
}
/*==================================================== 
  18. Single Work page
*======================================================*/

/* ## portfolioitem ## */
.portfolioitem {
    padding-top: 100px;
    padding-bottom: 70px;
}
.portfolioitem img {
	width:100%;
	transition: all 0.4s ease 0s;
	opacity: 0.9;
}
.portfolioitem img:hover {
    opacity:1;
}
.itemPortfolioContent {
    height: 500px;
    margin-top: 100px;
}
.defaultProjectDetails {
    color: #333;
    font-size: 16px;
}
.defaultProjectDetails span:nth-child(1) {
    font-size: 17px;
}
.defaultProjectDetails h6 {
    color: #8D8D8D;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 37px;
    padding: 0px 28px;
    margin-top: 12px;
}
.contectSec {
    height: 200px;
    border-top: 1px solid #E9E9E9;
}
.contectSec p {
    color: #8D8D8D;
    font-size: 12px;
}
.defaultProjectDetails a{
    color: #8D8D8D;
} 
.defaultProjectDetails a:hover {
    color: #000;
    text-decoration: underline;
}

/* ## otherWorks ## */

.otherWorks {
    margin-bottom: 68px;
    margin-top: -24px;
}
.otherWorks .container {
	padding: 24px 0px;
	cursor: pointer;
	transition: all 0.4s ease-out 0s;
}
.otherWorks a:hover{
    background: #000;
	color: #fff;
}
.otherWorks a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 3px double;
    padding: 12px;
}


/* Work Page Two
*========================*/
.work-two .project-filter ul li.active {
    background:transparent;
    border-radius: 3px;
	color:#000;
}
.work-two .work-two-warper {
    padding: 40px;
    padding-bottom: 80px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.14);
}
.work-two .base-header p {
    width: 57%;
    margin: -36px auto 40px;
    margin-top: -36px;
    margin-bottom: 40px;
}
.work-two .project-filter {
    margin-bottom: 10px;
}
.work-two .items img {
    width: 100%;
}
.work-two .btn-chos {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 1%;
    overflow: hidden;
    top: 40px;
}

/* single-work-full-width
*============================*/
.portfoliodesc {
    margin-top: -40px;
    margin-bottom: 100px;
}
.portfoliodesc .project-details p {
    margin-top: 0px;
}

.portfoliodesc .social_footer{
    text-align: left;
    margin-top: 10px;
}
.portfoliodesc .social_footer i{
    margin-left: 12px;
}

.portfoliodesc  h4, .project-details h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfoliodesc hr {
	border-top: 1px solid #efeded;
}
.portfoliodesc .desc-list {
    padding: 13px 0 0;
    list-style: none;
    margin-top: -15px;
}
.portfoliodesc .desc-list li, .portfoliodesc .desc-list li a {
    color: #595959;
    font-weight: 400;
    /*!  */
    font-size: 15px;
    margin: 0;
}
 
.portfoliodesc  .btn-chos {
    padding: 13px 14px;
    font-size: 14px;
}
/*==================================================== 
  19. About Page  
*======================================================*/	
.aboutpage{
    padding-top: 40px;
    padding-bottom: 60px;
}
.aboutone .about-right img, .aboutone .about-left{
    margin-top: 100px;
}

/*==================================================== 
  20. Contact Page  
*======================================================*/
.contact-page .achieve-header {
    padding-top: 100px;
    padding-bottom: 50px;
}
.contact-page .form-control:focus {
    border-color:rgba(10, 11, 10, 0.14);
}
.contact-page .form-control {
    border-color:rgba(10, 11, 10, 0.14);
}

/* Contact Page Two
*========================*/
.contact-two {
    padding-top: 60px;
}
.contact-two .base-header h3 {
    text-align: center;
}
.contact-two .contact-addrs{
    text-align: center;
    margin-top: -15px;
}
.contact-two .base-header small::before , .contact-three .base-header small::before {
    left: 48.4%;
}
/* Contact Page Two
*========================*/
.contact-three {
    padding-top: 60px;
}
.contact-three .base-header h3 {
    text-align: center;
}
.contact-three .contact-addrs{
    text-align: center;
}
.contact-three .map-container {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    margin-bottom: -70px;
    margin-top: 40px;
}
	
	
/*==================================================== 
  21. Service Page
*======================================================*/	
.servicepage .timeline_posts .col-lg-4 {
   margin-bottom: 30px;
}
 
.servicepage .expert-item:hover {
    box-shadow: 0px 21px 65px 20px rgba(42, 41, 41, 0.12);
}
.servicepage .expert-item {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
 
}
.servicepage .expert-section .expert-item:hover .fea-info {
    transition: none;
}	
 
/* 
     Service Page Two
*========================================*/	
	
.service-ssection {
	padding-top: 90px;
	padding-bottom: 90px;
    background: #fff url("../images/blog/blog.png") center top repeat;
}
 
.service-ssection .base-header h3 {
    color: #000;
	padding: 0px;
	text-align: left;
}

.service-ssection .base-header p {
    color: #333;
    padding-right: 20px;
    text-align: left;
}
.service-ssection .btn-one{
    margin-bottom: 37px;
    font-size: 14px;
    font-weight: 700;
}
.service-ssection .btn-one {
    margin-top: 8px;
}
.servicepagetwo .base-header small::before {
    left: 0%;
}
.servicepagetwo .base-header p {
    margin-top: 70px;
}
.servicepagetwo .service-item {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 1px;
}
.servicepagetwo .timeline_posts .col-lg-4 {
    border:1px solid #f9eeee;
    padding: 20px 20px 0px;
}
.servicepagetwo .icon-fea {
  float: left;
}

.servicepagetwo .fea-tit {
  display: block;
  margin: 23px 0px 0px;
  padding-left: 60px;
  font-size: 18px;
  letter-spacing: 2px;
  letter-spacing: 2px;
  margin-top: 8px;
  text-transform: capitalize;
  font-weight: 700;
  color: #00;
}

.servicepagetwo .icon-fea {
  float: left;
  height: 51px;
  margin: -9px  0px -5px 0px;
  color: #000;
}

.servicepagetwo .icon-fea::before {
  text-align: center;
  font-size: 40px;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.servicepagetwo .fea-about-info {
  margin-top: 20px;
  color: rgb(101, 82, 82);
}

.servicepagetwo .row .service-item:hover .icon-fea::before {
  color: #000;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.servicepagetwo .row .service-item:hover .fea-tit{
  color: #000;
}

.servicepagetwo .feat-learn {
  color: #373737;
  letter-spacing: 2px;
  cursor: pointer;
}

.servicepagetwo .feat-learn i {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  top: 7px;
}

.servicepagetwo .col-lg-4, .servicepagetwo .col-lg-8 {
    margin-left:0%;
}

/* 
    Subcribe Form
*==========================*/	
.nwsletter {
    padding-top: 60px;
}
.nwsletter .base-header p{
    margin-top: -25px;
    margin-bottom: 50px;
}
#em_sub {
    padding-bottom: 100px;
}
#em_txt {
    border: transparent;
    border-bottom: 1px solid #000;
    width: 75%;
	text-align: center;
	padding: 10px;
	font-size: 13px;
}
#em_txt:focus {
    border: transparent;
    border-bottom: 1px solid #ddd;
}
#em_subbut{
  padding-bottom: 100px;
  padding-top: 60px;
  background: #0C0C0C;
}
	


/*----------------------------------------------------
    Team Section
------------------------------------------------------*/

.team-section {
  padding-bottom: 100px;
  padding-top: 60px;
  background: #f2f2f2;
}
.team-medical{
  background: #f9f6f6;
}
 

/* Team Member
--------------*/

.member {
  position: relative;
  padding: 0px 10px;
}

.member .img {
  width: 100%;
}

.member .img img {
  width: 100%;
  height: auto;
  padding: 20px;
  border: 1px solid #171616;
}

.member .info {
    position: absolute;
    bottom: 35px;
    text-align: left;
    z-index: 1;
    overflow: hidden;
    background: #ffffff80;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
    padding-bottom: 10px;
	/*!  */
	/*!  */
	/*!  */
    padding: 0px 20px 0px;
    width: 75%;
    left: 12.5%;
}

.member .info .social {
  position: absolute;
  width: 100%;
  top: auto;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
  margin-top: -100px;
}

.member .info p {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: inherit;
  color: #1b1a1a;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.member:hover .info p {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  margin-top: -28px;
  margin-bottom: 24px;
  letter-spacing: 2px;
}

.member:hover .social {
  bottom: 0px;
}

.member:hover .info .social i {
  color: #333;
}

.member:hover .info {
  padding: 0px 20px 45px;
  width: 75%;
  left: 12.5%;
  background: #fff;
}

.member:hover .social {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.member .info h6 small {
  display: block;
  color: #373737;
  margin-top: 10px;
}

.member .info h6 {
  border: none;
  color: #0b0a0a;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.member:hover .info h6,
.member:hover .info h6 small,
.member:hover .info p {
  color: #333;
}

.member .info i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 2.65em;
  font-size: 24px;
  text-align: left;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.social li {
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  margin-right: 10px;
  font-size: 17px;
}

.member .info .social i {
  color: #32312E !important;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.member .info .social i:hover {
  color: #333;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}




