body {
  overflow-x: hidden !important;
  min-width: 510px !;
}

@font-face {
  font-family: arial;
  src: url(../fonts/arial.ttf);
}

@font-face {
  font-family: arialbd;
  src: url(../fonts/arialbd.ttf);
}

@font-face {
  font-family: keepcalm-medium;
  src: url(../fonts/keepcalm-medium.ttf);
}

@font-face {
  font-family: micross;
  src: url(../fonts/micross.ttf);
}

@font-face {
  font-family: Montserrat-VariableFont_wght;
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

@font-face {
  font-family: Origin-Regular;
  src: url(../fonts/Origin-Regular.ttf);
}

@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Titillium-Semibold;
  src: url(../fonts/Titillium-Semibold.otf);
}

@font-face {
  font-family: wingding;
  src: url(../fonts/wingding.ttf);
}

@font-face {
  font-family: WINGDNG2;
  src: url(../fonts/WINGDNG2.TTF);
}

body {
  color: #444444;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}


@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.content1 {
  display: none;
}

#ch {
  display: none;
}

#ch:checked~.content1 {
  display: block;
}

#ch:checked~.label {
  display: none !important;
}

.label {
  display: inline-block;
  cursor: pointer;
  color: #ec3934;
  font-size: 18px;
  /*background-color:red;   */
  /*padding:3px 13px;*/
}

#ch2 {
  display: none;
}

#ch2:checked~.content1 {
  display: block;
}

#ch2:checked~.label {
  display: none !important;
}

#ch3 {
  display: none;
}

#ch3:checked~.content1 {
  display: block;
}

#ch3:checked~.label {
  display: none !important;
}

#ch4 {
  display: none;
}

#ch4:checked~.content1 {
  display: block;
}

#ch4:checked~.label {
  display: none !important;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 120px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

#topbar {
  background: #dadadc;
  height: auto;
  font-size: 15px;
  transition: all 0.5s;
  color: #ee3834;
  padding: 15px;
  font-family: keepcalm-medium;
}

#topbar a {
  color: #ee3834;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.nav-link.active {
  color: red !important;
  font-weight: bold;
}


#header.fixed-top {
  height: 70px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg.webp") top left;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }

  .aboutus-page h1 {
    font-size: 16px !important;
  }
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  font-family: keepcalm-medium;
  color: #001847;
  font-size: 26px;
  margin-bottom: 0.6em;
  text-transform: capitalize;
  text-align: center;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

.emb1 h2 {
  font-size: 23px !important;
}

.emb1 h3 {
  font-size: 23px !important;
}

.emb1 h4 {
  font-size: 23px !important;
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }

  .aboutus-page h1 {
    font-size: 17px !important;
  }

  .aboutcontent p {
    font-size: 15px;
  }

  .aboutcontent-blog-1 h3 {
    font-size: 16px;
  }

  .aboutcontent-blog-1 h4 {
    font-size: 16px;
  }

  .aboutcontent-blog-1 h2 {
    font-size: 16px;
  }

  .aboutcontent-blog-1 p {
    font-size: 14px !important;
  }

  .aboutimg:hover.aboutimg::after {
    transition: all ease 1.1s !important;
    top: 20px !important;
    right: 11px !important;
    border-right: 4px solid #ee3834 !important;
    border-top: 4px solid #ee3834 !important;
  }

  .aboutimg:hover.aboutimg::before {
    transition: all ease 1.1s !important;
    bottom: 20px !important;
    left: 11px !important;
    border-left: 4px solid #ee3834 !important;
    border-bottom: 4px solid #ee3834 !important;
  }
}

.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #106eea;
}

.counts {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/home/19.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 100px 0;
}

.counts h3 {
  font-family: keepcalm-medium;
  color: #ffd038;
  font-size: 36px;
  margin-bottom: 1em;
  margin-top: 0.7em;
}

.counts p {
  color: #fff;
  font-family: sans-serif;
  line-height: 1.5;
  margin-top: 0.4rem;
  margin-bottom: 1.6em;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: transparent;
  margin-top: 25px;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 29px;
  background: #fff;
  color: #011e64;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 39px;
  display: block;
  font-weight: 600;
  color: #ffd038;
}

.counts .count-box span::after {
  content: "+";
  font-size: 27px;
  color: #fff;
  vertical-align: top;
}

#spl-cnt span::after {
  content: "*";
  font-size: 27px;
  color: #ffc931;
  vertical-align: top;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.webp") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}

.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border: 1px solid #011142;
  margin-bottom: 20px;
  font-family: arialbd;
  padding: 20px;
  border-radius: 10px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  font-size: 16px;
  margin-bottom: 1em;
  margin-top: 0.6em;
  line-height: 28px;
  text-transform: capitalize;
  text-align: justify;
  font-weight: 500;
  color: #666;
  padding: 10px 0 0 25px;
}

.faq .container {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 15px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #106eea;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

.blog-page .card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0.45rem;
  box-shadow: 0 0.25rem 1rem 0 rgb(47 91 234 / 15%);
  border: 1px solid #fff;
  padding: 10px;
  transition: all ease 1s;
  font-family: keepcalm-medium;
}

.card {
  margin-top: 30px;
}

.card-img {
  overflow: hidden;
  transition: all ease 1s;
}

.card-img img {
  transition: all ease 1s;
}

