@font-face {
    src: url(../fonts/Roboto-Regular.ttf);
    font-family: roboto;
}
*:not(i){
    font-family: roboto !important;
}
#header {
  position: fixed;
  top: 0%;
  background-color: #fff;
  z-index: 10;
  width: 100%;
}
#header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-container .header-left .header-logo {
  width: 200px;
  height: 100px;
}
#header .header-container .header-left .header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header-container .header-right .nav-bar ul {
  display: flex;
}
#header .header-container .header-right .nav-bar ul li {
  margin-right: 50px;
}
#header .header-container .header-right .nav-bar ul li a {
  color: #253C71;
  font-weight: 600;
}
#header .header-container .header-right .nav-bar ul li:last-child {
  margin-right: 0px;
}
#header .header-container .header-right .nav-bar.active-nav-bar {
  display: block;
}

@media (min-width: 276px) and (max-width: 576px) {
  #header .header-container {
    display: flex;
    justify-content: space-between;
  }
  #header .header-container .header-left .header-logo {
    width: 100px;
    height: 100px;
  }
  #header .header-container .header-left .header-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #header .header-container .header-right {
    position: relative;
  }
  #header .header-container .header-right .nav-bar {
    display: none;
  }
  #header .header-container .header-right .nav-bar ul {
    z-index: 10;
    position: absolute;
    display: block;
    top: 58px;
    width:100vw;
    right:-12px;
    background-color: #fff;
  }
  #header .header-container .header-right .nav-bar ul li {
    padding: 0px 50px 0px 20px;
    margin-bottom: 15px;
  }
  #header .header-container .header-right .nav-bar ul li a {
    font-weight: 400;
    font-size: 15px;
  }
  #header .header-container .header-right .header-bar {
    cursor: pointer;
  }
  #header .header-container .header-right .header-bar .icon-2 {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 769px) {
  #header .header-container {
    display: flex;
    justify-content: space-between;
  }
  #header .header-container .header-left .header-logo {
    width: 150px;
    height: 100px;
  }
  #header .header-container .header-left .header-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #header .header-container .header-right {
    position: relative;
  }
  #header .header-container .header-right .nav-bar {
    display: none;
  }
  #header .header-container .header-right .nav-bar ul {
    z-index: 10;
    position: absolute;
    display: block;
    top: 58px;
    width:80vw;
    right:-36px;
    background-color: #fff;
  }
  #header .header-container .header-right .nav-bar ul li {
    padding: 0px 50px 0px 20px;
    margin-bottom: 15px;
  }
  #header .header-container .header-right .nav-bar ul li a {
    font-weight: 400;
    font-size: 15px;
  }
  #header .header-container .header-right .header-bar .icon-2 {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 769px) {
  #header .header-container .header-right .nav-bar ul {
  }
}
@media (min-width: 769px) {
  .header-bar {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #header .header-container .header-left .header-logo {
    width: 150px;
  }
  #header .header-container .header-right .nav-bar {
    display: block;
  }
  #header .header-container .header-right .nav-bar ul li {
    margin-right: 10px;
  }
  #header .header-container .header-right .nav-bar ul li a {
    font-size: 12px;
    font-weight: 600;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  #header .header-container .header-right .nav-bar ul li {
    margin-right: 20px;
  }
  #header .header-container .header-right .nav-bar ul li a {
    font-weight: 600;
  }
  #header .header-container .header-right .header-bar {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  #header .header-container .header-right .nav-bar ul li {
    margin-right: 20px;
  }
  #header .header-container .header-right .nav-bar ul li a {
    font-weight: 600;
  }
  #header .header-container .header-right .header-bar {
    display: none;
  }
}
#slider {
  margin-top: 100px;
}
#slider .swiper {
  width: 100%;
  height: 100%;
}
#slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slider .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  border-radius: 5px;
}
#slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
#slider .slider-box {
  position: relative;
  width: 100%;
}
#slider .slider-box .slider-img {
  width: 100%;
  height: 650px;
}
#slider .slider-box .slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}
#slider .slider-box .slider-text {
  position: absolute;
  top: 30%;
  left: 5%;
  width: 50%;
  z-index: 10;
}
#slider .slider-box .slider-text h2 {
  text-align: right;
  font-size: 90px;
  font-weight: 300;
  color: #fff;
}
#slider .slider-box .slider-text .slider-text-btn {
  display: flex;
  justify-content: end;
  align-items: center;
}
#slider .slider-box .slider-text .slider-text-btn span {
  color: #fff;
}
#slider .slider-box .slider-text .slider-text-btn a {
  margin-left: 100px;
}
#slider .slider-box .slider-text .slider-text-btn a .arrow {
  width: 100px;
  height: auto;
}
#slider .slider-box .slider-text .slider-text-btn a .arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#about-us {
  margin-top: 150px;
}
#about-us .about-us-left .about-us-left-head h2 {
  color: #253C71;
  font-weight: 300;
  font-size: 58px;
}
#about-us .about-us-left .about-us-left-text {
  display: flex;
  justify-content: start;
}
#about-us .about-us-left .about-us-left-text p {
  font-size: 16px;
}
#about-us .about-us-right {
  position: relative;
  display: flex;
  justify-content: end;
  padding-right: 50px;
}
#about-us .about-us-right .about-us-right-img {
  width: 70%;
  height: 450px;
}
#about-us .about-us-right .about-us-right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-us .about-us-right .about-us-background {
  position: absolute;
  top: -40px;
  left: 35%;
  width: 65%;
  height: 100%;
  background-color: #253C71;
  z-index: -1;
}

