@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
/****************************
mixins
****************************/
/****************************
basic
****************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #fff;
  line-height: 1.5;
  max-width: 1600px;
  margin: 0 auto;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
}

.closeBtn .line1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.closeBtn .line2 {
  opacity: 0;
}

.closeBtn .line3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

.btn {
  cursor: pointer;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  padding: 15px 45px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 400px) and (max-width: 766px) {
  .btn {
    padding: 15px 35px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .btn {
    padding: 15px 35px;
  }
}
.btn-blue {
  background-color: #0A3BD9;
  border: 1px solid #0A3BD9;
  transition: all 0.3s ease;
}
.btn-blue:hover {
  background-color: #fff;
  color: #0A3BD9;
  border: 1px solid #fff;
}
.btn-black {
  background-color: #000;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
.btn-black:hover {
  background-color: #fff;
  color: #0A3BD9;
  border: 1px solid #fff;
}

.headings, .news h4, .capabilities article div:last-child h4, .capabilities article div:first-child h4, .slider article:first-child h4, .progressAcordian article:first-child h4, .about article div:first-child h4 {
  font-size: 16px;
  line-height: 30px;
  color: #17161a;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.bigHeadings, .news h3, .capabilities article div:last-child h3, .capabilities article div:first-child h3, .slider article:first-child h3, .progressAcordian article:first-child h3, .about article div:first-child h3 {
  font-size: 48px;
  color: #17161a;
  font-weight: 900;
  font-family: "Playfair Display", serif;
}
@media (max-width: 767px) {
  .bigHeadings, .news h3, .capabilities article div:last-child h3, .capabilities article div:first-child h3, .slider article:first-child h3, .progressAcordian article:first-child h3, .about article div:first-child h3 {
    font-size: 32px;
  }
}
@media (min-width: 400px) and (max-width: 766px) {
  .bigHeadings, .news h3, .capabilities article div:last-child h3, .capabilities article div:first-child h3, .slider article:first-child h3, .progressAcordian article:first-child h3, .about article div:first-child h3 {
    font-size: 25px;
  }
}
@media (min-width: 300px) and (max-width: 399px) {
  .bigHeadings, .news h3, .capabilities article div:last-child h3, .capabilities article div:first-child h3, .slider article:first-child h3, .progressAcordian article:first-child h3, .about article div:first-child h3 {
    font-size: 22px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .bigHeadings, .news h3, .capabilities article div:last-child h3, .capabilities article div:first-child h3, .slider article:first-child h3, .progressAcordian article:first-child h3, .about article div:first-child h3 {
    font-size: 30px;
  }
}

/****************************
header 
****************************/
#mainHeader {
  min-height: 85vh;
  background: linear-gradient(to right, black 10%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.9) 90%), url(/img/hand3.jpg);
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (min-width: 400px) and (max-width: 566px) {
  #mainHeader {
    min-height: 65vh;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  #mainHeader {
    padding: 25px;
  }
}
#mainHeader nav {
  min-height: 10vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#mainHeader nav .logo {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  #mainHeader nav .logo {
    padding-left: 25px;
  }
}
#mainHeader nav .logo a {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 40px;
  display: inline-block;
}
#mainHeader nav .logo a:hover {
  transform: scale(1.1);
}
#mainHeader nav ul {
  position: absolute;
  top: 10vh;
  right: 15px;
  min-height: 40vh;
  width: 30%;
  background-color: rgba(10, 59, 217, 0.9);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border: 2px solid #0A3BD9;
  border-radius: 10px;
  display: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #mainHeader nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 40%;
    display: none;
  }
}
@media (min-width: 400px) and (max-width: 566px) {
  #mainHeader nav ul {
    min-height: 30vh;
  }
}
#mainHeader nav ul.active {
  display: block;
}
#mainHeader nav ul li {
  margin-top: 35px;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  #mainHeader nav ul li {
    margin-top: 10px;
  }
}
#mainHeader nav ul li a {
  color: #fff;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#mainHeader nav ul li:hover {
  background-color: #fff;
}
#mainHeader nav ul li:hover a {
  color: #0A3BD9;
}
#mainHeader nav .burger {
  cursor: pointer;
  padding: 0 15px;
}
#mainHeader nav .burger div {
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: #fff;
}
#mainHeader hgroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 66vh;
}
#mainHeader hgroup .wrapper {
  width: 30%;
}
@media (max-width: 767px) {
  #mainHeader hgroup .wrapper {
    width: 80%;
    margin: 20px auto;
    padding-left: 15px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  #mainHeader hgroup .wrapper {
    width: 50%;
  }
}
#mainHeader hgroup .wrapper h1 {
  font-size: 4rem;
  line-height: 75px;
  padding-bottom: 15px;
}
@media (min-width: 400px) and (max-width: 566px) {
  #mainHeader hgroup .wrapper h1 {
    font-size: 3rem;
  }
}
@media (min-width: 300px) and (max-width: 399px) {
  #mainHeader hgroup .wrapper h1 {
    font-size: 2.5rem;
  }
}
#mainHeader hgroup .wrapper p {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/****************************
about us
****************************/
.about {
  padding-top: 90px;
  padding-bottom: 110px;
  background-color: #272626;
  color: #fff;
}
@media (max-width: 767px) {
  .about {
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  .about {
    padding: 25px;
  }
}
.about article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (min-width: 768px) and (max-width: 1192px) {
  .about article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.about article div:first-child {
  flex: 0 0 35%;
}
@media (max-width: 767px) {
  .about article div:first-child {
    flex: 0 0 80%;
    margin: 20px auto;
  }
}
.about article div:first-child h4 {
  color: #fff;
}
.about article div:first-child h3 {
  color: #fff;
}
.about article div:last-child {
  flex: 0 0 52%;
}
@media (max-width: 767px) {
  .about article div:last-child {
    flex: 0 0 80%;
    margin: 20px auto;
  }
}
.about article div:last-child p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}
.about article div:last-child .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.about article div:last-child .row div {
  flex: 0 0 48%;
  margin-bottom: 30px;
}
@media (min-width: 400px) and (max-width: 566px) {
  .about article div:last-child .row div {
    margin: 10px auto;
  }
}
@media (min-width: 300px) and (max-width: 399px) {
  .about article div:last-child .row div {
    margin: 10px auto;
  }
}
.about article div:last-child .row div img {
  object-fit: cover;
  width: 61px;
  height: 61px;
  margin: 20px 0 10px 0;
}
.about article div:last-child .row div h5 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Playfair Display", serif;
  padding-bottom: 10px;
}
.about article div:last-child .row div p {
  font-size: 14px;
  line-height: 30px;
  font-family: "Raleway", sans-serif;
  color: #b2b2b2;
}
.about article div:last-child .row div:nth-of-type(3) {
  margin-bottom: 0%;
}
.about article div:last-child .row div:nth-of-type(4) {
  margin-bottom: 0%;
}

