body{
 font-family: "Inter", sans-serif;

}
.container{
  max-width: 84%;
}
h1, h2, h3{
  font-family: "Oswald", sans-serif;
}
ol, ul {
    padding-left:0rem;
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: blue;
}
 
 

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link  {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}
.logo-wrapper {
  float: left;
/*  background: #fff;*/
/*  padding:10px 50px ;*/
}
 
.responsive{
  max-width: 100%;
}
 
.content img{
  width: 100%;
}
#three-col{
  margin:2% 0 0;
}

#three-col img{
  width:80px;
  height: 80px;
}
#three-col h3{
  color: #000000;
  font-weight:400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 35px;
}
#three-col p{
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  width:90%;
}
.title-line{
  margin: 0 auto;
  display:table;
}
#process{
  margin-top:35px;
}
#process h1{
  color: #000000;
  font-weight:bold; 
  letter-spacing:1px;
  font-size:55px;  
  margin-top: 15px;
  margin-bottom:25px;
  text-align: center;
}
#process h5{
      font-size: 27px;
    color: #000;
    font-weight: 300;
    line-height: 42px;
  text-align: center;
  width:90%;
  margin: 0 auto 55px auto;
}

#process h3{
  color: #000000;
  font-weight:500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size:25px;
  margin-top: 35px;
  margin-bottom: 15px;
  text-align: center;
  width: 96%;
}
#process .circle{
  background:#000000;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding:30px;
  line-height: 25px;
  margin: 0 auto;
  display: table;
  position: relative;
}
#process .circle img{
  width:60px;
  height: 60px;
}
#process .circle span{
  width: 35px;
  height: 35px;
  background:#198bba;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  right:5px;
  text-align: center;
  font-size:15px;
  font-weight:600;
  padding:5px;
  color: #fff;
}
#process p{
    color: #000000;
    font-size: 20px;
    line-height: 29px;
    width: 96%;
    text-align: center;
}
.latest-articles h1{
  color: #000000;
  font-weight:300; 
  letter-spacing:1px;
  font-size:55px;  
  margin-top: 15px;
  margin-bottom:45px;
  text-align: center;
}
.latest-articles h1 strong{
  color: #000000;
  font-weight:bold; 
}
.latest-articles h3{
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 90%;
}
.latest-articles img{
  max-width: 100%;
}

.latest-articles p{
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  width:90%; 
}
.data-author{
  margin: 40px auto 0px auto;
  display: block;
  overflow: hidden;
}
.data-author .date{
  color: #000000;
  font-size: 22px;
  float: left;
  width: 30%;
}
.data-author .author{
  color: #000000;
  font-size: 22px;
  float: left;
  width: 30%;
}
.latest-articles .read-more{
  color:#080303;
  font-size: 22px;
  font-weight:600;
  letter-spacing: 1px;
}
.latest-articles .read-more:hover{
  color:#198bba;
}
.latest-articles .read-more img{
  width:12px;
  margin-left:10px;
}
footer{
  background: #000;
  padding:4% 0 3.5%;
}
/*.footer-logo img{
  width:200px;
}*/
.footer-nav ul{
  margin:10px 0 0px;
  float: right;
}
.footer-nav ul li{
  float: left;
  list-style: none;
}
.footer-nav ul li a{
  color: #fff;
/*  font-family: "Oswald", sans-serif;*/
  font-size:20px;
  padding: 10px 15px;
  letter-spacing: 2px;
  font-weight:300;
}
.footer-nav ul li a:hover{
  color: #23A8E1;
}
.footer-logo img{
  max-width: 75%;
}
footer .line{
  border-bottom: #fff solid 1px;
  opacity:0.2;
  padding-bottom:35px;
  margin-bottom:35px; 
}
footer p{
  font-size:20px;
  font-weight: normal;
  color: #FFF;
/*  opacity: 0.5;*/
}
footer p a{
  font-size:20px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  display: block;
}
footer h4 a{
  font-size:35px;
  font-weight: bold;
  color: #FFF;
  letter-spacing:2px;
  text-align: center;
  display: block;
}
footer h4 a:hover, 
footer p a:hover{
  color:#9cd7d1; 
}
.footer-social {
  float: right;
}
.footer-social li{
  float: left;
  padding:10px 5px;
  list-style: none;
}
.footer-social img{
  width:50px;
}

.copy{
  margin:35px 0 0;
  float: left;
}
.design{
  margin:35px 0 0;
  float: right;
}
#faq{
  background:#f2f2f29e url(../../assets/img/dots.png);
      padding: 120px 0px ;
          background-size: contain;
}
#faq h1 {
    color: #000000;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 55px;
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
.accordion-button, .accordion-item{
  background: transparent !important;
  border: none !important;
}
.accordion-button:focus-visible{
   outline: 2px solid #fff;
}
.accordion-button{
  color: #000 !important;
  padding: 20px 0px;
}
.accordion-button b{
  font-size: 30px;
  font-weight: 400 !important;
  letter-spacing: 0.5px;
}
.accordion-body{
  padding: 20px 35px;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.accordion-button span{
  color:#000;
  font-weight: lighter;
  font-size: 17px;
  margin-right: 20px;
}
.accordion-button:focus{
  box-shadow:none !important;
}
.accordion-button{
  box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #3f3f3f !important;
  border-bottom:#616161 solid 1px;
  border-radius: 0px !important;
}
.accordion-button::after{
  background: url(../img/top-arrow.png) !important;
  width: 20px;
}
#our-work h1{
  color: #000000;
  font-weight:bold; 
  letter-spacing:1px;
  font-size:55px;  
  margin-top: 15px;
  margin-bottom:25px;
  text-align: center;
}
 



@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

@media screen and (max-width:767px){
.our-work h1{
      font-size: 45px;
}
.container {
    max-width: 100%;
}
.isotope-nav ul li{
      margin-bottom: 10px;
}
footer {
    background: #000;
    padding: 12% 0%;
}
.footer-nav ul li{
      float: none;
    list-style: none;
    line-height: 35px;
}
.footer-social {
    float: none;
    margin: 0 auto;
    display: table;
}
.footer-nav ul{
  float: none;
  padding-left: 0px;
}

#our-work h1,
#process h1{
     font-size: 45px !important;
    margin-bottom: 15px;
}


footer p a{
  font-size: 16px !important;
}
.carousel-item{
  width: inherit !important;
}
.footer-logo img {
    max-width: 75%;
    text-align: center;
    margin: auto;
    display: table;
}
    figure.effect-zoe h2 {
        font-weight: 500;
    }
    #process h5{
    font-size: 22px;
 
    width: 100%;
 
    }
}
 