@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
}

:root {
    --black: #00000;
    --darkGrey: #69707A;
    --body: #f5f5f5;
}

body {
    font-family: Raleway;
    font-size: medium;
    line-height: 1.7;
    color: #06335C;
}

.navbar {
    color: #fff;
    background-color: #fff;
    font-weight: 600;
}

.navbar .nav-link {
    padding-left: 15px;
    font-weight: 400;
}

.navbar-nav .lang {
    font-weight: 600;
}

.navbar-brand img {
    height: 60px;
    margin-right: 30px;
}

@media all and (max-width: 1000px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
    }

    .ceo-text {
        text-align: center;
        margin-top: 7px;
        margin-bottom: 15px;
        padding: 0%;
    }
  
}

.container {
    width: 1000px;
}

.navbar-nav a {
    font-size: 14px;
    padding-left: 15px;
   
}

.navbar-nav .active {
    font-weight: 600;
    color: #06335C;
}

.navbar-nav a:hover {
    color: #fff;
    font-weight: 600;
}

/* Main block */
.hero-back {
    background-image: url('../images/bg-3.jpg');
    display: block;
    background-size: cover;
    position: relative;
    height: 550px;
    
}

.heading {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    margin-top: 150px;
    margin-bottom: 8px;
    min-height: 100px;
}

.heading-md {
    color: #fff;
    font-size: 1rem;
}


.hero .row {
    position: relative;
    padding-bottom: 50px;
}

.hero .text-block {
    margin-left: 30px;
}
/*  About us section */
.about-us-section {
    margin-top: 50px;
}

.about-us-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin: 40px 0;
}

.about-us-section p {
    text-align: center;
    font-size: medium;
}

.expertise-text-section {
    text-align: center;
    font-size: medium;
    padding-bottom: 30px;
}

.background-class-expertise {
    background-color: #f5f5f5;
}

.columns-text-expertise .col-6 {
    display: inline-block;
    padding: 15px;
}

.continued-expertise-text p {
    text-align: center;
    margin: 30px 0;
}

.advantages {
    background-color: #f5f5f5;
}

.expertise-text-section h3 {
    font-size: 40px;
    font-weight: 800;
    margin: 40px 0;
}

.advantages h6 {
    font-size: 40px;
    font-weight: 800;
    text-align: left;
}

.advantages p {
    text-align: left;
    font-size: 12px;
}

/* Achievements-section */

.achievements-section {
    background-color: #cfdff1;

}

.achievements-section h6 {
    font-size: 45px;
    font-weight: 800;
}

.px-5 .py-5 {
    margin: 0;
    padding: 0;
}

/* our team section */

.card-title .card-subtitle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 0%;
}

.card {
  margin-bottom: 20px;
}

.card-body ul li{
  display: inline-block;
}

.card-body ul li a {
  text-align: center;
}
.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.social-link:hover,
.social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}

.team-section p {
  text-align: center;
  font-size: medium;
  padding-bottom: 30px;
}

.team-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin: 40px 0;
}

.team-block ul {
    list-style-position: inside;
}

.team-section {
    margin-bottom: 30px;
}

.row {
    min-height: 200px;
    padding: 10px;
}

  
  @media screen and (max-width: 400px) {
     #one { 
      float: none;
      margin-right:0;
      width:auto;
      border:0; 
    }
  }

/* Direction section */

.direction {
    display: inline-block;
    margin: 15px 0;
}

.directions-sections {
    background-color: #f5f5f5;
    color: #06335C;
    padding-top: 20px;
    padding-bottom: 20px;
}

.direction h4 {
    font-size: 20px;
    font-weight: 600;
}

.directions-sections h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin: 20px 0;
}

.directions-sections h4 {
    text-align: center;
}

.direction ul {
    list-style-position: inside;
}
/* portfolio section */

.portfolio-section img {
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0;
}

.portfolio-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

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

.portfolio-section h4 {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Footer */
.footer {
  background-color: #06335C;
  color: #fff;
  text-align: center;
}

.footer .row {
    min-height: 150px;
    
}

.social .social-link {
    background-color: #fff;
    color: #000;
    border: 0;
}

.social .social-link:hover {
    background-color: #000;
    color: #fff;
}

.footer p {
    text-align: center;
}

.footer .social ul{
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.contact-block {
    display: inline-block;
    padding: auto;
    margin: auto;
}

.contact-block h5 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.links-block {
    display: inline-block;
    padding: auto;
    margin: auto;
}

#back-to-top {
  font-size: 18px !important;
  position: fixed;
  z-index: 9999;
  color: #000;
  cursor: pointer;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  }
  
  #back-to-top.show {
  opacity: 1;
  }

