/*----------------------------------------------------
  Name: I'm Dancer
  Version: 1.0.0
  Author: DKcoder
  Purchase:
  Website: dkcoder.info
  Support:  dk.themeforest@gmail.com
  License:  You must have a valid license purchased only from ThemeForest (the above link) in order to legally use the theme for your project.
  Copyright 2016.
------------------------------------------------------*/
/*----------------------------------------------------
  [Typography]

  body:        14px / apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  heading:    'Montserrat', sans-serif.

  Note:        Most of font sizes are relative to the base font size (rem)
------------------------------------------------------*/
/*----------------------------------------------------
  [Colors]

  Main 1:      #21283A
  Main 2:      #1E85D9
  Main 3:      #FFFFFF

  Gray 1:      #FFFFFF
  Gray 2:      #7E7D7D
  Gray 3:      #AEAEAE
------------------------------------------------------*/
/*----------------------------------------------------
  [Table of contents]

  1. Base
  2. Typography
  3. Indents
    -indent
    -indent2
    -indent3
    -indent4
  4. Link
  5. Navigation
  6. Header
  7. Button(bootstrap)
  8. Gallery
    -3 columns
    -2 columns
  9. Numbers
  10. Reviews(slider slick)
  11. Latest News(slider slick)
  12. Hover Effect
  13. Slick
  14. Instagram
  15. Footer
  16. Blog
     -3 columns
     -2 columns
     -Classic
  17. Blog Single
  18. Pagination
  19. Contacts
------------------------------------------------------*/
/*----------------------------------------------------
  [Features]

  "imd-indent":         120px
  "imd-indent2":        60px
  "imd-indent3":        30px
  "imd-indent4":        20px

  "imd-box":            backspacing 120px
  "imd-bg-gray"         gray background

  "imd-gallery-3-col",
  "imd-blog-3-col":     You can change to 2 columns
                        (example: "imd-gallery-2-col" and "imd-blog-2-col")

  "imd-effect-next"     hover

  images:               Grayscale on hover
------------------------------------------------------*/

