/*-----------------------------------------------------------------------------------

    Template Name: Digitan - Modern & multipurpose bootstrap 5 template
    Author: Fietheme
    Theme URL: https://digitan.teqfie.com/
    Description: Modern & multipurpose bootstrap 5 template.
    Version: 1.0

    CSS INDEX
    ===================
    1. Header section
    2. Hero section
    3. Services Section
    4. About section
    5. Portfolio section
    6. Technology section
    7. Team section
    8. Testimonials Section
    9. Blog Section
    10. signup Section
    11. Footer section
    12. Home Page 2 CSS

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1. Global section
/*----------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /*font-family: "Nunito", sans-serif;*/
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

svg {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  /*font-family: "Nunito", sans-serif;*/
  font-family: 'Inter', sans-serif;
}

h3 {
  font-size: 24px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 14px;
  line-height: 1.5;
}

p {
  font-size: 18px;
}

input {
  outline: none;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-base {
  font-size: 16px;

  color: #646464;
  line-height: 1.5;
}

.text-mediam {
  font-size: 20px;
}

.text-lg {
  font-size: 24px;
}

.deep-text-color {
  color: #002434;
}

.text-muted {
  color: #8492a6 !important;
}

.active {
  color: #431fd5;
}

/**** Owl carousel custom css start ****/

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

.owl-nav.disabled {
  display: none;
}

/**** Owl carousel custom css end ****/

main {
  position: relative;
}

.btn-primary {
  background-color: rgba(47, 85, 212, 1) !important;
  width: 150px;
  height: 50px;
  color: #fff;
  font-weight: 500;
  line-height: 37px;
}
.btn-outline-primary {
  width: 150px;
  height: 50px;
  line-height: 37px;
}

/*New code for section title name */

.section-header {
  padding: 10px 0;
  text-align: center;
}

.section-header .section-header-name {
  font-size: 20px;
  font-weight: 500;
  color: #2f55d4;
}

.section-header .section-header-name h4 {
  display: inline-block;
  position: relative;
}

.section-header .section-header-name h4:after {
  content: "";
  display: block;
  clear: both;
  width: 50px;
  height: 4px;
  background: rgba(47, 85, 212, 1);
  position: absolute;
  left: 119%;
  top: 47%;
}

.section-header .section-header-name h4:before {
  content: "";
  display: block;
  clear: both;
  width: 50px;
  height: 4px;
  background: rgba(47, 85, 212, 1);
  position: absolute;
  right: 119%;
  top: 47%;
}

.section-header .section-header-title h2 {
  font-size: 35px;
  font-weight: bold;
  color: #002434;
}

/*bad code for section title*/
.section-box-header {
  /* padding: 10px 0; */
  text-align: center;
}

.section-box-name-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.section-box-name-sides {
  width: 50px;
  height: 4px;
  background: rgba(47, 85, 212, 1);
}

.section-box-name {
  font-size: 20px;
  font-weight: 500;
  color: #2f55d4;
}

.section-box-title h2 {
  font-size: 35px;
  font-weight: bold;
  color: #002434;
  padding-bottom: 3rem;
}

/*bad code for section title*/

.service-section,
.branding-section,
.contact-section,
.pricing-section,
.technology-section,
.single-blog,
.portfolio-section,
.about-section,
.team-section,
.blog-section,
.testimonials-section-2 {
  padding: 48px 0;
}

/*----------------------------------------*/
/*  1. Header section
/*----------------------------------------*/

.main-nav {
  box-shadow: 0 0 1rem 0 rgba(156, 167, 180, 0.192) !important;
  z-index: 9999;
  position: sticky;
  top: 0;
}

.main-nav-area {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav-area .main-nav-item,
.main-nav-area .sub-nav-item {
  float: left;
}

.main-nav-area .main-nav-item a,
.main-nav-area .sub-nav-item a {
  font-size: 16px;
  font-weight: 500;
  color: #0c4128;
  display: block;
  text-wrap: nowrap;
}

.main-nav-area a {
  color: #646464;
}

.main-nav-area .main-nav-item a {
  /* padding: 0px 18px; */
  padding: 3px 10px;
  margin: 2px 20px 2px 2px;
  transition: .3s;
}

.main-nav-area .sub-nav-item a:hover {
  color: #213fcc;
  transition: .3s;
}

.main-nav-area .main-nav-item.has-dropdown {
  position: relative;
}

.main-nav-area .sub-nav-item {
  width: 100%;
  display: block;
  /*margin: 10px 0;*/
}

.main-nav-area .sub-nav-item.has-dropdown {
  position: relative;
  display: block;
  width: 100%;
}

.main-nav-area .main-nav-item.has-dropdown>a::after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: .75rem;
  vertical-align: 0;
  font-weight: 700 !important;
  margin-left: 5px;
}

.main-nav-area .sub-nav-item.has-dropdown>a:after {
  content: "\f105";
  display: block;
  clear: both;
  position: absolute;
  top: 12px;
  font-family: 'FontAwesome';
  font-size: .75rem;
  font-weight: 700 !important;
  right: .85rem;
}

.main-nav-area .main-nav-dropdown {
  position: absolute;
  top: 120%;
  pointer-events: all;
  visibility: hidden;
  opacity: 0;
  transition: all .25s ease-in-out;
  background: #fff;
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.06);
  list-style: none;
  border-radius: .3rem;
  padding: 1rem;
  min-width: 11rem;
  z-index: 1000;
}

