/*
|----------------------------------------------------------------------------
| CSS FILE STRUCTURE
|----------------------------------------------------------------------------

1. GLOBAL STYLES
	1. BUTTONS
	2. ICONOGRAPHY
	3. SECTION SPECIFIC 
	4. MISC
	5. HELPER CLASS

2. NAVBAR
	1. NAVBAR STYLE - FIXED TOP 
	2. NAVBAR STYLE - LEFT 

3. HOME
4. APP DESCRIPTION
5. VIDEO
6. FEATURES
7. TESTIMONIAL
8. SCREENSHOTS
9. BLOGS
	1. RECENT BLOGS 
	2. CAROUSEL CONTROLS
	3. VIDEO POST
	4. SLIDE SHOW POST
	5. SINGLE BLOG POSTS
		1. COMMENT AREA 
		2. COMMENT FORM 

10. PRICING TABLE 
11. SUBSCRIBE
12. DOWNLOAD
13. CONTACT US

*/
/*
|----------------------------------------------------------------------------
| 1. GLOBAL STYLES
|----------------------------------------------------------------------------
*/
html,
body {
  font-size: 13px;
  color: #969595;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.25;
}
h1 {
  font-size: 4.62rem;
}
h5 {
  font-size: 1.154rem;
}
p {
  line-height: 1.8;
}
a {
  color: #4aa3df;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
blockquote {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
ul {
  list-style-type: none;
  padding: 0;
}
/******************** 1.1 BUTTONS ********************/
.btn {
  border-radius: 10px;
  transition: all 0.3s;
}
.btn-base {
  background-color: #4aa3df;
  color: #fff !important;
  border: 1px solid #4aa3df;
}
.btn-base:hover {
  background-color: #258cd1;
  border-color: #258cd1;
}
.btn-trans {
  background-color: transparent;
  border: 1px solid #4aa3df;
}
.btn-trans:hover {
  background-color: #4aa3df;
  color: #fff;
}
.btn-md {
  font-size: 1.3rem;
  padding: 12px 22px;
}
.btn-lg {
  font-size: 1.85rem;
  padding: 18px;
  font-weight: 600;
  min-width: 200px;
}
.btn-lg [class^="icon-"],
.btn-lg [class*="icon-"] {
  width: 25px;
  margin-right: 10px;
  margin-top: 3px;
  vertical-align: top;
}
.btn-rounded {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.buttons-group .btn {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
/******************** ICONOGRAPHY ********************/
[class^="icon-"],
[class*="icon-"] {
  vertical-align: middle;
  height: auto;
  transition: all 0.3s;
  width: 20px;
}
.outer-shape {
  position: relative;
  width: 70px;
}
.outer-shape .rectangle {
  position: relative;
  width: 100%;
  height: auto;
  fill: transparent;
  stroke-width: 1px;
  stroke: #4aa3df;
  transition: all 0.3s;
}
.outer-shape [class^="icon-"],
.outer-shape [class*="icon-"] {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 12px);
  fill: #4aa3df;
  transition: all 0.3s;
}
.outer-shape.right .rectangle {
  transform: rotateY(180deg);
}
.outer-shape.right [class^="icon-"],
.outer-shape.right [class*="icon-"] {
  left: auto;
  right: calc(50% - 20px);
}
.outer-shape.big {
  width: 100px;
}
.outer-shape.big [class^="icon-"],
.outer-shape.big [class*="icon-"] {
  width: 25px;
  left: calc(50% - 25px);
  top: calc(50% - 15px);
}
.outer-shape.big.right [class^="icon-"],
.outer-shape.big.right [class*="icon-"] {
  left: auto;
  right: calc(50% - 25px);
}
.media:hover .outer-shape .rectangle {
  fill: #4aa3df;
}
.media:hover .outer-shape [class^="icon-"],
.media:hover .outer-shape [class*="icon-"] {
  fill: #fff;
}
/******************** 1.3 SECTION SPECIFIC ********************/
.white-bg {
  background-color: #fff;
  color: #919191;
}
.off-white {
  background-color: #f9f9f9;
}
.overlay {
  position: relative;
  color: #fff;
}
.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay .section-title {
  color: #fff;
}
.overlay .section-title-2:before,
.overlay .section-title-2:after {
  border-color: #fff;
}
.overlay .btn-trans {
  border: 1px solid #fff;
  color: #fff;
}
.overlay .btn-trans:hover {
  background-color: #4aa3df;
  border-color: #4aa3df;
}
.overlay [class^="icon-"],
.overlay [class*="icon-"] {
  fill: #fff;
}
.section-title {
  margin-top: 0;
  color: #313131;
}
.section-sub-title {
  font-size: 1.15rem;
  line-height: 2;
  margin-bottom: 0;
}
.section-heading {
  margin-bottom: 80px;
}
.section-title-1 + .section-sub-title {
  margin-top: 30px;
}
.section-title-2 {
  display: inline-block;
  position: relative;
}
.section-title-2:before,
.section-title-2:after {
  content: "";
  border-top: 2px solid #969595;
  width: 100px;
  position: absolute;
  top: 21px;
}
.section-title-2:before {
  left: -130px;
}
.section-title-2:after {
  right: -130px;
}
@media (max-width: 767px) {
  .section-title-2 {
    display: block;
  }
  .section-title-2:before {
    border-color: transparent !important;
  }
  .section-title-2:after {
    right: 50%;
    top: auto;
    bottom: -15px;
    transform: translateX(50%);
  }
}
/******************** 1.4 MISC ********************/
.media-left {
  padding-right: 20px;
}
.form-control {
  box-shadow: none;
  color: #969595;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
}
.form-control:focus {
  border-color: #4aa3df;
}
/******************** 1.5 HELPER CLASS ********************/
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-right-35 {
  padding-right: 35px;
}
.padding-left-35 {
  padding-left: 35px;
}
.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
/*
|----------------------------------------------------------------------------
| 2. NAVBAR
|----------------------------------------------------------------------------
*/
.nav > li.active > a {
  color: #4aa3df;
}
.nav > li > a {
  text-transform: uppercase;
  font-size: 15px;
  color: #969595;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #4aa3df;
  background-color: #f9f9f9;
}
.navbar {
  background: #fff;
  border-bottom: 1px solid #efefef;
}
.navbar-header [class^="icon"],
.navbar-header [class*="icon"] {
  width: 42px;
  background-color: #e74c3c;
  padding: 7px;
  fill: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.navbar-brand {
  height: 80px;
}
.navbar-brand .logo {
  height: 100%;
  width: auto;
}
.navbar-collapse {
  border-color: #efefef;
}
/******************** 	2.1 NAVBAR STYLE - FIXED TOP ********************/
.navbar-top {
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .navbar-top .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
  }
  .navbar-fixed-top {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-fixed-top .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-fixed-top .navbar-nav > li > a:hover,
  .navbar-fixed-top .navbar-nav > li > a:focus {
    color: #4aa3df;
  }
  .navbar-fixed-top.scrolling {
    background-color: #fff;
    border-color: #efefef;
  }
  .navbar-fixed-top.scrolling .navbar-nav > li > a {
    color: #969595;
  }
  .navbar-fixed-top.scrolling .navbar-nav > li:hover > a,
  .navbar-fixed-top.scrolling .navbar-nav > li:focus > a,
  .navbar-fixed-top.scrolling .navbar-nav > li.active > a {
    color: #4aa3df;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-top .navbar-nav > li > a {
    text-transform: capitalize;
    padding-left: 8px;
    padding-right: 8px;
  }
}
/******************** 2.2 NAVBAR STYLE - LEFT ********************/
.navbar-fixed-left {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-right: 1px solid #efefef;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-left-switch {
    position: fixed;
    top: 100px;
    left: 0;
    background: #fff;
    width: 55px;
    height: 55px;
    z-index: 10;
    border: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
  }
  .navbar-left-switch [class*="icon-"],
  .navbar-left-switch [class^="icon-"] {
    width: 30px;
    height: 30px;
  }
  .navbar-fixed-left {
    bottom: 0;
    right: auto;
    left: -202px;
    transition: all 0.5s;
  }
  .navbar-fixed-left.toggle-nav {
    left: 0;
  }
  .navbar-fixed-left .container {
    width: 200px;
  }
  .navbar-fixed-left .navbar-header {
    float: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .navbar-fixed-left .navbar-brand {
    float: none;
  }
  .navbar-fixed-left .navbar-brand > img {
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-fixed-left .navbar-nav {
    float: none;
    margin-left: -30px;
    margin-right: -30px;
  }
  .navbar-fixed-left .navbar-nav > li {
    float: none;
    margin-right: -1px;
  }
  .navbar-fixed-left .navbar-nav > li > a {
    padding-left: 60px;
    border-bottom: 1px solid #efefef;
  }
  .navbar-fixed-left .navbar-nav > li.active {
    border-right: 3px solid #4aa3df;
  }
  .navbar-fixed-left .navbar-nav > li.active > a {
    background-color: #efefef;
  }
}
/*
|----------------------------------------------------------------------------
| 3. HOME
|----------------------------------------------------------------------------
*/
.home {
  padding-bottom: 170px;
}
.home .section-title {
  text-transform: uppercase;
  color: #fff;
}
.home .section-sub-title {
  font-size: 1.385rem;
  padding: 0 60px 20px 60px;
}
.home .section-title {
  font-weight: 700;
}
.image-bg {
  background: url(../images/home-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
|----------------------------------------------------------------------------
| 4. APP DESCRIPTION
|----------------------------------------------------------------------------
*/
.app-description {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .features-img {
    margin-top: 67px;
  }
}
@media (max-width: 991px) {
  .features-img img {
    margin: auto;
  }
}
.add-svg {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%235eedde%22%20d%3D%22M1684%20408q-67%2098-162%20167%201%2014%201%2042%200%20130-38%20259.5t-115.5%20248.5-184.5%20210.5-258%20146-323%2054.5q-271%200-496-145%2035%204%2078%204%20225%200%20401-138-105-2-188-64.5t-114-159.5q33%205%2061%205%2043%200%2085-11-112-23-185.5-111.5t-73.5-205.5v-4q68%2038%20146%2041-66-44-105-115t-39-154q0-88%2044-163%20121%20149%20294.5%20238.5t371.5%2099.5q-8-38-8-74%200-134%2094.5-228.5t228.5-94.5q140%200%20236%20102%20109-21%20205-78-37%20115-142%20178%2093-10%20186-50z%22%2F%3E%3C%2Fsvg%3E");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/*
|----------------------------------------------------------------------------
| 5. VIDEO
|----------------------------------------------------------------------------
*/
.video {
  position: relative;
  padding-bottom: 217px;
}
.video .container {
  transition: all 0.3s;
}
.video:before {
  transition: all 1s;
}
.video.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.video.dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video .playing {
  opacity: 0.4;
}
.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../video/video.jpg) no-repeat;
  background-size: cover;
}
.video .play-btn {
  border: 2px solid #fff;
  background-color: transparent;
  display: inline-block;
  padding: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.3s;
}
.video .play-btn:hover {
  border-color: #4aa3df;
}
.video .play-btn:hover .icon-play {
  fill: #4aa3df;
}
.video .icon-play {
  width: 50px;
}
/*
|----------------------------------------------------------------------------
| 6. FEATURES
|----------------------------------------------------------------------------
*/
.features {
  padding-bottom: 60px;
}
.features .media:hover .section-title {
  color: #4aa3df;
}
/*
|----------------------------------------------------------------------------
| 7. TESTIMONIAL
|----------------------------------------------------------------------------
*/
.testimonial.image-bg {
  background: url(../images/testimonial.jpg) no-repeat center center;
}
.testimonial cite {
  display: block;
  font-style: normal;
  font-size: 1.154rem;
  line-height: 2;
}
.testimonial .person {
  margin-bottom: 0;
}
.testimonial .person span {
  display: block;
  line-height: 1.6;
}
.testimonial .name {
  font-size: 12px;
}
.testimonial .company {
  font-size: 10px;
}
.testimonial-potraits {
  list-style-type: none;
  padding: 0;
}
.testimonial-potraits .item {
  display: inline-block;
  width: 60px;
  margin: 0 7px;
  position: relative;
  cursor: pointer;
}
.testimonial-potraits .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.3);
}
.testimonial-potraits .item.active:before {
  background-color: transparent;
}
.testimonial-potraits img {
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff;
  padding: 3px;
}
.testimonial-contents {
  position: relative;
}
.testimonial-contents .owl-prev,
.testimonial-contents .owl-next {
  position: absolute;
  top: 50px;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  transition: all 0.3s;
}
.testimonial-contents .owl-prev:hover,
.testimonial-contents .owl-next:hover {
  background-color: #4aa3df;
}
.testimonial-contents .owl-prev {
  left: 0;
}
.testimonial-contents .owl-next {
  right: 0;
}
/*
|----------------------------------------------------------------------------
| 8. SCREENSHOTS
|----------------------------------------------------------------------------
*/
.swiper-frame img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 366px;
  height: auto;
}
.swiper-button-next,
.swiper-button-prev {
  top: auto;
  right: auto;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  margin-top: 20px;
  transform: translateX(-50%);
}
.swiper-button-prev {
  left: calc(50% - 20px);
}
.swiper-button-next {
  left: calc(50% + 20px);
}
.swiper-slide {
  margin-top: 90px;
  margin-bottom: 90px;
}
.swiper-slide img {
  width: 320px;
}
/*
|----------------------------------------------------------------------------
| 9. BLOGS
|----------------------------------------------------------------------------
*/
/******************** 9.1 RECENT BLOGS  ********************/
.recent-blogs {
  padding-bottom: 70px;
}
.blog-items {
  overflow: hidden;
  /******************** 9.2 CAROUSEL CONTROLS ********************/
}
.blog-items p {
  margin-bottom: 0;
}
.blog-items .section-title {
  font-size: 16px;
}
.blog-items .meta-info {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 20px;
}
.blog-items .meta-info a {
  color: #919191;
}
.blog-items .meta-info a:hover {
  color: #4aa3df;
}
.blog-items .carousel-control {
  right: 3px;
}
.blog-items .carousel-control.left {
  left: auto;
  top: calc(50% + 15px);
}
.blog-items .carousel-control.right {
  top: calc(50% - 15px);
}
.media-item,
.media-content {
  display: table-cell;
  vertical-align: top;
}
.media-item {
  max-width: 110px;
  max-height: 100%;
}
.media-item img,
.media-item .carousel-inner > .item > img {
  max-width: none;
}
.media-item + .media-content {
  border-left-color: transparent;
}
.media-content {
  overflow: hidden;
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.media-content blockquote {
  font-size: 1rem;
}
.post-blockquote .media-content {
  padding-left: 80px;
  position: relative;
}
.post-blockquote .meta-info {
  margin-bottom: 0;
}
.post-blockquote [class*="icon-"],
.post-blockquote [class*="icon-"] {
  fill: #4aa3df;
  position: absolute;
  left: 20px;
  top: 30px;
  width: 40px;
}
/******************** 9.3 VIDEO POST ********************/
.post-video .media-item {
  position: relative;
}
.post-video .video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-video .icon-play {
  fill: #fff;
  width: 50px;
}
.post-video .icon-play:hover {
  fill: #4aa3df;
}
.video-element {
  position: relative;
}
.video-element:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.video-element.dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-element:before {
  transition: all 1s;
}
.video-element .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 2px solid #fff;
  padding: 20px;
}
.video-element video {
  width: 100%;
  height: 100%;
}
/******************** 9.4 SLIDE SHOW POST ********************/
.carousel-control {
  font-size: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 0;
  top: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
}
.carousel-control:hover,
.carousel-control:focus {
  background-color: #4aa3df;
  opacity: 1;
}
.carousel-control [class*="icon-"],
.carousel-control [class^="icon-"] {
  fill: #fff;
}
.carousel-control.left {
  left: 3px;
}
.carousel-control.right {
  right: 3px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  margin: 0 2px;
  transition: all 0.5s;
  border-color: #4aa3df;
}
.carousel-indicators li.active {
  margin: 0 2px;
  background-color: #4aa3df;
}
/*
|----------------------------------------------------------------------------
| 9.5 SINGLE BLOG POSTS
|----------------------------------------------------------------------------
*/
@media (min-width: 768px) {
  .blog-post {
    padding-right: 80px;
  }
}
.blog-post .post-title {
  font-size: 2rem;
  color: #313131;
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-post .meta-info {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-post .meta-info li {
  display: inline-block;
  margin-right: 30px;
  font-size: 1.3rem;
}
.blog-post .meta-info li a {
  color: #919191;
}
.blog-post .meta-info li [class*="icon-"],
.blog-post .meta-info li [class^="icon-"] {
  vertical-align: middle;
  fill: #4aa3df;
  margin-right: 10px;
}
.blog-post blockquote {
  margin-bottom: 0;
}
.share-post {
  color: #4aa3df;
  margin: 50px 0 40px 0;
}
.share-post ul {
  display: inline-block;
}
.share-post ul li {
  display: inline-block;
  margin-left: 15px;
}
.share-post [class^="icon-"],
.share-post [class*="icon-"] {
  fill: #969595;
}
.share-post [class^="icon-"]:hover,
.share-post [class*="icon-"]:hover {
  fill: #4aa3df;
}
/******************** 9.5.1 COMMENT AREA ********************/
.comment-area .area-heading {
  font-size: 1.5rem;
  color: #313131;
}
.comment-area .media-left {
  vertical-align: middle;
}
.comment-area img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  max-width: 100px;
}
.comment-area .name {
  color: #313131;
  font-size: 1.3rem;
  margin-right: 10px;
}
.comment-area .name:hover {
  color: #4aa3df;
}
.comment-area .date,
.comment-area .reply {
  font-size: 11px;
}
.comment-area .reply {
  font-weight: 700;
}
.comment-area ul {
  margin-bottom: 0;
}
.comment-area ul li .media {
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-top: 30px;
}
.comment-area > ul > li .media {
  background-color: #efefef;
}
@media (min-width: 768px) {
  .comment-area > ul > li .media {
    width: calc(100% - 80px);
  }
}
.comment-area > ul > li ul .media {
  width: 100%;
  background-color: #f9f9f9;
}
@media (min-width: 768px) {
  .comment-area > ul > li > ul {
    margin-left: 80px;
  }
}
/******************** 9.5.2 COMMENT FORM ********************/
.comment-form input.form-control {
  height: 45px;
}
.comment-form .form-control {
  padding: 10px 40px 10px 20px;
  border-color: #969595;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.comment-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.comment-form [class*="icon-"],
.comment-form [class^="icon-"] {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 15px;
  fill: currentColor;
}
.comment-form .btn {
  height: 45px;
}
/*
|----------------------------------------------------------------------------
| 10. PRICING TABLE 
|----------------------------------------------------------------------------
*/
.pricing-table {
  padding-bottom: 70px;
}
.pricing-table.image-bg {
  background: url(../images/pricing-bg.jpg) no-repeat center center;
  background-size: cover;
}
.pricing-table.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.pricing-plan {
  background-color: rgba(255, 255, 255, 0.6);
  color: #484747;
  padding: 30px 10px;
}
.pricing-plan .offer {
  display: inline-table;
}
.pricing-plan .currency,
.pricing-plan .price,
.pricing-plan .renew {
  display: table-cell;
  vertical-align: top;
}
.pricing-plan .price {
  font-size: 4.62rem;
  line-height: 1;
}
.pricing-plan .price span {
  font-size: 30px;
  padding-right: 5px;
}
.pricing-plan .currency {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.3;
}
.pricing-plan .renew {
  vertical-align: bottom;
  font-size: 1rem;
  line-height: 2;
}
.pricing-plan .pill {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pricing-plan .objects {
  padding-left: 30px;
  padding-right: 30px;
}
.pricing-plan ul {
  margin-bottom: 20px;
}
.pricing-plan ul li {
  margin-bottom: 15px;
}
.pricing-plan .btn {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #969595;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pricing-plan .btn:hover,
.pricing-plan .btn:focus {
  background-color: #4aa3df;
  border-color: #4aa3df;
  color: #fff;
}
.pricing-plan.highlighten {
  background-color: #fff;
  color: #969595;
}
.pricing-plan.highlighten .offer {
  color: #484747;
}
.pricing-plan.highlighten .pill p {
  background-color: #4aa3df;
  color: #fff;
}
.pricing-plan.highlighten .btn {
  background-color: transparent;
  border-color: #4aa3df;
}
.pricing-plan.highlighten .btn:hover {
  background: #4aa3df;
}
.pill {
  position: relative;
}
.pill p {
  background-color: #f9f9f9;
  display: inline-block;
  padding: 8px 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  z-index: 1;
  position: relative;
}
.pill hr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
/*
|----------------------------------------------------------------------------
| 11. SUBSCRIBE
|----------------------------------------------------------------------------
*/
.subscribe-form {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px 0 30px;
}
@media (min-width: 768px) {
  .subscribe-form {
    padding: 50px 150px 20px;
  }
}
.subscribe-form .form-control {
  background-color: #f9f9f9;
  box-shadow: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.subscribe-form .form-control,
.subscribe-form .btn {
  height: 45px;
}
/*
|----------------------------------------------------------------------------
| 12. DOWNLOAD
|----------------------------------------------------------------------------
*/
.download {
  padding-bottom: 70px;
}
.download.image-bg {
  background: url(../images/download-bg.jpg) no-repeat center center;
  background-size: cover;
}
.download.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/*
|----------------------------------------------------------------------------
| 13. CONTACT US
|----------------------------------------------------------------------------
*/
.contact-us {
  padding-bottom: 70px;
}
.address p {
  padding-left: 30px;
  position: relative;
}
.address p:before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: currentColor;
}
.address .call:before {
  -webkit-mask: url(../icons/phone.svg) no-repeat 50% 50%;
  -moz-mask: url(../icons/phone.svg) no-repeat 50% 50%;
  -ms-mask: url(../icons/phone.svg) no-repeat 50% 50%;
  mask: url(../icons/phone.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  -moz-mask-size: cover;
  -ms-mask-size: cover;
  mask-size: cover;
}
.address .email:before {
  -webkit-mask: url(../icons/envelope-o.svg) no-repeat 50% 50%;
  -moz-mask: url(../icons/envelope-o.svg) no-repeat 50% 50%;
  -ms-mask: url(../icons/envelope-o.svg) no-repeat 50% 50%;
  mask: url(../icons/envelope-o.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  -moz-mask-size: cover;
  -ms-mask-size: cover;
  mask-size: cover;
}
.address .post:before {
  -webkit-mask: url(../icons/map-marker.svg) no-repeat 50% 50%;
  -moz-mask: url(../icons/map-marker.svg) no-repeat 50% 50%;
  -ms-mask: url(../icons/map-marker.svg) no-repeat 50% 50%;
  mask: url(../icons/map-marker.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  -moz-mask-size: cover;
  -ms-mask-size: cover;
  mask-size: cover;
}
.social-media {
  list-style: none;
  padding: 0;
}
.social-media li {
  display: inline-block;
}
.social-media li + li {
  margin-left: 10px;
}
.social-media li [class^="icon-"],
.social-media li [class*="icon-"] {
  padding: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.social-media li a {
  color: currentColor;
}
.social-media li a:hover [class^="icon-"],
.social-media li a:focus [class^="icon-"],
.social-media li a:hover [class*="icon-"],
.social-media li a:focus [class*="icon-"] {
  fill: #fff;
}
.social-media li a:hover .icon-facebook,
.social-media li a:focus .icon-facebook {
  background: #002E62;
}
.social-media li a:hover .icon-twitter,
.social-media li a:focus .icon-twitter {
  background: #54ABEE;
}
.social-media li a:hover .icon-google-plus,
.social-media li a:focus .icon-google-plus {
  background: #D34836;
}
.social-media li a:hover .icon-dribbble,
.social-media li a:focus .icon-dribbble {
  background: #EC4A89;
}
.quick-contact .form-control {
  background-color: #fff;
  box-shadow: inset 0 0 0;
}
.quick-contact .btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.footer {
  padding: 30px 0;
}
.footer p {
  margin-bottom: 0;
  font-weight: 600;
}
.footer p a {
  color: #969595;
}
.footer p a:hover {
  color: #4aa3df;
}
/*
|----------------------------------------------------------------------------
| SIDEBAR
|----------------------------------------------------------------------------
*/
.categories li {
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
}
.categories li:last-child {
  border-bottom: 1px solid #efefef;
}
.categories li a {
  color: #969595;
  padding: 15px;
  display: block;
}
.categories li:hover a {
  background-color: #efefef;
  color: #4aa3df;
}
