@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Josefin Sans", sans-serif !important;
}

.primary-btn {
  padding: 12px 20px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  transition: 0.3s all;
  overflow: hidden;
  font-size: 1.2rem;
  z-index: 1;
  border: none;
  background: transparent;
}
.primary-btn::before {
  position: absolute;
  width: 38%;
  height: 100%;
  background-color: #30c3f6;
  content: "";
  top: 0;
  left: 0;
  transition: 0.3s all;
  border-radius: 100px;
  z-index: -1;
  opacity: 0.3;
}
.primary-btn:hover {
  background-image: none;
  color: #1c94c8;
  transition: 0.3s all;
  color: #ffffff !important;
  letter-spacing: 1px;
}
.primary-btn:hover::before {
  opacity: 1;
  width: 100%;
  background-image: linear-gradient(to left, #1c94c8, transparent);
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */
/* Apply basic styling to the header and navbar */
#navbar {
  transition: top 0.3s;
}

/* Add styles for the sticky class */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-bottom: 1px solid black;
  box-shadow: 0px 5px 13px rgba(128, 128, 128, 0.4196078431);
}
.sticky .nav-item .nav-link {
  color: #000000 !important;
}
.sticky .nav-item .nav-link:hover {
  background-color: #1c94c8 !important;
  color: #ffffff !important;
}
.sticky .navbar-brand {
  position: relative;
}
.sticky .navbar-brand::before {
  position: absolute;
  content: "";
  width: 102px;
  height: 53px;
  left: -1px;
  bottom: -76px;
  background: black;
  border-radius: 0px 0px 100px 100px;
  box-shadow: 0px 5px 13px rgba(128, 128, 128, 0.4196078431);
}
.sticky .navbar-brand img {
  width: 100px !important;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 100px;
  top: -20px;
}

.header h5 {
  font-size: 1.2rem;
  color: #1c94c8;
  font-weight: 500;
}
.header h2 {
  color: #1c94c8;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
}

a {
  text-decoration: none;
}

.margin {
  margin-top: 100px;
  display: block;
}

