@import url('https://fonts.googleapis.com/css2?family=Averia+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {
  font-family: 'Averia Libre', cursive;
}

/*--- NAV BAR START ----*/

.top-nav-bar {
  border-top: 15px solid #333333;
  border-bottom: 3px solid #AD8137;
}

.navbar-nav li {
  padding: 0px 16px;
  border-right: 1px solid #333333;
}

.navbar-nav li:last-child {
  border: none;
}

.navbar-nav li a {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
}

.navbar-nav li a:hover {
  color: #AD8137;
}

.navbar-nav li .active {
  color: #AD8137 !important;
}

.top-nav-bar .navbar-brand img {
  border-radius: 11px;
}

/*--- BANNER START ----*/

.banner-top .carousel-indicators {
  z-index: 99;
}

.banner-top .carousel-caption h5 {
  max-width: 800px;
  font-size: 70px;
  text-transform: uppercase;
  width: 100%;
}

.banner-top .carousel-caption p {
  width: 100%;
}

.carousel-item::after {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.banner-top .carousel-caption {
  top: 0;
  z-index: 9;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-top .carousel-caption .btn {

  background: #AD8137;
  border: none;
}

.banner-top .carousel-caption .btn:hover {
  color: #eee;

}


/*---- AMAZING DIGITAL START -----*/

.amazing-digital {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0) url("../images/ebook-bg.png") repeat scroll center top;
  animation: animatedBackground 40s linear infinite;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

}

.amazing-digital h1 {
  color: #000;
  font-size: 48px;
  font-weight: 700;

  text-transform: uppercase;

}

.amazing-digital h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.device {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.device .desktop {
  position: relative;
}

.device .desktop img {
  width: 100%;
}

.device .tab {
  position: absolute;
  right: -14px;
  top: 86px;
}

.device .tab img {
  width: 150px;
}

.device .mob {
  position: absolute;
  right: 146px;
  top: 136px;
}

.device .mob img {
  width: 80px;
}

/*---- WE ARE START -----*/

.we-are {
  padding: 80px 0;
  text-align: center;
}

.we-are h1 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  color: #AD8137;
  text-align: center;
  text-transform: uppercase;
}

.we-are h4 {
  font-size: 22px;
  font-weight: 300;

  margin-bottom: 40px;
}

/*---- OUR OPTIONS START -----*/

.our-options {
  padding: 50px 0;
  background: #AD8137;
  text-align: center;
}

.our-options ul {
  margin: 0;
  list-style: none;
  padding-inline-start: 0px;
  display: flex;
  justify-content: center;
}

.our-options ul .middle-line {
  background: #fff;
  width: 1px;
  margin: 0 5px;
}

.our-options ul li:last-child {
  border: none;
}

.our-options ul li a {
  padding: 20px 52px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: all 0.1s ease-in-out 0s;
  border-radius: 6px;
}

.our-options ul li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.our-options .fa-solid {
  font-size: 57px;
}

.our-options .title {
  display: block;
  font-size: 30px;
  line-height: 27px;
  margin: 10px 0;
}

.our-options .more {
  font-size: 17px;
}

/*---- OUR AWARDS START -----*/

.our-awards {
  padding: 80px 0;

}

.our-awards h1 {
  color: #000;

  font-size: 48px;
  font-weight: 700;

  text-align: center;
  text-transform: uppercase;
  margin-bottom: 53px;
}

.award_logo {
  list-style: outside none none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.award_logo li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  max-width: 276px;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 6px;
  overflow: hidden;
}

/*--- FOOTER START ----*/

footer {
  background: url(../images/footer.jpg)repeat top left;
  width: 100%;
  text-align: center;
  padding: 50px 0;
}

footer .footer-brand img {
  border-radius: 11px;
}

footer .lanch {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 25px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0;
  position: relative;
}

footer .lanch:before {
  width: 100%;
  content: " ";
  height: 1px;
  background: rgba(255, 255, 255, .4);
  position: absolute;
  left: 0;
  top: 8px;
}

footer .lanch span {
  background: #232323;
  padding: 6px;
  position: relative;

}

footer p {
  color: #999;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 30px;
  text-align: center;
}

.footer-nav-list {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
}

.footer-nav-list li {
  margin-bottom: 10px;
}

.footer-nav-list a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

.footer-nav-list a:hover {
  color: #AD8137;
}
footer .office-location h4{
  color: #999;
}

/*--- WHY CHOOSE US START ----*/

.banner-top-inner {
  padding: 80px 0;
  background-size: cover;
  color: #fff;
}

.banner-top-inner {
  text-align: center;

}

.banner-top-inner h5 {
  font-size: 70px;
  text-transform: uppercase;

}

.reasons {
  padding: 80px 0;

}

.reasons h1 {
  font-size: 48px;
  font-weight: 700;
  color: #AD8137;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 53px;
}

.left-servces-list {
  padding: 0px;
  list-style: none;
  text-align: left;
  margin: 0;
}

.left-servces-list li {
  display: inline-block;
  margin-bottom: 15px;
}

.left-servces-list li .fa {
  background: #ad8137 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  padding: 6px;
  float: left;
  width: 33px;
  height: 34px;
}

.left-servces-list li .fa img {
  width: 100%;
}

.left-servces-list li h2 {
  color: #AD8137;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 8px;
  padding-left: 40px;
  text-align: left;
  padding-bottom: 0;
}

.left-servces-list li p {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 40px;
  margin: 0;
}

.right-servces-list {
  padding: 0px;
  margin: 0;
  list-style: none;
  text-align: right;
}

.right-servces-list li {
  display: inline-block;
  margin-bottom: 15px;
}

.right-servces-list li .fa {
  background: #ad8137 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  padding: 6px;
  float: right;
  width: 33px;
  height: 34px;
}

.right-servces-list li .fa img {
  width: 100%;
}

.right-servces-list li h2 {
  color: #AD8137;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 8px;
  padding-right: 40px;
  text-align: right;
  padding-bottom: 0;
}

.right-servces-list li p {
  font-size: 14px;
  line-height: 1.5;
  padding-right: 40px;
  margin: 0;
}


.left-servces-list li:nth-child(1){
  height: 130px;
}
.right-servces-list li:nth-child(1){
  height: 130px;
}

.left-servces-list li:nth-child(2){
  height: 100px;
}
.right-servces-list li:nth-child(2){
  height: 100px;
}



/*--- OUR TEAM START ----*/

.our-team {
  padding: 66px 0;
  background: rgba(0, 0, 0, 0) url("../images/team-web-design-professionals2.jpg") repeat scroll center top;
  animation: animatedBackground 40s linear infinite;
  text-align: center;
  color: #fff;
}


@keyframes animatedBackground {

  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

}

.our-team h1 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/*--- OUR STRONG START ----*/

.our-strong {
  padding: 80px 0;
}

.our-strong h1 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 53px;
}

