@font-face {
  font-family: 'bodoni';
  src: url('../fonts/BODONI-BOLD.TTF') format('opentype');
  font-weight: 700;
}
.bodoni{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important;
}
body {
  background-color: #191919;
		color:#ffffff;
			overflow-x: hidden !important;
}
#bottom-menu{
    z-index: 10000;
    bottom: 20px;
    left: 30px;
}
#bottom-menu li{
    padding: 0px 25px;
    position: relative;
}
#bottom-menu li span.dot{
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid white;
    display: block;
}
#bottom-menu li.active span.dot{
    background-color: white;
}
#bottom-menu li span.nav-tooltip{
    position: absolute;
    color: white;
    font-size: 11px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 5px) ;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 300ms;
}
#bottom-menu li.active span.nav-tooltip, #bottom-menu li:hover span.nav-tooltip{
    opacity: 1;
    visibility: visible;
}


nav.navbar {
    top: 32px;
    bottom: auto;
    z-index: 1000;
}
.nav-btn
{
	position:fixed;
	top:10px;
	right:15px;
}

.navbar-brand img
{
	width:270px;
}
.section{
    overflow: hidden;
				padding:80px 0px;
  }
.vimeo-wrapper{
    left: 0px;
    top: 0px;
    object-fit: cover;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#intro .social-bar {
    bottom: 24px;
    right: 80px;
				z-index:1;
}

.social-list .social-link{
  color: currentColor;
}
.social-bar span{
  font-weight: 600;
}
.social-bar .separator{
  height: 4px;
  width: 40px;
  background-color: currentColor;
}
.banner-content {
    top: 75%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 3%;
}
.banner-content span{
    font-size: 30px;
  font-weight: 700;
}
.banner-content h1 {
	font-size:4rem;
	line-height:3.7rem;
  font-weight: 700;

}
.get-in-touch-box {
    right: 15px;
    bottom: 15px;
    z-index: 10000;
  }
  .text-primary{
    color: #00c7d0 !important;
}
 .bg-primary{
   background-color: #00c7d0 !important;
 }
.banner-left-container img.bg-circle{
    height: 104%;
    left: 0px;
    top:50%;
    transform: translateY(-50%);
}
#particles-js{
    top: 0px;
    left: 0px; 
    opacity: .3; 
    pointer-events: none;
}
.banner-left-content {
    top: 50%;
    transform: translateY(-50%);
}
.banner-left-content h4 {
    padding-left: 31px;
    font-size: 32px;
    margin-bottom: 12%;
}
.banner-left-content .icons .icons-set.position-absolute{
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}
.wave-bg{
    left: 0px;
    top: 0px;
}
#about{
    background-image: url(../images/about/what_we_work_bg.png);
    background-size: cover;
}
.about-right-container img.bg-circle{
   height: 104%;
    right: -120px;
    top:50%;
    transform: translateY(-50%);
}
.about-right-container .about-content{
  right: 30px;
  top:52%;
  transform: translateY(-50%);
  max-width: 350px;
}
.f-18{
  font-size: 18px;
}
#services{
  background-image: url(../images/services/our_services_bg.png);
  background-size: cover;
}
#project{
  background-image: url(../images/project/projects_bg.png);
  background-size: cover;
}
#glance{
  background-image: url(../images/glance/glance-bg.png);
  background-size: cover;
}
#testimonial{
  background-image: url(../images/testimonial/testimonial_bg.png);
  background-size: cover;
}