.section-header .navbar-toggler {
  background-color: rgba(235, 98, 69, 0.7215686275);
  padding: 10px 12px;
  outline: none !important;
}
.section-header .navbar-toggler span {
  color: white;
}
.section-header nav .navbar-brand {
  background-color: #ffffff;
}
.section-header nav .navbar-brand img {
  width: 85px;
}
.section-header nav .navbar-nav .nav-item {
  text-transform: capitalize;
  font-weight: 500;
  margin-right: 0px;
}
.section-header nav .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
.section-header nav .navbar-nav .nav-item .nav-link:hover {
  background-color: #1c94c8;
}
.section-header nav .show {
  background-color: #1c94c8;
  padding: 10px;
  border-radius: 20px;
}
.section-header nav .show .nav-item {
  margin-right: 0;
  border-bottom: 1px solid #10a8db;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.home-banner .animation .circle {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 10px solid #eb6245;
  top: -2%;
  left: -2%;
  z-index: -1;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.home-banner .animation .circle2 {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 15px solid rgba(28, 148, 200, 0.168627451);
  top: 50%;
  left: -5%;
  z-index: -1;
  border-radius: 700px;
}
.home-banner .animation .circle3 {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid #eb6245;
  top: 70%;
  left: 63%;
  z-index: -1;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.home-banner .animation .circle4 {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 15px solid #1c94c8;
  top: -2%;
  left: 52%;
  z-index: -1;
  border-radius: 700px;
  animation: mover 5s infinite alternate;
}
.home-banner .home-banner-img {
  z-index: -1;
  position: absolute;
  top: -2px;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.home-banner .home-banner-img img {
  width: 90%;
}
.home-banner .heading {
  margin-top: 25%;
}
.home-banner .heading p {
  color: gray;
}
.home-banner .heading h1 {
  font-size: 3.75rem;
  font-weight: 800;
}

.services {
  margin-top: 20%;
  background-color: rgba(10, 154, 203, 0.031372549);
  padding: 50px 0px;
}
.services .services-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all;
}
.services .services-item .srvc-box {
  text-align: center;
  width: 26%;
  transition: 0.3s all;
  position: relative;
  margin: 60px 0px 0px 0px;
}
.services .services-item .srvc-box:hover .serv-hd {
  top: -50px;
  background-color: #eb6245;
  padding: 10px 10px 30px 10px;
}
.services .services-item .srvc-box:hover .main-hd {
  transition: 0.3s all;
  opacity: 0;
  margin-top: -20px;
  visibility: hidden;
}
.services .services-item .srvc-box:hover .main-hd a {
  transition: 0.3s all;
}
.services .services-item .serv-hd {
  position: absolute;
  width: 100%;
  background-color: #1c94c8;
  top: 0px;
  z-index: -1;
  border-radius: 20px 20px 0px 0px;
}
.services .services-item .serv-hd a {
  color: white !important;
}
.services .services-item h3 {
  transition: 0.3s all;
}
.services .services-item h3 a {
  font-size: 1.4rem;
  color: #1c94c8 !important;
  font-weight: 600;
  transition: 0.3s all;
}
.services .services-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 20px auto;
  position: relative;
  height: 135px;
  width: 135px;
}
.services .services-item .icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url("../pics/srvc-bg.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  animation-name: spin;
  animation-duration: 70000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.services .services-item .icon:hover::before {
  animation-play-state: paused;
}
.services .services-item .icon i {
  box-shadow: 0px 0px 15px rgba(201, 201, 201, 0.1411764706);
  padding: 30px;
  border-radius: 100px;
  font-size: 40px;
  width: 102px;
}
.services .services-item .lower-text {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(195, 195, 195, 0.0784313725);
  transition: 0.3s all;
}
.services .services-item .lower-text p {
  margin: 20px 0px;
}

.about {
  background: url(../pics/aboutlines.png) no-repeat;
  background-position: bottom;
  background-size: cover;
}
.about .about-text .qout {
  border-left: 2px solid #1c94c8;
  box-shadow: 0px 0px 20px rgba(195, 195, 195, 0.19);
  padding: 25px 11px;
  margin: 30px 0px;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 5px;
}
.about .about-text p {
  font-weight: 500;
}
.about .about-img {
  position: relative;
  width: 90%;
  margin-left: auto;
  height: 100%;
  background: url(../pics/about.jpg);
  background-size: cover;
  background-position: bottom;
  border-radius: 10px;
}
.about .about-img .experience {
  background-color: #eb6245;
  position: absolute;
  top: 35%;
  left: -46px;
  padding: 20px;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 10px;
  animation: mover 4s infinite alternate;
  box-shadow: 0px 0px 20px rgba(195, 195, 195, 0.19);
  text-align: center;
}
.about .about-img .experience p {
  margin: 0;
}
.about .about-img .experience p span {
  font-size: 2rem;
}

.about-projects {
  background: #1c94c8 url(../pics/global2.png);
  text-align: center;
  padding: 30px 0px;
  border-radius: 20px;
  box-shadow: 0px 2px 4px gray;
}
.about-projects .projects h2 {
  color: white;
  font-weight: 700;
}
.about-projects .projects h5 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
}

.technologies .technology-iocns .icon-box {
  display: flex;
  align-items: center;
  background: #f8f8fc;
  padding: 20px;
  border-radius: 10px;
  margin: 12px 0px;
}
.technologies .technology-iocns .icon-box .img {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-content: center;
  border-radius: 0.5rem;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 7px;
  box-shadow: 0px 0px 15px rgba(209, 209, 209, 0.4588235294);
}
.technologies .technology-iocns .icon-box .img img {
  width: 100%;
}
.technologies .technology-iocns .icon-box .text h5 {
  margin: 5px 0px 0px 10px;
}

.hm-contact {
  background: url(../pics/bg-image-blog.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.hm-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #eb6245;
  opacity: 0.6;
}
.hm-contact .contact-text {
  position: relative;
  padding: 70px 0px;
}
.hm-contact .contact-text h2 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
}
.hm-contact .contact-text h5 {
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
}
.hm-contact .contact-text .button {
  background-color: white !important;
  color: #eb6245 !important;
  font-weight: 700;
  padding: 10px 30px;
  margin: 12px 0px;
  display: inline-flex;
  border-radius: 10px;
  font-size: 1.3rem;
}

footer {
  position: relative;
  overflow: hidden;
}
footer::before {
  position: absolute;
  background: url(../pics/footer-bg.png) no-repeat;
  content: "";
  width: 27%;
  height: 520px;
  right: -10px;
  top: -12px;
  background-size: 100%;
  z-index: -1;
  opacity: 0.03;
  transform: rotate(0deg);
}
footer::after {
  position: absolute;
  background: url(../pics/global2.png) no-repeat;
  content: "";
  width: 32%;
  height: 100%;
  left: -275px;
  bottom: 0px;
  background-size: 100%;
  z-index: -1;
  opacity: 0.5;
  animation-name: spin;
  animation-duration: 25000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
footer .footer-box .footer-text {
  width: 93%;
}
footer .footer-box .footer-logo {
  width: 30%;
}
footer .footer-box .footer-logo img {
  width: 100%;
  float: left;
  margin-right: 12px;
  margin-top: 20px;
}
footer .footer-box ul {
  padding: 0;
  list-style: none;
}
footer .footer-box ul li {
  margin-bottom: 5px;
}
footer .footer-box ul li a {
  color: gray !important;
}
footer .footer-box .social-media a i {
  color: #1c94c8;
  background-color: white !important;
  padding: 8px;
  box-shadow: 0px 2px 5px rgba(202, 202, 202, 0.5803921569);
  border-radius: 7px;
  font-size: 20px;
  margin: 0px 3px 10px 0px;
}
footer .footer-box .quick-links li {
  margin-bottom: 10px;
}
footer .footer-box .quick-links li a {
  transition: 0.3s all;
}
footer .footer-box .quick-links li a:hover {
  margin-left: 5px;
  color: #1c94c8 !important;
}
footer .copyright {
  margin-top: 20px;
  border-top: 2px solid #1c94c8;
  text-align: center;
  padding: 20px 0px;
}
footer .copyright p {
  margin: 0;
  color: gray;
}

.header-2 {
  position: absolute;
  width: 100%;
  z-index: 5;
}
.header-2 .navbar-brand {
  background-color: transparent !important;
}

.title-banner {
  background: url(../pics/title-banner.jpeg);
  padding: 150px 0px 100px 0px;
  position: relative;
  width: 100%;
  top: 0;
  z-index: -1;
}
.title-banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.7;
}
.title-banner h1 {
  color: #ffffff;
  position: relative;
  font-weight: 700;
}
.title-banner .breadcrumb {
  position: relative;
  background-color: white;
  padding: 10px 15px;
  border-radius: 10px;
}
.title-banner .breadcrumb .breadcrumb-item a {
  color: #1c94c8 !important;
}

.about-pg .about-img {
  position: relative;
}
.about-pg .about-pg-content {
  width: 90%;
}
.about-pg .about-pg-content .content .support .more-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin: 30px 0px;
}
.about-pg .about-pg-content .content .support .more-content .icon {
  background: rgba(28, 148, 200, 0.231372549);
  color: #1c94c8;
  padding: 17px 0px;
  font-size: 25px;
  width: 10%;
  text-align: center;
  border-radius: 15px;
  line-height: 0;
}
.about-pg .about-pg-content .content .support .more-content .text {
  width: 85%;
  margin-left: 10px;
}
.about-pg .about-pg-content .content .support .more-content .text h3 {
  font-size: 1rem;
  font-weight: 700;
}
.about-pg .about-pg-content .content .support .more-content .text p {
  margin: 0;
}
.about-pg .about-pg-content .content .ceo {
  background-color: white;
  padding: 10px 20px;
  border-left: 1px solid rgba(128, 128, 128, 0.6);
  width: 86%;
  margin-left: auto;
  margin-top: 20px;
}
.about-pg .about-pg-content .content .ceo h5 {
  font-size: 1rem;
  font-weight: 700;
}
.about-pg .about-pg-content .content .ceo p {
  margin: 0;
  color: gray;
}