.dropdown-lg-content {
  display: flex;
  min-width: 20rem !important;
}

.dropdown-header {
  display: block;
  padding: .8rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #213fcc;
  white-space: nowrap;
  font-weight: 700;
  text-transform: capitalize;
}

.list-unstyled li {
  margin-bottom: 9px;
}

.list-unstyled li a {
  font-weight: 600 !important;
  text-transform: capitalize;
  color: #343F52 !important;
}

.main-nav-area .main-nav-item:hover .main-nav-dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
  display: block;
}

.main-nav-area .main-nav-item:hover>a {
  color: blue;
}

.main-nav-area .sub-nav-dropdown {
  pointer-events: none;
  visibility: visible;
  left: 102%;
  position: absolute;
  top: 120%;
  opacity: 0;
  transition: all .25s ease-in-out;
  background: #fff;
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.06);
  list-style: none;
  border-radius: .3rem;
  padding: 1rem;
  min-width: 12rem;
  z-index: 1000;
}

.main-nav-area .sub-nav-item:hover>.sub-nav-dropdown {
  opacity: 1;
  visibility: visible;
  top: 5px;
  pointer-events: all;
  display: block;
}

/*.sum-nav-dropdown {*/

/*}*/


.header-menu {
  display: none !important;
}

.header-menu-cross {
  display: none;
}

/*----------------------------------------*/
/*  2. hero-section
/*----------------------------------------*/

.hero-section {
  /* height: 75vh; */
  max-width: 84.5%;
  margin-right: 0;
  margin-left: auto;
  overflow-x: hidden;
  /* padding: 0 0 35px 0; */
  /* box-shadow: 0 0 1rem 0 rgba(156, 167, 180, 0.192) !important; */
}

.hero-section-content {
  width: 35%;
  padding: 0 0 0 18px;
  /* padding: 0 95px; */
}

.hero-section-content h1 {
  font-size: 56px;
  font-weight: bold;
  width: 100%;
  color: #002434;
  margin-bottom: 20px;
}

.hero-ribbon-text {
  color: #431fd5;
  font-weight: 900;
  font-size: 45px;
}

.hero-section-content p {
  font-size: 18px;
  color: #8492a6;
}

.hero-section-img {
  width: 65%;
  height: 100%;
  clip-path: polygon(33% 0, 100% 0, 100% 100%, 0% 100%);
}