.services-header-content{
  max-width: 500px;
}
#services .bg-circle{
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  top: -40px;
}
.slider-wrapper{
  padding: 15px;
  border-radius: 15px;
}
.solution-items p, .technoloy-items p{
 /* font-size: 14px;*/
  line-height: 22px;
	/*	text-align:justify;*/
		margin-bottom:1px;
}
.slider-wrapper{
  transform: scale(.9);
  transition: all ease-in-out 200ms;
}
.slider-wrapper:hover{
  transform: scale(1);
}
.glance-header-content{
  max-width: 500px;
}
.glance-item{
  width: 20%;
}
.glance-item .glance-item-inner{
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.glance-item .glance-item-inner .glance-bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.glance-item-inner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #013c6ea6;
  left: 0px;
  top: 0px;
}
.glance-item-content{
  z-index: 1;
}
#project .project-content {
  left: 30px;
  top: 56%;
  transform: translateY(-50%);
  max-width: 350px;
}
.project-item .thumb{
  border: 1px dashed #00c7d0;
  padding: 12px;
}
.project-item .project-item-text{
  margin-right: -10%;
  z-index: 1;
}
.project-item .project-item-text.right{
  margin-right: auto;
  margin-left: -10%;
}
.project-item-inner{
  align-items: center;
}
.project-item-inner .project-item-text-content{
  left: 0px;
  top: 0px;
  padding: 30px;
		color:#00c7d0;
}
.project-item-text-content h4::after{
  content: "";
  height: 4px;
  background-color: #00c7d0;
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 5px;
}
.project-slider-container{
  padding: 0px 30px;
}
.project-slider .project-item img{
  width: 320px;
}
.project-slider-container{
  width: 700px;
}
.project-slider .slick-arrow {
  width: 57px;
  height: auto;
}
.project-slider .slick-arrow.slick-prev {
  left: -60px;
}
#testimonial .testimonial-content{
  max-width: 500px;
}
.testimonial-item
{
	text-align:center;
	margin-left:2.5rem;
	margin-right:2.5rem;
}
.testimonial-block {
  border: 8px solid #00c7d0;
  padding: 30px;
  border-radius: 71px 0px 72px 0px !important;
		min-height: 320px;
}
.quote-icons img {
  box-shadow: 0px 0px 0px 6px #00c7d0;
  width: 34px;
}
.quote-icons .top {
  top: -1px;
  left: 0px;
}
.quote-icons .bottom {
  bottom: 1px;
  right: 0px;
}
#get-in-touch{
  background-image: url(../images/footer/footer-bg.png);
  background-size: cover;
}
#get-in-touch .circle-bg{
  left: 0px;
  top: 0px;
}
.f-12{
  font-size: 12px;
}
.footer-container{
  max-width: 900px;
}
.footer-container .f-14{
	font-size:14.5px;
}
.footer-bottom
{
margin-top: -35px !important;
    position: relative;
    z-index: 1;
				width: 50%;
    margin: auto;
}
.section.fp-section
{
	padding:0px !important;
}
.text-dark{
  color: #000000 !important;
}
#services .shapes .spape1 {
  right: 82%;
  bottom: -49px;
  width: 233px;
}
#services .shapes .spape2 {
  left: 100%;
  bottom: 3px;
  width: 100px;
}
#project .shape1 {
  width: 206px;
  left: 3%;
  top: 16px;
}
#project .shape2 {
  width: 150px;
  left: -30%;
  bottom: 70%;
}
#testimonial  .shapes .shape1{
width: 80px;
top: 50%;
left: 0px;
}
#testimonial  .shapes .shape2{
  width: 60px;
  top: 10%;
  right: 10%;
}
#testimonial  .shapes .shape3{
  width: 60px;
  bottom: 10%;
  left: 0px;
}
#testimonial  .shapes .shape4{
  width: 60px;
  top: 10%;
  left: 0px;
}
#testimonial  .shapes .shape5{
  width: 80px;
  top: 10%;
  right: 0px;
}
#testimonial  .shapes .shape6{
  width: 80px;
  bottom: 10%;
  right: 0px;
}
.video-overlay {
  background-color: #010025ab;
  left: 0px;
  top: 0px;
}
#project .shape3{
  width: 80px;
  bottom: 12%;
  right: 6%;
}
#project .shape4{
  width: 100px;
  bottom: 12%;
  right: 55%;
}
#project .shape5{
  width: 80px;
  top: 8%;
  right: 20%;
}
.what_we_work-video {
  width: 100%;
}
.about-img{
  max-width: 55%;
}
#services .spape3{
  top: 25%;
  right: 10%;
}