.about-pg-projects {
  background-image: linear-gradient(to top, #1c94c8, #30c3f6);
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}
.about-pg-projects .globe {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
}
.about-pg-projects .globe img {
  animation: spinner 30s linear infinite;
  width: 100%;
}
.about-pg-projects .about-projects {
  background: none;
  box-shadow: none;
  position: relative;
}

@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
.mission-vision .mission {
  border: 1px solid rgba(128, 128, 128, 0.1803921569);
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 10px 10px rgba(215, 215, 215, 0.1607843137);
}
.mission-vision .mission i {
  color: #eb6245;
  font-size: 3rem;
  margin-bottom: 20px;
}
.mission-vision .mission h4 {
  font-weight: 700;
}
.mission-vision .mission p {
  margin: 0;
  color: gray;
}

.Contact-pg .contact-sec {
  box-shadow: 0px 5px 15px rgba(187, 187, 187, 0.1411764706);
  border-radius: 20px;
  overflow: hidden;
}
.Contact-pg .contact-sec .contact-box {
  background-color: #1c94c8;
  padding: 40px;
  height: 100%;
  position: relative;
}
.Contact-pg .contact-sec .contact-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../pics/contact-us.webp) no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.Contact-pg .contact-sec .contact-box h2 {
  color: white;
  font-size: 1.5rem;
}
.Contact-pg .contact-sec .contact-box p {
  color: white;
}
.Contact-pg .contact-sec .contact-box .contact-detail {
  margin-top: 60px;
}
.Contact-pg .contact-sec .contact-box .contact-detail p {
  margin: 35px 0px 0px 0px;
  color: white;
}
.Contact-pg .contact-sec .contact-box .contact-detail p i {
  font-size: 20px;
  margin-right: 10px;
}
.Contact-pg .contact-sec .form-box .form-control {
  border: none;
  border-bottom: 1px solid #1c94c8;
  transition: 0.3s all;
}
.Contact-pg .contact-sec .form-box .form-control:focus {
  box-shadow: none;
  border-color: #eb6245;
}
.Contact-pg .contact-sec .form-box label {
  transition: 0.3s all;
}
.Contact-pg .contact-sec .form-box .form-check {
  margin: 10px 12px 10px 0px;
  background: rgba(0, 150, 201, 0.1098039216);
  padding: 10px 20px;
  border-radius: 10px;
}
.Contact-pg .contact-sec .form-box .form-check .form-check-input {
  margin-right: 5px;
  margin-left: 0;
}
.Contact-pg .contact-sec .form-box .form-check label {
  font-size: 1rem;
}
.Contact-pg .contact-sec .form-box button {
  background-color: transparent;
  border: none;
  outline: none;
}