/*----------------------------------------*/
/*  3. Services section

/*----------------------------------------*/


/* New Section CSS  */
.single-services-item {
  box-shadow: -5px 18px 60px 0 rgba(210, 210, 234, .4);
  background-color: var(--bs-white);
  border-radius: 10px;
  padding: 45px 30px;
}

.services-icon {
  margin-bottom: 25px;
  width: 55px;
  height: 55px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;

}

.services-icon-1 {
  background-color: rgb(251, 227, 229);
  box-shadow: 6px 15px 30px 0 rgb(188 0 50/12%);
}

.services-icon-2 {
  background-color: rgb(219, 237, 240);
  box-shadow: 6px 15px 30px 0 rgb(103 200 216/23%);
}

.services-icon-3 {
  background-color: rgb(80, 207, 128);
  box-shadow: 6px 15px 30px 0 rgb(80 207 128/18%);
}

.services-icon-4 {
  background-color: rgb(245, 229, 241);
  box-shadow: 6px 15px 30px 0 rgb(221 116 195/19%);
}


.single-services-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: rgb(33, 37, 41);
}

.single-services-item p {
  font-size: 14px;
  margin-bottom: 40px;
  color: rgb(72, 86, 102);
  line-height: 1.6em;
}

.single-services-item a {
  font-size: 14px;
  font-weight: 600;
  color: rgb(36, 61, 98);
  text-transform: uppercase;
}



/*----------------------------------------*/
/*  4. About section

/*----------------------------------------*/


.about-section-img-shape {
  /* border: 5px solid rgba(0, 36, 52, 1); */
  background: rgba(0, 44, 180, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/media.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 450px;
}

.corner-borders::before,
.corner-borders::after {
  border-color: rgba(0, 36, 52, 1);
  border-width: 8px;
  content: "";
  display: block;
  height: 50px;
  pointer-events: none;
  position: absolute;
  width: 50px;
}

.corner-borders--left::before,
.corner-borders--left::after {
  left: -15px !important;
}

.corner-borders--left::before {
  border-left-style: none;
  border-top-style: none;
  top: 0;
}

.corner-borders--left::after {
  border-bottom-style: solid;
  border-left-style: solid;
  bottom: -15px;
}

.corner-borders--right::before,
.corner-borders--right::after {
  right: -16px;
}

.corner-borders--right::before {
  border-right-style: solid;
  border-top-style: solid;
  top: -16px;
}

.corner-borders--right::after {
  border-bottom-style: none;
  border-right-style: none;
  bottom: -18px;
}

.about-section-item-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* background: rgb(51 86 202 / 50%); */
  /* background: rgb(255 255 255 / 44%); */
}

.about-section-item-btn button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(51, 86, 202, 1);
  border: none;
  -webkit-animation: playAnimition 1.5s linear 0s infinite;
  animation: playAnimition 1.5s linear 0s infinite;
}



@-webkit-keyframes playAnimition {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 86, 202, .663)
  }

  to {
    box-shadow: 0 0 0 25px rgba(51, 86, 202, .106)
  }
}

@keyframes playAnimition {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 86, 202, .663)
  }

  to {
    box-shadow: 0 0 0 25px rgba(51, 86, 202, 0.106)
  }
}

/* .about-info {
  padding: 15px;
} */

.about-info h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1.5;

  color: #8492a6;
}

.about-info p {
  font-size: 16px;

  color: #8492a6 !important;
  margin-bottom: 18px;
}

.about-achievement h4 {
  font-size: 30px;
  font-weight: bold;

  color: #2f55d4;
  margin-bottom: 10px;
}

.about-achievement .inc {
  font-size: 30px;
  font-weight: bold;

  color: #2f55d4;
  margin-bottom: 10px;
}

.about-achievement p {
  font-size: 16px;
  font-weight: 500;

  color: #002434;
}