.fun-fact {
  list-style: outside none none;
  padding: 0;
  text-align: center;
  margin: 40px 0 0;
}

.fun-fact li {
  border-right: 1px solid #fff;
  display: inline-block;
  margin-right: 13px;
  text-align: center;
  min-width: 193px;
  vertical-align: top;
  transition: transform .2s;
  cursor: pointer;
}

.fun-fact li:hover {
  transform: scale(1.1);
}

.fun-fact .faa-parent {
  background: #ad8137 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 80px;
  margin: 0 auto 13px;
  width: 80px;
}

.fun-fact i {
  color: #fff;
  font-size: 40px;
  line-height: 77px;
}

.fun-fact .title {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

.fun-fact li:last-child {
  margin-right: 0px;
}

/*--- SERVICE START ----*/

.service {
  padding: 80px 0 0;
}

.solutions {
  padding: 80px 0;
}

.solutions h1 {
  font-size: 48px;
  font-weight: 700;
  color: #AD8137;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.panel-box {

  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  flex-wrap: wrap;

}

.panel-box .panel-heading {
  background: #AD8137;
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel-box .panel-heading .img-icon {
  background: #333333 none repeat scroll 0 0;
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.panel-box .panel-body {
  padding: 25px;
}

.solutions .bottom-box {
  margin-top: 25px;
}

/*--- ADDRESSES START ----*/

.address {
  padding: 80px 0;
}

.location i {
  background: #AD8137 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 80px;
  margin: 0 auto 13px;
  width: 80px;
  color: #fff;
  font-size: 53px;
  line-height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.location h4 {

  text-align: center;
}

.location {
  margin-bottom: 48px;
}

.office-location {
  text-align: center;
}

.office-contact {
  margin: 40px 0;
  text-align: center;
}

.contact-info i {
  background: #AD8137 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 80px;
  margin: 0 auto 13px;
  width: 80px;
  color: #fff;
  font-size: 53px;
  line-height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  border: 8px solid #AD8137;
  padding: 59px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.contact-form-wrapper .btn {
  background: #AD8137;
  border: none;
}

.contact-form-wrapper .btn:hover {
  color: #eee;
}



.comming{
  padding: 80px 0;
}
.comming h1 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 53px;
}
/*--- MEDIA START ----*/

@media (min-width: 320px) and (max-width: 1300px) {

  .navbar-nav li {
    padding: 3px 16px;
    border: none;
  }

  .top-nav-bar .navbar-brand img {
    width: 210px;
  }

  .award_logo {
    margin: 0 10px;
  }

  .award_logo li {
    margin-right: 0px;
    margin-bottom: 5px;
    width: 100%;
    max-width: 100%;
  }

  .award_logo li img {
    width: 100%;
  }

  .our-options {
    padding: 13px 0;
  }

  .our-options ul {
    display: inherit;
    margin: 0 10px;
  }

  .our-options ul li {
    display: block;
    width: 100%;
  }

  .our-options ul li a {
    display: block;
  }

  .our-options ul .middle-line {
    width: 100%;
    height: 1px;
    margin: 5px 0;
  }

  .device .tab {
    right: 0px;
  }

  .device .mob {
    right: 115px;
  }

  .carousel-inner {
    height: 500px;
  }

  .carousel-item {
    height: 500px;
  }

  .banner-top .carousel-caption h5 {
    font-size: 40px;
  }

  .w-100 {
    width: auto !important;
    height: 100%;
  }

  .amazing-digital h1 {
    font-size: 45px;
  }

  .we-are h1 {
    font-size: 45px;
  }

  .our-awards h1 {
    font-size: 45px;
  }

  .device {
    margin: 40px 0;
  }

  .fun-fact li {
    margin-bottom: 39px;
  }
  .footer-nav-list {
    display: grid;
    text-align: center;
  }
  .left-servces-list li:nth-child(1){
    height: auto;
  }
  .right-servces-list li:nth-child(1){
    height: auto;
  }
  
  .left-servces-list li:nth-child(2){
    height: auto;
  }
  .right-servces-list li:nth-child(2){
    height: auto;
  }
}