/* ----------------------------------------------------------------
[Table of contents]
01. Default styles
02. Sidebar styles
03. Content styles
04. Section styles
05. Heading styles
06. Blog & Post styles
07. Project styles
08. Footer styles
09. Contact styles
10. Services styles
11. Navigation styles
12. Cardvisit styles
13. Skills Progress Bar styles
14. profile-timeline styles
15. Pricing styles 
16. Testiominals styles 
------------------------------------------------------------------- */

/*** 01. Default styles ***/

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* rambla-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rambla";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rambla/rambla-v13-latin-regular.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("../fonts/rambla/rambla-v13-latin-regular.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rambla-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rambla";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rambla/rambla-v13-latin-700.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("../fonts/rambla/rambla-v13-latin-700.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rambla-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rambla";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/rambla/rambla-v13-latin-700italic.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("../fonts/rambla/rambla-v13-latin-700italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  font-family: "Rambla", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  color: #999;
  background: #f2f2f2;
}

/*** typography ***/

/* headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101010;
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
}

/* paragraph */

p {
  font-family: "Rambla", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 20px;
  color: #999;
}

/* lists */

ul {
  list-style-type: none;
}

/* links */

a {
  color: #101010;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #101010;
  outline: none;
  text-decoration: none !important;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}
.contact-img img{
  width: 75%;
}
.mb-30 {
  margin-bottom: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}

.small,
small {
  font-size: 80%;
}

b,
strong {
  color: #101010;
}

/*** form element ***/

/* text field */

button,
input,
optgroup,
select,
textarea {
  font-family: "Rambla", sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 15px;
  border-color: #ececec;
  padding: 18px 0px 10px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  color: #101010;
  background-image: none;
  border-bottom: 1px solid #ececec;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus,
textarea:focus {
  border-bottom-width: 2px;
  border-color: #101010;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  padding: 6px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  border: none;
  color: #fff;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background-color: #101010;
  margin-top: 10px;
  border: 1px solid #101010;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 0;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: #101010;
  color: #fff;
}

select {
  padding: 10px;
  border-radius: 5px;
}

table,
th,
tr,
td {
  border: 1px solid #101010;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

/* Scrollbar  */

::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #101010;
}

::-webkit-scrollbar-thumb:hover {
  background: #101010;
}

/* Selection */

::-webkit-selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}

::selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}

/*** 02. Sidebar styles ***/

#profile-page {
  width: 88%;
  margin: 6% 6% 30px 6%;
  overflow: hidden;
  position: relative;
}

#profile-aside {
  padding: 45px 30px;
  width: 20.22%;
  position: fixed;
  bottom: 30px;
  top: 30px;
  /*    left: 0;*/
  overflow-y: scroll;
  z-index: 1001;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  background-color: transparent;
}
.border-line {
  border: 8px solid #878787;
  padding: 20px;
  z-index: 2;
  position: relative;
}

.bg-color-shade {
  position: absolute;
  background-color: #dbdbdb;
  padding: 0;
  top: 80px !important;
  bottom: 80px !important;
  left: -20px !important;
  right: -20px !important;
  z-index: 1;
  display: block;
}

.carousel-item {
  height: 430px;
  background-size: cover;
  background-position: center center;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: 30px;
}

.owl-item img {
  width: 100%;
  max-height: 580px !important;
  height: 30vw;
  object-fit: cover;
  object-position: center;
}

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

.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  height: 100%;
  background: transparent;
  font-size: 36px;
  color: #878787;
  margin: 0;
  border-radius: 0;
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  font-family: "LineAwesome";
  position: absolute;
  line-height: 120px;
  width: 30px;
  text-align: center;
  top: 0;
  left: 0;
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgb(32 32 32 / 40%);
  color: #fff;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
  display: none;
}

.switchHindi{
  position: relative;
    display: inline-block;
    top: -40px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
}
.switchHindi p{font-size: 14px; padding: 0;  margin: 0;}

@media screen and (max-width: 1200px) {
  #profile-aside {
    width: 26.4%;
  }
}

@media screen and (max-width: 768px) {
  #profile-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    padding-top: 4em;
  }
}

#profile-aside #profile-logo {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  font-family: "Rambla", sans-serif;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#profile-aside #profile-logo .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 1px solid transparent;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1), 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

#profile-logo-footer {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
  width: 100%;
}

.logo-img {
  width: 150px;
  display: block;
  position: relative;
}

.footer-logo {
  display: flex;
  justify-content: center;
}
.footer-logo .logo-img {
  width: 120px;
}

