/* CSS Index
-----------------------------------
1. Theme default css
2. Header css
3. Slider css
4. About css
5. Service css
6. Wcu css
7. Get-Quote css
8. Process css
9. Appointment css
10. Project css
11. Brand Carousel css
12. Newslater css
13. Testimonial css
14. News css
15. Discount css
16. Footer css
17. Search css
18. header-extra-info css
19. Cta css
20. Pricing css
21. Team css
22. Beradcrumb css
23. Our mission css
24. Portfolio css
25. Feature css
26. Contact css
27. Faq css
28. Offer css
29. Counter css
30. blog page css
31. Team details page css
32. Skill css
33. Preloader css
*/

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  outline: 0;
}
a,
a:hover,
a:visited,
a:link {
  text-decoration: none;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}
html,
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #004976;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-weight: 700;
}
p {
  margin: 0;
  padding: 0;
  line-height: 28px;
  color: #000000;
}
ul,
li {
  margin: 0px;
  padding: 0px;
  /* list-style-type: none; */
}
ol {
  list-style-type: decimal;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="url"],
select,
textarea {
  border: 1px solid #cacaca;
  padding: 10px 15px;
  border-radius: 5px;
}
a,
button,
input[type="submit"] {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.form-group input {
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.btn.focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}

/* 2. Header css */
.header-top-note {
  background: #eaf5ff;
  padding: 6px 0;
  border-radius: 0px 0px 10px 10px;
  margin: 0px 80px;
}
.header-top-note a {
  color: #004976;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.header-top-note a:hover {
  color: #00baee;
}
.header-top-note a::after {
  height: 2px;
  width: 100%;
  bottom: 2px;
  content: "";
  left: 0;
  background: #799ab6;
  position: absolute;
}
.nav-area {
  padding-left: 45px;
  padding-right: 45px;
}
.site-btn {
  border-radius: 40px;
  border: 2px solid #d4dfe9;
  display: inline-block;
  padding: 8px 27px;
  position: relative;
  font-weight: 700;
  color: #004976;
  /*padding-right: 10px;*/
  background: #fff;
}
.site-btn .icon {
  width: 40px;
  height: 40px;
  background: #00baee;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 12px 0px #00bbee47;
  box-shadow: 0px 6px 12px 0px #00bbee47;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-btn .icon.yellow {
  background: #ffd57f;
  color: #004976;
  -webkit-box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
  box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
}
.site-btn.transparent {
  border: none;
}
.site-btn.black {
  background: #004876;
  color: #fff;
}
.site-btn:hover {
  background: #004976;
  color: #fff;
  border-color: transparent;
}
.site-btn.transparent:hover {
  background: #004876;
  color: #fff;
}
.site-btn.black:hover {
  background: #fff;
  color: #004876;
}
.nav-area {
  z-index: 2;
  position: relative;
}
.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-menu ul a {
  font-weight: 700;
  color: #004976;
  padding: 31px 0;
  display: block;
}
.main-menu ul li:not(:first-child) {
  margin-left: 55px;
}
.main-menu {
  text-align: center;
}
.main-menu ul li:hover > a {
  color: #00baee;
}
.main-menu ul li .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  min-width: 240px;
  top: 110%;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  padding: 25px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  z-index: 2;
  text-align: left;
}
.main-menu ul li .sub-menu li {
  margin-left: 0;
}
.main-menu ul li .sub-menu a {
  padding: 11px 30px;
}
.main-menu ul li .sub-menu::after {
  background: #00baee;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  position: absolute;
}
.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  /* -webkit-transform: translateY(-20px); */
  /* -ms-transform: translateY(-20px); */
  /* transform: translateY(-20px); */
}
.header-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  z-index: 3;
}
.header-lang-list {
  position: absolute;
  left: 0;
  top: 115%;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-top: 3px solid #00baee;
  padding: 10px 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-lang {
  position: relative;
}
.header-lang-list a {
  color: #004976;
  font-size: 14px;
  display: block;
  padding: 8px 20px;
  font-weight: 500;
}
.header-lang-list a:hover {
  color: #00baee;
}
.header-lang:hover .header-lang-list {
  opacity: 1;
  visibility: visible;
  top: 104%;
}
.lang-icon .icon {
  background: #00efda;
  color: #004976;
}
.lang-icon > .site-btn:hover {
  background: #004976;
  color: #fff;
}
.header-button-list .btn {
  width: 60px;
  height: 60px;
  line-height: 49px;
  color: #000;
  border: 2px solid #d4dfe9;
  border-radius: 50%;
}
.header-button-list .btn:hover {
  background: #004976;
  color: #fff;
  border-color: transparent;
}
.header-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-button-list .btn:not(:last-child) {
  margin-right: 15px;
}
.nav-area.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}
.sticky-header .main-menu ul a {
  padding: 38px 0;
}
.sticky-header .header-info-left,
.sticky-header .header-info-right {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.nav-area.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
/* header 2 css */
.site-header-2 .nav-area {
  padding: 0 130px;
}
.header-top-area-2 {
  color: #fff;
  padding: 8px 130px;
}
.site-header-2 .header-info-left,
.site-header-2 .header-info-right {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-top-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-info ul li {
  font-size: 16px;
  font-weight: 700;
}
.header-top-info ul li a {
  color: #fff;
  font-weight: 700;
}
.header-top-info li:not(:last-child) {
  margin-right: 40px;
}
.header-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-menu li a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.header-top-menu li:not(:last-child) {
  margin-right: 40px;
}
.header-top-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}
.header-top-social-links a {
  font-size: 18px;
  color: #fff;
}
.header-top-social-links a:not(:last-child) {
  margin-right: 15px;
}
.site-header-2 .header-info-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.site-header-2 .header-lang .site-btn .icon {
  background: #f7c355;
  color: #004976;
  -webkit-box-shadow: 0 6px 12px 0px rgba(247, 196, 85, 0.3);
  box-shadow: 0 6px 12px 0px rgba(247, 196, 85, 0.3);
}
.site-header-2 .main-menu ul a {
  font-size: 17px;
  padding: 5px 0;
}
.site-header-2 .sticky-header .main-menu ul a {
  padding: 38px 0;
}
.sticky-header .main-menu ul li .sub-menu a {
  padding: 11px 30px;
}
/* Header css 3 */
.transparent .nav-area.sticky-header {
  background: #004976;
}
.site-header.transparent {
  position: absolute;
  width: 100%;
  z-index: 90;
}
.transparent .header-top-note {
  background: #00baee;
  color: #fff;
}
.transparent .header-top-note a {
  color: #fff;
}
.transparent .header-top-note a::after {
  background: #fff;
}
.transparent .main-menu ul a {
  color: #fff;
}
.transparent .main-menu ul .sub-menu a {
  color: #004976;
}
.transparent .main-menu ul .sub-menu a:hover {
  color: #00baee;
}
.transparent .site-btn {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.transparent .site-btn:hover {
  background: #004976;
}
.transparent .header-button-list .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

/* 3. Slider css */
.homepage-slide {
  height: 900px;
}
.single-slide-item {
  height: 900px;
  position: relative;
}
.single-slide-item img {
  width: auto !important;
}
.single-slide-content {
  position: relative;
  z-index: 3;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-top: 200px;
}
.slide-shape-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.slide-shape-left span:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
.slide-shape-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.slide-shape-right span:last-child {
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.slide-shape-right span {
  right: 0;
  text-align: right;
}
.slide-shape-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.single-slide-content .slide-title {
  font-size: 110px;
  color: #fff;
  margin-top: 23px;
  line-height: 120px;
  margin-bottom: 0;
  letter-spacing: -4px;
}
.single-slide-content .video-link {
  margin-bottom: 43px;
}
@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}

@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}
.video-link {
  display: inline-block;
}
.wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto;
}
.wave-pulse:before,
.wave-pulse:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-animation: zoomBig 3.25s linear infinite;
  animation: zoomBig 3.25s linear infinite;
}
.wave-pulse:before {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.video-play-wrap {
  position: relative;
  width: 80px;
  height: 80px;
}
.video-play {
  width: 80px;
  height: 80px;
  background: #13b6ec;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 85px;
  font-size: 16px;
}
.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px;
  z-index: 2;
}
.video-link:hover .video-play {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}
.single-slide-item::before {
  background: -o-linear-gradient(left, #024b78 0%, #00baed 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#024b78),
    to(#00baed)
  );
  background: linear-gradient(90deg, #024b78 100%, #00baed 100%);
}
.homepage-slide .owl-nav div {
  font-size: 18px;
  width: 80px;
  height: 80px;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 85px;
  border-radius: 50%;
  left: 90px;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.homepage-slide .owl-nav div:hover {
  background: #ffd57f;
}
.homepage-slide .owl-nav div.owl-next {
  left: auto;
  right: 90px;
}
.homepage-slide:hover .owl-nav div {
  left: 105px;
  visibility: visible;
  opacity: 1;
}
.homepage-slide:hover .owl-nav div.owl-next {
  right: 105px;
  left: auto;
}
/* Slider 2 css */
.homepage-slide-2,
.single-slide-item-2 {
  height: 800px;
}
.single-slide-content-2 .slide-shape {
  position: absolute;
  top: -130px;
  z-index: -1;
  left: -120px;
}
.single-slide-content-2 {
  color: #004976;
  position: relative;
  z-index: 2;
  padding-top: 0;
}
.single-slide-content-2 .slide-title {
  color: #004976;
  font-size: 90px;
  line-height: 90px;
}
.single-slide-content-2 .slide-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-slide-content-2 .site-btn.boxed {
  margin-right: 30px;
  -webkit-box-shadow: 0 8px 16px rgba(53, 178, 241, 0.4);
  box-shadow: 0 8px 16px rgba(53, 178, 241, 0.4);
}
.single-slide-content-2 .slide-shape span:last-child {
  position: absolute;
  left: -70px;
  margin-top: -30px;
}
/* Slider 3 css */
.single-slide-item-3::before {
  background: #000;
}
.homepage-slide-3,
.single-slide-item-3 {
  height: 950px;
}
.single-slide-content-3 {
  padding-top: 320px;
}
.site-btn.boxed.yellow {
  background: #f7c355;
  color: #004976;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-slide-content-3 .site-btn.boxed {
  color: #004976;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-slide-content-3 .site-btn:first-child {
  margin-right: 20px;
}
.site-btn.boxed:hover {
  background: #004976;
  color: #fff;
}
/* 4. About css */
.service-search-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 8px 16px 0px #d9e1e9;
  box-shadow: 0 8px 16px 0px #d9e1e9;
  padding: 80px;
  padding-bottom: 60px;
  border-bottom: 6px solid #00baee;
  padding-top: 45px;
  margin-top: -95px;
  position: relative;
  z-index: 2;
  margin-bottom: 180px;
}
.service-search-wrapper .form-group-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-search-wrapper .form-group {
  margin: 0;
  position: relative;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  text-align: right;
}
.service-search-wrapper .form-group-wrapper .form-group:nth-child(1),
.service-search-wrapper .form-group-wrapper .form-group:nth-child(2) {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}
.service-search-wrapper .form-group-wrapper .form-group:nth-child(1) {
  margin-right: 15px;
}
.service-search-wrapper .form-group label {
  position: absolute;
  font-size: 18px;
  color: #00bbee;
  margin: 0;
  top: 31px;
  left: 0;
  z-index: 2;
}
.service-search-wrapper .form-group input {
  border: none;
  border-bottom: 2px solid #004876;
  font-size: 18px;
  color: #004876;
  font-weight: 600;
  border-radius: 0px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-top: 30px;
}
.service-search-wrapper .form-group input::-webkit-input-placeholder {
  color: #004876;
  font-weight: 600;
  opacity: 1;
}
.service-search-wrapper .form-group input::-moz-placeholder {
  color: #004876;
  font-weight: 600;
  opacity: 1;
}
.service-search-wrapper .form-group input:-ms-input-placeholder {
  color: #004876;
  font-weight: 600;
  opacity: 1;
}
.service-search-wrapper .form-group input::-ms-input-placeholder {
  color: #004876;
  font-weight: 600;
  opacity: 1;
}
.service-search-wrapper .form-group input::placeholder {
  color: #004876;
  font-weight: 600;
  opacity: 1;
}
.service-search-wrapper .form-group .nice-select {
  border: 0px;
  width: 100%;
  border-bottom: 2px solid #004876;
  border-radius: 0px;
  padding: 30px;
  height: auto;
  padding-right: 0;
  padding-bottom: 14px;
  padding-top: 25px;
}
.service-search-wrapper .form-group .nice-select::after {
  display: none;
}
.service-search-wrapper .form-group .nice-select .list {
  width: 100%;
}
.service-search-wrapper .form-group .nice-select .current {
  font-size: 18px;
  font-weight: 600;
}
.service-search-wrapper .form-group:nth-child(2) {
  margin-left: 15px;
}
.service-search-wrapper .site-btn {
  padding: 8px 36px;
  padding-right: 10px;
}
.about-left-side .about-thumb-mid {
  position: absolute;
  top: -90px;
  left: -220px;
}
.about-left-side .about-thumb-sml {
  position: absolute;
  right: 20px;
  bottom: -45px;
}
.about-left-side {
  position: relative;
}
.about-left-side .about-thumb-sml-xs {
  position: absolute;
  left: -115px;
  bottom: -50px;
}
.section-heading-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* justify-content: center; */
}
.section-heading-top img {
  margin-right: 30px;
}
.section-heading-top .sub-title span {
  color: #00bbee;
}
.section-heading .section-title {
  font-size: 60px;
  margin-bottom: 30px;
  letter-spacing: -2px;
}
.section-heading-2 .section-title {
  font-size: 48px;
}
.bg-2 {
  background: #f7fbff;
}
.about-right-side {
  padding-left: 30px;
}
.section-heading .section-content {
  background: #fff;
  border-left: 6px solid #00bbef;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;

  font-size: 18px;
  -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
  box-shadow: 0 6px 12px 0px #d3dbe33d;
}
.about-list .single-item .icon {
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
  box-shadow: 0 6px 12px 0px #d3dbe33d;
  margin-right: 20px;
}
.about-list .single-item .icon:hover {
  background: #014571;
  color: #fff;
}
.about-list .single-item span {
  font-weight: 600;
}
.about-list .single-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* About 2 css */
.about-left-side-2 .about-thumb-mid {
  position: inherit;
  text-align: right;
  top: -125px;
  left: 0px !important;
}
.about-left-side-2 .about-thumb-sml {
  position: absolute;
  top: 115px;
  right: -20px;
}
.about-left-side-2 .about-thumb-box {
  position: absolute;
  background: #f7c355;
  padding: 44px 30px;
  text-align: center;
  -webkit-box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
  box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
  top: 80px;
  left: 70px;
  z-index: 5;
}
.about-left-side-2 .about-thumb-box .title {
  color: #004876;
  font-size: 80px;
}
.about-left-side-2 .about-thumb-box .title .year {
  font-size: 16px;
  display: block;
  margin-top: -5px;
}
.about-left-side-2 .about-thumb-box .title .plus {
  font-size: 16px;
}
.about-left-side-2 .about-thumb-big {
  position: relative;
  z-index: 2;
}
.about-left-side-2 .about-thumb-mid-wrap {
  position: absolute;
  right: -50px;
}
.about-right-side-2 {
  padding-left: 45px;
}
.about-right-side-2 .about-list-wrapper {
  padding-left: 45px;
}
.about-right-side-2 .about-list-wrapper .content {
  margin-bottom: 30px;
}
.about-list-2 .single-item .icon {
  font-size: 24px;
  color: #00bbee;
  border-radius: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  width: auto;
  line-height: 24px;
  min-width: 30px;
}
.about-list-2 .single-item span {
  font-size: 18px;
}
.about-list-2 .about-list-author {
  padding-top: 34px;
}
.about-right-side-2 .about-list-author {
  padding-top: 34px;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0 8px 16px 0px rgba(0, 186, 238, 0.1);
  box-shadow: 0 8px 16px 0px rgba(0, 186, 238, 0.1);
  position: relative;
}
.about-right-side-2 .about-list-author::after {
  height: 4px;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f7c355;
}
.about-right-side-2 .about-list-author .name {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
}
.about-right-side-2 .about-list-author .designation {
  color: #00bbee;
}
/* About css 3 */
.about-left-side-3 .about-thumb-box .year {
  font-size: 14px;
  font-weight: 400;
}
.about-left-side-3 .about-thumb-box .title {
  font-size: 40px;
  margin-bottom: 0;
}
.about-left-side-3 .about-thumb-box {
  padding: 29px 10px;
  right: 0;
  bottom: 0;
  top: auto;
  background: #fff;
  border-left: 4px solid #f7c355;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: auto;
  padding-left: 14px;
}
.about-right-box {
  position: absolute;
  top: -155px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(161, 219, 223, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(161, 219, 223, 0.2);
  border-left: 4px solid #00baee;
  padding-left: 26px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 60px;
  z-index: 1;
  right: 0;
}
.about-right-box h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.about-right-box span {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.about-right-box .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 40px;
  color: #f3f3f3;
}
.about-left-side-3 .about-thumb-big {
  z-index: 1;
}

/* About css 4 */
.about-left-side-4 .about-thumb-big img {
  width: 100%;
}
.about-right-side-4 .about-list-wrapper {
  padding-left: 0px;
}

/* 5. Service css */
.bg-3 {
  background: #004876;
}
.section-heading.white .section-title {
  color: #000;
}
.section-heading.white .sub-title {
  color: #000;
}
.section-heading-2 .sub-title,
.section-heading-3 .sub-title,
.section-heading-2.white .sub-title {
  color: #000;
  font-size: 16px;
}
.service-section-content {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}
.service-section-content::after {
  left: 0;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background: #00bbef;
  height: 0;
  width: 1px;
}
.service-box-area {
  position: relative;
  z-index: 1;
}
.service-box-area::after {
  background: #f7fbff;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  z-index: -1;
}
.service-box-area::before {
  height: 0px;
  top: 2px;
  left: 0;
  content: "";
  background: #004876;
  position: absolute;
  width: 100%;
}
.service-heading-box {
  padding-bottom: 245px;
}
.service-content {
  background: #fff;

  margin-right: 30px;
  padding: 29px 30px;
  -webkit-box-shadow: 0 8px 12px 0px #d3dbe33d;
  box-shadow: 0 8px 12px 0px #d3dbe33d;
  position: relative;
  margin-top: -60px;
}
.service-content .service-price {
  font-weight: 700;
  color: #00bbef;
  margin-bottom: 2px;
  display: block;
}
.service-content .service-title {
  font-size: 24px;
  margin-bottom: 0;
}
.service-content .service-title a {
  display: inline-block;
  color: #004976;
}
.service-content .service-title:hover a {
  color: #00baee;
}
.service-content .service-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 30px;
  top: -40px;
  -webkit-box-shadow: 0 8px 12px 0px #d3dbe33d;
  box-shadow: 0 8px 12px 0px #d3dbe33d;
}
.single-service-box .service-thumb {
  overflow: hidden;
}
.service-thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.single-service-box:hover .service-thumb img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.service-note {
  font-size: 20px;
}
.service-note a {
  color: #35b4f1;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.service-note a:hover {
  color: #004876;
}
.service-note a::after {
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #88cff6;
  position: absolute;
}

/* Service 2 css */
.service-cat-box:hover .cat-title {
  color: #00baee;
}
.service-cat-content {
  margin-top: 27px;
  color: #004976;
}
.service-cat-content .cat-title {
  margin-bottom: 8px;
  color: #004976;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.custom-col-width .col-xl-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.section-heading-2 .section-content {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-weight: 400;
}

/* service css 3 */
.video-area {
  height: 200px;
  background: #000;
}
.single-service-box-2 {
  padding-right: 40px;
}
.service-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-service-box-2 .service-icon {
  font-size: 40px;
  color: #00bbee;
  margin-right: 30px;
}
.single-service-box-2:hover .service-icon {
  -webkit-animation: flipInY 0.5s ease-in-out;
  animation: flipInY 0.5s ease-in-out;
}
.single-service-box-2 .service-title {
  margin-bottom: 0;
  font-weight: 500;
}
.single-service-box-2 .inline-btn {
  color: #004976;
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
}
.single-service-box-2 .inline-btn i {
  margin-right: 2px;
}
.single-service-box-2 .inline-btn:hover {
  color: #00bbee;
}

/* Service 4 css */
.service-box-area-2::before {
  background: transparent;
}

/* 6. Wcu css */
.wcu-content {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  padding-left: 30px;
  font-size: 18px;
}
.wcu-content .wcu-title {
  margin-bottom: 20px;
}
.wcu-thumb-box img {
  width: 100%;
  border-radius: 40px;
}

/* wcu 2 css */
.wcu-area .section-heading-3 .section-title {
  font-size: 48px;
}
.wcu-box-wrapper-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wcu-box-2 {
  background: #fff;
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 40px;
  z-index: 1;
  padding-bottom: 44px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wcu-box-2::after {
  height: 4px;
  width: 0%;
  background: #00baee;
  right: 0px;
  bottom: 0px;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
}
.wcu-box-2.active::after {
  right: auto;
  width: 100%;
  visibility: visible;
  opacity: 1;
  left: 0;
}
.wcu-box-2.active {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(105, 189, 195, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(105, 189, 195, 0.2);
}
.wcu-box-wrapper-2 .wcu-box-2:first-child {
  margin-right: 5px;
}
.wcu-box-wrapper-2 .wcu-box-2:last-child {
  margin-left: 5px;
}
.wcu-box-wrapper-2 .wcu-box-2:first-child .count {
  right: -20px;
}
.wcu-box-2 .count {
  font-size: 160px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: -1;
  line-height: 117px;
  color: #f7fbff;
}
.wcu-box-2 .wcu-content {
  padding-left: 0;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.wcu-box-2 .wcu-title {
  margin-bottom: 16px;
  color: #004976;
}
.wcu-right-2 .wcu-thumb-2 {
  position: absolute;
  background: transparent;
  z-index: 1;
  top: 0;
}
.wcu-right-2 .wcu-thumb-2::before {
  border-radius: 50%;
  background: #f7c355;
}
.wcu-right-2 .wcu-shape {
  position: absolute;
  right: 90px;
  top: 10px;
  z-index: 2;
}
.wcu-right-2 {
  text-align: right;
  z-index: 1;
  margin-top: 100px;
}
.wcu-right-2 .wcu-thumb-1 {
  position: relative;
  z-index: 3;
}
.wcu-right-2 img {
  border-radius: 50%;
}

/* 7. Get-Quote css */
.get-quote-left-side {
  position: relative;
}
.get-quote-thumb-small {
  position: absolute;
  right: 10px;
  bottom: -165px;
}
.get-quote-icon-box {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #fff;
  bottom: 130px;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 70px;
}
.get-quote-thumb-big {
  position: relative;
  z-index: 2;
}
.get-quote-icon-box img {
  -webkit-animation: 1.5s shake infinite;
  animation: 1.5s shake infinite;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
.get-quote-icon-box::after {
  width: 180px;
  height: 180px;
  -webkit-box-shadow: 0 8px 16px 0px rgba(211, 219, 227, 0.3);
  box-shadow: 0 8px 16px 0px rgba(211, 219, 227, 0.3);
  left: -20px;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.get-quote-right-side .site-btn.transparent:hover {
  background: transparent;
  color: #00baee;
}

/* 8. Process css  */
.single-process-box {
  padding: 60px 50px;
  background: #fff;
  position: relative;
  height: 410px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 14px !important;
}

@media (max-width: 1199px) {
  .single-process-box {
    height: 500px;
  }
}

.single-process-box.active {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(208, 218, 227, 0.3);
  box-shadow: 0px 8px 16px 0px rgba(208, 218, 227, 0.3);
}
.single-process-box::after {
  height: 4px;
  width: 0%;
  background: #35b3f1;
  content: "";
  left: 100%;
  top: 0;
  border-radius: 14px 14px 0px 0px;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.single-process-box.active::after {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.process-box-title {
  font-size: 30px;
  margin-bottom: 18px;
}
.single-process-box .inline-btn {
  font-weight: 700;
  color: #00bbee;
  margin-bottom: 28px;
  display: inline-block;
}
.single-process-box .inline-btn i {
  margin-left: 8px;
}
.single-process-box .process-box-icon {
  margin-top: 33px;
}
.single-process-box .count {
  position: absolute;
  right: 30px;
  height: 40px;
  width: 40px;
  background: #35b3f1;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 12px 0px rgba(53, 178, 241, 0.3);
  box-shadow: 0 6px 12px 0px rgba(53, 178, 241, 0.3);
  bottom: 30px;
}

/* Process 2 css */
.single-process-box-2 {
  padding: 0;
  background: transparent;
}
.single-process-box-2 .process-box-title {
  font-size: 24px;
  margin-bottom: 13px;
}
.single-process-box-2::after {
  display: none;
}
.single-process-box-2:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-process-box-2 .process-box-thumb {
  position: relative;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 220px;
  margin: 0 auto;
}
.single-process-box-2 .process-box-thumb img {
  border-radius: 50%;
}
.single-process-box-2 .count-small {
  width: 60px;
  height: 60px;
  background: #fff;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0px 16px 32px 0px #0049764b;
  box-shadow: 0px 16px 32px 0px #0049764b;
  border-radius: 50%;
  font-weight: 700;
  line-height: 63px;
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 2;
}
.single-process-box-2 .count-big {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 120px;
  font-weight: 700;
  line-height: 86px;
  top: -55px;
  z-index: -1;
  color: #f0f5f9;
  letter-spacing: -6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-process-box-2:hover .count-big {
  top: -65px;
}
/* Process css 3 */
.single-process-box-3 {
  background: #fff;
  padding: 50px 55px;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
.single-process-box-3::before {
  bottom: 0px;
  width: 0%;
  height: 10px;
  position: absolute;
  content: "";
  right: 0;
  background: #00baee;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.single-process-box-3:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.single-process-box-3.yellow::before,
.single-process-box-3.blue::before {
  background: #fff;
}
.single-process-box-3.yellow {
  background: #fce022;
}
.single-process-box-3.yellow:hover {
  background: #fce022;
}
.single-process-box-3.blue {
  background: #4cefd6;
}
.single-process-box-3.blue:hover {
  background: #4cefd6;
}
.single-process-box-3:hover {
  background: #fff;
}
.single-process-box-2 .process-box-title {
  margin-bottom: 18px;
}
.single-process-box-3 .inline-btn {
  margin-bottom: 0;
}
.single-process-box-3.yellow .inline-btn,
.single-process-box-3.blue .inline-btn {
  color: #004976;
}
.single-process-box-3 .count-big {
  color: #034f7e;
  z-index: -1;
  left: auto;
  right: -20px;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  font-size: 140px;
  line-height: 99px;
  top: -90px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-process-box-3.yellow .count-big,
.single-process-box-3.blue .count-big {
  right: -1px;
}
.single-process-box-3:hover .count-big {
  opacity: 1;
  visibility: visible;
  top: -99px;
}

/* 9. Appointment css */
.appointment-area::before {
  z-index: -1;
  background: -o-linear-gradient(left, #024b78 0%, #00baed 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#024b78),
    to(#00baed)
  );
  background: linear-gradient(90deg, #024b78 0%, #00baed 100%);
}
.appointment-area {
  margin-top: 5%;
  z-index: 1;
}
.appointment-form .form-group input {
  background: transparent;
  color: #fff;
  border: 2px solid #9ab5c5;
  border-radius: 40px;
  padding: 21px 38px;
  width: 100%;
}
.appointment-form .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.appointment-form .form-group input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.appointment-form .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.appointment-form .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.appointment-form .form-group input::placeholder {
  color: #fff;
  opacity: 1;
}
.appointment-form .form-group {
  position: relative;
  margin-bottom: 0;
}
.appointment-form .form-group label {
  position: absolute;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  color: #fff;
}
.appointment-form .site-btn {
  padding: 13px 45px;
  padding-right: 10px;
  border: none;
}
.appointment-form .site-btn .icon {
  margin-left: 32px;
}

/* 10. Project css */
.singel-project-item .project-content {
  background: #004876;
  color: #fff;

  margin-right: 30px;
  padding: 20px;
  position: relative;
  margin-top: -18px;
  position: relative;
  z-index: 2;
  padding-right: 120px;
}
.project-content .sub-title {
  color: #00bbef;
  margin-bottom: 12px;
  font-size: 16px;
}
.project-content .project-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  background: #ffd57f;
  display: inline-block;
  line-height: 62px;
  color: #004976;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 16px 0px rgba(255, 212, 127, 0.3);
  box-shadow: 0 8px 16px 0px rgba(255, 212, 127, 0.3);
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project-content .project-icon:hover {
  color: #fff;
  background: #35b3f1;
}
.project-content .project-title {
  font-size: 24px;
}
.singel-project-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* .singel-project-item .project-thumb::before {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: -o-linear-gradient(left, #024b78 0%, #00baed 100%);
	background: -webkit-gradient(linear, left top, right top, from(#024b78), to(#00baed));
	background: linear-gradient(90deg, #024b78 0%, #00baed 100%);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
} */
.singel-project-item:hover .project-icon {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: -30px;
}
.singel-project-item:hover .project-thumb::before {
  opacity: 0.5;
  visibility: visible;
}

/* 11. Brand Carousel css */
.singel-brand-item img {
  width: auto !important;
}
.singel-brand-item {
  min-height: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.singel-brand-item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

/* Brand Carousel 2 css */
.brand-carousel-2 .singel-brand-item {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.brand-carousel-2 .singel-brand-item:hover {
  opacity: 0.8;
}

/* brand 3 css */
.single-brand-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 170px;
  background: #f8f9ff;
}
.single-brand-box .hover {
  display: none;
}
.single-brand-box:hover .hover {
  display: inline-block;
}
.single-brand-box:hover .default {
  display: none;
}
.single-brand-box:hover {
  background: #00bfed;
}
.single-brand-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* 12. Newslater css */
.newslater-shape {
  position: absolute;
  top: -50px;
}
.newslater-area {
  position: relative;
}
.newslater-form input {
  padding: 28px 35px;
  border-radius: 40px;
  border: none;
  color: #004976;
  width: 100%;
}
.newslater-form {
  position: relative;
  margin-top: 15px;
}
.newslater-form .site-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-btn.boxed {
  background: #35b3f1;
  display: inline-block;
  color: #fff;
  border: none;
  padding: 18px 46px;
  -webkit-box-shadow: 0 6px 12px rgba(53, 178, 241, 0.3);
  box-shadow: 0 6px 12px rgba(53, 178, 241, 0.3);
  font-size: 16px;
}
.newslater-form input::-webkit-input-placeholder {
  color: #004976;
  opacity: 1;
}
.newslater-form input::-moz-placeholder {
  color: #004976;
  opacity: 1;
}
.newslater-form input:-ms-input-placeholder {
  color: #004976;
  opacity: 1;
}
.newslater-form input::-ms-input-placeholder {
  color: #004976;
  opacity: 1;
}
.newslater-form input::placeholder {
  color: #004976;
  opacity: 1;
}
.newslater-area .section-heading.white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.newslater-area .section-heading .sub-title {
  margin-bottom: 20px;
}
.newslater-area .section-heading .section-title {
  margin-bottom: 0;
}
.newslater-form .site-btn:hover {
  background: #004876;
}
.bg-4 {
  background: #f0f5ff;
}
.bg-5 {
  background: #f7c355;
}

/* Newslater 2 css */
.newslater-form-2 input {
  border-radius: 0px;
}
.newslater-form-2 .site-btn.boxed {
  border-radius: 0px;
  background: #f7c355;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.newslater-form-2 .site-btn.boxed:hover {
  background: #004876;
  color: #fff;
}
.newslater-form-2 {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(53, 178, 241, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(53, 178, 241, 0.1);
}
.newslater-laptop-wrap {
  position: absolute;
  left: 0;
  top: -65px;
}
.newslater-shape-imgs {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-70%, -80%);
  -ms-transform: translate(-70%, -80%);
  transform: translate(-70%, -80%);
}
.newslater-shape-imgs .newslater-shape-logo {
  margin-bottom: 40px;
}
.newslater-app-img img:first-child {
  margin-right: 20px;
}

/* 13. Testimonial css */
.testimonial-carousel img {
  width: auto !important;
}
.testimonial-carousel {
  background: #fff;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 70px;
  padding-bottom: 0px;
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 0px 6px 12px 0px #00497628;
  box-shadow: 0px 6px 12px 0px #00497628;
  z-index: 3 !important;
}
.testimonial-carousel::after,
.testimonial-carousel::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -20px;
  width: calc(100% - 40px);
  height: 20px;
  /* -webkit-box-shadow: 0px 6px 12px 0px #00497628;
	        box-shadow: 0px 6px 12px 0px #00497628; */
  z-index: -1;
  border-radius: 0px 0px 15px 15px;
}
.testimonial-carousel::before {
  left: 40px;
  bottom: -40px;
  width: calc(100% - 80px);
}
.single-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background: #fff;
  z-index: 4;
}
.single-testimonial .thumb {
  position: relative;
  margin-left: 20px;
}
.single-testimonial .thumb img {
  border-radius: 50%;
}
.single-testimonial .content {
  -ms-flex-preferred-size: 82%;
  flex-basis: 82%;
  padding-left: 60px;
}
.single-testimonial .content .author-logo {
  display: inline-block;
}
.single-testimonial .thumb::after {
  content: "";
  left: -20px;
  top: -20px;
  height: 180px;
  width: 180px;
  position: absolute;
  border: 2px solid #f6fbff;
  border-radius: 50%;
}
.single-testimonial .thumb .icon {
  position: absolute;
  top: -18px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: #004976;
  color: #fff;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
  font-size: 14px;
  z-index: 2;
  -webkit-box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
  box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
}
.single-testimonial .content {
  font-size: 20px;
  margin-top: 40px;
}
.testimonial-meta .name {
  font-size: 30px;
}
.testimonial-meta .designation {
  font-size: 16px;
  color: #00bbee;
}
.testimonial-carousel .owl-dots div {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #dceeff;
}
.testimonial-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 80px;
  top: 30px;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.testimonial-carousel .owl-dots div.active {
  background: #35b3f1;
}
.testimonial-carousel .owl-dots div:not(:last-child) {
  margin-right: 10px;
}
/* testimonial css 2 */
.testimonial-area-2 .section-heading.white .sub-title {
  color: #00bbee;
}
.testimonial-area-2 .testimonial-carousel::after,
.testimonial-area-2 .testimonial-carousel::before {
  -webkit-box-shadow: 0px 6px 12px 0px rgb(0, 73, 118, 0.1);
  box-shadow: 0px 6px 12px 0px rgb(0, 73, 118, 0.1);
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
}
.testimonial-area-2 .testimonial-carousel::before {
  background: rgba(255, 255, 255, 0.04);
}

/* 14. News css */
.postbox-text {
  padding: 0px 8px;
  border: 2px solid #e2edf6;
  border-top: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-top: 10px;
  padding-bottom: 0px;
}
.postbox {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* .postbox:hover {
	-webkit-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
	        box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
} */
.postbox:hover .postbox-text {
  border-color: transparent;
}
.postbox .blog-title {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 20px;
}
.postbox .blog-title a {
  color: #004976;
}
.postbox .blog-title a:hover {
  color: #000;
}
.postbox .post-meta a {
  font-weight: 600;
  color: #004976;
  position: relative;
}
.postbox .post-meta a:hover {
  color: #00bbee;
}
.postbox .post-meta a i {
  color: #00bbee;
  margin-right: 5px;
}
.postbox .post-meta a:not(:last-child) {
  margin-right: 36px;
}
.postbox .post-meta a:not(:last-child)::after {
  content: "";
  height: 14px;
  width: 2px;
  background: #cfe0e5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -17px;
}
.postbox .post-text {
  font-size: 16px;
}
.postbox-thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.postbox-thumb {
  overflow: hidden;
}
.postbox:hover .postbox-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* News 2 css */
.post-list-wrapper .postbox-text {
  border-top: 2px solid #e2edf6;
  padding-bottom: 35px;
}
.post-list-wrapper .postbox .blog-title {
  margin-bottom: 0;
}

/* News 3 css */
.news-area-3 .postbox-text {
  padding: 0;
  border: none;
  position: relative;
}
.postbox .post-cat {
  position: absolute;
  top: -18px;
  font-weight: 700;
  background: #02c0f0;
  color: #fff;
  display: inline-block;
  padding: 7px 19px;
  border-radius: 40px;
  font-size: 14px;
  left: 30px;
  z-index: 2;
}
.postbox-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 50px 40px;
  padding-top: 0;
  z-index: 2;
}
.postbox-content .inline-btn {
  position: absolute;
  right: -20px;
  color: #004976;
  background: #f7c355;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  bottom: 20px;
}
.postbox-content .inline-btn:hover {
  background: #004876;
  color: #fff;
}
.news-area-3 .postbox .blog-title {
  margin-bottom: 0;
}
.news-area-3 .postbox .blog-title a,
.news-area-3 .post-meta a,
.news-area-3 .postbox .post-meta i {
  color: #fff;
}
.news-area-3 .postbox .post-meta a:not(:last-child)::after {
  background: #fff;
}
.news-area-3 .postbox-thumb::before {
  background: #000;
}
.news-area-3 .postbox .blog-title a:hover {
  color: #02c0f0;
}

/* 15. Discount css */
.discount-box {
  background: #f5f5f5;
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  position: relative;
  z-index: 2;
}
.discount-box .discount-title {
  font-size: 50px;
  margin: 0;
}
.discount-title span {
  font-weight: 300;
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}
.discount-btns a {
  padding: 10px 27px;
}
.discount-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.discount-btns .site-btn.black {
  margin-left: 20px;
}

/* 16. Footer css */
.site-footer {
  margin-top: -10px;
  z-index: 1;
  color: #fff;
  font-weight: 500;
}
.site-footer::before {
  z-index: -1;
}
.footer-widget .title {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 20px;
  margin-bottom: 40px;
}
.footer-widget .title::after {
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #13b6ec;
  left: 0;
  position: absolute;
  content: "";
  width: 4px;
}
.footer-widget ul li a {
  color: #fff;
  display: block;
  font-weight: 500;
}
.footer-widget ul li a:hover {
  color: #ffffff;
}
.footer-widget ul li i {
  margin-right: 15px;
  color: #5b84a3;
}
.footer-widget ul li:not(:first-child) {
  margin-top: 12px;
}
.footer-contact-info {
  border-bottom: 2px solid #28475d;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.footer-contact-info .content {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}
.footer-contact-info .box {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background: #ffd57f;
  padding: 14px 30px;
  margin-top: 10px;
  position: relative;
  padding-right: 50px;
}
.footer-contact-info .box h2 {
  font-size: 30px;
  color: #002542;
  margin: 0;
}
.footer-contact-info .box h2 span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.footer-contact-info .box .icon {
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #f0c877;
}
.footer-contact-info .content a {
  color: #fff;
  display: inline-block;
  margin-top: 13px;
  font-weight: 500;
}
.footer-contact-info .content a i {
  margin-right: 20px;
}
.footer-social-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-social-info .content {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
.footer-social-info .social-links {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-social-info .content a {
  color: #fff;
  display: block;
}
.footer-social-info .content a:hover {
  color: #ffd57f;
}
.footer-social-info .content a span {
  color: #517fa2;
}
.social-links a {
  display: block;
  width: 40px;
  height: 40px;
  background: #0e4164;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.social-links a:hover {
  background: #35b3f1;
  color: #fff;
}
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-links a:not(:last-child) {
  margin-right: 10px;
}
.site-footer .copyright {
  border-top: 2px solid #26445b;
}

/* footer 2 css */
.site-footer-2 {
  margin-top: 0px;
}
.footer-top-box.left {
  background: #004876;
  color: #fff;
}
.footer-top-box.right {
  background: #f7c355;
}
.footer-top-box {
  padding: 40px 50px;
  position: relative;
}
.footer-box-content {
  -ms-flex-preferred-size: 88%;
  flex-basis: 88%;
  padding-left: 30px;
  font-size: 14px;
}
.footer-box-content .footer-box-title {
  font-size: 30px;
}
.footer-top-box .inline-btn {
  font-size: 14px;
  width: 30px;
  height: 30px;
  background: #f7c355;
  display: inline-block;
  text-align: center;
  color: #004876;
  line-height: 31px;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: 40px;
}
.footer-top-box.right .inline-btn {
  background: #004876;
  color: #fff;
}
.footer-top-box .inline-btn:hover,
.right .inline-btn:hover {
  color: #fff;
  background: #02c0f0;
}
.footer-top-box-area {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
.site-footer-2 .footer-widget .title::after {
  background: #00baee;
}
.site-footer-2 {
  color: #004976;
}
.site-footer-2 .footer-widget ul li a {
  color: #004976;
}
.site-footer-2 .footer-widget ul li a:hover {
  color: #02c0f0;
}
.site-footer-2 .footer-contact-info .box {
  background: #02c0f0;
}
.site-footer-2 .footer-contact-info .box h2 {
  color: #fff;
}
.site-footer-2 .footer-contact-info .box .icon {
  color: #000;
  opacity: 0.1;
}
.site-footer-2 .footer-contact-info .content a {
  color: #004976;
}
.site-footer-2 .footer-contact-info .content a:hover,
.site-footer-2 .footer-social-info .content a:hover {
  color: #02c0f0;
}
.site-footer-2 .footer-social-info .content a {
  color: #004976;
}
.site-footer-2 .footer-contact-info {
  border-color: #dde6f2;
}
.site-footer-2 .copyright {
  border-color: #dde6f2;
}
.site-footer-2 .social-links a {
  background: #fff;
  color: #004976;
}
.site-footer-2 .social-links a:hover {
  background: #09c1f0;
  color: #fff;
}

/* 17. Search css */
.nav-search {
  position: relative;
  display: block;
  color: inherit;
}
.nav-search:hover {
  color: inherit;
}
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: slideInUp 0.3s;
  animation: slideInUp 0.3s;
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}
input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}
input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}
input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
  color: #7f7f7f;
  display: block;
}
.mobile-links li > a:hover {
  color: #b79d82;
}

/* 18. header-extra-info css */
.extra-info {
  background: #004876 none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 350px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.close-icon {
  margin-top: -16px;
  text-align: right;
}
.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.close-icon > button i {
  color: #35b3f1;
}
.side-info {
  border-top: 1px solid #344159;
  padding-top: 25px;
}
.side-info .site-btn:hover {
  background: #00baee;
}
.side-info .site-btn:hover .icon {
  background: #004976;
}
.contact-list h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-list p {
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 14px;
}
.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}
.contact-list p span {
  display: block;
  overflow: hidden;
}
.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}
.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

/* 19. Cta css */
.cta-area {
  position: relative;
  background: #f8f8f8;
  z-index: 1;
}
.cta-area::after {
  width: 35%;
  right: 0;
  height: 100%;
  content: "";
  background: #00efda;
  position: absolute;
  top: 0;
  z-index: -1;
}
.cta-wrapper {
  background: #fff;
  padding-top: 115px;
  padding-bottom: 120px;
  -webkit-box-shadow: 0 16px 32px 0px #00497614;
  box-shadow: 0 16px 32px 0px #00497614;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  position: relative;
}
.cta-form .form-group input,
.cta-form .form-group textarea {
  width: 100%;
  border-radius: 0px 8px 8px 0px;
  border: none;
  background: #f3f8ff;
  color: #004976;
  padding: 22px 40px;
  padding-right: 0;
}
.cta-form .form-group input::-webkit-input-placeholder,
.cta-form .form-group textarea::-webkit-input-placeholder {
  color: #004976;
  opacity: 1;
}
.cta-form .form-group input::-moz-placeholder,
.cta-form .form-group textarea::-moz-placeholder {
  color: #004976;
  opacity: 1;
}
.cta-form .form-group input:-ms-input-placeholder,
.cta-form .form-group textarea:-ms-input-placeholder {
  color: #004976;
  opacity: 1;
}
.cta-form .form-group input::-ms-input-placeholder,
.cta-form .form-group textarea::-ms-input-placeholder {
  color: #004976;
  opacity: 1;
}
.cta-form .form-group input::placeholder,
.cta-form .form-group textarea::placeholder {
  color: #004976;
  opacity: 1;
}
.cta-form .form-group {
  position: relative;
  margin-bottom: 0;
}
.cta-form .form-group label {
  position: absolute;
  right: 40px;
  top: 24px;
  color: #00bbee;
  margin-bottom: 0;
  z-index: 2;
}
.cta-form .from-group-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta-form .from-group-wrapper .from-group {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.cta-form .site-btn {
  width: 100%;
  border-radius: 0px;
  background: #13b6ec;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 23px 30px;
  border-radius: 20px;
  border: 2px solid #13b6ec;
}
.cta-form .site-btn:hover {
  background: #004976;
  color: #fff;
}
.cta-form .from-group-wrapper .form-group {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.form-group input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  color: #fff;
  right: 0;
  position: absolute;
  text-align: right;
  height: 100%;
  background: transparent;
}
.cta-form .from-group-wrapper .form-group:first-child {
  margin-right: 5px;
}
.cta-form .from-group-wrapper .form-group:last-child {
  margin-left: 5px;
}
.cta-form .form-group .nice-select {
  width: 100%;
  border: none;
  background: #f3f8ff;
  border-radius: 0px;
  padding-left: 40px;
  height: 70px;
  line-height: 70px;
}
.cta-form .form-group .nice-select .current {
  font-size: 16px;
}
.cta-form .form-group .nice-select:after {
  border: none;
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  margin-top: 0;
  -webkit-transform: translateY(00%);
  -ms-transform: translateY(00%);
  transform: translateY(00%);
  right: 40px;
  width: auto;
  display: inline-block;
  top: 1px;
  color: #00bbee;
}
.cta-form .form-group .nice-select .list {
  width: 100%;
  border-radius: 0px;
}
.cta-thumb {
  position: absolute;
  bottom: 0;
  left: -200px;
}

/* cta css 2 */
.cta-wrap {
  background: #fff;
  padding: 90px 80px;
  padding-left: 84px;
  -webkit-box-shadow: 0px 16px 32px 0px #00497613;
  box-shadow: 0px 16px 32px 0px #00497613;
  border-left: 4px solid #00baee;
}
.cta-slider .single-cta-slide {
  height: 500px;
}
.cta-area-2::before {
  background-image: url(../images/bg/cta-1-bg-1.jpg);
  width: 65%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  position: absolute;
  content: "";
  height: 100%;
}

/* Cta css 3 */
.cta-area-3::before,
.cta-area-3::after {
  display: none;
}

/* 20. Pricing css */
.single-pricing-box {
  text-align: center;
  background: #fff;
  padding-top: 5px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-pricing-box ul {
  text-align: left;
  padding: 0 60px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.single-pricing-box .pricing-icon {
  background: #00baee;
  width: 140px;
  height: 140px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-head {
  padding-top: 40px;
  font-size: 14px;
}
.pricing-head .sub-title {
  font-size: 18px;
  color: #00bbee;
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-head .price {
  font-size: 100px;
  line-height: 75px;
  margin-bottom: 0;
  display: inline-block;
  margin-bottom: 8px;
}
.pricing-head .price span {
  font-size: 16px;
  line-height: 16px;
}
.single-pricing-box ul li {
  font-size: 18px;
}
.single-pricing-box ul li i {
  color: #00bbee;
  margin-right: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-pricing-box ul li:not(:first-child) {
  margin-top: 12px;
}
.single-pricing-box .site-btn {
  border-radius: 0;
  border: none;
  background: #f3f8ff;
  padding: 18px 43px;
  margin-bottom: 60px;
}
.single-pricing-box .icon-wrap {
  background: #f8fcff;
  padding-bottom: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-pricing-box::after,
.single-pricing-box::before {
  width: 51%;
  background: #004876;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 1;
}
.single-pricing-box::before {
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 99%);
  clip-path: polygon(0 0, 100% 0, 0 99%);
}
.single-pricing-box.active {
  background: #f7c355;
}
.single-pricing-box.active .pricing-icon {
  background: #fff;
}
.single-pricing-box.active .icon-wrap {
  background: #f1bc4b;
}
.single-pricing-box.active .pricing-head .sub-title {
  color: #004976;
}
.single-pricing-box.active .site-btn {
  background: #004976;
  color: #fff;
}
.single-pricing-box.active ul li i {
  color: #004976;
}
.single-pricing-box .pricing-icon .hover {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 0;
}
.single-pricing-box.active .pricing-icon .default {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 0;
}
.single-pricing-box.active .pricing-icon .hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: auto;
}

/* Pricing 2 css */
.single-pricing-box-2::after,
.single-pricing-box-2::before {
  background: #fff;
}
.single-pricing-box-2 .icon-wrap {
  background: #f8fcff;
}
.single-pricing-box-2 {
  background: #f3fafe;
}

/* 21. Team css */
.singel-team-box {
  background: #f7fbff;
  padding: 40px 35px;
  position: relative;
}

.singel-team-box::after,
.singel-team-box::before {
  content: "";
  left: 0;
  top: 110px;
  height: 58px;
  width: 4px;
  background: #00baee;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.singel-team-box::after {
  left: auto;
  right: 0px;
}
.singel-team-box:hover::after {
  top: 0;
}
.singel-team-box:hover::before {
  top: 0;
}
.singel-team-box .team-thumb img {
  border-radius: 50%;
}
.singel-team-box .social-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.singel-team-box .social-links a {
  background: #fff;
  color: #004976;
  -webkit-box-shadow: 0px 8px 16px 0px rgb(0, 73, 118, 0.1);
  box-shadow: 0px 8px 16px 0px rgb(0, 73, 118, 0.1);
}
.singel-team-box .social-links a:hover {
  background: #00baee;
  color: #fff;
}
.team-content .designation {
  font-size: 14px;
  color: #00bbef;
}
.team-content .name {
  font-size: 22px;
  margin-bottom: 6px;
}

/* 22. Beradcrumb css */
.breadcrumb-area {
  z-index: 1;
}
.breadcrumb-area::before {
  z-index: -1;
  background: #000000;
}
.breadcrumb-text .breadcrumb-title {
  font-size: 35px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
  display: inline-block;
}
.breadcrumb-text .breadcrumb-nav {
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
  display: inline-block;
}
.breadcrumb-text {
  color: #fff;
  font-size: 18px;
}
.breadcrumb-text span {
  font-weight: 700;
}
.breadcrumb-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-pack: end;
}
.breadcrumb-nav li {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.breadcrumb-nav li a {
  color: #fff;
  font-weight: 400;
}
.breadcrumb-nav li:not(:last-child) {
  margin-right: 10px;
}

/* 23. Our mission css */
.single-mission-box {
  background: #f7fbff;
  padding: 60px 55px;
}
.single-mission-box .inline-btn {
  color: #00bbee;
  font-weight: 700;
  display: inline-block;
}
.single-mission-box .inline-btn i {
  margin-left: 2px;
}
.single-mission-box .inline-btn:hover {
  color: #004876;
}
.single-mission-box.yellow .inline-btn {
  color: #004876;
}
.single-mission-box.yellow .inline-btn:hover {
  color: #00baee;
}
.single-mission-box.yellow {
  background: #fce023;
}
.single-mission-box.black {
  background: #004876;
  color: #fff;
}
.single-mission-box.black .inline-btn:hover {
  color: #fce023;
}
.single-mission-box .mission-box-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.mission-lists .list-icon {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 186, 238, 0.1);
  box-shadow: 0px 8px 16px rgba(0, 186, 238, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #fff;
  margin-right: 30px;
  color: #00bbee;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mission-lists li:hover .list-icon {
  background: #00baee;
  color: #fff;
}
.mission-lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mission-lists li:not(:last-child) {
  margin-bottom: 10px;
}
.company-overview-area {
  position: relative;
}
.overview-shape {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-354px);
  -ms-transform: translateX(-354px);
  transform: translateX(-354px);
  top: 0;
}
.overview-wrap {
  position: relative;
  text-align: right;
}
.overview-wrap img {
  border-radius: 50%;
}
.overview-thumb-2 {
  position: absolute;
  top: 0;
  z-index: 2;
}
.overview-thumb-3 {
  position: absolute;
  bottom: 10%;
  left: 22%;
}
.overview-thumb-3::before {
  border-radius: 50%;
}
.overview-thumb-3 .video-inline {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fce024;
  font-size: 20px;
}
.overview-thumb-3 .video-inline:hover {
  color: #00baee;
}
/* 24. Portfolio css */
.portfolio-filter button {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 38px 25px;
  position: relative;
}
.portfolio-filter {
  background: #004876;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.portfolio-filter button::after {
  top: 0px;
  left: 100%;
  content: "";
  position: absolute;
  background: #fce023;
  height: 4px;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.portfolio-filter button.active,
.portfolio-filter button:hover {
  color: #fce023;
}
.portfolio-filter button:hover::after,
.portfolio-filter button.active::after {
  left: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.portfolio-filter::after {
  height: 20px;
  width: calc(100% - 40px);
  background: #fce023;
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portfolio-item .portfolio-image::before {
  background: #004876;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-image img {
  width: 100%;
}
.portfolio-item .portfolio-caption {
  position: absolute;
  width: 100%;
  z-index: 2;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  color: #fce024;
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-item {
  position: relative;
}
.portfolio-item .portfolio-caption h4 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 6px;
  color: #fff;
}
.portfolio-item:hover .portfolio-caption {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.portfolio-item:hover .portfolio-image::before {
  opacity: 0.9;
  visibility: visible;
}

/* 25. Feature css */
.feature-area {
  position: relative;
  z-index: 1;
}
.feature-area::after {
  background-image: url(../images/shapes/feature-shape.png);
  bottom: 0;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
}
.singel-feature-box .feature-icon {
  background: #fff;
  width: 120px;
  height: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 35px;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(92, 130, 143, 0.06);
  box-shadow: 0px 12px 24px 0px rgba(92, 130, 143, 0.06);
}
.singel-feature-box .inline-btn {
  display: inline-block;
  color: #004976;
  font-weight: 700;
  font-size: 16px;
}
.singel-feature-box .inline-btn:hover {
  color: #02c0f0;
}
.singel-feature-box .inline-btn i {
  margin-right: 2px;
}
.feature-content {
  font-size: 16px;
}
.singel-feature-box {
  padding: 0px 25px;
}
.singel-feature-box .feture-title {
  font-size: 24px;
}

/* Feature css 2 */
.feature-area-2:after {
  display: none;
}
.singel-feature-box-2 p a {
  color: #000000;
}
.singel-feature-box-2 .inline-btn {
  color: #00bbee;
}
.singel-feature-box-2 .inline-btn:hover {
  color: #004976;
}

/* 26. Contact css */
.contact-wrap {
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
  box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
}
#contact-map {
  height: 100%;
}

/* 27. Faq css */
.accordion.faqs .card .card-header {
  background: #fff;
  padding: 0;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
}
.accordion.faqs .card {
  margin-bottom: 20px;
  border-radius: 0px;
  border: 2px solid #f3f5f8;
}
.accordion.faqs .card:last-child {
  margin-bottom: 0;
}
.accordion.faqs .card .card-header .btn-link {
  padding: 25px 40px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #004976;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
  border: none;
  padding-right: 95px;
}
.accordion.faqs .card .card-header .btn-link::after {
  right: 40px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  height: 50px;
  width: 50px;
  text-align: center;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  line-height: 51px;
  color: #004976;
  background: #fce023;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.accordion.faqs .card .subtitle > button[aria-expanded="true"]::after {
  content: "\f068";
}
.accordion.faqs .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion.faqs .card .card-body .content {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  font-size: 16px;
  line-height: 24px;
  padding-left: 30px;
}
.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 2px solid #f3f5f8;
}
.contact-widget .section-heading-2 .section-title {
  font-size: 30px;
}
.contact-widget .cta-form textarea {
  min-height: 140px;
}
.contact-widget .cta-form .site-btn {
  margin-top: -5px;
}

/* 28. Offer css */
.singel-offer-thumb {
  position: relative;
}
.singel-offer-thumb img {
  width: 100%;
}
.singel-offer-thumb .offer-tag {
  position: absolute;
  top: 20px;
  z-index: 2;
  left: 20px;
  background: #00efda;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  padding: 11px 30px;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.singel-offer-thumb:hover .offer-tag {
  background: #f7c355;
  color: #fff;
}
.singel-offer-thumb .offer-tag.right {
  left: auto;
  right: 20px;
}
.singel-offer-content .offer-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
}
.offer-title a {
  color: #004976;
  display: block;
}
.offer-title a:hover {
  color: #00baee;
}
.singel-offer-content {
  padding: 34px 30px;
}
.offer-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer-boxs .singel-offer-box {
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px;
  min-height: 110px;
  background: #f3f8ff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #004976;
  font-weight: 700;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.offer-icon {
  font-size: 30px;
  color: #00baee;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.offer-boxs .singel-offer-box.yellow {
  margin-left: 20px;
  background: #f7c355;
}
.singel-offer-box.yellow .offer-icon {
  color: #004876;
}
.singel-offer-box:hover,
.singel-offer-box.yellow:hover {
  background: #00efda;
  color: #ffff;
}
.singel-offer-box:hover .offer-icon {
  color: #fff;
}

/* 29. Counter css */
.counter-area::before {
  background: #000;
}
.counter-area .container-fluid {
  padding: 0px;
}
.counter-area .pb-120 {
  padding-bottom: 120px;
}
.single-counter-box {
  padding: 41px 47px;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 8px !important;
  margin: 30px 10px;
}
.counter-content-top .plus {
  font-size: 18px;
}
.counter-content-top .big {
  font-size: 50px;
}
.counter-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.counter-content-top .conter-title {
  margin-right: 20px;
  font-size: 18px;
  letter-spacing: -2px;
}
.single-counter-box.yellow {
  background: #f7c355;
}
.counter-area .video-link {
  left: 20%;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.counter-area .video-play-wrap,
.counter-area .video-play {
  width: 170px;
  height: 170px;
}
.counter-area .video-play {
  font-size: 24px;
  line-height: 175px;
}
.counter-area .wave-pulse:before,
.counter-area .wave-pulse:after {
  height: 350px;
  width: 350px;
}

/* 30. blog page css */
.postbox-2 {
  height: auto;
}
.postbox-2 .post-cat {
  position: inherit;
  top: 0;
  left: 0;
  color: #004976;
  background: #fce023;
  padding: 5px 31px;
}
.postbox-2 .postbox_text {
  border: 2px solid #ededed;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-right: 40px;
}
.postbox-2 .blog-title {
  font-size: 38px;
  line-height: 42px;
}
.postbox-2 .post-meta {
  font-size: 14px;
  font-weight: 400;
}
.postbox-2 .post-meta span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.postbox-2 .post-meta a {
  font-weight: 400;
  color: #004976;
}
.postbox-2 .post-meta a i {
  color: #004976;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.postbox-2 .post-meta a:hover,
.postbox-2 .post-meta span:hover,
.postbox-2 .postbox_text .blog-title a:hover,
.postbox-2 .post-meta a:hover i {
  color: #00bbee;
}
.postbox-2 .post-meta span:not(:last-child) {
  margin-right: 30px;
}
.postbox-2 .post-text {
  font-size: 16px;
}
.postbox-2 .post-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.postbox-2 .post-bottom .inline-btn {
  font-weight: 700;
  color: #00bbee;
}
.postbox-2 .post-bottom .inline-btn:hover {
  color: #004976;
}
.postbox-2 .post-bottom .inline-btn i {
  margin-right: 2px;
}
.postbox-2 .post-bottom .authore-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.postbox-2 .post-bottom .authore-name img {
  margin-right: 15px;
  border-radius: 50%;
}
.postbox-2 .postbox_thumb {
  position: relative;
}
.format-video .video-link {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.format-video .video-play {
  background: #fce023;
}

.post_gallery .owl-nav div {
  font-size: 30px;
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.post_gallery .owl-nav div.owl-next {
  left: auto;
  right: 40px;
}
.postbox-2.format-quote {
  background: #fce135;
  position: relative;
  z-index: 1;
  padding: 50px;
  padding-left: 155px;
}
.postbox-2.format-quote .quote-icon {
  left: -108px;
  top: 10px;
}
.postbox-2.format-quote::after {
  background-image: url(../images/news/blockquote-patter.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
  content: "";
  z-index: -1;
}
.quote-icon {
  position: absolute;
  top: 55px;
  left: 50px;
}
.postbox-2.format-overlay {
  z-index: 1;
}
.postbox-2.format-overlay::before {
  background: #fff;
  z-index: -1;
}

/* Paginnation css */
.basic-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.basic-pagination a {
  display: block;
  height: 50px;
  width: 50px;
  border: 2px solid #ededed;
  line-height: 50px;
  text-align: center;
  color: #152440;
  font-weight: 500;
  border-radius: 50%;
}
.basic-pagination li:not(:last-child) a {
  margin-right: 10px;
}
.basic-pagination a:hover {
  color: #fff;
  background: #fce023;
  border-color: transparent;
}

/* Widget css */
.sidebar-wrap .widget {
  padding: 40px 30px;
  border: 2px solid #ededed;
}
.widget .widget-title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 0;
}
.widget .widget-title::after {
  left: 0px;
  height: 20px;
  width: 2px;
  background: #00baee;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.widget .about-me img {
  border-radius: 50%;
}
.widget .about-me h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.widget-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.widget-social-icon a {
  font-size: 14px;
  color: #b3bed3;
}
.widget-social-icon a:hover {
  color: #00bbee;
}
.widget-social-icon a:not(:last-child) {
  margin-right: 20px;
}
.sidebar-search-form {
  position: relative;
}
.sidebar-search-form input {
  width: 100%;
  font-size: 12px;
  background: #f6f4ff;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 21px 30px;
}
.sidebar-search-form input::-webkit-input-placeholder {
  font-size: 12px;
  color: #004976;
  opacity: 1;
}
.sidebar-search-form input::-moz-placeholder {
  font-size: 12px;
  color: #004976;
  opacity: 1;
}
.sidebar-search-form input:-ms-input-placeholder {
  font-size: 12px;
  color: #004976;
  opacity: 1;
}
.sidebar-search-form input::-ms-input-placeholder {
  font-size: 12px;
  color: #004976;
  opacity: 1;
}
.sidebar-search-form input::placeholder {
  font-size: 12px;
  color: #004976;
  opacity: 1;
}
.sidebar-search-form button {
  border: none;
  position: absolute;
  right: 0;
  background: #fce023;
  color: #004976;
  font-size: 14px;
  width: 60px;
  height: 60px;
  line-height: 63px;
  border-radius: 50%;
}
.sidebar-search-form button:hover {
  background: #004976;
  color: #fff;
}
.sidebar-search-form {
  position: relative;
}
.sidebar-search-form input {
  width: 100%;
  font-size: 12px;
  background: #f6f4ff;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 21px 30px;
}
.sidebar-search-form input::-webkit-input-placeholder {
  font-size: 12px;
  color: #004976;
}
.sidebar-search-form input::-moz-placeholder {
  font-size: 12px;
  color: #004976;
}
.sidebar-search-form input:-ms-input-placeholder {
  font-size: 12px;
  color: #004976;
}
.sidebar-search-form input::-ms-input-placeholder {
  font-size: 12px;
  color: #004976;
}
.sidebar-search-form input::placeholder {
  font-size: 12px;
  color: #004976;
  opacity: 1;
}
.sidebar-search-form button {
  border: none;
  position: absolute;
  right: 0;
  background: #fce023;
  color: #004976;
  font-size: 14px;
  width: 60px;
  height: 60px;
  line-height: 63px;
  border-radius: 50%;
}
.sidebar-search-form button:hover {
  background: #004976;
  color: #fff;
}
.recent-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recent-posts .widget-posts-title a {
  color: #004976;
  line-height: 22px;
}
.widget-posts-body {
  padding-left: 20px;
  -ms-flex-preferred-size: 72%;
  flex-basis: 72%;
}
.recent-posts li:not(:last-child),
.twitter-feeds li:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e6ff;
  padding-bottom: 30px;
}
.recent-posts .widget-posts-title a:hover {
  color: #00bbee;
}
.widget .cat a {
  display: block;
  color: #004976;
  font-weight: 700;
  background: #edf5ff;
  padding: 15px 30px;
  padding-right: 0;
  border-radius: 40px;
  font-size: 16px;
}
.widget .cat li:not(:last-child) {
  margin-bottom: 10px;
}
.widget .cat span {
  background: #cddbeb;
  width: 50px;
  text-align: center;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget .cat li {
  position: relative;
}
.widget .cat a:hover {
  background: #004976;
  color: #fff;
}
.widget .cat a:hover span {
  background: #b5dce9;
}
.widget .social-links a {
  background: #d9e7ff;
  color: #002e44;
  font-size: 14px;
}
.widget .social-links a:hover {
  background: #fce023;
  color: #004876;
}
.twitter-feeds li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.t-feed-icon {
  margin-right: 20px;
  font-size: 14px;
  color: #00bbee;
  margin-top: 3px;
}
.t-feed-meta {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}
.widget-posts-meta {
  font-size: 14px;
}
#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}
#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
#Instafeed li img {
  width: 100%;
}
.tag .boxed {
  font-size: 12px;
  background: #f4f4f4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #004976;
  text-transform: uppercase;
  padding: 6px 21px;
}
.tag .boxed {
  margin-top: 10px;
}
.widget .tag {
  margin-top: -10px;
}
.tag .boxed:not(:last-child) {
  margin-right: 5px;
}
.tag .boxed:hover {
  background: #f7c355;
  color: #004876;
}
.widget.ad-widget {
  border: none;
  padding: 0;
  position: relative;
}
.ad-widget img {
  width: 100%;
}
.ad-widget-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  background: #f7c355;
  text-align: center;
  padding: 19px 15px;
  text-transform: uppercase;
  width: calc(100% - 135px);
}
.ad-widget-text span {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}

/* blog details css */
.blog-post-tag span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  color: #004876;
}
.blog-post-tag a {
  color: #004976;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 4px 24px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  border-radius: 40px;
}
.blog-post-tag a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.blog-post-tag a:hover::after {
  opacity: 1;
  visibility: visible;
}
.blog-post-tag a:hover {
  color: #004976;
  background: #f7c355;
  border-color: transparent;
}
.blog-post-tag a:last-child {
  margin-right: 0;
}
.blog-share-icon span {
  font-size: 20px;
  font-weight: 600;
  color: #004876;
  display: block;
  margin-bottom: 17px;
}
.blog-share-icon a {
  color: #b5becc;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 22px;
}
.blog-share-icon a:hover {
  color: #02c0f0;
}
.blog-share-icon a:last-child {
  margin-right: 0;
}
.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}
.author {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e1e6ff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author-text h3 {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 700;
}
.author-text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}
.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}
.author-text {
  -ms-flex-preferred-size: 69%;
  flex-basis: 69%;
  padding-left: 40px;
}
.author-text span {
  color: #02c0f0;
  font-size: 12px;
}
.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
}
.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}
.comments-avatar {
  float: left;
}
.comments-avatar img {
  width: 100px !important;
  margin-right: 30px;
  border-radius: 50%;
}
.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}
.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}
.latest-comments li.children {
  margin-left: 100px;
}
.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}
.comments-text {
  overflow: hidden;
  padding-top: 4px;
}
.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}
.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 700;
}
.avatar-name span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #02c0f0;
}
.avatar-name {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.reply {
  color: #004976;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  position: absolute;
  right: 0;
  margin-top: 0;
  padding: 10px 20px;
  border: 2px solid #f4f4ff;
  top: 0;
  border-radius: 40px;
}
.reply:hover {
  color: #fff;
  background: #004976;
  border-color: transparent;
}
.reply i {
  margin-right: 5px;
}
.post-comments-title {
  margin-bottom: 39px;
}
.post-comments-title h2 {
  font-size: 26px;
  color: #004876;
  margin-bottom: 0;
  font-weight: 700;
}
.conatct-post-form {
  background: #f3f8ff;
  padding: 50px;
}
.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 30px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
  border-radius: 0px;
}
.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
}
.conatct-post-form .site-btn i {
  font-size: 14px;
  margin-right: 2px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.conatct-post-form .site-btn {
  padding: 18px 57px;
}
.contact-icon {
  position: relative;
}
.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #02c0f0;
  top: 18px;
  font-weight: 300;
}
.conatct-post-form .site-btn {
  border: none;
}
.conatct-post-form .contact-icon::before {
  display: none;
}
.contacts-message::after {
  content: "\f303";
}
.contacts-name::after {
  content: "\f007";
}
.contacts-email::after {
  content: "\f0e0";
}
.contacts-website::after {
  content: "\f0ac";
}
.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}
.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}
.bakix-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.bakix-navigation span a:hover {
  color: #02c0f0;
}
.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}
.bakix-navigation a {
  color: #004876;
}
.bakix-navigation h4 a:hover {
  color: #02c0f0;
}
.singel-post .postbox_text {
  padding: 0;
  border: none;
}
/* .postbox.singel-post {
	padding: 50px;
	border: 2px solid #ededed;
} */
.releted-post .postbox:hover .postbox-thumb img {
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.postbox.singel-post:hover .postbox-thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.postbox.singel-post:hover .postbox-text {
  border-color: #ededed;
}
.releted-post .postbox:hover .postbox-text {
  border-color: transparent;
}
.releted-post .blog-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.releted-post .post-meta a,
.releted-post .post-meta a i {
  color: #02c0f0;
}
.releted-post-heading {
  font-size: 26px;
}
.singel-post blockquote {
  position: relative;
  background: #f3f5ff;
  padding: 60px 65px;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  padding-top: 40px;
}
.singel-post blockquote span {
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  color: #02c0f0;
}
.singel-post blockquote .quote-icon {
  left: auto;
  right: 40px;
  z-index: -1;
  top: 35px;
}
.singel-post blockquote p {
  line-height: 38px;
}
.inner-content ul {
  padding-left: 30px;
}
.inner-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.inner-content ul i {
  margin-right: 10px;
}

/* 31. Team details page css */
.team-details-box .section-title {
  margin-bottom: 25px;
}
.team-details-box p {
  line-height: 32px;
}
.team-contact-infos span {
  font-weight: 700;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.team-contact-infos li:not(:last-child) {
  margin-bottom: 10px;
}
.team-contact-infos li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-contact-infos li a {
  color: #004976;
}
.team-details-box .social-links a {
  width: 60px;
  height: 60px;
  line-height: 61px;
}
.social-links a.fb {
  background: #4b6ea9;
}
.social-links a.tw {
  background: #65bbf1;
}
.social-links a.db {
  background: #f0669b;
}
.social-links a.bh {
  background: #004371;
}
.social-links a.yt {
  background: #d93628;
}
.cta-wrapper-2 {
  -webkit-box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
  box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
  padding: 0;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* 32. Skill css */
.skill-boxs {
  overflow: hidden;
}
.skill-boxs h4 {
  font-size: 16px;
}
.skill-boxs .bar-title {
  margin-bottom: 20px;
  background: transparent;
}
.single-skill span {
  margin-top: -65px;
  font-size: 16px;
  color: #00bbee;
  font-weight: 700;
  z-index: 2;
  width: 100%;
  text-align: right;
}
.single-skill {
  position: relative;
}
.single-skill .progress {
  background: #deebf5;
  height: 10px;
  border-radius: 0px;
  text-align: right;
  overflow: visible;
}
.single-skill .progress-bar {
  background: #004976;
}
.service-content-inner span {
  font-size: 80px;
  font-weight: 700;
  background: #f7c355;
  display: inline-block;
  line-height: 100px;
  padding: 0px 29px;
  margin-right: 20px;
}
.service-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-lists-wrap {
  background: #f3f8ff;
  padding: 50px;
  padding-left: 55px;
  border-left: 5px solid #f7c355;
}
.service-lists .single-item span {
  font-size: 18px;
  font-weight: 700;
}
.service-lists .single-item .icon {
  width: 50px;
  height: 50px;
  background: #f7c355;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-lists .single-item:hover .icon {
  background: #02c0f0;
  color: #fff;
}
.service-inner-video {
  position: relative;
}
.service-inner-video .video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-inner-video .video-play-wrap,
.service-inner-video .video-play {
  width: 120px;
  height: 120px;
}
.service-inner-video .video-play {
  font-size: 20px;
  line-height: 125px;
}
.service-inner-video .wave-pulse:before,
.service-inner-video .wave-pulse:after {
  height: 250px;
  width: 250px;
}
blockquote {
  position: relative;
}
.service-nav {
  border: 2px solid #f1f1f1;
  padding: 38px;
  padding-bottom: 8px;
}
.service-details-wrap .blockquote {
  padding: 60px;
}
.service-details-wrap blockquote {
  padding: 60px;
  font-size: 28px;
  font-weight: 700;
  background: #f7c355;
  z-index: 1;
}
.service-details-wrap blockquote p {
  line-height: 38px;
}
.service-details-wrap blockquote .name {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
.service-details-wrap blockquote .designation {
  font-size: 14px;
}
.service-details-wrap blockquote .quote-icon {
  right: 30px;
  left: auto;
  top: 40px;
  z-index: -1;
}
#scrollUp {
  background: #00baee;
  height: 50px;
  width: 50px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 48px;
  place-content: center;
}

/* 33. Preloader */
/* .ctn-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}
.ctn-preloader .animation-preloader {
	z-index: 1000;
}
.ctn-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: #048ec5;
	height: 150px;
	margin: 0 auto 3.5em auto;
	width: 150px;
}
.ctn-preloader .animation-preloader .txt-loading {
	font: bold 5em "Roboto", sans-serif;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #000000;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	font-family: "Roboto", sans-serif;
	position: absolute;
	top: -3px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.ctn-preloader.dark .animation-preloader .spinner {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: #fff;
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
	color: rgba(255, 255, 255, 0.2);
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
	color: #fff;
}
.ctn-preloader p {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #3b3b3b;
}
.ctn-preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}
.ctn-preloader .loader .row {
	height: 100%;
}
.ctn-preloader .loader .loader-section {
	padding: 0px;
}
.ctn-preloader .loader .loader-section .bg {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.ctn-preloader .loader.dark_bg .loader-section .bg {
	background: #111339;
}
.ctn-preloader.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.ctn-preloader.loaded .loader-section .bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@-webkit-keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@media screen and (max-width: 767px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}
	.ctn-preloader .animation-preloader .txt-loading {
		font: bold 3.5em "Roboto", sans-serif;
	}
	.footer-mt-res{
		margin-top: 20px;
	}
}
@media screen and (max-width: 500px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}
	.ctn-preloader .animation-preloader .txt-loading {
		font: bold 2em "Roboto", sans-serif;
	}
} */

@media (max-width: 600px) {
  .map-widget {
    width: 100% !important;
  }
}

.tag-cloud {
  text-align: left;
  padding-left: 0px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #414141;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: 14px;
}

.tag-cloud li a:hover,
.tag-cloud li a:focus,
.tag-cloud li a:active {
  background: #004976;
  color: #fff;
}

.tag-cloud li {
  list-style-type: none;
  padding: 5px;
  display: inline-block;
  padding-bottom: 12px;
}

.tags-heading {
  font-size: 20px;
  color: #2da8d8ff;
  padding-left: 30px;
  padding-bottom: 15px;
}

.widget.tags {
  border: 2px solid #ededed;
  padding: 25px 15px;
  margin-top: 50px;
}

.widget.tags h3 {
  margin-left: 15px;
  font-size: 28px;
}

.fab.fa-twitter {
  font-family: sans-serif;
}
.fab.fa-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}

.service-area.services {
  background-color: #f7fbff;
}

.service-area.services .service-content {
  display: none !important;
}

.counter-area.bg_img::before {
  opacity: 0.2 !important;
}

@media (max-width: 767px) {
  .footer-widget {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.homepage-slide [data-overlay="5"]::before {
  opacity: 0.1 !important;
}

.counter-area .col-xl-3 {
  margin-right: 0px;
}

.counter-icon img {
  width: 70px;
}

.single-counter-box .counter-content {
  margin-top: 12px;
}

.single-counter-box .counter-content-top {
  margin-bottom: 15px;
}

.offers-section .col-carousel {
  margin: 25px 0;
}

/* owl nav */
.offers-section .owl-prev span,
.offers-section .owl-next span {
  color: #000;
  border: 1px solid;
  /* border-radius: 50%; */
  font-size: 15px;
  padding: 7px 10px;
}

.offers-section .owl-prev span:hover,
.offers-section .owl-next span:hover {
  color: #000;
}
.offers-section .owl-prev,
.offers-section .owl-next {
  position: absolute;
  /* top: 50%; */
  top: -30%;
  /* height: 100%; */
}

.offers-section .owl-prev {
  /* left: -4%; */
  right: 5%;
}

.offers-section .owl-next {
  right: 0%;
}

/* removing blue outline from buttons */
.offers-section button:focus,
.offers-section button:active {
  outline: none;
}

.owl-carousel.offers-main .owl-item img {
  width: 350px;
}

@media (max-width: 768px) {
  .owl-carousel.offers-main .owl-item img {
    width: 100%;
    transform: scale(0.95);
  }
  .offers-section .owl-prev {
    right: 16%;
  }

  .offers-section .owl-next {
    right: 1%;
  }
  .offers-section .owl-prev,
  .offers-section .owl-next {
    top: -18%;
  }
}

/*   
  .owl-carousel .owl-prev, .owl-carousel .owl-next{
	padding-top: 10px !important;
	color: #fff !important;
	text-align: center !important;
  } */

/* @media (min-width: 1420px) {
  .main-menu ul li:not(:first-child) {
    margin-left: 30px;
  }
} */

.carousel-caption {
  bottom: 0% !important;
}

.carousel-caption {
  padding-bottom: 80px;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: 0.6;
}

/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

/* .carousel-caption h1,
.carousel-caption p {
  color: #fff !important;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0.25);
  padding: 5px;
  display: inline-block;
} */

/* .carousel-caption a {
  width: 145px;
  height: 45px;
  background: #13b6ec;
  line-height: 45px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
} */
@media (max-width: 767px) {
  .carousel.main-slider,
  .carousel .carousel-inner,
  .carousel .carousel-item,
  .carousel .carousel-item img {
    height: 60vh;
  }

  .sub-menu.sub-list {
    height: 250px;
    overflow-y: scroll;
  }

  .sub-menu.sub-list::-webkit-scrollbar {
    width: 0px;
  }

  .carousel .carousel-item img {
    object-fit: cover;
  }
  .carousel .carousel-item h1 {
    font-size: 30px;
  }

  .carousel .carousel-caption {
    padding-bottom: 130px !important;
    /* bottom: 15% !important; */
  }
}

@media (min-width: 991px) {
  .carousel-caption h1 {
    font-size: 50px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 0.8 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  border: 1px solid #fff;
  font-size: 25px;
  width: 30px !important;
  height: 30px !important;
  background: transparent !important;
}

.play-section {
  background-image: url(../images/bg/counter-bg.jpg) !important;
}

.testimonial-bg {
  background-image: url(../images/bg/testimonial-1-bg-1.jpg) !important;
}

@media (max-width: 767px) {
  .testimonial-carousel .owl-dots {
    top: -40px !important;
  }
  .testimonial-area.testimonial-bg {
    padding-top: 0px !important;
  }
}

#carouselExampleIndicators {
  z-index: 1;
}

@media (max-width: 767px) {
  .tag-cloud li a {
    font-size: 12px;
  }

  .mobile-view {
    display: none;
  }
}

@media (max-width: 991px) {
  .mean-nav li a i.fa-angle-down {
    display: none;
  }
}

#mu-slider .mu-read-more-btn {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: #13b6ec;
  border: 2px solid #13b6ec;
  margin-right: 2px;
  margin-top: 2px;
}

.mu-read-more-btn {
  display: inline-block !important;
  padding: 8px 22px !important;
  border-radius: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  background: #13b6ec !important;
  /* border: 2px solid #13b6ec !important; */
  margin-bottom: 4px !important;
  border: 2px solid #13b6ec;
}

.offers .owl-carousel .owl-dot,
.offers .owl-carousel .owl-nav .owl-next,
.offers .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  border: 1px solid;
  /* border-radius: 50%; */
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 8px;
}

.offers .owl-carousel .owl-dot:hover,
.offers .owl-carousel .owl-nav .owl-next:hover,
.offers .owl-carousel .owl-nav .owl-prev:hover {
  background-color: #014572;
  color: #fff;
}

#mu-slider {
  display: inline;
  float: left;
  width: 100%;
}
.hero-banner {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.hero-banner {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

#overlay {
  margin-bottom: 50px;
  background: #13b6ec;
  /* box-shadow: 0 15px 15px -8px rgba(0, 0, 0, 0.5); */
  /* margin-top: -30px; */
  padding: 15px;
  border-radius: 20px;
  margin-top: 40px;
}

.call-inner {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 50%;
  color: #ffffff;
  /* padding-left: 40px; */
}

.call {
  color: #014876;
}

.call-action .bizwheel-btn {
  color: #ffffff;
  box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5);
  /* margin-top: 25px; */
  /* margin-bottom: 25px; */
  transition: 5s;
}

.bizwheel-btn {
  text-align: center;
  margin: 0;
  padding: 10px 32px;
  border-radius: 30px;
  background: #004876;
  color: #fff;
  font-size: 18px;
  /* border-radius: 0px; */
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  border: 2px solid transparent;
  /* margin-right: 15px; */
}

/* Section Container Styling */
.about-section {
  padding: 10px 0;
  background-color: #fcfcfc;
  font-family: "Arial", sans-serif; /* Replace with your primary font theme */
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Left Side: Image Layout Grid mirroring image_41ff52.png */
.about-image-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.about-image-group .large-img {
  grid-column: span 2;
}

.about-image-group .img-box {
  /* border: 3px solid #00a0df; */
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

.about-image-group .img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Right Side: Typography Content */
.about-content .sub-title {
  font-size: 2rem;
  font-weight: 700;
  color: #033e6b;
  display: block;
  margin-bottom: 10px;
}

.about-content .main-title {
  font-size: 1.6rem;
  color: #111111;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* Thick blue-left border text wrapper */
.about-content .description-box {
  border-left: 4px solid #00a0df;
  background-color: #f4f9fd; /* Tinted highlight card background */
  padding: 15px 20px;
  margin-bottom: 25px;
}

.about-content .description-box p {
  font-size: 0.95rem;
  color: #444444;
  line-height: 1.6;
  margin: 0;
}

/* Features Grid */
.about-content .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #111111;
}
.feature-item.active .icon-wrapper,
.feature-item .icon-wrapper {
  font-size: 1rem;
  color: #000;
  border-radius: 50%;
  padding: 5px;
  height: 40px;
  width: 40px;
  place-content: center;
  text-align: center;
  background-color: #fff;
}
.feature-item.active .icon-wrapper:hover,
.feature-item .icon-wrapper:hover {
  background-color: #002542;
  color: #fff;
}

.feature-item.active .icon-wrapper:hover {
  color: #fff;
}

/* Responsive Breakpoint for Mobile Screens */
@media (max-width: 991px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.hero-tag {
  font-weight: 400;
  font-size: 16px;
  /* margin-bottom: 50px; */
}

.sd-text {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.icon-bar {
  color: #fff;
}

.sd-dc-card {
  /* border: 1px solid #1d75bc; */
  /* border-radius: 8px; */
  padding: 1.25rem 0.75rem;
  /* background: #fff; */
  transition: 0.2s;
  color: #fff;
}

.sd-dc-label {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2;
}

.sd-dc-icon {
  /* width: 44px; */
  /* height: 44px; */
  /* border-radius: 50%; */
  /* background: #f4e6ff; */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.1rem;
}

.process-step .process-step-inner {
  background-color: #13b6ec;
  margin: 10px;
  padding: 40px;
  border-radius: 20px;
}

.sd-step-head ol {
  list-style: decimal;
  padding-left: 25px;
}

.sd-step-head ol li {
  display: list-item;
  margin-bottom: 10px;
}

.sd-step-head ol li h2,
.sd-step-head ol li h2 span {
  font-size: 20px;
  color: #34a8dd;
  display: inline;
  /* margin-right: 8px; */
  font-weight: 500;
}
.sd-step-head ol li p,
.sd-step-head ol li p span {
  font-size: 14px;
  font-weight: 400;
  display: inline;
  color: #000;
}

.sd-step-head ol li {
  font-size: 20px;
  font-weight: 700;
  color: #34a8dd;
  margin-bottom: 6px;
}

/* .sd-step-head ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #000;
} */

.before ul li p span::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  margin-top: 0.2rem;
  margin-right: 6px;
}

.before ul li p span {
  margin-bottom: 6px;
  color: #000;
  list-style-type: none !important;
}

.before ul li {
  margin-bottom: 6px;
  color: #000;
  list-style-type: none !important;
}

.after h2 {
  color: #014876;
  font-size: 36px;
}

.after ul {
  counter-reset: item;
  padding-left: 0;
}

.after ul li,
.after ul li p span {
  list-style: none;
  position: relative;
  /* padding-left: 40px; */
  margin-bottom: 10px;
}

.after ul li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #000;
}

.after ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem 1rem;
}

.after ul li {
  position: relative;
  padding-left: 1.6rem;
  color: #000000;
  font-weight: 500;
}

/* .after ul li::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #ee7515;
  font-size: 0.9rem;
} */

.before ul li p {
  margin: 0;
  color: inherit;
}

.git-map-wrap {
  /* display: flex; */
  place-items: center;
  /* min-height: 240px; */
  border-radius: 18px;
  overflow: hidden;
  background-color: #014876;
  box-shadow: 0 10px 25px rgba(10, 30, 94, 0.08);
  padding: 30px;
  margin: 100px;
}

@media (max-width: 520px) {
  .git-map-wrap {
    padding: 30px;
    margin: 30px;
  }
}

.git-service-card {
  flex: 0 0 45%;
  background-color: #014876;
  padding: 10px 26px;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  text-align: center;
}
.git-service-card h5 {
  color: #000000;
  font-size: 1.45rem;
}
.git-service-card p {
  font-size: 1.15rem;
  color: #000000;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .git-map-wrap {
    flex-direction: column;
  }
  .git-service-card {
    flex: 0 0 auto;
  }
}

/* Container Banner Wrap */
.banner-info-section {
  padding: 40px 0;
  background-color: #ffffff;
}

/* Dark Blue Layout Box matching image_3ecfdd.png */
.info-blue-box {
  background-color: #014876;
  padding: 60px 50px;
  color: #ffffff;
}

/* Left Title Styling */
.info-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}

.info-title h2 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}
/* Vertical Thin Separation Line */
.border-container {
  border-right: 3px solid rgba(255, 255, 255, 0.15);
  padding-right: 40px;
}

/* Right Paragraph Description Text */
.info-text {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #ffffff;
  opacity: 0.95;
  padding-left: 40px;
  margin: 0;
}

.info-text p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #ffffff;
  opacity: 0.95;
  padding-left: 40px;
  margin: 0;
}

/* Responsive Overrides for Tablet and Mobile devices */
@media (max-width: 767.98px) {
  .info-blue-box {
    padding: 40px 20px;
  }
  .border-container {
    border-right: none;
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center !important;
  }
  .info-text {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
  .before {
    margin-bottom: 20px !important;
  }
}
.faq-main-title {
  font-size: 2rem;
  font-weight: 700;
  color: #033e6b;
  letter-spacing: -0.5px;
}

.custom-faq-accordion .accordion-item {
  border: 1px solid #e2e8f0 !important;
  /* Subtle gray default border */
  border-radius: 14px !important;
  overflow: hidden;
  background-color: #ffffff;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.custom-faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border: 2px solid #13b6ec !important;
}

.custom-faq-accordion .accordion-button {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111111;
  background-color: #ffffff !important;
  padding: 20px 24px;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
  color: #033e6b;
}

.custom-faq-accordion .faq-number {
  font-weight: 700;
  margin-right: 4px;
}

.custom-faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23033e6b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-size: 1.15rem;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

.custom-faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg) !important;
}

.custom-faq-accordion .accordion-body {
  padding: 0px 24px 22px 42px;
  font-size: 1rem;
  line-height: 1.6;
  color: #444444;
  background-color: #ffffff;
}

.sd-cta {
  padding: 0 0 3rem;
}

.sd-cta-inner {
  background: #014876;
  color: #fff;
  /* border-radius: 10px; */
  padding: 1.75rem 2rem;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  border-radius: 20px;
}

.sd-cta-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  flex: 0 0 56px;
}

.sd-cta-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  width: 70%;
}

.sd-cta-phone {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.site-footer {
  background-color: #1f4975;
  color: #ffffff;
  font-size: 14px;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer a:hover {
  color: #13b6ec;
  text-decoration: underline;
}

.site-footer .footer-title {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  font-size: 16px;
}

.site-footer .footer-links li {
  margin-bottom: 8px;
}

.site-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.site-footer .footer-social a:hover {
  background-color: #72bcec;
  color: #fff;
  text-decoration: none;
}

.site-footer .footer-bottom {
  background-color: #1f4975;
  font-size: 13px;
  border-top: 1px solid #fff;
}
.footer-links a {
  font-size: 17px;
  font-weight: 400;
}

.mu-read-more-btn:hover {
  background-color: #014876 !important;
  color: #fff !important;
}

/* =========================
   TOP BAR
========================= */

.top-bar {
  background: #004b7a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

.top-bar .social-links a {
  margin-left: 15px;
  color: #fff;
  transition: 0.3s;
}

.top-bar .social-links a:hover {
  opacity: 0.8;
}

/* =========================
   MAIN NAVBAR
========================= */

.navbar {
  background: #ffffff;
  padding: 0;
  min-height: 90px;
  border-bottom: 1px solid #eee;
}

.navbar-brand {
  padding: 8px 0;
}

.navbar-brand img {
  height: 85px;
  width: auto;
}

/* =========================
   NAV LINKS
========================= */

.navbar-nav {
  gap: 10px;
}

.navbar-nav .nav-link {
  color: #184d84;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 35px 10px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #00a3e8;
}

/* =========================
   DROPDOWNS
========================= */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
}

.dropdown-item {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-item:hover {
  /* background: #004b7a; */
  color: #00baee;
}
.dropdown-item:active {
  background-color: #014876 !important;
  color: #fff;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* =========================
   MOBILE MENU
========================= */

@media (max-width: 431px) {
  #mu-slider .mu-slider-title {
    font-size: 19px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  #mu-slider .mu-slider-text {
    margin-bottom: 0px !important;
  }
  #mu-slider .mu-slider-tag {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  #mu-slider .mu-slider-title {
    font-size: 24px !important;
  }
  .navbar {
    min-height: auto;
    padding: 10px 0;
  }

  .navbar-brand img {
    height: 70px;
  }

  .navbar-toggler {
    border: 2px solid #004b7a;
    border-radius: 0;
    padding: 8px 12px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-collapse {
    background: #001729 !important;
    margin-top: 10px;
  }

  .navbar-nav {
    gap: 0;
  }

  .navbar-nav .nav-link {
    color: #fff;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .navbar-nav .nav-link:hover {
    color: #fff;
    background: #003a63;
  }

  .dropdown-menu {
    background: #031b2c;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
  }

  .dropdown-item {
    color: #fff;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dropdown-item:hover {
    background: #004b7a;
    color: #fff;
  }
  .top-bar {
    display: none !important;
  }
}

.dropdown-menu::after {
  background: #00baee;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  position: absolute;
}

@media (max-width: 1199px) {
  .navbar-nav .nav-link {
    font-size: 14px;
    padding: 35px 5px !important;
  }
}

@media (max-width: 520px) {
  #mu-slider .mu-slider-tag {
    font-size: 12px !important;
    letter-spacing: 2px !important;
    width: 300px !important;
  }
  #mu-slider .mu-read-more-btn {
    margin-bottom: 10px !important;
  }
}

.nav-item-split {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-item-split .nav-link {
  padding-right: 6px;
}

.dropdown-toggle-btn {
  border: 0;
  background: transparent;
  padding: 8px 6px;
  color: inherit;
  cursor: pointer;
}

.dropdown-toggle-btn::after {
  display: none;
}

/* Desktop Hover */
@media (min-width: 992px) {
  .nav-item-split:hover > .dropdown-menu {
    display: block;
  }
}

/* Mobile */
@media (max-width: 991.98px) {
  .nav-item-split {
    width: 100%;
    justify-content: space-between;
  }

  .nav-item-split .nav-link {
    flex: 1;
  }

  .dropdown-toggle-btn {
    width: 50px;
    height: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.faq-main-title {
  font-size: 2rem;
  font-weight: 700;
  color: #033e6b;
}

.custom-faq-accordion .accordion-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.custom-faq-accordion .accordion-button {
  background: #fff;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: none;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
  background: #f8fbff;
  color: #000;
}

.custom-faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.custom-faq-accordion .accordion-body {
  padding: 20px 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  background: #fff;
}

.custom-faq-accordion .faq-number {
  color: #000;
  font-weight: 700;
  flex-shrink: 0;
}

.custom-faq-accordion .faq-question-text {
  flex: 1;
}

.custom-faq-accordion .accordion-button::after {
  width: 20px;
  height: 20px;
  background-size: 20px;
  transition: all 0.3s ease;
}

.custom-faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  .faq-main-title {
    font-size: 1.6rem;
  }

  .custom-faq-accordion .accordion-button {
    padding: 16px 18px;
    font-size: 16px;
  }

  .custom-faq-accordion .accordion-body {
    padding: 16px 18px;
    font-size: 15px;
  }
}

.navbar-nav .dropdown-menu {
  position: absolute !important;
}

.statstext h2 {
  color: #014876;
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem !important;
}

.cardtext {
  background: #13b6ec;
  color: #ffffff;
  font-size: 13px;
  margin-bottom: -50px;
  border-radius: 15px;
  place-items: center;
}

.cardtext p {
  color: #fff;
  font-size: 10px;
}

.cardtext h4 {
  color: #fff;
  margin-bottom: 4px !important;
}

.cardtext h5 {
  color: #fff;
  font-size: 14px;
}

.git-service-card p {
  color: #fff;
  margin-bottom: 0px !important;
}

.cta h3 {
  margin-bottom: 0.25rem !important;
}

.cta p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  width: 70%;
  margin-bottom: 0 !important;
}

/* li p span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.1rem;
} */

.sd-dc-card ul li h4 {
  /* width: 45px;
  height: 45px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff; */
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}
.sd-dc-card ul li p {
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.sd-dc-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}

.sd-dc-card ul li {
  /* display: flex; */
  align-items: center;
  gap: 15px;
  /* background: rgba(255, 255, 255, 0.08); */
  padding: 10px 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
  place-items: center;
}

@media (max-width: 767px) {
  .sd-dc-card ul {
    grid-template-columns: 1fr;
  }

  .sd-dc-card ul li {
    padding: 14px 16px;
  }

  .sd-dc-card ul li h4 {
    font-size: 16px;
  }
}

#mu-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.mu-slider-inner p span {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);    
  font-size: 17px;
}