#our-job {
  margin-top: 100px;
}
#our-job .our-job-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#our-job .our-job-head .our-job-head-left h2 {
  color: #253C71;
  font-weight: 300;
  font-size: 58px;
}
#our-job .our-job-head .our-job-head-right {
  display: flex;
}
#our-job .our-job-head .our-job-head-right .our-job-next {
  margin-left: 20px;
}
#our-job .our-job-head .our-job-head-right .our-job-next .our-job-next-img {
  width: 50px;
  height: auto;
}
#our-job .our-job-head .our-job-head-right .our-job-next .our-job-next-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#our-job .our-job-head .our-job-head-right .our-job-prev .our-job-prev-img {
  width: 50px;
  height: auto;
}
#our-job .our-job-head .our-job-head-right .our-job-prev .our-job-prev-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#our-job .our-job-container {
  margin-top: 50px;
}
#our-job .our-job-container .swiper {
  width: 100%;
  height: 100%;
}
#our-job .our-job-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 600px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#our-job .our-job-container .our-job-box {
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#our-job .our-job-container .our-job-box .our-job-box-head {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%), url(.jpg);
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
}
#our-job .our-job-container .our-job-box .our-job-box-head h3 {
  position: absolute;
  top: 30%;
  left: 15%;
  color: #fff;
  font-size: 50px;
  font-weight:700;
}
#our-job .our-job-container .our-job-box .our-job-box-pragraph {
  position: absolute;
  top: 40%;
  left: 15%;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
#our-job .our-job-container .our-job-box .our-job-box-pragraph p {
  width: 60%;
  text-align: justify;
  color: #fff;
  font-size: 14px;
}

#works {
  margin-top: 100px;
}
#works .works-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#works .works-head .works-head-left h2 {
  color: #253C71;
  font-weight: 300;
  font-size: 58px;
}
#works .works-head .works-head-right {
  display: flex;
}
#works .works-head .works-head-right .works-next {
  margin-left: 20px;
}
#works .works-head .works-head-right .works-next .works-next-img {
  width: 50px;
  height: auto;
}
#works .works-head .works-head-right .works-next .works-next-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works-head .works-head-right .works-prev .works-prev-img {
  width: 50px;
  height: auto;
}
#works .works-head .works-head-right .works-prev .works-prev-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .swiper {
  width: 100%;
  height: 100%;
}
#works .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 400px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#works .works-box {
  position: relative;
}
#works .works-box .works-img {
  width: 100%;
  height: 270px;
}
#works .works-box .works-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*filter: brightness(0.6);*/
}
#works .works-box .works-header {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), url(.jpg);
}
#works .works-box .works-header h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
#products {
  margin-top: 100px;
}
#products .products-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#products .products-head .products-head-left h2 {
  color: #253C71;
  font-weight: 300;
  font-size: 58px;
}
#products .products-head .products-head-right {
  display: flex;
}
#products .products-head .products-head-right .products-next {
  margin-left: 20px;
}
#products .products-head .products-head-right .products-next .products-next-img {
  width: 50px;
  height: auto;
}
#products .products-head .products-head-right .products-next .products-next-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#products .products-head .products-head-right .products-prev .products-prev-img {
  width: 50px;
  height: auto;
}
#products .products-head .products-head-right .products-prev .products-prev-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#products .swiper {
  width: 100%;
  height: 100%;
}
#products .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 422px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#products .products-box {
  position: relative;
}

#products .products-box {
    width:100%;
    height:100%;
}

#products .products-box .products-img {
  /*width: 300px;*/
  height: auto;
}
#products .products-box .products-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s ease;
}
#products .products-box .products-box-text{
    margin-top:10px;
}
#products .products-box .products-box-text h3{
    font-size:18px;
}
#projects {
  margin-top: 100px;
}
#projects .projects-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#projects .projects-head .projects-head-left h2 {
  color: #253C71;
  font-weight: 300;
  font-size: 58px;
}
#projects .projects-head .projects-head-right {
  display: flex;
}
#projects .projects-head .projects-head-right .projects-next {
  margin-left: 20px;
}
#projects .projects-head .projects-head-right .projects-next .projects-next-img {
  width: 50px;
  height: auto;
}
#projects .projects-head .projects-head-right .projects-next .projects-next-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#projects .projects-head .projects-head-right .projects-prev .projects-prev-img {
  width: 50px;
  height: auto;
}
#projects .projects-head .projects-head-right .projects-prev .projects-prev-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#projects .swiper {
  width: 100%;
  height: 100%;
}
#projects .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 422px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#projects .projects-box {
  position: relative;
}
#projects .projects-box {
    width:100%;
    height:100%;
}
#projects .projects-box .projects-img {
  /*width: 300px;*/
  height: auto;
}
#projects .projects-box .projects-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s ease;
}
#projects .projects-box .projects-box-text{
    margin-top:10px;
}
#projects .projects-box .projects-box-text h3{
    font-size:18px;
}
#contact {
  margin-bottom: 100px;
}
#contact .contact-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .contact-head .contact-head-text h2 {
  color: #253C71;
  font-weight: 300;
  font-size: 58px;
}
#contact .contact-container {
  margin-top: 70px;
}
#contact .contact-container .contact-box {
  display: flex;
  margin-bottom: 30px;
}
#contact .contact-container .contact-box .contact-icon i {
  color: #253C71;
  font-size: 30px;
}
#contact .contact-container .contact-box .contact-text {
  margin-left: 50px;
  width: 50%;
}
#contact .contact-container .contact-box .contact-text p {
  margin: 0%;
  color: #3B4254;
  text-align: start;
}
#contact .contact-container .contact-box .contact-text p a {
  color: #3B4254;
}
#contact .contact-container .contact-find-us {
  margin-top: 50px;
}
#contact .contact-container .contact-find-us .contact-media-head h4 {
  color: #3B4254;
}
#contact .contact-container .contact-find-us .contact-media {
  margin-top: 30px;
}
#contact .contact-container .contact-find-us .contact-media a i {
  margin-right: 30px;
  font-size: 20px;
  color: #253C71;
}