@media screen and (max-width: 768px) {
  #profile-aside #profile-logo {
    margin-bottom: 60px;
  }
}

#profile-aside #profile-logo a {
  display: inline-block;
  text-align: center;
  color: #101010;
}

#profile-logo-footer a {
  display: inline-block;
  text-align: center;
  color: #fff;
}

#profile-aside #profile-logo a span {
  display: block;
  margin-top: 0px;
  text-align: center;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 200;
}

#profile-aside #profile-main-menu ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #profile-aside #profile-main-menu ul {
    margin: 0 0 30px 0;
  }
}

#profile-aside #profile-main-menu ul li {
  margin: 12px 0 12px 0;
  padding: 0 0 8px 0;
  list-style: none;
  font-family: "Rambla", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-bottom: 1px solid #ececec;
}

#profile-aside #profile-main-menu ul li a {
  color: #888;
  position: relative;
}

#profile-aside #profile-main-menu ul li a:hover {
  text-decoration: none;
  color: #101010;
}

#profile-aside #profile-main-menu ul li.profile-active a {
  color: #101010;
}

#profile-aside #profile-main-menu ul li.profile-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#profile-aside .profile-footer {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #999;
  padding: 35px 30px 30px 30px;
}

/* footer */

.profile-footer p {
  margin-bottom: 0;
  color: #888;
}

.profile-footer a {
  color: #101010;
}

@media screen and (max-width: 768px) {
  #profile-aside .profile-footer {
    position: relative;
    padding-top: 90px;
  }
}

#profile-aside .profile-footer span {
  display: block;
}

#profile-aside .profile-footer ul {
  padding: 0;
  margin: 0;
}

#profile-aside .profile-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}

#profile-aside .profile-footer ul li a {
  color: #101010;
  padding: 2px;
}

#profile-aside .profile-footer ul li a:hover,
#profile-aside .profile-footer ul li a:active,
#profile-aside .profile-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #101010;
}

/*** 04. Content styles ***/

#profile-main {
  width: 77%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  #profile-main {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  #profile-main {
    width: 100%;
  }
}

#profile-hero {
  min-height: 560px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  margin-bottom: 0;
  clear: both;
}

#profile-hero .btn {
  font-size: 24px;
}

#profile-hero .btn.btn-primary {
  padding: 15px 30px !important;
}

body.offcanvass {
  overflow-x: hidden;
}

body.offcanvass #profile-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  z-index: 999;
  position: fixed;
}

body.offcanvass #profile-main,
body.offcanvass .profile-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

/*** 06. Heading styles ***/

.profile-heading {
  color: #101010;
  font-family: "Rambla", sans-serif;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.5em;
}

.profile-heading span {
  display: block;
}

.profile-about-heading {
  color: #101010;
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8em;
}

.profile-about-contact-wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.profile-post-heading {
  color: #101010;
  font-family: "Rambla", sans-serif;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8em;
}

.profile-post-heading span {
  display: block;
}

.heading-meta {
  position: relative;
  display: block;
  font-family: "Rambla", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
  letter-spacing: 5px;
}

.heading-meta.style-1 {
  padding-left: 60px;
}

.heading-meta.style-1:after {
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  top: 10px;
  width: 50px;
  background-color: #101010;
}

@media screen and (max-width: 768px) {
  .profile-post-heading {
    margin-bottom: 15px;
    line-height: 1.2em;
  }
}

/*** 07. Blog & Post styles ***/

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 45px;
  }
}

.blog-entry .blog-img {
  width: 275px;
  max-width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  height: 160px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}

.desc .list-inline-item {
  display: inline-block;
  font-size: 14px;
}
.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  /* -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; */
}

.desc {
  min-height: 180px;
}
.blog-entry .desc h3 {
  line-height: 20px;
  font-weight: 400;
}

.blog-entry .desc h3 a {
  color: #101010;
  text-decoration: none;
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.blog-entry .desc span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #999 !important;
}

.blog-entry .desc span small i {
  color: #999;
}

.blog-entry .desc .lead {
  font-size: 14px;
  color: #101010;
  font-weight: 400;
  font-family: "Rambla", sans-serif;
}

.blog-entry .desc .lead:hover {
  color: #101010;
}
.blog-entry .desc p{
  font-size: 13px;
  margin: auto;
}
.btn-transparent {
  color: #bf8c55;
  border: 0;
  padding-left: 0;
  font-weight: 600;
  font-size: 13px;
}
.btn-transparent:hover{
  color: #bf8c55;
}
/* .blog-entry:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
} */