.testimonial-slider .slick-dots button {
    width: 10px;
    height: 10px;
    background-color: #ffffff5c;
    border-radius: 50%;
}
.testimonial-slider .slick-dots .slick-active button {
    background: #00c7d0;
}
.testimonial-slider .slick-dots button::before{
  display:none !important
}
.testimonial-slider .slick-dots li {
    height: auto;
    width: auto;
}
#about .shape1{
  top: 10%;
  left: 45%;
}
#about .shape2{
  top: 25%;
  left: 35%;
}
#about .shape3{
  top: 35%;
  left: 48%;
}
#about .shape4{
  top: 10%;
  left: 0%;
}
#glance .shape1{
  top: 10%;
  right: 5%;
  opacity: .2;
}
#glance .shape2{
  bottom: 5%;
  left: 5%;
  opacity: .2;
}
#glance .shape3{
  bottom: 10%;
  right: 5%;
}
#glance .shape4{
  top: 10%;
  left: 0%;
}


/*##################-------Overlay Menu---------##########################*/
.overlay {
  background: #002929c4;
  position: fixed;
  height: 100vh;
  right: -100%;
  top: 0px;
  pointer-events: none;
  z-index: 10000;
  width: 40% !important;
  opacity: 0;
}
  .show .overlay{
    pointer-events: initial;
  }
  
  .overlay h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 280px;
    font-family: 'Campton';
    font-weight: 800;
    color: #000a0b33;
  }
  .overlay ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .overlay li {
    padding-top: 12px;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
  .overlay li a {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    color: transparent;
    transition: all ease-out .3s;
}
  .overlay li a:hover {
    text-decoration: none;
    color: #08d6df;
  }
  .overlay:before {
    animation: grain 1s steps(10) infinite;
    background-image: url(../images/grains.png);
    content: "";
    height: 300%;
    left: -50%;
    opacity: 0.33;
    position: fixed;
    top: -110%;
    width: 300%;
  }
  
  @keyframes grain {
    0%, 100% { transform: translate(0, 0); }
    10% { transform: translate(-5%, -10%); }
    20% { transform: translate(-15%, 5%); }
    30% { transform: translate(7%, -25%); }
    40% { transform: translate(-5%, 25%); }
    50% { transform: translate(-15%, 10%); }
    60% { transform: translate(15%, 0%); }
    70% { transform: translate(0%, 15%); }
    80% { transform: translate(3%, 35%); }
    90% { transform: translate(-10%, 10%); }
  }
  @media(max-width: 900px) {
    .overlay ul {
          top: 46%;
    }
  
    .overlay li {
          padding-top: 5px;
    }
  
    .overlay h1 {
          font-size: 140px;
    }
  }



  .anim1{
    animation: anim1 3s infinite alternate-reverse ease-out
  }
  .anim2{
    animation: anim2 4s infinite alternate-reverse ease-out
  }
  .anim3{
    animation: anim3 3s infinite alternate-reverse ease-out
  }
  .anim4{ 
    animation: anim4 4s infinite alternate-reverse ease-out
  }

  @keyframes anim1{
    from{
      transform: translateY(-20px);
    }
    to{
      transform: translateY(0px);
    }
  }
  
  @keyframes anim2{
    from{
      transform: translateY(-20px);
    }
    to{
      transform: translateY(0px);
    }
  }
  @keyframes anim3{
    from{
      transform: translate(30px, 20px);
    }
    to{
      transform: translateY(0px, 0px);
    }
  }
  @keyframes anim4{
    from{
      transform: translate(10px, 20px);
    }
    to{
      transform: translateY(0px, 0px);
    }
  }

  .stats-container{
   /* max-width: 800px;*/
    margin: 0 auto;
  }
  .stats-container h4 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
  }
  .stats-container span {
    font-size: 102%;
    font-weight: 700;
  }
