/*----------------------------------------------------
@File: Default Styles
@Author: Rocky
@URL: http://themeforest/user/wethemez

This file contains the styling for the actual Template, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: BLOGER
@Author: Rocky
@Developed By: Rocky
@Developer URL: http://rocky.obaidul.com

@Default Styles

Table of Content:
01/ variables
02/ predefined
03/ header
04/ banner
05/ blog
06/ grid
07/ features
08/ sidebar
09/ about 
10/ footer 
=====================================================================*/
/*Color Variables*/
/*=========Prefix==========*/
/*====================================================*/
/*========font===========*/
/*====color====*/
@font-face {
  font-family: "myR";
  src: url(../fonts/theme-font/MyriadPro-Regular.woff);
}

@font-face {
  font-family: "myB";
  src: url(../fonts/theme-font/MyriadPro-Bold.woff);
}

/*====================================================*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

body {
  font: 400 14px/25px "Lora", serif;
  letter-spacing: 0.25px;
  color: #5d5d5d;
}

a, .btn, button {
  text-decoration: none;
  outline: none;
  transition: all 300ms linear 0s;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

ul, h2, h3, h4, h5, h6 {
  margin: 0;
  list-style: none;
  padding: 0;
}

section.row, header.row, footer.row {
  margin: 0;
}

p {
  margin-bottom: 0px;
}

.img-gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.date a {
  font: 700 14px/6px "Gotu", sans-serif;
  color: #7b7b7b;
}

.preloader .left_pre {
  background: rgba(0, 0, 0, 0.9);
  width: 49%;
  left: 0px;
  top: 0px;
  position: fixed;
  height: 100%;
  z-index: 9999;
  transition: all 400ms ease-in-out 0s;
}

.preloader .right_pre {
  background: rgba(0, 0, 0, 0.9);
  width: 49%;
  right: 0px;
  top: 0px;
  position: fixed;
  height: 100%;
  z-index: 9999;
  transition: all 400ms ease-in-out 0s;
}

.preloader .content {
  position: fixed;
  z-index: 99999;
  top: -webkit-calc(50% - 137px);
  top: calc(50% - 137px);
  left: -webkit-calc(50% - 137px);
  left: calc(50% - 137px);
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

.preloader .content .circle {
  width: 274px;
  height: 274px;
  background: rgba(186, 186, 186, 0.2);
  padding: 16px;
  border-radius: 100%;
}

.preloader .content .circle .red {
  background: #000;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.preloader .content .circle .red .rotator {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: rotation 4s linear infinite;
  animation: rotation 4s linear infinite;
}

.preloader .content .circle .red .rotator img {
  position: absolute;
  bottom: -4px;
  left: -4px;
}

.preloader .content .circle .red .logo {
  position: absolute;
  line-height: 56px;
  /* font-size: 48px; */
  font-size:42px;
  font-family: 'Gotu', sans-serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  top: -webkit-calc(50% - 28px);
  top: calc(50% - 28px);
  left: -webkit-calc(50% - 103px);
  left: calc(50% - 103px);
  display: inline-block;
}

.preloader.complete .left_pre {
  left: -100%;
}

.preloader.complete .right_pre {
  right: -100%;
}

