:root {
  --background-color: #356ba2;
  --white-color: #ffffff;
  --light-background-color:#69c;
}

h1,h2,h3,h4,h5,p{
  padding: 0px;
  margin: 0px;
}

body{
  overflow: auto !important;
  padding-right:0px !important ;
}

.container-fluid.nav-container {
    display: flex;
    justify-content: flex-end;
}

.offcanvas-backdrop.fade.show{
  display: none !important;
}

.navbar-side{
  padding: 0;
}

.navbar-toggler{display: none;}

.offcanvas-header{display: none;}

.offcanvas.offcanvas-end{
  width: 26%;
  background-color: var(--background-color) !important;
}

.offcanvas-body{position: relative;display: flex;align-items: center;padding-left: 45px;}

.navbar-nav::before {
  content: '';
  position: absolute;
  width: 0.5px;
  background-color: #fff;
  height: 100%;
  padding: 0px !important;
  top: 0;
}

.nav-item {
  font-weight: 500;
  font-size: 18px;
  background-image: url(../img/menu-item-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 66px;
  margin-bottom: 38px;
}

.nav-link{color: var(--white-color);display: flex;align-items: center;font-weight: normal;}

.icn{
  font-size: 2em;
  padding-right: 20px;
  display: inline-block;
}

section{padding-top: 121px;}

#hero{
  background-image: url('../img/section-1-bg.jpg');
  width: 75%;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container{padding-left: 50px;padding-right: 50px;}

#hero .item{
  color: #fff;
  max-width: 400px;
  margin-left: 5px;
  padding-top: 43px;
  padding-bottom: 35px;
  font-size: 55px;
  margin-bottom: 60px;
  background: rgb(102 153 204 / .8);
  display: flex;
  flex-direction: column;
  align-items: center;
}

#hero .item h4{font-size: 32px;}

.para-item {
  color: #fff;
  font-size: 23px;
  background: rgb(102 153 204 / .8);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
}

#work{
  width: 75%;
  height: 100vh;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(147 203 255) !important;
}

.navbar-nav .nav-link:hover{
  color: rgb(147 203 255) !important;
}

#work{background-color: var(--light-background-color);}

#work .title {
  margin-top: 5px;
  margin-left: 1px;
  border-bottom: 1px solid #fff;
}

#work .title h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 12px;
}

.icon{
  width: 119px;
  height: 119px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#work h3 {
  color: #fcf;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: -1px;
  margin-bottom: 9px;
}

#work p {
  color: #fff;
  line-height: 31px;
  margin-bottom: 0;
}

#work .one{margin-top: 80px;}
#work .two{margin-top: 160px;}


#gallery{
  background-image: url('../img/section-3-bg.jpg');
  width: 75%;
  height: 85vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#gallery h2{
  color: #069;
  font-size: 35px;
  text-align: right;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  margin-top: 30px;
  display: flex !important;
  justify-content: center;
}

.owl-prev,.owl-next{display: none !important;}

.owl-dot span{
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #69c;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-dot.active span{background: #069;}

.owl-dots{display: flex;justify-content: center;}

.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  background: #3d3d3dc7;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}