@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css");
@import url("../../dist/css/fonts.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #222222;
  font-weight: 400;
}

p {
  margin-bottom: 35px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

h1 {
  font-size: 55px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 40px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 28px;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

.btn {
  font-size: 18px;
  font-weight: 700;
  border-radius: 0;
  padding: 13.5px 29px;
}

.btn-primary {
  background-color: #243B6B;
  border-color: #243B6B;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #192a4f;
  border-color: #192a4f;
}

.bg-gray {
  background-color: #F8F8F8;
}

.bg-white {
  background-color: #ffffff;
}

.section-padding {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 40px 0;
  }
}

.site-header {
  padding-top: 13px;
  padding-bottom: 13px;
}
.site-header .navbar-toggler {
  position: relative;
  z-index: 3;
  border: 0;
  padding: 0;
}
.site-header .navbar-toggler:focus {
  box-shadow: none;
}
.site-header .navbar-toggler::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 33px;
  color: #ffffff;
}
.site-header .navbar-toggler span {
  display: none;
}
.site-header .navbar-toggler.collapsed::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 33px;
  color: #243B6B;
}
@media (max-width: 991px) {
  .site-header .navbar-brand img {
    width: 130px;
  }
}
@media (max-width: 991px) {
  .site-header .navbar-collapse {
    position: fixed;
    height: 100%;
    width: 300px;
    right: 0;
    top: 0;
    background: #243B6B;
    z-index: 1;
    padding: 90px 10px 10px;
    opacity: 0;
    transform: none;
  }
}
.site-header .navbar-collapse .navbar-nav .nav-link {
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #222222;
}
@media (max-width: 991px) {
  .site-header .navbar-collapse .navbar-nav .nav-link {
    color: #ffffff;
  }
}
.site-header .navbar-collapse .navbar-nav .nav-link:hover {
  text-decoration: underline;
}
.site-header .navbar-collapse.collapse.show {
  opacity: 1;
}

@media (min-width: 992px) {
  .hero-section .hero-content-wrap {
    width: calc(41.66666667% + 50px);
  }
}
.hero-section .hero-content-wrap .hero-content {
  width: 550px;
  height: 809px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .hero-section .hero-content-wrap .hero-content {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-content-wrap .hero-content {
    height: auto;
    width: 100%;
    align-items: center;
    padding-right: 0;
  }
}
.hero-section .hero-content-wrap p {
  font-size: 20px;
}
@media (min-width: 992px) {
  .hero-section .hero-img {
    background-image: url(../../src/images/hero-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(58.33333333% - 50px);
  }
}
@media (max-width: 991px) {
  .hero-section .hero-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
}
.hero-section .hero-img .experience-box {
  padding: 30px 50px;
  background: #ffffff;
  position: absolute;
  width: 390px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  text-align: left;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .hero-section .hero-img .experience-box {
    padding: 20px 30px;
    width: 310px;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-img .experience-box {
    bottom: 0;
    left: 0;
    right: 0;
    height: 112px;
    top: 0;
    margin: auto;
  }
}
.hero-section .hero-img .experience-box .ex-year {
  font-size: 70px;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .hero-section .hero-img .experience-box .ex-year {
    font-size: 60px;
  }
}
.hero-section .hero-img .experience-box .ex-text {
  font-size: 28px;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .hero-section .hero-img .experience-box .ex-text {
    font-size: 24px;
  }
}

.about-shape {
  margin: 204px 0 -75px;
}
@media (max-width: 991px) {
  .about-shape {
    margin: -15px 0 -15px;
  }
}

@media (min-width: 992px) {
  .about-img-wrap {
    background-image: url(../../src/images/about-sec.jpg);
    background-size: cover;
  }
}

.about-content {
  padding: 0 134px 70px 60px;
}
@media (max-width: 1399px) {
  .about-content {
    padding: 0 0 70px 60px;
  }
}
@media (max-width: 991px) {
  .about-content {
    padding: 0 24px 70px 24px;
  }
}

.cs-list {
  list-style: none;
  padding: 0;
}
.cs-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.cs-list li:before {
  content: "\e900";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 15px;
}

.service-slider .slick-slide .slider-card {
  margin-right: 27px;
}
.service-slider .slick-slide .slider-card .card-body {
  padding: 39px 40px;
  border: 0;
  margin: -1px 0 0;
}
@media (max-width: 1199px) {
  .service-slider .slick-slide .slider-card .card-body {
    padding: 25px 20px;
  }
}
.service-slider .slick-slide .slider-card .card-title {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}
.service-slider .slick-slide .slider-card:hover .card-body {
  background-color: #243B6B;
}
.service-slider .slick-slide .slider-card:hover .card-title {
  color: #ffffff;
}
.service-slider .slick-list {
  overflow: visible;
}
.service-slider .slick-list .slick-slide {
  visibility: hidden !important;
}
.service-slider .slick-list .slick-slide.slick-active,
.service-slider .slick-list .slick-slide.slick-active ~ .slick-slide {
  visibility: visible !important;
}

.custom-arrows button {
  position: static;
  width: auto;
  height: auto;
  transform: none;
}
.custom-arrows button img {
  width: 54px;
}
.custom-arrows button::before {
  display: none;
}

.cs-list.why-tekdu-list li {
  padding-top: 23px;
  padding-bottom: 23px;
  margin-bottom: 0;
  border-top: 1px solid #D4D4D4;
}
.cs-list.why-tekdu-list li:last-child {
  border-bottom: 1px solid #D4D4D4;
}
.cs-list.why-tekdu-list li::before {
  top: 27px;
}

.brands-wrap img {
  transition: all 0.1s;
}
.brands-wrap img:hover {
  transform: scale(1.07);
}

.contact-section {
  background-image: url(../../src/images/form-bg.jpg);
  background-size: cover;
  background-position: center;
}
.contact-section .form-control {
  background-color: #F8F8F8;
  height: 55px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
}
.contact-section .form-control:focus {
  box-shadow: none !important;
}
.contact-section .form-control::placeholder {
  color: #222222;
}
.contact-section .form-control::-webkit-input-placeholder {
  color: #222222;
}
.contact-section .form-control::-moz-placeholder {
  color: #222222;
}
.contact-section .form-control:-ms-input-placeholder {
  color: #222222;
}
.contact-section .form-control::-ms-input-placeholder {
  color: #222222;
}
.contact-section textarea.form-control {
  height: 137px;
  resize: none;
}

.upper-footer .social-links a {
  font-size: 15px;
  color: #222222;
  text-decoration: none;
  margin-right: 28px;
  transition: all 0.4s;
}
.upper-footer .social-links a:hover {
  opacity: 0.7;
}
.upper-footer .contact-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.upper-footer .contact-list li i {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.upper-footer .contact-list li a {
  color: #222222;
  text-decoration: none;
}
.upper-footer .contact-list li a:hover {
  text-decoration: underline;
}
.upper-footer .newsletter-wrap .form-control {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 0;
  border-radius: 0;
}
.upper-footer .newsletter-wrap .form-control:focus {
  box-shadow: none;
}

.lower-footer {
  border-top: 1px solid #D9D9D9;
}

.page-head {
  background: url(../../src/images/hero-img.jpg);
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .page-head {
    height: 250px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1364px;
  }
}

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