

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-fabusiy: "Open Sans", sans-serif;
  color:#464040;
  font-size: 17px;
  line-height: 27px;
  text-align:justify;
  background: #fafafc;
}
a {
  color: #eb8d29;
  text-decoration: none;
}

a:hover {
  color: #b47531;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
 
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgb(239 239 239 / 90%);
}

#header .logo {
 
  margin: 0;
  padding: 0;
  width:auto;


  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  width: 120px;
}
.navbar .dropdown ul li a {
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #918d8d;
  white-space: nowrap;
  transition: 0.3s;
  font-fabusiy: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #eb8d29;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #918d8d;
  font-size: 14px;
  border: 2px solid #eb8d29;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #0a0909;
  background: #eb8d29;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar .dropdown-item.active, .dropdown-item:active {
    color: black !important;
    background: #eb8d29;
}

.navbar .dropdown-item:focus, .dropdown-item:hover {
   color: black !important;
    background-color: #eb8d29 !important;
}
.ideass {
  background: #0d0d0d;
  margin-top: 0px;
  padding-top: 110px;
  padding-bottom: 0px;
  position: relative;
}
.ideass h5 {

  padding-bottom: 70px;
}
.ideass h2 {
  font-size: 78px;
  color: white;
  text-align: center;
}
.ideass h2 img {
  border-radius: 85px;
  margin-right: 20px;
}
.ideass h2 a {
  font-size: 39px;
}
.ideass h2 span{
font-weight: lighter;
}

.busi-services-grid {
  border-top: 1px solid hsla(0, 0%, 100%, .1);
 
}
.top-margin{
margin-top: 120px;
}
.busi-services-grid .busi-services-grid-item:first-child {
  border-left: 1px solid hsla(0, 0%, 100%, .1);
}
.busi-services-grid .busi-services-grid-item {
  border-right: 1px solid hsla(0, 0%, 100%, .1);
}
.busi-service-card-sm {
  position: relative;
  display: block;
  padding: 60px 30px;
}

.busi-service-card-sm:hover:before {
  width: 100%;
}
.busi-service-card-sm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #ff9800;
  transition: .6s cubic-bezier(0,0,.3642,1);
}
.busi-muted {
  color: hsla(0, 0%, 100%, .9);
}

.who_we ul {
    padding-left: 18px;
}
.who_we ul li {
    padding-bottom: 19px;
}
.who_we h3{
color: #000000;
}

.bnner_inner img {
    width: 100%;
    padding-top: 118px;
}
.busi-service-card-sm p {
  opacity: 0;
  transform: translateY(10px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: .4s cubic-bezier(0,0,.3642,1);
     text-align: left;
}
.busi-button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: #ff9800;
  color: #000;
  border-radius: 70px;
  padding: 0 15px 0 50px;
  height: 70px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .4s cubic-bezier(0,0,.3642,1);
}
.busi-button.busi-icon-button-sm {
  padding: 0;
  height: 40px;
}
.busi-service-card-sm:hover .busi-button {
  transform: scale(1);
  filter: grayscale(0);
  opacity: 1;
}
.busi-service-card-sm:hover p {
  opacity: 1;
  transform: translateY(0);
}

.busi-service-card-sm:hover .busi-button {
  transform: scale(1);
  filter: grayscale(0);
  opacity: 1;
}
.busi-button.busi-icon-button-sm svg {
  margin-left: 0;
  background-color: #ff9800;
}
.busi-button svg {
  margin-left: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #000;
  transition: .4s cubic-bezier(0,0,.3642,1);
}
.busi-service-card-sm .busi-button {
  transform: scale(.3);
  filter: grayscale(100%);
  opacity: .4;
}
.busi-up:hover {
  color: #6a6565 !important;
}

.pdf {
    border: 1px solid;
    padding: 6px 13px;
    border-radius: 21px;
    margin-top: 7px;
    float: left;
}

.busi-suptitle:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 10px;
  width: 600px;
  height: 1px;
  background-color: #fff;
  opacity: .2;
}
.busi-suptitle.busi-suptitle-right:before {
  left: calc(100% + 30px);
}