@media (min-width: 276px) and (max-width: 576px) {
  #slider .slider-box {
    position: relative;
    width: 100%;
  }
  #slider .slider-box .slider-img {
    width: 100%;
    height: 400px;
  }
  #slider .slider-box .slider-text {
    top: 40%;
    left: 15%;
    z-index: 10;
    width: 80%;
  }
  #slider .slider-box .slider-text h2 {
    font-size: 22px;
  }
  #slider .slider-box .slider-text .slider-text-btn a {
    margin-left: 30px;
  }
  #slider .slider-box .slider-text .slider-text-btn a .arrow {
    width: 50px;
  }
  #about-us {
    margin-top: 50px;
  }
  #about-us .about-us-left .about-us-left-head h2 {
    font-size: 28px;
    margin-left:0px;
  }
  #about-us .about-us-left .about-us-left-text {
    display: flex;
    justify-content: start;
  }
  #about-us .about-us-left .about-us-left-text p {
    width: 100%;
  }
  #about-us .about-us-right {
    margin-top: 50px;
    padding-right: 0px;
  }
  #about-us .about-us-right .about-us-right-img {
    width: 90%;
    margin: auto;
    height: 300px;
  }
  #about-us .about-us-right .about-us-right-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about-us .about-us-right .about-us-background {
    top: -20px;
    left: 15%;
    width: 85%;
    height: 100%;
  }
  #our-job {
    margin-top: 50px;
  }
  #our-job .our-job-head .our-job-head-left h2 {
    font-size: 28px;
  }
  #our-job .our-job-head .our-job-head-right {
    display: none;
  }
  #our-job .our-job-container {
    margin-top: 50px;
  }
  #our-job .our-job-container .swiper-slide {
    height: 350px;
  }
  #our-job .our-job-container .our-job-box .our-job-box-head h3 {
    top: 10%;
    left: 0%;
    font-size: 28px;
  }
  #our-job .our-job-container .our-job-box .our-job-box-pragraph {
    top: 25%;
    left: 10%;
  }
  #our-job .our-job-container .our-job-box .our-job-box-pragraph p {
    width: 90%;
    font-size: 12px;
  }
  #works {
    margin-top: 50px;
  }
  #works .works-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #works .works-head .works-head-left {
    position: relative;
  }
  #works .works-head .works-head-left h2 {
    font-size: 28px;
  }
  #works .works-head .works-head-left::before {
    width: 50px;
    top: 38%;
    left: 0%;
  }
  #works .works-head .works-head-right {
    display: none;
  }
  #works .swiper-slide {
    height: 300px;
  }
  #works .works-box {
    margin-top: 50px;
    position: relative;
  }
  #works .works-box .works-img {
    width: 100%;
    height: 250px;
  }
  #works .works-box .works-header h4 {
    font-size: 18px;
  }
    #products {
    margin-top: 50px;
  }
  #products .products-head .products-head-left h2 {
    font-size: 28px;
  }
  #products .products-head .products-head-right {
    display: none;
  }
  #products .swiper-slide {
    /*height: 200px;*/
  }
  
   #products .products-box {
      height:100%;
      width:100%;
  }
  #products .products-box .products-img {
    width: 100%;
    /*height: 100px;*/
  }
  
  #projects {
    margin-top: 50px;
  }
  #projects .projects-head .projects-head-left h2 {
    font-size: 28px;
  }
  #projects .projects-head .projects-head-right {
    display: none;
  }
  #projects .swiper-slide {
    /*height: 527px;*/
  }
  #projects .projects-box {
      height:100%;
      width:100%;
  }
  #projects .projects-box .projects-img {
    width: 100%;
    /*height: 100px;*/
  }
  #contact {
    margin-bottom: 50px;
  }
  #contact .contact-head .contact-head-text h2 {
    font-size: 28px;
  }
  #contact .contact-head .contact-head-text::before {
    width: 50px;
    top: 39%;
    left: 0%;
  }
  #contact .contact-container {
    margin-top: 40px;
  }
  #contact .contact-container .contact-box {
    margin-bottom: 30px;
  }
  #contact .contact-container .contact-box .contact-text {
    margin-left: 30px;
    width: 90%;
  }
  #contact .contact-container .contact-box .contact-text p {
    margin: 0%;
    color: #3B4254;
    text-align: start;
  }
  #contact .contact-container .contact-box .contact-text p a {
    color: #3B4254;
  }
  #contact .contact-container .contact-find-us {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #contact .contact-container .contact-find-us .contact-media {
    margin-top: 30px;
  }
  #contact .contact-container .contact-map .mapouter {
    width: 100%;
    height: 300px;
  }
  #contact .contact-container .contact-map .mapouter .gmap_canvas {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 375px) and (max-width: 576px) {
  #about-us {
    margin-top: 50px;
  }
  #about-us .about-us-left .about-us-left-head h2 {
    font-size: 28px;
  }
  #about-us .about-us-left .about-us-left-text {
    display: block;
  }
  #about-us .about-us-left .about-us-left-text p {
    text-align: justify;
    width: 100%;
  }
    #our-job .our-job-container .our-job-box .our-job-box-head h3 {
    top: 10%;
    left: 10%;
    font-size: 28px;
  }
  #our-job .our-job-container .our-job-box .our-job-box-pragraph {
    top: 25%;
    left: 10%;
  }
  #our-job .our-job-container .our-job-box .our-job-box-pragraph p {
    width: 90%;
    font-size: 12px;
  }
}
@media (min-width: 400px) and (max-width: 576px) {
  #slider .slider-box .slider-text {
    width: 60%;
    left: 20%;
  }
  #slider .slider-box .slider-text h2 {
    text-align: right;
  }
  #about-us {
    margin-top: 50px;
  }
  #about-us .about-us-left .about-us-left-head h2 {
    font-size: 28px;
    margin-left:0px;
  }
  #about-us .about-us-left .about-us-left-text p {
    text-align: justify;
    width: 100%;
  }
}
@media (min-width: 490px) and (max-width: 576px) {
  #slider .slider-box .slider-text h2 {
    font-size: 30px;
    text-align: right;
  }
}
@media (min-width: 535px) and (max-width: 576px) {
  #slider .slider-box .slider-text h2 {
    text-align: right;
  }
  #about-us {
    margin-top: 50px;
  }
  #about-us .about-us-left .about-us-left-head h2 {
    font-size: 28px;
  }
  #about-us .about-us-left .about-us-left-head h2::before {
    left: 0px;
    width: 35px;
  }
  #about-us .about-us-left .about-us-left-text p {
    text-align: justify;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #slider .slider-box {
    position: relative;
    width: 100%;
  }
  #slider .slider-box .slider-img {
    width: 100%;
    height: 400px;
  }
  #slider .slider-box .slider-text {
    top: 30%;
    left: 30%;
    z-index: 10;
    width: 60%;
  }
  #slider .slider-box .slider-text h2 {
    font-size: 35px;
  }
  #slider .slider-box .slider-text .slider-text-btn a {
    margin-left: 30px;
  }
  #slider .slider-box .slider-text .slider-text-btn a .arrow::before {
    top: 49%;
    left: -20px;
    width: 30px;
  }
  #about-us {
    margin-top: 50px;
  }
  #about-us .about-us-left .about-us-left-head {
    position: relative;
  }
  #about-us .about-us-left .about-us-left-head h2 {
    font-size: 28px;
    margin-left:0px;
  }
  #about-us .about-us-left .about-us-left-text {
    display: flex;
    justify-content: start;
  }
  #about-us .about-us-left .about-us-left-text p {
    text-align: justify;
    width: 100%;
  }
  #about-us .about-us-right {
    margin-top: 50px;
    padding-right: 0px;
  }
  #about-us .about-us-right .about-us-right-img {
    width: 90%;
    margin: auto;
    height: 300px;
  }
  #about-us .about-us-right .about-us-right-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about-us .about-us-right .about-us-background {
    top: -20px;
    left: 15%;
    width: 85%;
    height: 100%;
  }
  #our-job {
    margin-top: 50px;
  }
  #our-job .our-job-head .our-job-head-left h2 {
    font-size: 28px;
  }
  #our-job .our-job-head .our-job-head-right {
    display: none;
  }
  #our-job .our-job-container {
    margin-top: 50px;
  }
  #our-job .our-job-container .swiper-slide {
    height: 350px;
  }
  #our-job .our-job-container .our-job-box .our-job-box-head h3 {
    top: 15%;
    left: 10%;
    font-size: 28px;
  }
  #our-job .our-job-container .our-job-box .our-job-box-pragraph {
    top: 25%;
    left: 10%;
  }
  #our-job .our-job-container .our-job-box .our-job-box-pragraph p {
    width: 90%;
    font-size: 12px;
  }
  #works {
    margin-top: 50px;
  }
  #works .works-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #works .works-head .works-head-left {
    position: relative;
  }
  #works .works-head .works-head-left h2 {
    font-size: 28px;
  }
  #works .works-head .works-head-left::before {
    width: 50px;
    top: 38%;
    left: 0%;
  }
  #works .works-head .works-head-right {
    display: none;
  }
  #works .swiper-slide {
    height: 300px;
  }
  #works .works-box {
    margin-top: 50px;
    position: relative;
  }
  #works .works-box .works-img {
    width: 100%;
    height: 250px;
  }
  #works .works-box .works-header h4 {
    font-size: 18px;
  }
  #products {
    margin-top: 50px;
  }
  #products .products-head .products-head-left h2 {
    font-size: 28px;
  }
  #products .products-head .products-head-right {
    display: none;
  }
  #products .swiper-slide {
    /*height: 516px;*/
  }
  #products .products-box  {
      width:100%;
       height:100%;
  }
  #products .products-box .products-img {
    width: 100%;
    /*height: 100px;*/
  }
  #projects {
    margin-top: 50px;
  }
  #projects .projects-head .projects-head-left h2 {
    font-size: 28px;
  }
  #projects .projects-head .projects-head-right {
    display: none;
  }
  #projects .swiper-slide {
    height: 516px;
  }
  
    #projects .projects-box  {
       width:100%;
       height:100%;
    }
   
  #projects .projects-box .projects-img {
    width: 100%;
    /*height: 100px;*/
  }
  #contact {
    margin-bottom: 50px;
  }
  #contact .contact-head .contact-head-text h2 {
    font-size: 28px;
  }
  #contact .contact-head .contact-head-text::before {
    width: 50px;
    top: 39%;
    left: 0%;
  }
  #contact .contact-container {
    margin-top: 40px;
  }
  #contact .contact-container .contact-box {
    margin-bottom: 30px;
  }
  #contact .contact-container .contact-box .contact-text {
    margin-left: 30px;
    width: 90%;
  }
  #contact .contact-container .contact-box .contact-text p {
    margin: 0%;
    color: #3B4254;
    text-align: start;
  }
  #contact .contact-container .contact-box .contact-text p a {
    color: #3B4254;
  }
  #contact .contact-container .contact-find-us {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #contact .contact-container .contact-find-us .contact-media {
    margin-top: 30px;
  }
  #contact .contact-container .contact-map .mapouter {
    width: 100%;
    height: 300px;
  }
  #contact .contact-container .contact-map .mapouter .gmap_canvas {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #slider .slider-box {
    position: relative;
    width: 100%;
  }
  #slider .slider-box .slider-img {
    width: 100%;
    height: 400px;
  }
  #slider .slider-box .slider-text {
    top: 30%;
    left: 30%;
    z-index: 10;
  }
  #slider .slider-box .slider-text h2 {
    font-size: 35px;
  }
  #slider .slider-box .slider-text .slider-text-btn a {
    margin-left: 30px;
  }
  #slider .slider-box .slider-text .slider-text-btn a .arrow::before {
    top: 49%;
    left: -20px;
    width: 30px;
  }
  #about-us {
    margin-top: 50px;
  }
  #about-us .about-us-left .about-us-left-head {
    position: relative;
  }
  #about-us .about-us-left .about-us-left-head h2 {
    font-size: 28px;
    margin-left:0px;
  }
  #about-us .about-us-left .about-us-left-text {
    display: flex;
    justify-content: center;
  }
  #about-us .about-us-left .about-us-left-text p {
    width: 100%;
  }
  #about-us .about-us-right {
    margin-top: 50px;
    padding-right: 0px;
  }
  #about-us .about-us-right .about-us-right-img {
    width: 90%;
    margin: auto;
    height: 300px;
  }
  #about-us .about-us-right .about-us-right-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about-us .about-us-right .about-us-background {
    top: -20px;
    left: 15%;
    width: 85%;
    height: 100%;
  }
  #our-job {
    margin-top: 50px;
  }
  #our-job .our-job-head .our-job-head-left h2 {
    font-size: 28px;
  }
  #our-job .our-job-head .our-job-head-right {
    display: none;
  }
  #our-job .our-job-container {
    margin-top: 50px;
  }
  #our-job .our-job-container .swiper-slide {
    height: 350px;
  }
  #our-job .our-job-container .our-job-box .our-job-box-head h3 {
    top: 15%;
    left: 10%;
    font-size: 32px;
  }
  #our-job .our-job-container .our-job-box .our-job-box-pragraph {
    top: 25%;
    left: 10%;
  }
  #our-job .our-job-container .our-job-box .our-job-box-pragraph p {
    width: 90%;
    font-size: 14px;
  }
  #works {
    margin-top: 50px;
  }
  #works .works-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #works .works-head .works-head-left {
    position: relative;
  }
  #works .works-head .works-head-left h2 {
    font-size: 28px;
  }
  #works .works-head .works-head-left::before {
    width: 50px;
    top: 38%;
    left: 0%;
  }
  #works .works-head .works-head-right {
    display: none;
  }
  #works .swiper-slide {
    height: 300px;
  }
  #works .works-box {
    margin-top: 50px;
    position: relative;
  }
  #works .works-box .works-img {
    width: 100%;
    height: 250px;
  }
  #works .works-box .works-header h4 {
    font-size: 18px;
  }
  #products {
    margin-top: 50px;
  }
  #products .products-head .products-head-left h2 {
    font-size: 28px;
  }
  #products .products-head .products-head-right {
    display: none;
  }
  #products .swiper-slide {
    height: 340px;
  }
  
  #products .products-box {
      width: 340px;
      height: 340px;
  }
  #products .products-box .products-img {
    width: 100%;
    /*height: 100px;*/
  }
  #projects {
    margin-top: 50px;
  }
  #projects .projects-head .projects-head-left h2 {
    font-size: 28px;
  }
  #projects .projects-head .projects-head-right {
    display: none;
  }
  #projects .swiper-slide {
    height: 340px;
  }
  #projects .projects-box {
      width: 340px;
      height: 340px;
  }
  #projects .projects-box .projects-img {
    width: 100%;
    /*height: 100px;*/
  }
  #contact {
    margin-bottom: 50px;
  }
  #contact .contact-head .contact-head-text h2 {
    font-size: 28px;
  }
  #contact .contact-head .contact-head-text::before {
    width: 50px;
    top: 39%;
    left: 0%;
  }
  #contact .contact-container {
    margin-top: 40px;
  }
  #contact .contact-container .contact-box {
    margin-bottom: 30px;
  }
  #contact .contact-container .contact-box .contact-text {
    margin-left: 30px;
    width: 90%;
  }
  #contact .contact-container .contact-box .contact-text p {
    margin: 0%;
    color: #3B4254;
    text-align: start;
  }
  #contact .contact-container .contact-box .contact-text p a {
    color: #3B4254;
  }
  #contact .contact-container .contact-find-us {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #contact .contact-container .contact-find-us .contact-media {
    margin-top: 30px;
  }
  #contact .contact-container .contact-map .mapouter {
    width: 100%;
    height: 300px;
  }
  #contact .contact-container .contact-map .mapouter .gmap_canvas {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  #slider .slider-box .slider-img {
    width: 100%;
    height: 500px;
  }
  #slider .slider-box .slider-text {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 50%;
    z-index: 10;
  }
  #slider .slider-box .slider-text h2 {
    font-size: 58px;
  }
  #about-us {
    margin-top: 50px;
  }
  #about-us .about-us-left .about-us-left-head {
    position: relative;
  }
  #about-us .about-us-left .about-us-left-head h2 {
    margin-left: 0px;
    font-size: 28px;
  }
  #about-us .about-us-left .about-us-left-text {
    display: flex;
    justify-content: start;
  }
  /*#about-us .about-us-left .about-us-left-text p {*/
  /*  width: 67%;*/
  /*}*/
  #about-us .about-us-right {
    margin-top: 50px;
    padding-right: 0px;
  }
  #about-us .about-us-right .about-us-right-img {
    width: 90%;
    margin: auto;
    height: 300px;
  }
  #about-us .about-us-right .about-us-right-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about-us .about-us-right .about-us-background {
    top: -20px;
    left: 15%;
    width: 85%;
    height: 100%;
  }
  #our-job {
    margin-top: 50px;
  }
  #our-job .our-job-head .our-job-head-left h2 {
    font-size: 28px;
  }
  #our-job .our-job-container {
    margin-top: 50px;
  }
  #our-job .our-job-container .swiper-slide {
    height: 350px;
  }
  #our-job .our-job-container .our-job-box .our-job-box-head h3 {
    top: 15%;
    left: 10%;
    font-size: 28px;
  }
  #our-job .our-job-container .our-job-box .our-job-box-pragraph {
    top: 25%;
    left: 10%;
  }
  #our-job .our-job-container .our-job-box .our-job-box-pragraph p {
    width: 70%;
    font-size: 14px;
  }
  #works {
    margin-top: 50px;
  }
  #works .works-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #works .works-head .works-head-left {
    position: relative;
  }
  #works .works-head .works-head-left h2 {
    font-size: 28px;
  }
  #works .swiper-slide {
    height: 300px;
  }
  #works .works-box {
    margin-top: 50px;
    position: relative;
  }
  #works .works-box .works-img {
    width: 100%;
    height: 250px;
  }
  #works .works-box .works-header h4 {
    font-size: 18px;
  }
  #products {
    margin-top: 50px;
  }
  #products .products-head .products-head-left h2 {
    font-size: 28px;
  }
  #products .swiper-slide {
    /*height: 460.5px;*/
  }
  
  #products .products-box {
      width:100%;
      height:100%;
  }
  #products .products-box .products-img {
    width: 100%;
    /*height: 100px;*/
  }
  #projects {
    margin-top: 50px;
  }
  #projects .projects-head .projects-head-left h2 {
    font-size: 28px;
  }
  #projects .swiper-slide {
    height: 460.5px;
  }
  
  #projects .projects-box {
       width: 100%;
       height:100%;
  }
  #projects .projects-box .projects-img {
    width: 100%;
  
  }
  #contact {
    margin-bottom: 50px;
  }
  #contact .contact-head .contact-head-text h2 {
    font-size: 28px;
  }
  #contact .contact-container {
    margin-top: 40px;
  }
  #contact .contact-container .contact-box {
    margin-bottom: 30px;
  }
  #contact .contact-container .contact-box .contact-text {
    margin-left: 30px;
    width: 90%;
  }
  #contact .contact-container .contact-box .contact-text p {
    margin: 0%;
    color: #3B4254;
    text-align: start;
  }
  #contact .contact-container .contact-box .contact-text p a {
    color: #3B4254;
  }
  #contact .contact-container .contact-find-us {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #contact .contact-container .contact-find-us .contact-media {
    margin-top: 30px;
  }
  #contact .contact-container .contact-map .mapouter {
    width: 100%;
    height: 300px;
  }
  #contact .contact-container .contact-map .mapouter .gmap_canvas {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  #slider .slider-box .slider-text {
    width: 50%;
  }
  #slider .slider-box .slider-text h2 {
    text-align: right;
    position: relative;
    font-size: 60px;
    font-weight: 300;
    color: #fff;
  }
  #slider .slider-box .slider-text .slider-text-btn {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  #slider .slider-box .slider-text .slider-text-btn span {
    color: #fff;
  }
  #slider .slider-box .slider-text .slider-text-btn a {
    margin-left: 100px;
  }
  #about-us .about-us-left .about-us-left-head h2 {
    text-align: start;
    font-size: 58px;
  }
  /*#about-us .about-us-left .about-us-left-text p {*/
  /*  text-align: justify;*/
  /*  width: 75%;*/
  /*}*/
}
@media (min-width: 1177px) and (max-width: 1440px) {
  #slider .slider-box .slider-text {
    width: 45%;
    left: 15%;
  }
  #slider .slider-box .slider-text h2 {
    text-align: right;
    position: relative;
    font-size: 60px;
    font-weight: 300;
    color: #fff;
  }
  #slider .slider-box .slider-text .slider-text-btn {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  #slider .slider-box .slider-text .slider-text-btn span {
    color: #fff;
  }
  #slider .slider-box .slider-text .slider-text-btn a {
    margin-left: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  /*#about-us .about-us-left .about-us-left-text p {*/
  /*  text-align: justify;*/
  /*  width: 63%;*/
  /*}*/
}
@media (min-width: 1308px) and (max-width: 1440px) {
  #slider .slider-box .slider-text {
    width: 60%;
    left: 15%;
  }
  #slider .slider-box .slider-text .slider-text-btn {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  #slider .slider-box .slider-text .slider-text-btn span {
    color: #fff;
  }
  #slider .slider-box .slider-text .slider-text-btn a {
    margin-left: 100px;
  }
}
@media (min-width: 1400px) and (max-width: 1440px) {
  #about-us .about-us-left .about-us-left-head h2::before {
    content: "";
    position: absolute;
    background-color: #253C71;
    top: 50%;
    left: 100px;
    width: 150px;
    height: 2px;
  }
  /*#about-us .about-us-left .about-us-left-text p {*/
  /*  text-align: justify;*/
  /*  width: 54%;*/
  /*}*/
}