.stats-container h4.year {
	left: 5%;
	top: 41%;
}
.stats-container span.year {
	left: 7%;
	top: 53%;
}
.stats-container h4.projects {
	left: 25%;
	top: 41%;
}
.stats-container span.projects {
	left: 25%;
	top: 53%;
}
.stats-container h4.renovate  {
		left: 44%;
		top: 41%;
}
.stats-container span.renovate {
	left: 46%;
	top: 53%;
}
.stats-container h4.employees {
	right: 24%;
	top: 41%;
}
.stats-container span.employees {
			right: 26%;
	top: 53%;
}
.stats-container h4.turnover {
				right: 3%;
	top: 41%;
}
.stats-container span.turnover {
	right: 5%;
	top: 53%;
}


  .solution-wrapper {
    border: .8px solid transparent;
    border-radius: 30px;
    box-shadow: 0.5px 0.5px 4px 0.1px #00000054;
    background: linear-gradient(rgb(225 225 225 / 36%),rgb(111 111 111 / 16%));
    transition: all ease-in-out 700ms;
    color: white;
}
.technology-wrapper{
  border: .8px solid #03c7b538;
  border-radius: 30px;
  box-shadow: 0.5px 0.5px 4px 0.1px #03252dc9;
  background: linear-gradient(rgb(3 200 190 / 69%),rgb(11 55 80 / 71%));
  transition: all ease-in-out 700ms;
  color: #ffffff;
}
/*=========start page header=============*/
.page-header{
  min-height: 300px;
  padding: 100px 0px 50px 0px;
		overflow: hidden;
		position: relative;
		display: flex;
		align-items: center;
}
.page-header:before{
    background-image: url(../images/header-bg.png);
						content: '';
					background-position:center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}




.slideshow-bg{
  background-image: url(../images/glance/glance-bg.png);
}
.section-padder{
  padding-top: 80px;
  padding-bottom: 80px;
}
.tech-slider .slide{
  padding: 20px;
}
.tech-slider .slide__img-wrap {
  overflow: hidden;
  border-radius: 150px;
  border: 2px dotted #00c7d0;
  padding: 6px;
}
.tech-slider .slide__img-wrap img{
  width: 100%;
  border-radius: 150px;
}

.tech-slider .slick-arrow {
  top: 105%;
  transform: none;
  z-index: 100;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 50%;
  color: white;
  font-size: 36px;
}
.tech-slider .slick-arrow:hover{
  color: #00c7d0;
  background-color: #191919;
}
.tech-slider .slick-arrow.arrow-next{
  right: 50%;
  margin-right: -55px;
}
.tech-slider .slick-arrow.arrow-prev {
  left: 50%;
  margin-left: -55px;
}
   /* the slides */
   .tech-slider  .slick-slide {
    margin: 0 5px;
  }
  /* the parent */
  .tech-slider  .slick-list {
    margin: 0 -5px;
  }

  .content__item{
    display: none;
  }
  .content__item.active{
    display: block;
  }
.content{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 1000;
}
.content-bg div{
  height: 100%;
  width:33.3%;
  background-color: black;
  position: absolute;
  bottom: 0px;
}
.content-bg div.content-bg-1{
  left: 0px;
}
.content-bg div.content-bg-2{
    left: 33.3%;
}
.content-bg div.content-bg-3{
  left: 66.6%;
}
.content__item_img{
	margin-top:65px;
}
.content__item_img img{
  width: 100%;
  border-radius: 300px;
  border: 2px dotted #00c7d0;
  max-width: 375px;
}
.content__item_text{
  padding: 0px 2rem;
}
.content__item_text .content__title{
  color: #00c7d0;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 20px;
}
.content__item_text .content__subtitle{
    font-size: 16px;
    color: #c9c9c9;
    font-weight:100;
    line-height: 1.5;
}


