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

 Theme Name: Kono
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #101010
 main Font    : Poppins

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

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 About
	06 Services
	07 Works
    08 Numbers
	09 Testimonials
	10 Price
	11 Team
	12 Blog
	13 Contact
	14 Footer
	15 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

html, body {
  color: #101010;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-size: 14.5px;
  font-weight: 300;
  color: #888;
  line-height: 2;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.box-padding {
  padding: 140px 5%;
}

.section-padding {
  padding: 140px 0;
}

.section-head {
  margin-bottom: 80px;
  margin-top: 80px;
}
.section-head h4 {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 30px;
  position: relative;
  color: #FE6F16;
}
.section-head h4:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-head h4 span {
  color: transparent;
  -webkit-text-stroke: 1px #101010;
}
.section-head.text-left h4:after {
  left: 0 !important;
}

[data-overlay-dark] .section-head h4 span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.oswald {
  font-family: 'Oswald', sans-serif;
}

.title-extra {
  font-weight: 700;
}

.bg-gray {
  background: #fbfbfb;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.7;
}

.shadow-inset {
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05) inset;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center !important;
}

.no-cover {
  background-repeat: repeat;
  background-size: auto;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1 !important;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1 !important;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 5%;
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 30px;
  line-height: 40px;
  background: #111;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 4;
}

.owl-carousel .owl-nav .owl-next {
  right: -40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: -40px;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 12px 25px;
  background: #fff;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
}
.butn span {
  font-weight: 400;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.butn span i {
  margin-left: 5px;
}
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: transparent;
  border-radius: 60px;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 1;
  opacity: .5;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.butn:hover:after {
  border-radius: 0;
  width: 100%;
  left: 0;
  opacity: 1;
}

.butn-bg {
  background: #180B0A;
  border-color: #180B0A;
}
.butn-bg:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.butn-bg:hover span {
  color: #000;
}
.butn-bg:after {
  background: #fff;
}
.butn-bg span {
  color: #fff;
}

.butn-rgba {
  background: rgba(220, 220, 220, 0.2);
}
.butn-rgba:after {
  background: #000;
}
.butn-rgba:hover {
  border-color: #000;
}
.butn-rgba:hover span {
  color: #fff;
}

.butn-bord {
  background: transparent;
  border-color: #000;
}
.butn-bord:after {
  background: #000;
}
.butn-bord:hover {
  border-color: #000;
}
.butn-bord:hover span {
  color: #fff;
}

.butn-light {
  background: transparent;
  border-color: #000;
}
.butn-light:hover {
  -webkit-box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
}
.butn-light:hover span {
  color: #fff;
}
.butn-light:after {
  background: #000;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  min-height: 80px;
}
.navbar .icon-bar {
  color: #fff;
}
/*#innerPage .navbar .navbar-nav .nav-link {
  color: #000;
}
#innerPage .navbar .icon-bar {
  color: #000;
}*/
#innerPage .navbar {
  background-color: #000;
}
.navbar .navbar-nav .nav-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #eee;
  letter-spacing: 2px;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  z-index: 2;
}
.navbar .navbar-nav .nav-link:hover {
  color: #FE6F16;
}
.navbar .navbar-nav .nav-link:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ccc;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.navbar .navbar-nav .active:after {
  opacity: .3;
}