@media (min-width: 1765px) and (max-width: 1960px) {
    #slider {
        margin-top: 100px;
    }
    #slider .slider-box .slider-text {
        position: absolute;
        top: 30%;
        left: 10%;
        width: 40%;
    }
    #slider .slider-box .slider-text h2 {
        font-size: 80px;
    }
        #our-job .our-job-container .swiper-slide {
        height: 800px;
    }
    #our-job .our-job-container .our-job-box .our-job-img {
        height: 800px;
    }
}
@media (min-width: 1960px) and (max-width: 2120px) {
    #slider {
        margin-top: 100px;
    }
    #slider .slider-box .slider-text {
        position: absolute;
        top: 30%;
        left: 15%;
        width: 30%;
    }
    #slider .slider-box .slider-text h2 {
        font-size: 65px;
    }
        #our-job .our-job-container .swiper-slide {
        height: 800px;
    }
    #our-job .our-job-container .our-job-box .our-job-img {
        height: 800px;
    }
}
@media (min-width: 2120px) and (max-width: 2548px) {
    #slider {
        margin-top: 100px;
    }
    #slider .slider-box .slider-text {
        position: absolute;
        top: 30%;
        left: 15%;
        width: 25%;
    }
    #slider .slider-box .slider-text h2 {
        font-size: 65px;
    }
    #our-job .our-job-container .swiper-slide {
        height: 800px;
    }
    #our-job .our-job-container .our-job-box .our-job-img {
        height: 800px;
    }
}
@media (min-width: 2549px) and (max-width: 2916px) {
    #slider {
        margin-top: 100px;
    }
    #slider .slider-box .slider-text {
        position: absolute;
        top: 30%;
        left: 15%;
        width: 20%;
    }
    #slider .slider-box .slider-text h2 {
        font-size: 40px;
    }
}

