body{
  background-color: #0e1f33;
  font-family: Montserrat,sans-serif;
}
html{
  scroll-behavior: smooth;
}
a{
  text-decoration:none;
color: white;
}
a:hover{
  text-decoration: none;
color: #cccccc;
}
a:visited{
  text-decoration: none;
}
hr{
  border:dotted white 6px;
  border-bottom: none;
  width: 4%;
  margin: 40px auto 40px auto;
}

.fas{
color: #EAF6F6;
}

/* navbar */

.navbar{
  padding: 1% 1%;
  /* position: fixed; */
}
.navbar-brand{
  font-size: 1.4rem;
  font-weight: 700;
}
.nav-item{
  font-weight: 200;
border: 0;
padding-right: 20px ;
}
.dropdown-item{
  color: #878f99;
  font-weight: 200;
text-align: center;
}
.dropdown-item:hover{
  color: white;
background-color: #0e1f33;
font-weight: 300;
transition: 0.2s;
}
.dropdown-menu{
  background-color: #0e1f33;
  border:0;

}

.dropdown-item.active{
  background-color: #bbe1fa;
  color: #0e1f33;
  font-weight: 300;
  width: 100%;
  text-align: center;
}


/* main wallpaper */
.main-wallpaper{
  background-image: url("https://res.cloudinary.com/dchq8u8po/image/upload/v1589822958/main-wall-1900_chnbi8.jpg");
height: 785px;
background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

/* who */
.who-h1{
  margin-bottom: 5%;
}
.who-des{
  font-size: 1.1rem;
  padding: 1%;
  color: #bbe1fa;
}
.who-img2{
  width: 60%;
  margin: 2.5% auto 2.5% auto;
  border-radius: 50%;
}

.who{
color: white;
text-align: center;
margin-top: 3.1%;
padding: 0 10%;
/* background-color: #bbe1fa; */
}
.who-p{
  font-weight: 100;
}
.more{
  display: none;
}

/* what */

#what{
  color: white;
  text-align: center;
  background-color: #0e1f33;
  padding: 4% 4%;
}

.what-h-one{
  margin-bottom: 10px;
  color: white;
}
.what-cat{
  padding: 4%;
  /* font-family: 200; */
}
.cats{
  padding: 2%;
  margin-top: 60px;
}
.cats-p{
  font-weight: 100;
}
/* REView */

#review{
  color:white;
    background-image: linear-gradient(#0e1f33,#bbe1fa);
  /* background-color: #bbe1fa; */
  text-align: center;
  padding-top: 2%;

}

.review-h-two{
  font-size: 2rem;
  margin-bottom: 5%;
  padding: 3%;
  font-weight: 400;
}
.testimonial-image{
  width: 40%;
  border-radius: 100%;
  margin: 20px;
}
.testimonial-text{
  padding: 5% 7% ;
  color: #0e1f33;
  font-weight: 200;

}
.testimonial-person{
  color: #0e1f33;
}
/* contact */

#contact{
  background-color: #1f4068;
  /* padding:3%; */
  padding: 35px;
  text-align: center;
  color: white;

}
.contact-social{
padding: 10px;

}
.social-icon{
  width: 30px;
  margin:auto 9px auto 9px;
  margin-bottom: 15px;
}

.contact-h-two{
margin-bottom: 3%;
font-weight: 400;
}
.contact-address{
  display: inline;

}

/* cta */

#cta{
  text-align: center;
  background-color: #bbe1fa;
  padding: 3%;
}
.cta-h-two{
  margin-bottom: 1%;
  color: #0e1f33;
}
.cta-p{
  margin-bottom: 2%;
  color: #0e1f33;
  font-weight: 200;
}
.btn{
  margin:5px;
}
.fa-coffee{
  color: #0e1f33;
}
.port-button{
  background-color: #1f4068;
}
.port-button:hover{
  background-color: #0e1f33;
}
.cont-button{
  color: #0e1f33;
  border-color: #0e1f33;
}
/* footer */

#foot{
  text-align: center;
font-size: 1rem;
background-color: #0e1f33;
}

.footer-link{
margin:auto 10px auto 10px;
font-weight: 100;
}
/* contact form */
@media only screen and (max-width: 991px) {
  .dropdown-item.active{
    width: 200px;
    border-radius: 20px;
    margin: auto;
  }
  #navbarTogglerDemo02{
    text-align: center;
    font-size: 1.5rem;
margin:50px auto;
  }

}
@media only screen and (min-width: 600px) {
/* scroll down button visibility over size of screen */
section.demo{
  display: none;
  }
}

/* digital marketing page css or every page css */

.dm{
  color: white;
  text-align: center;
}
.dm-h-one{
  padding: 80px 10px;
  font-weight: 400;
}
.dm-h-cover{
  background-color: #abf0e9;
}
.dm-cat{
  padding: 35px;
}
.dm div h2{
  margin-bottom: 20px;
}
/* .dm .container hr{
  margin-bottom: 0;
} */
.igpge-btn{
  margin-bottom:10%;
  margin-top: 2%;
}
.dm-cat-img{
  padding: 20px;
}
.dm h4{
  margin-top: 5%;
}
/* portfolio page css */

.portfolio-pro-img{
  width: 100%;
  margin-bottom: 20px;

}
.portfolio-port-h-two{
  /* margin-top: 5%; */
  margin-bottom: 20px;
}

/* scroll down button css */
.demo a {
  position: absolute;
  bottom: 10%;
  left: 43%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.demo a:hover {
  opacity: .5;
}
#section04{
  position: relative;
 width: 100%;
 height: 100%;
}
#section04 a {
  padding-top: 60px;
}
#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

/* contact-form-css */
#contact-form{
  text-align: left;
}
.cont-form{
  margin: 6.5%;
}
.form-ul{
  margin-top:70px;
}
.status{
  font-weight:bold;
  font-size: 1.5rem;
  margin-top: 50px;
}
.form-sub{
  margin-top: 50px;
}
.more{
  transition: all .3s ease;
}
/* service category main para */
.servi-cat-cont{
  margin: 50px 20px;
}
