@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

.btn-custom {
  background: #f7f8f9;
  color: #32445a;
  font-size: 20px;
  outline: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}


.form-control:focus,
.form-control:active {
  outline: none !important;
  box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none;
}

.menu {
  display: none;
}



.colorBox {
  width: 10px;
  height: 10px;
  float: left;
  border-radius: 30px;
  margin-top: 6px;
  margin-right: 6px;
}

.activeCategory {
  text-decoration: underline;
}

.activeCategory:hover {
  text-decoration: underline;
}

.pageTitle {
  color: #2b3548;
  font-weight: 700;
  font-size: 28px;
}

.pageTitle i {
  color: #c2c7ce;
}

.sectionTitle {
  color: #2b3548;
  font-weight: 700;
  font-size: 19px;
}

.textCard {
  border: 1px solid #e2e9f1;
  transition: 0.1s;
  margin-top: 20px;
}

.textCard:hover {
  border: 1px solid #d0d6dd;
  transition: 0.1s;
}

.textCard .badge {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: 10px;
}

.textCard a {
  text-decoration: none;
  color: #2b3548;
}

.textCard h4 {
  font-weight: 600;
}

.author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.ımageCard .author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.author img {
  border-radius: 50%;
  margin-right: 12px;
}

.author .name {
  font-size: 16px;
  font-weight: 500;
}

.author .date {
  font-size: 14px;
  color: rgba(34, 34, 34, .5);
}

.ımageCardBody {
  flex: 1 1 auto;
  padding: 1rem 0rem;
}

.ımageCard {
  border: none;
  transition: 0.1s;
  margin-top: 20px;
}

.ımageCard img {
  border-radius: 5px;
  transition: 0.3s;
}

.ımageCard:hover img {
  opacity: 0.9;
}

.ımageCard .badge {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.ımageCard a {
  text-decoration: none;
  color: #2b3548;
}

.ımageCard h4 {
  font-size: 20px;
  font-weight: 500;
}

.notify-badge {
  position: absolute;
  height: 2rem;
  top: 1rem;
  right: 1.5rem;
}

.fe-slack {
  color: #c2c7ce;
}

.fe-category {
  color: #c2c7ce;
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb a {
  color: #262635;
  text-decoration: none;
}

.blogAuthorImg {
  width: 35px;
  margin-top: -8px;
  margin-right: 33px;
}

.blogAuthorImg img {
  width: 85px;
  object-fit: cover;
}

.blogAuthor {
  list-style-type: none;
}

.blogAuthor li {
  margin-top: 8px;
}

.blogAuthor i {
  margin-right: 5px;
}

.blogAuthor a {
  text-decoration: none;
  color: #2b3548;
}

.stepNext {
  text-decoration: none;
  color: #262635;
}

.stepBack {
  font-size: 30px;
  color: #262635;
}

.blogImg {
  margin-bottom: 20px;
  border-radius: 5px;
}


.categoryCard {
  border: none;
  margin-top: 20px;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.categoryCard a {
  text-decoration: none;
}

.categoryCard i {
  font-size: 17px;
}

.categoryCard h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}

.categoryCard:hover {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.10), 0 10px 10px rgba(0, 0, 0, 0.10);
}

.overflowSidebar {
  width: 15rem;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
}

.overflowSidebar::-webkit-scrollbar-track {
  background-color: #ecf1f6;
}

.overflowSidebar::-webkit-scrollbar {
  width: 4px;
  background-color: #ecf1f6
}

.overflowSidebar::-webkit-scrollbar-thumb {
  background-color: #d4dfeb
}

.overflowSidebar::-webkit-scrollbar-corner {
  background-color: #ecf1f6
}

*::-webkit-scrollbar-track {
  background-color: none;
}

*::-webkit-scrollbar {
  width: 4px;
  background-color: none
}

*::-webkit-scrollbar-thumb {
  background-color: #d4dfeb
}

*::-webkit-scrollbar-corner {
  background-color: #ecf1f6
}

.contact {
  margin-top: 10px;
}

.contact i {
  color: #2b3548;
  font-size: 40px;
}

.contact h6 {
  font-size: 15px;
  line-height: 1.87;
  font-weight: 500;
  margin-top: 15px;
}

.contact p {
  margin-top: -10px;
  font-size: 14px;
  color: #7c7c7c;
}

.form-group {
  background: 0 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 1rem;
  padding: 25px 20px;
  box-shadow: none;
  line-height: 1.4;
  -webkit-transition: ease-out .16s;
  transition: ease-out .16s;
}

.form-group:focus,
.form-group:active {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #2b3548;
}

.button-grey,
a.button-grey {
  background: #e5e8eb;
  border: 0;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.button-rounded {
  border-radius: 50px;
}

.button-lg {
  padding: 16px 42px;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #e5e8eb;
  border: 1px solid #e5e8eb;
  padding: 15px 40px;
  color: #131517;
  -webkit-transition: ease-out .12s;
  transition: ease-out .12s;
  letter-spacing: 1px;

}

.button:hover {
  transition: ease-out .12s;
  background: #e0e4e7;
}

.about .row img {
  width: 10%;
  border-radius: 150px;
  margin-bottom: 20px;
}

.about h6 {
  font-weight: 400;
  margin-bottom: 15px;
}

.about h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.about p {
  color: #7c7c7c;
}

.progress-box {
  margin-bottom: 30px;
}

.progress-box .progress {
  overflow: visible;
  background: rgba(0, 0, 0, .15);
  margin: 0;
  padding: 0;
}

.progress-box .progress,
.progress-box .progress-bar {
  height: 4px;
  box-shadow: none;
  border-radius: 0;
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2b3548;
  transition: width 0.6s ease;
}

.padding-30 {
  padding: 30px;
}

.service {
  margin-top: 20px;
}

.service .service-item:hover {
  border: 1px solid #2b3548;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
  transition-duration: 0.2s;
}

.service-item {
  border: 1px solid #ecf1f6;
  border-radius: 5px;
  transition-duration: 0.1s;
}

.service-item p {
  color: #7c7c7c;
}

.service a {
  text-decoration: none;
  color: inherit;

}

.footer {
  width: 100%;
  height: 70px;
}


.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 20px;
}

.owl-carousel .item {
  margin-top: 20px;
}


.follow-twitter {
  padding: 20px 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: #1da1f2;
}

.follow-twitter i {
  font-size: 45px;
  color: #fff;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}

.follow-twitter i::after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  bottom: -10px;
  right: -20px;
  border-radius: 50%;
  z-index: -1;
}

.follow-twitter .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.follow-twitter p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  margin-top: 3px;
}