/****************************
progressAcordian
****************************/
.progressAcordian {
  padding-top: 110px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (min-width: 400px) and (max-width: 766px) {
  .progressAcordian {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  .progressAcordian {
    padding: 25px;
  }
}
.progressAcordian article {
  flex: 0 0 48%;
}
@media (max-width: 767px) {
  .progressAcordian article {
    flex: 0 0 100%;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
  }
}
.progressAcordian article:first-child h3 {
  padding-bottom: 50px;
}
.progressAcordian article:first-child p {
  font-size: 16px;
  line-height: 30px;
  color: #232025;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
.progressAcordian article:first-child .progressBar {
  background-color: #F2F2F2;
  height: 4px;
  border-radius: 10px;
  width: 90%;
}
.progressAcordian article:first-child .progressBar .progress {
  background-color: #0A3BD9;
  height: 100%;
  width: 0;
  transition: width linear 3s;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
}
.progressAcordian article:last-child .acordian .acordian-wrapper {
  margin: 20px;
}
.progressAcordian article:last-child .acordian .acordian-wrapper.active .content {
  height: 100px;
}
.progressAcordian article:last-child .acordian .acordian-wrapper.active .label::before {
  content: "-";
}
.progressAcordian article:last-child .acordian .acordian-wrapper .label {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}
.progressAcordian article:last-child .acordian .acordian-wrapper .label::before {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .progressAcordian article:last-child .acordian .acordian-wrapper .label::before {
    left: 40px;
  }
}
@media (min-width: 400px) and (max-width: 766px) {
  .progressAcordian article:last-child .acordian .acordian-wrapper .label::before {
    left: 10px;
  }
}
@media (min-width: 300px) and (max-width: 399px) {
  .progressAcordian article:last-child .acordian .acordian-wrapper .label::before {
    left: 2px;
  }
}
.progressAcordian article:last-child .acordian .acordian-wrapper .content {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  overflow-y: auto;
}

/****************************
images
****************************/
.images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-bottom: 110px;
  padding-top: 110px;
}
@media (max-width: 767px) {
  .images {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 300px) and (max-width: 399px) {
  .images {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.images article {
  height: 450px;
}
@media (min-width: 300px) and (max-width: 399px) {
  .images article {
    height: 300px;
  }
}
.images article img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 300px) and (max-width: 399px) {
  .images article img {
    width: 80%;
    height: 80%;
    margin: auto;
  }
}
.images article:first-child {
  flex: 0 0 60%;
}
@media (max-width: 767px) {
  .images article:first-child {
    flex: 0 0 80%;
    margin: 20px auto;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  .images article:first-child {
    flex: 0 0 58%;
    margin: auto;
    padding-right: 0px;
  }
}
.images article:nth-of-type(2) {
  flex: 0 0 35%;
  padding-right: 215px;
}
@media (max-width: 767px) {
  .images article:nth-of-type(2) {
    flex: 0 0 80%;
    margin: auto;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  .images article:nth-of-type(2) {
    flex: 0 0 40%;
    margin: auto;
    padding-right: 0px;
  }
}

/****************************
projects
****************************/
.projects {
  padding-bottom: 110px;
  color: #000;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 767px) {
  .projects {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  .projects {
    padding: 30px;
  }
}
.projects .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .projects .row {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  .projects .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
}
.projects .row article .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media (min-width: 400px) and (max-width: 766px) {
  .projects .row article .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 300px) and (max-width: 399px) {
  .projects .row article .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
.projects .row article .wrapper .cubes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex: 0 0 7%;
}
@media (min-width: 300px) and (max-width: 399px) {
  .projects .row article .wrapper .cubes {
    flex: 0 0 10%;
    text-align: center;
    margin-left: 40px;
  }
}
.projects .row article .wrapper .cubes .cube {
  flex: 0 0 44%;
  width: 4px;
  height: 12px;
  background-color: #0A3BD9;
  margin-bottom: 3px;
  border-radius: 2px;
}
@media (min-width: 300px) and (max-width: 399px) {
  .projects .row article .wrapper .number {
    flex: 0 0 10%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
}
.projects .row article .wrapper .number span {
  font-size: 48px;
  margin-left: 10px;
}
.projects .row article h5 {
  font-size: 18px;
  padding-bottom: 30px;
}
.projects .row article p {
  font-size: 16px;
  line-height: 36px;
  color: #232025;
  font-weight: 400;
}
.projects .row article:nth-of-type(1) {
  flex: 0 0 35%;
}
@media (max-width: 767px) {
  .projects .row article:nth-of-type(1) {
    flex: 0 0 48%;
  }
}
@media (min-width: 400px) and (max-width: 766px) {
  .projects .row article:nth-of-type(1) {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (min-width: 300px) and (max-width: 399px) {
  .projects .row article:nth-of-type(1) {
    flex: 0 0 100%;
    margin: auto;
    text-align: center;
  }
}
.projects .row article:nth-of-type(2) {
  flex: 0 0 50%;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .projects .row article:nth-of-type(2) {
    flex: 0 0 48%;
    padding-right: 0px;
  }
}
@media (min-width: 400px) and (max-width: 766px) {
  .projects .row article:nth-of-type(2) {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (min-width: 300px) and (max-width: 399px) {
  .projects .row article:nth-of-type(2) {
    flex: 0 0 100%;
    margin: auto;
    text-align: center;
  }
}

/****************************
slider
****************************/
.slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.slider article {
  flex: 0 0 50%;
  min-height: 693px;
  overflow: hidden;
}
.slider article:first-child {
  background-color: #F2F2F2;
  padding-left: 210px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .slider article:first-child {
    flex: 0 0 100%;
    padding-left: 30px;
    margin: 20px auto;
    min-height: 593px;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  .slider article:first-child {
    flex: 0 0 100%;
    margin: auto;
    padding-left: 30px;
    min-height: 633px;
  }
}
.slider article:first-child h3 {
  padding-bottom: 15px;
  line-height: 60px;
}
.slider article:first-child .owl-carousel {
  position: relative;
}
.slider article:first-child .owl-carousel .owl-prev {
  color: #000;
  position: absolute;
  bottom: 5%;
  right: 15%;
  font-size: 1rem;
}
.slider article:first-child .owl-carousel .owl-next {
  color: #000;
  position: absolute;
  bottom: 5%;
  right: 10%;
  font-size: 1rem;
}
.slider article:first-child .owl-carousel .item img {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  object-fit: cover;
}
.slider article:first-child .owl-carousel .item p {
  font-size: 16px;
  line-height: 24px;
  color: #232025;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  padding: 20px 0 30px 0;
}
.slider article:first-child .owl-carousel .item h4 {
  font-size: 18px;
  line-height: 24px;
  color: #232025;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: lowercase;
}
.slider article:first-child .owl-carousel .item h4 span {
  font-size: 18px;
  line-height: 24px;
  color: #232025;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.slider article:first-child .owl-carousel .item h4::first-letter {
  text-transform: capitalize;
}
.slider article:first-child .owl-carousel .item span {
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  color: #232025;
}
.slider article:first-child .owl-carousel .item div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.slider article:first-child .owl-carousel .item div .line {
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #000;
  margin: 0 10px;
}
.slider article:last-child {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 34%, rgba(0, 0, 0, 0.432), rgba(0, 0, 0, 0.9) 72%), url(/img/phone.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .slider article:last-child {
    flex: 0 0 80%;
    margin: 20px auto;
    height: 50vh;
  }
}
@media (min-width: 400px) and (max-width: 766px) {
  .slider article:last-child {
    display: none;
  }
}
@media (min-width: 300px) and (max-width: 399px) {
  .slider article:last-child {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  .slider article:last-child {
    display: none;
  }
}

/****************************
capabilities
****************************/
.capabilities {
  color: #fff;
  background-color: #272626;
}
.capabilities article {
  min-height: 60vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.capabilities article div:first-child {
  flex: 0 0 35%;
  padding-left: 215px;
}
@media (max-width: 767px) {
  .capabilities article div:first-child {
    flex: 0 0 100%;
    margin: 20px auto;
    padding-left: 15px;
    text-align: center;
  }
}
@media (min-width: 400px) and (max-width: 566px) {
  .capabilities article div:first-child {
    margin: 10px auto;
    padding-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  .capabilities article div:first-child {
    margin: 10px auto;
    padding-left: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.capabilities article div:first-child h4 {
  color: #fff;
}
.capabilities article div:first-child h3 {
  color: #fff;
}
.capabilities article div:last-child {
  flex: 0 0 48%;
  background: linear-gradient(rgba(10, 59, 217, 0.99) 21%, rgba(10, 59, 217, 0.88) 69%, rgba(10, 59, 217, 0.99) 79%), url(/img/lap.jpg);
  background-position: center;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 200px 0 50px;
}
@media (max-width: 767px) {
  .capabilities article div:last-child {
    flex: 0 0 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px 0 10px;
    text-align: center;
  }
}
@media (min-width: 400px) and (max-width: 766px) {
  .capabilities article div:last-child {
    min-height: 40vh;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  .capabilities article div:last-child {
    padding: 0 20px 0 20px;
  }
}
.capabilities article div:last-child h4 {
  color: #fff;
}
.capabilities article div:last-child h3 {
  color: #fff;
}

/****************************
news
****************************/
.news {
  background-color: #fff;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .news {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  .news {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.news h3 {
  padding-bottom: 40px;
}
.news article {
  font-family: "Raleway", sans-serif;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .news article {
    padding: 30px;
  }
}
.news article .wrapper {
  background-color: #F2F2F2;
  padding: 30px;
  flex: 0 0 32%;
}
@media (max-width: 767px) {
  .news article .wrapper {
    flex: 0 0 80%;
    margin: 0 auto 20px auto;
  }
}
.news article .wrapper .news-header {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.news article .wrapper .news-header .news-img {
  margin-right: 15px;
}
.news article .wrapper .news-header .news-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.news article .wrapper .news-header .news-post {
  flex: 0 0 68%;
}
.news article .wrapper .news-header .news-post p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.news article .wrapper small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.news article .wrapper .news-text {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  padding: 20px 0 45px 0;
}
.news article .wrapper a {
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  color: #17161a;
  font-weight: 600;
  transition: all 0.3s ease;
}
.news article .wrapper a i {
  transition: all 0.3s ease;
  transform: translateX(0);
}
.news article .wrapper a:hover i {
  transform: translateX(10px);
}

/****************************
footer
****************************/
footer {
  background-color: #17161A;
  color: #fff;
  text-align: left;
  padding-bottom: 110px;
  padding-top: 110px;
}
@media (min-width: 400px) and (max-width: 766px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
footer .row article:first-child {
  flex: 0 0 49%;
}
@media (max-width: 767px) {
  footer .row article:first-child {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  footer .row article:first-child {
    padding-left: 25px;
  }
}
footer .row article:first-child h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
footer .row article:first-child h2 {
  font-size: 47px;
  font-family: "Playfair Display", serif;
}
@media (min-width: 400px) and (max-width: 766px) {
  footer .row article:first-child h2 {
    font-size: 28px;
  }
}
@media (min-width: 300px) and (max-width: 399px) {
  footer .row article:first-child h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
footer .row article:last-child {
  flex: 0 0 48%;
}
@media (max-width: 767px) {
  footer .row article:last-child {
    flex: 0 0 100%;
    text-align: center;
  }
}
footer .row article:last-child p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 400px) and (max-width: 766px) {
  footer .row article:last-child p {
    margin-top: 15px;
  }
}

/****************************
bootomBar
****************************/
.bottomBar {
  background-color: #232025;
  color: #fff;
  padding: 10px 0;
}
.bottomBar article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .bottomBar article {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.bottomBar article ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .bottomBar article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
.bottomBar article ul li {
  margin-left: 15px;
}
.bottomBar article ul li a {
  color: #fff;
  transition: all 0.3s ease;
  font-size: 18px;
  display: inline-block;
}
.bottomBar article ul li a:hover {
  transform: rotate(180deg);
}
.bottomBar article .footerLogo {
  font-size: 30px;
  letter-spacing: 6px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .bottomBar article .footerLogo {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.bottomBar article .footerLogo a {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
}
.bottomBar article .footerLogo a:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .bottomBar article .copyright {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1192px) {
  .bottomBar article .copyright {
    margin-right: 15px;
  }
}
.bottomBar article .copyright p {
  font-size: 18px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

/*# sourceMappingURL=style.css.map */
