@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Manrope:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&family=Work+Sans:wght@100;300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Josefin+Sans:wght@300;400;500;600;700&family=Manrope:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&family=Work+Sans:wght@100;300;400;600;700;800&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #8a8a8a;
}

button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: none;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#297ff8+0,52b6f9+100 */
  background: rgb(41, 127, 248); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgb(41, 127, 248) 0%, rgb(82, 182, 249) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgb(41, 127, 248) 0%, rgb(82, 182, 249) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgb(41, 127, 248) 0%, rgb(82, 182, 249) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#297ff8", endColorstr="#52b6f9",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  letter-spacing: 0.03em;
  transition: 0.3s all;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#52b6f9+0,297ff8+100 */
  background: rgb(82, 182, 249); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgb(82, 182, 249) 0%, rgb(41, 127, 248) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgb(82, 182, 249) 0%, rgb(41, 127, 248) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgb(82, 182, 249) 0%, rgb(41, 127, 248) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#52b6f9", endColorstr="#297ff8",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 10px 24px;
  font-size: 12px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.btn.btn-custom-small:hover,
.form-control.btn-custom-small:hover {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #297ff8;
  color: #297ff8;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #297ff8;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #297ff8;
  color: #fff;
  border-color: #297ff8;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #297ff8;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #24b969;
  color: #fff;
  border-color: #24b969;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #24b969;
  color: #000;
}

