@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
}
li {
  list-style: none;
}

a {
  text-decoration: none;
}
.header {
  border-bottom: 1px solid white;
}

.navbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  align-items: center;
  padding: 1rem 1.5rem;
  background: white;
  font-family: "Roboto Condensed", sans-serif;
}
.hamburger {
  display: none;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    background: white;
}
.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 100px;
}

.nav-item {
  margin-left: 5rem;
}

.nav-link {
  font-size: 1.6rem;
  font-weight: 400;
  color: black !important;
}
.nav-link:hover {
  opacity: 1;
}

.nav-link::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #031D44;

}

.nav-link-ltr::before {
  width: 0%;
    top: 60px;
  bottom: 1px;
}

.nav-link-ltr:hover::before {
  width: 50px;
}


.nav-logo {
  font-size: 2.1rem;
  font-weight: bold;
  color: black;
  margin-left: 150px;
}
.nav-logo:hover{
  color: black;
}

.row{
  display: flex;
  flex-wrap: wrap;
   justify-content: center;
  align-items: center;
}
.home_banner_area .banner_inner {
    width: 100%;
}

.home_left_img img {
    width: 95%;
    border-radius: 100%;
    border: 2px solid black;
  margin-top: 15px;
}

.home_banner_area .banner_inner .col-lg-6 {
    vertical-align: middle;
    align-self: center;
}

.home_banner_area .banner_inner .home_left_img {
    padding-top: 162px;
}
.banner_content{
    font-family: "Roboto Condensed", sans-serif;
  
}
.banner_content h3 {
    padding-left: 10px;
  font-size: 28px
}
.banner_content h4 {
    margin-bottom: 5px;
  font-size: 18px;
    font-weight: bold;
}
.home_banner_area .banner_inner .banner_content h2 {
    margin-top: 0px;
    font-size: 48px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home_banner_area .banner_inner .banner_content p {
    color: black;
    font-family: "Roboto", sans-serif;
    max-width: 680px;
    font-size: 14px;
    line-height: 26px;
    margin: 0px auto 45px;
}
.banner_content{
  margin-top: 25%;
  margin-left: 20px;
}
ul.contact-social {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: -40px;
    margin-bottom: 20px;
 
}
ul.contact-social {
  border: 1px solid black;
    padding: 20px;
    border-radius: 10px;
  box-shadow: 5px 10px;
}

.home_banner_area .banner_inner .col-lg-6 {
    vertical-align: middle;
    align-self: center;
}
ul.contact-social li {
    font-size: 14px;
    font-weight: bold;
    color: black;
}
ul.contact-social svg {
    width: 30px;
    margin-right: 0px;
}
ul.contact-social li span {
    background: #fff;
    padding: 10px;
}

.banner_btn{
  padding: 0px 42px;
    line-height: 50px;
    background: #05263B;
    background-size: 200% auto;
    color: #fff;
    display: inline-block;
    border-radius: 5px;

font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    transition: all 300ms linear 0s;
   border: 2px solid black;
}

.banner_btn:hover{
  background: black;
  color: white;
font-family: "Roboto Condensed", sans-serif;
 
}


.p_120 {
    padding-top: 120px;
    padding-bottom: 80px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.welcome_text {
    margin-bottom: 70px;
}
.welcome_text h4 {
    color: #222222;
font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
  font-weight: bold;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.welcome_text p {
    max-width: 495px;
    line-height: 24px;
  font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    margin-bottom: 40px;
}
.tools_expert h3 {
font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
    color: #222222;
    font-size: 21px;
    text-transform: uppercase;
}
.tools_expert {
    box-shadow: 0px 8px 30px 0px rgb(153 153 153 / 10%);
    padding: 50px 35px;
}
.tools_expert .skill_main .skill_item h4 {
   text-align: center;
   font-size: 14px;
font-family: "Roboto Condensed", sans-serif;
   font-weight: bold;
   color: black;
    margin-bottom: 10px;
  margin-top: 10px;
}
.skill_item h4 {
    text-align: center;
    padding-left: 5px;
  margin-top: 5px;
    margin-bottom: 2px;
}

.progress-bar{
 background-color: #05263B;
  font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}
.welcome_text {
    box-shadow: 0px 8px 30px 0px rgb(153 153 153 / 10%);
    padding: 50px 35px;
}

.main_title h2 {
font-family: "Roboto Condensed", sans-serif;
    font-size: 36px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
text-align: center;
}

.main_title p {
    font-size: 16px;
   font-family: "Roboto Condensed", sans-serif;
    line-height: 26px;
    color: #777777;
    margin-bottom: 0px;
    max-width: 570px;
    margin: auto;
  text-align: center;
}

.feature_item h4 {
    color: #222222;
    font-size: 21px;
font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.feature_item {
    text-align: center;
    border-radius: 10px;
    transition: all 300ms linear 0s;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid black;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 10px;
}
.feature_item p{
  font-family: "Roboto Condensed", sans-serif;
}

.feature_item svg{

  width: 65px;
  margin-bottom: 20px;
  color: #05263B;
}
.main_title{
    display: block;
    position: relative;
    bottom: 86px;
}

footer{
  background: #05263B;
  height: 100px;
  display: flex;
  justify-content: center;
  color: white;
  align-items: end;
  font-size: 15px;
font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;

}

.Copy-right{
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: bold;
   border: 2px solid white;
  border-radius: 5px;
  padding: 5px 5px;
}
@media only screen and (max-width: 957px) {
  .nav-logo{
margin: auto;
 
  }
}
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #fdfdff;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-menu {
    position: fixed;
    left: 100%;
    top: 70px;
    flex-direction: column;
    background-color: #fdfdff;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    z-index: 999;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-item {
    margin: 1rem 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    background: black;
    padding: 5px 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 10px;
  }
  .hamburger:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

 
}

  .main {
    margin-top: 50px;
  }
  
  .banner_content{
    display: inline-block;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: 50px;
    line-height: 30px;
   text-align: center;
    margin-top: 0;
  }
  .nav-link-ltr::before{
    display: none;
  }
  .nav-link:hover{
    font-weight: bold;
  }
  .contact-social{
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-wrap: wrap;
  }
  .row{
    margin-top: -15%;
  }
  .welcome_text{
    margin-bottom: 20px;
  }
  .nav-logo{
    margin: 0px;
  }
}