.card-img:hover {
  transition: all ease 1s;
  box-shadow: 0px 0px 7px 4px rgb(172 208 239);
}

.blog-page .card:hover .card-img img {
  transform: scale(1.2);
  transition: all ease 1s;
}

.blog-page .card:hover {
  transform: translateY(-15px);
  transition: all ease 1s;
  box-shadow: 0 0.25rem 1rem 0 rgb(26 102 222 / 51%);
}

.text-body {
  color: #111 !important;
  font-size: 17px !important;
  line-height: 30px !important;
  font-family: arialbd;
}

.aboutus-page {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  font-family: var(--bs-body-font-family);
}

.aboutus-page h1 {
  color: #ee3834;
  font-size: 40px;
  font-family: Titillium-Semibold;
}

.aboutcontent {
  margin-top: 50px;
}

.aboutimg {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  transition: all ease 1.1s;
}

.aboutimg img {
  padding: 30px;
  border-radius: 40px;
  transition: all ease 1.1s;
  box-shadow: 0px 0px 5px #333;
}

.aboutcontent p {
  font-size: 17px;
  line-height: 2;
}

.aboutcontent-blog-1 p {
  color: #4e5052;
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
}

.aboutcontent-blog-1 ul li {
  font-size: 17px;
  padding: 5px 0px;
  line-height: 2;
}

.aboutimg img:hover {
  transform: scale(1.1);
  transition: all ease 1.1s;
}

.aboutimg::after {
  content: " ";
  position: absolute;
  height: 55px;
  width: 55px;
  top: 42px;
  right: 42px;
  border-radius: 3px;
  transition: all ease 1.1s;
  border-right: 4px solid rgb(25 42 158);
  border-top: 4px solid rgb(25 42 158);
}

.aboutimg::before {
  content: " ";
  position: absolute;
  height: 55px;
  width: 55px;
  bottom: 42px;
  left: 42px;
  border-radius: 3px;
  transition: all ease 1.1s;
  z-index: 1;
  border-left: 4px solid rgb(25 42 158);
  border-bottom: 4px solid rgb(25 42 158);
}

.aboutimg:hover.aboutimg::after {
  transition: all ease 1.1s;
  top: 12px;
  right: -6px;
  border-right: 4px solid #ee3834;
  border-top: 4px solid #ee3834;
}

.aboutimg:hover.aboutimg::before {
  transition: all ease 1.1s;
  bottom: 12px;
  left: -6px;
  border-left: 4px solid #ee3834;
  border-bottom: 4px solid #ee3834;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #3b393e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
  margin-top: 1em;
}

#footer .footer-top h4 {
  font-size: 23px;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
  font-family: keepcalm-medium;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 9px;
  color: #ffd038;
  font-size: 16px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: transparent;
  color: #ffd038;
  line-height: 1;
  padding: 0px 4px 0px 4px;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s;
  font-size: 20px;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  background-color: #2b292e;
  padding: 15px 0px;
}

#footer .copyright p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

#footer .copyright p a {
  color: #ffd038;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

.navbar .nav-item {
  padding: 13px 7px 10px 10px;
}

.navbar .nav-item .nav-link {
  color: #000000d4;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: Poppins-SemiBold;
}

.navbar .nav-item .active {
  color: #ee3834;
}

.navbar {
  padding: 0px;
}

#side-nave {
  background-color: #ebebeb;
  padding: 10px 20px 13px 20px;
}

#side-nave .nav-item {
  color: #000;
  font-size: 16px;
  font-family: arial;
  padding: 10px 20px 0px 20px;
}

#side-nave .nav-item .bi {
  color: #6c6f79;
  font-size: 22px;
  padding-right: 7px;
  vertical-align: middle;
}

#side-nave .nav-item span {
  color: #6c6f79;
  font-size: 13px;
}

#side-nave .btn-primary {
  background-color: #edb234;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: arialbd;
  line-height: 34px;
  border: none;
  border-radius: 0px;
}

#side-nave .btn-primary .bi {
  color: #000;
  font-size: 17px;
  padding-right: 7px;
  vertical-align: middle;
}

.home-section01 {
  padding: 10px 0px;
  background-color: #c9cacc;
  border-top: 10px solid #88898d;
  border-bottom: 10px solid #88898d;
}

.home-section01 p span {
  display: block;
  color: #ee3834;
  font-size: 16px;
}

.home-section01 p {
  font-family: arialbd;
  font-size: 14px;
  margin: 0px;
}

.home-section01 .bi {
  font-size: 36px;
  vertical-align: middle;
  color: #3d3e43;
}

.home-social .bi {
  font-size: 30px;
  vertical-align: middle;
  color: #3d3e43;
  padding: 5px 5px;
}

.home-social .bi:hover {
  color: #ec3235;
}

.home-section01 .card-header {
  background-color: transparent;
}

.home-section01 .card {
  background-color: transparent;
}

.home-section02 .card-header {
  background-color: transparent;
  /* padding: 0 2em 0 5em; */
}

.home-section02 .card-block {
  background-color: transparent;
  padding: 10px;
}

.home-section02 .card-block h1 {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 28px;
  margin-bottom: 0.6em;
}

.home-section02 .card-block h4 {
  font-size: 22px;
  margin-bottom: 0.6em;
  text-transform: capitalize;
  color: #142272;
  font-family: arial;
}