.follow-twitter a {
  display: inline-flex;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  align-items: center;
  padding: 0 25px;
  color: #222;
  margin-top: 15px;
  text-decoration: none;
}


.follow-instagram {
  padding: 20px 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: linear-gradient(to left, #405de6, #5851db, #833ab4, #e1306c);
}

.follow-instagram i {
  font-size: 45px;
  color: #fff;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}

.follow-instagram i::after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  bottom: -10px;
  right: -20px;
  border-radius: 50%;
  z-index: -1;
}

.follow-instagram .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.follow-instagram p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  margin-top: 3px;
}

.follow-instagram a {
  display: inline-flex;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  align-items: center;
  padding: 0 25px;
  color: #222;
  margin-top: 15px;
  text-decoration: none;
}


.follow-linkedin {
  padding: 20px 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: #0a66c2;
}

.follow-linkedin i {
  font-size: 45px;
  color: #fff;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}

.follow-linkedin i::after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  bottom: -10px;
  right: -20px;
  border-radius: 50%;
  z-index: -1;
}

.follow-linkedin .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.follow-linkedin p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  margin-top: 3px;
}

.follow-linkedin a {
  display: inline-flex;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  align-items: center;
  padding: 0 25px;
  color: #222;
  margin-top: 15px;
  text-decoration: none;
}


.follow-behance {
  padding: 20px 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: #053eff;
}

.follow-behance i {
  font-size: 45px;
  color: #fff;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}

.follow-behance i::after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  bottom: -10px;
  right: -20px;
  border-radius: 50%;
  z-index: -1;
}

.follow-behance .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.follow-behance p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  margin-top: 3px;
}

.follow-behance a {
  display: inline-flex;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  align-items: center;
  padding: 0 25px;
  color: #222;
  margin-top: 15px;
  text-decoration: none;
}


.follow-dribbble {
  padding: 20px 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: #ea4c89;
}

.follow-dribbble i {
  font-size: 45px;
  color: #fff;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}

.follow-dribbble i::after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  bottom: -10px;
  right: -20px;
  border-radius: 50%;
  z-index: -1;
}

.follow-dribbble .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.follow-dribbble p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  margin-top: 3px;
}

.follow-dribbble a {
  display: inline-flex;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  align-items: center;
  padding: 0 25px;
  color: #222;
  margin-top: 15px;
  text-decoration: none;
}



.follow-github {
  padding: 20px 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: #171515;
}

.follow-github i {
  font-size: 45px;
  color: #fff;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}

.follow-github i::after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  bottom: -10px;
  right: -20px;
  border-radius: 50%;
  z-index: -1;
}

.follow-github .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.follow-github p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  margin-top: 3px;
}

.follow-github a {
  display: inline-flex;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  align-items: center;
  padding: 0 25px;
  color: #222;
  margin-top: 15px;
  text-decoration: none;
}


.follow-facebook {
  padding: 20px 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  /* background: #171515; */
  background: linear-gradient(to left, #3C5898, #29487D);

}

.follow-facebook i {
  font-size: 45px;
  color: #fff;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}

.follow-facebook i::after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  bottom: -10px;
  right: -20px;
  border-radius: 50%;
  z-index: -1;
}

.follow-facebook .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.follow-facebook p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  margin-top: 3px;
}

.follow-facebook a {
  display: inline-flex;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  align-items: center;
  padding: 0 25px;
  color: #222;
  margin-top: 15px;
  text-decoration: none;
}