.scroll-nav {
  /* Start Nav Styles */
  /* End Nav Styles */
}
.scroll-nav .navbar {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: auto;
  background: transparent;
  border: none;
  left: inherit;
}
.scroll-nav .navbar .nav-menu {
  margin-left: auto;
  padding: 0;
  list-style-type: none;
}
.scroll-nav .navbar .nav-menu li {
  position: relative;
  min-width: 200px;
  text-align: right;
}
.scroll-nav .navbar .nav-menu li .dot {
  display: block;
  color: #fff;
  padding: 5px 0;
}
.scroll-nav .navbar .nav-menu li .dot::before,
.scroll-nav .navbar .nav-menu li .dot::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  transition: all 0.3s ease;
}
.scroll-nav .navbar .nav-menu li .dot::before {
  width: 5px;
  height: 5px;
  right: 0;
  border: 2px solid #181818;
  transform: translateY(-50%);
}
.scroll-nav .navbar .nav-menu li .dot::after {
  width: 15px;
  height: 15px;
  border: 2px solid #1c94c8;
  right: -5px;
  transform: translateY(-50%) scale(0);
}
.scroll-nav .navbar .nav-menu li .dot.active::before,
.scroll-nav .navbar .nav-menu li:hover .dot::before {
  background: #1c94c8;
  border-color: #1c94c8;
}
.scroll-nav .navbar .nav-menu li .dot.active::after,
.scroll-nav .navbar .nav-menu li:hover .dot::after {
  transform: translateY(-50%) scale(1);
}
.scroll-nav .navbar .nav-menu li .dot span {
  display: inline-block;
  opacity: 0;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  background-color: #1c94c8;
  padding: 10px 20px;
  border-radius: 3px;
  margin-right: 30px;
  transform: translateX(20px);
  transition: all 0.3s ease;
  color: white;
}
.scroll-nav .navbar .nav-menu li .dot span::before {
  display: block;
  position: absolute;
  content: "";
  border-left: 7px solid #1c94c8;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
  transform: translate(7px, -50%);
  right: 0;
  transition: all 0.3s ease;
}
.scroll-nav .navbar .nav-menu li .dot.active span,
.scroll-nav .navbar .nav-menu li:hover .dot span {
  transform: translateX(0px);
  opacity: 1;
}