.profile-post img {
  padding-bottom: 30px;
}

/* Sidebar */

.profile-sidebar-block {
  margin-bottom: 60px;
  position: relative;
}

.profile-sidebar-block .profile-sidebar-block-title {
  color: #101010;
  text-decoration: none;
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

/* Search */

.profile-sidebar-search-form {
  position: relative;
}

.profile-sidebar-search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
  border: 0;
  padding: 12px 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #999;
  background: transparent;
}

/* Categories */

.ul1 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ul1 > li {
  padding: 5px 0;
  border-bottom: 1px solid #f6f6f6;
  line-height: 32px;
}

.ul1 > li a {
  color: #999;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.ul1 > li a:hover {
  color: #101010;
  text-decoration: none;
}

/* Latest Posts */

.latest {
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 20px;
}

.latest a {
  display: block;
  text-decoration: none;
}

.latest a .txt1 {
  font-weight: 700;
  line-height: 1.5em;
}

.latest a .txt2 {
  color: #999;
  font-size: 13px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.latest a:hover .txt2 {
  color: #101010;
}

/* Tags, Keywords */

.tags {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.tags li {
  display: inline-block;
  margin: 0 5px 5px 0px;
  float: left;
}

.tags li a {
  display: inline-block;
  background: #fff;
  border: 1px solid #ececec;
  padding: 9px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-decoration: none;
  font-size: 13px;
  color: #999;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.tags li a:hover {
  background: #101010;
  color: #fff;
  border-color: #101010;
}

/* Pagination */

.profile-pagination-wrap {
  padding: 0;
  margin: 0;
  text-align: center;
}

.profile-pagination-wrap li {
  display: inline-block;
  margin: 0 3px;
}

.profile-pagination-wrap li {
  background: #f6f6f6;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999;
  font-weight: 400;
  border-radius: 50%;
}

.profile-pagination-wrap li:hover {
  opacity: 1;
  text-decoration: none;
  background: #101010;
  color: #fff;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}

.profile-pagination-wrap li.active {
  background: #101010;
  color: #fff;
}

.profile-pagination-wrap .pageNumbers {
  display: none;
}

@media screen and (max-width: 768px) {
  .profile-pagination-wrap {
    padding: 0 0 60px 0;
    margin: 0;
    text-align: center;
  }
}

/*Post Comment */

.comments-area {
  padding: 30px 0;
}

.comments-area .comments-title {
  font-size: 24px;
  font-family: "Rambla", sans-serif;
  line-height: 1.5em;
  font-weight: 700;
}

ol.comment-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

ol.comment-list li.comment {
  position: relative;
  padding: 0;
}

ol.comment-list li.comment .comment-body {
  position: relative;
  padding: 20px 30px 20px 90px;
  margin-left: 40px;
  color: #101010;
  position: relative;
}

ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 0px;
}

ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 20px;
  left: -40px;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fff;
}

ol.comment-list li.comment .comment-author .name {
  display: inline-block;
  color: #101010;
  font-family: "Rambla", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0;
}

ol.comment-list li.comment .comment-author .says {
  display: none;
  color: #999;
  font-weight: 700;
}

ol.comment-list li.comment .comment-meta {
  color: #999;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
}

ol.comment-list li.comment .comment-meta a {
  color: #101010;
}

ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  vertical-align: top;
}

ol.comment-list li.comment p {
  font-family: "Rambla", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 20px;
  color: #999;
}

ol.comment-list li.comment .reply a {
  position: absolute;
  top: 50px;
  right: 30px;
  margin-top: -5px;
  font-size: 13px;
  color: #999;
}

ol.comment-list li .children {
  list-style: none;
  margin-left: 80px;
}

ol.comment-list li .children li {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .comments-area .padding-30 {
    padding: 15px;
  }
  ol.comment-list li.comment .comment-body {
    margin-bottom: 30px;
    margin-left: 30px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -35px;
    height: 70px;
    width: 70px;
  }
  ol.comment-list li .children {
    margin-left: 20px;
  }
  ol.comment-list li.comment .reply a {
    position: static;
  }
}

@media only screen and (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    margin-left: 26px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -15px;
    top: 12px;
    width: 60px;
    height: 60px;
  }
  ol.comment-list li.comment .comment-body {
    padding-left: 55px;
  }
}

/*** 08. Project styles ***/

.project {
  position: relative;
  margin-bottom: 30px;
}

