@import url('./fonts.css');
@import url('./variables.css');
@import url('./responsive.css');


* {
  margin: 0;
  padding: 0;

}

ul {
  padding: 0;
}
.wrap {
  width: 100%;
  overflow: hidden;
}

header {
  width: 100%;
}

.navbar-brand img {
    width: 100%;
}
.navbar-nav .nav-link {
  color: #000 !important;
  font-size: 1rem;
  margin: 0 5px;
  font-weight: 500;
}

.navbar-nav form {
  border-left: 1.5px solid #d5d5d5;
  padding-left: 20px;
}


/* banner section */
.banner_section {
  width: 100%;
  min-height: 800px;
  border-radius: 10px;
  background: url('./imgs/bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_slider {
  width: 100%;
  height: auto;
}

.banner_section .banner_text_section {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 20px;
}

.banner_section .banner_text_section h1 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 46px;
}

.banner_section .banner_text_section p {
  margin-bottom: 50px;
  color: #fff;
  font-weight: 500;
}


/* SLider  */
.banner_section .banner_slider {
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}


.banner_section .banner_slider .slick-dots {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 20px 50px;
}

.banner_section .banner_slider .slick-dots li {
  width: 10px !important;
  height: 10px !important;
  margin: 0 3px;
  background-color: #fff;
  border-radius: 100px;
  transition: 0.3s;
}

.banner_section .banner_slider .slick-dots .slick-active {
  width: 20px !important;
}

.banner_section .banner_slider .slick-dots li button {
  display: none;
}