.services-box a {
    color: #464040;
}
.brand-btn-space {
  margin-right: 30px;
}
.brand-button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: #ff9800 !important;
  color: #000;
  border-radius: 70px;
  padding: 0 15px 0 50px;
  height: 70px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .4s cubic-bezier(0,0,.3642,1);
}
.brand-button span {
  white-space: nowrap;
}
.brand-button svg {
  margin-left: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #000;
  transition: .4s cubic-bezier(0,0,.3642,1);
}
.brand-button svg path {
  fill: #ff9800;
}

.brand-button:hover svg {
  transform: scale(1.25);
  filter: brightness(110%);
}

.abot_us h2 {
  padding-bottom: 35px;
}

.our_team{    font-size: 79px;
  color: black; font-weight: 100;}
  .our_team span{    font-weight: 700;}
.team-p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}
.img-fluid{width: 100%;}
.team-mb-90 {
  margin-bottom: 90px;
}
.team-mb-60 {
  margin-bottom: 60px;
}
.team-text blockquote, .team-text h1, .team-text h2, .team-text h3, .team-text h4, .team-text h5, .team-text h6, .team-text iframe, .team-text object, .team-text ol, .team-text p, .team-text table, .team-text ul {
  margin-bottom: 30px;
}

.team-button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: #ff9800;
  color: #000;
  border-radius: 70px;
  padding: 0 15px 0 50px;
  height: 70px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .4s cubic-bezier(0,0,.3642,1);
}

.team-button span {
  white-space: nowrap;
}
.team-button svg {
  margin-left: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #000;
  transition: .4s cubic-bezier(0,0,.3642,1);
}
.team-button svg path {
  fill: #ff9800;
}
.team-team-list {
  position: relative;
}
.team-team-list .team-lines-place {
  position: absolute;
  top: -120px;
  left: -22.5%;
}

.team-lines-place {
  opacity: 1;
  margin-top: 0;
  transition: .6s;
}
.team-main-transition .team-lines-place {
  opacity: 1;
  margin-top: 0;
  transition: .6s;
  transition-delay: .3s;
}
.team-lines-place .team-lines {
  opacity: .05;
  pointer-events: none;
}
.team-lines-place .team-lines .team-move {
  animation: move 10s linear infinite;
}
.team-team-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
}
.team-team-card:hover img {
  transform: scale(1);
}
.team-team-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: scale(1.05);
  transition: .4s cubic-bezier(0,0,.3642,1);
}
.team-team-card .team-description {
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  transition: .6s cubic-bezier(0,0,.3642,1);
}
.team-team-card:hover .team-description {
  opacity: 1;
  pointer-events: all;
}
.team-team-card .team-description .team-secrc-text {
  opacity: 0;
  transform: translateY(15px);
  transition: .4s cubic-bezier(0,0,.3642,1);
  transition-delay: 0s;
}
.team-team-card:hover .team-description .team-secrc-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .1s;
}
.team-link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.team-center {
    text-align: center;
}
.team-social-icons {
  padding: 0;
  margin: 0;
  display: flex;
}
.team-social-icons.team-center {
  justify-content: center;
}
.team-social-icons li {
  list-style-type: none;
  margin-right: 15px;
}
.team-social-icons li a {
  color: #fff;
  font-size: 18px;
  transition: .4s cubic-bezier(0,0,.3642,1);
}
.team-team-card .team-description .team-secrc-text a {
  color: #fff;
  transition: .2s cubic-bezier(0,0,.3642,1);
}
.team-lines-place .team-lines .team-move {
  animation: move 10s linear infinite;
}
.team-lines-place .team-lines line, .team-lines-place .team-lines path, .team-lines-place .team-lines rect {
  stroke: #000;
}
.team-mb-30 {
  margin-bottom: 30px;
}
.team-team-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
}

.team-lines-place .team-lines {
  opacity: .05;
  pointer-events: none;
}

.team-up {
  color: black;
  font-size: 37px;
}
.team-thin {
  font-weight: 100;
}