.project .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project .desc .con {
  padding: 30px;
  display: block;
  position: relative;
}

.project .desc .con .icon {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.project .desc .con .icon span {
  display: inline;
  padding-right: 5px;
}

.project .desc .con .icon span a {
  color: #ccc;
  padding: 5px;
  background: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.project .desc .con .icon i {
  font-size: 16px;
  color: #ccc;
}

.project .desc h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  margin-bottom: 15px;
}

.project .desc h3 a {
  color: #fff;
}

.project .desc span {
  display: block;
  color: #fff;
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

.project .desc span a {
  color: #101010;
}

.project:hover .desc {
  opacity: 1;
}

.project:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project-desc h2 {
  color: #101010;
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.project-desc span {
  display: block;
  color: #666;
  font-size: 13px;
  margin-bottom: 15px;
}

.project-desc span a {
  color: #666;
}

.project-desc .icon span {
  display: inline;
  padding-right: 5px;
}

/*** 05. Section styles ***/

.profile-blog,
.profile-post,
.profile-projects,
.profile-pricing,
.profile-recent-projects,
.profile-testiominal,
.profile-profile-timeline,
.profile-about,
.profile-skills,
.profile-clients,
.profile-services,
.profile-contact {
  padding-top: 60px;
  padding-bottom: 60px;
  clear: both;
  width: 100%;
  display: block;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .profile-post,
  .profile-projects,
  .profile-testiominal,
  .profile-pricing,
  .profile-blog,
  .profile-profile-timeline,
  .profile-about,
  .profile-testiominal,
  .profile-skills,
  .profile-services,
  .profile-contact {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .heading-meta {
    margin-bottom: 0px;
  }
  .profile-recent-projects {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

/*** 09. Footer styles  ***/

#profile-footer2 {
  padding: 60px;
  background: #101010;
}

#profile-footer2 h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "Rambla", sans-serif;
}

@media screen and (max-width: 768px) {
  #profile-footer2 {
    padding: 30px;
    text-align: center;
  }
}

.profile-lead {
  font-size: 13px;
  line-height: 2em;
  color: #fff;
}

/* social 1 */

.profile-social {
  padding: 0;
  margin: 0;
  text-align: center;
}

.profile-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.profile-social li a {
  font-size: 22px;
  color: #101010;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .profile-social li a {
    padding: 10px 8px;
  }
}

.profile-social li a:hover {
  color: #101010;
}

.profile-social li a:hover,
.profile-social li a:active,
.profile-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #101010;
}

/* social 2 */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
  float: right;
  margin-bottom: 0px;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  ul.social-network {
    display: inherit;
    text-align: center;
    float: none;
    margin-bottom: 0;
  }
}

/*** 10. Contact styles ***/

.map-section {
  overflow: hidden;
  margin-bottom: 60px;
}

#contactMap {
  width: 100%;
  height: 450px;
}

.profile-more-contact {
  background: #fafafa;
}

/* Form */

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  height: 54px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-family: "Rambla", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #101010;
  border-bottom: 2px solid #101010;
}

.btn-contact {
  font-family: "Rambla", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  border-style: solid;
  color: #fff;
  letter-spacing: 1px;
  border-width: 0;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background-color: #101010;
  margin-top: 10px;
  border-radius: 0;
}

#message {
  height: 130px;
}

/*** 11. Services styles ***/

.profile-feature {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  padding: 30px;
  border: 1px solid #ececec;
}

.profile-feature:hover {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.profile-services .profile-icon {
  text-align: center;
  background: transparent;
  margin-bottom: 10px;
  color: #101010;
}

@media screen and (max-width: 1200px) {
}

.profile-services .profile-text {
  width: 100%;
}

.profile-services .profile-text h2,
.profile-services .profile-text h3 {
  margin: 0;
  padding: 0;
}

.profile-services .profile-text h3 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #101010;
  font-size: 18px;
  font-family: "Rambla", sans-serif;
}

.profile-services.profile-services-sm .profile-text {
  margin-top: 6px;
}

.profile-services.profile-services-sm .profile-icon i {
  color: #101010;
  font-size: 40px;
}

@media screen and (max-width: 1200px) {
  .profile-services.profile-services-sm .profile-icon i {
    font-size: 28px;
  }
}

/*** 12. Navigation styles ***/

.profile-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.profile-nav-toggle.active i::before,
.profile-nav-toggle.active i::after {
  background: #fff;
}

.profile-nav-toggle.dark.active i::before,
.profile-nav-toggle.dark.active i::after {
  background: #101010;
}