@media screen and (max-width: 991px) {
  .btn-small,
  .form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
  .form-control-view-all,
  .form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 10px 12px;
  background-color: #2d2a74;
  box-shadow: none;
  border-radius: 50%;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 18px;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 20px;
  padding: 10px;
  line-height: 45px;
  color: #ffffff;
  background-color: #2d2a74;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

p {
  line-height: 1.7;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}
a:hover img {
  transform: scale(1.02);
}
a.navbar-brand img {
  transform: none;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border-right {
  border-right: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.slick-slide:focus {
  outline: none;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(41, 127, 248, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #8a8a8a;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #297ff8;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 42px;
  line-height: 22px;
  color: #727272;
  text-align: center;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #fff;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.section {
  padding: 80px 0;
}

.bgc {
  background-color: #64647c;
}

.project-heading-white {
  font-size: 32px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.project-heading-black {
  font-size: 32px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.section-heading .title {
  font-size: 40px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}
.section-heading .title span {
  color: #2d2a74;
}

@media screen and (max-width: 992px) {
  .section {
    padding: 50px 0;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .section {
    padding: 40px 0;
  }
  .project-heading-white {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .project-heading-black {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.breadcrumb {
  padding-top: 8em;
  position: relative;
  background-color: black;
  width: 100;
  z-index: 0;
  margin: 0px;
}
.breadcrumb svg {
  position: absolute;
  top: 0;
  width: 100% !important;
  object-fit: cover;
  z-index: -1;
}
.breadcrumb .title {
  text-align: center;
}
.breadcrumb .title h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
}
.breadcrumb .title .breadcrumb-item {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: auto;
}
.breadcrumb .title .breadcrumb-item li {
  color: #d34836;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-right: 10px;
}
.breadcrumb .title .breadcrumb-item li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

header {
  z-index: 9999;
  position: absolute;
  width: 100%;
  padding: 10px 0px;
}
header .navbar .navbar-brand .brand {
  color: #ffffff;
  font-family: "Cedarville Cursive", cursive;
  font-size: 42px;
  font-weight: 500;
}
header .navbar .navbar-toggler {
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  width: 30px;
}
header .navbar-collapse {
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav {
  align-items: center;
  margin: 5px 0;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 5px 10px;
  padding: 0 5px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.875rem;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link.button {
  padding: 8px 20px;
  font-size: 0.8125rem;
  color: #ffffff;
  background-color: #297ff8;
  border-color: #297ff8;
  border-radius: 6px;
  transition: 0.5s;
}
header .navbar-collapse .navbar-nav .nav-link.button:hover {
  background-color: transparent;
  border: 1px solid #297ff8;
}
header .navbar-collapse .navbar-nav .nav-link:hover {
  color: #297ff8;
}
header.fixed-header {
  position: sticky;
  inset: 0;
  z-index: 999;
  background-color: #2d2a74;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-link {
  font-size: 0.8125rem;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-link.button {
  font-size: 0.8125rem;
}

@media screen and (max-width: 992px) {
  header .navbar-collapse .navbar-nav .nav-link {
    text-transform: capitalize;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-collapse .navbar-nav {
    align-items: center;
    justify-content: center;
    background-color: #2d2a74;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display {
    display: block;
  }
}
.banner {
  width: 100%;
  height: 100vh;
  background: url(../images/banner1.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s all;
  z-index: 0;
  height: 100vh;
  z-index: -1;
}
.banner .banner-content {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner .banner-content .line1 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}
.banner .banner-content .main-heading {
  font-size: 80px;
  line-height: 1.3;
  color: #ffffff;
  margin: 20px 0px;
  font-weight: 500;
}
.banner .banner-content .social {
  display: flex;
  justify-content: center;
}
.banner .banner-content .social a {
  background-color: rgba(114, 114, 114, 0.231372549);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 7px;
  transition: 0.3s;
  border: 2px solid rgba(114, 114, 114, 0.231372549);
}
.banner .banner-content .social a i {
  font-size: 18px;
  color: #ffffff;
}
.banner .banner-content .social a:hover {
  background-color: transparent;
}

@media screen and (max-width: 992px) {
  .banner .banner-content .line1 {
    font-size: 20px;
  }
  .banner .banner-content .main-heading {
    font-size: 60px;
    margin: 15px 0px;
  }
  .banner .banner-content .social a {
    width: 45px;
    height: 45px;
    margin: 0px 7px;
  }
  .banner .banner-content .social a i {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .banner .banner-content .line1 {
    font-size: 18px;
  }
  .banner .banner-content .main-heading {
    font-size: 42px;
    margin: 10px 0px;
  }
  .banner .banner-content .social a {
    width: 35px;
    height: 35px;
    margin: 0px 4px;
  }
  .banner .banner-content .social a i {
    font-size: 14px;
  }
}
.services .service-box {
  padding: 40px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.services .service-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px dashed #d34836;
  margin: auto;
}
.services .service-box .icon i {
  font-size: 30px;
  color: #d34836;
}
.services .service-box h3 {
  font-size: 28px;
  color: #000000;
  margin: 20px 0px 10px 0px;
}
.services .service-box p {
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (max-width: 576px) {
  .services .service-box {
    padding: 40px 30px;
  }
  .services .service-box .icon {
    width: 60px;
    height: 60px;
  }
  .services .service-box .icon i {
    font-size: 25px;
  }
  .services .service-box h3 {
    font-size: 22px;
  }
  .services .service-box p {
    font-size: 14px;
  }
}
.about .wrapper {
  align-items: center;
}
.about .wrapper .image {
  flex: 0 0 50%;
}
.about .wrapper .image .main {
  height: 100%;
  position: relative;
  margin-right: 150px;
}
.about .wrapper .image .main img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about .wrapper .content {
  flex: 0 0 50%;
}
.about .wrapper .content .desc {
  font-size: 18px;
  color: #ffffff;
  margin: 30px 0px;
}

@media screen and (max-width: 991px) {
  .about .wrapper .image {
    flex: 0 0 50%;
  }
  .about .wrapper .image .main {
    margin-right: 50px;
  }
  .about .wrapper .image .main .image2 {
    right: -60px;
    width: 170px;
  }
  .about .wrapper .content {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .about .wrapper {
    flex-direction: column-reverse;
  }
  .about .wrapper .image {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .about .wrapper .image .main .image2 {
    bottom: 0;
  }
  .about .wrapper .content {
    flex: 0 0 100%;
  }
  .about .wrapper .content .desc {
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0px;
  }
}
@media screen and (max-width: 576px) {
  .about .wrapper .image .main {
    margin-right: 0;
  }
  .about .wrapper .image .main .image2 {
    right: 8px;
    bottom: 8px;
    width: 120px;
  }
}
.experience {
  position: relative;
  background: url(../images/contact.jpg) no-repeat 100% center/cover;
}
.experience::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.experience .experience-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.experience .experience-wrapper .experience-item {
  margin-left: 50px;
  flex: 0 0 35%;
  z-index: 999;
}
.experience .experience-wrapper .experience-item .experience-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.experience .experience-wrapper .experience-item .experience-list .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #2d2a74;
  border-radius: 40px;
  font-family: "Roboto", sans-serif;
}
.experience .experience-wrapper .experience-item .experience-list .icon i {
  font-size: 16px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #d34836;
}
.experience .experience-wrapper .experience-item .experience-list .icon .text p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.02em;
  padding: 5px 20px;
  font-weight: 300;
}
.experience .experience-wrapper .experience-item .experience-list.middle {
  margin-left: 30px;
}
.experience .handy-men-image {
  display: none;
  position: absolute;
  top: -10%;
  right: 0;
  z-index: 1;
}
.experience .handy-men-image img {
  width: 220px;
}

@media screen and (max-width: 1200px) {
  .experience .experience-wrapper .experience-item {
    margin-left: 50px;
  }
  .experience .experience-wrapper .experience-item .experience-list {
    margin-bottom: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon i {
    font-size: 18px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon .text p {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item .experience-list.middle {
    margin-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .experience .experience-wrapper .experience-item {
    margin-left: 30px;
  }
  .experience .experience-wrapper .experience-item .experience-list {
    margin-bottom: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon i {
    font-size: 18px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon .text p {
    font-size: 15px;
  }
  .experience .experience-wrapper .experience-item .experience-list.middle {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .experience .experience-wrapper {
    flex-direction: column;
  }
  .experience .experience-wrapper .experience-item {
    margin-left: 0;
  }
  .experience .experience-wrapper .experience-item .experience-list {
    margin-bottom: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon i {
    font-size: 18px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon .text p {
    font-size: 15px;
  }
  .experience .experience-wrapper .experience-item .experience-list.middle {
    margin-left: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list:last-child {
    margin-left: 40px;
  }
  .experience .handy-men-image {
    display: none;
  }
}
@media screen and (max-width: 577px) {
  .experience .experience-wrapper .experience-item .experience-list {
    margin-bottom: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon i {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon .text p {
    font-size: 14px;
  }
  .experience .experience-wrapper .experience-item .experience-list.middle {
    margin-left: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list:last-child {
    margin-left: 40px;
  }
  .experience .handy-men-image {
    display: none;
  }
}
.form {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 60px;
  flex: 0 0 40%;
}
.form .form-title h4 {
  font-size: 24px;
  color: #2d2a74;
  word-spacing: 0.02em;
  padding-bottom: 20px;
}
.form .form-wrapper {
  display: flex;
  flex-direction: column;
}
.form .form-wrapper .form-info {
  margin-bottom: 20px;
  font-size: 14px;
  padding: 8px 10px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  resize: none;
}
.form .form-wrapper .form-info option {
  padding: 0;
  color: #333;
}
.form .form-wrapper .form-info::placeholder {
  color: #fff;
}
.form .form-wrapper .form-submit-btn {
  display: inline-block;
  padding: 8px 10px;
  font-size: 14px;
  color: #fff;
  width: 150px;
  border-radius: 50px;
  background-color: #2d2a74;
  border: 1px solid #2d2a74;
  transition: 0.3s ease-in-out;
}
.form .form-wrapper .form-submit-btn:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .form {
    width: 280px;
    padding: 40px 20px;
  }
  .form .form-title h4 {
    font-size: 22px;
  }
  .form .form-wrapper .form-info {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .form .form-wrapper .form-submit-btn {
    padding: 12px 10px;
    font-size: 14px;
    width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .form {
    width: 250px;
    padding: 20px;
  }
  .form .form-title h4 {
    font-size: 18px;
  }
  .form .form-wrapper .form-info {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .form .form-wrapper .form-submit-btn {
    padding: 12px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .form {
    position: relative;
    transform: translateY(0);
    right: 0;
    width: 100%;
    padding: 40px;
  }
  .form .form-wrapper .form-submit-btn {
    width: 125px;
    padding: 8px 12px;
  }
}
.liveprojects {
  width: 100%;
}
.liveprojects .section-heading .title {
  color: #000000;
}
.liveprojects .project-box {
  width: 100%;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: row;
}
.liveprojects .project-box .item {
  width: calc(33.3333333333% - 40px);
}
.liveprojects .project-box .item figure {
  width: 100%;
}
.liveprojects .project-box .item figure img {
  width: 100%;
  object-fit: cover;
}
.liveprojects .project-box .item .image-title {
  font-size: 18px;
  text-align: center;
  margin: 20px 0px;
}

@media screen and (max-width: 992px) {
  .liveprojects .project-box .item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 576px) {
  .liveprojects .project-box {
    justify-content: center;
    gap: 20px;
  }
  .liveprojects .project-box .item {
    width: 100%;
  }
  .liveprojects .project-box .item .image-title {
    margin: 10px 0px;
  }
}
.miniproject .calculator {
  width: 100%;
  display: flex;
  justify-content: center;
}
.miniproject .calculator form {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
.miniproject .calculator form #display {
  display: flex;
  justify-content: flex-end;
}
.miniproject .calculator form #display input {
  text-align: right;
  flex: 1;
  background-color: transparent;
  color: #000000;
}
.miniproject .calculator form input {
  width: 55px;
  height: 55px;
  margin: 10px;
  background-color: #64647c;
  border: none;
  border-radius: 10px;
  font-size: 25px;
}
.miniproject .calculator form #equal {
  width: 140px;
}

@media screen and (max-width: 576px) {
  .miniproject .calculator form {
    padding: 10px;
  }
  .miniproject .calculator form input {
    width: 50px;
    height: 50px;
    margin: 5px;
    font-size: 18px;
  }
  .miniproject .calculator form #equal {
    width: 120px;
  }
}
.weather-app .card {
  background-color: #64647c;
  padding: 40px 30px;
  width: 500px;
  border-radius: 10px;
  margin: auto;
}
.weather-app .card .search {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.weather-app .card .search input {
  width: 70%;
  padding: 10px 20px;
  border-radius: 10px;
  outline: 0;
  border: 0;
  font-size: 20px;
}
.weather-app .card .search button {
  border-radius: 20px;
  padding: 10px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
.weather-app .card .search button img {
  width: 20px;
  height: 20px;
}
.weather-app .card .error {
  text-align: left;
  margin-left: 10px;
  margin-top: 10px;
  color: red;
  font-size: 16px;
  display: none;
}
.weather-app .card .weather {
  text-align: center;
}
.weather-app .card .weather .weather-icon {
  width: 100px;
  margin: 30px 0px;
}
.weather-app .card .weather .temp {
  font-size: 40px;
  color: #2d2a74;
  font-weight: 900;
}
.weather-app .card .weather .city {
  font-size: 30px;
  color: #2d2a74;
  margin: 20px 0px;
}
.weather-app .card .weather .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.weather-app .card .weather .details .col {
  display: flex;
  align-items: center;
}
.weather-app .card .weather .details .col img {
  width: 40px;
  margin-right: 20px;
}
.weather-app .card .weather .details .col .humidity {
  color: #ffffff;
  font-size: 18px;
}

@media screen and (max-width: 576px) {
  .weather-app .card {
    padding: 30px 20px;
    width: 100%;
  }
  .weather-app .card .search input {
    padding: 5px 10px;
    font-size: 18px;
  }
  .weather-app .card .search button img {
    width: 15px;
    height: 15px;
  }
  .weather-app .card .weather .weather-icon {
    width: 80px;
    margin: 20px 0px;
  }
  .weather-app .card .weather .temp {
    font-size: 30px;
  }
  .weather-app .card .weather .city {
    font-size: 24px;
    margin: 10px 0px;
  }
  .weather-app .card .weather .details .col img {
    width: 20px;
    margin-right: 10px;
  }
  .weather-app .card .weather .details .col .humidity {
    font-size: 14px;
  }
}
.todolist .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.todolist .box .todo {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 10px;
}
.todolist .box .todo h4 {
  font-size: 20px;
  color: #64647c;
  text-align: center;
}
.todolist .box .todo .row {
  display: flex;
}
.todolist .box .todo .row input {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 30px 0px 10px 0px;
  background-color: #64647c;
  color: #ffffff;
  outline: none;
  border: none;
}
.todolist .box .todo .row input::placeholder {
  color: #ffffff;
}
.todolist .box .todo .row button {
  padding: 5px 0px;
  width: 30%;
  border-radius: 10px;
  background-color: #2d2a74;
  font-size: 18px;
  outline: none;
  border: 2px solid #2d2a74;
  color: white;
  transition: 0.3s;
}
.todolist .box .todo .row button:hover {
  background-color: transparent;
  color: #2d2a74;
}
.todolist .box .todo ul li {
  position: relative;
  font-size: 18px;
  color: darkblue;
  cursor: pointer;
  margin: 10px 0px;
}
.todolist .box .todo ul li span {
  color: red;
  font-size: 18px;
  position: absolute;
  right: 0px;
  top: 5px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  padding: 5px;
}
.todolist .box .todo ul li span:hover {
  background-color: #64647c;
  transition: 0.3s;
  border-radius: 5px;
}
.todolist .box .todo ul .done-task {
  text-decoration: line-through;
  color: #64647c;
  font-size: 14px;
}

.quiz {
  background-color: #64647c;
  padding: 40px 30px;
  margin: auto;
  width: 550px;
  border-radius: 10px;
}
.quiz #question {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
}
.quiz #answer-buttons {
  display: flex;
  flex-direction: column;
  margin: 30px 0px;
}
.quiz #answer-buttons .btn {
  margin: 10px 0px;
  text-align: left;
  border-radius: 3px;
  color: white;
}
.quiz #answer-buttons .btn:hover {
  background-color: white;
  color: #8a8a8a;
}
.quiz #answer-buttons .btn:disabled {
  cursor: no-drop;
}
.quiz #answer-buttons .correct {
  background-color: #67b915;
}
.quiz #answer-buttons .incorrect {
  background-color: #d34836;
}
.quiz #next-btn {
  text-align: center;
  margin: auto;
  display: none;
  padding: 7px 20px;
  border: 2px solid #2d2a74;
  outline: none;
  background-color: #2d2a74;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
}
.quiz #next-btn:hover {
  background-color: transparent;
}

@media screen and (max-width: 576px) {
  .quiz {
    padding: 30px 15px;
    width: 100%;
  }
  .quiz #question {
    font-size: 18px;
  }
  .quiz #answer-buttons {
    margin: 15px 0px;
  }
  .quiz #answer-buttons .btn {
    margin: 7px 0px;
  }
}
.footer-bottom {
  background-color: #2d2a74;
  padding: 10px 0;
  position: relative;
}
.footer-bottom .block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}
.footer-bottom .block p,
.footer-bottom .block a {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #f8f8f8;
  transition: 0.5s ease-in-out;
}
.footer-bottom .block a:hover {
  color: #297ff8;
}

@media screen and (max-width: 576px) {
  .footer-bottom .block p,
  .footer-bottom .block a {
    font-size: 0.75rem;
  }
}

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