#footer {
  background-color: #E0E7F8;
}
#footer .footer-top {
  padding: 50px 0px;
}
#footer .footer-top .footer-logo {
  width: 200px;
  height: 100px;
}
#footer .footer-top .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer-middle {
  padding-bottom: 50px;
}
#footer .footer-middle .footer-first p {
  color: #253C71;
  font-weight: 400;
  font-size: 15px;
}
#footer .footer-middle .footer-second {
  display: flex;
  justify-content: center;
}
#footer .footer-middle .footer-second ul li {
  margin-bottom: 20px;
}
#footer .footer-middle .footer-second ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #253C71;
}
#footer .footer-middle .footer-third .footer-third-head h4 {
  color: #253C71;
  font-size: 16px;
  font-weight: 500;
}
#footer .footer-middle .footer-third .footer-third-text {
  width: 70%;
  margin-top: 20px;
}
#footer .footer-middle .footer-third .footer-third-text p {
  color: #253C71;
  font-size: 15px;
  font-weight: 400;
}
#footer .footer-middle .footer-fourth .footer-fourth-head h4 {
  color: #253C71;
  font-size: 16px;
  font-weight: 500;
}
#footer .footer-middle .footer-fourth .footer-fourth-middle p {
  margin: 0%;
}
#footer .footer-middle .footer-fourth .footer-fourth-middle p a {
  color: #253C71;
  font-size: 15px;
  font-weight: 400;
}
#footer .footer-middle .footer-fourth .footer-fourth-bottom {
  margin-top: 10px;
}
#footer .footer-middle .footer-fourth .footer-fourth-bottom a {
  color: #253C71;
  font-size: 15px;
  font-weight: 400;
}
#footer .footer-middle .footer-fourth .footer-fourth-media {
  margin-top: 20px;
}
#footer .footer-middle .footer-fourth .footer-fourth-media a {
  color: #253C71;
  font-size: 18px;
  margin-right: 15px;
}
#footer .footer-copyright {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  position: relative;
}
#footer .footer-copyright .footer-copy-text p {
  color: #253C71;
  margin: 0%;
}
#footer .footer-copyright .footer-copy-text p a {
  color: #253C71;
}
#footer .footer-copyright::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #253C71;
}

