@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;500;700;900&display=swap");
@import "../../assets/css/bootstrap.min.css";
@import "../../assets/css/plguins/all.min.css";
@import "../../assets/css/plguins/fontawesome.min.css";
@import "../../assets/css/plguins/slick-theme.css";
@import "../../assets/css/plguins/slick.css";
@import "../../assets/css/plguins/odometer-theme-car.css";
@import "../../assets/css/plguins/animate.css";
:root {
  --body-font: "Inter", sans-serif;
  --primary-color: #0431B8;
  --secondery-color: #F2CB05;
  --tertiary-color: #FEA834;
  --quaternary-color: #004C9D;
  --quinary-color: #010D30;
  --senary-color: #031959;
  --septenary-color: #DBD7D7;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--body-font);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DFEFFE;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .spinner-border {
  width: 3rem;
  height: 3rem;
  color: var(--tertiary-color);
}

.button1 {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  color: var(--senary-color);
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tertiary-color);
  border-radius: 5px;
  z-index: -2;
}
.button1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #F0F8FF;
  border: 1px solid var(--tertiary-color);
  transition: all 0.3s;
  border-radius: 5px;
  z-index: -1;
}
.button1:hover {
  color: var(--senary-color);
}
.button1:hover:before {
  width: 100%;
}

.button2 {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  color: var(--senary-color);
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tertiary-color);
  border-radius: 5px;
  z-index: -2;
}
.button2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--tertiary-color);
  transition: all 0.3s;
  border-radius: 5px;
  z-index: -1;
}
.button2:hover {
  color: var(--senary-color);
}
.button2:hover:before {
  width: 100%;
}

.button3 {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  color: var(--senary-color);
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tertiary-color);
  border-radius: 5px;
  z-index: -2;
}
.button3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0431B8;
  border: 1px solid var(--tertiary-color);
  transition: all 0.3s;
  border-radius: 5px;
  z-index: -1;
}
.button3:hover {
  color: var(--senary-color);
}
.button3:hover:before {
  width: 100%;
}

.button4 {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  color: var(--senary-color);
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tertiary-color);
  border-radius: 5px;
  z-index: -2;
}
.button4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: white;
  border: 1px solid var(--tertiary-color);
  transition: all 0.3s;
  border-radius: 5px;
  z-index: -1;
}
.button4:hover {
  color: var(--senary-color);
}
.button4:hover:before {
  width: 100%;
}

.button5 {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  color: var(--senary-color);
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tertiary-color);
  border-radius: 5px;
  z-index: -2;
}
.button5:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--quaternary-color);
  border: 1px solid var(--tertiary-color);
  transition: all 0.3s;
  border-radius: 5px;
  z-index: -1;
}
.button5:hover {
  color: var(--senary-color);
}
.button5:hover:before {
  width: 100%;
}

h1 {
  font-size: 76px;
  line-height: 98.8px;
}

h2 {
  font-size: 57px;
  line-height: 74.1px;
}

h3 {
  font-size: 43px;
  line-height: 55.9px;
}

h4 {
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 600;
}

h5 {
  font-size: 24px;
  line-height: 31.2px;
  font-weight: 600;
}

p {
  font-size: 18px;
  line-height: 30px;
}