.list-group-item i {
  padding: 8px;
  background: #f7f8f9;
  color: #32445a;
  border-radius: 2px;
  margin-right: 10px;
}


.brand {
  width: 50%;
}

.logoText {
  font-size: 20px;
  font-weight: 700;
  color: #2b3548;
  text-decoration: none;
}

.logoText:hover {
  font-size: 20px;
  font-weight: 700;
  color: #2b3548;
  text-decoration: none;
}

.testimonial-img {
  border-radius: 350px;
  margin: auto;
}

.testimonial-name {
  font-weight: 600;
  color: #32445a;
}

.testimonial-job {
  font: italic;
}

.owl-carousel-testimonial .card {
  border: none;
}

.testimonial-description {
  color: #7c7c7c;
}


.counter-section span.counter {
  font-size: 30px;
  color: #000;
  line-height: 60px;
  display: block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px
}

.counter-title {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase
}

.medium-icon {
  font-size: 30px !important;
  margin-bottom: 5px !important;
}


.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.portfolio-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.portfolio-item a {
  text-decoration: none;
}

.portfolio-item a h3 {
  color: #fff;
}

.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.portfolio-item:hover .overlay {
  opacity: 1;
}

.overlay-content {
  padding: 20px;
}

.breadcrumb {
  background-color: #fff;
}

.filter-btn-group ul {
  list-style: none;
  padding: 0;
}

.filter-btn-group ul li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.filter-btn-group ul li:hover {
  background-color: #0056b3;
}

.social-medias li {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #ced4da;
  border-radius: 50px;
}

.social-medias a {
  color: #343a40;
  text-decoration: none;
}


.call-to-action {
  margin-top: 80px;
  margin-bottom: 80px;
}

.scrolling-info {
  background-color: #f0f2f5;
  overflow: hidden;
  padding: 10px;
  width: 20%;
  margin: auto;
  border-radius: 8px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}

.pricing-table .block-heading h2 {
  color: #3b99e0;
}

.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7;
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .item {
  background-color: #ffffff;
  border: 1px solid #ecf1f6;
  border-top: 2px solid #212529;
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px;
}

.pricing-table .item button {
  font-weight: 600;
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #212529;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px;
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7;
}


.pricing-table .price h5 {
  margin: 15px 0;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: inherit;
}

.pricing-table .price h5 span {
  font-size: 18px;
  font-weight: 500;
  color: #7c7c7c;
}

.pricing-table .item a {
  font-weight: 600;
}



.timeline {
  border-left: 3px solid #212529;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #eeeeee3f;
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 100%;
}

@media (max-width: 767px) {
  .timeline {
    max-width: 98%;
    padding: 25px;
  }
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}


.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event span {
  text-align: right;
  font-weight: 500;
  font-size: 0.9em;
}

@media (max-width: 767px) {
  .timeline .event:before {
    left: 0px;
    text-align: left;
  }
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #727cf5;
  box-shadow: 0 0 0 3px #212529;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

@media (max-width: 767px) {
  .timeline .event:after {
    left: -31.8px;
  }
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

.image-with-overlay {
  position: relative;
}

.image-with-overlay img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.189);
  /* Opaklık ayarlayabilirsiniz */
  border-radius: 5px;
}

.image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #212529;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.image-title h5 {
  font-weight: 600;
  font-size: 18px;
}


.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}
.accordion a{
  text-decoration: none;
}

.accordion .card-header {
  background-color: #fff;
}



.blog-comment::before,.blog-comment::after,.blog-comment-form::before,.blog-comment-form::after {
  content: "";
  display: table;
  clear: both
}

.blog-comment ul {
  list-style-type: none;
  padding: 0
}

.blog-comment img {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px
}

.blog-comment img.avatar {
  position: relative;
  float: left;
  margin-left: 0;
  margin-top: 0;
  width: 65px;
  height: 65px;
  object-fit: cover
}

.blog-comment .post-comments {
  border: 1px solid #eee;
  margin-bottom: 20px;
  margin-left: 85px;
  margin-right: 0;
  padding: 10px 20px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #6b6e80;
  position: relative
}

.blog-comment .meta {
  font-size: 14px;
  font-weight: 600;
  color: #32445a;
  padding-bottom: 8px;
  margin-bottom: 10px!important;
  border-bottom: 1px solid #eee
}

.blog-comment .date {
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
  margin-left: 10px
}

.blog-comment ul.comments ul {
  list-style-type: none;
  padding: 0;
  margin-left: 85px
}

.blog-comment-form {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 40px
}

.blog-comment h3,.blog-comment-form h3 {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500
}

@media screen and (max-width:600px) {
  .menu {
    display: block;

  }

  .about .row img {
    width: 35%;
    border-radius: 60px;
    margin-bottom: 20px;
  }

  .social-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .social-card i {
    margin-bottom: 20px;
  }

  .brand {
    width: 200px;
    margin: auto;
  }

  .testimonial-img {
    width: 350px;
    border-radius: 150px;
  }

  .breadcrumb {
    display: none;
  }

  .scrolling-info {
    width: 100%;
  }
}