.team-muted {
  color: hsla(0, 0%, 100%, .9);
}
.team-light-soft {
  color: hsla(0, 0%, 100%, .4);
}
@keyframes move{
0% {
  transform: translateY(-75px);
}

50% {
  transform: translateY(75px);
}
100% {
  transform: translateY(-75px);
}
}
.testimonial{
  padding: 0 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: black;
  z-index: 1;
}
/* .testimonial:after{
  content: "";
  width: 150px;
  height: 107%;
  background: #ff9f3c;
  position: absolute;
  top: -20px;
  left: -60px;
  transform: matrix(1, 0, 0.5, 1, 150, 0);
  z-index: -1;
} */
.testimonial .pic{
  width: 160px;
  height: 160px;
 border-radius: 50%; 
  overflow: hidden;
  
  margin: 10px 25px 0 0;
  position: relative;
  border: 8px solid #dfe1e0;
  margin: 0 auto;
}
.testimonial .pic img{
  width: 100%;
  height: auto;
}
.testimonial .testimonial-content{
 
  float: right;
  padding: 30px 0;
}
.testimonial .testimonial-title{
  font-size: 19px;
  font-weight: 900;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.testimonial .description{
  font-size: 18px;
  line-height: 26px;
}
.owl-theme .owl-controls .owl-page span{
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #eb8d29
}
.owl-theme .owl-controls .owl-page:active span{
  color: #eb8d29;
  background: #fff;
}
.customer_say h2 {
  text-align: center;
  padding-bottom: 74px;
  font-size: 78px;
  color: black;
  font-weight: 700;
}
.customer_say_icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 20px auto 5px;
}
.customer_say_icon path {
  fill: #ff9800;
}
.testimonial .description {
  font-size: 23px;
  line-height: 33px;
  color: gray;
}

.card_area img{
  transition: transform 1s ease, opacity .5s ease .25s;
  border-radius: 10px;
  width: 100%;
 
}
.card_area {
  overflow: hidden;
  position: relative;
  transition: transform .65s cubic-bezier(.05,.2,.1,1), box-shadow .65s cubic-bezier(.05,.2,.1,1);
  border-radius: 10px;
}
.card_area:before {
  content: '';
  background: linear-gradient(180deg, rgba(15, 15, 15, 0), rgba(15, 15, 15, .75));
  width: 100%;
  height: 100%;
  position: absolute;
}
.port_content {
  position: absolute;
  bottom: 42px;
  left: 30px;
  z-index: 3;
  color: white;
  transition: transform 1s ease, opacity .5s ease .25s;
  padding-right: 30px;
}
.sub_h_de {
  font-size: 25px;
  font-weight: 700;
  color: white;
  
}

.sub_h_web {
  font-weight: 100;
  font-size: 26px;
  padding-top: 6px;

}
.sub_content {
  display: none;
      line-height: 22.5px;
      text-align: left;
  
}
.card_area:hover .sub_content {
  display: block;
  transition: transform .65s cubic-bezier(.05,.2,.1,1), box-shadow .65s cubic-bezier(.05,.2,.1,1);
  line-height: 18px;
 
    padding-top: 14px;
}


.card_area:hover img {
  transform: scale(1.1);

  
  
}
.web_project:hover .card_area:before {
  content: '';
  background: linear-gradient(180deg, transparent, #ffc000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2px;
  z-index: 1;
}

.project_detail h2 {
  text-align: center;
  padding-bottom: 74px;
  font-size: 78px;
  color: black;
  font-weight: 700;
}
.project_detail {
  padding-top: 120px;
  padding-bottom: 120px;
}

.title_h2{    font-size: 79px;
  color: black; font-weight: 100;}
  .title_h2 span{    font-weight: 700;}

  .cont_sub_hedig {
    font-weight: 400;
    font-size: 34px;
    color: #000;
    font-family: "Oswald", sans-serif;
    display: block;
    padding-top: 10px;
}
.map_area {
  padding-bottom: 0px;
 
}
.map_area iframe {
  border: 0;
  min-height: 610px;
}

.abot_us ul li {
    display: inline-block;
}

#who_we {
    background: #f2f2f2;
}