.about-info button {
  background: rgba(0, 36, 52, 1) !important;
  border-color: rgba(0, 36, 52, 1) !important;
}

/*----------------------------------------*/
/*  5. Portfolio section

/*----------------------------------------*/

/* .portfolio-section-wrapper {
  padding: 70px 0;
} */

.portfolio-section-img img {
  width: 100%;
  max-height: 290px;
  min-height: 290px;

  object-fit: cover;
  border-radius: 6px;
}

.portfolio-section-info {
  background-color: #0e0f17ad;
  color: #fff;
  top: 0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.portfolio-section-info p {
  font-size: 14px;

  color: #ffffff;
}

.portfolio-section-info h3 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.portfolio-section-img:hover .portfolio-section-info {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  6. Technology section

/*----------------------------------------*/
/* .technology-section {
  padding-bottom: 80px;
} */

.technology-box-wrapper {
  height: 400px;
  background-color: #2f55d4;
}

.technology-box-sides {
  background-color: #fff !important;
}

.technology-box-name p {
  color: #fff !important;
}

.technology-video-wrapper {
  background-image: url(../img/executives-joki.jpg);
  background-size: cover;
  background-position: center;
  max-height: 600px;
  min-height: 600px;
  margin-top: -75px;
  width: 90%;
}

.technology-video-wrapper div {
  width: 140px;
  height: 140px;
  border-radius: 50%;

  /* background: rgb(51 86 202 / 50%); */
}

.technology-video-wrapper div span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 40px;

  background: rgba(51, 86, 202, 1);
  border: none;
  -webkit-animation: playAnimition 1.5s linear 0s infinite;
  animation: playAnimition 1.5s linear 0s infinite;
}

.technology-video-wrapper div button i {
  font-size: 36px;
}

/*----------------------------------------*/
/*  7. Team section */
/*----------------------------------------*/

.team-wrapper {
  position: relative;
}

.team-img img {
  max-height: 293px;
  min-height: 293px;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  object-fit: cover;
}

.team-info {
  border: 1px solid rgb(79 81 87 / 14%);
  border-radius: 6px;
  width: 88%;
}

.team-content {
  padding: 20px;
}

.team-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #2f55d4;
  margin-bottom: 10px;
}

.team-social-icons {
  background-color: #e3e5e786;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
}

.team-social-icons a {
  width: 30px;
  height: 30px;
  background: rgba(47, 85, 212, 1);
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-info:hover .team-social-icons {
  opacity: 1;
  visibility: visible;
}

.team-content p {
  color: #8492a6;
}

.owl-stage {
  display: flex;
  justify-content: center;
  /* gap: 10px;
  padding: 20px 0; */
}

.owl-item {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  background-color: transparent !important;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  border: 1px solid #002434;
  left: -25px;
  transform: translate(0%, 50%);
}

.owl-carousel .owl-prev span {
  font-size: 20px;
  color: #002434;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  width: 30px;
  border: 1px solid #002434;
  right: -25px;
  transform: translate(0%, -50%);
}

.owl-carousel .owl-next span {
  font-size: 20px;
  color: #002434;
}

.owl-carousel .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

/*.owl-carousel .owl-theme .owl-nav .disabled {*/
/*  opacity: 0.3 !important;*/
/*}*/

/*----------------------------------------*/
/*  8. Testimonials section

/*----------------------------------------*/
.testimonials-section {
  padding: 50px 0;
  background-color: #f3f5ed;
}

.testimonials-user-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  top: 62px;
  left: 62px;
  object-fit: cover;
}

.testimonials-user-comment {
  font-size: 16px;
  color: #8492a6;
  margin-bottom: 15px;
  text-align: left;
}

.testimonials-user-name {
  font-size: 20px;
  font-weight: bold;
  color: #010925;
  text-align: left;
  /* margin-bottom: 15px; */
}

.testimonials-user-title {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #646464;
  margin-bottom: 15px;
}