.profile-nav-toggle:hover,
.profile-nav-toggle:focus,
.profile-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.profile-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 20px;
  height: 1px;
  color: #fff;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -4px;
}

.profile-nav-toggle i::before,
.profile-nav-toggle i::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.profile-nav-toggle.dark i {
  position: relative;
  color: #101010;
  background: #101010;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.profile-nav-toggle.dark i::before,
.profile-nav-toggle.dark i::after {
  background: #101010;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.profile-nav-toggle i::before {
  top: -7px;
}

.profile-nav-toggle i::after {
  bottom: -7px;
}

.profile-nav-toggle:hover i::before {
  top: -10px;
}

.profile-nav-toggle:hover i::after {
  bottom: -10px;
}

.profile-nav-toggle.active i {
  background: transparent;
}

.profile-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.profile-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.profile-nav-toggle {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 12px 13px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #101010;
  margin: 30px 30px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .profile-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

.js .animate-box {
  opacity: 0;
}

/* sticky style */

#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#sticky_item.is_stuck {
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 0px;
  }
}

/*** 13. Cardvisit styles ***/

.cardvisit {
  padding: 20px 30px;
  margin-left: -70px;
  width: 90%;
  background: rgba(255, 255, 2555, 0.96);
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
  margin-top: 45px;
}

.cardvisit h3 {
  color: #101010;
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1em;
}

.cardvisit p {
  color: #888;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
  margin-bottom: 0;
}

.cardvisit .divider-line {
  height: 1px;
  background: #ececec;
  width: 50%;
  margin: 0 0 15px 0;
}

.cardvisit span {
  font-weight: 400;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

.divider1 {
  height: 1px;
  width: 100%;
  background: #ececec;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .cardvisit {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .cardvisit {
    margin-left: 0;
    width: 100%;
  }
}

/* 14. Skills Progress Bar */

.bar {
  position: relative;
  background-color: #ececec;
  height: 4px;
  margin: 0 0 20px 0;
}

.bar-fill {
  position: absolute;
  height: 4px;
}

.bar-title {
  position: relative;
  font-family: "Rambla", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  margin: 0 0 5px 0;
  color: #999;
}

.percent {
  position: absolute;
  right: 0;
}

/* Animations for Skills Progress Bar */

.bar-fill-developer {
  width: 90%;
  background-color: #101010;
  animation: bar-fill-developer 2s ease-out;
  -moz-animation: bar-fill-developer 2s ease-out;
  -webkit-animation: bar-fill-developer 2s ease-out;
}

@keyframes bar-fill-developer {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}

@-moz-keyframes bar-fill-developer {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}

@-webkit-keyframes bar-fill-developer {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}

.bar-fill-photoshop {
  width: 80%;
  background-color: #101010;
  animation: bar-fill-photoshop 2s ease-out;
  -moz-animation: bar-fill-photoshop 2s ease-out;
  -webkit-animation: bar-fill-photoshop 2s ease-out;
}

@keyframes bar-fill-photoshop {
  0% {
    width: 0px;
  }
  100% {
    width: 80%;
  }
}

@-moz-keyframes bar-fill-photoshop {
  0% {
    width: 0px;
  }
  100% {
    width: 80%;
  }
}

@-webkit-keyframes bar-fill-photoshop {
  0% {
    width: 0px;
  }
  100% {
    width: 80%;
  }
}

.bar-fill-webdesign {
  width: 95%;
  background-color: #101010;
  animation: bar-fill-webdesign 2s ease-out;
  -moz-animation: bar-fill-webdesign 2s ease-out;
  -webkit-animation: bar-fill-webdesign 2s ease-out;
}

@keyframes bar-fill-webdesign {
  0% {
    width: 0px;
  }
  100% {
    width: 95%;
  }
}

@-moz-keyframes bar-fill-webdesign {
  0% {
    width: 0px;
  }
  100% {
    width: 95%;
  }
}

@-webkit-keyframes bar-fill-webdesign {
  0% {
    width: 0px;
  }
  100% {
    width: 95%;
  }
}

.bar-fill-socialmedia {
  width: 85%;
  background-color: #101010;
  animation: bar-fill-socialmedia 2s ease-out;
  -moz-animation: bar-fill-socialmedia 2s ease-out;
  -webkit-animation: bar-fill-socialmedia 2s ease-out;
}

@keyframes bar-fill-socialmedia {
  0% {
    width: 0px;
  }
  100% {
    width: 85%;
  }
}