body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  line-height: 1.7em;
  color: #7e7d7d;
}
body h1, h2, h3{
  margin: 0;
  color: #21283A;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
body p{
  margin: 0;
}
html, body{
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.imd-box {
  padding: 120px 0;
}

.imd-bg-gray {
  background-color: #F8F8F8;
}

ul {
  margin: 10px 0;
}

h2 {
  font-size: 28px;
}
h3 {
  font-size: 18px;
}

/* -------------START: Indent------------- */
.imd-indent {
  height: 120px;
}
.imd-indent2 {
  height: 60px;
}
.imd-indent3 {
  height: 30px;
}
.imd-indent4 {
  height: 20px;
}
/* -------------END: Indent------------- */

/* -------------START: Link------------- */
a {
  color: #21283A;
  text-decoration: none;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
a:hover {
  color: #1E85D9;
  text-decoration: none;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
a:focus {
  color: #1E85D9;
  text-decoration: none;
}
/* -------------END: Link------------- */

/* -------------START: Navigation------------- */
@media (max-width: 575px) {
  .navbar > .container {
    width: 100%;
  }
}
.imd-menu {
  position: fixed;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
  line-height: 1;
  background: #fff;
  width: 100%;
  padding: 0;
}
@media (max-width: 990px) {
  .imd-menu {
    padding: 10px;
  }
}
.imd-menu .navbar-brand img{
  width: 80px;
}

.imd-menu .navbar-nav {
  margin: 0;
}
@media (max-width: 990px) {
  .imd-menu .navbar-nav {
    margin-top: 15px;
  }
}
.imd-menu .nav-item .nav-link{
  color: #21283A;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 37px 19px 39px 19px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.imd-menu .nav-item .active {
  color: #1E85D9;
}
@media (max-width: 990px) {
  .imd-menu .nav-item .nav-link {
    padding: 8px;
  }
}
.imd-menu .nav-item:hover .nav-link{
  color: #1E85D9;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.imd-menu .dropdown-menu{
  margin: 0;
  padding: 10px 20px;
  font-size: 13px;
  border: 0;
  border-radius: 0;
  background-color: #21283A;
}
@media (max-width: 990px) {
  .imd-menu .dropdown-menu {
    background-color: transparent;
    margin-top: -12px;
    padding-bottom: 3px;
    padding-top: 14px;
    padding-left: 24px;
  }
}
.imd-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.imd-menu .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 8px 0;
  background-color: transparent;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 990px) {
  .imd-menu .dropdown-menu .dropdown-item {
    color: #21283A;
    padding: 6px 4px;
  }
}
.imd-menu .dropdown-menu .active {
  color: #1E85D9;
}
.imd-menu .dropdown-menu .dropdown-item:hover {
  color: #1E85D9;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.imd-menu .bar {
  color: #21283A;
  float: right;
  z-index: -1;
  opacity: 0;

  text-align: center;
  font-size: 25px;
  padding: 10px;
  vertical-align: middle;

}
.imd-menu .bar:hover {
  color: #1E85D9;
}
@media screen and (max-width: 990px) {
  .imd-menu .bar {
    z-index: auto;
    opacity: 1;
  }
}
/* -------------END: Navigation------------- */

/* -------------START: Header------------- */
@media (max-width: 575px) {
  .imd-header > .container {
    width: 100%;
    text-align: left;
  }
}
.imd-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -webkit-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          -webkit-box-pack: center;
          justify-content: center;

  background: no-repeat center center;
  background-size: cover;

  position: relative;
  overflow: hidden;

  width: 100%;
  height: 100%;
}
.imd-header h1{
  line-height: 1;
  letter-spacing: 0.1em;

  width: 100%;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #21283A;
}
@media screen and (max-width: 1024px) {
  .imd-header h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 600px) {
  .imd-header h1 {
    font-size: 60px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 300px) {
  .imd-header h1 {
    font-size: 50px;
    letter-spacing: 0;
  }
}
.imd-author img{
  border-radius: 100%;
  width: 200px;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transition: 0.35s;
    transition: 0.35s;
}
.imd-author a:hover img{
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
.imd-author h2, .imd-author p{
  margin-bottom: -7px;
  margin-top: -3px;
}

/* -------------END: Header------------- */

/* -------------START: Button(Bootstrap)------------- */
.btn {
  margin: 0;
  display: inline-block;
  position: relative;
  padding: 12px 25px;
  border: 0;
  border-radius: 0;
  background-color: #21283A;
  color: #fff;

  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (max-width: 480px) {
  .btn {
    display: block;
  }
}
.btn + .btn {
  margin-left: 17px;
}
@media screen and (max-width: 480px) {
  .btn + .btn {
    margin-top: 20px;
    margin-left: 0;
  }
}
.btn:hover {
  color: #fff;
  background-color: #1E85D9;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.btn:focus {
  box-shadow: none;
  color: #fff;
}
/* -------------END: Button------------- */

/* -------------START: Gallery------------- */
  /* 3 columns */
.imd-gallery-3-col{
  text-align: center;
}
.imd-gallery-3-col div{
  padding: 10px;
  display: inline-block;
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .imd-gallery-3-col div {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .imd-gallery-3-col div {
    width: 100%;
  }
}
.imd-gallery-3-col img{
  width: 100%;
}

  /* 2 columns */
.imd-gallery-2-col{
  text-align: center;
}
.imd-gallery-2-col div{
  padding: 10px;
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .imd-gallery-2-col div {
    width: 100%;
  }
}
.imd-gallery-2-col img{
  width: 100%;
}

.imd-gallery-item img {
  transition: -webkit-filter 0.35s;
  -webkit-transition: -webkit-filter 0.35s;
  transition: filter 0.35s;
  transition: filter 0.35s, -webkit-filter 0.35s;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.imd-gallery-item a:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.imd-gallery-item i{
  opacity: 0;
  z-index: 2;
  color: #fff;

  display:inline-block;
  position:absolute;
  top:30px;
  left:30px;
  font-size: 30px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.imd-gallery-item a:hover i{
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.imd-gallery-item a:after {
  content: '';
  z-index: 0;
  position: absolute;
  opacity: 0;
  background: #000;

  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.imd-gallery-item a:hover:after {
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* -------------END: Gallery------------- */

/* -------------START: Numbers------------- */
.imd-number h2{
  margin-bottom: -15px;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .imd-number {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 768px) {
  .imd-last-number {
    margin-bottom: 0;
  }
}
/* -------------END: Numbers------------- */

/* -------------START: Reviews------------- */
.imd-reviews{
  padding: 0 40px;

  line-height: 1.5;
}
.imd-reviews img{
  display: inline-block;
  border-radius: 100%;
  width: 90px;
  margin-bottom: 5px;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    transition: -webkit-filter 0.35s;
    -webkit-transition: -webkit-filter 0.35s;
    transition: filter 0.35s;
    transition: filter 0.35s, -webkit-filter 0.35s;
}
.imd-reviews a:hover img{
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
.imd-reviews h3{
  margin-top: 5px;
}
/* -------------END: Reviews------------- */

/* -------------START: Latest News------------- */
.imd-latest-news {
  text-align: left;
  font-size: 12px;
  padding: 0 20px;
  line-height: 1.7em;
}
@media screen and (max-width: 990px) {
  .imd-latest-news {
    padding: 0 10px;
  }
}
.imd-latest-news img{
  width: 100%;
}
.imd-latest-news h3{
  letter-spacing: normal;
  margin-bottom: 1px;
  margin-top: 8px;
}
.imd-latest-news .imd-date {
  margin-top: -1px;
  float: left;
  color: #AEAEAE;
  font-size: 12px;
}
.imd-latest-news .imd-likeandcomments {
  margin-top: -1px;
  float: right;
  font-size: 12px;
}
.imd-latest-news .imd-likeandcomments a{
  color: #AEAEAE;
  padding: 0 4px;
}
.imd-latest-news .imd-likeandcomments a:hover{
  color: #1E85D9;
}
/* -------------END: Latest News------------- */

/* -------------START: Hover Effect------------- */
.imd-effect-next{
  overflow: hidden;
  position: relative;
  display: block;
}
.imd-effect-next img{
  transition: -webkit-filter 0.35s;
  -webkit-transition: -webkit-filter 0.35s;
  transition: filter 0.35s;
  transition: filter 0.35s, -webkit-filter 0.35s;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.imd-effect-next:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.imd-effect-next i{
  opacity: 0;
  z-index: 2;
  color: #fff;

  display:inline-block;
  position:absolute;
  top:20px;
  left:20px;
  font-size: 25px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.imd-effect-next:hover i{
  opacity: 1;
}
.imd-effect-next a:after {
  content: '';
  z-index: 0;
  position: absolute;
  opacity: 0;
  background: #000;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.imd-effect-next:hover a:after {
  opacity: 0.4;
}
/* -------------END: Hover Effect------------- */

/* -------------START: Slick------------- */
.slick-dots {
  position: relative;
  bottom: -23px;
}
.slick-dots li {
  margin: 0 1px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  height: 12px;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.slick-dots li.slick-active{
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.slick-dots li.slick-active button:before {
  color: #1E85D9;
  font-size: 13px;
}
.slick-dots li button::before {
  color: #bfbfbf;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.slick-dots li:hover button::before {
  color: #1E85D9;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
/* -------------END: Slick------------- */

/* -------------START: Instagram------------- */
.imd-instagram-item {
  width: 12.5%;
  float: left;
}
.imd-instagram-item img{
  width: 100%;
  transition: -webkit-filter 0.6s;
  -webkit-transition: -webkit-filter 0.6s;
  transition: filter 0.6s;
  transition: filter 0.6s, -webkit-filter 0.6s;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.imd-instagram-item:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media screen and (max-width: 768px) {
      .imd-instagram-item {
        width: 25%;
      }
}
/* -------------END: Instagram------------- */

/* -------------START: Footer------------- */
.imd-footer {
  background-color: #21283A;
  display: inline-block;
  padding: 60px 0;
  line-height: 1.5;
  width: 100%;
  color: #fff;
}
.imd-icons, .imd-copyright{
  font-size: 18px;
}
.imd-icons {
  text-align: right;
}
@media screen and (max-width: 768px) {
      .imd-icons, .imd-copyright {
        text-align: center;
      }
}
@media screen and (max-width: 768px) {
      .imd-icons {
        padding-top: 20px;
      }
}
.imd-icons a{
  display: inline-block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  font-size: 14px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #fff;
  -webkit-transition: color 0.35s, background-color 0.35s;
  transition: color 0.35s, background-color 0.35s;
}
.imd-icons a + a{
  margin-left: 5px;
}
.imd-icons a:hover{
  background-color: #1E85D9;
}
/* -------------END: Footers------------- */

/* -------------START: Blog------------- */
  /* 3 columns */
.imd-blog-3-col .imd-blog-item{
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .imd-blog-3-col .imd-blog-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .imd-blog-3-col .imd-blog-item {
    width: 100%;
  }
}
.imd-blog-3-col img, .imd-blog-2-col{
  width: 100%;
}
  /* ------------- */
  /* 2 columns */
.imd-blog-2-col .imd-blog-item{
  width: 50%;
}
@media screen and (max-width: 480px) {
  .imd-blog-2-col .imd-blog-item {
    width: 100%;
  }
}
  /* ------------- */
  /* Classic */
.imd-blog-classic .imd-blog-item {
  padding: 0;
}
.imd-blog-classic .imd-blog-item .imd-date{
  float: none;
  display: inline-block;
  text-transform: none;
  margin: 0;
  width: auto;
  line-height: 1;
  font-size: 12px;
  color: #AEAEAE;
}
.imd-blog-classic .imd-blog-item .imd-likeandcomments {
  display: inline-block;
  font-size: 12px;
  width: auto;
  margin: 0;
}
.imd-blog-classic .imd-blog-item h3 {
  font-size: 28px;
  margin-top: -4px;
  margin-bottom: -9px;
}
.imd-blog-classic .imd-blog-item p{
  font-size: 14px;
  margin-top: -7px;
  margin-bottom: -7px;
}
.imd-blog-classic .imd-blog-item .imd-read {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
  /* ------------- */

.imd-blog-item {
  text-align: left;
  line-height: 1.7em;
  padding: 20px;
}
.imd-blog-item img{
  width: 100%;
}
.imd-blog-item h3{
  margin-bottom: -10px;
}
.imd-blog-item .imd-date {
  margin-top: -8px;
  float: left;
  width: 112px;
  font-size: 12px;
}
.imd-blog-item .imd-likeandcomments {
  margin-top: -8px;
  float: right;
  width: 67px;
  font-size: 12px;
}
.imd-blog-item .imd-date{
  padding: 0;
  color: #AEAEAE;
}
.imd-blog-item .imd-likeandcomments a{
  color: #AEAEAE;
  padding: 0 4px;
}
.imd-blog-item .imd-likeandcomments a:hover{
  color: #1E85D9;
}
/* -------------END: Blog------------- */

/* -------------START: Blog Single------------- */
  /* Category */
.imd-category {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: -2px;
  font-weight: bold;
  font-size: 13px;
}
.imd-category a + a{
  padding-left: 4px;
}

.imd-main-image img{
  width: 100%;
}

  /* Date */
.imd-date-post {
  line-height: 1;
  font-size: 12px;
  margin-top: -9px;
  margin-bottom: 9px;
  color: #AEAEAE;
}

  /* Tags */
.imd-tags {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: bold;
  font-size: 13px;
}
.imd-tags i{
  color: #21283A;
  font-size: 14px;
}
.imd-tags a + a{
  padding-left: 4px;
}

  /* Comments */
.imd-comment {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.imd-comment ul{
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .imd-comment ul {
    padding-left: 20px;
  }
}
.imd-comment li{
  list-style-type: none;
}
.imd-comment .imd-comment-author img{
  width: 60px;
  border-radius: 100%;
  margin-right: 20px;
  float: left;
  margin-top: -8px;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    transition: -webkit-filter 0.35s;
    -webkit-transition: -webkit-filter 0.35s;
    transition: filter 0.35s;
    transition: filter 0.35s, -webkit-filter 0.35s;
}
.imd-comment .imd-comment-author img:hover{
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
.imd-comment .imd-comment-author h3{
  letter-spacing: normal;
}
.imd-comment .imd-comment-date {
  font-size: 12px;
  margin: 6px;
  color: #AEAEAE;
}
.imd-comment .imd-comment-content{
  padding-top: 9px;
  padding-bottom: 8px;
}
.imd-comment .imd-reply{
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
}

  /* Your Comment */
.imd-YourComment label{
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  color: #21283A;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.form-control {
  border-radius: 0;
  border-color: #E8E8E8;
  border-width: 2px;
  color: #7e7d7d;
}
.form-control:focus {
  border-color: #1E85D9;
  color: #7e7d7d;
}
.form-group {
  margin-bottom: 0;
}
/* -------------END: Blog Single------------- */

/* -------------START: Pagination------------- */
.pagination {
  margin-top: -7px;
}
.pagination .page-link{
  border: 2px solid #e5e5e5;
  background: none;
  color: #21283A;
  font-weight: bold;
  font-size: 12px;
  padding: 12px 16px;
  margin-right: 10px;
  margin-left: 10px;

  -webkit-transition: border-color 0.35s;
  transition: border-color 0.35s;
}
.pagination .page-link:hover {
  border-color: #1E85D9;
}
@media screen and (max-width: 990px) {
  .pagination .page-link {
    padding: 10px 14px;
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 480px) {
  .pagination .page-link {
    padding: 8px 12px;
    margin-right: 6px;
    margin-left: 6px;
  }
}
.page-item .active {
  color: #fff;
  background: #1E85D9;
  border-color: #1E85D9;
}
.page-item:first-child .page-link,  .page-item:last-child .page-link{
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 15px 9px;
  line-height: 12px;
  font-size: 12px;
  color: #e5e5e5;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.page-item:first-child .page-link:hover,  .page-item:last-child .page-link:hover{
  color: #1E85D9;
}
/* -------------END: Pagination------------- */


/* -------------START: Contacts------------- */
#map {
  margin-top: -27px;
  width: 100%;
  height: 500px;
}
.imd-feedback {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .imd-feedback {
    text-align: center;
  }
}
.imd-feedback h3{
  margin-bottom: -11px;
}
#siteNotice {
  padding: 6px;
}
#siteNotice h3{
  margin-bottom: 2px;
  margin-top: 2px;
}
#siteNotice p{
}
/* -------------END: Contacts------------- */