a {
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.f24 {
  font-size: 24px;
  line-height: 34px;
}

span {
  font-size: 16px;
  line-height: 22px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
h6 span,
h5 span,
h4 span,
h3 span,
h2 span,
h1 span {
  font-size: inherit;
  line-height: inherit;
}

a,
p,
span,
label,
li {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

button {
  color: #031959;
  border: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.padding-top {
  padding-top: 120px;
}

.padding-bottom {
  padding-bottom: 120px;
}

.slide-padding-buttom {
  padding-bottom: 178px;
}

.margin-24 {
  margin-left: 24px;
}

.slider-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #FEA834;
  border-radius: 25px;
  margin: -10px;
  text-align: center;
  padding-top: 7px;
}

.img-100 {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li,
ol li {
  font-size: inherit;
}

.all-heading-title h5 {
  color: var(--primary-color);
  padding-bottom: 30px;
}
.all-heading-title h2 {
  color: var(--quinary-color);
  padding-bottom: 30px;
}
.all-heading-title p {
  color: var(--quinary-color);
}

.margin-58 {
  margin-bottom: 58px;
}

.slick-slide {
  margin: 0 12px;
}

a,
p,
span,
label,
li {
  margin: 0;
  font-family: var(--body-font);
  color: var(--n50);
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 57px;
    line-height: 74.1px;
  }
  .margin-58 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 57px;
    line-height: 74.1px;
  }
  h2 {
    font-size: 43px;
    line-height: 55.9px;
  }
  h3 {
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 600;
  }
  h4 {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 600;
  }
  h5 {
    font-size: 20px;
    line-height: 28.2px;
    font-weight: 600;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
  a {
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
  }
  a {
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .button1 {
    padding: 12px 24px;
  }
  .button2 {
    padding: 12px 24px;
  }
  .margin-24 {
    margin-left: 12px;
  }
  .all-heading-title h5 {
    padding-bottom: 16px;
    line-height: 26px;
  }
  .all-heading-title h2 {
    padding-bottom: 16px;
    line-height: 43px;
  }
  .all-heading-title p {
    color: var(--quinary-color);
  }
  .margin-58 {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .all-heading-title h5 {
    padding-bottom: 16px;
    line-height: 24px;
  }
  .all-heading-title h2 {
    padding-bottom: 16px;
    line-height: 32px;
  }
  .all-heading-title p {
    color: var(--quinary-color);
    line-height: 22px;
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 27px;
    line-height: 36px;
  }
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
  h4 {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 600;
  }
  h5 {
    font-size: 20px;
    line-height: 28.2px;
    font-weight: 600;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
  a {
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
  }
  a {
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (max-width: 480px) {
  .button1 {
    font-size: 15px;
    padding: 10px 20px;
  }
  .button2 {
    font-size: 15px;
    padding: 10px 20px;
  }
}
.scrollToTop {
  z-index: 999;
  position: fixed;
  bottom: 75px;
  right: 40px;
  font-size: 30px;
  color: var(--tertiary-color);
  cursor: pointer;
}

.scrollToTop:hover {
  text-decoration: none;
}

.header-section {
  background: linear-gradient(90.1deg, #CDDEEE 0.08%, #DEEFFF 0.08%, rgba(124, 167, 212, 0.22) 28.39%, rgba(0, 76, 157, 0) 64.32%, #FFFFFF 64.32%);
}
.header-section .header-width {
  background-color: var(--quaternary-color);
  border: 1px solid #FEA834;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px 0 15px 0;
}
.header-section .header-width .navbar-logo {
  padding-left: 40px;
}
.header-section .header-width .navbar-collapse {
  background-color: var(--quaternary-color);
  border-radius: 5px;
  transition: 1s;
}
.header-section .header-width .navbar-toggler:focus {
  text-decoration: none;
  box-shadow: none !important;
}
.header-section .header-width ul li .nav-link {
  font-size: 18px;
  color: #fff;
  padding-right: 24px;
}
.header-section .header-width ul li .nav-link:hover {
  color: #FEA834;
}
.header-section .header-width ul li .active {
  color: #FEA834;
}
.header-section .header-width ul li ul {
  background-color: var(--quaternary-color);
  border: none;
}
.header-section .header-width ul li ul li .dropdown-item {
  font-size: 18px;
  color: #fff;
  padding-left: 24px;
  background-color: var(--quaternary-color);
}
.header-section .header-width ul li ul li .dropdown-item:hover {
  color: #FEA834;
}
.header-section .header-width .fa-caret-down {
  margin-left: 10px;
}
.header-section .header-width .respon-margin {
  margin-right: 40px;
  color: #0431B8;
}
.header-section .header-width .respon-margin:hover {
  color: white;
}
.header-section ul.slideContent {
  display: none;
}
@media (min-width: 991px) {
  .header-section .page-menu-dropdown {
    border-radius: 5px;
    position: absolute;
  }
}
.header-section .hero-padding {
  padding: 120px 0 0 0;
}
.header-section .banner-content {
  margin-top: -22px;
}
.header-section .banner-content h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #0431B8;
  padding-bottom: 30px;
}
.header-section .banner-content h1 {
  padding-bottom: 30px;
  font-size: 75px;
  font-weight: 700;
}
.header-section .banner-content h1 span {
  color: #FEA834;
  text-shadow: -1px 0 #0431B8, 0 1px #0431B8, 1px 0 #0431B8, 0 -1px #0431B8;
}
.header-section .banner-content p {
  color: #031959;
  padding-bottom: 40px;
  font-size: 24px;
}
.header-section .banner-content .banner-button {
  display: flex;
  flex-wrap: wrap;
}
.header-section .banner-content .banner-image {
  direction: ltr;
}
.header-section .banner-content .banner-image img {
  max-width: unset;
}

.service-section .card {
  transition: 0.7s linear;
  padding: 30px;
  border: none;
}
.service-section .card:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  border-radius: 10px;
}
.service-section .card .icon-fixed {
  width: 120px;
  height: 120px;
  background-color: var(--primary-color);
  border-radius: 10px;
  margin: 0 auto 14px;
}
.service-section .card .card-body h4 {
  margin-bottom: 20px;
}
.service-section .card .card-body p {
  margin-bottom: 45px;
}
.service-section .service-slider {
  position: relative;
}
.service-section .service-slider .right-arrow {
  position: absolute;
  bottom: -50px;
  right: 47%;
  display: inline-block;
  cursor: pointer;
}
.service-section .service-slider .left-arrow {
  position: absolute;
  bottom: -50px;
  left: 47%;
  display: inline-block;
  cursor: pointer;
}

.about-section {
  background-color: #F0F8FF;
}
.about-section .card-responsive {
  position: relative;
}
.about-section .about-image {
  direction: rtl;
}
.about-section .about-image img {
  max-width: unset;
}
.about-section .image-card {
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: -20px;
  padding: 15px 20px;
}
.about-section .image-card .odometer {
  text-align: center;
  color: black;
}
.about-section .image-card .odometer .odometer-digit {
  width: 40px;
  height: 55px;
  font-size: 57px;
  font-weight: 700;
}
.about-section .image-card .odometer .odometer-value {
  font-size: 57px;
  font-weight: 700;
  width: 20px;
  margin-top: 20px;
}
.about-section .image-card .years {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: var(--senary-color);
}
.about-section .image-card .experience {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.about-section .about-title {
  height: auto;
}
.about-section .about-title h5 {
  color: var(--primary-color);
  padding-bottom: 30px;
}
.about-section .about-title h2 {
  color: var(--quinary-color);
}
.about-section .about-title p {
  color: var(--quinary-color);
}
.about-section .about-title .p-padding {
  padding-bottom: 40px;
}
.about-section .about-title .about-button-margin {
  margin-top: 40px;
}
.about-section .about-title .about-card {
  background-color: white;
  padding: 30px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 20px;
}
.about-section .about-title .about-card .about-card-icon {
  height: 100px;
  width: 120px;
  background-color: black;
  background-color: var(--primary-color);
  border-radius: 10px;
}
.about-section .about-title .about-card .about-card-title h4 {
  padding-bottom: 10px;
}
.about-section .about-title .button {
  color: var(--senary-color);
  font-weight: 700;
  padding: 12px 24px;
  background-color: var(--tertiary-color);
  margin-top: 25px;
}

.recent-project .part {
  background: #D7CACA;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.recent-project .part::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(4, 49, 184, 0.7);
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 10px;
  transition: 0.3s;
}
.recent-project .part .part-thumb {
  width: 100%;
}
.recent-project .part .part-thumb img {
  border-radius: 10px;
}
.recent-project .part .part-content {
  position: absolute;
  text-align: center;
  opacity: 0;
}
.recent-project .part .part-content span {
  font-size: 18px;
  font-weight: normal;
  color: white;
  display: block;
  padding-bottom: 30px;
}
.recent-project .part .part-content .part-icon {
  position: absolute;
  left: 230px;
  bottom: 310px;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 1px solid #FEA834;
  border-radius: 25px;
}
.recent-project .part .part-content .part-icon img {
  padding: 6px 0px 0px 6px;
}
.recent-project .part .part-content h4 {
  color: #FEA834;
}
.recent-project .part .part-content p {
  color: #FEA834;
}
.recent-project .part:hover::before {
  opacity: 1;
}
.recent-project .part:hover .part-content {
  opacity: 1;
}
.recent-project .recent-project-slider {
  position: relative;
  padding-bottom: 33px;
}
.recent-project .recent-project-slider .right-arrow {
  position: absolute;
  bottom: -45px;
  right: 47%;
  display: inline-block;
  cursor: pointer;
}
.recent-project .recent-project-slider .left-arrow {
  position: absolute;
  bottom: -45px;
  left: 47%;
  display: inline-block;
  cursor: pointer;
}

.testimonial {
  background-image: url("../images/testimonial.png"), linear-gradient(0deg, rgb(240, 248, 255), rgb(240, 248, 255));
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
.testimonial .revew-card {
  background-color: white;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px 76px 30px;
  position: relative;
  z-index: 0;
  margin: 0px 15px 30px 15px;
}
.testimonial .revew-card:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 18px;
  background: url(../images/icon/comma.png) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  z-index: 1;
}
.testimonial .revew-card:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -25px;
  background: url(../images/icon/comma2.png) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  z-index: 1;
}
.testimonial .revew-card .revew-heading {
  padding-bottom: 30px;
}
.testimonial .revew-card .revew-heading .revew-public .revew-name {
  margin: auto 0;
}
.testimonial .revew-card .revew-heading .revew-public .revew-name .revew-title {
  font-size: 18px;
  font-weight: 600;
}
.testimonial .revew-card blockquote {
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  padding-bottom: 14px;
  line-height: 30px;
}
.testimonial .revew-card .icon-box i {
  color: #FEA834;
  font-size: 24px;
}
.testimonial .revew-slider {
  position: relative;
}
.testimonial .revew-slider .right-arrow {
  position: absolute;
  bottom: -45px;
  right: 47%;
  display: inline-block;
  cursor: pointer;
}
.testimonial .revew-slider .left-arrow {
  position: absolute;
  bottom: -45px;
  left: 47%;
  display: inline-block;
  cursor: pointer;
}

.count-item .thumb {
  height: 120px;
  width: 120px;
  padding: 10px;
}
.count-item .award-thumb {
  padding-bottom: 20px;
}
.count-item h2 {
  padding-bottom: 30px;
  color: var(--senary-color);
}
.count-item h2 span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.count-item p {
  color: var(--senary-color);
}

.working-process {
  background-image: url("../images/testimonial.png"), linear-gradient(0deg, rgb(240, 248, 255), rgb(240, 248, 255));
}
.working-process .heading-title {
  padding-bottom: 103px;
}
.working-process .part-item {
  position: relative;
}
.working-process .part-item .thumb-img {
  padding-bottom: 30px;
}
.working-process .part-item .thumb-title {
  height: 46px;
  width: 46px;
  background-color: var(--senary-color);
  border-radius: 50%;
  z-index: 1;
}
.working-process .part-item .thumb-title h5 {
  display: inline-block;
  color: white;
  text-align: center;
  padding-top: 6px;
  font-weight: 700;
  font-size: 18px;
}
.working-process .part-item h5 {
  padding-top: 30px;
}
.working-process .part-item::before {
  content: "";
  position: absolute;
  border-bottom: 3px dashed #DBD7D7;
  bottom: 82px;
  width: 100%;
}

.team-member .heading-title {
  padding-bottom: 60px;
}
.team-member .team-slider {
  position: relative;
}
.team-member .team-slider .member-card {
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
.team-member .team-slider .member-card h4 {
  padding-bottom: 20px;
}
.team-member .team-slider .member-card span {
  padding-bottom: 30px;
  display: block;
}
.team-member .team-slider .member-card .member-img {
  padding-bottom: 30px;
  position: relative;
}
.team-member .team-slider .member-card .member-img .social-icon {
  width: 48px;
  height: 64px;
  background: #FEA834;
  border-radius: 0px 0px 30px 30px;
  position: absolute;
  top: 0;
  right: 30px;
}
.team-member .team-slider .member-card .member-img .social-icon a i {
  font-size: 24px;
}
.team-member .team-slider .right-arrow {
  position: absolute;
  bottom: -50px;
  right: 47%;
  display: inline-block;
  cursor: pointer;
}
.team-member .team-slider .left-arrow {
  position: absolute;
  bottom: -50px;
  left: 47%;
  display: inline-block;
  cursor: pointer;
}

.gallery .gallery-slider .thumb-item {
  margin: 0 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--senary-color);
  background-color: var(--tertiary-color);
}

.nav-link:hover,
.nav-link:focus {
  color: inherit;
}

.pricing-plan ul {
  margin: 40px 0 58px 0;
}
.pricing-plan .pricing-card-two {
  background-color: var(--primary-color);
  position: relative;
  overflow: hidden;
}
.pricing-plan .pricing-card-two::before {
  content: "Best Selling";
  position: absolute;
  top: 35px;
  right: -43px;
  background: #FEA834;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 50px;
  border-radius: 5px;
  transform: rotate(45deg);
}
.pricing-plan .pricing-card-two .btnhover:hover {
  color: white;
}
.pricing-plan .pricing-card {
  height: auto;
  padding: 30px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.pricing-plan .pricing-card .thumb-img {
  width: 120px;
  height: 120px;
  background-color: var(--primary-color);
  padding: 15px;
  border-radius: 10px;
}
.pricing-plan .pricing-card .thumb-img img {
  width: 100%;
}
.pricing-plan .pricing-card .thumb-img-two {
  background-color: var(--tertiary-color);
}
.pricing-plan .pricing-card .thumb-title {
  padding-top: 30px;
  border-bottom: 1px solid #DBD7D7;
}
.pricing-plan .pricing-card .thumb-title .title {
  padding-bottom: 20px;
  color: var(--senary-color);
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
.pricing-plan .pricing-card .thumb-title .price-style {
  padding-bottom: 20px;
}
.pricing-plan .pricing-card .thumb-title .title-ammout {
  color: var(--primary-color);
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 20px;
}
.pricing-plan .pricing-card .thumb-title .title-ammout span {
  font-size: 18px;
  font-weight: 400;
  color: var(--senary-color);
  margin: 0;
  padding: 0;
}
.pricing-plan .pricing-card .thumb-title .title-ammout-two {
  color: var(--tertiary-color);
}
.pricing-plan .pricing-card .thumb-title .title-info {
  padding-bottom: 30px;
}
.pricing-plan .pricing-card h5 {
  padding: 30px 0px 20px 0px;
}
.pricing-plan .pricing-card .pricing-service {
  padding: 0px 0px 20px 60px;
}
.pricing-plan .pricing-card .pricing-service .pricing-service-icon span {
  margin-left: 10px;
  padding-bottom: 22px;
}
.pricing-plan .pricing-card .pricing-service .pricing-service-icon .pricing-icon-style {
  margin-top: 2px;
  background-color: var(--primary-color);
  height: 32px;
  width: 32px;
  padding: 5px;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 12px;
}
.pricing-plan .pricing-card .pricing-service .pricing-service-icon p {
  padding-left: 10px;
  padding-bottom: 20px;
}
.pricing-plan .pricing-card .pricing-service .pricing-service-icon-two .pricing-icon-style-two {
  background-color: #FEA834;
  color: var(--primary-color);
}
.pricing-plan .pricing-card a .button {
  font-size: 18px;
  border: 1px solid #FEA834;
  border-radius: 5px;
  font-weight: 700;
  color: #031959;
  width: 100%;
}

.pricing-plan .pricing-card .pricing-service .pricing-service-icon .pricing-icon-style {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
}

.call-to-action {
  background-image: url("../images/testimonial.png"), linear-gradient(0deg, rgb(240, 248, 255), rgb(240, 248, 255));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.call-to-action h2 {
  color: var(--senary-color);
  padding-bottom: 40px;
}
.call-to-action .button-box .button {
  font-size: 18px;
  border: 1px solid #FEA834;
  border-radius: 5px;
  font-weight: 700;
  color: #031959;
  padding: 15px 30px;
}
.call-to-action .button-box .btn-one {
  background-color: #FEA834;
}
.call-to-action .button-box .btn-one:hover {
  background-color: white;
}
.call-to-action .button-box .btn-two:hover {
  background-color: #FEA834;
}

.latest-news {
  padding-bottom: 176px;
}
.latest-news .heading-title {
  padding-bottom: 60px;
}
.latest-news .latest-slider {
  position: relative;
}
.latest-news .latest-slider .slider-item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 424px;
  margin-bottom: 30px;
}
.latest-news .latest-slider .slider-item .thumb-img {
  border-radius: 10px;
  position: relative;
}
.latest-news .latest-slider .slider-item .thumb-img img {
  border-radius: 10px;
}
.latest-news .latest-slider .slider-item .thumb-img .time-section {
  background: #004C9D;
  border-radius: 10px;
  height: auto;
  color: white;
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.latest-news .latest-slider .slider-item .thumb-img .time-section h4 {
  padding-bottom: 10px;
}
.latest-news .latest-slider .slider-item .thumb-img .time-section .date-time .day-style {
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
}
.latest-news .latest-slider .slider-item .thumb-img .time-section .may {
  color: white;
  font-size: 24px;
  line-height: 34px;
}
.latest-news .latest-slider .slider-item .thumb-img .time-section p {
  font-size: 24px;
  font-weight: 400;
}
.latest-news .latest-slider .slider-item .slider-title {
  padding: 30px;
}
.latest-news .latest-slider .slider-item .slider-title .profile .user-id {
  margin-bottom: 30px;
}
.latest-news .latest-slider .slider-item .slider-title .profile .user-id .profile-post {
  margin-left: 10px;
}
.latest-news .latest-slider .slider-item .slider-title h5 {
  padding-bottom: 20px;
  color: #031959;
  font-size: 24px;
  font-weight: 700;
}
.latest-news .latest-slider .slider-item .slider-title p {
  padding-bottom: 30px;
}
.latest-news .latest-slider .slider-item .slider-title .button {
  color: #031959;
  background-color: #FEA834;
  font-size: 18px;
  padding: 12px 24px;
  font-weight: 700;
}
.latest-news .latest-slider .right-arrow {
  position: absolute;
  bottom: -45px;
  right: 47%;
  display: inline-block;
  cursor: pointer;
}
.latest-news .latest-slider .left-arrow {
  position: absolute;
  bottom: -45px;
  left: 47%;
  display: inline-block;
  cursor: pointer;
}

.footer-section {
  background: #021E74;
  color: white;
}
.footer-section .footer-border {
  border-bottom: 1px solid white;
  padding-bottom: 40px;
}
.footer-section .footer-border .work-time .company-info {
  margin-top: 30px;
  padding-bottom: 25px;
  font-weight: 300;
}
.footer-section .footer-border .work-time .open-close {
  color: #FEA834;
  font-weight: 300;
}
.footer-section .footer-border .office-info h4 {
  padding-bottom: 30px;
}
.footer-section .footer-border .office-info ul li {
  padding-bottom: 10px;
}
.footer-section .footer-border .office-info ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.footer-section .footer-border .quick-link h4 {
  padding-bottom: 30px;
}
.footer-section .footer-border .quick-link ul li {
  padding-bottom: 10px;
}
.footer-section .footer-border .quick-link ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.footer-section .footer-border .newsletter h4 {
  padding-bottom: 30px;
}
.footer-section .footer-border .newsletter p {
  padding-bottom: 30px;
  font-weight: 300;
}
.footer-section .footer-border .newsletter .input-group {
  width: 100%;
  margin-bottom: 30px;
}
.footer-section .footer-border .newsletter .input-group .email-submit {
  display: flex;
  width: 100%;
}
.footer-section .footer-border .newsletter .input-group .email-submit .form-control {
  border: none;
  border-radius: 0;
  padding: 17px 30px 17px 30px;
  border-radius: 10px 0 0 10px;
}
.footer-section .footer-border .newsletter .input-group .email-submit .form-control:focus {
  outline: none;
}
.footer-section .footer-border .newsletter .input-group .input-group-text {
  background-color: #FEA834;
  border: none;
  padding: 17px 30px 17px 30px;
  display: block;
  border-radius: 0 10px 10px 0;
}
.footer-section .footer-border .newsletter .input-group .input-group-text i {
  color: black;
  width: 18px;
  height: 18px;
  transform: rotate(-45deg);
  text-align: center;
}
.footer-section .footer-border .newsletter .social-icon a i {
  font-size: 22px;
  color: #FEA834;
}
.footer-section .footer-border .newsletter .social-icon .icon-padding {
  padding-left: 20px;
}
.footer-section .support-service {
  padding: 30px 0px;
}
.footer-section .support-service p {
  font-weight: 300;
}
.footer-section .support-service p a:hover {
  color: #FEA834;
}
.footer-section .support-service .support a {
  font-weight: 300;
  padding-left: 24px;
}

.about-header {
  background-image: url("../images/testimonial.png"), linear-gradient(0deg, rgb(240, 248, 255), rgb(240, 248, 255));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-header .about-padding {
  padding: 190px 0 95px 0;
}
.about-header .about-banner .item-one {
  color: var(--quaternary-color);
}
.about-header .about-banner .item-two {
  margin-top: 5px;
}
.about-header .about-banner .item-two nav ol li a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.about-header .about-banner .item-two .about-active {
  color: var(--quaternary-color);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.about-header .about-banner .item-two .about-active::before {
  content: ">";
}

.our-values .all-heading-title p {
  font-size: 18px;
  padding-bottom: 40px;
}
.our-values .all-heading-title button {
  background-color: var(--tertiary-color);
  padding: 15px 30px 15px 30px;
  color: var(--senary-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}
.our-values .value-card .item {
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px;
  margin-right: 5px;
}
.our-values .value-card .item .thumb-img {
  max-width: 100px;
  max-height: 100px;
  background-color: var(--primary-color);
  padding: 15px;
  border-radius: 10px;
  margin: 0 auto;
}
.our-values .value-card .item h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: var(--senary-color);
  padding: 30px 0 20px 0;
}
.our-values .value-card .item p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: var(--senary-color);
}
.our-values .value-card .item-pd {
  padding-bottom: 30px;
}

.about-call-action {
  background-image: none;
}

.card-service {
  transition: 0.5s linear;
}
.card-service .card {
  padding: 30px;
  border: none;
}
.card-service:hover {
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.pagination-padding {
  padding-top: 52px;
}
.pagination-padding .pagination .page-item {
  padding-left: 10px;
}
.pagination-padding .pagination .page-item .page-link {
  display: inline;
  border: 1px solid var(--tertiary-color);
  border-radius: 5px;
  color: var(--senary-color);
  padding: 12px 24px;
  font-size: 18px;
}
.pagination-padding .pagination .page-item .page-link:hover {
  background-color: var(--tertiary-color);
}
.pagination-padding .pagination .page-item .page-link:active {
  background-color: var(--tertiary-color);
}
.pagination-padding .pagination .page-item .next-icon img {
  margin-top: -8px;
}
.pagination-padding .pagination .page-item .active {
  background-color: var(--tertiary-color);
}

.btn:hover {
  background-color: #FEA834;
}

.page-link:focus {
  box-shadow: none;
  background-color: inherit;
}

.testimonial-two {
  background-image: none;
}

.faq-padding {
  padding-bottom: 60px;
}

.accordion-item {
  border: none;
  border-radius: 5px;
}

.style-border {
  border: 1px solid #DBD7D7;
  margin-bottom: 30px;
  border-radius: 5px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  color: #0431B8;
  padding: 0 77px 15px 30px;
}

.accordion-button:not(.collapsed) {
  color: #031959;
  background-color: white;
}

.accordion-item .accordion-button {
  border-radius: 5px;
}

.accordion-button {
  font-size: 18px;
  color: #031959;
  background-color: #fff;
  padding: 0px 30px 0px 30px;
  border: none;
}

.basic-pack .basic-details .thumb-icon {
  height: 120px;
  width: 120px;
  background-color: var(--primary-color);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basic-pack .basic-details h2 {
  padding: 30px 0;
}
.basic-pack .basic-details p {
  color: var(--senary-color);
  padding-bottom: 30px;
}
.basic-pack .basic-details h4 {
  padding-bottom: 30px;
}
.basic-pack .basic-details .service-list .item .round-icon {
  padding: 3px 10px 0 0;
}
.basic-pack .basic-details .service-list .item .round-icon i {
  color: var(--primary-color);
}
.basic-pack .basic-details .service-list .item p {
  padding-bottom: 20px;
}
.basic-pack .buy-card {
  padding: 20px 30px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.basic-pack .buy-card .buy-title {
  border-bottom: 1px solid #DBD7D7;
}
.basic-pack .buy-card .buy-title h3 {
  color: var(--senary-color);
  padding-bottom: 20px;
}
.basic-pack .buy-card .buy-title p {
  color: var(--senary-color);
  padding-bottom: 30px;
}
.basic-pack .buy-card .title-ammout {
  font-size: 43px;
  font-weight: 700;
  color: var(--primary-color);
  padding-top: 30px;
}
.basic-pack .buy-card .title-ammout span {
  font-size: 24px;
  color: var(--senary-color);
}
.basic-pack .buy-card .pricing-service {
  padding: 30px 0px 0px 0px;
}
.basic-pack .buy-card .pricing-service .pricing-service-icon i {
  background-color: var(--primary-color);
  padding: 5px;
  border-radius: 50%;
  color: white;
}
.basic-pack .buy-card .pricing-service .pricing-service-icon p {
  padding-left: 10px;
  padding-bottom: 20px;
}
.basic-pack .buy-card .pricing-service .pricing-service-icon-two i {
  background-color: #FEA834;
  color: var(--primary-color);
}
.basic-pack .buy-card .select-option {
  padding-bottom: 40px;
}
.basic-pack .buy-card .select-option .custom-select {
  border: 1px solid #DBD7D7;
  border-radius: 5px;
  padding: 12px 30px;
}
.basic-pack .buy-card .select-option .custom-select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.basic-pack .buy-card button {
  width: 100%;
}

.contact-section .title-padding {
  padding-bottom: 60px;
}
.contact-section .contact-card {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.contact-section .contact-card .thumb-img {
  width: 80px;
  height: 80px;
  background-color: var(--primary-color);
  border-radius: 10px;
}
.contact-section .contact-card h4 {
  padding: 30px 0 20px 0;
}

.get-quote {
  background-image: url("../images/testimonial.png"), linear-gradient(0deg, rgb(240, 248, 255), rgb(240, 248, 255));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.get-quote .contact-quote h3 {
  padding-bottom: 60px;
}
.get-quote .contact-quote .contact-form {
  border-radius: 5px;
}
.get-quote .contact-quote .contact-form .row {
  padding-bottom: 30px;
}
.get-quote .contact-quote .contact-form .row input {
  padding: 12px 30px 12px 30px;
}
.get-quote .contact-quote .contact-form .row input::-moz-placeholder {
  color: #031959;
}
.get-quote .contact-quote .contact-form .row input::placeholder {
  color: #031959;
}
.get-quote .contact-quote .contact-form .form-select {
  padding: 12px 30px 12px 30px;
  margin-bottom: 30px;
}
.get-quote .contact-quote .contact-form .form-select::-moz-placeholder {
  color: #031959;
}
.get-quote .contact-quote .contact-form .form-select::placeholder {
  color: #031959;
}
.get-quote .contact-quote .contact-form textarea {
  resize: none;
  height: 120px;
  padding: 12px 30px 12px 30px;
  margin-bottom: 40px;
}
.get-quote .contact-quote .contact-form textarea::-moz-placeholder {
  color: #031959;
}
.get-quote .contact-quote .contact-form textarea::placeholder {
  color: #031959;
}
.get-quote .item-image {
  direction: ltr;
}
.get-quote .item-image img {
  width: 100%;
}

.form-control:focus {
  border-color: #DBD7D7;
  box-shadow: none;
}

.form-select:focus {
  border-color: #DBD7D7;
  box-shadow: none;
}

.map-section {
  line-height: 0;
}
.map-section iframe {
  width: 100%;
  height: 800px;
}

@media (max-width: 1399px) {
  .header-section .banner-content h1 {
    font-size: 57px;
    line-height: 74px;
  }
  .about-section {
    background-color: #F0F8FF;
  }
  .about-section .about-image img {
    max-width: 100%;
  }
  .about-section .about-title .about-card .about-card-icon {
    width: 150px;
  }
  .footer-section .footer-border .newsletter .input-group .input-group-text {
    right: 0px;
  }
  .about-header .about-padding {
    padding: 190px 0 95px 0;
  }
}
@media (max-width: 1199px) {
  .navbar-nav {
    margin-left: 40px;
  }
  .respon-margin {
    margin-left: 40px;
  }
  .header-section .hero-padding {
    padding: 230px 0 0 0;
  }
  .banner-image {
    text-align: center;
  }
  .banner-image .banner-image-respon {
    max-width: 60%;
  }
  .card .icon-fixed {
    max-width: 80px;
    max-height: 80px;
  }
  .card .card-body h4 {
    font-size: 20px;
    line-height: 33px;
  }
  .card .card-body p {
    font-size: 14px;
    line-height: 22px;
  }
  .slide-padding-buttom {
    padding-bottom: 70px;
  }
  .about-section .about-title .about-card .about-card-icon {
    width: inherit;
  }
  .about-section .about-image {
    margin-bottom: 60px;
    direction: inherit;
  }
  .about-section .about-image img {
    width: 100%;
  }
  .about-section .about-image .image-card {
    display: none;
  }
  .recent-project .recent-project-slider {
    padding-bottom: 0;
  }
  .testimonial .revew-card {
    box-shadow: none;
    margin-bottom: 0;
  }
  .pricing-plan .pricing-card .pricing-service {
    padding: 0;
  }
  .latest-news {
    padding-bottom: 90px;
  }
  .footer-section .footer-border .newsletter .input-group .input-group-text {
    right: -40px;
  }
  .about-header .about-padding {
    padding: 190px 0 80px 0;
  }
  .accordion-body {
    color: #0431B8;
    padding: 0 77px 15px 30px;
  }
  .accordion-item .accordion-button {
    line-height: 24px;
    padding: 15px 30px 15px 30px;
  }
  .map-section iframe {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .scrollToTop {
    bottom: 30px;
    right: 10px;
  }
  .main-header {
    padding-bottom: 60px;
  }
  .navbar-toggler {
    margin-right: 30px;
    background-color: var(--tertiary-color);
  }
  .navbar-logo {
    padding: 0;
  }
  .nav-link {
    font-size: 10px;
    color: #fff;
  }
  .menu-responsive2 .menu-responsive {
    margin: -10px 0 -15px 0;
  }
  .navbar-nav {
    margin-left: 40px;
    padding-bottom: 17px;
  }
  .header-section .hero-padding {
    padding: 170px 0 0 0;
  }
  .slideContent {
    margin-left: 20px;
  }
  .service-section .card {
    padding: 30px;
    border: none;
  }
  .service-section .card .icon-fixed {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin: 0 auto 8px;
  }
  .service-section .card .card-body h4 {
    margin-bottom: 10px;
  }
  .service-section .card .card-body p {
    margin-bottom: 35px;
  }
  .about-section .about-title {
    padding-left: 10px;
  }
  .about-section .about-title .responsive-padding {
    text-align: center;
  }
  .about-section .about-title h5 {
    padding-bottom: 16px;
  }
  .about-section .about-title h2 {
    padding-bottom: 10px;
  }
  .about-section .about-title .about-card .about-card-icon {
    width: 100px;
    height: auto;
  }
  .count-item {
    margin: 0 auto;
  }
  .working-process .heading-title {
    padding-bottom: 70px;
  }
  .pricing-plan ul {
    margin: 20px 0 60px 0;
  }
  .pricing-plan ul li .nav-link {
    font-size: inherit;
    color: inherit;
  }
  .margin-15 {
    margin-top: 30px;
  }
  .footer-section .footer-border .work-time .company-info {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .footer-section .footer-border .office-info h4 {
    padding-bottom: 15px;
  }
  .footer-section .footer-border .quick-link h4 {
    padding-bottom: 15px;
  }
  .footer-section .footer-border .newsletter h4 {
    padding-bottom: 15px;
  }
  .footer-section .support-service {
    padding: 30px 0px;
    text-align: center;
  }
  .footer-section .support-service .support a {
    padding-left: 5px;
  }
  .footer-section .footer-border .office-info ul li a {
    font-size: 16px;
  }
  .footer-section .footer-border .office-info ul li {
    padding-bottom: inherit;
  }
  .about-header .about-padding {
    padding: 120px 0 40px 0;
  }
  .card-serivec-responsive {
    display: none;
  }
  .get-quote .item-image {
    text-align: center;
  }
  .get-quote .item-image img {
    width: 80%;
  }
  .map-section iframe {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .scrollToTop {
    display: none;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .padding-top {
    padding-top: 70px;
  }
  .button4 {
    padding: 12px 24px;
  }
  .navbar-nav {
    margin-left: 14px;
  }
  .respon-7 {
    padding-left: 30px;
  }
  .header-section .header-width .navbar-logo a img {
    width: 120px;
    height: auto;
  }
  .header-section .header-width ul li {
    padding-left: 30px;
  }
  .header-section .header-width ul li .nav-link {
    font-size: 14px;
    line-height: 18px;
  }
  .header-section .header-width ul li .dropdown-menu {
    margin: 0;
    padding: 0;
  }
  .header-section .header-width .slideContent {
    margin-left: 0;
  }
  .header-section .header-width .respon-margin {
    margin-left: 14px;
    font-size: 14px;
    line-height: 20px;
  }
  .header-section .banner-content h5 {
    padding-bottom: 10px;
  }
  .header-section .banner-content .banner-button {
    margin-top: inherit;
  }
  .header-section .hero-padding {
    padding: 140px 0 0 0;
  }
  .header-section .header-width ul li ul li .dropdown-item {
    font-size: 14px;
    line-height: 18px;
  }
  .header-section .header-width ul li .nav-link {
    font-size: 14px;
    line-height: 18px;
  }
  .navbar-nav {
    margin-top: 20px;
  }
  .service-section {
    margin-bottom: 0px;
  }
  .service-section .service-section .card .card-body button {
    font-size: 12px;
    padding: 10px 20px;
  }
  .about-section .about-image img {
    max-width: 100%;
  }
  .about-section .about-title {
    padding-left: 10px;
  }
  .about-section .about-title .about-card .about-card-icon {
    height: 80px;
    width: 130px;
  }
  .about-section .about-title .button {
    font-size: 12px;
    padding: 10px 20px;
  }
  .recent-project .recent-project-slider {
    padding-bottom: 0px;
  }
  .testimonial .revew-slider {
    padding-bottom: 0px;
  }
  .count-item h2 {
    padding-bottom: 0px;
  }
  .count-item .thumb {
    height: 70px;
    width: 70px;
    padding: 10px;
  }
  .working-process .heading-title {
    padding-bottom: 0px;
  }
  .working-process .heading-title h5 {
    padding-bottom: 10px;
  }
  .working-process .heading-title h2 {
    padding-bottom: 10px;
  }
  .working-process .part-item {
    padding-top: 40px;
  }
  .working-process .part-item .thumb-img {
    padding-bottom: 10px;
    width: 80px;
    margin: 0 auto;
  }
  .working-process .part-item .thumb-title {
    height: 46px;
    width: 46px;
  }
  .working-process .part-item .thumb-title h5 {
    padding-top: 0;
  }
  .working-process .part-item h5 {
    padding-top: 10px;
  }
  .working-process .part-item::before {
    content: "";
    position: absolute;
    border-bottom: 3px dashed #DBD7D7;
    bottom: 58px;
    width: 100%;
  }
  .working-process .part-item .padding-fixed {
    padding: 0;
  }
  .working-process .part-item-responsive::before {
    content: "";
    position: absolute;
    border-bottom: 3px dashed #DBD7D7;
    bottom: 49px;
    width: 100%;
  }
  .team-member .team-slider {
    padding-bottom: 0px;
  }
  .team-member .team-slider .member-card .member-img img {
    display: block;
    margin: 0 auto;
  }
  .pricing-plan .button-box .button.color-button {
    color: var(--senary-color);
    font-size: 12px;
    padding: 10px 20px;
  }
  .call-to-action .button-box .button {
    font-size: 15px;
    padding: 10px 20px;
  }
  .latest-news .latest-slider .slider-item .slider-title .button {
    font-size: 12px;
    padding: 10px 20px;
  }
  .footer-section .footer-border .work-time .company-info {
    font-size: 16px;
    line-height: 20px;
  }
  .footer-section .footer-border .work-time .open-close {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-section .footer-border .office-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-section .footer-border .newsletter p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-section .support-service .copy-right {
    text-align: center;
  }
  .about-header {
    padding: 70px 0px;
  }
  .about-header .about-padding {
    padding: 0;
  }
  .our-values .all-heading-title p {
    padding-bottom: 30px;
  }
  .basic-pack .buy-card .button {
    font-size: 15px;
  }
  .map-section iframe {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .scrollToTop {
    bottom: 10px;
    right: 10px;
  }
  .navbar-logo {
    max-width: 100px;
    height: auto;
  }
  .header-section .main-header {
    padding-bottom: 50px;
  }
  .header-section .main-header .banner-content {
    padding-bottom: 50px;
  }
  .header-section .main-header .banner-content h5 {
    padding-bottom: 20px;
  }
  .header-section .main-header .banner-content h1 {
    padding-bottom: 0;
  }
  .header-section .hero-padding .banner-content h5 {
    font-size: 16px;
  }
  .header-section .hero-padding .banner-content h1 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 10px;
  }
  .header-section .hero-padding .banner-content P {
    font-size: 16px;
    line-height: 22px;
  }
  .header-section .hero-padding .banner-content .button1 {
    font-size: 16px;
  }
  .header-section .hero-padding .banner-content .button2 {
    font-size: 16px;
  }
  .header-section .hero-padding .banner-content .button1 {
    font-size: 15px;
  }
  .header-section .hero-padding .banner-content .button2 {
    font-size: 15px;
  }
  .about-section .about-title .about-card .about-card-icon {
    height: auto;
    width: inherit;
    margin: auto 0;
    padding: 10px;
  }
  .about-section .about-title .responsive-padding h5 {
    padding-bottom: 10px;
  }
  .about-section .about-title .responsive-padding p {
    padding-bottom: 30px;
  }
  .about-section .about-title .button {
    margin-top: 5px;
  }
  .about-section .about-card .about-card-title h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .about-section .about-card .about-card-title p {
    font-size: 14px;
    line-height: 20px;
  }
  .working-process .part-item .thumb-title h5 {
    padding-top: 0;
    margin-top: 10px;
  }
  .working-process .part-item {
    padding-top: 30px;
  }
  .pricing-plan .button-box .button.color-button {
    color: var(--senary-color);
    font-size: 12px;
    padding: 7px 15px;
  }
  .pricing-plan .button-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pricing-plan .pricing-card .pricing-service {
    padding: 0px 0px 30px 60px;
  }
  .margin-15 {
    margin-top: 0px;
  }
  .latest-news .latest-slider .slider-item .slider-title h5 {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .latest-news .latest-slider .slider-item .slider-title p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 20px;
  }
  .footer-section .footer-border .work-time .logo {
    width: 70px;
    height: auto;
    padding-bottom: 10px;
  }
  .footer-section .footer-border .work-time .logo img {
    max-width: 100px;
    height: auto;
  }
  .footer-section .footer-border .work-time .company-info {
    padding-bottom: 10px;
  }
  .footer-section .footer-border .office-info {
    margin-top: 10px;
  }
  .footer-section .footer-border .office-info h4 {
    padding-bottom: 20px;
  }
  .footer-section .footer-border .office-info p {
    padding-bottom: 5px;
  }
  .footer-section .support-service {
    padding: 10px 0px;
  }
  .footer-section .support-service p {
    font-size: 14px;
    line-height: 16px;
  }
  .footer-section .support-service a {
    font-size: 14px;
    line-height: 10px;
  }
  .footer-section .footer-border .newsletter .input-group .email-submit {
    width: 85%;
  }
  .about-header {
    padding-bottom: 50px;
  }
  .card-serivec-responsive {
    display: inherit;
  }
  .accordion-button {
    font-size: 16px;
    line-height: 20px;
    border: none;
  }
  .accordion-body {
    padding-top: 0px;
    font-size: 14px;
    border: none;
  }
  .basic-pack .basic-details .thumb-icon {
    height: 80px;
    width: 80px;
  }
  .contact-section .contact-card .thumb-img {
    width: 70px;
    height: 70px;
    padding: 10px;
  }
  .contact-section .contact-card h4 {
    font-size: 18px;
    padding: 15px 0 10px 0;
  }
  .contact-section .contact-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-section .title-padding {
    padding-bottom: 30px;
  }
  .get-quote .contact-quote .contact-form .row input {
    padding: 6px 0px 6px 15px;
  }
  .get-quote .contact-quote .contact-form .row input::-moz-placeholder {
    font-size: 14px;
  }
  .get-quote .contact-quote .contact-form .row input::placeholder {
    font-size: 14px;
  }
  .get-quote .contact-quote h3 {
    padding-bottom: 30px;
  }
  .get-quote .contact-quote .contact-form .form-select {
    padding: 6px 0px 6px 15px;
  }
  .get-quote .contact-quote .contact-form .form-select::-moz-placeholder {
    font-size: 14px;
  }
  .get-quote .contact-quote .contact-form .form-select::placeholder {
    font-size: 14px;
  }
  .get-quote .contact-quote .contact-form textarea {
    padding: 6px 0px 6px 15px;
  }
  .get-quote .contact-quote .contact-form textarea::-moz-placeholder {
    font-size: 14px;
  }
  .get-quote .contact-quote .contact-form textarea::placeholder {
    font-size: 14px;
  }
  .map-section iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .button4 {
    padding: 10px 20px;
    font-size: 15px;
  }
  .icon-320 {
    height: 70px;
    width: 70px;
  }
  .main-header .header-width .navbar-logo {
    padding-left: 20px;
  }
  .main-header .header-width .navbar-logo a img {
    width: 100px;
    height: auto;
  }
  .header-section .hero-padding {
    padding: 105px 0 0 0;
  }
  .service-section .card {
    padding: 8px;
    border: none;
  }
  .service-section .card .icon-fixed {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    margin: 0 auto 10px;
  }
  .service-section .card .card-body h4 {
    margin-bottom: 10px;
  }
  .service-section .card .card-body p {
    margin-bottom: 25px;
  }
  .about-section .about-title .about-card {
    padding: 10px;
  }
  .revew-card:before {
    display: none;
  }
  .revew-card:after {
    display: none;
  }
  .testimonial .revew-card {
    padding: 20px;
  }
  .testimonial .revew-card .revew-heading {
    padding-bottom: 10px;
  }
  .testimonial .revew-card .revew-heading .revew-public .revew-img {
    width: 60px;
  }
  .testimonial .revew-card .revew-heading .revew-public .revew-name .revew-title {
    font-size: 16px;
    font-weight: 600;
  }
  .testimonial .revew-card .revew-heading .revew-public .revew-name p {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial .revew-card blockquote {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 0px;
    line-height: 22px;
  }
  .testimonial .revew-card .icon-box i {
    color: #FEA834;
    font-size: 16px;
  }
  .count-item .part-count {
    height: 190px;
    width: 225px;
  }
  .count-item .part-count .counters {
    margin-top: 20px;
  }
  .count-item .part-count2 {
    padding-top: 0;
  }
  .team-member .heading-title {
    padding-bottom: 30px;
  }
  .pricing-plan .pricing-card {
    padding: 30px 10px;
  }
  .pricing-plan ul {
    margin: 0 0 40px 0;
  }
  .pricing-plan .button-box .button.color-button {
    color: var(--senary-color);
    font-size: 7px;
    padding: 7px 10px;
  }
  .pricing-plan .button-box .color-button {
    margin-top: 12px;
    margin-left: 11px;
  }
  .pricing-plan .pricing-card .thumb-img {
    width: 70px;
    height: 70px;
    padding: 5px;
  }
  .pricing-plan .pricing-card .thumb-title {
    padding-top: 10px;
  }
  .pricing-plan .pricing-card .thumb-title .title {
    padding-bottom: 10px;
  }
  .pricing-plan .pricing-card .thumb-title .title-ammout {
    padding-bottom: 10px;
  }
  .pricing-plan .pricing-card .thumb-title .title-info {
    padding-bottom: 15px;
  }
  .pricing-plan .pricing-card h5 {
    padding: 15px 0 10px 0;
  }
  .pricing-plan .pricing-card .pricing-service .pricing-service-icon p {
    padding-bottom: 10px;
  }
  .pricing-plan .pricing-card .pricing-service {
    padding: 0;
  }
  .all-heading-title p {
    padding-bottom: 15px;
  }
  .call-to-action h2 {
    color: var(--senary-color);
    padding-bottom: 20px;
  }
  .latest-news .all-heading-title {
    padding-bottom: 30px;
  }
  .latest-news .latest-slider .slider-title {
    padding: 15px;
  }
  .latest-news .latest-slider .slider-title .profile .profile-pic {
    width: 18px;
    height: auto;
  }
  .latest-news .latest-slider .slider-title .profile p {
    font-size: 12px;
  }
  .latest-news .latest-slider .slider-item .thum-img .time-section .date-time .day-style {
    font-size: 18px;
  }
  .latest-news .latest-slider .slider-item .slider-title {
    padding: 30px 8px;
  }
  .latest-news .latest-slider .slider-item .thumb-img .time-section h4 {
    padding-bottom: 0;
  }
  .latest-news .latest-slider .slider-item .thumb-img .time-section .may {
    font-size: 16px;
  }
  .latest-news .latest-slider .slider-item .thumb-img .time-section p {
    font-size: 16px;
  }
  .latest-news .latest-slider .slider-item .thumb-img .time-section .may {
    font-size: 15px;
    line-height: 18px;
  }
  .latest-news .latest-slider .slider-item .thumb-img .time-section .date-time .day-style {
    font-size: 20px;
    line-height: 18px;
  }
  .latest-news .latest-slider .slider-item .thumb-img .time-section .date-time .month-style {
    font-size: 14px;
  }
  .footer-section .footer-border .newsletter .input-group .email-submit .form-control {
    padding: 10px 30px 10px 30px;
  }
  .footer-section .footer-border .newsletter .input-group .input-group-text {
    padding: 10px 20px 10px 20px;
  }
  .about-header .about-banner .item-two nav ol li a {
    font-size: 15px;
    line-height: 30px;
  }
  .about-header .about-banner .item-two .about-active {
    font-size: 15px;
    line-height: 30px;
  }
  .our-values .all-heading-title p {
    padding-bottom: 20px;
  }
  .our-values .all-heading-title button {
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .our-values .value-card .item .thumb-img {
    width: 70px;
    height: 70px;
    padding: 10px;
  }
  .our-values .value-card .item h2 {
    padding: 5px 0 5px 0;
    font-size: 20px;
  }
  .our-values .value-card .item p {
    font-size: 14px;
    padding-top: 0;
    line-height: 20px;
  }
  .about-section .about-title .about-button-margin {
    margin-top: 15px;
  }
  .service-section .card {
    padding: 30px;
    border: none;
  }
  .pagination-padding {
    padding-top: 30px;
  }
  .faq-padding {
    padding-bottom: 30px;
  }
  .accordion-body {
    color: #0431B8;
    padding: 0 5px 5px 5px;
  }
  .accordion-item .accordion-button {
    line-height: 24px;
    padding: 5px 4px 5px 5px;
  }
  .about-banner {
    display: flex;
    flex-wrap: wrap;
  }
  .basic-pack .basic-details .thumb-icon {
    height: 70px;
    width: 70px;
    padding: 5px;
  }
}/*# sourceMappingURL=style.css.map */