.home-section02 .card-block h4 span {
  background-color: #f1c50e;
  padding: 3px 1px 3px 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.home-section02 .card-block .card-text {
  font-family: arialbd;
  color: #871111;
  font-size: 18px;
  margin-bottom: 1.6em;
  margin-top: 0.6em;
}

.abt-bx h5 {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 20px;
  margin-bottom: 0.6em;
  margin-top: 1em;
}

.abt-bx p {
  color: #000;
  font-size: 15px;
  margin-bottom: 1.6em;
  margin-top: 0.6em;
  text-align: left;
  font-family: arial;
  line-height: 27px;
}

.home-section02 {
  /* background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/home/6.webp); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;

  h1 {
    font-size: 32px;
  }
}

.home-section02 .card {
  background-color: transparent;
}

.home-section03 .card-header .card-title {
  color: #001661;
  font-family: keepcalm-medium;
  font-size: 21px;
  margin: 10px 0px;
  line-height: 29px;
}

.home-section03 {
  background-color: #f2f2f2;
}

.home-section03 .card-header {
  background-color: transparent;
}

.home-section03 .card {
  background-color: transparent;
}

.home-section03 .card-block form label {
  display: block;
  margin-top: 1em;
  font-family: arialbd;
  margin-bottom: 0.3em;
  font-size: 15px;
}

.home-section03 .card-block form .form-control {
  font-family: 'arial';
  font-size: 15px;
  border: none;
  padding: 14px;
  border-radius: 0px;
  text-transform: capitalize;
  margin-bottom: 1em;
}

.home-section03 .card-block form select {
  font-family: 'arial';
  font-size: 15px;
  border: none;
  padding: 16px;
  border-radius: 0px;
  text-transform: capitalize;
  color: #7a7979;
  width: 100%;
}

.home-section03 .card-block form .btn-primary {
  background-color: #edb234;
  font-family: 'arial';
  font-size: 15px;
  border: none;
  padding: 14px;
  border-radius: 0px;
  text-transform: capitalize;
}

#submit01 {
  opacity: 0;
  display: block;
}

.home-section03 {
  padding: 15px 0px;
}

.home-section04 .card-header {
  text-align: center;
  padding: 15px;
  background-color: transparent;
}

.home-section04 .card-block {
  text-align: center;
  padding: 15px;
  background-color: transparent;
}

.home-section04 .card-header h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 1.6em;
  margin-top: 0.6em;
  font-family: arial;
  line-height: 27px;
  text-transform: capitalize;
}

.home-section04 .card-block h5 {
  font-size: 22px;
  margin-bottom: 0.6em;
  text-transform: capitalize;
  color: #142272;
  font-family: arial;
  margin-top: 0.6em;
}

.home-section04 .card-block h5 span {
  background-color: #f1c50e;
  padding: 3px 1px 3px 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.home-section04 .card-block h2 {
  font-family: keepcalm-medium;
  color: #3d3e42;
  font-size: 36px;
  margin-bottom: 0.6em;
  margin-top: 0.7em;
}

.home-section04 .card-block p {
  font-family: arialbd;
  color: #010042;
  font-size: 18px;
  margin-bottom: 1.6em;
  margin-top: 0.6em;
}

.home-section04 {
  background-color: #f7f7f7;
  margin-top: 70px;
}

.home-section04 .card {
  background-color: transparent;
}

.home-section05 .card-title {
  font-size: 22px;
  margin-bottom: 0.6em;
  text-transform: capitalize;
  color: #142272;
  font-family: arial;
  margin-top: 0.6em;
}

.home-section05 .card-title span {
  background-color: #f1c50e;
  padding: 3px 1px 3px 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.home-section05 h2 {
  font-family: keepcalm-medium;
  color: #3d3e42;
  font-size: 36px;
  margin-bottom: 0.6em;
  margin-top: 0.7em;
}

.why-content-box .sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}

.why-content-box .time {
  font-size: 19px;
  color: #3d3f42;
  font-family: Poppins-SemiBold;
  text-transform: uppercase;
}

.why-content-box li {
  padding-bottom: 1.5rem;
  border-left: 4px solid #e03835;
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  list-style-type: none;
}

.why-content-box li:last-child {
  border: 0px;
  padding-bottom: 0;
  left: 4px;
}

.why-content-box li:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #e03835;
  border: 1px solid #e03835;
  box-shadow: none;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: -3px;
}

.home-section05 {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/home/17.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-section05 .card {
  background-color: transparent;
}

.home-section05 .card-header {
  background-color: transparent;
}

.call-sec h6 {
  font-family: keepcalm-medium;
  color: #3d3e42;
  text-transform: capitalize;
  font-size: 34px;
  margin-top: 0.8em;
}

.call-sec h6 span {
  padding-right: 15px;
}

.call-sec h6 a {
  color: #011e64;
  text-decoration: none;
}

.home-section06 {
  padding: 0px;
}

.home-section06 img {
  width: 100%;
  height: auto;
}

.home-section07 h5 {
  font-size: 22px;
  margin-bottom: 0.6em;
  text-transform: capitalize;
  color: #142272;
  font-family: arial;
  margin-top: 0em;
  text-align: center;
}

.home-section07 h5 span {
  background-color: #f1c50e;
  padding: 3px 1px 3px 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.home-section07 h2 {
  text-align: center;
  font-family: keepcalm-medium;
  color: #032251;
  font-size: 36px;
  margin-bottom: 0.6em;
  margin-top: 0.7em;
  text-transform: capitalize;
}

.home-section07 img {}

.home-section07 .owl-carousel .owl-item h4 {
  font-family: arialbd;
  color: #000;
}

.home-section07 .owl-carousel .owl-item p {
  color: #000000d1;
  font-size: 15px;
  margin-bottom: 0em;
  margin-top: 0.6em;
  line-height: 28px;
  text-transform: capitalize;
  text-align: justify;
  font-weight: 500;
}

.home-section07 .owl-carousel .owl-item {
  border: 2px solid #ccc;
  padding: 15px;
  border-radius: 20px;
}

.aligner .bi {
  font-size: 36px;
  color: #000;
}

.star-review .bi {
  font-size: 16px;
  color: #f1c50e;
}

.home-section08 h2 {
  font-family: keepcalm-medium;
  color: #001847;
  font-size: 36px;
  margin-bottom: 0.6em;
  text-transform: capitalize;
}

.home-section08 form .form-control {
  font-family: 'arial';
  font-size: 15px;
  padding: 10px;
  border-radius: 0px;
  text-transform: capitalize;
  border: 1px solid #ced4da;
  margin-bottom: 1.6em;
  background-color: #ebebeb;
}

.home-section08 form select {
  font-family: 'arial';
  font-size: 15px;
  padding: 12px;
  border-radius: 0px;
  text-transform: capitalize;
  border: 1px solid #ced4da;
  margin-bottom: 1.6em;
  background-color: #ebebeb;
  width: 100%;
}

.home-section08 form label {
  font-family: keepcalm-medium;
  margin-bottom: 0.6em;
  color: #032251;
  font-size: 16px;
}

.home-section08 form .btn-primary {
  background-color: #ecaf32;
  border: none;
  font-size: 18px;
  border-radius: 0;
  color: #000;
  font-family: keepcalm-medium;
  line-height: 25px;
  padding: 10px 10px 5px 10px;
}

.home-section09 .owl-carousel .owl-item img {
  width: auto;
}

.home-section09 h1 {
  font-family: keepcalm-medium;
  color: #001847;
  font-size: 36px;
  margin-bottom: 0.6em;
  text-transform: capitalize;
  text-align: center;
}

.sub-banner {
  width: 100%;
}

.sub-banner img {
  width: 100%;
}

.about-us01 .card-header {
  background-color: transparent;
  padding: 15px;
}

.about-us01 .card-block {
  background-color: transparent;
  padding: 15px;
}

.about-us01 .card {
  background-color: transparent;
}

.about-us01 .card-block h1 span {
  font-size: 22px;
  margin-bottom: 0.6em;
  text-transform: capitalize;
  color: #142272;
  font-family: arial;
  display: block;
}

.about-us01 .card-block h1 {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 30px;
  margin-bottom: 0.6em;
}

.about-us01 .card-block .card-text {
  color: #000000d1;
  font-size: 15px;
  margin-bottom: 0em;
  margin-top: 0.6em;
  line-height: 28px;
  text-transform: capitalize;
  text-align: justify;
  font-weight: 500;
}

.about-us01 .card-header img {
  border-radius: 40px;
}

.about-us01 .card-block ul {
  margin-top: 0.7em;
}

.about-us01 .card-block ul li {
  color: #000000d1;
  font-size: 15px;
  margin-bottom: 0em;
  margin-top: 0.6em;
  line-height: 28px;
  text-transform: capitalize;
  text-align: justify;
  font-weight: 500;
}

.about-us01 .card-block .btn-primary {
  background-color: #edb234;
  font-size: 19px;
  border: none;
  padding: 5px 14px;
  border-radius: 0px;
  text-transform: capitalize;
  color: #142272;
  font-family: arial;
}

.about-us01 .card-block .btn-primary:hover {
  background-color: #000;
  color: #fff;
}

.about-us02 .card-header {
  background-color: transparent;
}

.about-us02 .card-block .card-title {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 20px;
  margin-bottom: 0.4em;
}

.about-us02 .card-block .card-text {
  font-size: 16px;
  margin-bottom: 1em;
  margin-top: 0.6em;
  line-height: 29px;
  text-transform: capitalize;
  text-align: justify;
  font-weight: 500;
}

.about-us03 h2 {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
}

.about-us03 h6 {
  color: #000000d1;
  font-size: 16px;
  margin-bottom: 1.6em;
  margin-top: 0.6em;
  line-height: 28px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
}

.about-us03 .card-block ul li .card-text {
  color: #000000d1;
  font-size: 15px;
  margin-bottom: 1em;
  margin-top: 0.6em;
  line-height: 28px;
  text-transform: capitalize;
  text-align: justify;
  font-weight: 500;
}

.about-us03 .card-block ul li .card-title {
  color: #032251;
  font-size: 22px;
  margin-bottom: 0em;
  margin-top: 0.7em;
  text-transform: capitalize;
}

.about-us03 .card-block ul li {
  padding-bottom: 10px;
  list-style-type: none;
}

.about-us03 .card-block ul li .bi {
  color: #e04437;
  font-size: 27px;
  padding-right: 7px;
}

.about-us02 {
  background: linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), url(../img/about/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0;
}

.about-us02 .card-block {
  background-color: transparent;
}

.about-us02 .card {
  background-color: transparent;
}

.about-us03 .card-block .btn-primary {
  background-color: #edb234;
  font-size: 19px;
  border: none;
  padding: 5px 14px;
  border-radius: 0px;
  text-transform: capitalize;
  color: #142272;
  font-family: arial;
  margin-left: 15px;
}

.about-us04 h3 {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
}

.about-us04 h6 {
  color: #000000d1;
  font-size: 16px;
  margin-bottom: 1.6em;
  margin-top: 0.6em;
  line-height: 28px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
}

.about-us04 .card-header {
  text-align: center;
  background-color: transparent;
  padding: 15px;
}

.about-us04 .card-header img {
  max-width: 100%;
  width: 142px;
  margin-bottom: 1em;
  padding: 20px;
  box-shadow: 0 8px 15px rgba(85, 85, 85, 0.15);
  border-radius: 100%;
}

.about-us04 .card-header .card-title {
  color: #032251;
  font-size: 22px;
  margin-bottom: 0.8em;
  margin-top: 0.7em;
  text-transform: capitalize;
}

.about-us04 .card-header .card-text {
  color: #000000d1;
  font-size: 16px;
  margin-bottom: 1.6em;
  margin-top: 0.6em;
  line-height: 28px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
}

.about-us04 {
  background-color: #f1f2f385;
}

.about-us04 .card {
  padding: 15px;
  background-color: #fff;
}

.contact01 .card-title {
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0.6em;
  letter-spacing: 2px;
}

.contact01 .card-header .card-text {
  font-family: Poppins-Medium;
  font-size: 16px;
  margin-bottom: 1.6em;
  color: #000;
}

.contact01 .card-header .card-text a {
  display: block;
}

.contact01 .card-header {
  background-color: transparent;
}

.contact-us02 .card-header {
  background-color: transparent;
}

.contact01 .card-header .card-text span {
  font-family: Poppins-Medium;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  color: #38a703;
  display: block;
}

.contact01 .card-header .card-text a {
  color: #000;
}

.contact01 .card-header .card-text .bi {
  color: #ee3834;
  font-size: 18px;
  margin-right: 5px;
  margin-top: 1.6em;
}

.career01 form .bi-plus-circle-fill {
  font-size: 28px;
}

.contact-us02 .card-header form .bi-plus-circle-fill {
  font-size: 26px;
  color: #ff0000;
}

.contact-us02 .card-header form .form-control {
  display: block;
  width: 100%;
  padding: 0.475rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: 1.7em;
  font-family: Poppins-Medium;
}

.contact-us02 .card-header form label {
  display: inline-block;
  font-family: Poppins-Medium;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}

.contact-us02 .card-title {
  font-size: 24px;
  color: #000;
  text-align: left;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.contact-us02 .card-header form .btn-primary {
  background-color: #f97233;
  border-color: #f97233;
  text-transform: capitalize;
  padding: 2px 20px;
  font-size: 14px;
  border-radius: 30px;
}

.contact-us02 .card-header form ::placeholder {
  color: #000;
  font-size: 13.3px;
  opacity: 1;
}

.contact-us02 .card-header form :-ms-input-placeholder {
  color: #000;
  font-size: 13.3px;
}

.contact-us02 .card-header form ::-ms-input-placeholder {
  color: #000;
  font-size: 13.3px;
}

.contact-us02 .card-header form .btn-primary {
  background: #38a703;
  color: #fff;
  border-radius: 0px;
  padding: 6px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: none;
  font-family: Poppins-Medium;
  text-transform: uppercase;
}

.navbar .nav-item .dropdown-toggle {
  font-family: Poppins-SemiBold;
  color: #000000d4;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 10px 0px 0px 0px;
  background-color: transparent;
  border: none;
  margin: 0;
  line-height: 17px;
  height: auto;
}

.navbar .nav-item .dropdown-item {
  font-family: Poppins-Medium;
  text-transform: capitalize;
  font-size: 16px;
}

.servicepage01 h1 a {
  font-family: keepcalm-medium;
  color: #070707;
  font-size: 24px;
  margin-bottom: 1em;
  text-transform: capitalize;
}

.servicepage01 h4 {
  font-family: keepcalm-medium;
  /*color: #ee3834;*/
  font-size: 21px;
  margin-bottom: 0.4em;
}

.servicepage01 p {
  font-size: 15px;
  margin-bottom: 1em;
  margin-top: 1.6em;
  line-height: 32px;
  text-transform: capitalize;
  text-align: justify;
  font-weight: 500;
}

.servicepage01 ul li {
  font-size: 15px;
  margin-bottom: 1em;
  margin-top: 1.6em;
  line-height: 32px;
  text-transform: capitalize;
  text-align: justify;
  font-weight: 500;
  list-style-type: disclosure-closed;
}

.bx-img01 img {
  border-radius: 30px;
}

.servicepage02 h3 {
  font-family: keepcalm-medium;
  color: #ee3834;
  font-size: 21px;
  margin-bottom: 1.4em;
}

.servicepage02 table tr th {
  border: 0.5px solid #ccc;
  padding: 10px;
  background-color: #f0ffff;
}

.servicepage02 table tr td {
  border: 0.5px solid #ccc;
  padding: 10px;
}

.servicepage03 .owl-carousel .owl-item img {
  max-width: 100%;
  width: 200px;
}

.servicepage03 h2 {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 30px;
  margin-bottom: 1.6em;
  text-align: center;
  text-transform: capitalize;
}

.aligner .owl-nav .bi {
  font-size: 30px;
  color: #000;
}

.mmm-section h3 {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 36px;
  margin-bottom: 1.6em;
  text-transform: capitalize;
  text-align: center;
}

.cont-box img {
  border-radius: 30px;
}

.cont-box h4 {
  font-family: Poppins-SemiBold;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  color: #e03835;
  text-transform: uppercase;
  padding: 10px 35px;
  width: max-content;
  margin: -20px auto 0 auto;
  position: relative;
  border: 2px solid #fff;
  box-shadow: 0 8px 15px rgba(85, 85, 85, 0.15);
}

.mmm-section {
  padding: 100px 0px;
}

.career01 h1 {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 36px;
  margin-bottom: 0.6em;
  text-transform: capitalize;
  text-align: center;
}

.career01 form label {
  font-family: keepcalm-medium;
  margin-bottom: 0.6em;
  color: #032251;
  font-size: 16px;
}

.career01 form .form-control {
  font-family: 'arial';
  font-size: 15px;
  padding: 10px;
  border-radius: 0px;
  text-transform: capitalize;
  border: 1px solid #ced4da;
  margin-bottom: 1.6em;
  background-color: #ebebeb;
}

.career01 form .btn-primary {
  background-color: #edb234;
  font-size: 19px;
  border: none;
  padding: 5px 14px;
  border-radius: 0px;
  text-transform: capitalize;
  color: #142272;
  font-family: arial;
}

.cont-box {
  text-align: center;
}

.cont-box .bx {
  font-size: 136px;
  color: #ee3834;
}

.box-ser-img01 img {
  border-radius: 15px;
  box-shadow: 0.5rem 0.5rem #0097d240, -0.5rem -0.5rem #cccccc00;
}

.with-background01 {
  background: linear-gradient(rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)), url(../img/services/bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.with-background02 {
  background: linear-gradient(rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)), url(../img/services/bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.with-background03 {
  background: linear-gradient(rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)), url(../img/services/bg03.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.master-head {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 30px;
  /* margin-bottom: 1.7em; */
  text-transform: capitalize;
  text-align: center;
}

.ser-spl img {
  border-radius: 25px;
}

.core-values h2 {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  text-transform: capitalize;
}

.core-values .card-header {
  background-color: transparent;
  padding: 16px;
  border: 4px solid #fff;
}

.core-values .card-header img {
  border-radius: 15px;
  box-shadow: 0.5rem 0.5rem #0097d240, -0.5rem -0.5rem #cccccc00;
}

.core-values .card-header h4 {
  color: #032251;
  font-size: 22px;
  margin-bottom: 0em;
  margin-top: 1em;
  text-transform: capitalize;
  text-align: center;
  line-height: 26px;
}

.core-values .card-header p {
  color: #000000d1;
  font-size: 14px;
  margin-bottom: 0em;
  margin-top: 0.6em;
  line-height: 28px;
  text-transform: capitalize;
  text-align: justify;
  font-weight: 500;
}

.card-text-para {
  font-size: 18px;
  margin-bottom: 1em;
  margin-top: 0.6em;
  line-height: 29px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
}

.new-section-mmm .card-header {
  background-color: transparent;
  padding: 20px;
}

.new-section-mmm .card-block {
  background-color: transparent;
  padding: 20px;
}

.new-section-mmm h3 {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 36px;
  margin-bottom: 0.3em;
  text-transform: capitalize;
  text-align: center;
}

.mmm-logo-img {
  text-align: center;
}

.mmm-logo-img img {
  max-width: 100%;
  width: 265px;
  padding-bottom: 1em;
}

.new-section-mmm .card-header img {
  box-shadow: 0.5rem 0.5rem #0097d240, -0.5rem -0.5rem #cccccc00;
  border-radius: 15px;
}

.new-section-mmm .card-block .card-title {
  font-family: keepcalm-medium;
  color: #182b9e;
  font-size: 30px;
  margin-bottom: 0.5em;
  margin-top: 0em;
  text-transform: capitalize;
}

.new-section-mmm .card-block .card-text {
  color: #000000d1;
  font-size: 15px;
  margin-bottom: 1em;
  margin-top: 0.6em;
  line-height: 28px;
  text-transform: capitalize;
  text-align: justify;
  font-weight: 500;
}

.new-section-mmm .card-block .btn-primary {
  background-color: #f1c50e;
  text-transform: capitalize;
  color: #142272;
  font-weight: 500;
  font-size: 17px;
  font-family: Poppins-Medium;
  border: none;
  padding: 5px 25px 3px 25px;
  border-radius: 8px;
  width: max-content;
}

.new-section-mmm #manpower {
  background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url(../img/home/33.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 25px;
  margin: 1.6em 0;
}

.new-section-mmm #maintenance {
  background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url(../img/home/35.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 25px;
  margin: 1.6em 0;
}

.new-section-mmm #material {
  background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url(../img/home/36.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 25px;
  margin: 1.6em 0;
}

.our-recent-projects .card-title span {
  background-color: #f1c50e;
  padding: 3px 1px 3px 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.our-recent-projects .card-title {
  font-size: 22px;
  margin-bottom: 0.6em;
  text-transform: capitalize;
  color: #142272;
  font-family: arial;
  text-align: center;
  margin-top: 0.6em;
}

.our-recent-projects h2 {
  font-family: keepcalm-medium;
  color: #3d3e42;
  font-size: 36px;
  margin-bottom: 1.6em;
  margin-top: 0.7em;
  text-align: center;
}

.our-recent-projects .owl-carousel .item img {
  border-radius: 15px;
}

.about-strength h3 {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  text-transform: capitalize;
}

.about-strength .card-block ul li {
  font-size: 16px;
  line-height: 29px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0px;
}

.about-strength .card-header {
  background-color: transparent;
  padding: 0px;
}

.about-strength .card-header img {
  border-radius: 15px;
  box-shadow: 0.5rem 0.5rem #0097d240, -0.5rem -0.5rem #cccccc00;
}

.read-mor .btn-primary {
  background-color: #f1c50e;
  text-transform: capitalize;
  color: #142272;
  font-weight: 500;
  font-size: 17px;
  font-family: Poppins-Medium;
  border: none;
  padding: 5px 25px 3px 25px;
  border-radius: 8px;
  width: max-content;
}

.read-mor .btn-primary:hover {
  color: #fff;
  background-color: #000;
}

.career01 form .form-control[type=file] {
  margin-bottom: 10px;
}

form .bi-plus-circle-fill {
  font-size: 32px;
  color: #192a9e;
}

.download-brochure {
  text-align: center;
}

.download-brochure .btn-primary {
  background-color: #ec3934;
  border: none;
  font-size: 18px;
  font-family: Poppins-Medium;
  text-transform: capitalize;
  margin: 6px;
  display: inline-block;
}

.download-brochure h3 {
  font-family: keepcalm-medium;
  color: #16171c;
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  text-transform: capitalize;
}

.download-brochure .btn-primary:hover {
  background-color: #192a9e;
}

.servicepage01 .btn-primary {
  background-color: #ec3934;
  border: none;
  font-size: 18px;
  font-family: Poppins-Medium;
  text-transform: capitalize;
  margin: 6px;
  display: inline-block;
}

.servicepage01 .btn-primary:hover {
  background-color: #192a9e;
}


.services a {
  color: aliceblue;
  font-size: 16px;
}

.services a:hover {
  color: gold;
}

.services a i {
  font-size: 11px;
  margin-right: 10px;
}

.faclinks {
  width: 40px;
  width: 40px;
  position: fixed;
  bottom: 30%;
  right: 10px;
  /* left: 10px; */

}

.faclinks a {
  /* margin-bottom: 10px; */
  font-size: 20px;
  color: #ffffff;
  background-color: #ff0000;
  width: 34px;
  padding: 5px;
  border-top: 1px solid;

}

.cole1 {
  background-color: #1f2297 !important;
}

.form-subscribe {
  margin: 50px auto;
  width: 500px;
}

.form-subscribe label {
  display: block;
  margin: .8em;
}

input[type="email"] {
  width: 55%;
  height: auto;
  margin: 0;
  padding: 15px;
}

.form-subscribe button {
  margin: 0;
  padding: 15px;
  height: auto;
  position: relative;
  /* right: 72px; */
  right: 50px;
}



/* Theme Styles */

input[type="email"] {
  background: rgba(224, 219, 219, 0.95);
  border: none;
  font-size: 16px;
  outline: 0;
  color: #888;
}

.form-subscribe button {
  /* background: #F78F5C; */
  background: #f1c50e;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  /* color: rgba(255,255,255,0.5); */
}

.form-subscribe label {
  font-size: 18px;
  color: #E5E5E5;
}



/* State Styles */

input[type="email"]:focus {
  background: rgba(255, 255, 255, 1.0);
}

input[type="email"]:focus+button {
  color: rgba(255, 255, 255, 1.0);
}

.form-subscribe button:hover {
  background: #F27639;
}

.fixedcall1 {
  position: fixed;
  width: 180px;
  height: 45px;
  margin: 0;
  padding: 0;
  top: 40%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.fixedcall1 .phonenumber {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.fixedcall1 .phonenumber span {
  width: 45px;
  height: 45px;
  float: left;
  background: #ff0000;
  /* background: #0013b8; */
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}

.fixedcall1 .phonenumber span i {
  color: #fff;
  /* -webkit-animation: flipInY 1.25s infinite; */
  /* -moz-animation: flipInY 1.25s infinite; */
  /* -ms-animation: flipInY 1.25s infinite; */
  animation: flipInY 1.25s infinite;
}

.fixedcall1 .phonenumber p {
  margin: 0;
  padding: 7px;
  color: #0013b8;
}

.phn {
  color: #0013b8;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
}

.fixedwhatapp {
  position: fixed;
  width: 180px;
  height: 45px;
  margin: 0;
  padding: 0;
  top: 48%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.mobile-toggle {
  display: none;
  padding: 0px 20px;
}

.fixedwhatapp a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
  color: #333;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.fixedwhatapp a span {
  width: 45px;
  height: 45px;
  float: left;
  background: #1f2297 !important;
  /* background: #4FCE5D; */
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}

.fixedwhatapp .phonenumber span i {
  color: #fff;
  /* -webkit-animation: flipInY 1.25s infinite; */
  /* -moz-animation: flipInY 1.25s infinite; */
  /* -ms-animation: flipInY 1.25s infinite; */
  animation: flipInY 1.25s infinite;
}

.fixedwhatapp a p {
  margin: 0;
  padding: 7px;
  color: #333;
}

.fixedcall1:hover {
  right: 0;
}

.fixedwhatapp:hover {
  right: 0;
}

.panel {
  border-color: black;
  border-radius: 0px;
}

.input-lg {
  border-radius: 0px;
  border-color: gray;
}

.btn {
  border-radius: 0px;
}

.btn-danger {
  background: rgb(186, 5, 5);
}

.button {
  width: 100px;
  height: 40px;
  background: #325aa8;
  border: 3px #323aa8 solid;
  border-radius: 15px;
  color: white;
}

.back-to-top1 {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 0px;
  bottom: 50px;
  z-index: 996;
  /* color:  #FFCE00 !important; */
  /* background: #FFCE00 !important; */
  /* width: 40px; */
  /* height: 40px; */
  border-radius: 50%;
  border-color: none;
  transition: all 0.4s;
}

.btn.active {
  border-color: #00008000;
}


.enquiry-form-btn {
  width: 50px;
}

.panel {
  border-color: black;
  border-radius: 0px;
}

.form-control {
  border-radius: 0px;
  border-color: gray;
}

.btn {
  border-radius: 0px;
}

.btn-danger {
  background: rgb(186, 5, 5);
}

.main {
  /* background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: transform 0.2s;
  width: 600px; */
}

.form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main h1 {
  text-align: center;
  color: green;
}

.form input {
  padding: 10px;
}

.modal {
  /* position: fixed; */
  /* width: 300px; */
  /* visibility: hidden; */
  /* opacity: 0; */
  /* left: 84%; */
  /* float: left; */
  /* top: 55%; */
  /* z-index: 996; */
}

.back-to-top1.active {
  visibility: visible;
  opacity: 1;
}

.master-p {
  text-align: center;
  align-items: center;
  padding-bottom: 20px;
  text-align: justify;
}

.master-p1 {
  text-align: center;
  align-items: center;
  /* padding-bottom: 20px; */
  text-align: justify;
}

.product-img2 img {
  border-radius: 40px;
  float: right;
  width: 50%;
  padding: 20px;
}

.product-img1 img {
  border-radius: 40px;
  float: left;
  width: 50%;
  padding: 20px;
}

.product-1-content h2 {
  font-family: "Roboto", sans-serif;
}

.product-1-content p {
  font-size: 15px;
  margin-bottom: 1em;
  /* margin-top: 1.6em; */
  line-height: 32px;
  text-transform: capitalize;

  font-weight: 500;
  text-align: justify;
  /* font-family: Roboto-Regular; */
  /* color: #000; */
  /* font-family: Poppins-Medium; */
  /* font-size: 18px; */
  line-height: 28px;
}

.servicepage01 h6 {
  font-family: keepcalm-medium;
  color: #edb234;
  font-size: 18px;
  margin-bottom: 0.4em;
}

.servicepage01 h3 {
  /* align-items: center; */
  /* text-align: center; */
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  ;

  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
  list-style-type: none;
  padding-top: 7px;
  font-family: Poppins-SemiBold;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #fff !important;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.social-links-info a {
  margin: 0px 5px;
}

.social-links-info {
  background: white;
  padding: 5px 2px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


.blog-img {

  display: flex;
  justify-content: center;
}

.blog-img img {
  width: 50%;
}

.blog-img-1 {
  display: flex;
  justify-content: center !important;
}

.blog-img-1 img {
  width: 60%;
  height: 500px;
}

.blog-img-1 img {
  border: 20px solid white;
  border-radius: 10px;
  box-shadow: 3px 5px 10px rgb(202, 202, 202);
}

.blog-img img {
  border: 20px solid white !important;
  border-radius: 10px !important;
  box-shadow: 3px 5px 10px rgb(202, 202, 202) !important;
}

.aboutcontent-blog-1 a {
  font-weight: 600 !important;
}

.aboutcontent a {
  font-weight: 600;
}

.error-message {
  font-size: 14px;
  color: red;
}



/* blog added */
.blog-content h4 {
  font-size: 24px;
  color: #000;
  border-bottom: 2px dotted rgb(128, 128, 128);
  margin-bottom: 10px;
}

.blog-content p {
  color: #000;
}

.modal-title {
  color: #EE3936;
  font-size: 20px;
}

.blog-content ul li {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 0px;
  color: #000;
}

.blog-content .blog-ul li {
  font-weight: 400;
}

.blog-image-warp img {
  border-radius: 10px;
}

.blog-image-warp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
}

.blog-contact .list-unstyled a {
  transition: color 0.5s;
}

.blog-contact .list-unstyled a:hover {
  color: #EE3936;
}

.blog-content a {
  color: #E83A33 !important;
  font-weight: 600 !important;
}

.blog-content h6{
  color: #000;
}

@media screen and (max-width:575px) {
  .modal-title {
    color: #EE3936;
    font-size: 15px;
  }

  .blog-content h4 {
    font-size: 18px;
  }

  .blog-content ul li {
    font-size: 16px;
  }


}