@media (min-width: 276px) and (max-width: 576px) {
  #footer .footer-top {
    padding: 30px 0px;
  }
  #footer .footer-middle {
    margin-bottom: 30px;
  }
  #footer .footer-middle .footer-first {
    margin-bottom: 50px;
  }
  #footer .footer-middle .footer-second {
    display: flex;
    justify-content: start;
    margin-bottom: 30px;
  }
  #footer .footer-middle .footer-third .footer-third-text {
    margin-top: 20px;
  }
  #footer .footer-middle .footer-fourth {
    margin-top: 30px;
  }
  #footer .footer-middle .footer-fourth .footer-fourth-media {
    margin-top: 20px;
  }
  #footer .footer-middle .footer-fourth .footer-fourth-media a {
    color: #253C71;
    font-size: 26px;
    margin-right: 15px;
  }
  #footer .footer-copyright {
    padding: 20px 0px;
  }
  #footer .footer-copyright .footer-copy-text p {
    text-align: center;
    font-size: 12px;
    margin: 0%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #footer .footer-top {
    padding: 30px 0px;
  }
  #footer .footer-top .footer-logo {
    width: 150px;
    height: 100px;
  }
  #footer .footer-middle {
    margin-bottom: 30px;
  }
  #footer .footer-middle .footer-first {
    margin-bottom: 50px;
  }
  #footer .footer-middle .footer-second {
    display: flex;
    justify-content: left;
    margin-bottom: 30px;
  }
  #footer .footer-middle .footer-third .footer-third-text {
    width: 100%;
    margin-top: 20px;
  }
  #footer .footer-middle .footer-fourth {
    margin-bottom: 30px;
  }
  #footer .footer-copyright {
    padding: 20px 0px;
  }
  #footer .footer-copyright .footer-copy-text p {
    font-size: 16px;
    margin: 0%;
  }
}
* {
  font-family: "Poppins", sans-serif;
}