.preloader.complete .content {
  top: 110%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes mouseUpDown {
  0% {
    bottom: 151px;
  }
  25% {
    bottom: 170px;
  }
  50% {
    bottom: 151px;
  }
  75% {
    bottom: 130px;
  }
  100% {
    bottom: 151px;
  }
}

@keyframes mouseUpDown {
  0% {
    bottom: 151px;
  }
  25% {
    bottom: 170px;
  }
  50% {
    bottom: 151px;
  }
  75% {
    bottom: 130px;
  }
  100% {
    bottom: 151px;
  }
}

.related_post_tittle h3 {
  color: #000;
  letter-spacing: .50px;
  font-family: "Gotu", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

.comment_from_tittle h4 {
  color: #333333;
  font-family: "Lora", serif;
  letter-spacing: .50px;
  font-size: 20px;
  text-transform: uppercase;
}

.comment_from_tittle p {
  font-size: 13px;
  color: #999999;
  font-family: "Lora", serif;
  letter-spacing: .25px;
  font-style: italic;
  padding: 10px 0px 35px 0px;
}

/*====================================================*/
.header.affix {
  width: 100%;
  top: 0;
  z-index: 999;
  background: black;
  height: 60px;
  transition: all 300ms linear 0s;
}

.header.affix + section, .header.affix + div, .header.affix + .row {
  margin-top: 0px;
}

.header.affix .blog-navigation {
  top: 13px;
}

.header.header-two.affix + section, .header.header-two.affix + div, .header.header-two.affix + .row {
  margin-top: 60px;
}

/*===== header css =====*/
.blog-navigation {
  padding: 0 98px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 300ms linear 0s;
}

@media (min-width: 1400px) {
  .blog-navigation {
    padding: 0px 185px;
  }
}

.blog-navigation .left-side .social li {
  display: inline-block;
}

.blog-navigation .left-side .social li a {
  font-size: 14px;
  line-height: 29px;
  color: #fffefe;
  padding: 0px 17px 0px 0px;
}

.blog-navigation .left-side .social li:hover a {
  background: none;
}

.blog-navigation .menu {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-navigation .menu .navbar-nav {
  width: 100%;
  text-align: center;
}

.blog-navigation .menu .navbar-nav li {
  float: none;
  display: inline-block;
}

.blog-navigation .menu .navbar-nav li a {
  /*font: 400 14px/32px "Gotu", sans-serif;*/
  font-family: 'Gotu', sans-serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 0px;
  position: relative;
  margin-right: 50px;
}

.blog-navigation .menu .navbar-nav li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 300ms linear 0s;
}

.blog-navigation .menu .navbar-nav li a:focus {
  background: none;
}

.blog-navigation .menu .navbar-nav li:hover a {
  background: none;
}

.blog-navigation .menu .navbar-nav li:hover a:after {
  content: '';
  width: 90%;
}

@media (min-width: 768px) {
  .blog-navigation .menu .navbar-nav li:hover.submenu .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.blog-navigation .menu .navbar-nav li.submenu .dropdown-menu {
  min-width: 200px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  background: #4b4b4b;
  padding: 0px;
  transition: all 300ms linear 0s;
}

@media (min-width: 768px) {
  .blog-navigation .menu .navbar-nav li.submenu .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.blog-navigation .menu .navbar-nav li.submenu .dropdown-menu li {
  display: block;
}

.blog-navigation .menu .navbar-nav li.submenu .dropdown-menu li a {
  margin: 0px;
  color: #fff;
  padding: 10px 10px;
  transition: all 300ms linear 0s;
}

.blog-navigation .menu .navbar-nav li.submenu .dropdown-menu li a:after {
  width: 0;
}

.blog-navigation .menu .navbar-nav li.submenu .dropdown-menu li:hover a {
  background: #262626;
}

.blog-navigation .menu .navbar-nav li.submenu .dropdown-menu li:hover a:after {
  width: 100%;
}

.blog-navigation #offcanvas_menu {
  background: none;
  border: 0px;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  padding: 0px;
}

.blog-navigation #offcanvas_menu:focus {
  outline: none;
}

.blog-navigation .search-form .search-button {
  background: none;
  box-shadow: none;
  border: 0px;
  font-size: 13px;
  line-height: 29px;
  color: #fff;
  padding: 0px;
}

.blog-navigation .search-form ul li a {
  font-size: 13px;
  color: #fff;
  margin-right: 43px;
}

.blog-navigation .search-form ul li .dropdown-menu {
  margin: 0px;
  border-radius: 0px;
  left: auto;
  right: 40px;
  min-width: 230px;
  top: 155%;
}

.blog-navigation .search-form ul li .dropdown-menu li {
  width: 100%;
  padding: 0px 6px;
}

.blog-navigation .search-form ul li .dropdown-menu li input {
  width: 100%;
  outline: none;
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-shadow: none;
}

.blog-navigation .search-form ul li .dropdown-menu li input.placeholder {
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-shadow: none;
}

.blog-navigation .search-form ul li .dropdown-menu li input:-moz-placeholder {
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-shadow: none;
}

.blog-navigation .search-form ul li .dropdown-menu li input::-moz-placeholder {
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-shadow: none;
}

.blog-navigation .search-form ul li .dropdown-menu li input::-webkit-input-placeholder {
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-shadow: none;
}

/*===== offcanvas menu css ====*/
.offcanvas_menu {
  max-width: 440px;
  height: 100%;
  background: #101010;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -10;
  padding: 20px 0px 20px 30px;
  overflow-y: scroll;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  overflow: hidden;
  width: 100%;
}

.offcanvas_menu.open {
  z-index: 100000;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.offcanvas_menu .close-offcanvas {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 1;
  color: #fff;
  line-height: 35px;
  text-align: center;
  font-size: 30px;
  transition: all 300ms linear 0s;
}

.offcanvas_menu .close-offcanvas:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.offcanvas_menu .navBox {
  padding-top: 30px;
  width: 100%;
}

.offcanvas_menu .navBox li {
  display: block;
  float: none;
}

.offcanvas_menu .navBox li a {
  /* font: 400 14px/28px "Gotu", sans-serif; */
  font-family:"Gotu", sans-serif;
  color: #fff;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 10px 0px 10px;
  display: inline-block;
}

.offcanvas_menu .navBox li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 300ms linear 0s;
}

.offcanvas_menu .navBox li a:focus {
  background: none;
}

.offcanvas_menu .navBox li:hover a {
  background: none;
}

.offcanvas_menu .navBox li:hover a:after {
  width: 90%;
}

.offcanvas_menu .navBox li.submenu .dropdown-menu {
  position: relative;
  width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  background: #4b4b4b;
  padding: 0px;
}

.offcanvas_menu .navBox li.submenu .dropdown-menu li {
  display: block;
}

.offcanvas_menu .navBox li.submenu .dropdown-menu li a {
  margin: 0px;
  color: #fff;
  padding: 10px 10px;
  transition: all 300ms linear 0s;
  display: block;
  position: relative;
}

.offcanvas_menu .navBox li.submenu .dropdown-menu li a:after {
  width: 0;
}

.offcanvas_menu .navBox li.submenu .dropdown-menu li:hover a {
  background: #262626;
}

.offcanvas_menu .navBox li.submenu .dropdown-menu li:hover a:after {
  width: 100%;
}

.offcanvas_closer {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -10;
  transition: all 300ms linear 0s;
}

/*==== header-two css ====*/
.header.header-two {
  background: #000;
  padding: 14px 0px;
}

.header.header-two .menu .navbar-nav li a {
  /*font: 400 14px/32px "Gotu", sans-serif;*/
  font-family: "Gotu", sans-serif;
  font-size:20px;
  color: #fff;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 0px;
  position: relative;
  margin-right: 50px;
}

.header.header-two .menu .navbar-nav li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 300ms linear 0s;
}

.header.header-two .menu .navbar-nav li a:focus {
  background: none;
}

.header.header-two .menu .navbar-nav li:hover a {
  background: none;
}

.header.header-two .menu .navbar-nav li:hover a:after {
  content: '';
  width: 90%;
}

@media (min-width: 768px) {
  .header.header-two .menu .navbar-nav li:hover.submenu .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.header.header-two .menu .navbar-nav li.submenu .dropdown-menu {
  min-width: 200px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  background: #4b4b4b;
  padding: 0px;
  transition: all 300ms linear 0s;
}

@media (min-width: 768px) {
  .header.header-two .menu .navbar-nav li.submenu .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.header.header-two .menu .navbar-nav li.submenu .dropdown-menu li {
  display: block;
}

.header.header-two .menu .navbar-nav li.submenu .dropdown-menu li a {
  margin: 0px;
  color: #fff;
  padding: 10px 10px;
  transition: all 300ms linear 0s;
}

.header.header-two .menu .navbar-nav li.submenu .dropdown-menu li a:after {
  width: 0;
}

.header.header-two .menu .navbar-nav li.submenu .dropdown-menu li:hover a {
  background: #262626;
}

.header.header-two .menu .navbar-nav li.submenu .dropdown-menu li:hover a:after {
  width: 100%;
}

.header.header-two .right-side .social li {
  display: inline-block;
}

.header.header-two .right-side .social li a {
  font-size: 14px;
  line-height: 29px;
  color: #fffefe;
  padding: 0px 17px 0px 0px;
}

.header.header-two .right-side .social li a button {
  background: none;
  border: 0px;
  outline: none;
}

.header.header-two .right-side .social li a button:hover {
  color: #877f7f;
}

.header.header-two .right-side .social li a:hover {
  color: #877f7f;
}

.header.header-two .right-side .social li a:focus {
  background: transparent;
}

.header.header-two .right-side .social li.search-form {
  margin-left: 29px;
  padding-right: 4px;
}

.header.header-two .right-side .social li.search-form a {
  background: transparent;
}

.header.header-two .right-side .social li .dropdown-menu {
  margin: 0px;
  border-radius: 0px;
  left: auto;
  right: 0px;
  min-width: 230px;
  top: 155%;
}

.header.header-two .right-side .social li .dropdown-menu li {
  width: 100%;
  padding: 0px 6px;
}

.header.header-two .right-side .social li .dropdown-menu li input {
  width: 100%;
  outline: none;
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-shadow: none;
}

.header.header-two .right-side .social li .dropdown-menu li input.placeholder {
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-shadow: none;
}

.header.header-two .right-side .social li .dropdown-menu li input:-moz-placeholder {
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-shadow: none;
}

.header.header-two .right-side .social li .dropdown-menu li input::-moz-placeholder {
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-shadow: none;
}

.header.header-two .right-side .social li .dropdown-menu li input::-webkit-input-placeholder {
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-shadow: none;
}

.header.header-two .right-side .social li:hover a {
  background: none;
}

/*====================================================*/
/*=====banner-area css====*/
.banner-area {
  overflow: hidden;
  position: relative;
  padding: 0px;
}

.banner-area .carousel-inner .item .carousel-caption {
  left: 183px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  right: auto;
  bottom: auto;
  padding: 0px;
}

.banner-area .carousel-inner .item .carousel-caption .content {
  width: 443px;
  height: 595px;
  border: 1px solid #fff;
  background: #000;
  text-align: center;
  padding: 50px 27px 0px 42px;
}

.banner-area .carousel-inner .item .carousel-caption .content h2 {
  font: 700 25px/36px "Gotu", sans-serif;
  color: #fff;
  padding: 0px 62px 25px;
  position: relative;
  text-transform: uppercase;
}

.banner-area .carousel-inner .item .carousel-caption .content h2:after {
  content: '';
  width: 107px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.banner-area .carousel-inner .item .carousel-caption .content p {
  /*font: 400 14px/30px "Lora", serif; pritam*/
  /*font-family: "Kalam", cursive;*/
  font-family: "Gotu", serif;
  text-align:justify;
  font-size: medium;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0.25px;
  padding-top: 22px;
}

.banner-area .carousel-inner .item .slider-tittle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  /* font: 700 52px/90px "Lora", serif; */
  font: 500 32px/90px "Kalam", Cursive;
  text-transform: uppercase;
}

.banner-area .carousel-inner .item .slider-tittle .middle {
  padding-left: 70px;
}

.banner-area .carousel-inner .item .slider-tittle .bottom {
  padding-left: 126px;
}

.banner-area .carousel-control {
  background: none;
  text-shadow: none;
  box-shadow: none;
  opacity: 0;
}

.banner-area:hover .carousel-control {
  opacity: 1;
  z-index: 10;
}

/*===== blog-banner-area css ====*/
.blog-banner-area {
  text-align: center;
  background: url(../images/banner1.jpg) no-repeat scroll center 0;
  background-size: cover;
  padding: 162px 0px 326px;
  position: relative;
}

.blog-banner-area h2 {
  font: 400 90px/90px "Lora", serif;
  color: #ffffff;
}

.blog-banner-area h3 {
  /* font: 700 36px/45px "Gotu", sans-serif; */
  font-family: "Gotu", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding-top: 47px;
}

.blog-banner-area .mouse-button {
  z-index: 99;
  text-align: center;
  position: absolute;
  -webkit-animation: mouseUpDown 2s ease-in-out;
  animation: mouseUpDown 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 100%;
  left: 0;
  bottom: 151px;
}

.blog-banner-area .mouse-button a {
  font: 400 12.73px/36.67px "Montserrat", sans-serif;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.blog-banner-area .mouse-button a:after {
  content: '';
  background: #9a9a9a;
  width: 96px;
  height: 2px;
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 10px;
}

.blog-banner-area .mouse-button a i {
  font-size: 25px;
  padding-right: 10px;
  vertical-align: middle;
}
/*===== blog-banner-area css ====*/
.blog-banner-area1 {
  text-align: center;
  background: url(../images/banner2.jpg) no-repeat scroll center 0;
  background-size: cover;
  padding: 162px 0px 326px;
  position: relative;
}

.blog-banner-area1 h2 {
  font: 400 90px/90px "Lora", serif;
  color: #ffffff;
}

.blog-banner-area1 h3 {
  /* font: 700 36px/45px "Gotu", sans-serif; */
  font-family: "Gotu", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding-top: 47px;
}

.blog-banner-area1 .mouse-button {
  z-index: 99;
  text-align: center;
  position: absolute;
  -webkit-animation: mouseUpDown 2s ease-in-out;
  animation: mouseUpDown 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 100%;
  left: 0;
  bottom: 151px;
}

.blog-banner-area1 .mouse-button a {
  font: 400 12.73px/36.67px "Montserrat", sans-serif;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.blog-banner-area1 .mouse-button a:after {
  content: '';
  background: #9a9a9a;
  width: 96px;
  height: 2px;
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 10px;
}

.blog-banner-area1 .mouse-button a i {
  font-size: 25px;
  padding-right: 10px;
  vertical-align: middle;
}

/* Main Banner area css
============================================================================================ */
.main_banner_area {
  background: url(../images/about_bg.jpg) no-repeat scroll center center;
  background-size: cover;
}

.main_banner_area .banner_text {
  padding: 100px 0px 380px 0px;
}

.main_banner_area .banner_text h2 {
  font-family: "myB";
  font-size: 58px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  text-transform: uppercase;
}

.main_banner_area .banner_text ul li {
  display: inline-block;
  font-family: "myR";
  text-transform: uppercase;
  color: #606263;
  font-size: 14px;
  padding: 0px 15px;
  border-right: 1px solid #b1b5b7;
  line-height: 15px;
}

.main_banner_area .banner_text ul li a {
  font-family: "myR";
  color: #000;
  font-size: 14px;
}

.main_banner_area .banner_text ul li.date_blog_single a {
  color: #606263;
}

.main_banner_area .banner_text ul li:first-child {
  padding-left: 0px;
}

.main_banner_area .banner_text ul li:last-child {
  border-right: 0px;
}

.main_banner_area.about_banner .banner_text {
  padding: 240px 0px;
}

/* End Main Banner area css
============================================================================================ */
/*====================================================*/
/* Main Banner area css
============================================================================================ */
.main_banner_area_vdo {
  background: url(../images/main_blog_bg.jpg) no-repeat scroll center center;
  background-size: cover;
}

.main_banner_area_vdo .banner_text {
  padding: 100px 0px 380px 0px;
}

.main_banner_area_vdo .banner_text h2 {
  font-family: "myB";
  font-size: 58px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  text-transform: uppercase;
}

.main_banner_area_vdo .banner_text ul li {
  display: inline-block;
  font-family: "myR";
  text-transform: uppercase;
  color: #606263;
  font-size: 14px;
  padding: 0px 15px;
  border-right: 1px solid #b1b5b7;
  line-height: 15px;
}

.main_banner_area_vdo .banner_text ul li a {
  font-family: "myR";
  color: #000;
  font-size: 14px;
}

.main_banner_area_vdo .banner_text ul li.date_blog_single a {
  color: #606263;
}

.main_banner_area_vdo .banner_text ul li:first-child {
  padding-left: 0px;
}

.main_banner_area_vdo .banner_text ul li:last-child {
  border-right: 0px;
}

.main_banner_area_vdo .about_banner .banner_text {
  padding: 240px 0px;
}

/* End Main Banner area contact css
============================================================================================ */
/*====================================================*/
/* Main Banner area css
============================================================================================ */
.main_banner_area_contact {
  background: url(../images/contact_banner.jpg) no-repeat scroll center center;
  background-size: cover;
}

.main_banner_area_contact .banner_text {
  padding: 100px 0px 380px 0px;
}

.main_banner_area_contact .banner_text h2 {
  font-family: "myB";
  font-size: 58px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  text-transform: uppercase;
}

.main_banner_area_contact .banner_text ul li {
  display: inline-block;
  font-family: "myR";
  text-transform: uppercase;
  color: #606263;
  font-size: 14px;
  padding: 0px 15px;
  border-right: 1px solid #b1b5b7;
  line-height: 15px;
}

.main_banner_area_contact .banner_text ul li a {
  font-family: "myR";
  color: #000;
  font-size: 14px;
}

.main_banner_area_contact .banner_text ul li.date_blog_single a {
  color: #606263;
}

.main_banner_area_contact .banner_text ul li:first-child {
  padding-left: 0px;
}

.main_banner_area_contact .banner_text ul li:last-child {
  border-right: 0px;
}

.main_banner_area_contact .about_banner .banner_text {
  padding: 240px 0px;
}

/* End Main Banner area vdo css
============================================================================================ */
/*====================================================*/
/*====== blog area css ======*/
.blog-area {
  padding: 80px 0px 0px;
}

.blog-area .blog-item {
  position: relative;
}

.blog-area .blog-item .item {
  position: absolute;
  display: block;
  top: -220px;
}

.blog-area .single-blog .blog-content {
  padding-top: 10px;
  padding-right: 0px;
}

.blog-area .single-blog .item1 {
  padding-top: 45px;
}

.blog-area .single-blog .item1 .social {
  padding-right: 0;
}

.blog-area .single-blog .item2 {
  padding-left: 100px;
}

.blog-area .single-blog .item2 .post-title {
  position: relative;
}

.blog-area .single-blog .item2 .post-title:after {
  display: block;
  content: '';
  width: 70px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 18px;
  left: -100px;
}

.blog-area .single-blog .social {
  padding-right: 100px;
}

.blog-area .single-blog .item3 {
  position: relative;
  padding: 70px 170px 0px 30px;
}

.blog-area .single-blog .item3:after {
  width: 3px;
  height: 170px;
  background: #000;
  content: '';
  position: absolute;
  top: 148px;
  left: 0;
}

.blog-area .blog {
  padding: 80px 0px;
}

.blog-area .display-table {
  display: table;
  padding: 132px 0px 250px;
}

.blog-area .display-table .col-height {
  display: table-row;
}

.blog-area .display-table .col-height .display_table_cell {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.blog-area .display-table .col-height .display_table_cell.col-pl {
  padding-left: 0px;
  position: relative;
  z-index: 1;
}

.blog-area .display-table .col-height .display_table_cell.col-pl:after {
  content: '';
  width: 69%;
  top: 0;
  bottom: 0;
  right: 15px;
  background: #e7e7e7;
  display: block;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.blog-area .display-table .col-height .display_table_cell.col-pl h2 {
  font: 700 25px/35px "Gotu", sans-serif;
  color: #101010;
  text-transform: uppercase;
  position: absolute;
  right: 45px;
  top: 41%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-area .display-table .col-height .display_table_cell.col-pl h2 span {
  padding-left: 50px;
}

.blog-area .display-table .col-height .display_table_cell.col-pr {
  padding-right: 0px;
}

.blog-area .blog-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: -6.078px 34.468px 35px 0px rgba(0, 0, 0, 0.067);
}

.blog-area .blog-gallery .small-gallery li {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.blog-area .blog-gallery .small-gallery li:after {
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  background: #000;
  opacity: 0;
  height: 100%;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}

.blog-area .blog-gallery .small-gallery li:before {
  content: "+";
  font-size: 40px;
  line-height: 137px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.5s ease 0s;
}

.blog-area .blog-gallery .small-gallery li img {
  transition: all 0.6s ease 0s;
  max-width: 100%;
}

.blog-area .blog-gallery .small-gallery li:nth-child(3), .blog-area .blog-gallery .small-gallery li:nth-child(6), .blog-area .blog-gallery .small-gallery li:nth-child(9) {
  margin-right: 0px;
}

.blog-area .blog-gallery .small-gallery li:nth-child(7), .blog-area .blog-gallery .small-gallery li:nth-child(8), .blog-area .blog-gallery .small-gallery li:nth-child(9) {
  margin-bottom: 0px;
}

.blog-area .blog-gallery .small-gallery li:hover:after {
  opacity: 0.55;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog-area .blog-gallery .small-gallery li:hover:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
}

.blog-area .blog-gallery .small-gallery li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-content {
  padding: 26px 18px 0px 0px;
}

.blog-content .post-title {
  font: 700 25px/35px "Gotu", sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  transition: all 300ms linear 0s;
}

.blog-content .post-title a {
  color: #262626;
}

.blog-content .post-title a:hover {
  color: #4b4b4b;
}

.blog-content p {
  font: 400 14px/25px "Lora", serif;
  color: #262626;
  letter-spacing: 0.25px;
  padding-bottom: 15px;
}

.post-link {
  padding: 8px 0px 29px;
}

.post-link li {
  float: left;
}

.post-link li a {
  font: 700 14px/6px "Gotu", sans-serif;
  color: #646464;
  transition: all 300ms linear 0s;
}

.post-link li a i {
  padding-right: 5px;
}

.post-link li a.date {
  color: #7b7b7b;
}

.post-link li a:hover {
  color: #000;
}

.post-link li + li {
  padding-left: 20px;
}

.social li {
  float: left;
}

.social li a {
  font-size: 14px;
  line-height: 24px;
  color: #101010;
  padding-left: 20px;
  transition: all 300ms linear 0s;
}

.social li a:hover {
  color: #4b4b4b;
}

.post-category {
  padding-bottom: 6px;
}

.post-category a {
  font: 700 14px/6px "Gotu", sans-serif;
  color: #4b4b4b;
  transition: all 300ms linear 0s;
}

.post-category a + a {
  padding-left: 10px;
}

.post-category a:hover {
  color: #000;
}

/*===== blog area style css =====*/
.blog-area-style2 {
  padding-bottom: 230px;
}

.blog-area-style2 .blog-content {
  padding: 24px 18px 0px 0px;
}

.blog-area-style2 .blog-style1 {
  padding-top: 45px;
}

.blog-area-style2 .blog-style2 {
  padding-top: 95px;
}

/* Single blog css
============================================================================================ */
.single_blog_area {
  padding: 70px 0px 240px 0px;
}

.single_blog_inner h5 {
  font-family: "Lora", serif;
  color: #000;
  font-size: 14px;
  letter-spacing: .25px;
  line-height: 26px;
  padding-bottom: 25px;
}

.single_blog_inner img {
  max-width: 100%;
}

.single_blog_inner .single_blog_list {
  display: block;
  list-style-type: disc;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  margin-top: 27px;
}

.single_blog_inner p {
  line-height: 26px;
  font-size: 14px;
  letter-spacing: .25px;
  color: #666666;
  padding-top: 30px;
  font-family: "Lora", serif;
}

.single_blog_inner p a {
  color: #0099cc;
}

.single_blog_inner p strong {
  font-style: italic;
}

.single_blog_inner .single_blog_gallery {
  margin: -5px;
}

.single_blog_inner .single_blog_gallery .item_blog {
  padding: 5px;
}

.single_blog_inner .single_blog_gallery .item_blog img {
  max-width: 100%;
}

.single_blog_inner .video-js {
  width: 100%;
  min-height: 398px;
}

.single_blog_inner .video-js .vjs-big-play-button {
  display: none;
}

.single_blog_inner .post-button-wrapper {
  margin-top: 10px;
}

.single_blog_inner .post-button-wrapper a {
  width: 100%;
  background: #333;
  height: 42px;
}

.single_blog_inner .post-button-wrapper a .first {
  background: #333;
  line-height: 42px;
}

.single_blog_inner .post-button-wrapper a .back {
  line-height: 42px;
}

.single_blog_inner .audio_post iframe {
  width: 100%;
  min-height: 450px;
}

.quote_area {
  text-align: center;
  padding-top: 30px;
}

.quote_area i {
  font-size: 28px;
  color: #666666;
}

.quote_area p {
  font-size: 24px;
  line-height: 30px;
  font-family: "Lora", serif;
  color: #666666;
  padding: 20px 0px 27px 0px;
  position: relative;
}

.quote_area p:before {
  content: "";
  background: #666;
  height: 1px;
  width: 120px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.quote_area h4 {
  font-size: 14px;
  color: #666;
  letter-spacing: .25px;
  padding-top: 25px;
}

.blog_image_content {
  padding-top: 25px;
}

.blog_image_content .blog_left_inner_content {
  width: 56%;
  float: left;
  padding-right: 15px;
}

.blog_image_content .blog_left_inner_content img {
  max-width: 100%;
}

.blog_image_content .blog_left_inner_content .image_content img {
  float: left;
  overflow: hidden;
  padding-top: 9px;
  padding-right: 15px;
}

.blog_image_content .blog_left_inner_content .image_content p {
  letter-spacing: .25px;
  color: #666;
  font-family: "Lora", serif;
  line-height: 26px;
}

.blog_image_content .blog_left_inner_content h6 {
  padding-bottom: 15px;
  letter-spacing: .25px;
  color: #666;
  font-family: "Lora", serif;
  line-height: 26px;
  font-size: 14px;
}

.blog_image_content .blog_left_inner_content h4 {
  font-family: "Lora", serif;
  color: #666666;
  letter-spacing: .25px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  padding: 18px 0px 15px 0px;
}

.blog_image_content .blog_left_inner_content h5 {
  text-align: center;
  font-style: italic;
  letter-spacing: .25px;
  font-family: "Lora", serif;
}

.blog_image_content .blog_right_inner_content {
  width: 44%;
  padding-left: 15px;
  float: right;
}

.blog_image_content .blog_right_inner_content p {
  letter-spacing: .25px;
  color: #666;
  font-family: "Lora", serif;
  line-height: 26px;
}

.blog_image_content .blog_right_inner_content .right_element_content {
  padding-top: 28px;
}

.blog_image_content .blog_right_inner_content .right_element_content h4 {
  letter-spacing: .25px;
  font-family: "Lora", serif;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
}

.blog_image_content .blog_right_inner_content .right_element_content p {
  letter-spacing: .25px;
  color: #666;
  font-family: "Lora", serif;
  line-height: 26px;
}

.blog_basic .blog_basic_tittle {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 25px;
}

.blog_basic .blog_basic_tittle h4 {
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  font-family: "Lora", serif;
  padding-bottom: 20px;
  position: relative;
}

.blog_basic .blog_basic_tittle h4:before {
  content: "";
  background: #666;
  height: 4px;
  width: 54px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog_basic .blog_basic_tittle h5 {
  font-size: 14px;
  color: #666;
  font-family: "Lora", serif;
  font-style: italic;
  text-transform: uppercase;
  padding-top: 20px;
}

.blog_basic .basic_steps {
  padding-top: 25px;
}

.blog_basic .basic_steps h3 {
  font-size: 18px;
  color: #666;
  font-family: "Lora", serif;
  letter-spacing: .25px;
  padding-bottom: 10px;
}

.blog_basic .basic_steps h3 span {
  color: #000000;
  font-size: 18px;
  font-family: "Lora", serif;
  letter-spacing: .25px;
}

.blog_basic .basic_steps p {
  font-size: 14px;
  color: #666;
  font-family: "Lora", serif;
  letter-spacing: .25px;
  line-height: 26px;
}

.blog_basic .blog_extra_steps h4 {
  font-size: 12px;
  color: #666;
  font-family: "Lora", serif;
  letter-spacing: .25px;
  font-style: italic;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
}

.blog_basic .blog_extra_steps h6 {
  font-size: 12px;
  color: #666;
  font-family: "Lora", serif;
  letter-spacing: .25px;
  font-style: italic;
  padding-bottom: 30px;
}

.blog_basic .blog_basic_img .blog_left_image {
  width: 50%;
  float: left;
  overflow: hidden;
  padding-right: 15px;
}

.blog_basic .blog_basic_img .blog_left_image img {
  max-width: 100%;
}

.blog_basic .blog_basic_img .blog_right_image {
  width: 50%;
  padding-left: 15px;
  float: right;
}

.blog_basic .blog_basic_img .blog_right_image img {
  max-width: 100%;
}

.blog_basic .blog_basic_desc {
  font-size: 14px;
  color: #666;
  font-family: "Lora", serif;
  letter-spacing: .25px;
  font-weight: bold;
  line-height: 26px;
  padding-right: 100px;
  padding-top: 35px;
  padding-bottom: 30px;
}

.tags_social_area {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0px;
}

.tags_social_area .tage_list {
  padding-bottom: 25px;
}

.tags_social_area .tage_list h4 {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Lora", serif;
  color: #000;
  letter-spacing: .25px;
}

.tags_social_area .tage_list a {
  color: #999999;
  font-family: "Lora", serif;
  letter-spacing: .25px;
  font-size: 14px;
  vertical-align: middle;
}

.tags_social_area .tage_list a span {
  color: #999999;
  font-family: "Lora", serif;
  letter-spacing: .25px;
  font-size: 14px;
  transition: all 300ms linear 0s;
}

.tags_social_area .tage_list a:hover span {
  color: #000;
}

.tags_social_area .social_media h4 {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Lora", serif;
  color: #000;
  letter-spacing: .25px;
}

.tags_social_area .social_media a {
  margin-left: 20px;
  color: #999999;
  font-family: "Lora", serif;
  letter-spacing: .25px;
  font-size: 14px;
  transition: all 300ms linear 0s;
}

.tags_social_area .social_media a:hover {
  color: #000;
}

.author_detail {
  padding: 40px 0px;
  border-bottom: 1px solid #e5e5e5;
}

.author_detail .media .media-left {
  padding-right: 30px;
}

.author_detail .media .media-body {
  background: #f6f6f6;
  padding: 34px;
}

.author_detail .media .media-body h4 {
  display: inline-block;
  color: #333333;
  letter-spacing: .50px;
  font-size: 15px;
  font-family: "Gotu", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 10px;
}

.author_detail .media .media-body ul {
  display: inline-block;
}

.author_detail .media .media-body ul li {
  display: inline-block;
}

.author_detail .media .media-body ul li a {
  margin-left: 20px;
  color: #000;
  font-family: "Lora", serif;
  letter-spacing: .25px;
  font-size: 15px;
  transition: all 300ms linear 0s;
}

.author_detail .media .media-body p {
  line-height: 26px;
  letter-spacing: .25px;
  color: #666666;
  font-size: 14px;
  padding: 15px 0px 10px 0px;
}

.author_detail .media .media-body .pst_link {
  letter-spacing: .50px;
  font-family: 14px;
  color: #666666;
  font-weight: bold;
  transition: all 300ms linear 0s;
}

.author_detail .media .media-body .pst_link i {
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

.author_detail .media .media-body .pst_link:hover {
  color: #000;
}

.related_post_area {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0px 35px 0px;
  overflow: hidden;
}

.related_post_area .left_related_post {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.related_post_area .right_related_post {
  width: 50%;
  padding-left: 15px;
  float: right;
}

.related_post_area .related_post {
  padding-top: 30px;
}

.related_post_area .related_post a img {
  max-width: 100%;
}

.related_post_area .related_post h3 {
  font-size: 18px;
  color: #000;
  font-family: "Gotu", sans-serif;
  letter-spacing: .25px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 25px 0px 15px 0px;
}

.related_post_area .related_post .date_area a {
  text-transform: uppercase;
  color: #999999;
  font-size: 14px;
  letter-spacing: .25px;
  font-family: "Gotu", sans-serif;
  padding: 0px 10px;
  border-right: 1px solid #999999;
  line-height: 12px;
  display: inline-block;
  transition: all 300ms linear 0s;
  font-weight: bold;
}

.related_post_area .related_post .date_area a:first-child {
  padding-left: 0px;
  color: #000;
}

.related_post_area .related_post .date_area a:last-child {
  border: none;
  padding-right: 0px;
}

.related_post_area .related_post .date_area a:hover {
  color: #000;
}

.single_blog_comment .media {
  margin-top: 30px;
}

.single_blog_comment .media .media-left {
  padding-right: 30px;
}

.single_blog_comment .media .media-body {
  background: #f6f6f6;
  padding: 20px;
  position: relative;
  overflow: none;
}

.single_blog_comment .media .media-body:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 12px 6.5px 0;
  border-color: transparent #f6f6f6 transparent transparent;
  position: absolute;
  top: 15px;
  left: -11px;
}

.single_blog_comment .media .media-body h4 {
  font-family: "Lora", serif;
  font-size: 14px;
  color: #333333;
  letter-spacing: .25px;
}

.single_blog_comment .media .media-body h4 span {
  color: #999999;
  font-style: italic;
}

.single_blog_comment .media .media-body p {
  font-size: 13px;
  color: #666666;
  line-height: 26px;
  letter-spacing: .25px;
  font-family: "Lora", serif;
  padding: 15px 10px 12px 0px;
}

.single_blog_comment .media .media-body .comment_time {
  font-family: "Lora", serif;
  color: #999999;
  letter-spacing: .25px;
  font-size: 14px;
}

.comment_from_area {
  padding-top: 50px;
}

.comment_from_area .form-group {
  margin-bottom: 20px;
}

.comment_from_area .form-group input {
  width: 100%;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 50px;
  color: #999999;
  font-size: 14px;
  font-family: "Lora", serif;
  letter-spacing: .25px;
}

.comment_from_area .form-group input.placeholder {
  color: #999999;
  font-size: 14px;
  font-family: "Lora", serif;
  letter-spacing: .25px;
}

.comment_from_area .form-group input:-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: "Lora", serif;
  letter-spacing: .25px;
}

.comment_from_area .form-group input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: "Lora", serif;
  letter-spacing: .25px;
}

.comment_from_area .form-group input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: "Lora", serif;
  letter-spacing: .25px;
}

.comment_from_area .form-group input:focus {
  border: 1px solid #4b4b4b;
}

.comment_from_area .form-group textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  outline: none;
  height: 180px;
  line-height: 24px;
  color: #999999;
  font-size: 14px;
  font-family: "Lora", serif;
  letter-spacing: .25px;
  resize: none;
}

.comment_from_area .form-group textarea.placeholder {
  color: #999999;
  font-size: 14px;
  font-family: "Lora", serif;
  letter-spacing: .25px;
}

.comment_from_area .form-group textarea:-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: "Lora", serif;
  letter-spacing: .25px;
}

.comment_from_area .form-group textarea::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: "Lora", serif;
  letter-spacing: .25px;
}

.comment_from_area .form-group textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: "Lora", serif;
  letter-spacing: .25px;
}

.comment_from_area .form-group textarea:focus {
  border: 1px solid #4b4b4b;
}

.comment_from_area .post-button-wrapper {
  text-align: left;
}

/* End Single blog css
============================================================================================ */
.blog-area.instagram_area {
  padding: 0px;
}

.blog-area.instagram_area .display-table {
  padding: 95px 0px 240px 0px;
}

/*====================================================*/
.post-button-wrapper {
  text-align: center;
  height: 60px;
}

.post-button-wrapper .post-button {
  font: 400 15px/60px "Gotu", sans-serif;
  display: inline-block;
  width: 230px;
  height: 60px;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
}

.post-button-wrapper .post-button span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  opacity: 1;
  left: 0;
  box-sizing: border-box;
  background: #000;
  -moz-box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.post-button-wrapper .post-button span:last-of-type {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  background: #aaa;
}

.post-button-wrapper .post-button:hover {
  color: #fff;
}

.post-button-wrapper .post-button:hover span:first-of-type {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  background: #000;
}

.post-button-wrapper .post-button:hover span:last-of-type {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: #262626;
}

.post-button {
  font: 700 14px/30px "Gotu", sans-serif;
  color: #000;
  letter-spacing: 0.50px;
  text-transform: uppercase;
  transition: all 300ms linear 0s;
}

.post-button i {
  display: inline-block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: all 300ms linear 0s;
  vertical-align: middle;
  font-size: 18px;
}

.post-button:hover {
  color: #4b4b4b;
}

.post-button:hover i {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.next_video_btn {
  display: block;
  background: #333333;
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  font-size: 18px;
  font-family: "Gotu", sans-serif;
  line-height: 42px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*====================================================*/
/*====================================================*/
/*===== block-grid-area ====*/
.block-grid-area {
  padding: 70px 0px;
}

.block-grid-area .single-block-grid {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  padding-top: 30px;
}

.block-grid-area .single-block-grid:last-child {
  border-bottom: 0px;
}

.block-grid-area .block-grid-img .date {
  vertical-align: top;
  width: 20%;
  float: left;
  overflow: hidden;
}

.block-grid-area .block-grid-img .date h5 {
  font: 700 20px/22px "Gotu", sans-serif;
  color: #7c7c7c;
}

.block-grid-area .block-grid-img .date h5:after {
  content: '';
  display: block;
  background: #b0b0b0;
  width: 33px;
  height: 2px;
  margin-top: 12px;
}

.block-grid-area .block-grid-img .date h6 {
  font: 700 35px/62px "Gotu", sans-serif;
  letter-spacing: 0.62px;
  color: #3a3a3a;
}

.block-grid-area .block-grid-img .blog_grid_img_inn {
  width: 80%;
  float: right;
}

.block-grid-area .block-grid-img .blog_grid_img_inn img {
  max-width: 100%;
}

.block-grid-area .blog-grid-text {
  margin-left: -55px;
}

.block-grid-area .blog-grid-text h2 {
  font: 700 20px/16px "Gotu", sans-serif;
  color: #000;
  text-transform: uppercase;
  transition: all 300ms linear 0s;
  cursor: pointer;
  display: inline-block;
}

.block-grid-area .blog-grid-text h2:hover {
  color: #4b4b4b;
}

.block-grid-area .blog-grid-text h3 {
  font: 700 16px/31px "Gotu", sans-serif;
  color: #b0b0b0;
  text-transform: uppercase;
  letter-spacing: -0.20px;
  padding-top: 12px;
}

.block-grid-area .blog-grid-text h3:after {
  content: '';
  display: block;
  background: #b0b0b0;
  width: 33px;
  height: 2px;
  margin-top: 6px;
}

.block-grid-area .blog-grid-text p {
  font: 400 13px/17px "Lora", serif;
  color: #555555;
  letter-spacing: 0.11px;
  padding: 22px 0px 16px;
}

/*==== image-grid-area css ===*/
.image-grid-area h2 {
  font: 700 38px/36px "Gotu", sans-serif;
  letter-spacing: 0.62px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  transition: all 300ms linear 0s;
  cursor: pointer;
}

.image-grid-area h2:hover {
  color: #4b4b4b;
}

.image-grid-area .image-grid {
  padding-top: 60px;
}

.image-grid-area .image-grid .grid {
  padding-bottom: 30px;
}

/*===== blog-grid-2 css ====*/
.blog-grid-2 {
  padding-bottom: 269px;
}

.blog-grid-2 .post-button-wrapper {
  margin-top: 78px;
}

.blog-grid-2 .post-button-wrapper .post-button {
  letter-spacing: 1.80px;
  background: none;
  border: 2px solid #000;
  color: #000;
  line-height: 56px;
  max-width: 320px;
  width: 100%;
  font-weight: 700;
}

.blog-grid-2 .post-button-wrapper .post-button span {
  background: #fff;
}

.blog-grid-2 .post-button-wrapper .post-button:hover span:first-of-child {
  background: #fff;
}

.blog-grid-2 .post-button-wrapper .post-button:hover span:last-of-type {
  color: #fff;
}

/*==== bloger area css ====*/
.bloger-area {
  padding: 27px 0px 66px;
}

.bloger-area .bloger-content {
  text-align: center;
}

.bloger-area .bloger-content h2 {
  /* font: 700 129px/150px "Gotu", sans-serif; */
  font-family: "Gotu", sans-serif;
  font-size: 50px;
  font-weight:700;
  letter-spacing: 1.80px;
  color: #000;
}

.bloger-area .bloger-content h6 {
  font: 400 24px/21px "Lora", serif;
  color: #877f7f;
}

.bloger-area .bloger-content h6 span {
  color: #414141;
}

/*===== blog-grid-items csss ====*/
.blog-grid-items {
  padding: 30px 0px 50px;
}

.blog-grid-items .item {
  overflow: hidden;
  cursor: pointer;
}

.blog-grid-items .item .blog-grid-content {
  background: #ececec;
  text-align: center;
  padding: 24px;
  transition: all 0.4s linear;
}

.blog-grid-items .item .blog-grid-content .blog-grid-content-inner h3 {
  font: 700 16.67px/25px "Gotu", sans-serif;
  color: #282828;
  padding: 0px 56px 14px;
  position: relative;
  transition: all 0.6s linear;
}

.blog-grid-items .item .blog-grid-content .blog-grid-content-inner h3:after {
  content: '';
  width: 38px;
  height: 1px;
  background: #282828;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.blog-grid-items .item .blog-grid-content .blog-grid-content-inner p {
  font: 400 12.5px/22.5px "Lora", serif;
  color: #4c4c4c;
  padding-top: 15px;
  padding-bottom: 22px;
  transition: all 0.6s linear;
}

.blog-grid-items .item:hover .blog-grid-content {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background: #282828;
}

.blog-grid-items .item:hover .blog-grid-content .blog-grid-content-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.blog-grid-items .item:hover .blog-grid-content .blog-grid-content-inner h3 {
  color: #fff;
}

.blog-grid-items .item:hover .blog-grid-content .blog-grid-content-inner h3:after {
  background: #fff;
}

.blog-grid-items .item:hover .blog-grid-content .blog-grid-content-inner p {
  color: #fff;
}

.blog-grid-items .item:hover .blog-grid-content .blog-grid-content-inner .post-button {
  color: #fff;
}

/*==== scorling-button css =====*/
.scrolling-button {
  text-align: center;
  padding: 141px 0px;
  margin: 27px 0px 75px;
  overflow: hidden;
}

.scrolling-button .keep-scroll {
  font: 400 16px/30px "Gotu", sans-serif;
  color: #1e1e1c;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scrolling-button .keep-scroll:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #1e1e1c;
  display: inline-block;
  margin-bottom: 6px;
  margin-left: 65px;
}

.scrolling-button.scrolling-button2 {
  margin-top: 0px;
}

/*====Hover css =====*/
.blog_hover {
  position: relative;
}

.blog_hover:before {
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  opacity: 0.20;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.6s ease 0s;
}

.blog_hover:after {
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  opacity: 0.20;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: all 0.6s ease 0s;
}

.blog_hover:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.blog_hover:hover:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

/*====================================================*/
/*====================================================*/
/*===== features area css =====*/
.feature-area {
  padding-bottom: 72px;
}

.feature-area .feature-item .feature-img {
  position: relative;
}

.feature-area .feature-item .feature-img:before {
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  opacity: 0.20;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.6s ease 0s;
}

.feature-area .feature-item .feature-img:after {
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  opacity: 0.20;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: all 0.6s ease 0s;
}

.feature-area .feature-item .feature-img:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.feature-area .feature-item .feature-img:hover:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.feature-area .feature-item .feature-img img {
  max-width: 100%;
}

.feature-area .feature-item .feature-content {
  text-align: center;
  padding-top: 34px;
}

.feature-area .feature-item .feature-content .tittle {
  font: 700 25px/39px "Gotu", sans-serif;
  letter-spacing: 0.25px;
  color: #262626;
  position: relative;
  padding-bottom: 18px;
  transition: all 300ms linear 0s;
  display: inline-block;
}

.feature-area .feature-item .feature-content .tittle:after {
  content: '';
  width: 70px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
}

.feature-area .feature-item .feature-content .tittle:hover {
  color: #4b4b4b;
}

.feature-area .feature-item .feature-content .tittle:hover:after {
  background: #4b4b4b;
}

.feature-area .feature-item .feature-content .date {
  padding-top: 19px;
}

.feature-area .feature-item .feature-content p {
  text-align: left;
  padding-right: 18px;
  padding-top: 29px;
}

.feature-area .feature-item .feature-icon {
  padding-top: 55px;
}

.feature-area .feature-item .feature-icon .social {
  padding-top: 42px;
}

.feature-area .feature-item .feature-icon .social li:first-child a {
  padding-left: 0px;
}

.feature-area .feature-item .feature-icon .post-link {
  padding-top: 42px;
  float: right;
  padding-bottom: 0px;
}

/*====================================================*/
/*====================================================*/
/* Right sidebar widget css
============================================================================================ */
.bloger_right_sidebar_area .wedget_tittle h3 {
  font-family: "Gotu", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: .20px;
  margin-bottom: 34px;
  font-weight: bold;
}

.right_widget {
  margin-bottom: 58px;
}

.search_widget input {
  font-family: "Lora", serif;
  color: #999;
  letter-spacing: .25px;
  font-style: italic;
  font-size: 13px;
  border: none;
  box-shadow: none;
  background: #f6f6f6;
  line-height: 50px;
  height: 50px;
  vertical-align: middle;
  border-radius: 0px;
  outline: none;
}

.search_widget input.placeholder {
  font-size: 13px;
  font-family: "Lora", serif;
  color: #999;
  letter-spacing: .25px;
  font-style: italic;
}

.search_widget input:-moz-placeholder {
  font-size: 13px;
  font-family: "Lora", serif;
  color: #999;
  letter-spacing: .25px;
  font-style: italic;
}

.search_widget input::-moz-placeholder {
  font-size: 13px;
  font-family: "Lora", serif;
  color: #999;
  letter-spacing: .25px;
  font-style: italic;
}

.search_widget input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Lora", serif;
  color: #999;
  letter-spacing: .25px;
  font-style: italic;
}

.search_widget input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.category_widget_list li a {
  color: #666666;
  font-family: "Lora", serif;
  font-size: 14px;
  letter-spacing: .25px;
  display: block;
  line-height: 18px;
  padding-bottom: 15px;
}

.category_widget_list li a span {
  float: right;
  font-family: "myR";
  font-size: 14px;
  letter-spacing: .25px;
}

.category_widget_list li a i {
  padding-right: 3px;
}

.category_widget_list li:last-child a {
  padding-bottom: 0px;
}

.twitter_widget .twitter_btn {
  text-transform: uppercase;
  letter-spacing: .50px;
  font-size: 13px;
  font-family: "Gotu", sans-serif;
  font-weight: bold;
  color: #999;
  display: block;
  padding-top: 18px;
}

.twitter_widget_list li {
  color: #666666;
  font-family: "Lora", serif;
  letter-spacing: .25px;
  font-size: 14px;
  margin-bottom: 30px;
}

.twitter_widget_list li a {
  display: block;
  color: #0099cc;
  line-height: 32px;
}

.twitter_widget_list li .twitter_list_time {
  margin-top: 12px;
  text-transform: uppercase;
  display: block;
  color: #6c6c6c;
  font-size: 12px;
  font-family: "Lora", serif;
}

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

.recent_post_list li {
  margin-bottom: 40px;
}

.recent_post_list li .media .media-left {
  padding-right: 20px;
}

.recent_post_list li .media .media-body h4 {
  font-family: "Gotu", sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding-top: 3px;
}

.recent_post_list li .media .media-body .date_comment {
  color: #999999;
  letter-spacing: .25px;
  font-family: "Lora", serif;
  font-size: 13px;
  padding-top: 4px;
  display: block;
}

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

.tag_list a {
  font-family: "Gotu", sans-serif;
  color: #999;
  font-size: 15px;
  letter-spacing: .25px;
  transition: all 300ms linear 0s;
}

.tag_list a:hover {
  color: #000;
}

/* End Right sidebar widget css
============================================================================================ */
/*====================================================*/
/*====================================================*/
/* About Author Stories css
============================================================================================ */
.author_stories {
  padding-top: 160px;
}

.author_stories .author_stories_inner {
  background: #ececec;
  padding-left: 100px;
  padding-right: 50px;
  position: relative;
}

.author_stories .author_stories_inner .author_tittle {
  position: absolute;
  left: 0px;
  bottom: 65px;
}

.author_stories .author_stories_inner .author_tittle h3 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 25px;
  font-family: "Gotu", sans-serif;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #262626;
  position: relative;
}

.author_stories .author_stories_inner .author_tittle h3:before {
  content: "";
  background: #262626;
  width: 170px;
  height: 1px;
  position: absolute;
  top: 12px;
  right: -220px;
}

.author_stories .author_stories_inner .media {
  overflow: visible;
}

.author_stories .author_stories_inner .media .media-left {
  padding-right: 52px;
}

.author_stories .author_stories_inner .media .media-left img {
  -webkit-box-shadow: 14px 2px 51px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 14px 2px 51px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 14px 2px 51px 0px rgba(0, 0, 0, 0.37);
  position: relative;
  top: -22px;
}

.author_stories .author_stories_inner .media .media-body h4 {
  letter-spacing: .25px;
  font-weight: bold;
  font-size: 25px;
  color: #262626;
  font-family: "Gotu", sans-serif;
  text-transform: uppercase;
  padding-top: 120px;
}

.author_stories .author_stories_inner .media .media-body p {
  letter-spacing: .25px;
  font-size: 14px;
  color: #262626;
  /* font-family: "Lora", serif; */
  font-family:"Kalam",cursive
  line-height: 25px;
  padding-top: 30px;
  text-align:justify;
}

.author_stories .author_stories_inner .media .media-body .author_right {
  text-align: right;
}

.author_stories .author_stories_inner .media .media-body .author_right img {
  padding: 40px 0px 60px 0px;
}

.author_stories .author_stories_inner .media .media-body .author_right .author_social {
  padding-bottom: 35px;
}

.author_stories .author_stories_inner .media .media-body .author_right .author_social li {
  display: inline-block;
  padding-left: 15px;
}

.author_stories .author_stories_inner .media .media-body .author_right .author_social li a i {
  font-size: 14px;
  color: #202020;
}

/* End About Author Stories css
============================================================================================ */
/* Counterup css
============================================================================================ */
.counter_client_area {
  padding-top: 85px;
}

.counter_client_inner {
  text-align: center;
}

.counter_client_inner h3 {
  vertical-align: middle;
}

.counter_client_inner h3 span {
  font-size: 92.25px;
  color: #262626;
  font-family: "Gotu", sans-serif;
  font-weight: bold;
  letter-spacing: .25px;
  margin-right: 5px;
}

.counter_client_inner h3 span + span {
  font-size: 36px;
  vertical-align: middle;
  position: absolute;
  top: 24px;
  margin-right: 0px;
}

.counter_client_inner p {
  font-size: 18px;
  color: #777777;
  letter-spacing: .25px;
  font-family: "Lora", serif;
  text-transform: uppercase;
  padding-top: 7px;
}

/* End Counterup css
============================================================================================ */
/*====================================================*/
/*====================================================*/
/* Contact form css
============================================================================================ */
.contact_area {
  padding: 100px 0px 200px 0px;
}

.contact_area .contact_form_area .form-group input {
  height: 40px;
  border: 1px solid #4b4b4b;
  line-height: 40px;
  border-radius: 0px;
  color: #262624;
  font-family: "Lora", serif;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}

.contact_area .contact_form_area .form-group input.placeholder {
  color: #262624;
  font-family: "Lora", serif;
  font-size: 14px;
}

.contact_area .contact_form_area .form-group input:-moz-placeholder {
  color: #262624;
  font-family: "Lora", serif;
  font-size: 14px;
}

.contact_area .contact_form_area .form-group input::-moz-placeholder {
  color: #262624;
  font-family: "Lora", serif;
  font-size: 14px;
}

.contact_area .contact_form_area .form-group input::-webkit-input-placeholder {
  color: #262624;
  font-family: "Lora", serif;
  font-size: 14px;
}

.contact_area .contact_form_area .form-group textarea {
  height: 200px;
  border: 1px solid #4b4b4b;
  line-height: 40px;
  border-radius: 0px;
  color: #262624;
  font-family: "Lora", serif;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  resize: none;
  margin-bottom: 40px;
}

.contact_area .contact_form_area .form-group textarea.placeholder {
  color: #262624;
  font-family: "Lora", serif;
  font-size: 14px;
}

.contact_area .contact_form_area .form-group textarea:-moz-placeholder {
  color: #262624;
  font-family: "Lora", serif;
  font-size: 14px;
}

.contact_area .contact_form_area .form-group textarea::-moz-placeholder {
  color: #262624;
  font-family: "Lora", serif;
  font-size: 14px;
}

.contact_area .contact_form_area .form-group textarea::-webkit-input-placeholder {
  color: #262624;
  font-family: "Lora", serif;
  font-size: 14px;
}

/* End Contact form css
============================================================================================ */
/*====================================================*/
/*===footer area css ===*/
.footer-area {
  background: #282828;
  text-align: center;
  padding: 240px 0px 71px;
  position: relative;
}

.footer-area .img {
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer-area .footer-content {
  position: relative;
  padding-top: 4px;
}

.footer-area .footer-content h2 {
  /* font: 400 43px/51px "Lora", serif; */
  font-family:"Kalam",cursive;
  font-size:40px;
  color: #fff;
  padding-bottom: 55px;
}

.footer-area .footer-content:after {
  content: "\7b";
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-size: 48px;
  line-height: 25px;
  color: #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer-area .footer-content span {
  font: 400 24px/30px "Gotu", sans-serif;
  color: #fff;
  position: relative;
  display: block;
  padding-top: 28px;
}

.footer-area .footer-content span:after {
  width: 120px;
  height: 1px;
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.footer-area .footer-content span a {
  font-style: italic;
  color: #fff;
}
.footer-copyright-area {
  background: -webkit-linear-gradient(178deg, #fff 0%, #fff 100%);
  background: linear-gradient(178deg, #fff 0%, #fff 100%); 
  /* background: -webkit-linear-gradient(178deg,#3498db 0%, #0578c5 100%);
  background: linear-gradient(178deg,#3498db 0%,#0578c5 100%); pritam*/
  padding: 20px 0px;
  /*height:100px;pritam added*/
  /*margin-top:-100px;pritam added*/
  position:relative !important;/*pritam added*/
  text-align: center;
  clear:both;/*pritam added*/
}
.footer-copy-right p {
  margin: 0px;
  font-size: 15px;
  color: #000;
}
.footer-copy-right a{
color:#000;
text-decoration:none;
}
/*====--- footer 2 css ---===*/
.footer-bg {
  background: #ececec;
}

.footer-bg .footer-content:after {
  color: #262626;
}

.footer-bg .footer-content h2 {
  color: #262626;
}

.footer-bg .footer-content span {
  color: #262626;
}

.footer-bg .footer-content span:after {
  background: #262626;
}

.footer-bg .footer-content span a {
  color: #262626;
}

/*==== footer-bg2 css ====*/
.footer-bg2 {
  background: #000;
}

/*====================================================*/

/*# sourceMappingURL=style.css.map */