
/*-----------------------------------------------------------------------------------

    Template Name: Puller - Business Bootstrap Template
    Template URI: http://themepuller.com
    Description: This is html5 template
    Author: themepuller
    Author URI: http://themepuller.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
	2. header-top
	3. header-bottom
	4. banner-area
	5. about-area
	6. service-area
	7. portfolio-area
	8. testimonial-area
	9. pricing-area
	10. team-area
	11. blog-area
	12. contact-area
	13. footer-area
	14. index-2
	15. index-3
	16. blog page

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0;}
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Montserrat",sans-serif;
  margin: 0;
  text-transform: uppercase;
}
h2 {
  font-size: 32px;
  letter-spacing: 0.8px;
  line-height: 39px;
  font-weight: 700;
}
h3{
  font-size:26px;
  line-height:39px;
  letter-spacing:.7px;
}
h4{
  font-size:22px;
  line-height:27px;
  letter-spacing:.6px;
}
h5{
  font-size:18px;
  line-height:27px;
  letter-spacing:.5px;
}
h6 {
  color: #222222;
  font-family: raleway,sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 27px;
  text-transform: capitalize;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:active, a:hover ,a:focus{
  outline: 0 none;
  text-decoration: none;
}
.guidence_txt p {
    color: #fff;
    font-size: 20px;
}
ul {
  list-style-position: outside;
  list-style-type: disc;
  margin: 0 0 0 15px;
  padding: 5px 0;
}
.clear{clear:both}
body {
  color: #797979;
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
select, select:-moz-focusring, select::-moz-focus-inner {
color: transparent !important;
text-shadow: 0 0 0 #9b9b9b !important;
}
input:focus, textarea:focus {
  box-shadow: none !important;
  outline: medium none !important;
}
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%; 
  overflow: visible; 
  background: #333 url('images/preloader.gif') no-repeat center center; 
}
/*----------------------
	2. header-top
------------------------*/
.logo {
  margin-top: 15px;
}
.header-top {
  padding: 10px 0;
}
.contact-way {
  margin-top: 6px;
}
.contact-way > span {
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 23px;
  margin-right: 20px;
}
.contact-way > span i {
  color: #fff;
  margin-right: 5px;
}
.social-link a {
  background-color: #fff;
  border-radius: 92%;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 40px;
}
.social-link a:hover {
  background-color: #222;
  transition: all 0.4s ease 0s;
}
/*----------------------
	3. header-bottom
------------------------*/
.header-bottom {
  background: #ffffff none repeat scroll 0 0;
  padding: 10px 0;
  transition:.3s;
}
.header-bottom.stick{
  padding:0;
}
.mainmenu ul {
  float: inherit !important;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.mainmenu ul li {
  display: inline;
}
.mainmenu ul li a {
  color: #393939;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 64px;
  margin-left: 30px;
  padding: 0;
  text-transform: uppercase;
}
.mainmenu ul li:first-child a{
  margin:0;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.stick {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 100%;
  z-index: 999;
}
.navbar {
  border: medium none;
  margin-bottom: 0;
}
.navbar-toggle .icon-bar {
  background: #333333 none repeat scroll 0 0;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
/*----------------------
	4. banner-area
------------------------*/
.banner-area {
  /*background: rgba(0, 0, 0, 0) url("images/final_img.jpg") repeat scroll center center / cover;
  padding: 350px 0 300px;
  position: relative;*/
}
.banner-area::before {
  /* background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0; */
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.banner-text > h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner-text > p {
  color: #f8f8f8;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 22px;
}
.banner-text-btn > a {
  color: #fff !important;
  margin: 0 !important;
}
.cd-headline.clip span {
  display: inline-block;
  padding: 0;
}

/*----------------------
	5. about-area
------------------------*/
.about-area {
  padding-top: 152px;
  padding-bottom: 100px;
}
.heading {
  margin-bottom: 92px;
}
.heading > h2 {
  position: relative;
}
.heading > h2::before {
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -18px;
  width: 70px;
}
.heading > h2::after {
  bottom: -17px;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
}
.heading {
  margin-bottom: 91px;
  position: relative;
}
.heading::before {
  content: "";
  height: 15px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -24px;
  transform: rotate(45deg);
  width: 15px;
}
.heading::after {
  bottom: -23px;
  content: "";
  height: 15px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  transform: rotate(45deg);
  width: 15px;
}
.progress-bar {
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  float: left;
  font-family: "Montserrat";
  font-size: 11px;
  font-weight: 300;
  height: 100%;
  letter-spacing: 1px;
  line-height: 18px;
  padding-right: 15px;
  text-align: right;
  width: 0;
}
.aboutme {
  margin-bottom: 20px;
}
.webdesign{
	width: 80%;
}
.logoskill{
	width: 70%;
}
.photography{
	width:85%;
}
.grpcdesign{
	width: 65%;
}
.webdev{
	width: 90%;
}
.progress {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f3f3f3;
  border-radius: 0;
  box-shadow: none;
  height: 15px;
  margin-top: 5px;
}
.skill-progress {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}
.web-bar {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 100%;
  color: #222;
  font-family: "Montserrat",sans-serif;
  font-size: 10px;
  font-weight: 700;
  min-height: 30px;
  min-width: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.bar1 {
  right: 16%;
}
.bar2 {
  right: 26%;
}
.bar3 {
  right: 11%;
}
.bar4 {
  right: 31%;
}
.bar5 {
  right: 7%;
}
.about-details-heading {
  color: #222;
  font-family: raleway,sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 33px;
  margin-bottom: 20px;
}
.about-box-section {
  margin-bottom: 125px;
  margin-top: 100px;
}
.about-box {
  margin-bottom: 40px;
  overflow: hidden;
}
.about-box-icon {
  color: #333;
  float: left;
  font-size: 60px;
  position: absolute;
  width: 18%;
}
.about-box-icon i {
  left: 0;
  position: absolute;
  right: 0;
  top: 35.5%;
}
.about-box-content {
  float: right;
  font-family: "Montserrat",sans-serif;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 82%;
}
.about-box-content h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
/*----------------------
	6. service-area
------------------------*/
.service-area {
  padding: 152px 0 125px;
}
.service-row {
  margin-bottom: 43px;
}
.service-sin {
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 50px 20px;
  text-align: center;
}
.service-sin-icon i {
  background: #222 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  text-align: center;
  width: 60px;
  transition:.3s;
}
.service-sin-text > h6 {
  margin-bottom: 5px;
}
.service-sin-text > p {
  color: #222;
}
.service-sin:hover .service-sin-icon i {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
}
.service-area .heading::before {
  background: #222 none repeat scroll 0 0;
}
.service-area .heading::after {
  background: #222 none repeat scroll 0 0;
}
.service-area .heading h2::before {
  background: #222 none repeat scroll 0 0;
}
.service-area .heading h2::after {
  background: #222 none repeat scroll 0 0;
}
/*----------------------
	7. portfolio-area
------------------------*/
.portfolio-area {
  padding: 152px 0 125px;
}
.portfolio-nav {
  margin-bottom: 30px;
  text-align: center;
}
.portfolio-nav ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.portfolio-nav ul li {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 39px;
  padding: 0 25px;
  position: relative;
  text-transform: uppercase;
}
.portfolio-nav ul li.active {
  position: relative;
}
.portfolio-nav ul li.active::after {
  bottom: -7px;
  content: "";
  height: 15px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  transform: rotate(45deg);
  width: 15px;
}
.single-portfolio {
  float: left;
  position: relative;
  width: 33.34%;
}
.portfolio-thumb > a {
	display:block;
	position:relative;
}
.portfolio-thumb > a img{
  width:100%;
}
.single-portfolio:hover .portfolio-thumb a::before {
	transform:scaleX(1);
}
.portfolio-thumb a::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.6s ease 0s;
  width: 100%;
}
.portfolio-thumb img {
	width:100%;
}
.portfolio-desc {
  left: 20%;
  position: absolute;
  right: 10%;
  top: 30px;
  transform: scale(0);
  transition: all 0.8s ease 0s;
  z-index: 9;
}
.single-portfolio:hover .portfolio-desc{
  transform:scale(1);
}
.portfolio-desc h4 a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.portfolio-desc .portfolio-category {
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-bottom: 10px;
}
.portfolio-desc > a {
	display: inline-block;
	font-size:24px;
	color:#fff;
}
.portfolio-zoom {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 100%;
  bottom: 0;
  font-size: 60px;
  height: 80px;
  left: 0;
  line-height: 80px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0);
  transition: all 0.8s ease 0s;
  width: 80px;
}
.portfolio-zoom:hover,.portfolio-zoom:focus{
  color:#222;
}
.single-portfolio:hover .portfolio-zoom {
  transform: scale(1);
}
/*----------------------
	8. testimonial-area
------------------------*/
.testimonial-area {
  padding: 152px 0 111px;
}
.testimonial-area .heading::before {
  background: #222 none repeat scroll 0 0;
}
.testimonial-area .heading::after {
  background: #222 none repeat scroll 0 0;
}
.testimonial-area .heading h2::before {
  background: #222 none repeat scroll 0 0;
}
.testimonial-area .heading h2::after {
  background: #222 none repeat scroll 0 0;
}
.testimonial-sin i {
  /* color: #ddd; */
  /* display: block; */
  font-size: 20px;
  /* margin-bottom: 20px; */
  padding-right: 10px;
}
.testimonial-sin > p {
  font-family: 'Montserrat', sans-serif;  
}
.testimonial-author {
  float: left;
  margin-top: 22px;
  overflow: hidden;
  width: 25%;
}
.author-name {
  margin-top: 15px;
}
.author-name > h6 {
  font-size: 14px;
  font-weight: bold;
}
.author-name > p {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.author-img > img {
  border-radius: 100%;
  height: 80px;
  width: 80px;
}
.testimonial-content {
  background: #f5f5f5 none repeat scroll 0 0;
  float: left;
  padding: 20px;
  position: relative;
  width: 100%;
}
.testimonial-content > p {
  color: #222;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}
.testimonial-content::after {
  background: #f5f5f5 none repeat scroll 0 0;
  content: "";
  height: 15px;
  left: -8px;
  position: absolute;
  top: 18%;
  transform: rotate(45deg);
  width: 15px;
}
.testimonial-sin-2 .testimonial-content::after {
  left: inherit;
  right: -8px;
}
.testimonial-sin-2 .testimonial-content i {
  /* text-align: right; */
}
.testimonial-sin-2 .testimonial-content > p {
  /* text-align: right; */
}
.testimonial-sin-2 .testimonial-author{
  float: right;
  text-align: right;
}
.owl-theme .owl-controls .owl-page span {
  background: #222 none repeat scroll 0 0;
  border-radius: 5px;
  display: block;
  height: 20px;
  margin: 5px 7px;
  opacity: 1;
  width: 5px;
  transition:.2s;
}
.owl-theme .owl-controls .owl-page span:hover{
  background:#fff;
}

.owl-theme .owl-controls {
  margin-top: 43px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 30px;
  color: #222;
  display: inline-block;
  font-size: 32px;
  margin: 0 5px;
  opacity: 1;
  padding: 0;
}
/*----------------------
	9. pricing-area
------------------------*/
.pricing-area {
  padding: 152px 0 125px;
}
.pricing-sin {
  background: #f5f5f5 none repeat scroll 0 0;
  overflow: hidden;
}
.pricing-quality {
  margin: 23px 0 25px;
  padding: 20px;
}
.pricing-quality h5 {
  font-weight: bold;
}
.pricing-quality > p {
  color: #999999;
  font-size: 14px;
  letter-spacing: .4px;
}
.pricing-prize {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  padding: 29px 0 22px;
  width: 80%;
}
.pricing-prize > h2 {
  color: #222;
  line-height: 27px;
}
.pricing-prize > p {
  color: #999;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.pricing-list {
  margin: 18px 0 13px;
  text-align: center;
}
.pricing-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-list ul li {
  border-bottom: 1px solid #ddd;
  line-height: 40px;
}
.pricing-list ul li:first-child {
  border-top: 1px solid #ddd;
}
.pricing-btn,.banner-text-btn {
  border-radius: 5px;
  display: inline-table;
  height: 45px;
  margin-bottom: 30px;
  transition: all 0.4s ease 0s;
  width: 170px;
}
.pricing-btn > a,.banner-text a {
  color: #292929;
  display: table-cell;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 20px;
  margin-bottom: 30px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}
.pricing-sin:hover .pricing-quality h5{
  color:#292929;
}
.pricing-sin:hover .pricing-btn a{
  color:#fff;
}
.pricing-sin .pricing-btn {
  background: #222 none repeat scroll 0 0;
}
.pricing-sin .pricing-btn a {
  color: #fff;
}
/*----------------------
	10. team-area
------------------------*/
.team-area {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 152px 0 113px;
}
.team-sin {
  position: relative;
}
.team-member-img {
  position: relative;
}
.team-member-link {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 60%;
}
.team-member-link > a {
  color: #ffffff;
  font-size: 16px;
  margin: 0 5px;
}
.team-member-link > a:hover {
  color: #222;
}
.team-member-details {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  padding: 23px 30px 20px;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 80%;
  z-index: 9;
}
.team-sin:hover .team-member-hover {
  bottom: -39.1%;
}
.team-member-hover {
  bottom: -26%;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 9;
}
.team-member-details > p {
  font-size: 12px;
  letter-spacing: 0.7px;
}
.team-member-img::before {
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  background: rgba(0,0,0,.4);
}
.team-sin:hover .team-member-img::before{
  opacity:.8;
}
.team-carousel.owl-carousel .owl-wrapper-outer {
  padding-bottom: 5px;
}
.team-carousel .owl-wrapper {
  padding-bottom: 147px;
}
.team-carousel.owl-theme .owl-controls .owl-page span:hover {
  background: #222 none repeat scroll 0 0;
}
/*----------------------
	11. blog-area
------------------------*/
.blog-area {
  padding: 152px 0 125px;
}
.blog-sin {
  position:relative;
}
.blog-content {
  color: #ffffff;
  margin: -100px 50px 0;
  padding: 43px 50px;
  position: relative;
}
.blog-content > h4{
  margin-bottom: 38px;
}
.blog-content > h4 a {
  color: #ffffff;
  font-family: raleway,sans-serif;
  font-weight: bold;
}
.category {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 20px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.category:hover{
  color:#fff;
}
.blog-details {
  margin-top: 40px;
}
.blog-details > a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.blog-details > a:hover{
  color:#fff;
}
.blog-details > a i {
  margin-right: 5px;
}
.readmore {
  background: #fff none repeat scroll 0 0;
  border-radius: 50px;
  color: #000 !important;
  display: block;
  float: right;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 3px 20px !important;
  text-transform: uppercase;
}
.postmore {
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin-top: 50px;
  padding: 5px 40px;
  text-align: center;
  text-transform: uppercase;
  line-height: 21px;
}
.postmore:hover{
  color: #fff;	
}
/*----------------------
	12. contact-area
------------------------*/
.contact-box-single .about-box-icon i {
  font-size: 24px;
}
.contact-box {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  padding: 50px;
}
.contact-box-single {
  margin-bottom: 28px;
}
.contact-box-single .about-box-content > p {
  color: #fff;
}
.about-box-mrgn-none {
  margin: 0;
}
.contact-area .heading > h2 {
  color: #fff;
}
.contact-area {
  background: rgba(0, 0, 0, 0) url("images/contact/2.jpg") repeat scroll center top / cover ;
  padding: 152px 0 125px;
  position: relative;
}
.contact-area::before {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.m-input-box input, .m-input-box textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #f5f5f5;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #fff;
  margin-bottom: 25px;
  padding: 5px 0;
  width: 100%;
}
.m-input-box textarea {
  height: 120px;
  resize: none;
}
.m-input-box input:focus, .m-input-box textarea:focus {
  font-size: 16px;
}
.m-btn-submit > button {
  border: medium none;
  color: #ffffff;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 20px;
  padding: 12px 0;
  text-transform: uppercase;
  width: 170px;
}
.m-btn-submit:hover > button{
  color:#ffffff;
}
.text-success {
  color: #dddddd;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin: 8px 0 0;
}
.contact-form > h4 {
  margin-bottom: 37px;
}
.footer-social-icons {
  padding-top: 16px;
}
.brand-area {
  padding: 50px 0;
}
/*----------------------
	13. footer-area
------------------------*/
footer {
  background: #222 none repeat scroll 0 0;
  padding: 20px 0;
}
.footer-social-icons > a {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.footer-social-icons > a:hover {
  color: #fff;
}
.footer-text > p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 30px;
}
.footer-text a {
  color: #ddd;
  font-weight: 700;
  letter-spacing: 1px;
}
#scrollUp {
  border-radius: 5px;
  bottom: 30px;
  color: #fff;
  font-size: 24px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 35px;
}
/*----------------------
	14. index-2
------------------------*/
.video-banner-area{
 background:transparent;
}
.video-banner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/*----------------------
	15. index-3
------------------------*/
.parallax-area {
  background: rgba(248, 248, 248, 0.8) url("images/banner/1.png") no-repeat fixed center top / cover ;
}
/*----------------------
	16. blog page
------------------------*/
.blog-banner {
  background: rgba(0, 0, 0, 0) url("images/blog/5.jpg") repeat scroll center center / cover ;
  padding: 150px 0;
  position: relative;
}
.blog-banner::before {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-single-area {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 100px 0;
}
.blog-details-main {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 45px;
  padding: 25px 20px;
}
.blog-social-date {
  margin: 18px 0;
  overflow: hidden;
}
.blog-social-link a {
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 0 3px;
  text-align: center;
  width: 30px;
}
.blog-social-link a:hover{
  color:#fff;
}
.blog-details-main h4 {
  font-family: raleway;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 29px;
}
.category-name {
  color: #999;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.commentor {
  margin-top: -8px;
}
.blogdetails-comment-form .m-input-box textarea, .blogdetails-comment-form .m-input-box input {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #222;
  font-size: 12px;
  line-height: 25px;
  padding: 5px 10px;
}
.blogdetails-comment-form .m-btn-submit {
  border: medium none;
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 25px;
  padding: 5px 20px;
  text-transform: uppercase;
}
.number-of-comments {
  margin-bottom: 24px;
}
.single-commenter {
  margin-bottom: 20px;
  overflow: hidden;
}
.commentor-thumb {
  float: left;
  height: 60px;
  width: 10%;
}
.commentor-details {
  float: left;
  padding-left: 20px;
  width: 90%;
}
.single-comment-reply {
  margin-bottom: 36px;
  overflow: hidden;
}
.comment-reply > a {
  color: #222;
  font-size: 10px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}
.commentor h6 a {
  color: #222;
  font-size: 14px;
  letter-spacing: 1px;
}
.commentor > p {
  color: #999;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
}
.authorname > p {
  color: #999;
  font-size: 12px;
  line-height: 20px;
}
.blog-sidebar-sin > ul {
  list-style: outside none none;
  margin: -8px 0 0;
  padding: 0;
}
.blog-sidebar-sin ul li a {
  border-bottom: 1px solid #ddd;
  color: #777;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
}
.blog-sidebar-sin ul li:last-child a{
  border:none;
  padding-bottom: 0;
}
.blog-sidebar-sin ul li:first-child a {
  padding-top: 0;
}
.recent-post-text {
  background: #fff none repeat scroll 0 0;
  padding: 10px 20px;
}
.recent-post-text .category-name {
  font-size: 10px;
}
.recent-post-text > p {
  font-size: 12px;
}
.recent-post-text > h6 {
  font-size: 14px;
}
.recent-post-text h6 a {
  color: #222;
}
.recent-post {
  margin-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.blog-sidebar-sin {
  margin-bottom: 37px;
}
.blog-sidebar-sin:last-child {
  margin-bottom: 0;
}
.authorname > h6 {
  font-family: "Montserrat",sans-serif;
}
.guidence_txt p{
    margin-top: 20px;
}