.testimonials-carousel .owl-nav button.owl-prev {
  position: absolute;
  bottom: 3%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 52.5%;
  transform: translate(-50%, -50%);
  background: rgba(47, 85, 212, 1) !important;
  border: none !important;
}

.testimonials-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: 3%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  background: rgba(47, 85, 212, 1) !important;
  border: none !important;
}

.testimonials-carousel .owl-prev span,
.testimonials-carousel .owl-next span {
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
}

/*----------------------------------------*/
/*  8. Blog section

/*----------------------------------------*/
/*.blog-section {*/
/*  padding: 90px 0;*/
/*}*/

/* .blog-item {
  padding: 20px;
  box-shadow: rgb(0 0 0 / 10%) 13px 13px 33px 0px;
  border-radius: 4px;
} */

.blog-info {
  width: 95%;
  padding: 20px;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
  border-radius: 4px;
  margin: 0 auto;
}

.blog-img img {
  max-height: 203px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.blog-content {
  padding: 15px 15px 0 15px;
}

.blog-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #002434;
  margin-bottom: 35px;
}

.blog-comment-like {
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.blog-comment-like:hover i {
  color: #0d6efd;
}

.blog-comment-like span {
  font-size: 16px;

  color: #646464;
}

.blog-read-more {
  line-height: 0;
}

.blog-read-more span {
  font-size: 14px;

  color: #646464;
  cursor: pointer;
}

.blog-comment-like i {
  color: #646464;
}

.blog-read-more i {
  color: #646464;
}

/*----------------------------------------*/
/*  10. signup section

/*----------------------------------------*/
.call-to-action {
  padding: 0 0 90px 0;
}

.signup-text {
  margin-bottom: 60px;
}

.signup-text h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #002434;
  line-height: 1.5;
}

.signup-form input {
  width: 100%;
  border: 1px solid #e9ecef;
  height: 55px;
  padding: 0 15px;
  font-size: 15px;
  color: #3c4858;
  border-radius: 4px;
}

.signup-form button {
  /* width: 170px; */
  height: 55px;
  background: rgba(0, 36, 52, 1);
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  padding: 0 15px;
  font-size: 16px;
  text-transform: uppercase;
}

/*----------------------------------------*/
/*  11. Footer section

/*----------------------------------------*/
.footer-section {
  padding: 90px 0 20px 0;
  background-color: #002434;
}

.footer-section-wrapper {
  padding-bottom: 75px;
}

/* .footer-item-about {
  width: 24% ;
} */
.footer-item {
  width: 20%;
}

.footer-item h2 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-item p {
  color: #8492a6;
  margin-bottom: 15px;
}

.footer-socile-item {
  border: 1px solid rgba(44, 61, 68, 1);
  border-radius: 4px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.footer-socile-item:hover {
  border: 1px solid rgb(63, 83, 92);
}
.footer-socile-item a {
  font-size: 20px;
}
.footer-socile-item i {
  color: #fff;
}

.footer-item-child a {
  color: #8492a6;
  transition: all 0.3s ease-in;
  width: fit-content;
}

.footer-item-child a:hover {
  color: #f8f9fa !important;
}

/* .footer-item-child i{
  color: #8492a6;
} */
.copyright-section {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.copyright-section div {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #ffffff;
}

.header-menu i {
  font-size: 24px;
}

/*----------------------------------------*/
/*  Services page design
/*----------------------------------------*/

.pages-heading {
  min-height: 403px;
  max-height: 403px;
  background-color: #f8f9fa;
}

.pages-heading h1 {
  font-size: 45px;
  font-weight: bold;

  text-align: center;
  color: #002434;
}

.pages-heading p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #8492a6;
  line-height: 1.5;
}

/*----------------------------------------*/
/*  about page design
/*----------------------------------------*/
.about-team-info {
  border: 1px solid rgb(79 81 87 / 14%);
  border-radius: 6px;
  width: 31%;
  padding: 0;
}

.about-team-info:hover .team-social-icons {
  opacity: 1;
  visibility: visible;
}

.about-section-item-1 {
  z-index: 9;
}

.about-section-item-2 {
  left: 15px;
  top: 75px;
}

.about-section-item-3 {
  z-index: 10;
}

.about-achievement h2 {
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #002434;
}

.about-achievement .plus {
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #002434;
}

.about-achievement span {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #002434;
}

.about-achievement i {
  font-size: 45px;
  color: #002434;
}

/*----------------------------------------*/
/*  portfolio page design
/*----------------------------------------*/

.btn-outline-secondary.active {
  color: #2f55d4 !important;
  border-color: #2f55d4 !important;
  background-color: transparent !important;
}

.btn-outline-secondary {
  color: #002434;
}

.btn-outline-secondary:hover {
  background-color: transparent !important;
  color: #002434 !important;
}

/*----------------------------------------*/
/*  contact page design
/*----------------------------------------*/

.contact-option span {
  font-size: 20px;
  color: #002434;
}

.contact-option-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(47, 85, 212, 1);
}