@-moz-keyframes bar-fill-socialmedia {
  0% {
    width: 0px;
  }
  100% {
    width: 85%;
  }
}

@-webkit-keyframes bar-fill-socialmedia {
  0% {
    width: 0px;
  }
  100% {
    width: 85%;
  }
}

/* 15. Timeline styles */

.profile-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.profile-timeline:before {
  content: "";
  position: absolute;
  width: 1px;
  left: 10%;
  top: 0;
  bottom: 0;
  background-color: #ececec;
}
.profile-timeline.boxed-profile-timeline:before {
  top: 0;
  bottom: 0;
}
.profile-timeline > li {
  margin-bottom: 35px;
  margin-left: 10%;
}
.profile-timeline > li:last-child {
  margin-bottom: 0;
}
.profile-timeline > li:hover .profile-timeline-content:before {
  background-color: #101010;
  box-shadow: 0 0 0 1px #101010;
}
.profile-timeline > li:hover .profile-timeline-content .profile-timeline-date {
  margin-left: -16px;
}
.profile-timeline > li .profile-timeline-content {
  padding: 0 50px;
  position: relative;
}
.profile-timeline > li .profile-timeline-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  background-color: #ececec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  margin-left: -7px;
  border-radius: 50%;
}
.profile-timeline > li .profile-timeline-content h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
}
.profile-timeline > li .profile-timeline-content h5 {
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.profile-timeline > li .profile-timeline-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.profile-timeline > li .profile-timeline-content .profile-timeline-date {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #101010;
  height: 22px;
  line-height: 22px;
  margin-left: -12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 16. Pricing styles */

.price-table {
  margin: 40px 0;
}

.price-box {
  margin: 0;
  padding: 30px;
  background-color: #f2f2f2;
  text-align: center;
}

.price-box.center {
  margin: 0 15px;
  padding: 30px;
  background-color: #f2f2f2;
  text-align: center;
}

.price-box h5 {
  font-size: 18px;
  font-family: "Rambla", sans-serif;
}

.price-features p {
  margin-bottom: 15px;
}

@media all and (min-width: 992px) {
  .price-box h1 {
    font-size: 60px;
    font-family: "Rambla", sans-serif;
    line-height: 1em;
  }
}

.bg-grey .price-box {
  border: 2px solid #e9e9e9;
}

.bg-dark .price-box {
  border: 2px solid #444;
}

.price-box .price-price {
  position: relative;
}

.price-box sup {
  position: absolute;
  font-size: 22px;
  margin-left: -18px;
  top: 18px;
}

.price-box span span {
  font-size: 26px;
}

.price-features {
  min-height: 170px;
}

.price-features p:last-child {
  margin-bottom: 0;
}

.price-features .ion-close-round {
  font-size: 13px;
}

.price-table-featured {
  padding: 0;
  margin: 20px 0;
}

.pricing-1 .price-table-featured .price-box {
  border: transparent;
}

.price-table-featured .price-features {
  min-height: 210px;
}

/* Pricing 2 */

.pricing-2 .price-box {
  background-color: transparent;
  border: 3px solid #eee;
}

/* 17. Testiominals styles */

.profile-quote-card {
  padding: 60px 40px;
  background-color: #f6f6f6;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 30px;
}

.profile-quote-card img {
  position: absolute;
  opacity: 0.05;
  top: -25px;
  left: 0;
  width: 55px;
}

.profile-quote-card .profile-quote-2 {
  margin-top: 10px;
}

.profile-quote-card p {
  font-size: 16px;
  margin-bottom: 30px;
}

.profile-quote-card p.occupation {
  font-size: 14px;
  margin: 0;
}

.profile-quote-card h5 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Rambla", sans-serif;
}

.profile-quote-2 {
  opacity: 0.15;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Other styles */

.clients {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #f6f6f6;
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.font-35px {
  font-size: 35px;
}

.font-14px {
  font-size: 14px;
}

.gray-icon {
  color: #101010;
  background: transparent;
  padding: 6px;
  border-radius: 50%;
}

.black-icon {
  color: #fff;
}

hr {
  margin-top: 0px;
  margin-bottom: -20px;
  border: 0;
}

.profile-skills p a {
  color: #999;
}

.mfp-gallery .mfp-container button:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .blog-entry .blog-img {
    height: 140px;
  }
  .contact-img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .owl-item img {
    height: 40vw;
  }
  .contact-img img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .owl-item img {
    height: 50vw;
  }
}