.scroll-spy {
  position: relative;
  /* End Global Styles */
  /* Start Home Styles */
  /* End Home Styles */
  /* Start About Styles */
  /* End Contact Styles */
}
.scroll-spy .content-wrapper {
  width: 100%;
}
.scroll-spy .content .ser-img {
  position: relative;
  overflow: hidden;
}
.scroll-spy .content .ser-img #bg-left {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 95px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 452px solid #ffffff;
  right: 0;
  top: 0;
}
.scroll-spy .content .ser-img #bg-right {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 95px solid transparent;
  border-bottom: 452px solid #ffffff;
  left: 0;
  top: 0;
}
.scroll-spy .content .ser-img img {
  width: 100%;
}
.scroll-spy .content .ser-content p {
  width: 80%;
}
.scroll-spy .content .ser-content ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.scroll-spy .content .ser-content ul li i {
  color: #1c94c8;
  margin-right: 5px;
}
.scroll-spy .content .tools .icon-box {
  display: flex;
  align-items: center;
  background: #f8f8fc;
  padding: 10px 10px;
  border-radius: 10px;
  margin: 12px 0px;
}
.scroll-spy .content .tools .icon-box .img {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 7px;
  box-shadow: 0px 0px 15px rgba(209, 209, 209, 0.4588235294);
}
.scroll-spy .content .tools .icon-box .img img {
  width: 100%;
}
.scroll-spy .content .tools .icon-box .text h5 {
  margin: 5px 0px 0px 10px;
}
.scroll-spy .content .tools .progress {
  width: 80%;
}
.scroll-spy #home {
  background-color: #f6f6f6;
}
.scroll-spy #about .container {
  padding: 100px 0;
}
.scroll-spy #services {
  background-color: #eee;
}
.scroll-spy #test .content-wrapper {
  min-height: 400px;
}
.scroll-spy #contact {
  min-height: 600px;
  background-color: #222;
  color: #fff;
}

