
@font-face {
    font-family: 'IBMPlexSansCondensed-Bold';
    src: url(../fonts/IBMPlexSansCondensed-Bold.ttf);
}
@font-face {
    font-family: 'IBMPlexSansCondensed-Light';
    src: url(../fonts/IBMPlexSansCondensed-Light.ttf);
}
@font-face {
    font-family: 'IBMPlexSansCondensed-Regular';
    src: url(../fonts/IBMPlexSansCondensed-Regular.ttf);
}
@font-face {
    font-family: 'IBMPlexSansCondensed-SemiBold';
    src: url(../fonts/IBMPlexSansCondensed-SemiBold.ttf);
}
@font-face {
    font-family: 'IBMPlexSansCondensed-Thin';
    src: url(../fonts/IBMPlexSansCondensed-Thin.ttf);
}
@font-face {
    font-family: 'IBMPlexSansCondensed-Medium';
    src: url(../fonts/IBMPlexSansCondensed-Medium.ttf);
}
dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
title{
   text-transform: capitalize; 
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	max-width: 100%;
}
a{
    text-decoration: none !important;
}
body{
     line-height: unset;
     font-family: 'IBMPlexSansCondensed-Regular';
}

.main-header{
  transition: all 0.5s ease;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}
/*.top-header{
  padding: 10px 0;
  background: #f2f2f2;
  color: #fff;
}
.top-header p{
  padding-right: 15px;
  display: flex;
  align-items: center;
  color: #333;
   font-family: 'IBMPlexSansCondensed-Medium';
}
.top-header p i{
  font-size: 17px;
  color: #333;
  padding-right: 5px;
}
.top-header ul li a{
  color: #222;
  padding-right: 10px;
  font-family: 'IBMPlexSansCondensed-SemiBold';
}*/
header{ 
  transition: all 0.5s ease;
  min-height: 110px;
  display: flex;
align-items: center;
background: #fff;
}

.logo img{
   transition: all 0.5s ease;
   max-width:45px;
}
.sticky .logo img{
  max-width: 30px;
} 
header ul li{
    padding-left: 35px;
}
header ul li a{
  font-size: 17px;
  text-transform: uppercase;
  color: #333;
  font-family: 'IBMPlexSansCondensed-SemiBold';
}
header ul li a:hover{
  color: #ddc12b;
}
.banner{
	margin-top: 110px;
}
#banner .item{
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: calc(100vh - 110px);
}

#banner .owl-nav {
    transform: translateY(-50%);
    top: 55%;
    margin-top: 10px;
    position: absolute;
    z-index: 999;
    width: 100%; 
    display: flex;
    justify-content: space-between;
}
#banner .owl-nav .owl-prev{
    background: url(../img/previous.png) !important;
    height: 50px;
  width: 50px;
    display: inherit;
    text-indent: -9999px;
    white-space: nowrap; 
  position: relative;
  left: -60px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#banner .owl-nav .owl-next{
    background: url(../img/next.png) !important;
    height: 50px;
  width: 50px;
  right: -60px;
  position: relative;
    display: inherit;
    text-indent: -9999px;
    white-space: nowrap; 
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.owl-theme .owl-nav [class*='owl-']{
    background: transparent;
}
.projects{
    padding: 50px 0;
}
.projects h1{
    font-size: 35px;
    font-family: 'IBMPlexSansCondensed-Bold';
    color: #222;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.projects .image-block{
    overflow: hidden;
}
.projects .img{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 300px;
    transition: all .9s;
 }
 .projects .image-block:hover .img{
     transform: scale(1.03);
 }
 .projects h2{
    font-size: 21px;
    font-family: 'IBMPlexSansCondensed-SemiBold';
    margin: 15px 0;
    color: #222;
    text-transform: uppercase;
 }
  .projects p{
    font-size: 17px;
    color: #333;
    text-align: justify;
  }
  .project-btn a{
    font-size: 13px;
     font-family: 'IBMPlexSansCondensed-SemiBold';
     background-color: #1077ad;
     border-color: #1077ad;
     letter-spacing: 1px;
  }
   .projects .date{
    font-size: 15px;
    font-family: 'IBMPlexSansCondensed-Light';
    color: #ccc;
    display: block;
    margin-top: 10px;
   }
   .solid h1{
    font-size: 35px;
    font-family: 'IBMPlexSansCondensed-Bold';
    color: #222;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.solid p{
    font-size: 17px;
    color: #333;
    text-align: justify;
  }

  footer{
  background: #f2f2f2;
  padding:50px 0;
  margin-top: 75px;
}
.footer .f-logo{
  max-width: 50px;
}
.footer .address,.footer p{
  font-weight: 500;
  font-size: 15px;
  color: #222;
}
.footer .address{
  margin:15px 0 10px 0;
}
.p-middle{
    font-size: 21px !important;
}
.footer p i{
  color: #333; 
  margin-right: 7px;
}
.f-social li{
  margin:0 5px;
}
.f-social li a {
    width: 35px;
    height: 35px;
    line-height: 25px;
    color: #222;
    background: #e3e1e1;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-social li a i{
  font-size: 17px;
}


.f-nav li{
  margin-bottom:21px;
}
.f-nav li a{
  font-size: 17px;
    color: #222;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.subscribe h3{
  color: #333;
  font-weight: 600;
  font-size: 17px;
}
.footer{
    max-width:1000px;
    margin: auto;
}
ast-child:hover {
    border: 1px solid #07e1d3;
    color:#07e1d3;
}



.hamburger-menu {
    position: absolute;
    top: 25px;
    /* r: 0; */
    width: 35px;
    height: 50px;
    left: -50px;
    display: none;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #2c5872;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 13px;
}

.hamburger-menu span:nth-child(4) {
    top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}
.person .image{
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-right: 15px;
}
.person h1{
    font-size: 25px;
    color: #000;
    font-weight: 600;
}
.person p{
    font-size:15px;
    color: #222;
}
#about .solid{
   padding-top: 85px;
}
.main-header.sticky header{
   min-height: 75px;
}
.about-content p{
    padding: 10px;
}