.contact-option-icon i {
  font-size: 20px;
}

.contact-option-icon svg {
  width: 20px;
  height: 20px;
}

.contact-option-form input {
  width: 48% !important;

  width: 100%;
  border-radius: 6px;
  border-color: rgba(100, 100, 100, 0.5);
}

.contact-option-form textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(100, 100, 100, 0.5);
}

input,
textarea:focus {
  box-shadow: none !important;
}

.contact-option-header {
  font-size: 45px;
  font-weight: 500;

  color: #002434;
  margin-bottom: 30px;
}

/*----------------------------------------*/
/*  pricing page design
/*----------------------------------------*/

.pricing-title h2 {
  font-size: 20px;
  font-weight: bold;
  color: #002434;
}

.price h4 {
  font-size: 45px;
  font-weight: bold;
  color: #002434;
}

.pricing-option ul li svg {
  width: 20px;
  height: 20px;
}

.pricing-option i {
  font-size: 15px;
  color: #2f55d4;
}

.pricing-wrapper {
  /* width: 94%; */
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.pricing-btn {
  width: 80%;
}

.deep-bg-color {
  background-color: #002434 !important;
}

/*----------------------------------------*/
/*  blog page design
/*----------------------------------------*/
.page-item.active .page-link {
  background: rgba(33, 63, 204, 1);
  border-color: rgba(33, 63, 204, 1) !important;
}

/*----------------------------------------*/
/*  single blog page design
/*----------------------------------------*/

.blog-testimonial {
  background: rgba(236, 233, 233, 1);
}

.blog-title {
  font-size: 20px;
  font-weight: bold;

  color: #002434;
}

.blog-testimonial p {
  font-weight: 500;
}

.blog-btn-fb {
  background: rgba(59, 89, 153, 1);
}

.blog-btn-tw {
  background: rgba(63, 191, 245, 1);
}

.blog-btn-li {
  background: rgba(0, 115, 176, 1);
}

.blog-btn-pr {
  background: rgba(230, 1, 34, 1);
}

.blog-btn-email {
  background: rgba(213, 75, 61, 1);
}

.blog-btn-fax {
  background: rgba(100, 117, 137, 1);
}

.blog-btn-group button {
  height: 31px;
  text-transform: capitalize;
}

.blog-form input {
  background: #ffffff;
}

.blog-form textarea {
  background: #ffffff;
  border: 1px solid #e9ecef;

  /* padding: 0 15px; */
  font-size: 15px;
  color: #3c4858;
  border-radius: 4px;
}

.blog-comment-sec-title,
.blog-categories-title,
.resent-blog-title,
.blog-photo-gallery-title,
.popular-blog-tags-title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #07123b;
}

.blog-more-info {
  width: 89%;
  margin: 0 auto;
}

.author-info {
  padding: 35px 0;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
  border-radius: 6px;
}