.services-detail .ser-category h3 {
  font-weight: 700;
  border-bottom: 1px solid #bfbfbf;
  padding: 0px 10px 20px 10px;
  margin: 0;
}
.services-detail .ser-category a {
  display: block;
  color: gray !important;
  border-bottom: 1px solid rgb(191, 191, 191);
  padding: 20px 10px;
  transition: 0.3s all;
}
.services-detail .ser-category a:hover {
  color: #eb6245 !important;
}
.services-detail .ser-category a:hover span i {
  transform: rotate(45deg);
}
.services-detail .ser-category a span {
  float: right;
}
.services-detail .ser-category a span i {
  transition: 0.3s all;
}
.services-detail .ser-category .active {
  color: #eb6245 !important;
}
.services-detail .ser-category .active span i {
  transform: rotate(45deg);
}
.services-detail .ser-detail-content {
  margin: 0 auto;
  background-color: rgba(222, 222, 222, 0.0705882353);
}
.services-detail .ser-detail-content .ser-detail-img {
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.services-detail .ser-detail-content .ser-detail-img img {
  width: 100%;
}
.services-detail .ser-detail-content .ser-text {
  padding: 20px;
}
.services-detail .ser-detail-content .ser-text p {
  font-size: 1.2rem;
  font-weight: 300;
}
.services-detail .ser-detail-content .ser-text .progree-bar-sec .progress-content .progress {
  height: 8px !important;
}
.services-detail .ser-detail-content .ser-text .progree-bar-sec .progress-content label {
  color: #1f2732;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin: 30px 0 9px;
  text-transform: uppercase;
  width: 100%;
}
.services-detail .ser-detail-content .ser-text .progree-bar-sec .progress-content label span {
  float: right;
}
.services-detail .ser-detail-content .ser-text .advantage-sec {
  width: 90%;
  margin: 0 auto;
}
.services-detail .ser-detail-content .ser-text .advantage-sec .list1 {
  padding: 0;
  list-style-type: none;
  margin-top: 40px;
}
.services-detail .ser-detail-content .ser-text .advantage-sec .list1 li {
  padding: 0 0 18px 0px;
}
.services-detail .ser-detail-content .ser-text .advantage-sec .list1 li i {
  color: #30c3f6;
  margin-right: 5px;
}
.services-detail .ser-detail-content .ser-text .tools .icon-box {
  display: flex;
  align-items: center;
  background: #f8f8fc;
  padding: 10px 10px;
  border-radius: 10px;
  margin: 12px 0px;
}
.services-detail .ser-detail-content .ser-text .tools .icon-box .img {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 7px;
  box-shadow: 0px 0px 15px rgba(209, 209, 209, 0.4588235294);
}
.services-detail .ser-detail-content .ser-text .tools .icon-box .img img {
  width: 100%;
}
.services-detail .ser-detail-content .ser-text .tools .icon-box .text h5 {
  margin: 5px 0px 0px 10px;
}

.blogs .blog-box {
  transition: 0.3s all;
  border-radius: 10px;
  padding: 10px;
}
.blogs .blog-box:hover {
  box-shadow: 0px 5px 15px rgba(189, 189, 189, 0.2196078431);
}
.blogs .blog-box:hover img {
  transform: scale(1.2);
}
.blogs .blog-box .blog-img {
  overflow: hidden;
  border-radius: 10px;
}
.blogs .blog-box .blog-img img {
  transition: 0.3s all;
}
.blogs .blog-box .blog-text .date {
  font-size: 0.8rem;
  color: gray;
  margin-top: 10px;
}
.blogs .blog-box .blog-text h5 {
  font-size: 1rem;
  font-weight: 800;
}
.blogs .blog-box .blog-text h5:hover {
  color: #eb6245;
}

.portfolio .port-img {
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  border: 2px solid #1c94c8;
  margin-bottom: 20px;
}
.portfolio .port-img:hover p {
  visibility: visible;
  bottom: 0;
}
.portfolio .port-img p {
  position: absolute;
  bottom: -60px;
  background: #eb6245;
  width: 100%;
  text-align: center;
  padding: 12px;
  color: white;
  visibility: hidden;
  transition: 0.4s alls;
}
.portfolio .port-img p span:nth-child(1) {
  font-weight: 800;
}
.portfolio .port-img p span:nth-last-child(1) {
  font-size: 0.9rem;
}
.portfolio .port-img:hover img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.portfolio .port-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  position: absolute;
  transition: all 6s ease-in-out;
  width: 100%;
}

.blog-dtl-content {
  padding: 20px;
}
.blog-dtl-content .date p i {
  color: #1c94c8;
}
.blog-dtl-content .quote {
  background-color: #30c3f6;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  font-style: italic;
  margin: 20px 0px;
}
.blog-dtl-content .quote cite {
  font-weight: 600;
  font-size: 20px;
}

.services-detail .side-sec .side-box {
  background-color: #30c3f6;
  padding: 30px;
  border-radius: 10px;
}
.services-detail .side-sec .side-box .authr-img {
  border-radius: 10px;
  overflow: hidden;
  width: 30%;
  margin: 0 auto 10px auto;
}
.services-detail .side-sec .side-box .authr-img img {
  width: 100%;
}
.services-detail .side-sec .side-box .list a {
  display: block;
  background-color: #ffffff;
  color: #cccccc;
  margin: 10px 0px;
  padding: 12px;
  text-transform: capitalize;
  border-radius: 8px;
}
.services-detail .side-sec .side-box .list a:hover {
  background-color: #eb6245;
  color: #ffffff !important;
}
.services-detail .side-sec .side-box .related .card {
  background-color: transparent;
  border: none;
  color: white;
}
.services-detail .side-sec .side-box .related .card h6 {
  color: white;
}
.services-detail .side-sec .side-box .related .card .card-body {
  padding: 0px;
}
.services-detail .side-sec .side-box .related .card .card-img {
  width: 75px;
  overflow: hidden;
  height: 75px;
}
.services-detail .side-sec .side-box .related .card .card-img img {
  height: 100%;
}