.nav-scroll, #innerPage .nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  padding: 0 1rem;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  padding: 15px 0;
  width: 160px;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header .background {
  min-height: 100vh;
}
.header .caption {
  font-family: 'Oswald', sans-serif;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h4 {
  font-weight: 200;
  letter-spacing: 10px;
  margin-bottom: 15px;
}
.header .caption h1 {
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption .social {
  margin-top: 15px;
}
.header .caption .social .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  margin: 0 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.header .caption .social .icon:hover {
  background: #fff;
  color: inherit;
}
.header .to-bottom {
  width: 50px;
  position: absolute;
  bottom: 7vh;
  left: calc(50% - 25px);
  z-index: 9;
}
.header .to-bottom .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 30px;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start About ]
-----------------------------------------------------------------*/
.about .o-hidden {
  height: 400px;
  width: 100%;
}
.about .profile {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 15px;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.about .profile::-webkit-scrollbar {
  width: 0 !important;
}
.about .hero-img {
  border-radius: 5px;
  overflow: hidden;
}
.about .block h4 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.about .block .item {
  margin-bottom: 30px;
}
.about .block .item:last-of-type {
  margin-bottom: 0;
}
.about .block h6 {
  font-size: 15px;
  margin-bottom: 15px;
}
.about .block h6 span {
  padding: 5px;
  background: #f7f7f7;
  font-size: 11px;
  float: right;
}
.about .block p {
  font-size: 14px;
}
.about .content .butn {
  margin-right: 10px;
}
.about .content .butn:last-of-type {
  margin-right: 0;
}
.about .skills h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.about .skills h6 b {
  margin-left: 10px;
}
.about .skills .skill-progress {
  position: relative;
  height: 6px;
  background: #f7f7f7;
}
.about .skills .progres {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.about .skills .progres:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: -2px;
  right: 0;
  background: #000;
}
.about .skills .progres:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: -4px;
  right: -2px;
  border: 1px solid #ccc;
}

/* ----------------------------------------------------------------
     [ End About ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Services ]
-----------------------------------------------------------------*/
.services .row {
  padding: 0 0;
}
.services .custm-p {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .services .row {
    padding: 0 30px;
  }
  .services .custm-p {
    padding: 0 25px;
  }
}
.services .item {
  padding: 60px 30px;
  background-color: #fff;
  margin-bottom: 50px;
  position: relative;
}
.services .item:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
}
.services .item:hover .numb {
  -webkit-text-stroke: 1px #000;
}
.services .item .icon {
  color: #000;
  font-size: 35px;
  float: left;
  position: relative;
  z-index: 2;
}
.services .item .icon:after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eee;
  opacity: .5;
  z-index: -1;
  position: absolute;
  right: -20px;
  top: -10px;
}
.pe-7s-branding::before, 
.pe-7s-creative::before,
.pe-7s-illustration-painting::before,
.pe-7s-web-development::before, 
.pe-7s-video-promotion::before, 
.pe-7s-book-illustration::before {
  content: '';
  background-image: url(../img/branding.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
}

.pe-7s-creative::before {
  background-image: url(../img/creative-designs.png);
}

.pe-7s-illustration-painting::before {
  background-image: url(../img/illustration-and-painting.png);
}

.pe-7s-web-development::before {
  background-image: url(../img/website-development.png);
}

.pe-7s-video-promotion::before {
  background-image: url(../img/video-promotion.png);
}

.pe-7s-book-illustration::before {
  background-image: url(../img/book-illustration.png);
}

.services .item h5 {
  font-size: 17px;
  margin-top: 8px;
  margin-bottom: 20px;
  margin-left: 60px;
}
.services .item p {
  margin-left: 60px;
}
.services .item .numb {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: transparent;
  -webkit-text-stroke: 1px #ccc;
  opacity: .5;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Works ]
-----------------------------------------------------------------*/
.works .filtering span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  cursor: pointer;
}
.works .filtering .active {
  background: #000;
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.works .items {
  margin-top: 20px;
  padding: 0 10px;
}
.works .item-img {
  position: relative;
  color: #fff;
}
.works .item-img:hover .item-img-overlay {
  visibility: visible;
  opacity: 1;
}
.works .item-img:hover p, .works .item-img:hover h6 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.works .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.works .item-img-overlay .overlay-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.works .item-img-overlay .icon {
  position: absolute;
  left: calc(50% - 20px);
  bottom: calc(50% - 20px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
}
.works .item-img-overlay p {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #eee;
}
.works .item-img-overlay h6 {
  font-size: 16px;
  margin-top: 5px;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Numbers ]
-----------------------------------------------------------------*/
.numbers .background {
  border-radius: 15px;
  overflow: hidden;
  padding: 50px 0;
}
.numbers .icon {
  font-size: 35px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.numbers .icon:after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  opacity: .5;
  z-index: -1;
  position: absolute;
  right: 10px;
  top: -10px;
}
.numbers h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.numbers h6 {
  color: #eee;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials .owl-carousel {
  position: relative;
  z-index: 2;
}
.testimonials .owl-carousel:after, .testimonials .owl-carousel:before {
  content: '';
  width: 180px;
  height: 180px;
  background-image: url(../img/dots1.png);
  position: absolute;
  z-index: 1;
}
.testimonials .owl-carousel:after {
  top: -40px;
  left: -40px;
}
.testimonials .owl-carousel:before {
  bottom: -40px;
  right: -40px;
}
.testimonials .owl-carousel .owl-stage-outer {
  background: #fff;
  position: relative;
  z-index: 2;
}
.testimonials .client-area {
  margin-bottom: 30px;
}
.testimonials .client-area .img {
  display: inline-block;
  position: relative;
}
.testimonials .client-area .img .icon {
  width: 50px;
  position: absolute;
  top: 70px;
}
.testimonials .client-area .img .icon:first-of-type {
  left: -90px;
}
.testimonials .client-area .img .icon:last-of-type {
  right: -90px;
}
.testimonials .client-area .author {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}
.testimonials .client-area h6 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.testimonials .client-area span {
  font-size: 12px;
  letter-spacing: 1px;
  color: #000;
}

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Price ]
-----------------------------------------------------------------*/
.price .item {
  padding: 100px 30px 60px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.price .item .type {
  margin-bottom: 60px;
}
.price .item .type h5 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.price .item .feat ul {
  margin-bottom: 0;
}
.price .item .feat li {
  color: #444;
  margin-bottom: 20px;
}
.price .item .feat li:last-child {
  margin-bottom: 0;
}
.price .item .feat del {
  opacity: .8;
}
.price .item .value {
  margin: 40px 0 0;
}
.price .item .value h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 65px;
}
.price .item .value h4 span {
  font-size: 15px;
}
.price .item .value p {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
  color: #000;
}
.price .item .order {
  margin-top: 40px;
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Team ]
-----------------------------------------------------------------*/
.team .item {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.team .item .img {
  position: relative;
}
.team .item .img .social {
  position: absolute;
  bottom: 0;
  left: 10%;
  padding: 13px 0;
  width: 80%;
  border-radius: 30px 30px 0 0;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.team .item .img .social a {
  color: #444;
  font-size: 13px;
  margin: 0 10px;
}
.team .item .info {
  padding: 40px 10px;
  text-align: center;
  background: #fff;
}
.team .item .info h6 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.team .item .info span {
  color: #555;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Blog ]
-----------------------------------------------------------------*/
.blog .item:hover .cont {
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.blog .item .post-img .img {
  overflow: hidden;
}
.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.blog .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog .item .cont {
  position: relative;
  padding: 50px;
  background: #fff;
  width: 80%;
  margin-left: 10%;
  margin-top: -50px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.blog .item .info {
  margin-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
.blog .item .info:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.blog .item .info a {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 10px;
}
.blog .item .info a:last-of-type {
  margin-right: 0;
  float: right;
  color: #555;
}
.blog .item .info a i, .blog .item .info a em {
  margin-right: 5px;
}
.blog .item .info a em {
  color: #555;
}
.blog .item h4 {
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 30px;
}
.blog .item .more {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

.header.pages {
  min-height: 80vh;
}
.header.pages a, .header.pages i {
  color: #ccc;
  font-weight: 400;
  margin: 30px 10px 0;
}
.header.pages a:last-of-type {
  font-weight: 800;
}

.posts .item {
  margin-bottom: 50px;
}
.posts .item .cont {
  width: 90%;
  margin-left: 5%;
}
.posts .item .spical {
  margin: 15px;
  padding: 15px;
  border-left: 4px solid #000;
}
.posts .title {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}
.posts .title:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.posts .comments, .posts .add-comment {
  padding: 30px 15px;
  border-bottom: 1px solid #eee;
  border-radius: 5px;
}
.posts .comments .com, .posts .add-comment .com {
  margin-bottom: 50px;
}
.posts .comments .com:last-child, .posts .add-comment .com:last-child {
  margin-bottom: 0;
}
.posts .comments .com:nth-child(odd), .posts .add-comment .com:nth-child(odd) {
  margin-left: 50px;
}
.posts .comments .img, .posts .add-comment .img {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
}
.posts .comments .cont, .posts .add-comment .cont {
  margin-left: 75px;
}
.posts .comments .cont h6, .posts .add-comment .cont h6 {
  font-size: 12px;
  margin-bottom: 5px;
}
.posts .comments .cont span, .posts .add-comment .cont span {
  color: #999;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 10px;
}
.posts .comments .cont .reply, .posts .add-comment .cont .reply {
  float: right;
  margin-right: 15px;
  margin-top: -15px;
}
.posts .comments .cont .reply:hover, .posts .add-comment .cont .reply:hover {
  color: #000;
}
.posts form input, .posts form textarea {
  width: 100%;
  padding: 15px;
  background-color: #fafafa;
  border: 0;
}
.posts form textarea {
  height: 140px;
  max-height: 140px;
  max-width: 100%;
  margin-bottom: 10px;
}
.posts form .butn {
  margin: 30px 0 0 0;
  cursor: pointer;
}

.pagination {
  text-align: center;
}
.pagination ul {
  margin: auto;
}
.pagination li {
  float: left;
  margin: 0 5px;
}
.pagination li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.pagination .active a {
  background-color: #000;
  color: #fff;
}

.side-bar .widget {
  margin-bottom: 50px;
  overflow: hidden;
}
.side-bar .widget ul {
  margin-bottom: 0;
}
.side-bar .widget ul li {
  margin-bottom: 30px;
  color: #444;
  font-size: 14px;
}
.side-bar .widget ul li:last-child {
  margin-bottom: 0;
}
.side-bar .widget ul li i {
  font-size: 10px;
  margin-right: 10px;
}
.side-bar .widget .recent li {
  display: block;
  overflow: hidden;
}
.side-bar .widget .recent .thum {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.side-bar .widget .recent a {
  display: block;
  margin-left: 60px;
  line-height: 1.7;
}
.side-bar .widget-title {
  margin-bottom: 30px;
}
.side-bar .widget-title h6 {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.side-bar .search form {
  position: relative;
}
.side-bar .search form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f7f7f7;
}
.side-bar .search form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #999;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.side-bar .gallery li {
  width: 33.33333%;
  float: left;
  border: 5px solid #fff;
}
.side-bar .tags li {
  font-size: 12px;
  margin: 2px !important;
  padding: 5px 10px;
  background-color: #000;
  color: #fff !important;
  border-radius: 4px;
  float: left;
}
.side-bar .tags li:hover {
  background-color: #222;
}

.blogs .post {
  padding: 0 15px;
}
.blogs .post:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.blogs .post-img {
  position: relative;
}
.blogs .post-img .img {
  overflow: hidden;
}
.blogs .post-img img {
  -webkit-transition: all .7s;
  transition: all .7s;
}
.blogs .post-img .date {
  position: absolute;
  top: 25px;
  left: -25px;
  padding: 10px;
  background-color: #eee;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.blogs .post-img .date:after {
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 50%;
  left: -25px;
  background-color: #eee;
}
.blogs .post-content {
  margin-top: 30px;
}
.blogs .post-content h5 {
  font-size: 18px;
  line-height: 1.5;
  margin: 15px 0;
}
.blogs .post-content .tags a {
  font-size: 12px;
  color: #999;
  margin-right: 15px;
}
.blogs .post-content .tags a:last-of-type {
  margin-right: 0;
}
.blogs .post-content .tags a i {
  color: #555;
  margin-right: 5px;
}
.blogs .post-content .by {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #444;
  margin-top: -10px;
}
.blogs .post-content .by em {
  text-transform: uppercase;
  font-weight: 800;
  margin-right: 5px;
}
.blogs .post-content .more {
  margin-top: 30px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Contact ]
-----------------------------------------------------------------*/
.contact .item .icon {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background: #FE6F16;
  border-radius: 50%;
  float: left;
}
.contact .item .cont {
  margin-left: 60px;
  margin-bottom: 60px;
}
.contact .item .cont p {
  color: #444;
  /*text-transform: uppercase;*/
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
}
.contact .social {
  margin-top: 30px;
}
.contact .social .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #eee;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.contact .social .icon:last-of-type {
  margin-right: 0;
}
.contact .social .icon:hover {
  background: #000;
  color: #fff;
}
.contact .form input, .contact .form textarea {
  font-size: 12px;
  width: 100%;
  padding: 15px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.contact .form input:focus, .contact .form textarea:focus {
  border-color: #333;
}
.contact .form textarea {
  height: 140px;
  max-height: 140px;
  max-width: 100%;
}
.contact .form .form-group {
  position: relative;
}
.contact .form .help-block li {
  color: #ce7373;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  right: 10px;
}
.contact .form .butn {
  float: right;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Footer ]
-----------------------------------------------------------------*/
footer {
  padding: 80px 0;
}
footer .social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: transparent;
  margin: 15px 5px;
}
footer .social a:hover {
  background: #000;
  color: #fff;
}
footer p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 15 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bgimg-height {
    height: 200px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  /*.navbar {
    padding-left: 15px;
  }*/
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
    display: inline-block;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }
  .header .caption p {
    padding: 0;
  }

  .blog .item .cont {
    padding: 50px 30px;
    width: 90%;
    margin-left: 5%;
  }

  .blog .item h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm100 {
    margin-bottom: 50px;
  }

  .mb-sm80 {
    margin-bottom: 50px;
  }

  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .bgimg-height-sm {
    height: 400px;
  }

  .section-head h4 {
    font-size: 32px;
  }

  .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
@media screen and (max-width: 480px) {
  /* .header .background {
    min-height: 120vh;
  } */
  .header .caption h1 {
    font-size: 25px;
  }

  .works .filtering span {
    margin-bottom: 10px;
    padding: 8px 15px;
  }
}



/*Nirmal*/
.aboutRaadmore {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.aboutRaadmore ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.aboutRaadmore ul li {
  width: 100%; 
  float: left;
  list-style: none;
  line-height: 28px;
  margin: 2px 0;
  position: relative;
  padding-left: 20px;
}
.aboutRaadmore ul li:before {
  content: '\f02e';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.associatedWith {
  width: 100%;
  float: left;
}
.associatedWith ul {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  text-align: center;
}
.associatedWith ul li {
  list-style: none;
  display: inline-block;
  width: 240px;
  padding: 10px;
}
.associatedWith ul li img {
  width: 100%;
}

.loadMore-wrap {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 50px;
}
.loadMore-wrap .loadMore {
  display: inline-block;
}