.author-info h3 {
  font-size: 20px;
  font-weight: bold;
  color: #07123b;
}

.author-img img {
  width: 182px;
  height: 182px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-search-wrapper {
  padding: 40px 0;

  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
  border-radius: 6px;
}

.blog-search {
  border: 1px solid rgba(47, 85, 212, 1);
  border-radius: 6px;
  padding: 10px 15px;
  width: 80%;
  margin: 0 auto;
  height: 68px;
}

.blog-search input {
  outline: none;
}

.search-icon {
  padding: 13px 16px;
  border-radius: 6px;
  background: rgba(47, 85, 212, 1);
}

.blog-categories {
  padding: 40px 0;
}

.blog-categories-title,
.resent-blog-title,
.blog-photo-gallery-title,
.popular-blog-tags-title {
  border-bottom: 2px solid rgba(0, 36, 52, 1);
}

.blog-categories i {
  color: #0d6efd;
}

.resent-blog-img img {
  width: 102px;
  height: 72px;
  border-radius: 6px;
  object-fit: cover;
}

.resent-blog-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.resent-blog-info i {
  color: #2f55d4;
}

.blog-photo-gallery-img {
  width: 32.5%;
}

.blog-photo-gallery-img img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}

.blog-photo-gallery-img-hv {
  background: rgba(17, 37, 60, 0.76);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  cursor: pointer;
  border-radius: 4px;
}

.blog-photo-gallery-img:hover .blog-photo-gallery-img-hv {
  opacity: 1;
  visibility: visible;
}

.single-blog-right-side i {
  color: #0d6efd;
}

a {
  text-decoration: none !important;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3b566e;
  letter-spacing: 1.1px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #c7e5ff;
}

.center-text p {
  margin-bottom: 30px;
}



/* .item-bg {
  content: "";
  position: absolute;
  width: 80%;
  height: 15px;
  bottom: 15px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} */




/*----------------------------------------*/
/*  12. Home Page 2 CSS
/*----------------------------------------*/

.home-2-slider-item {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home-2-slider-item::after {
  content: '';
  position: absolute;
  background: rgb(0, 0, 0, 70%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-2-slider-content {
  z-index: 1;
  position: relative;
}

.home-2-slider-content h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}

.home-2-slider-content p {
  max-width: 600px;
  color: #8492a6;
  margin-bottom: 40px;
}

.home-2-slider-content a {
  background: rgba(47, 85, 212, 1) !important;
  color: #fff;
  width: 150px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border-radius: .275rem;
  margin-bottom: 70px;
}

/* Services Section 2  */
.services-section-card-wrap-2 {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.padding-top-150 {
  padding-top: 150px !important;
}

.bg-color-1 {
  background-color: rgb(248, 249, 250);
}

.technology-section-2 {
  position: relative;
  z-index: 33;
}

.z-index-3 {
  z-index: 3 !important;
}

.technology-section-2-content {
  margin-top: -240px;
  z-index: 0;
  position: relative;
  background-color: rgb(73, 106, 217);
  height: 350px;
  padding-top: 200px !important;
}

.technology-section-2-info p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}


/* Testimonials Section 2  */
.testimonials-section-single-item {
  /* box-shadow: -5px 18px 60px 0 rgba(210, 210, 234, .4); */
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  background-color: var(--bs-white);
  border-radius: 10px;
  padding: 25px;
  margin-left: 30px;
}

.testimonials-ratting i {
  font-size: 12px;
  color: rgb(241, 116, 37);
}

.testimonials-section-single-item p {
  font-size: 16px;
  color: #8492a6 !important;
  margin-bottom: 10px;
}

.testimonials-section-single-item h6 {
  font-size: 14px;
}

.testimonials-section-single-item small {
  margin-left: 8px;
}



/* Services Details Page  */
.our-vision-content h5 {
  color: #3b3663;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.our-vision-content h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.our-vision-content p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #3b3663;
}

.our-vision-content ul li {
  color: #3b3663;
  margin-bottom: 6px;
}

.our-vision-content ul {
  margin-bottom: 30px;
}

.our-vision-content a {
  background-color: rgba(47, 85, 212, 1) !important;
  width: 150px;
  height: 50px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

/* Details Video area  */

.details-video-wrap {
  background-image: url('../img/bg-images/cta-bg.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
}

.details-video-wrap::before {
  content: '';
  background-color: #3c4858b3;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.details-play-btn {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  height: 78px;
  line-height: 76px;
  width: 78px;
}

.details-video-content {
  z-index: 2;
  position: relative;
}

.details-video-content h3 {
  color: #fff;
  font-size: 30px !important;
  letter-spacing: .5px;
  margin-bottom: 10px;
}

.details-video-content p {
  color: #ffffff80;
  max-width: 600px;
  font-size: 14px;
  margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f17425;
}

.owl-dot {
  background: transparent;
  border: 0;
  margin-right: 3px;
}


/* Details Page Features  */
.services-details-features-wrap {
  background-image: url('../img/bg-images/details-bg.png');
  background-position: center;
  background-size: cover;
}

.services-details-features-item h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0px;
}

.services-details-features-item p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}


/* Team Section 2  */
.team-photo {
  height: 300px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}

.team-photo:hover .team-social-profile {
  opacity: 1;
  transition: .4s;
  cursor: grabbing;
}

.team-social-profile {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%,-50%); */
  background: rgb(21, 25, 24, 70%);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: .4s;
}

.team-social-profile a {
  background: #213fcc;
  margin-left: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
}

.single-team h3 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(36, 61, 98);
  text-transform: capitalize;
  margin-top: 10px;
}