@media (min-width: 769px) {
  .language {
    position: relative;
  }
  .language ul {
    display: inline-block !important;
    position: absolute;
    top: 100%;
    left: 0%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: 0.5s ease;
    box-shadow: 2px 6px 5px rgba(58, 62, 152, 0.1);
  }
  .language ul li {
    min-width: 25px;
    width: auto;
    padding: 5px;
  }
  .language:hover ul {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 276px) and (max-width: 768px) {
    .nav-bar ul{
        width: 220px;
    }
    #header .header-container {
        display: flex;
        justify-content: space-between;
    }
    #header .header-container .header-left .header-logo {
        width: 150px;
        height: 100px;
    }
    #header .header-container .header-left .header-logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    #header .header-container .header-right {
        position: relative;
    }
    #header .header-container .header-right .nav-bar {
        display: none;
    }
    #header .header-container .header-right .nav-bar ul {
        z-index: 10;
        position: absolute;
        display: block;
        top: 58px;
        background-color: #fff;
    }
    #header .header-container .header-right .nav-bar ul li {
        margin-bottom: 15px;
        margin-right: 0;
    }
    #header .header-container .header-right .nav-bar ul li a {
        font-weight: 400;
        font-size: 15px;
    }
    #header .header-container .header-right .nav-bar .language {
        position: relative;
    }
    #header .header-container .header-right .nav-bar .language .language-1 {
        display: none;
    }
    #header .header-container .header-right .nav-bar .language ul {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 100%;
        left: 0%;
        opacity: 1;
        visibility: visible;
        width: 100%;
        background-color: #fff;
        transition: 0.5s ease;
    }
    #header .header-container .header-right .nav-bar .language ul li {
        margin-bottom: 0px;
    }
    #header .header-container .header-right .header-bar .icon-2 {
        display: none;
    }
}

a {
  text-decoration: none !important;
}/*# sourceMappingURL=main.css.map */