.comments {
  background-color: #fdfdfd;
  padding: 20px;
}
.comments .cmnt-img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 10px;
}
.comments .cmnt-content a {
  color: #eb6245 !important;
}
.comments .cmnt-content .date i {
  color: #eb6245;
}

.cmnt-form {
  background-color: #fdfdfd;
  padding: 20px;
}

.technology {
  background-color: #fdfdfd;
  padding: 15px;
  border-radius: 10px;
}
.technology .icon-box {
  background-color: #30c3f6;
  padding: 10px;
  border-radius: 13px;
}
.technology .icon-box .img {
  width: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  margin-right: 10px;
}
.technology .icon-box .img img {
  width: 100%;
}
.technology .icon-box h5 {
  color: white;
  margin: 0;
  font-size: 1.4rem;
}

.porfolio-detail .port-img {
  box-shadow: 0px 5px 30px rgba(174, 174, 174, 0.3098039216);
  border-radius: 10px;
  overflow: hidden;
}
.porfolio-detail .port-content {
  background-color: #ffffff;
  box-shadow: rgba(205, 205, 205, 0.27) 0px 6px 15px;
  border-radius: 10px;
}
.porfolio-detail .port-content .list h4 {
  font-weight: 800;
}
.porfolio-detail .port-content .list .col {
  border-bottom: 1px solid rgb(206, 206, 206);
}
.porfolio-detail .port-content .list .col:nth-last-child(1) {
  border-bottom: none;
}
.porfolio-detail .port-content .list h6 {
  text-transform: uppercase;
  color: #1c94c8;
  font-weight: 800;
}
.porfolio-detail .port-content .list p {
  font-weight: 600;
  color: gray;
}
.porfolio-detail .port-content .list i {
  color: #1c94c8;
  font-size: 20px;
}
.porfolio-detail .port-content .list img {
  width: 100%;
}
.porfolio-detail .port-content .list .technology-iocns .icon-box {
  padding: 7px;
}
.porfolio-detail .port-content .list .technology-iocns .icon-box h5 {
  font-size: 1rem;
}
.porfolio-detail .more-imgs .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.porfolio-detail .more-imgs .img:hover i {
  opacity: 1;
}
.porfolio-detail .more-imgs .img img {
  width: 100%;
}
.porfolio-detail .more-imgs .img i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7960784314);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #1c94c8;
  opacity: 0;
  transition: 0.3s all;
  cursor: pointer;
}
.porfolio-detail .more-imgs .owl-item .active {
  width: 100% !important;
}
.porfolio-detail .more-imgs .slider-img {
  height: auto;
  width: 50%;
  margin: 0 auto;
}
.porfolio-detail .more-imgs .slider-img img {
  width: 100%;
  height: auto;
}
.porfolio-detail .more-imgs .owl-nav {
  width: 60%;
  justify-content: space-between;
  display: flex;
  font-size: 3rem;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.porfolio-detail .more-imgs .owl-nav button span {
  box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.2705882353);
  padding: 0px 15px !important;
  border-radius: 100%;
  border: 1px solid rgba(128, 128, 128, 0.2392156863);
  transition: 0.3s all;
}
.porfolio-detail .more-imgs .owl-nav button span:hover {
  box-shadow: none;
}
.porfolio-detail .more-imgs .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #1c94c8;
  padding: 10px;
  z-index: 999;
}
.porfolio-detail .content-dtl p {
  color: gray;
  font-size: 0.9rem;
  font-weight: 600;
}
.porfolio-detail .content-dtl p i {
  color: #1c94c8;
}/*# sourceMappingURL=style.css.map */