.single-team small {
  font-size: 14px;
  font-weight: 500;
  color: #8492a6;
  text-transform: capitalize;
  margin-top: 10px;
}

/* Our Clients Section  */
.our-clients-wrap {
  padding-top: 60px !important;
}

.client-content a {
  background: rgba(47, 85, 212, 1) !important;
  color: #fff;
  width: 180px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border-radius: .275rem;
  margin-bottom: 70px;
  text-align: center;
  margin-right: 5px;
  border: 1px solid rgba(47, 85, 212, 1) !important;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 15px;
}

.client-content a:last-child {
  background: #fff !important;
  color: rgba(47, 85, 212, 1) !important;
}

.client-content h1 {
  line-height: 45px;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: bold;
  color: #002434;
}

.client-content h1 span {
  color: #2f55d4;
}

.client-content p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-right: 50px;
}

.our-clients-logo-wrap {
  margin-top: -50px;
}

.logo-position {
  position: relative;
  display: inline-block;
}

.logo-position img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo-pleacement-3 {
  position: absolute;
  top: 0;
  left: 40%;
}

.logo-pleacement-2 {
  position: absolute;
  left: 0;
  top: 90px;
}

.logo-pleacement-5 {
  position: absolute;
  right: 0px;
  top: 130px;
}

.logo-pleacement-4 {
  position: absolute;
  top: 280px;
  right: 17%;
}

.logo-pleacement-1 {
  position: absolute;
  left: 160px;
  top: 120px;
}

.logo-pleacement-6 {
  position: absolute;
  left: 80px;
  top: 270px;
}

.logo-pleacement-8 {
  position: absolute;
  top: 225px;
  left: 60px;
}

.logo-pleacement-7 {
  position: absolute;
  left: 49%;
  top: 250px;
}

.logo-pleacement-9 {
  position: absolute;
  right: 150px;
  top: 90px;
}

.tos-content p {
  font-size: 16px;
}

.error-wrap {
  /* height: calc(100vh - 80px); */
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.error-wrap a {
  background-color: rgba(47, 85, 212, 1) !important;
  width: 200px;
  height: 50px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  line-height: 50px;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 30px 0;
}