@media only screen and (max-width: 767px){
  .testimonial{
      text-align: center;
  }
  .testimonial .pic{
      float: none;
      margin: 20px auto 0;
  }
  .testimonial .testimonial-content{
      width: 100%;
      float: none;
      padding: 20px 0;
  }
  .testimonial .description{
      font-size: 14px;
  }

}
@media only screen and (max-width: 480px){
  .testimonial{ padding: 0 20px; }
  .testimonial .testimonial-title{
      font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.customer_say {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f2f2f2;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
 
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #eb8d29;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
  display: inline-block;
  margin-left : 0;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}
#header.header-scrolled .navbar a, .navbar a:focus {
  color: #232323;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100%;
  background: #ffffff;
 
 
  
  font-weight: 400;
  font-style: normal;
}

#hero .container {
  padding-top: 192px;
}


#hero h1 {
  margin: 0 0 10px 0;
 font-size: 39px;
    font-weight: 700;
    line-height: 39px;
  color: #0d0d0d;
  text-transform: uppercase;
  text-align:left;
}
#hero h2 {
    color: #525252;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 300;
}
#hero .btn-get-started {
  /* font-fabusiy: "Jost", sans-serif; */
  font-fabusiy: "Oswald", sans-serif !important;

  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #070505;
  background: #eb8d29;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.abot_us h2 {
  font-size: 59px;
  text-align: right;
  color: #0d0d0d;
  font-weight: 500;

}
.abot_us h2 span { color: #eb8d29; }

.abot_us{
  background: #f4f4f4;
  padding: 63px;
}
a.btn-learn-more {
  background: #eb8d29;
  padding: 13px 23px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-fabusiy: "Oswald", sans-serif;
  float: right;
  font-size: 21px;
}

 .btn-get-started {
  font-fabusiy: "Oswald", sans-serif !important;

  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #070505;
  background: #eb8d29;
}


.abot_us a {
  float: right;
}
#hero .animated {
 
    max-width: initial;
}

.mil-suptitle.mil-suptitle-right:before {
  left: calc(40% + -1059px);
}
.mil-suptitle:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 123px;
  width: 600px;
  height: 1px;
  background-color: #fff;
  opacity: .2;
}
@media (max-width: 991px) {
  #hero .animated {
 
    max-width: 100%;
}
  #hero {
    height: 100%;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
  #header .logo img {
    width: 81px;
}
#hero .container {
    padding-top: 0;
}
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #eb8d29;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #eb8d29;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
  padding-bottom: 60px;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #eb8d29;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-fabusiy: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #eb8d29;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #eb8d29;
}

.about .content .btn-learn-more:hover {
  background: #eb8d29;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 40px;

}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #000;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 17px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding:20px 100px 0 40px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
  color: #000;
}

.why-us .accordion-list span {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #eb8d29;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}
.why-us img {
    width: 100%;
}

.why-us .white_bg1 {background-color: white;}
.why-us {
  padding-top: 120px;
  background: black;
  padding-bottom: 120px;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-fabusiy: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #eb8d29;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-fabusiy: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #eb8d29;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #6b4317;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #eb8d29;
}




/*---------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq img {
  width: 100%;
}
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #37517e;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #37517e;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.faq .section-title {
  text-align: center;
  padding-bottom: 120px;
}
.faq .section-title img{width: 100%;}
.faq {
  padding: 120px 0;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
 
  background: #fff;
  width: 100%;
 
}
.info img {
  width: 100%;
}
.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}
.contact {
  padding-top: 120px;
}
.get_cont {
  font-weight: 400;
  font-size: 34px;
  color: #000;
  font-family: "Oswald", sans-serif;
}
.loct{padding-top: 70px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #161616;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #0d0d0d;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #e4e4e4;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-fabusiy: "Jost", sans-serif;
  color: #878787;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #e4e4e4;
  position: relative;
  padding-top: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #444444;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #eb8d29;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eb8d25;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e5c82f;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}


/* Inner-pages  */

.services-box {
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
 
}
.services-box i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #007bff;
}
.services-box h4 {
  margin: 10px 0;
}