.banner_section .slick_arrow_btns {
  display: none !important;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  cursor: pointer;
}
 .inner_section {
        width: 100%;
        max-height: 300px;
        height: 300px;
        background-size: cover;
        background-position: top;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (max-width:576px) {
        .inner_section {
            max-height: auto !important;
        }
    }

    .inner_section h1 {
        font-weight: bold;
        color: #fff;
    }
    
.service_section {
  width: 100%;
  margin-top: -80px;
  padding: 20px 0;
  margin-bottom: 40px;
}

.service_section .service_card {
  border: 0;
  border-radius: 12px !important;
  overflow: hidden;
  border-bottom: 5px solid;
  margin: 10px 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.service_section .service_card .card-body {
  background-color: #fff !important;
}

.service_section .service_card .card-body .service_icon {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_section .service_card.info {
  border-color: #0B6EDA;
}

.service_section .service_card .card-body .service_icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.service_section .service_card.info .card-body .service_icon {
  background: linear-gradient(90deg, #3FB5FD, #0B6EDA);
}

.service_section .service_card.success {
  border-color: #05B550;
}

.service_section .service_card.success .card-body .service_icon {
  background: linear-gradient(90deg, #219653, #00BC50);
}

.service_section .service_card.danger {
  border-color: #E54E4E;
}

.service_section .service_card.danger .card-body .service_icon {
  background: linear-gradient(90deg, #B10000, #EB5757);
}

.service_section .service_card.purple {
  border-color: #9446DC;
}

.service_section .service_card.purple .card-body .service_icon {
  background: linear-gradient(90deg, #9B51E0, #6400C2);
}

.service_section .service_card .card-body h5 {
  font-weight: 600;
  font-size: 1rem !important;
}

.service_section .service_card .card-body ul {
  list-style: none;
    padding-left: 0;
}

.service_section .service_card .card-body p,
.service_section .service_card .card-body ul li {
  font-size: 0.9rem;
  color: #49515B;
}

.message_section {
  margin-top: 100px;
}

.message_text {
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 10px;
  flex-direction: column;
}

.message_text .message_label {
  padding: 3px 15px;
  width: 110px;
  text-align: center;
  margin: 20px 0;
  background-color: #3fb4fd4c;
  color: #0B6EDA;

}


.message_text h4 {
  font-size: 1.5rem;
}

.message_text h4.info {
  color: #0B6EDA;
}

.message_text h4.info {
  color: #0B6EDA;
}

.message_text h4.success {
  color: #61B555;
}

.message_text h4.purple {
  color: #6400C2;
}


.message_text h1 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
}



.message_text p {
  font-size: 0.85rem;
  margin-top: 10px;
  color: #49515B;
}

.message_section_2 {
  width: 100%;
  background: url('./imgs/bg-2.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 120px 0;
}

.message_section_2 .about_section {
  width: 98%;
  margin: 40px auto;
  height: 750px;
  border-radius: 10px;
  background: url('./imgs/bluebg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 10px;
}

.message_section_2 .about_section .about_label {
  width: 120px;
  text-align: center;
  color: #fff;
  display: block;
  background-color: #3fb4fd2b;
  padding: 5px 15px;
}

.message_section_2 .about_section h1 {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 50px 0;
}

.message_section_2 .about_section p {
  color: #fff;
  text-align: center;
  margin: 40px 0;
}

.projectSection {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

.projectSection .projectItem {
  padding: 1px;
  background-color: #E6E7ED;
  border-radius: 30px;
  height: 350px;
  position: relative;
  z-index: 0;
}

.projectSection .projectItem .img-div {
  width: 100%;
  height: 280px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
    text-align: center;
}

.projectSection .projectItem .img-div img {
  object-fit: cover;
  /*width: 100%;*/
  height: 100%;
}

.projectSection .projectItem .body {
  width: 90%;
  margin: 0 auto;
  z-index: 3;
  background-color: #fff;
  position: relative;
  padding: 15px;
  border-radius: 20px;
}

.projectSection .projectItem .body p {
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0;

}

.recentProject {
  padding: 20px;
}

.projectSlider {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projectSlider .slick_arrow_btns {
  position: absolute;
  outline: none !important;
  background-color: #fff;
  border: 1px solid #676767;
  width: 35px;
  border-radius: 50px;
  height: 35px;

}

.projectSlider .slick_arrow_btns.slick-next {
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.projectSlider .slick_arrow_btns.slick-prev {
  /* left: -20px; */
  /* top: 50%; */
  display: none !important;
  /* transform: translateY(-50%); */
  /* position: absolute; */
}

.ourTeam {
  padding: 120px 30px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('./imgs/Container.svg') no-repeat;
  background-position: top right;
  background-size: 500px;
}

.ourTeam .teamItem {
  width: 100%;
  padding: 5px;
  margin-bottom: 30px;
}

.ourTeam .teamItem .imgSection {
  width: 100%;
  height: 290px;
  min-height: 290px;
  border-radius: 24px;
  text-align: center;
  overflow: hidden;
}

.ourTeam .teamItem h5 {
  font-size: 1rem;
}

.ourTeam .teamItem .imgSection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogSection {
  padding: 120px 30px;
  background: url('./imgs/Section.png') no-repeat;
  background-size: cover;
  background-position: center;
}

.blogSection .blogItem {
  background-color: #fff;
  padding: 15px;
  border-radius: 12px;
}

.blogSection .blogItem .imgSection {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
}

.blogSection .blogItem .imgSection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogSection .blogItem .blogTop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}

.blogSection .blogItem .blogTop span {
  margin: 0 5px;
  font-size: 0.9rem;
  color: #49515B;
}

.blogSection .blogItem .blogTop svg {
  font-size: 10px;
  color: #49515B;
}

.blogSection .blogItem h5 {
  font-size: 1rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.blogSection .blogItem p {
  font-size: 1rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.blogSection .blogItem a {
  background: linear-gradient(90deg, #3FB5FD, #0B6EDA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}

.blogSection .blogItem a:active {
  border-bottom: 1.3px solid #0B6EDA;
}

.aboutCompany {
  width: 100%;
  padding: 100px 20px;
}

.imagesAboutCompany {
  width: 100%;
  min-height: 550px;
  position: relative;
}

.imagesAboutCompany .imageFirst {
  width: 70%;
  height: 450px;
}

.imagesAboutCompany .imageSecond {
  width: 60%;
  height: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 3px solid #fff;
}

.imagesAboutCompany .imageFirst img,
.imagesAboutCompany .imageSecond img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.aboutCompany .textAboutCompany {
  padding: 20px;
}

.aboutCompany .textAboutCompany p {
  color: var(--txt);
  font-size: 0.85rem;
}

.aboutCompany .textAboutCompany ul {
  list-style: none;
  padding: 0 !important;
}

.aboutCompany .textAboutCompany ul li {
  color: var(--txt);
  font-size: 0.85rem;
  margin: 10px 0;
}

.aboutCompany .textAboutCompany ul li svg {
  color: #0B6EDA;
  margin-right: 2px;
}

.contactUs {
  width: 100%;
  padding: 100px 20px;
  margin: 40px 0;
}

.contactUs ul {
  list-style: none;
  margin-top: 30px;
}

.contactUs ul li {
  padding: 5px 10px;
}

.contactUs ul li p {
  font-size: 0.8rem;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--txt);
}

.contactUs ul li h5 {
  font-weight: 600;
  color: #020842;
}

footer {
  background: #F7F7F7;
  padding: 100px 10px;
}

footer .aboutP {
  color: #49515B;
  font-size: 14px;
  margin-top: 30px;
}

footer .link h4,
footer .address h4 {
  color: #020842;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
}

footer .link ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 20px;
}

footer .link ul li {
  margin: 10px 0;
}

footer .link ul li a {
  color: #0B6EDA;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

footer .link ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background-color: #0B6EDA;
}

footer .social {
  display: flex;
  list-style: none;
  margin-top: 10px;
}

footer .social li a {
  padding: 5px 10px;
  color: var(--txt);
}

footer .social li a:hover {
  color: #0B6EDA;
}

.copyRight {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #020842;
  margin-bottom: 0;
}

footer .address ul {
  list-style: none;
  margin-top: 20px;
}

footer .address ul li {
  margin-bottom: 20px;
}

footer .address ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

footer .address ul li a .icon~div {
  width: 80%;
}

footer .address ul li a .icon {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  align-items: center;
  color: #fff;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
}

footer .address ul li a h6 {
  margin-bottom: 0;
}

footer .address ul li a p {
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