.content-close, .content-close:hover {
  color: white;
  font-size: 20px;
  margin-left: 1.1rem;
  display: flex;
  align-items: center;
  box-shadow: none !important;
}
.content-close svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
/*========about us page===========*/
.about-round{
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #00c7d0;
		  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: translateX(-50%);
}
.solution-alterview-section .about-round{
  background-image: url(../images/solution/solutions.jpg);
  /*background-size: cover;*/
		background-size:100% 100%;
}
/*.about-alterview-section .about-round::before {
 content: "About Altrview";
  position: absolute;
  font-size: 60px;
  transform: rotate(-90deg) translateY(-100%);
  right: 0;
  top: 50%;
  max-width: 250px;
  text-align: center;
  transform-origin: top;
  line-height: 62px;
  font-weight: 600;
  color: white;
}*/
.about-alterview-section .abt-us {
	left:9%;
	  border-radius: 0%;
	 background-color:transparent;
 background-image: url(../images/banner/banner-sphere.png);
	background-position:center right;
		 background-size: cover;
}
.abt-alterviewbg, .aboutmv-bg, .journey-bg, .whyus-bg, .contact-bg
{
	position: relative;
}
.about-alterview-bg:before
{
	content:'';
	background-image:url(../images/about-us/about-bg.png);
	background-size:cover;
	position: absolute;
	left: 0;
	top: 0px;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.aboutmv-bg:before
{
	content:'';
	background-image:url(../images/about-us/mv-bg.png);
	background-size:cover;
	position: absolute;
	left: 0;
	top: 0px;
	object-fit: cover;
	height: 100%;
	width: 100%!important;
}
.mv-block h1{
  font-size: 3.5rem;
}
.journey-bg:before
{
		content:'';
	background-image:url(../images/about-us/about-bg.png);
	background-size:cover;
	position: absolute;
	left: 0;
	top: 0px;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.whyus-bg:before
{
			content:'';
	background-image:url(../images/about-us/why-us-bg.png);
	background-size:cover;
	position: absolute;
	left: 0;
	top: 0px;
	object-fit: cover;
	height: 100%;
	width: 100%;
	z-index:-1;
}
.why-us-item .icon {
  height: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.section-bg{
  left: 0;
  top: 0px;
  object-fit: cover;
}
.form-control{
  background-color: #363636;
  border-radius: 8px;
  border: 0px;
  height: 45px;
}
.form-group{
  position: relative;
}
.form-group .form-control-icon{
  pointer-events: none;
  position: absolute;
  top: 8px;
  left: 28px;
  position: absolute;
}
.form-group .form-control-icon ~ .form-control{
  padding-left: 45px;
}
.btn-primary, .btn-primary:active, .btn-primary:focus {
  background-color: #00c7d0;
  color: #191919;
  font-weight: 700;
  border: 0px;
}
.btn-primary:hover {
  background-color: #007e84;
}
.contact-bg:before
{
	content:'';
	background-image:url(../images/triange-bg.png);
	position: absolute;
	left: 0;
	top: 0px;
	object-fit: cover;
	height: 100%;
	width: 100%!important;
	z-index:-1;
}
.contact-detail{
  background-color: rgb(13 13 13 / 82%);
  max-width: 400px;
  backdrop-filter: saturate(167%) blur(3px);
  top: 0px;
  left: 0px;
  padding: 30px;
  height: 100%;
  position: absolute;
}

.contact-detail a
{
	color:#ffffff;
}

@media(max-width:768px) {
  .contact-detail{
   max-width: 100%;
   position: static;
  }
}
.blog-item{
  margin-bottom: 80px;
}
.blog-item .thumb{
  padding: 10px;
  border: 1px dashed white;
  border-radius: 50%;
}
.blog-item .thumb img{
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.blog-item .dot{
  height: 5px;
  width: 5px;
}
.page-link {
  height: 40px;
  width: 40px;
  color: #191919;
  border: 0px !important;
  aspect-ratio: 1/1;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
}
.page-item.active .page-link{
  transform: scale(1.4);
}
.page-item.active .page-link {
  z-index: 3;
  color: rgb(0, 0, 0);
  background-color: transparent;
  position: relative;
  border: 1px dashed white !important;
  isolation: isolate;
}
.page-item.active .page-link::after {
  content: "";
  width: calc(100% - 6px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00c7d0;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: -1;
}
.page-link img{
  width: 20px;
}
.page-arrow .page-link{
  background-color: transparent;
}
.about-alterview-section .shape1 {
  left: 25%;
  top: 5%;
}
.about-alterview-section .shape2 {
  left: 12%;
  bottom: -4%;
}
.about-alterview-section .shape3 {
  top: 1%;
  right: 3%;
}
.about-alterview-section .shape4 {
  right: 2%;
  bottom: 7px;
}
.about-alterview-section .shape5 {
  left: 2%;
  bottom: 17%;
}
.mv-section .shape1 {
  top: 4%;
  left: 5%;
}
.mv-section .shape2 {
  top: 8%;
  right: 3%;
}
.mv-section .shape3{
  
}
.mv-section .shape4 {
  right: 2%;
  bottom: 5%;
}
.solution-section .shape1 {
  left: 1%;
  bottom: 1%;
}
.solution-section .shape2 {
  right: 3%;
  bottom: 4%;
}

.project-item img {
  aspect-ratio: 1/1;
  width: 100%;
}


.entry-card {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.entry-content {
  background-color: #fff;
  padding: 36px 36px 36px 36px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.entry-content .entry-title a {
  color: #333;
}

.entry-content .entry-title a:hover {
  color: #4782d3;
}

.entry-content .entry-meta span {
  font-size: 12px;
}

.entry-title {
  font-size: .95rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.entry-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.entry-thumb img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.entry-thumb .thumb-hover {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(71, 130, 211, 0.85);
  display: block;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 40px;
  line-height: 100px;
  border-radius: 50%;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.entry-thumb:hover .thumb-hover {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.article-post {
  border-bottom: 1px solid #eee;
  padding-bottom: 70px;
}

.article-post .post-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}

.article-post .post-thumb .post-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .3s;
  -webkit-transition: all .3s;
  opacity: 0;
}

.article-post .post-thumb .post-overlay span {
  width: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  transform: translateY(70%);
  -webkit-transform: translateY(70%);
  transition: all .3s;
  -webkit-transition: all .3s;
  height: 100%;
  color: #fff;
}

.article-post .post-thumb:hover .post-overlay {
  opacity: 1;
}

.article-post .post-thumb:hover .post-overlay span {
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}

.post-content .post-title {
  font-weight: 500;
}

.post-meta {
  padding-top: 15px;
  margin-bottom: 20px;
}

.post-meta li:not(:last-child) {
  margin-right: 10px;
}

.post-meta li a {
  color: #999;
  font-size: 13px;
}

.post-meta li a:hover {
  color: #4782d3;
}

.post-meta li i {
  margin-right: 5px;
}

.post-meta li:after {
  margin-top: -5px;
  content: "/";
  margin-left: 10px;
}

.post-meta li:last-child:after {
  display: none;
}

.post-masonry .masonry-title {
  font-weight: 500;
}

.share-buttons li {
  vertical-align: middle;
}

.share-buttons li a {
  margin-right: 0px;
}

.post-content .fa {
  color: #00c7d0;
}

.post-content a h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0px;
}

.article-post .owl-carousel {
  margin-bottom: 20px !important;
}

.post-masonry h4 {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 700;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.media-body h5 a {
  color: #555;
}
.categories li a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  margin-right: 5px;
}
/*
Template sidebar
*/

.sidebar-title {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.categories li {
  vertical-align: middle;
}

.categories li > ul {
  padding-left: 15px;
}

.categories li > ul > li > a {
  font-weight: 300;
}

.categories li a {
  color: #fff;
  position: relative;
  display: block;
  padding: 5px;
}

.categories li a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #00c7d0;
}

.categories li a:hover {
  color: #00c7d0;
}

.categories > li.active > a {
  font-weight: 600;
  color: #444;
}
.reply-link {
  background-color: #00c7d0;
  display: block;
  color: black;
  text-decoration: none;
  padding: 2px 13px;
  border-radius: 17px;
  font-weight: 600;
  font-size: 14px;
}
.media-body h5 {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 400;
}

.media-body h5 a {
  color: #555;
}

.media-body h5 a:hover {
  color: #4782d3;
}
.social-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff82;
  border-radius: 50%;
  color: #ffffff94;
  text-decoration: none;
}
.social-icon:hover{
  background-color: #00c7d0;
  color: whitesmoke;
  text-decoration: none;
}
#get-in-touch{
  position: relative;
}