.ylow{background-color: #000000;}

.rounded-boder {
border-radius: 10px;
position: relative;
top: 100px;
padding: 30px;
}

.head_title{ font-size:65px; text-align: left;  font-weight: 400; color: #000000;text-transform: uppercase;}
.head_title span{font-weight: 700;color: #eb8d29;}
.talk {
font-size: 43px;
font-weight: 900;
color: #eb8d29;
text-transform: uppercase;
}
.bg_blk{background-color: black !important; border: 0px; padding: 10px;      padding: 12px 34px;
    color: #fff;
    transition: 0.4s; border-radius: 50px; border:1px solid white; margin-top: 10px;}

.heading{font-size: 79px;color: #000000;  font-family: "Oswald", sans-serif; font-weight: 100;}
.heading span{font-weight: 700;}
.padd_botm{padding-top: 130px;}
.padd_top_botm{padding-bottom: 36px;padding-top: 6px;}
.mw_100 {width: 100%;}

.pos{overflow:visible; background-color: #ddd;}
.topad { padding-top: 145px;}

.cours_syll {
background-color: black;
color: white;
padding-top: 120px;
padding-bottom: 120px;
}
.bg-light {
padding-bottom: 0px !important;
}
section.cours_syll ul {
display: inline-block;
width: 45%;
text-align: left;
float: left;
justify-content: flex-start;
}
section.cours_syll ul li {
padding-top: 17px;
border-bottom: 1px solid #1e1e1e;
padding-bottom: 17px;
display:block;
}
.form-label {
margin-bottom: .5rem;
color: #918b8b;
}
.banner_inner {
background: url(../img/digtal_baner.html);
position: relative;
}
.banner_inner:after {
content: '';
width: 100%;
background: #fffffff2;
position: absolute;
top: 0px;
z-index: 0;
height: 100%;
}
.bner_z{
position: relative;
z-index: 9;
}
.services-box img {
width: 40px;
}
.bner_z input {
background: black;
border-radius: 10px;
border: 1px solid #484747;
height: 49px;
margin-bottom: 10px;
}
.lead {

color: black;
}
.head_w{color: white;}

.terms {
    padding-top: 190px;
}
#header.header-scrolled .logo img {
    width: 80px;
}

#header.header-scrolled {
   
    padding: 2px 0;
}

.leaders img {
    width: 300px;
    box-shadow: 21px 21px #eb8d25;
    border: 8px solid white;
}

.le_detail {
    padding-left: 44px;
}
.leaders h1 {
    text-align: center;
    padding-bottom: 60px;
    font-weight: 100;
    font-size: 50px;
}
.leaders_left img {
    width: 300px;
    box-shadow: -21px 21px #eb8d25;
    border: 8px solid white;
}
.le_detail_left ul li {
    display: inherit;
}
.le_detail_left {
    padding-right: 57px;
    text-align:right;
}
.leaders_left {
    padding-top: 6%;
    padding-bottom: 6%;
}

.what_we img {
    width: 100%;
}

.bnner_inner img {
    width: 100%;
}

@media(max-width:690px){
section.cours_syll ul {

width: 100%;
}
  
  .abot_us {
   
    padding: 10px !important;
}
.team-p-120-30 {
    padding-top: 20px;
}
.discover {
    padding-top: 0px;
}
.abot_us h2 {
    font-size: 30px;
}
.cont_sub_hedig {
    font-weight: 400;
    font-size: 22px;
}
.ideass h2 {
    font-size: 48px;
    
}

.top-margin {
    margin-top: 46px;
}
.ideass {
        padding-top: 50px;
}

.ideass h2 a {
    font-size: 22px;
}
.our_team {
    font-size: 58px;
}
.project_detail h2 {
        font-size: 58px;
}
.contact {
    padding-top: 60px;
}
.faq {
    padding: 60px 0;
}
.project_detail {
    padding-top: 60px;
    padding-bottom: 0px;
}
.web_project {
    padding-bottom: 40px;
}

.customer_say {
    padding-top: 60px;
    padding-bottom: 60px;
}
.tm {
    margin-bottom: 0px;
    padding-bottom:0px;
}
}

@media (max-width: 1380px) {

.head_title {
    font-size: 47px;
    
    }
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
    .head_title {
    font-size: 37px;
  }
  .talk {
    font-size: 35px;
  }
  .heading {
    font-size: 36px;
}
.topad {
    padding-top: 65px;
}
}
@media (max-width: 450px) {
.head_title{font-size:44px}

.customer_say h2{font-size: 44px;}
.title_h2 {font-size: 44px;}
}

