>>> TABLE OF CONTENTS:
----------------------------------------------------------------
* Variables
* Common
* Custom Animation
* Footer
* Slider
* Sponsor
* Error
* Main Menu
* Mobile Drawer
* Side Drawer
* Page Header
* Contact
* CTA
* Team
* About
* Blog
* Portfolio
* FAQ
* Pricing
* Testimonials
* Services
* Steps
* Funfact
* Search Popup
--------------------------------------------------------------*/
/*
* Variables
*/
:root {
  --insuco-font: "Open Sans", sans-serif;
  --insuco-font-title: "Red Hat Display", sans-serif;
  --insuco-base: #00accc;
  --insuco-base-rgb: 0, 172, 204;
  --insuco-primary: #00206e;
  --insuco-primary-rgb: 0, 32, 110;
  --insuco-text: #616161;
  --insuco-text-rgb: 97, 97, 97;
  --insuco-black: #00041b;
  --insuco-black-rgb: 0, 4, 27;
  --insuco-dark: #16243e;
  --insuco-dark-rgb: 22, 36, 62;
  --insuco-light: #a2a4b4;
  --insuco-light-rgb: 162, 164, 180;
  --insuco-gray: #f8f8f8;
  --insuco-gray-rgb: 248, 248, 248;
  
    --animate-duration: 2s;
}

/*
* Common
*/
body {
  font-size: 16px;
  line-height: 2em;
  font-family: var(--insuco-font, "Open Sans", sans-serif);
  color: var(--insuco-text, #616161);
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
}

h1 {
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
}

h2 {
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
}

h3 {
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
}

h4 {
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
}

h5 {
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
}

h6 {
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
}

::-webkit-input-placeholder {
  color: #518587;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #518587;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #518587;
  opacity: 1;
}

::placeholder {
  color: #518587;
  opacity: 1;
}

.ml-0 {
  margin-left: 0;
}

.mt-0 {
  margin-top: 0;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}


.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.google-map iframe {
  border: none;
  display: block;
  width: 100%;
  height: 539px;
}

.datepicker {
  padding: 10px;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background-color: var(--insuco-gray, #f8f8f8);
}

.datepicker thead td,
.datepicker thead th {
  font-size: 18px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: 700;
  color: var(--insuco-black, #00041b);
}

.datepicker table tr td {
  color: var(--insuco-black, #00041b);
  padding: 10px;
  font-size: 16px;
  font-family: var(--insuco-font, "Open Sans", sans-serif);
  line-height: 1em;
  font-weight: 400;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: var(--insuco-text, #616161);
}

.owl-with-shadow .owl-stage-outer {
  overflow: hidden;
}

.owl-with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.owl-with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.owl-dot-one .owl-dots {
  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;
  margin-top: 60px !important;
}

.owl-dot-one .owl-dots .owl-dot span {
  background-color: var(--insuco-base, #00accc);
  margin: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: relative;
  border: 6px solid #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 576px) {
  .owl-dot-one .owl-dots .owl-dot span {
    width: 21px;
    height: 21px;
    border-width: 7px;
  }
}

.owl-dot-one .owl-dots .owl-dot.active span, .owl-dot-one .owl-dots .owl-dot:hover span {
  background-color: var(--insuco-base, #00accc);
  -webkit-box-shadow: 0 0 0 1px var(--insuco-base, #00accc);
          box-shadow: 0 0 0 1px var(--insuco-base, #00accc);
}

.owl-dot-one .owl-dots .owl-dot + .owl-dot span {
  margin-left: 3px;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--insuco-primary, #00206e);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--insuco-base, #00accc);
}

.scroll-to-top:hover i {
  color: #fff;
}

.thm-btn {
  border: none;
  outline: none;
  cursor: pointer;
  width: auto;
  padding: 11px 30px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 18px;
  font-weight: bold;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
}

.thm-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), color-stop(51%, var(--insuco-base, #00accc)), to(var(--insuco-primary, #00206e)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 51%, var(--insuco-primary, #00206e) 100%);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.thm-btn:hover {
  color: #fff;
}

.thm-btn:hover::before {
  background-position: right center;
}

.thm-btn span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thm-btn i {
  font-size: 16px;
  margin-left: 9px;
}

.thm-btn--two {
  border: 2px solid #fff;
  padding: 10px 30px;
}

.thm-btn--two::before {
  display: none;
}

.thm-btn--two:hover {
  background-color: #fff;
  color: var(--insuco-black, #00041b);
}

.thm-btn--three {
  background-color: var(--insuco-base, #00accc);
}

.thm-btn--three::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, transform 500ms ease;
  transition: background 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.thm-btn--three:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.thm-btn--three:hover::before {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.sec-title {
  margin-bottom: 50px;
   margin-top: 40px;
}

.sec-title__tagline {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #343434;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  margin: 0;
  line-height: 1em;
  margin-bottom: 16px;
}

.sec-title__title {
  margin: 0;
  color: #116367;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 1px;
  word-spacing: 2px;
}

@media (min-width: 992px) {
  .sec-title__title {
    font-size: 38px;
    line-height: 1.190em;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99991;
  background-color: var(--insuco-black, #00041b);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preloader__inner {
  position: relative;
  width: 150px;
  height: 150px;
}

.preloader__inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-animation: anime 4s infinite;
          animation: anime 4s infinite;
}

.preloader__inner span:nth-child(1) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.preloader__inner span:nth-child(2) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.preloader__inner span:nth-child(3) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.preloader__inner span:nth-child(4) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.preloader__inner span:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.preloader__inner span:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.preloader__inner span:nth-child(7) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.preloader__inner span:nth-child(8) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/*
* Custom Animation
*/
@-webkit-keyframes anime {
  0% {
    width: 0px;
    height: 0px;
    -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
  }
  20% {
    -webkit-box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.4);
            box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.4);
  }
  40% {
    -webkit-box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.2);
            box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.2);
  }
  100% {
    width: 150px;
    height: 150px;
    -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
  }
}
@keyframes anime {
  0% {
    width: 0px;
    height: 0px;
    -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
  }
  20% {
    -webkit-box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.4);
            box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.4);
  }
  40% {
    -webkit-box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.2);
            box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.2);
  }
  100% {
    width: 150px;
    height: 150px;
    -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
          animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
          animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*
* Footer
*/
.footer-one {
  background-color: var(--insuco-dark, #16243e);
  background-image: url(../images/shapes/footer-bg-1-1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.footer-one__top {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .footer-one__top .container {
    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-between;
  }
}

.footer-one__top__logo a {
  display: inline-block;
}

.footer-one__top__content {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .footer-one__top__content {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .footer-one__top__content {
    margin-left: auto;
    margin-right: 195px;
  }
}

.footer-one__top__tagline {
  text-transform: uppercase;
  line-height: 1;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  margin: 0;
  margin-bottom: 17px;
}

.footer-one__top__title {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.190em;
  color: #fff;
}

@media (min-width: 768px) {
  .footer-one__top__title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .footer-one__top__title {
    font-size: 42px;
  }
}

.footer-one__middle__inner {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .footer-one__widget--menu {
    margin-left: 70px;
  }
}

@media (min-width: 1200px) {
  .footer-one__widget--gallery {
    margin-left: -16px;
    padding-right: 86px;
  }
}

.footer-one__widget__title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.footer-one__widget__text {
  margin: 0;
  color: #cfcfcf;
  margin-top: 23px;
  margin-bottom: 21px;
}

.footer-one__widget__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.footer-one__widget__social li {
  width: 40px;
  height: 40px;
  background-color: #fff;
  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;
  color: var(--insuco-text, #616161);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

.footer-one__widget__social li + li {
  margin-left: 10px;
}

.footer-one__widget__social li a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-one__widget__social li:hover {
  background-color: var(--insuco-base, #00accc);
}

.footer-one__widget__social li:hover a {
  color: #fff;
}

.footer-one__widget__menu {
  margin: 0;
  margin-top: 26px;
}

.footer-one__widget__menu li {
  color: #cfcfcf;
}

.footer-one__widget__menu li + li {
  margin-top: 6px;
}

.footer-one__widget__menu li a {
  color: #62b9bc;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footcontact i {
    background: #fff;
    padding: 5px;
    margin-right: 6px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: #62b9bc;
    color: #08474a;
    
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.footer-one__widget__menu li a:hover {
  background-size: 100% 2px;
}

.footer-one__widget__menu li:hover a {
  color: #fff;
}

.footer-one__widget__gallery {
  margin: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin-top: 37px;
}

.footer-one__widget__gallery li {
  position: relative;
  overflow: hidden;
}

.footer-one__widget__gallery li img {
  width: 100%;
}

.footer-one__widget__gallery__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.footer-one__widget__gallery__hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  opacity: 0.8;
}

.footer-one__widget__gallery__hover i {
  position: relative;
  font-size: 24px;
  color: #fff;
}

li:hover .footer-one__widget__gallery__hover {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer-one__widget__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 33px;
  margin-bottom: 20px;
}

.footer-one__widget__form input[type=email],
.footer-one__widget__form input[type=text] {
  border: none;
  outline: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  font-size: 16px;
  color: var(--insuco-text, #616161);
  height: 60px;
}

.footer-one__widget__form button {
  width: auto;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: var(--insuco-base, #00accc);
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-one__widget__contact {
  margin: 0;
}

.footer-one__widget__contact li {
  position: relative;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-size: 18px;
  color: #fff;
  padding-left: 28px;
}

.footer-one__widget__contact li + li {
  margin-top: 7px;
}

.footer-one__widget__contact li a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-one__widget__contact li a:hover {
  background-size: 100% 2px;
}

.footer-one__widget__contact li:hover a {
  color: #fff;
}

.footer-one__widget__contact li > i {
  font-size: 18px;
  color: var(--insuco-base, #00accc);
  position: absolute;
  top: 7px;
  left: 0;
}

.footer-one__bottom__inner {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .footer-one__bottom__inner {
    padding: 27px 0;
  }
}

.footer-one__bottom__scroll {
  width: 60px;
  height: 60px;
  background-color: var(--insuco-base, #00accc);
  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;
  text-align: center;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
}

.footer-one__bottom__scroll:hover {
  background-color: #fff;
  color: var(--insuco-base, #00accc);
}

.footer-one__bottom__menu {
  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;
  margin: 0;
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 992px) {
  .footer-one__bottom__menu {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.footer-one__bottom__menu li {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 992px) {
  .footer-one__bottom__menu li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer-one__bottom__menu li a {
  color: var(--insuco-light, #a2a4b4);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-one__bottom__menu li a:hover {
  color: var(--insuco-base, #00accc);
  text-shadow: 0 0 1px currentcolor;
}

.footer-one__bottom__copyright {
  margin: 0;
  color: var(--insuco-light, #a2a4b4);
}

@media (min-width: 768px) {
  .footer-one__bottom__copyright {
    margin-left: auto;
  }
}

.footer-two {
  position: relative;
  background-size: cover;
}

.footer-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  opacity: 0.96;
}

.footer-two__top {
  position: relative;
}

.footer-two__top__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
  .footer-two__top__inner {
    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;
  }
}

@media (min-width: 768px) {
  .footer-two__top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .footer-two__top__left {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .footer-two__top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-two__top__images {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-two__top__images img:not(:first-child) {
  margin-left: -26px;
}

.footer-two__top__text {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .footer-two__top__text {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 60px;
  }
}

@media (min-width: 1200px) {
  .footer-two__top__text {
    max-width: 325px;
  }
}

.footer-two__top .cta-one__info,
.footer-two__top .cta-one__info__name {
  color: #fff;
}

.footer-two__top .cta-one__info__icon {
  background-image: none;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  width: 60px;
  height: 60px;
  font-size: 24px;
}

.footer-two__top .cta-one__info {
  margin-top: 25px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .footer-two__top .cta-one__info {
    margin-top: 0;
    margin-left: auto;
  }
}

.footer-two__top__btns {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 1200px) {
  .footer-two__top__btns {
    margin-right: 230px;
  }
}

.footer-two__top__btns::after {
  content: '';
  width: 3px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  right: -115px;
  display: none;
}

@media (min-width: 1200px) {
  .footer-two__top__btns::after {
    display: block;
  }
}

.footer-two__top {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1 px #ddd;
}

.footer-two__middle {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-two__copyright {
  position: relative;
}

.footer-two__copyright p {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
  color: #ffffff;
  padding: 32px 0;
}

.footer-two__widget__title {
    margin: 0;
    color: #08474a;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #62b9bc;
    padding: 10px;
    border-radius: 2px;
}

.footer-two__widget__text {
  margin: 0;
  color: #62b9bc;
  margin-top: 20px;
  margin-bottom: 29px;
      padding: 0px 20px;
  text-align: justify;
}

.foot-cntnt .sp {
        color: #ffffff94;
    margin: 0px 10px;
}

.foot-cntnt:hover a {
    color: #fff;
}

.foot-cntnt:hover i {
    background: #fff;
}

@media (min-width: 1200px) {
  /*.footer-two__widget__text {*/
  /*  max-width: 325px;*/
  /*  margin-left: auto;*/
  /*  margin-right: auto;*/
  /*}*/
}

.footer-two__widget__social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 5px 0px;
      width: 100%;
    justify-content: center;
}

.footer-two__widget__social li {
  width: 40px;
  height: 40px;
  background-color: #fff;
  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;
  color: var(--insuco-base, #00accc);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

.footer-two__widget__social li + li {
  margin-left: 10px;
}

.footer-two__widget__social li a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-two__widget__social li:hover {
  background-color: var(--insuco-base, #00accc);
  filter: grayscale(0) !important;
}

.footer-two__widget__social li:hover a {
  color: #fff;
}

.footer-two__widget .footer-one__widget__menu {
  margin: 0;
  margin-top: 25px;
      /*margin-left: 30px;*/
}

.footer-two__widget .footer-one__widget__menu li {
  color: #fff;
  margin-bottom: 20px;
}

.footer-two__widget__label {
  color: #fff;
  line-height: 1.75em;
  position: relative;
  padding-left: 35px;
  margin-top: 15px;
}

.footer-two__widget__label input[type="checkbox"] {
  display: none;
}

.footer-two__widget__label input[type="checkbox"]:checked + i {
  background-color: var(--insuco-base, #00accc);
  -webkit-box-shadow: inset 0 0 0 5px #fff;
          box-shadow: inset 0 0 0 5px #fff;
}

.footer-two__widget__label i {
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  top: 4px;
  left: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.footer-two__widget__form {
  margin-top: 28px;
  position: relative;
}

.footer-two__widget__form input[type=text],
.footer-two__widget__form input[type=email] {
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  padding-bottom: 16px;
}

.footer-two__widget__form button[type=submit] {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .footer-two__widget--about {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .footer-two__widget--about {
    position: relative;
    right: 50px;
  }
}

.footer-one--home-4 {
  background-image: none;
  background-color: var(--insuco-gray, #f8f8f8);
}

.footer-one--home-4 .footer-one__widget__menu li:hover a,
.footer-one--home-4 .footer-one__widget__contact li:hover a,
.footer-one--home-4 .footer-one__widget__title,
.footer-one--home-4 .footer-one__top__tagline,
.footer-one--home-4 .footer-one__top__title {
  color: var(--insuco-black, #00041b);
}

.footer-one--home-4 .footer-one__bottom__inner,
.footer-one--home-4 .footer-one__middle__inner {
  border-color: rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
}

.footer-one--home-4 .footer-one__widget__contact li,
.footer-one--home-4 .footer-one__bottom__copyright,
.footer-one--home-4 .footer-one__bottom__menu li a,
.footer-one--home-4 .footer-one__widget__menu li,
.footer-one--home-4 .footer-one__widget__text {
  color: var(--insuco-text, #616161);
}

.footer-one--home-4 .footer-one__widget__social li,
.footer-one--home-4 .footer-one__widget__form input[type=email],
.footer-one--home-4 .footer-one__widget__form input[type=text] {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
}

.footer-one--home-4 .footer-one__bottom__scroll:hover {
  background-color: var(--insuco-black, #00041b);
  color: #fff;
}

.footer-two--home-1 {
  background-color: #08474a;
  background-image: url(../images/shapes/footer-bg-3-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: unset;
  background-attachment: fixed;
}

.footer-two--home-1::before {
  display: none;
}

.footer-two--home-1 .main-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-two--home-1 .main-header__info__icon {
  margin-right: 25px;
  transition:all 0.5s ease-in-out 0s;
  }
.footer-two--home-1 .main-header__info__icon:hover i{
    transform: rotate(360deg);
    transition:all 0.5s ease-in-out 0s;
}
.footer-two--home-1 .main-header__info__name {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.footer-two--home-1 .footer-two__top__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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;
}

@media (min-width: 992px) {
  .footer-two--home-1 .footer-two__widget--about {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .footer-two--home-1 .footer-two__widget--about {
    right: auto;
  }
}

.footer-two--home-1 .footer-two__widget__form input[type=text],
.footer-two--home-1 .footer-two__widget__form input[type=email],
.footer-two--home-1 .footer-two__widget .footer-one__widget__menu li,
.footer-two--home-1 .footer-two__widget__text,
.footer-two__widget__social li a i{
  color: #62b9bc;
}

.ftabtlgo {
        display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.foot-logo {
    width: 100px;
}

.cpnam {
    font-family: "Playwrite DK Uloopet", cursive !important;
    color: #ffffffd9;
        margin-left: 20px;
    line-height: 35px;
    text-align: center;
}

.footer-two--home-1 .footer-two__widget__form button[type=submit] {
  color: var(--insuco-base, #00accc);
}

.footer-two--home-1 .footer-two__widget__form input[type=text],
.footer-two--home-1 .footer-two__widget__form input[type=email] {
  border-color: rgba(255, 255, 255, 0.1);
}


@media (min-width: 1200px) {
  .footer-two--home-1 .footer-two__widget--menu {
    position: relative;
    /*left: 70px;*/
  }
}

@media (min-width: 1200px) {
  .footer-two--home-1 .footer-two__widget--form {
    position: relative;
    margin-left: 80px;
  }
}

.footer-two--home-1 .footer-two__widget__social li {
  background-color: #62b9bc;
    margin-bottom: 10px;
}

.footer-two--home-1 .footer-two__widget__social .fb:hover {
  background-color: #1d67c8;
}
.footer-two--home-1 .footer-two__widget__social .tw:hover {
  background-color: #1c9cea;
}
.footer-two--home-1 .footer-two__widget__social .in:hover {
    background-color: #0073b1;
}
.footer-two--home-1 .footer-two__widget__social .ins:hover {
  
    background: hsla(40, 100%, 65%, 1);

background: linear-gradient(135deg, hsla(40, 100%, 65%, 1) 0%, hsla(351, 88%, 54%, 1) 37%, hsla(331, 71%, 48%, 1) 60%, hsla(251, 49%, 51%, 1) 100%);

background: -moz-linear-gradient(135deg, hsla(40, 100%, 65%, 1) 0%, hsla(351, 88%, 54%, 1) 37%, hsla(331, 71%, 48%, 1) 60%, hsla(251, 49%, 51%, 1) 100%);

background: -webkit-linear-gradient(135deg, hsla(40, 100%, 65%, 1) 0%, hsla(351, 88%, 54%, 1) 37%, hsla(331, 71%, 48%, 1) 60%, hsla(251, 49%, 51%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFC34D", endColorstr="#F1203F", GradientType=1 );
    
}

.footer-two--home-1 .footer-two__widget__social li a {
 transition:all 0.5s ease-in-out 0s;   
 padding: 4px 12px;
}

.footer-two--home-1 .footer-two__widget__social li a i {
 color: #08474a;
 font-size: 18px;
 padding: 10px;
}

.footer-two--home-1 .footer-two__widget__social .ins a i {
 font-weight: bold;
}

.footer-two--home-1 .footer-two__widget__social li a:hover i{
  color: #FFF;
  transform:rotate(360deg);
  transition:all 0.5s ease-in-out 0s;
}
.footer-two--home-1 .main-header__info {
  margin-bottom: -30px;
}

@media (min-width: 1200px) {
  .footer-two--home-1 .main-header__info {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .footer-two--home-1 .main-header__left {
    width: 100%;
    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;
    padding-bottom: 20px;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .footer-two--home-1 .main-header__left {
    display: block;
    width: auto;
    padding-bottom: 0;
  }
}

.footer-two--home-1 .main-header__info__item + .main-header__info__item {
  margin-left: 0;
}

.footer-two--home-1 .main-header__info__item {
  padding-left: 30px;
  /*padding-right: 30px;*/
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .footer-two--home-1 .main-header__info__item {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/*
* Slider
*/
.slider-one {
  background-color: var(--insuco-black, #00041b);
}

.slider-one__item {
  background-color: var(--insuco-black, #00041b);
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (min-width: 992px) {
  .slider-one__item {
    padding-top: 204px;
    padding-bottom: 260px;
  }
}

.slider-one__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

.slider-one__title {
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
  -webkit-transition: opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  max-width: 910px;
  margin-bottom: 50px;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .slider-one__title {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .slider-one__title {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .slider-one__title {
    font-size: 85px;
  }
}

.active .slider-one__title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slider-one__text {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
  -webkit-transition: opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
}

.slider-one__text::before {
  content: '';
  width: 60px;
  height: 3px;
  background-color: #fff;
  margin-right: 30px;
  display: none;
}

@media (min-width: 768px) {
  .slider-one__text::before {
    display: block;
  }
}

.active .slider-one__text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slider-one__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
  -webkit-transition: opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 425px) {
  .slider-one__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.active .slider-one__btns {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slider-one__btn + .slider-one__btn {
  margin-top: 15px;
}

@media (min-width: 425px) {
  .slider-one__btn + .slider-one__btn {
    margin-top: 0;
    margin-left: 15px;
  }
}

.slider-one__btn--two {
  background-color: rgba(255, 255, 255, 0.32);
}

.slider-one .container {
  position: relative;
}

.slider-one .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1320px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0 !important;
  z-index: 9;
  display: none;
}

@media (min-width: 768px) {
  .slider-one .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.slider-one .owl-carousel .owl-nav [class*="owl-"] {
  margin: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  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;
  font-size: 18px;
  color: var(--insuco-black, #00041b);
  border-radius: 0;
  outline: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.slider-one .owl-carousel .owl-nav [class*="owl-"] + [class*=owl-] {
  margin-top: 10px;
}

.slider-one .owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--insuco-base, #00accc);
}

.slider-two {
  background-size: cover;
  background-color: var(--insuco-gray, #f8f8f8);
}

@media (min-width: 768px) {
  .slider-two {
    padding-top: 138px;
    padding-bottom: 117px;
  }
}

.slider-two__box {
  padding-top: 150px;
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .slider-two__box {
    padding: 0;
    border-radius: 50%;
    padding: 30px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 32, 110, 0.05098)), to(rgba(0, 172, 204, 0.05098)));
    background-image: linear-gradient(0deg, rgba(0, 32, 110, 0.05098) 0%, rgba(0, 172, 204, 0.05098) 100%);
    width: 100%;
    max-width: 575px;
    min-height: 575px;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .slider-two__box {
    max-width: 695px;
    min-height: 695px;
    padding-left: 144px;
  }
}

@media (min-width: 1441px) {
  .slider-two__box {
    position: relative;
    left: -144px;
  }
}

.slider-two__title {
  color: var(--insuco-black, #00041b);
  font-weight: 700;
  font-size: 50px;
  margin: 0;
  line-height: 1em;
}

@media (min-width: 768px) {
  .slider-two__title {
    font-size: 60px;
    max-width: 459px;
  }
}

@media (min-width: 992px) {
  .slider-two__title {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .slider-two__title {
    font-size: 85px;
  }
}

.slider-two__text {
  margin: 0;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .slider-two__text {
    max-width: 457px;
  }
}

@media (min-width: 992px) {
  .slider-two__text {
    font-size: 18px;
  }
}

.slider-two__btns {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .slider-two__btns {
    max-width: 457px;
  }
}

.slider-two__btn--two {
  margin-top: 15px;
  color: var(--insuco-black, #00041b);
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 576px) {
  .slider-two__btn--two {
    margin-top: 0;
    margin-left: 15px;
  }
}

.slider-three {
  background-image: url(../images/shapes/slider-3-bg-1.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 138px;
  padding-bottom: 80px;
  position: relative;
}

@media (min-width: 1200px) {
  .slider-three {
    padding-top: 115px;
    padding-bottom: 106px;
  }
}

.slider-three__shape-1 {
  width: 17px;
  height: 120px;
  background-image: url(../images/shapes/slider-3-s-1.png);
  position: absolute;
  left: 70px;
  top: 35%;
  display: none;
}

@media (min-width: 992px) {
  .slider-three__shape-1 {
    display: block;
  }
}

.slider-three__shape-2 {
  position: absolute;
  bottom: 187px;
  left: 187px;
  width: 85px;
  height: 24px;
  background-image: url(../images/shapes/slider-3-s-2.png);
  display: none;
}

@media (min-width: 992px) {
  .slider-three__shape-2 {
    display: block;
  }
}

.slider-three__shape-3 {
  position: absolute;
  top: 170px;
  left: 30%;
  width: 79px;
  height: 64px;
  background-image: url(../images/shapes/slider-3-s-3.png);
  display: none;
}

@media (min-width: 992px) {
  .slider-three__shape-3 {
    display: block;
  }
}

.slider-three__shape-4 {
  position: absolute;
  bottom: 133px;
  left: 35%;
  width: 20px;
  height: 20px;
  background-image: url(../images/shapes/slider-3-s-4.png);
  display: none;
}

@media (min-width: 992px) {
  .slider-three__shape-4 {
    display: block;
  }
}

.slider-three .my-auto {
  width: 100%;
}

.slider-three__image {
  display: none;
}

@media (min-width: 1200px) {
  .slider-three__image {
    display: block;
  }
}

.slider-three__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 425px) {
  .slider-three__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.slider-three__btn--two {
  border-color: rgba(255, 255, 255, 0.15);
  margin-top: 15px;
}

@media (min-width: 425px) {
  .slider-three__btn--two {
    margin-top: 0;
    margin-left: 15px;
  }
}

.slider-three__title {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  margin: 0;
  line-height: 1em;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .slider-three__title {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .slider-three__title {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .slider-three__title {
    font-size: 70px;
  }
}

.slider-three__text {
  margin: 0;
  color: #fff;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .slider-three__text {
    font-size: 18px;
  }
}

.slider-four {
  background-color: var(--insuco-gray, #f8f8f8);
}

.slider-four__item {
  background-color: var(--insuco-gray, #f8f8f8);
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .slider-four__item {
    padding-top: 244px;
  }
}

.slider-four__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

.slider-four .owl-item img {
  width: auto;
}

.slider-four .container {
  position: relative;
}

.slider-four__title {
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
  -webkit-transition: opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

@media (min-width: 768px) {
  .slider-four__title {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .slider-four__title {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .slider-four__title {
    font-size: 85px;
  }
}

.slider-four__title span {
  display: inline-block;
  background-color: var(--insuco-base, #00accc);
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  position: relative;
  left: -10px;
  font-size: 40px;
}

@media (min-width: 768px) {
  .slider-four__title span {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .slider-four__title span {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .slider-four__title span {
    font-size: 75px;
  }
}

.active .slider-four__title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slider-four__text {
  margin: 0;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 40px;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
  -webkit-transition: opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
}

@media (min-width: 992px) {
  .slider-four__text {
    font-size: 18px;
    line-height: 1.777em;
  }
}

.active .slider-four__text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slider-four__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
  -webkit-transition: opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
 background 500ms ease, -webkit-transform 2000ms ease;
}

@media (min-width: 425px) {
  .slider-four__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.active .slider-four__btns {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slider-four__btn--two {
  background-color: #fff;
  color: var(--insuco-black, #00041b);
  margin-top: 15px;
}

@media (min-width: 425px) {
  .slider-four__btn--two {
    margin-top: 0;
    margin-left: 15px;
  }
}

.slider-four__btn--two::before {
  display: none;
}

.slider-four__btn--two:hover {
  background-color: var(--insuco-black, #00041b);
  color: #fff;
}

.slider-four__main__image {
  display: none;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
  -webkit-transition: opacity 2000ms ease, visibility 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, visibility 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, visibility 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, visibility 2000ms ease, -webkit-transform 2000ms ease;
}

@media (min-width: 1200px) {
  .slider-four__main__image {
    margin-left: 20px;
    display: block;
  }
}

.active .slider-four__main__image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*
* Sponsor
*/
.sponsor-one {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  padding: 50px 0;
}

.sponsor-one__tagline {
  text-transform: uppercase;
  line-height: 1;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  margin: 0;
  margin-bottom: 24px;
}

.sponsor-one__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1667em;
  color: #fff;
}

.sponsor-one__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sponsor-two .sec-title__title {
  max-width: 470px;
}

@media (min-width: 1200px) {
  .sponsor-two__content {
    padding-left: 80px;
  }
}

.sponsor-two__image img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .sponsor-two__image img {
    max-width: none;
    float: right;
  }
}

.sponsor-two__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

@media (min-width: 768px) {
  .sponsor-two__list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.sponsor-two__list__outer {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
          box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
  padding: 0 40px;
}

@media (min-width: 1200px) {
  .sponsor-two__list__outer {
    padding: 0 60px;
  }
}

.sponsor-two__list li {
  border-bottom: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  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;
  margin-bottom: -1px;
  padding: 60px 0;
}

.sponsor-two__list li img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.sponsor-two__list li img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.sponsor-three {
  padding: 60px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
}

/*
* Error
*/
.error-page {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .error-page {
    padding-bottom: 130px;
  }
}

.error-page__title {
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 35px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .error-page__title {
    margin-top: 65px;
    font-size: 50px;
    line-height: 1.7em;
  }
}

/*
* Main Menu
*/
.main-header__middle {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
}

@media (min-width: 1200px) {
  .main-header__middle {
    padding: 25px 0;
  }
}

@media (min-width: 1200px) {
  .main-header__middle .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-header__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-between;
  padding: 15px 0;
}

@media (min-width: 1200px) {
  .main-header__left {
    padding: 0;
  }
}

.main-header__info {
  margin: 0;
  display: none;
}

@media (min-width: 1200px) {
  .main-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
  }
}

.main-header__info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.main-header__info__item a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__info__item a:hover {
  background-size: 100% 2px;
}

.main-header__info__item + .main-header__info__item {
  margin-left: 90px;
}

.main-header__info__icon {
  width: 60px;
  height: 60px;
  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;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--insuco-base, #00accc);
  margin-right: 27px;
}

.main-header__info__name {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 11px;
}

.main-header__toggler {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .main-header__toggler {
    display: none;
  }
}

.main-header__toggler span {
  height: 3px;
  background-color: #fff;
  display: block;
  width: 20px;
}

.main-header__toggler span:nth-child(2) {
  width: 30px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.main-header__toggler span:nth-child(3) {
  width: 25px;
}

.topbar-one {
  background-color: #fff;
  padding: 9px 0;
  display: none;
}

@media (min-width: 768px) {
  .topbar-one {
    display: block;
  }
}

.topbar-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-one__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 16px;
}

.topbar-one__left i {
  color: var(--insuco-base, #00accc);
  font-size: 20px;
  margin-right: 10px;
}

.topbar-one__left strong {
  color: var(--insuco-black, #00041b);
  font-weight: 600;
  margin-right: 5px;
}

.topbar-one__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.topbar-one__select {
  padding: 0;
  border: none;
  color: var(--insuco-black, #00041b);
  line-height: 1em;
  font-size: 16px;
  float: none;
  height: auto;
  display: inline-block;
  padding-right: 18px;
}

.topbar-one__select::after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  font-size: 18px;
  right: 0;
  top: 0;
}

.topbar-one__select.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.topbar-one__select .list {
  border: none;
  border-radius: 0;
  margin: 10px 0 0;
}

.topbar-one__select .list .option {
  color: var(--insuco-black, #00041b);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  padding: 12px 20px;
  font-size: 16px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  line-height: 1em;
  min-height: auto;
}

.topbar-one__select .list .option.selected, .topbar-one__select .list .option.focus, .topbar-one__select .list .option:hover {
  background-color: var(--insuco-primary, #00206e);
  color: #fff;
}

.topbar-one__select .list:hover .option:not(:hover) {
  color: var(--insuco-black, #00041b);
}

.topbar-one__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  border-left: 2px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  line-height: 20px;
  padding-left: 30px;
  margin-left: 30px;
}

.topbar-one__social li {
  line-height: 20px;
}

.topbar-one__social li + li {
  margin-left: 20px;
}

.topbar-one__social li a {
  color: var(--insuco-text, #616161);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.topbar-one__social li a:hover {
  color: var(--insuco-black, #00041b);
}

.main-menu {
  display: none;
}

@media (min-width: 1200px) {
  .main-menu {
    display: block;
  }
}

.main-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  .main-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-menu__list > li {
  position: relative;
  padding: 34px 0;
}

.main-menu__list > li + li {
  margin-left: 30px;
}

.main-menu__list > li > a {
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  color: var(--insuco-black, #00041b);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu__list > li > a::after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 8px;
}

.main-menu__list > li > a:only-child::after {
  display: none;
}

.main-menu__list > li:hover > a, .main-menu__list > li.current > a {
  color: var(--insuco-black, #00041b);
}

.main-menu__list > li > ul {
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  min-width: 280px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu__list > li > ul > li {
  position: relative;
}

.main-menu__list > li > ul > li + li {
  border-top: 1px solid rgba(var(--insuco-dark-rgb, 22, 36, 62), 0.1);
}

.main-menu__list > li > ul > li > a {
  color: var(--insuco-black, #00041b);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  padding: 7px 20px;
  font-size: 16px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  transition: 0.5s ease-in-out 0s;
    }

.main-menu__list > li > ul > li > a:hover {
  background-color: var(--insuco-primary, #00206e);
  color: #fff;
}
.main-menu__list > li > ul > li > a:hover i{
    transform:rotate(360deg);
    transition: 0.5s ease-in-out 0s;
     animation: blink 2s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
 
}
.main-menu__list > li > ul > li > ul {
  left: 100%;
  top: 0%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  min-width: 220px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu__list > li > ul > li > ul > li + li {
  border-top: 1px solid rgba(var(--insuco-dark-rgb, 22, 36, 62), 0.1);
}

.main-menu__list > li > ul > li > ul > li > a {
  color: var(--insuco-black, #00041b);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  padding: 7px 20px;
  font-size: 16px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
}

.main-menu__list > li > ul > li > ul > li > a:hover {
  background-color: var(--insuco-primary, #00206e);
  color: #fff;
}

.main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu__list > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu__right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu__search {
  margin-right: 40px;
  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;
  border-bottom: 1px solid rgba(var(--insuco-dark-rgb, 22, 36, 62), 0.1);
}

.main-menu__search input[type=text],
.main-menu__search input[type=search] {
  border: none;
  outline: none;
  color: var(--insuco-text, #616161);
  font-size: 16px;
}

.main-menu__search button[type=submit] {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: var(--insuco-black, #00041b);
  font-size: 16px;
  width: auto;
  padding: 0;
}

.main-menu__toggler {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 40px;
}

.main-menu__toggler span {
  height: 3px;
  background-color: var(--insuco-black, #00041b);
  display: block;
  width: 20px;
}

.main-menu__toggler span:nth-child(2) {
  width: 30px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.main-menu__toggler span:nth-child(3) {
  width: 25px;
}

.sticky-header--cloned {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          margin-top: 40px
}

@media (max-width: 1199px) {
  .sticky-header--cloned {
    display: none !important;
  }
}

.sticky-header--cloned.sticky-fixed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.main-header-two {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 91;
  width: 100%;
    margin-top: 40px !important;
}

.main-menu-two {
  padding: 20px 15px;
}

@media (min-width: 768px) {
  .main-menu-two {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .main-menu-two {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1581px) {
  .main-menu-two {
    padding-left: 135px;
    padding-right: 135px;
  }
}

.main-menu-two .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
        
          
}


.main-menu-two__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu-two__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media (min-width: 1441px) {
  .main-menu-two__right {
    background-color: rgba(255, 255, 255, 0.85);
    padding-left: 50px;
    padding-right: 50px;
  }
}

.main-menu-two__search {
  font-size: 18px;
  color: var(--insuco-black, #00041b);
  background-color: rgba(0, 0, 0, 0);
}

.main-menu-two__search:hover {
  color: var(--insuco-black, #00041b);
}

@media (min-width: 768px) {
  .main-menu-two__search {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .main-menu-two__search {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 1441px) {
  .main-menu-two__search {
    margin-left: 70px;
    margin-right: 40px;
  }
}

.main-menu-two .thm-btn {
  display: none;
}

@media (min-width: 768px) {
  .main-menu-two .thm-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  .main-menu-two .thm-btn {
    display: none;
  }
}

@media (min-width: 1441px) {
  .main-menu-two .thm-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.main-menu-two .main-menu__list > li {
  padding: 31px 0;
}

.main-menu-two .main-header__toggler {
  margin-left: 30px;
}

.main-menu-two .main-header__toggler span {
  background-color: var(--insuco-black, #00041b);
}

.main-menu-two .main-menu__toggler {
  display: none;
}

@media (min-width: 1200px) {
  .main-menu-two .main-menu__toggler {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.main-menu-two.sticky-header--cloned {
  padding-top: 0;
  padding-bottom: 0;
}

.main-header-two--home-1 .main-menu-two__right {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}

.main-header-two--home-1 .main-menu-two {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1200px) {
  .main-header-two--home-1 .main-menu-two {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.main-header-two--home-1 .main-menu__list {
  margin-left: 40px;
}

@media (min-width: 1441px) {
  .main-header-two--home-1 .main-menu__list {
    margin-left: 100px;
  }
}

@media (min-width: 1705px) {
  .main-header-two--home-1 .main-menu__list {
    margin-left: 160px;
  }
}

.main-header-two--home-1 .main-menu__list > li > a {
  color: #fff;
}

.main-header-two--home-1 .main-menu-two .main-menu__list > li {
  padding: 21px 0;
  
}

.main-header-two--home-1 .main-menu-two.sticky-header--cloned {
  background-color:  transparent
 
}

.main-header-two--home-1 .main-menu-two.sticky-header--cloned .main-menu__toggler span {
  background-color: #fff;
}

.main-header-two--home-1 .main-menu-two.sticky-header--cloned .main-menu-two__search {
  color: #fff;
}

.main-header-two--home-1 .main-header__toggler span {
  background-color: #fff;
}

.main-header-two--home-1 .main-menu-two__search {
  color: #fff;
}

@media (min-width: 1796px) {
  .main-header-two--home-1 .main-menu-two__search {
    color: var(--insuco-black, #00041b);
  }
}

.main-header-four {
  position: relative;
}

@media (min-width: 992px) {
  .main-header-four {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 91;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .main-header-four {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.main-header-four .main-menu {
  display: block;
}

.main-header-four .main-menu .container {
  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;
}

@media (min-width: 1310px) {
  .main-header-four .main-menu .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.main-header-four .main-menu-two__search {
  margin-left: 30px;
  margin-right: 30px;
}

@media (min-width: 1730px) {
  .main-header-four .main-menu-two__search {
    margin-left: 70px;
  }
}

.main-header-four .main-menu__right {
  display: none;
  margin-left: 0;
}

@media (min-width: 576px) {
  .main-header-four .main-menu__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1310px) {
  .main-header-four .main-menu__right {
    margin-left: auto;
  }
}

.main-header-four .thm-btn {
  display: none;
}

@media (min-width: 768px) {
  .main-header-four .thm-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.main-header-four .main-header__toggler {
  margin-left: auto;
  display: block;
}

@media (min-width: 1310px) {
  .main-header-four .main-header__toggler {
    display: none;
  }
}

.main-header-four .main-header__toggler span {
  background-color: var(--insuco-black, #00041b);
}

.main-header-four__box {
  background-color: var(--insuco-base, #00accc);
  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;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .main-header-four__box {
    width: 225px;
    height: 174px;
    padding: 0;
    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: absolute;
    top: 0;
    left: 30px;
  }
}

@media (min-width: 1440px) {
  .main-header-four__box {
    left: 70px;
  }
}

.main-header-four .topbar-one {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  .main-header-four .topbar-one {
    margin-left: 255px;
  }
}

@media (min-width: 1440px) {
  .main-header-four .topbar-one {
    margin-left: 280px;
  }
}

@media (min-width: 1440px) {
  .main-header-four .topbar-one .container {
    max-width: 100%;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .main-header-four .main-menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(22, 36, 62, 0.07);
            box-shadow: 0px 10px 60px 0px rgba(22, 36, 62, 0.07);
    padding: 20px 30px;
  }
}

@media (min-width: 1310px) {
  .main-header-four .main-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .main-header-four .main-menu .container {
    max-width: 100%;
    padding-right: 0;
  }
}

.main-header-four .main-menu__list {
  display: none;
}

@media (min-width: 1310px) {
  .main-header-four .main-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 229px;
  }
}

@media (min-width: 1440px) {
  .main-header-four .main-menu__list {
    margin-left: 249px;
  }
}

@media (min-width: 1310px) {
  .main-header-four .sticky-header--cloned .main-menu__list {
    margin-left: 259px;
  }
}

@media (min-width: 1440px) {
  .main-header-four .sticky-header--cloned .main-menu__list {
    margin-left: 320px;
  }
}

.main-header-four .main-menu__list > li {
  padding: 31px 0;
}

/*
* Mobile Drawer
*/
.mobile-nav__wrapper {
  position: fixed;
  z-index: 9991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.9;
}

.mobile-nav__content {
  width: 100%;
  max-width: 360px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  background-color: var(--insuco-dark, #16243e);
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__content::-webkit-scrollbar {
  display: none;
}

.mobile-nav__content .footer-one__widget__social {
  margin-top: 25px;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 10px;
}

.mobile-menu__list .menu-item-has-children button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--insuco-black, #00041b);
  border: none;
  outline: none;
  float: right;
  margin-top: 5px;
}

.mobile-menu__list li.current > a {
  color: var(--insuco-base, #00accc);
}

.mobile-menu__list > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 40px;
}

.mobile-menu__list > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  padding-left: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > ul > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 40px;
}

.mobile-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 5px;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > ul > li > ul > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > ul > li > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 40px;
}

.mobile-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.mobile-nav__close {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
}

.mobile-nav__close span {
  width: 2px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-nav__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/*
* Side Drawer
*/
.side-drawer__wrapper {
  position: fixed;
  z-index: 9991;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.side-drawer__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.side-drawer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.9;
}

.side-drawer__content {
  width: 100%;
  max-width: 360px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  background-color: var(--insuco-dark, #16243e);
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.side-drawer__content::-webkit-scrollbar {
  display: none;
}

.side-drawer__content .logo-box {
  margin-bottom: 46px;
}

.side-drawer__content .footer-one__widget + .footer-one__widget {
  margin-top: 35px;
}

.side-drawer__content .footer-one__widget__contact {
  margin-top: 24px;
}

.side-drawer__wrapper.expanded .side-drawer__content {
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 10px;
}

.mobile-menu__list .menu-item-has-children button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--insuco-black, #00041b);
  border: none;
  outline: none;
  float: right;
  margin-top: 5px;
}

.mobile-menu__list li.current > a {
  color: var(--insuco-base, #00accc);
}

.mobile-menu__list > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 40px;
}

.mobile-menu__list > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  padding-left: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > ul > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 40px;
}

.mobile-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 5px;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > ul > li > ul > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > ul > li > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 40px;
}

.mobile-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.side-drawer__close {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
}

.side-drawer__close span {
  width: 2px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.side-drawer__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/*
* Page Header
*/
.page-header {
  text-align: center;
  position: relative;
  height: 90vh;
}

.about-page-header .page-header__title {
   background: #08474ae8;
    padding: 40px 0px 20px 0px;
    /*background: linear-gradient(180deg, rgba(255,255,255,0) 2%, rgba(8,71,74,0.5018382352941176) 16%, rgba(8,71,74,0.700717787114846) 100%); */
    
    
    transform:
            perspective(750px)
            translate3d(0px, 0px, -250px)
            rotateX(27deg)
            scale(0.9, 0.9);
  border-radius: 20px;
  border: 5px solid #e6e6e6;
  box-shadow: 0 70px 40px -20px #000000a6;
  transition: 0.4s ease-in-out transform;


}

.pro-page-header .page-header__title h2 {
    font-size: 42px;
    font-family: "Playwrite DK Uloopet", cursive !important;
    text-align: center;
    text-shadow: 1px 1px 4px #000000b8;
}


.about-page-header .page-header__title h3 {
    font-size: 34px;
    color: #ffc916;
    /* font-family: "Playwrite DK Uloopet", cursive !important; */
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.about-page-header .page-header__title h2 {
    font-size: 60px;
    margin-top: 20px;
    text-align: center;
    font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
    letter-spacing: 2px;
    text-shadow: 0px 4px 2px #000000b8;
}

@media (min-width: 1200px) {
  .page-header {
    padding: 200px 0 209px;
  }
  .about-page-header {
      padding: 400px 0 0px;
  }
  .pro-page-header {
      padding: 120px 0px 120px 0px;
  }
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--insuco-dark, #16243e);
  background-position: center center;
  
}

.gallery-section .page-header__bg {
    background-image: url(../images/gallery.jpg);
}

.blood-section .page-header__bg {
    background-image: url(../images/blood-bg.jpg);
    background-position: bottom center;
}

.clnt-section .page-header__bg {
    background-image: url(../images/clients-bg.jpg);
    background-position: bottom center;
}

.faq-section .page-header__bg {
    background-image: url(../images/faq-banner.jpg);
}

.career-section .page-header__bg {
    background-image: url(../images/career-bg.jpg);
}

.pro-page-header .page-header__bg {
    background-image: url(../images/medical-bg.jpg);
}

.section-quotation .page-header__bg {
    background-image: url(../images/plan-bg.jpg);
}

.section-overview .page-header__bg {
    background-image: url(../images/overview-bg.jpg);
}

.privacy-section .page-header__bg {
    background-image: url(../images/privacy.jpg);
}

.refund-section .page-header__bg {
    background-image: url(../images/refund-bg.jpg);
}

.terms-section .page-header__bg {
    background-image: url(../images/terms-bg.jpg);
}

.team-section .page-header__bg {
    background-image: url(../images/1.jpg);
}


.section-career .page-header__bg {
    background-image: url(../images/career-bg.jpg);
}

.section-careerjd .page-header__bg {
    background-image: url(../images/careerjd-bg.jpg);
}


.page-header {
    position: relative;
    overflow: hidden;
}

.titlebox {
    position: absolute;
    width: 90%;
    bottom: 0px;
    left: 5%;
}


.page-header__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #116367d1;*/
  /*opacity: 0.75;*/
  /*mix-blend-mode: multiply;*/
  
  /*background: linear-gradient(180deg, rgba(8, 71, 74, 0.6026785714285714) 0%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 60%, rgba(8, 71, 74, 0.6530987394957983) 87%, rgb(8 71 74 / 95%) 100%);*/
    
  background: linear-gradient(45deg, hsl(46deg 100% 54% / 80%) 0%, hsl(94deg 43% 49% / 70%) 9%, hsl(168deg 100% 26% / 70%) 18%, hsl(183deg 73% 22% / 50%) 27%, hsl(183deg 76% 20% / 40%) 36%, hsl(183deg 79% 17% / 35%) 45%, hsl(183deg 79% 17% / 35%) 55%, hsl(183deg 76% 20% / 40%) 64%, hsl(183deg 73% 22% / 50%) 73%, hsl(168deg 100% 26% / 70%) 82%, hsl(94deg 43% 49% / 70%) 91%, hsl(46deg 100% 54% / 80%) 100%);
    
}

.pro-page-header .page-header__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #116367d1;

  /*background: linear-gradient(180deg, rgba(8, 71, 74, 0.6026785714285714) 0%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 60%, rgba(8, 71, 74, 0.6530987394957983) 87%, rgb(8 71 74 / 95%) 100%);*/
    
}


.page-header .container {
  position: relative;
}

.page-header__title {
    /*font-family: "Playwrite DK Uloopet", cursive !important;*/
  font-size: 35px;
  color: #ffffff;
  font-weight: 100;
  margin: 0;
}


@media (min-width: 768px) {
  .page-header__title {
    font-size: 45px;
  }
}

@media (min-width: 992px) {
  .page-header__title {
    font-size: 55px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .page-header__title {
    font-size: 65px;
    margin-bottom: 20px;
  }
}

.breadcrumb-one {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.breadcrumb-one li {
  font-size: 18px;
  color: #fff;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: 600;
}

@media (min-width: 768px) {
  .breadcrumb-one li {
    font-size: 22px;
  }
}
@media (min-width: 900px) {
  .breadcrumb-one li {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .breadcrumb-one li {
    font-size: 24px;
  }
}

.breadcrumb-one li:not(:last-of-type)::after {
  content: '\f061';
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  margin-left: 18px;
  margin-right: 18px;
}

.breadcrumb-one li span,
.breadcrumb-one li a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.breadcrumb-one li span {
  text-decoration: underline;
}

/*
* Contact
*/
.contact-one {
  /*padding: 100px;*/
  
    background-image: url(../images/tcontact.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    
}

.contact-one__content__tagline {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  color: var(--insuco-base, #00accc);
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  margin: 0;
  line-height: 1em;
  margin-bottom: 16px;
}

.contact-one__content__title {
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .contact-one__content__title {
    font-size: 42px;
    line-height: 1.190em;
  }
}

.contact-one__info {
  margin: 0;
}

.contact-one__info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--insuco-black, #00041b);
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-size: 15px;
  /*font-weight: 700;*/
  line-height: 1.2em;
}

.contact-one__info__item a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__info__item a:hover {
  background-size: 100% 2px;
}

.contact-one__info__item + .contact-one__info__item {
  margin-top: 35px;
}

.contact-one__info__icon {
  width: 60px;
  height: 60px;
  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;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--insuco-base, #00accc);
  margin-right: 26px;
  transition:0.3s ease-in-out 0s;
}
.contact-one__info__icon:hover i{
    transform:rotate(360deg);
    transition:0.3s ease-in-out 0s;
}
.contact-one__info__name {
  display: block;
  color: var(--insuco-text, #616161);
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-one__form {
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(22, 36, 62, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(22, 36, 62, 0.07);
}

@media (min-width: 1200px) {
  .contact-one__form {
    padding: 50px 80px;
  }
}

.contact-one__form__title {
    margin: 0;
    margin-bottom: 50px;
  
    color: #f8f9fa;
    font-size: 16px;
    line-height: 2em;

}

.contact-one__form .row {
  --bs-gutter-y: 30px;
}

.contact-one__form input[type=text],
.contact-one__form input[type=email],
.contact-one__form input[type=phone],
.contact-one__form input[type=date],
.contact-one__form input[type=number],
.contact-one__form select,
.contact-one__form textarea {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  color: var(--insuco-text, #616161);
  font-size: 18px;
  font-weight: 600;
  padding-left: 14px;
  padding-right: 14px;
  border-bottom: 2px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  border-radius: 5px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
}

.contact-one__form input[type=text].error,
.contact-one__form input[type=email].error,
.contact-one__form input[type=phone].error,
.contact-one__form input[type=date].error,
.contact-one__form input[type=number].error,
.contact-one__form select.error,
.contact-one__form textarea.error {
  -webkit-box-shadow: 0 0 0 1px red;
          box-shadow: 0 0 0 1px red;
}

.contact-one__form textarea {
  padding-top: 14px;
  height: 170px;
}

.contact-info {
  padding: 100px 0;
}

.contact-info__card {
  background-color: var(--insuco-gray, #f8f8f8) ;
  text-align: center;
  margin-top: 62.5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    height:80%;
  /*trasition effect for background*/
  transition: background 0.2s
}

.contact-info__card:hover {
  
      background-color: #FFFFFF;
      box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.contact-info__card__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  height: 125px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -62.5px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(22, 36, 62, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(22, 36, 62, 0.07);
}

.contact-info__card__title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: var(--insuco-black, #00041b);
  margin-top: 35px;
  margin-bottom: 14px;
}

.contact-info__card__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-info__card__title a:hover {
  background-size: 100% 2px;
}

.contact-info__card__text {
  max-width: 302px;
  margin: 0 auto;
  margin-bottom: 26px;
}

.contact-two {
  padding-bottom: 100px;
}

.contact-two .sec-title {
  margin-bottom: 31px;
}

@media (min-width: 1200px) {
  .contact-two__form {
    padding-left: 60px;
  }
}

.contact-two__form .row {
  --bs-gutter-y: 33px;
}

.contact-two__form input[type=text],
.contact-two__form input[type=email],
.contact-two__form input[type=phone],
.contact-two__form input[type=date],
.contact-two__form input[type=number],
.contact-two__form textarea {
  display: block;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.1);
  font-size: 16px;
  height: 41px;
  width: 100%;
  font-family: var(--insuco-font, "Open Sans", sans-serif);
  color: #bebebe;
}

.contact-two__form input[type=text].error,
.contact-two__form input[type=email].error,
.contact-two__form input[type=phone].error,
.contact-two__form input[type=date].error,
.contact-two__form input[type=number].error,
.contact-two__form textarea.error {
  border: 1px solid red !important;
}

.contact-two__form label {
  display: none !important;
}

.contact-two__form .niceselect {
  padding: 0;
  border: none;
  color: #bebebe;
  line-height: 41px;
  font-size: 16px;
  float: none;
  height: auto;
  display: inline-block;
  padding-right: 18px;
  width: 100%;
  height: 41px;
  border-bottom: 1px solid rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.1);
}

.contact-two__form .niceselect::after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  font-size: 18px;
  right: 0;
  top: 0;
  color: var(--insuco-primary, #00206e);
}

.contact-two__form .niceselect.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.contact-two__form .niceselect .list {
  border: none;
  border-radius: 0;
  margin: 10px 0 0;
  width: 100%;
}

.contact-two__form .niceselect .list .option {
  color: var(--insuco-black, #00041b);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  padding: 12px 20px;
  font-size: 16px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  line-height: 1em;
  min-height: auto;
}

.contact-two__form .niceselect .list .option.selected, .contact-two__form .niceselect .list .option.focus, .contact-two__form .niceselect .list .option:hover {
  background-color: var(--insuco-primary, #00206e);
  color: #fff;
}

.contact-two__form .niceselect .list:hover .option:not(:hover) {
  color: var(--insuco-black, #00041b);
}

@media (min-width: 1200px) {
  .contact-two--service .contact-two__form {
    padding-left: 0;
    padding-right: 60px;
  }
}





.contact-two__input__title {
  color: var(--insuco-black, #00041b);
  font-weight: bold;
  font-size: 18px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  margin-bottom: 10px;
}

.contact-two__progress-range {
  position: relative;
}

.contact-two__progress-range .irs-single,
.contact-two__progress-range .irs-from,
.contact-two__progress-range .irs-to {
  display: none;
}

.contact-two__progress-range .irs--flat {
  height: 20px;
}

.contact-two__progress-range .irs--flat .irs-handle,
.contact-two__progress-range .irs--flat .irs-line,
.contact-two__progress-range .irs--flat .irs-bar {
  top: 0;
}

.contact-two__progress-range .irs--flat .irs-line {
  height: 7px;
  border-radius: 3.5px;
  border-style: solid;
  border-width: 0px;
  border-color: #dfe3e7;
  background-color: rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.1);
}

.contact-two__progress-range .irs--flat .irs-bar {
  height: 7px;
  border-radius: 3.5px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
}

.contact-two__progress-range .irs--flat .irs-handle {
  height: 20px;
  width: 20px;
  border: 0px solid #ffffff;
  border-radius: 50%;
  top: -7px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
}

.contact-two__progress-range .irs--flat .irs-handle i {
  display: none;
}

.contact-two__balance-box {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-weight: bold;
  color: var(--insuco-base, #00accc);
  font-size: 18px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  line-height: 1em;
  margin-bottom: -1px;
}

.contact-two--service .contact-two__images img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .contact-two--service .contact-two__images img {
    max-width: none;
    margin-left: -20px;
  }
}

.contact-two--home-3 .sec-title {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .contact-two--home-3 .contact-two__images img {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .contact-two--home-3 .contact-two__form {
    padding-right: 0;
    padding-left: 40px;
  }
}

.contact-two--home-3 .contact-two__form .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.contact-two--home-3 .contact-two__input__label {
  position: relative;
}

.contact-two--home-3 .contact-two__input__label i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--insuco-text, #616161);
  z-index: 10;
  margin-right: 0;
}

.contact-two--home-3 .contact-two__form input[type=text],
.contact-two--home-3 .contact-two__form input[type=email],
.contact-two--home-3 .contact-two__form input[type=phone],
.contact-two--home-3 .contact-two__form input[type=date],
.contact-two--home-3 .contact-two__form input[type=number],
.contact-two--home-3 .contact-two__form .niceselect,
.contact-two--home-3 .contact-two__form textarea {
  border: none;
  height: 60px;
  background-color: var(--insuco-gray, #f8f8f8);
  color: var(--insuco-text, #616161);
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  padding-left: 25px;
  padding-right: 20px;
  line-height: 60px;
}

.contact-two--home-3 .contact-two__form .niceselect::after {
  right: 20px;
  font-size: 16px;
}

.contact-two--home-1 {
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 100px;
}

.contact-two--home-1 .contact-two__images img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .contact-two--home-1 .contact-two__images img {
    max-width: none;
    float: right;
  }
}

.contact-two--home-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  background-size: cover;
  background-color: var(--insuco-gray, #f8f8f8);
}

.contact-two--home-4 .contact-two__form input[type=text],
.contact-two--home-4 .contact-two__form input[type=email],
.contact-two--home-4 .contact-two__form input[type=phone],
.contact-two--home-4 .contact-two__form input[type=date],
.contact-two--home-4 .contact-two__form input[type=number],
.contact-two--home-4 .contact-two__form .niceselect,
.contact-two--home-4 .contact-two__form textarea {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(109, 109, 109, 0.1);
  border-radius: 5px;
  padding-left: 55px;
  height: 65px;
  line-height: 65px;
  color: var(--insuco-black, #00041b);
}

.contact-two--home-4 .contact-two__input__label i {
  right: auto;
  left: 25px;
  color: var(--insuco-base, #00accc);
}

.contact-two--home-4 .contact-two__progress-range .irs--flat .irs-line {
  background-color: var(--insuco-primary, #00206e);
}

.contact-two--home-4 .contact-two__tab__btns {
  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;
  border-radius: 0px;
  border: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .contact-two--home-4 .contact-two__tab__btns {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    margin-right: 64px;
  }
}

.contact-two--home-4 .contact-two__tab__btns .nav-item .nav-link {
  color: inherit;
  padding: 0px 0px;
  border: none;
  outline: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 22px;
  color: var(--insuco-text, #616161);
  font-weight: bold;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: 600;
  font-size: 20px;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  text-align: left;
  width: 100%;
  line-height: 26px;
  color: var(--insuco-black, #00041b);
  padding: 20px 35px;
  position: relative;
}

.contact-two--home-4 .contact-two__tab__btns .nav-item .nav-link > i {
  color: var(--insuco-base, #00accc);
  font-size: 20px;
  margin-right: 18px;
  font-size: 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.contact-two--home-4 .contact-two__tab__btns .nav-item .nav-link span {
  position: relative;
}

.contact-two--home-4 .contact-two__tab__btns .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 768px) {
  .contact-two--home-4 .contact-two__tab__btns .nav-item .nav-link::before {
    bottom: auto;
    right: auto;
    width: 226px;
    height: 109px;
    background-image: url(../images/shapes/contact-two-h4-tab-btn-bg.png);
  }
}

.contact-two--home-4 .contact-two__tab__btns .nav-item .nav-link:hover, .contact-two--home-4 .contact-two__tab__btns .nav-item .nav-link.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.contact-two--home-4 .contact-two__tab__btns .nav-item .nav-link:hover > i, .contact-two--home-4 .contact-two__tab__btns .nav-item .nav-link.active > i {
  color: #fff;
}

.contact-two--home-4 .contact-two__tab__btns .nav-item .nav-link:hover::before, .contact-two--home-4 .contact-two__tab__btns .nav-item .nav-link.active::before {
  opacity: 1;
}

.contact-two--home-4 .contact-two__form {
  padding: 0;
}

@media (min-width: 1200px) {
  .contact-two--home-4 .contact-two__form {
    margin-left: 80px;
  }
}

.contact-two--home-4 .contact-two__images img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .contact-two--home-4 .contact-two__images img {
    max-width: none;
    float: right;
  }
}

.contact-two--home-4 .nav-tabs--with-btns {
  position: relative;
}

.contact-two--home-4 .nav-tabs--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  display: none;
}

@media (min-width: 768px) {
  .contact-two--home-4 .nav-tabs--btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.contact-two--home-4 .nav-tabs--btns li + li {
  margin-top: 10px;
}

.contact-two--home-4 .nav-tabs--btns li a {
  position: relative;
  display: block;
  color: #fff;
  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;
  background-color: var(--insuco-base, #00accc);
  border-radius: 7px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.contact-two--home-4 .nav-tabs--btns li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-two--home-4 .nav-tabs--btns li a i {
  position: relative;
}

.contact-two--home-4 .nav-tabs--btns li:hover a {
  color: #fff;
}

.contact-two--home-4 .nav-tabs--btns li:hover a::before {
  opacity: 1;
}

/*
* CTA
*/
.cta-one {
  text-align: center;
  padding: 100px 0;
}

.cta-one--no-pt {
  padding-top: 0;
}

.cta-one .sec-title {
  margin-bottom: 30px;
}

.cta-one__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta-one__info {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--insuco-black, #00041b);
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  margin-left: 0px;
  margin-top: 20px;
}

@media (min-width: 481px) {
  .cta-one__info {
    margin-top: 0;
    margin-left: 25px;
  }
}

.cta-one__info a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta-one__info a:hover {
  background-size: 100% 2px;
}

.cta-one__info__icon {
  width: 55px;
  height: 55px;
  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;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 29px;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), color-stop(51%, var(--insuco-base, #00accc)), to(var(--insuco-primary, #00206e)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 51%, var(--insuco-primary, #00206e) 100%);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.cta-one__info:hover .cta-one__info__icon {
  background-position: right center;
}

.cta-one__info__name {
  display: block;
  text-transform: uppercase;
  color: var(--insuco-black, #00041b);
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  color: var(--insuco-text, #616161);
  margin-bottom: 6px;
}

.cta-two {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .cta-two {
    padding-bottom: 0;
  }
}

.cta-two__image {
  display: inline-block;
  position: relative;
}

.cta-two__image::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 32, 110, 0.05098)), to(rgba(0, 172, 204, 0.05098)));
  background-image: linear-gradient(0deg, rgba(0, 32, 110, 0.05098) 0%, rgba(0, 172, 204, 0.05098) 100%);
}

@media (min-width: 1200px) {
  .cta-two__image::before {
    width: 555px;
    height: 555px;
    top: 60px;
    left: -30px;
  }
}

.cta-two__image img {
  max-width: 100%;
  position: relative;
}

.cta-two .sec-title {
  margin-bottom: 20px;
}

.cta-two__text {
  margin-bottom: 34px;
}

.cta-two .cta-one__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1199px) {
  .cta-two .cta-one__info {
    margin-left: 15px;
  }
}

@media (max-width: 1199px) {
  .cta-two .cta-one__info__icon {
    margin-right: 15px;
  }
}

.cta-three {
  padding-top: 100px;
}

@media (min-width: 1200px) {
  .cta-three {
    padding-top: 0;
    margin-top: -137px;
    position: relative;
    z-index: 10;
  }
}

.cta-three__inner {
  background-size: cover;
  padding: 40px;
}

@media (min-width: 1200px) {
  .cta-three__inner {
    padding: 60px 80px;
    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;
  }
}

.cta-three .sec-title {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .cta-three .sec-title {
    margin-bottom: 0;
  }
}

.cta-three .cta-one__info__name,
.cta-three .sec-title__title,
.cta-three .cta-one__info,
.cta-three .sec-title__tagline {
  color: #fff;
}

@media (min-width: 1200px) {
  .cta-three .sec-title__title {
    max-width: 489px;
  }
}

.cta-three .cta-one__info__icon {
  background-image: none;
  background-color: var(--insuco-base, #00accc);
}

.cta-three .cta-one__info__icon:hover {
  background-color: var(--insuco-black, #00041b);
  color: #fff;
}

.cta-three .cta-one__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cta-four {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .cta-four {
    padding-bottom: 53px;
  }
}

@media (min-width: 1200px) {
  .cta-four__image {
    margin-right: 75px;
  }
}

.cta-four__image img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .cta-four__image img {
    max-width: none;
    float: right;
  }
}

@media (min-width: 1200px) {
  .cta-four__content {
    padding-left: 25px;
    padding-right: 80px;
  }
}

.cta-four .sec-title {
  margin-bottom: 30px;
}

.cta-four__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 41px;
}

@media (min-width: 576px) {
  .cta-four__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cta-four__btn--two {
  margin-top: 15px;
}

@media (min-width: 576px) {
  .cta-four__btn--two {
    margin-top: 0;
    margin-left: 15px;
  }
}

/*
* Team
*/
.team-one {
  padding-top: 50px;
}

/*.team-one .row {
  --bs-gutter-y: 70px;
}
*/
.team-card {
  position: relative;
}

.team-card__image {
  position: relative;
}

.team-card__image img {
  width: 100%;
}

.team-card__content {
  margin-left: 34px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 15px;
  position: relative;
  margin-top: -30px;
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.team-card__content__link {
  position: absolute;
  bottom: calc(100% - 15px);
  right: 0;
  background-color: var(--insuco-base, #00accc);
  width: 55px;
  height: 55px;
  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;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.team-card__content__link:hover {
  color: #fff;
}

.team-card:hover .team-card__content {
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.team-card__title {
  color: var(--insuco-black, #00041b);
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
  padding-top: 22px;
}

.team-card__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-card__title a:hover {
  background-size: 100% 2px;
}

.team-card__designation {
  margin: 0;
  font-size: 16px;
  color: var(--insuco-text, #616161);
}

.team-card__hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  padding-left: 34px;
  padding-right: 34px;
  position: absolute;
  top: calc(100% - 80px);
  right: 0;
  width: calc(100% - 34px);
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.team-card__hover__link {
  position: absolute;
  bottom: calc(100% - 15px);
  right: 0;
  width: 55px;
  height: 55px;
  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;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), color-stop(51%, var(--insuco-base, #00accc)), to(var(--insuco-primary, #00206e)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 51%, var(--insuco-primary, #00206e) 100%);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.team-card__hover__link:hover {
  background-position: right center;
  color: #fff;
}

.team-card:hover .team-card__hover {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.team-card__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  border-top: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  padding-top: 25px;
  margin-top: 18px;
  margin-bottom: 25px;
  justify-content: center;
}

.team-card__social li {
  width: 35px;
  height: 35px;
  background-color: #08474a;
  color: #ffffff;
  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;
  
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  border: solid 1px #08474a;
  font-size: 14px;
}

.team-card__social li + li {
  margin-left: 7px;
}

.team-card__social li a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-card__social li:hover {
  background-color: #ffffff;
  border: solid 1px #08474a;
  box-shadow: 0px 2px 4px 0px #0000001c;
}

.team-card__social li:hover a {
  color: #08474a;
}

.section-team .card-img-top {
    -webkit-transition: all 2s ease 0s;
	-moz-transition: all 2s ease 0s;
	-o-transition: all 2s ease 0s;
	transition: all 2s ease 0s
}

.section-team .card:hover .card-img-top  {
    transform: scale(1.5);
}


.section-team .card-body {
    text-align: center;
}

.section-team .card-body .card-title {
    font-family: "Playwrite DK Uloopet", cursive !important;
}

.team-two {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .team-two__content {
    padding-left: 40px;
  }
}

.team-two .sec-title {
  margin-bottom: 27px;
}

.team-two__text {
  margin: 0;
}

.team-two__text + .team-two__text {
  margin-top: 20px;
}

.team-two .contact-one__info {
  border-top: 1px solid rgba(var(--insuco-dark-rgb, 22, 36, 62), 0.1);
  padding-top: 40px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .team-two .contact-one__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}

@media (min-width: 1200px) {
  .team-two .contact-one__info {
    grid-gap: 53px;
  }
}

@media (min-width: 768px) {
  .team-two .contact-one__info__item + .contact-one__info__item {
    margin-top: 0;
  }
}

.team-three {
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .team-three__content {
    margin-right: 106px;
  }
}

.team-three .sec-title {
  margin-bottom: 20px;
}

.team-three__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 34px;
}

.team-three .about-one__progress {
  margin: 0;
}

.team-four {
  padding-bottom: 100px;
}

.team-four .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

.team-four__card {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  border-radius: 7px;
  border-top: 5px solid var(--insuco-base, #00accc);
  padding: 40px;
  padding-top: 35px;
  position: relative;
}

.team-four__card__image {
  margin-bottom: 10px;
  margin-top: -4px;
}

.team-four__card__image img {
  width: auto;
  max-width: 100%;
  border-radius: 50%;
}

.team-four__card .team-card__social {
  margin-bottom: 0;
  margin-top: 27px;
  padding-top: 30px;
}

.team-four__card .team-card__title {
  font-size: 22px;
}

.team-four__card__link {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  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;
  top: 60px;
  right: 30px;
  font-size: 16px;
  color: var(--insuco-text, #616161);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
}

.team-four__card__link::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  opacity: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.team-four__card__link:hover {
  color: #fff;
}

.team-four__card__link:hover::before {
  opacity: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.team-four__card__link i {
  position: relative;
}

/*
* About
*/
.about-one {
  padding-top: 100px;
}

.about-one__image {
  position: relative;
  top: -28px;
    left: 450px;
  display: inline-block;
  
}

.about-one__image img {
  position: relative;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .about-one__image img {
    max-width: none;
  }
}

.about-one__image--services {
  background-color: var(--insuco-dark, #16243e);
}

.about-one__image--services img {
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__image--services:hover img {
  opacity: 1;
}

.about-one__video {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 34px;
  right: 44px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(0, 32, 110, 0.15);
          box-shadow: 0px 10px 80px 0px rgba(0, 32, 110, 0.15);
}

.about-one__video:hover {
  background-color: var(--insuco-black, #00041b);
}

.about-one__video:hover span,
.about-one__video:hover i {
  color: #fff;
}

.about-one__video i {
  color: var(--insuco-base, #00accc);
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__video span {
  color: var(--insuco-black, #00041b);
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  line-height: 1em;
  text-decoration: underline;
  margin-top: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__image--services .about-one__video {
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  bottom: auto;
  right: auto;
}

@media (min-width: 1200px) {
  .about-one__content {
    padding-left: 80px;
  }
}

.about-one__content .sec-title {
  margin-bottom: 20px;
}

.about-one__content__text {
  margin: 0;
  margin-bottom: 25px;
}

.about-one__progress {
  margin-bottom: 45px;
}

.about-one__progress li + li {
  margin-top: 36px;
}

.about-one__progress__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: var(--insuco-black, #00041b);
  margin-bottom: 20px;
}

.about-one__progress .bar {
  position: relative;
  width: 100%;
  height: 7px;
  background-color: var(--insuco-gray, #f8f8f8);
}

.about-one__progress .bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
}

.about-one__progress .count-text {
  font-size: 20px;
  font-weight: bold;
  color: var(--insuco-black, #00041b);
  position: absolute;
  bottom: 100%;
  right: 0;
  line-height: 1em;
  padding-bottom: 20px;
}

.about-one__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .about-one__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about-one__btn--two {
  color: var(--insuco-black, #00041b);
  border-color: rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.15);
  margin-top: 15px;
}

@media (min-width: 576px) {
  .about-one__btn--two {
    margin-top: 0;
    margin-left: 15px;
  }
}

.about-one__btn--two:hover {
  background-color: var(--insuco-primary, #00206e);
  color: #fff;
}

.about-two {
  overflow: hidden;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .about-two {
    padding-bottom: 237px;
  }
}

.about-two .sec-title {
  margin-bottom: 35px;
}

@media (min-width: 1200px) {
  .about-two__content {
    padding-right: 95px;
  }
}

.about-two__list li {
  position: relative;
  padding-left: 45px;
}

.about-two__list li + li {
  margin-top: 26px;
}

.about-two__list li > i {
  width: 25px;
  height: 25px;
  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;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  background-color: var(--insuco-base, #00accc);
  position: absolute;
  top: 4px;
  left: 0;
}

.about-two__list__title {
  font-size: 22px;
  font-weight: bold;
  color: var(--insuco-black, #00041b);
  margin: 0;
  margin-bottom: 9px;
}

.about-two__list__text {
  margin: 0;
}

.about-three {
  position: relative;
  padding: 100px 0;
}

@media (min-width: 1200px) {
  .about-three {
    padding-bottom: 0;
    padding-top: 40px;
    margin-bottom: 60px;
  }
}

.about-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.about-three__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  opacity: 0.9;
}

.about-three .container {
  position: relative;
}

.about-three .sec-title__title,
.about-three .sec-title__tagline {
  color: #fff;
}

.about-three .sec-title {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .about-three__content {
    padding-right: 80px;
    padding-top: 60px;
  }
}

.about-three__list {
  margin-bottom: 0;
}

.about-three__list li {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 768px) {
  .about-three__list li {
    padding-left: 95px;
  }
}

.about-three__list__icon {
  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;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 38px;
  background-color: var(--insuco-base, #00accc);
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .about-three__list__icon {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.about-three__list__title {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 9px;
}

.about-three__list__text {
  margin: 0;
  color: #fff;
}

.about-three__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-three__btn--two {
  font-size: 18px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 25px;
}

.about-three__btn--two span {
  line-height: 1em;
  padding-bottom: 3px;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  background-size: 100% 2px;
}

.about-three__btn--two:hover {
  color: var(--insuco-base, #00accc);
}

.about-three__btn--two i {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: none;
}

.about-three__image {
  position: relative;
}

@media (min-width: 1200px) {
  .about-three__image {
    top: 60px;
  }
}

.about-four {
  position: relative;
}

.about-four__card {
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 30px;
      text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-four__card:hover {
  background-color: #ffc916;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
          box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
}

.about-four__card:hover .about-four__card__title {
    color: #004346;    
}

.about-four__card:hover .about-four__card__text {
    color: #004346;
}

.about-four__card:hover img {
    box-shadow: 0px 12px 8px -6px #0000002e
}

@media (min-width: 768px) {
  .about-four__card {
    padding: 40px 50px;
  }
}

.about-four__card__icon {
  width: 45px;
  height: 45px;
  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;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  background-color: var(--insuco-base, #00accc);
}

.about-four__card__title {
  font-size: 24px;
  font-weight: bold;
  color: var(--insuco-black, #00041b);
  margin: 0;
  margin-top: 35px;
  margin-bottom: 20px;
}

.about-four__card__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-four__card__title a:hover {
  background-size: 100% 2px;
}

.about-four__card__text {
  /*margin-bottom: -5px;*/
  height: 200px;
}

.about-five {
  padding-top: 60px;
  position: relative;
}

@media (min-width: 1200px) {
  .about-five {
    /*padding-top: 166px;*/
    margin-bottom: 60px;
  }
}

.about-five .my-auto {
  width: 100%;
}

.about-five__image__caption {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  padding: 40px;
}

@media (min-width: 1200px) {
  .about-five__image__caption {
    padding: 50px 60px;
    max-width: 480px;
    /*position: absolute;*/
    bottom: -60px;
    left: 80px;
  }
}

.about-five__image__caption__title {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-top: -7px;
  margin-bottom: -2px;
}

@media (min-width: 992px) {
  .about-five__image__caption__title {
    font-size: 30px;
  }
}

.about-five__image__caption__text {
  margin: 0;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  position: relative;
  top: 10px;
}

.about-five__image__caption__text::before {
  content: '';
  background-image: url(../images/shapes/service-2-2.png);
  width: 85px;
  height: 7px;
  margin-right: 20px;
}

.about-five .about-one__video {
  bottom: auto;
  top: 30px;
  right: 30px;
}

@media (min-width: 1200px) {
  .about-five .about-one__video {
    top: -60px;
    right: -80px;
  }
}

@media (min-width: 1200px) {
  .about-five__content {
    margin-left: -6px;
  }
}

.about-five .sec-title {
  margin-bottom: 30px;
}

.about-five__author {
  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;
  border-top: 1px solid rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.1);
  border-bottom: 1px solid rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.1);
  padding-top: 8px;
    padding-bottom: 12px;
    margin-top: 18px;
}

.about-five__author__image {
  margin-right: 30px;
}

.about-five__author__image img {
  border-radius: 50%;
  width: 52px;
}

.about-five__author__name {
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-size: 24px;
  font-weight: bold;
}

.about-five__author__designation {
  margin: 0;
}

.about-five__author__sign {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .about-five__author__sign {
    margin-left: auto;
  }
}

.about-six {
  padding-top: 100px;
}

@media (min-width: 1200px) {
  .about-six__card {
    padding-right: 85px;
  }
}

.about-six__card__icon {
  width: 45px;
  height: 45px;
  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;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  background-color: var(--insuco-base, #00accc);
}

.about-six__card__title {
  font-size: 24px;
  font-weight: bold;
  color: var(--insuco-black, #00041b);
  margin: 0;
  margin-top: 35px;
  margin-bottom: 20px;
}

.about-six__card__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-six__card__title a:hover {
  background-size: 100% 2px;
}

.about-six__card__text {
  margin-bottom: 35px;
}

.about-six__card__btn {
  font-size: 14px;
  border: 2px solid var(--insuco-black, #00041b);
  color: var(--insuco-black, #00041b);
  padding: 5px 27px;
  overflow: hidden;
}

.about-six__card__btn::before {
  opacity: 0;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 7px;
}

.about-six__card__btn:hover::before {
  opacity: 1;
}

@media (min-width: 1200px) {
  .about-six .row [class*=col-] + [class*=col-] {
    border-left: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  }
}

@media (min-width: 1200px) {
  .about-six .row [class*=col-] + [class*=col-] .about-six__card {
    padding-left: 110px;
  }
}

@media (min-width: 1200px) {
  .about-six .row [class*=col-]:nth-child(2n) .about-six__card {
    padding: 0 60px;
  }
}

@media (min-width: 1200px) {
  .about-six .row [class*=col-]:last-child .about-six__card {
    padding-right: 0;
  }
}

.about-one--home-two {
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .about-one--home-two {
    padding-bottom: 134px;
  }
}

.about-one--home-two__bg {
  display: none;
  position: absolute;
  left: -144px;
  bottom: -34px;
  z-index: 3;
}

@media (min-width: 1200px) {
  .about-one--home-two__bg {
    display: block;
  }
}

.about-one--home-two .container {
  position: relative;
}

/*.about-five--home-1 {*/
/*  padding-bottom: 100px;*/
/*}*/

.about-five__content__text {
    text-align: justify;
}

@media (min-width: 1200px) {
  .about-five--home-1 .about-one__image {
    display: block;
  }
}

@media (min-width: 1200px) {
  .about-five--home-1 .about-one__image img {
    float: right;
  }
}

@media (min-width: 1200px) {
  .about-five--home-1 .about-five__content {
    padding-left: 80px;
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .about-five--home-1 .about-five__image__caption {
    left: auto;
    right: 73%;
  }
}

.about-four--home-1 {
  background-color: var(--insuco-primary, #00206e);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

@media (min-width: 1200px) {
  .about-four--home-1 {
    padding-bottom: 520px;
  }
}

.about-four--home-1__bg {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
}

@media (min-width: 992px) {
  .about-four--home-1__bg {
    display: block;
  }
}

.about-four--home-1 .container {
  position: relative;
}

.about-four--home-1 .sec-title__title {
  color: #fff;
}

.about-four--home-1 .about-four__card {
  background-color: #fff;
  border-radius: 10px;
  border-top: 5px solid #fff;
  padding: 40px;
}

.about-four--home-1 .about-four__card:hover {
  border-color: var(--insuco-base, #00accc);
}

.about-four--home-1 .about-four__card__title {
  margin: 0;
  line-height: 1.333em;
  margin-top: 23px;
  margin-bottom: 18px;
}

.about-four--home-1 .about-four__card__shape {
  background-image: url(../images/shapes/service-2-3.png);
  width: 85px;
  height: 7px;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .about-four--home-1 [class*=col-]:nth-child(1) {
    position: relative;
    top: 25px;
  }
}

@media (min-width: 1200px) {
  .about-four--home-1 [class*=col-]:nth-child(3) {
    position: relative;
    top: 45px;
  }
}

.about-seven {
  padding-top: 100px;
}

@media (min-width: 1200px) {
  .about-seven .about-five__content {
    padding-right: 110px;
  }
}

.about-seven .faq-two__accordion {
  margin: 0;
}

@media (min-width: 1200px) {
  .about-seven .faq-two__accordion {
    padding-left: 80px;
  }
}

.about-eight {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .about-eight {
    margin-bottom: 60px;
  }
}

.about-eight .faq-three__right {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .about-eight .faq-three__right {
    padding-right: 80px;
  }
}

.about-eight__image {
  position: relative;
  display: inline-block;
}

.about-eight__image img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .about-eight__image img {
    max-width: none;
  }
}

.about-eight .faq-three__box__hover {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
}

/*
* Blog
*/
.blog-sidebar__widget {
  background-color: var(--insuco-gray, #f8f8f8);
  padding: 40px;
}

.blog-sidebar__widget:not(:last-of-type) {
  margin-bottom: 30px;
}

.blog-sidebar__title {
  margin: 0;
  font-size: 24px;
  color: var(--insuco-black, #00041b);
  font-weight: bold;
  margin-top: -4px;
}

.blog-sidebar__search {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
          box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
  border-radius: 5px;
  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-between;
  padding: 10px;
  margin-top: 24px;
}

.blog-sidebar__search input[type=text],
.blog-sidebar__search input[type=search] {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: #bababa;
  font-size: 16px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: 400;
  padding-left: 15px;
}

.blog-sidebar__search button[type=submit] {
  border: none;
  outline: none;
  padding: 0;
  width: 45px;
  height: 45px;
  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;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  background-color: var(--insuco-base, #00accc);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__search button[type=submit]:hover {
  background-color: var(--insuco-black, #00041b);
  color: #fff;
}

.blog-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  margin-top: 23px;
  padding-top: 24px;
  margin-bottom: -9px;
}

.blog-sidebar__list li {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-sidebar__list li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--insuco-text, #616161);
  display: inline-block;
  border-radius: 50%;
  margin-right: 16px;
}

.blog-sidebar__list li:not(:last-of-type) {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
}

.blog-sidebar__list li a {
  color: inherit;
  margin-right: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__list li a:hover {
  color: var(--insuco-base, #00accc);
}

.blog-sidebar__post {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  margin-top: 24px;
  padding-top: 30px;
}

.blog-sidebar__post li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blog-sidebar__post li:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
}

.blog-sidebar__post li img {
  border-radius: 50%;
  margin-right: 25px;
}

.blog-sidebar__post__content {
  margin-top: -7px;
}

.blog-sidebar__post__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  line-height: 1em;
  font-size: 14px;
}

.blog-sidebar__post__date i {
  color: var(--insuco-base, #00accc);
  margin-right: 9px;
}

.blog-sidebar__post__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5556em;
  color: var(--insuco-black, #00041b);
}

.blog-sidebar__post__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__post__title a:hover {
  background-size: 100% 2px;
}

.blog-sidebar__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -15px;
  margin-left: -15px;
}

.blog-sidebar__tags a {
  margin-bottom: 15px;
  margin-left: 15px;
  background-color: #fff;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: bold;
  font-size: 16px;
  color: var(--insuco-text, #616161);
  -webkit-box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
          box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
  border-radius: 5px;
  padding: 4.5px 19.75px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.blog-sidebar__tags a::before {
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__tags a span {
  position: relative;
}

.blog-sidebar__tags a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.blog-sidebar__tags a:hover::before {
  opacity: 1;
}

.blog-sidebar__widget--tags .blog-sidebar__title {
  border-bottom: 2px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.blog-page {
  padding: 100px 0;
}

.blog-card:not(:last-of-type) {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.blog-card__meta {
  margin: 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -15px;
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .blog-card__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 45px;
  }
}

.blog-card__meta li {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .blog-card__meta li {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .blog-card__meta li:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.1);
  }
}

.blog-card__meta li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 576px) {
  .blog-card__meta li:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (min-width: 1200px) {
  .blog-card__meta li:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.blog-card__meta img {
  border-radius: 50%;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .blog-card__meta img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.blog-card__meta a {
  color: var(--insuco-black, #00041b);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  transition: all 500ms ease;
  font-weight: 600;
  font-size: 20px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  display: inline-block;
  line-height: 1em;
}

.blog-card__meta a:hover {
  background-size: 100% 2px;
}

.blog-card__meta a:hover {
  color: var(--insuco-black, #00041b);
}

.blog-card__meta__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1em;
}

.blog-card__meta__label i {
  margin-right: 8px;
}

.blog-card__image {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .blog-card__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0px;
  }
}

.blog-card__image img {
  max-width: 100%;
}

.blog-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--insuco-black, #00041b);
  line-height: 1.333em;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .blog-card__title {
    font-size: 30px;
  }
}

.blog-card__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-card__title a:hover {
  background-size: 100% 2px;
}

.blog-card__btn {
  color: var(--insuco-black, #00041b);
  border-color: rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.15);
}

.blog-card__btn:hover {
  background-color: var(--insuco-primary, #00206e);
  color: #fff;
}

@media (min-width: 768px) {
  .blog-card__content {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .blog-card__content {
    padding-left: 45px;
  }
}

@media (min-width: 768px) {
  .blog-card__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: -10px;
}

.blog-pagination--outer {
  border-top: 1px solid rgba(var(--insuco-dark-rgb, 22, 36, 62), 0.1);
  padding-top: 60px;
  margin-top: 70px;
}

.blog-pagination a,
.blog-pagination span {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 45px;
  height: 45px;
  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;
  text-align: center;
  background-color: var(--insuco-gray, #f8f8f8);
  color: var(--insuco-black, #00041b);
  font-weight: bold;
  font-size: 14px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  border-radius: 50%;
  position: relative;
  border: 1px solid rgba(var(--insuco-dark-rgb, 22, 36, 62), 0.1);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 768px) {
  .blog-pagination a,
  .blog-pagination span {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

.blog-pagination a::before,
.blog-pagination span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}

.blog-pagination a b,
.blog-pagination span b {
  font-weight: bold;
  position: relative;
}

.blog-pagination a:hover,
.blog-pagination span:hover {
  color: #fff;
}

.blog-pagination a:hover::before,
.blog-pagination span:hover::before {
  opacity: 1;
}

@media (min-width: 1200px) {
  .blog-details {
    padding-right: 50px;
  }
}

.blog-details__author {
  background-color: var(--insuco-gray, #f8f8f8);
  padding: 35px 30px;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .blog-details__author {
    padding: 35px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.blog-details__author__image {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .blog-details__author__image {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .blog-details__author__image {
    margin-right: 50px;
  }
}

.blog-details__author__image img {
  border-radius: 50%;
  max-width: 100%;
}

.blog-details__author__title {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: var(--insuco-black, #00041b);
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .blog-details__author__title {
    margin-bottom: 0;
    margin-bottom: 7px;
  }
}

.blog-details__author__text {
  margin: 0;
}

.blog-details__author__designation {
  font-size: 14px;
  color: var(--insuco-black, #00041b);
  margin: 0;
  line-height: 1em;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .blog-details__author__designation {
    margin-bottom: 13px;
  }
}

.blog-details__social {
  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;
  margin: 0;
  margin-top: 20px;
}

.blog-details__social span {
  font-size: 18px;
  color: var(--insuco-black, #00041b);
  font-weight: 700;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  margin-right: 20px;
}

@media (min-width: 768px) {
  .blog-details__social span {
    margin-right: 45px;
  }
}

.blog-details__social a {
  width: 40px;
  height: 40px;
  background-color: var(--insuco-gray, #f8f8f8);
  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;
  color: var(--insuco-text, #616161);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  color: inherit;
  font-size: 14px;
  transition: all 500ms ease;
}

.blog-details__social a + a {
  margin-left: 10px;
}

.blog-details__social a:hover {
  background-color: var(--insuco-base, #00accc);
  color: #fff;
}

.blog-details__tags {
  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;
  margin: 0;
  margin-top: 44px;
}

.blog-details__tags > span {
  font-size: 18px;
  color: var(--insuco-black, #00041b);
  font-weight: 700;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  margin-right: 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .blog-details__tags > span {
    margin-right: 45px;
  }
}

.blog-details__tags a {
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: var(--insuco-gray, #f8f8f8);
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: bold;
  font-size: 16px;
  color: var(--insuco-text, #616161);
  border-radius: 5px;
  padding: 4.5px 19.75px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  text-align: center;
}

.blog-details__tags a::before {
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__tags a span {
  position: relative;
}

.blog-details__tags a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.blog-details__tags a:hover::before {
  opacity: 1;
}

.blog-details__content img {
  max-width: 100%;
}

.blog-details__content p {
  margin: 0;
}

.blog-details__content h3 {
  margin: 0;
  font-size: 24px;
  color: var(--insuco-black, #00041b);
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .blog-details__content h3 {
    font-size: 27px;
  }
}

.blog-details__content blockquote {
  margin: 0;
  background-color: var(--insuco-dark, #16243e);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4583em;
  color: #fff;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  padding: 32px 40px 30px;
  position: relative;
}

.blog-details__content blockquote::before {
  font-family: flaticon_insuco !important;
  content: '\f116';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 130px;
  color: #fff;
  opacity: 0.05;
  font-weight: 400;
}

@media (min-width: 768px) {
  .blog-details__content blockquote {
    font-size: 24px;
    padding: 32px 80px 30px;
  }
}

.blog-details__content blockquote cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-style: normal;
  margin-top: 8px;
}

.blog-details__content blockquote cite::before {
  content: '';
  width: 30px;
  height: 2px;
  display: block;
  background-color: var(--insuco-base, #00accc);
  margin-right: 20px;
}

@media (min-width: 768px) {
  .blog-details__content blockquote cite::before {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .blog-details__content blockquote cite {
    font-size: 18px;
  }
}

.blog-details__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: var(--insuco-black, #00041b);
  line-height: 1.2em;
}

@media (min-width: 768px) {
  .blog-details__title {
    font-size: 32px;
  }
}

.blog-details__list li {
  padding-left: 42px;
  color: var(--insuco-black, #00041b);
  font-weight: bold;
  font-size: 16px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  line-height: 1.2em;
  position: relative;
}

.blog-details__list li + li {
  margin-top: 19px;
}

@media (min-width: 768px) {
  .blog-details__list li {
    font-size: 18px;
  }
}

.blog-details__list li > i {
  width: 27px;
  height: 27px;
  background-color: var(--insuco-base, #00accc);
  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;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
}

.blog-details .blog-card__meta {
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details .blog-card__meta img {
  margin-bottom: 0;
  margin-right: 20px;
  width: 55px;
}

.blog-details .blog-card__meta li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

@media (min-width: 520px) {
  .blog-details .blog-card__meta li {
    margin-bottom: 0;
  }
}

.blog-details .blog-card__meta li:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-details .blog-card__meta .blog-card__meta__content a {
  font-weight: 700;
}

.blog-details .blog-card__meta .blog-card__meta__share {
  width: 55px;
  height: 55px;
  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;
  color: #fff;
  font-size: 20px;
  background-color: var(--insuco-base, #00accc);
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(var(--insuco-base-rgb, 0, 172, 204), 0.4);
          box-shadow: 0px 10px 60px 0px rgba(var(--insuco-base-rgb, 0, 172, 204), 0.4);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: none !important;
}

.blog-details .blog-card__meta .blog-card__meta__share:hover {
  background-color: var(--insuco-black, #00041b);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(var(--insuco-black-rgb, 0, 4, 27), 0.4);
          box-shadow: 0px 10px 60px 0px rgba(var(--insuco-black-rgb, 0, 4, 27), 0.4);
}

.comments-form {
  background-color: var(--insuco-gray, #f8f8f8);
  padding: 50px 30px;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .comments-form {
    padding: 50px;
  }
}

.comments-form__title {
  font-size: 24px;
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-weight: bold;
  margin-top: -5px;
  margin-bottom: 30px;
}

.comments-form .contact-one__form {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comments-form .contact-one__form input[type=text],
.comments-form .contact-one__form input[type=email],
.comments-form .contact-one__form input[type=phone],
.comments-form .contact-one__form input[type=date],
.comments-form .contact-one__form input[type=number],
.comments-form .contact-one__form select,
.comments-form .contact-one__form textarea {
  border: none;
  height: 60px;
}

.comments-form .contact-one__form textarea {
  height: 185px;
}

.comments-form .contact-one__btn {
  width: 100%;
}

.comment-one {
  margin-top: 60px;
}

.comment-one__title {
  font-size: 24px;
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-weight: bold;
  margin-top: -5px;
  margin-bottom: 35px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-list li {
  position: relative;
}

@media (min-width: 768px) {
  .comment-list li {
    padding-left: 170px;
  }
}

.comment-list li + li {
  margin-top: 60px;
}

.comment-list li img {
  border-radius: 5px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-list li img {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.comment-list li .fn {
  font-size: 22px;
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .comment-list li .fn {
    margin: 0;
    position: relative;
    top: -8px;
  }
}

.comment-list li .fn a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-list li .fn a:hover {
  background-size: 100% 2px;
}

.comment-list li .says {
  display: none;
}

.comment-list .comment-metadata {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .comment-list .comment-metadata {
    margin: 0;
    margin-top: -6px;
    margin-bottom: 9px;
  }
}

.comment-list .comment-metadata a {
  color: var(--insuco-text, #616161);
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-list .comment-metadata a:hover {
  background-size: 100% 2px;
}

.comment-list .comment-content {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .comment-list .comment-content {
    margin: 0;
    margin-bottom: 17px;
  }
}

.comment-list .comment-content p {
  margin: 0;
}

.comment-list .comment-reply-link {
  font-size: 18px;
  color: var(--insuco-text, #616161);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-list .comment-reply-link span {
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  background-size: 100% 2px;
}

.comment-list .comment-reply-link:hover {
  color: var(--insuco-base, #00accc);
}

.comment-list .comment-reply-link i {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: none;
}

.blog-sidebar__post--details {
  border-top: 0;
  padding-top: 0;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .blog-sidebar__post--details {
    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;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  }
}

@media (min-width: 768px) {
  .blog-sidebar__post--details li {
    width: 100%;
    max-width: 330px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }
}

.blog-sidebar__post--details li:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
}

@media (min-width: 768px) {
  .blog-sidebar__post--details li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (min-width: 768px) {
  .blog-sidebar__post--portfolio {
    padding-top: 60px;
    border-top: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  }
}

.blog-sidebar__post--portfolio__list {
  font-size: 27px;
  color: var(--insuco-black, #00041b);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__post--portfolio__list:hover {
  color: var(--insuco-base, #00accc);
}

.blog-two {
  padding-bottom: 100px;
}

.blog-two__right {
  background-color: #fff;
  padding: 40px 28px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
}

@media (min-width: 576px) {
  .blog-two__right {
    padding: 40px;
  }
}

.blog-two__right .blog-card-two + .blog-card-two {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.1);
}

.blog-two__right .blog-card-two__meta li {
  font-size: 14px;
}

@media (min-width: 576px) {
  .blog-two__right .blog-card-two__meta li {
    font-size: 16px;
  }
}

.blog-card-two__image {
  position: relative;
  margin-bottom: 39px;
}

.blog-card-two__image img {
  width: 100%;
}

.blog-card-two__meta {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-card-two__meta li + li {
  margin-left: 25px;
}

.blog-card-two__meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-card-two__meta__category {
  color: var(--insuco-base, #00accc);
  text-transform: uppercase;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: bold;
  font-size: 16px;
}

.blog-card-two__meta__category a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-size: 100% 2px;
  line-height: 1em;
  padding-bottom: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-card-two__meta__category a:hover {
  background-size: 100% 2px;
}

.blog-card-two__meta__comments {
  font-size: 16px;
}

.blog-card-two__meta__comments i {
  color: var(--insuco-text, #616161);
  margin-right: 10px;
}

.blog-card-two__meta__comments a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  padding-bottom: 3px;
}

.blog-card-two__meta__comments a:hover {
  background-size: 100% 2px;
}

.blog-card-two__meta__comments a:hover {
  color: var(--insuco-black, #00041b);
}

.blog-card-two__title {
  color: var(--insuco-black, #00041b);
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1.458em;
  margin-top: 16px;
  margin-bottom: 13px;
}

@media (min-width: 992px) {
  .blog-card-two__title {
    font-size: 24px;
  }
}

.blog-card-two__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-card-two__title a:hover {
  background-size: 100% 2px;
}

.blog-card-two__link {
  font-size: 18px;
  color: var(--insuco-text, #616161);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-card-two__link span {
  line-height: 1em;
  padding-bottom: 3px;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  background-size: 100% 2px;
}

.blog-card-two__link:hover {
  color: var(--insuco-base, #00accc);
}

.blog-card-two__link i {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: none;
}

.blog-three {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-three__btn {
  color: var(--insuco-black, #00041b);
  border-color: var(--insuco-black, #00041b);
}

.blog-three__btn:hover {
  background-color: var(--insuco-black, #00041b);
  color: #fff;
}

.blog-card-three__image img {
  width: 100%;
}

.blog-card-three__meta {
  margin: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  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;
  background-color: var(--insuco-base, #00accc);
  padding: 7.5px 24px;
  margin-top: -23.5px;
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .blog-card-three__meta {
    width: calc(100% - 85px);
    margin-left: 85px;
  }
}

.blog-card-three__meta li {
  color: #fff;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-card-three__meta li:not(:last-child)::after {
  content: '';
  width: 3px;
  height: 20px;
  background-color: #fff;
  margin: 0 23px;
}

.blog-card-three__meta li a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-card-three__meta li a:hover {
  background-size: 100% 2px;
}

.blog-card-three__category {
  color: var(--insuco-primary, #00206e);
  text-transform: uppercase;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: bold;
  font-size: 16px;
}

.blog-card-three__category a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-size: 100% 2px;
  line-height: 1em;
  padding-bottom: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-card-three__category a:hover {
  background-size: 100% 2px;
}

.blog-card-three__title {
  color: var(--insuco-black, #00041b);
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1.458em;
  margin-bottom: 30px;
  margin-top: 11px;
}

@media (min-width: 992px) {
  .blog-card-three__title {
    font-size: 24px;
  }
}

.blog-card-three__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-card-three__title a:hover {
  background-size: 100% 2px;
}

.blog-card-three__btn {
  border: 1px solid rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.1);
  color: var(--insuco-black, #00041b);
  overflow: hidden;
  padding: 9px 28px;
}

.blog-card-three__btn::before {
  opacity: 0;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 7px;
}

.blog-card-three__btn:hover::before {
  opacity: 1;
}

.blog-card-two--boxed .blog-card-two__image {
  margin-bottom: 0;
}

.blog-card-two--boxed .blog-card-two__content {
  background-color: #fff;
  padding: 40px;
  padding-top: 38px;
  padding-bottom: 36px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
}

.blog-card-two--boxed .blog-card-two__meta li {
  font-size: 14px;
}

@media (min-width: 576px) {
  .blog-card-two--boxed .blog-card-two__meta li {
    font-size: 16px;
  }
}

/*
* Portfolio
*/
.portfolio-grid {
  padding: 100px 0;
}

.portfolio-grid .sec-title {
  margin-bottom: 40px;
}

.portfolio-grid__btns {
  margin-top: 60px;
}

.portfolio-grid__btn {
  color: var(--insuco-black, #00041b);
  border-color: rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.15);
  margin-left: 15px;
}

.portfolio-grid__btn:hover {
  background-color: var(--insuco-primary, #00206e);
  color: #fff;
}

.portfolio-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--insuco-gray, #f8f8f8);
  padding: 17px 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

.portfolio-filter li {
  position: relative;
  color: var(--insuco-black, #00041b);
  font-size: 16px;
  font-weight: bold;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  cursor: pointer;
  padding: 1.5px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin: 0 3px;
}

.portfolio-filter li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 5px;
}

.portfolio-filter li .filter-text {
  position: relative;
}

.portfolio-filter li.active, .portfolio-filter li:hover {
  color: #fff;
}

.portfolio-filter li.active::before, .portfolio-filter li:hover::before {
  opacity: 1;
}

.portfolio-card {
  position: relative;
}

.portfolio-card__image img {
  width: 100%;
}

.portfolio-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 28px;
  padding-top: 46px;
  padding-left: 40px;
  padding-right: 40px;
}

.portfolio-card__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--insuco-base, #00accc);
  opacity: 0.9;
  -webkit-clip-path: polygon(0 0, 100% 27.5%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 27.5%, 100% 100%, 0% 100%);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.portfolio-card__content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  -webkit-clip-path: polygon(0 0, 100% 27.5%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 27.5%, 100% 100%, 0% 100%);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.portfolio-card--two .portfolio-card__content {
  background-color: var(--insuco-base, #00accc);
  border-radius: 7px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 28px;
  bottom: 0px;
  left: 0px;
  right: auto;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

@media (min-width: 1200px) {
  .portfolio-card--two .portfolio-card__content {
    bottom: 40px;
    left: 30px;
    width: calc(100% - 60px);
    max-width: 380px;
  }
}

.portfolio-card--two .portfolio-card__content::before, .portfolio-card--two .portfolio-card__content::after {
  display: none;
}

.portfolio-card--two:hover .portfolio-card__content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.portfolio-card:hover .portfolio-card__content::before {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.portfolio-card:hover .portfolio-card__content::after {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.portfolio-card__tagline {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 0;
  line-height: 1em;
  margin-bottom: 11px;
}

.portfolio-card__tagline::before {
  content: '';
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin-right: 15px;
}

.portfolio-card__title {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.2em;
}

.portfolio-card__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-card__title a:hover {
  background-size: 100% 2px;
}

.portfolio-card__link {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 5px;
  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;
  color: var(--insuco-black, #00041b);
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-card__link:hover {
  background-color: var(--insuco-black, #00041b);
  color: #fff;
}

.portfolio-card--two .portfolio-card__link {
  top: -20px;
  right: 25px;
}

.portfolio-details {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}

@media (min-width: 992px) {
  .portfolio-details {
    padding-bottom: 0;
  }
}

.portfolio-details .sec-title {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .portfolio-details__content {
    padding-right: 110px;
  }
}

.portfolio-details__text {
  margin: 0;
  margin-bottom: 21px;
}

.portfolio-details__list {
  margin: 0;
  background-color: var(--insuco-gray, #f8f8f8);
}

.portfolio-details__list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  font-size: 24px;
  color: #fff;
  line-height: 1.2em;
  font-weight: bold;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  padding: 27px 40px;
  margin-bottom: 40px;
}

.portfolio-details__list__item {
  margin: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolio-details__list__item:last-child {
  padding-bottom: 35px;
}

.portfolio-details__list__item:not(:last-of-type) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(var(--insuco-dark-rgb, 22, 36, 62), 0.1);
}

.portfolio-details__list__icon {
  background-color: #fff;
  width: 65px;
  height: 65px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(17, 17, 17, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(17, 17, 17, 0.07);
  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;
  text-align: center;
  color: var(--insuco-base, #00accc);
  font-size: 20px;
  margin-right: 20px;
}

.portfolio-details__list__label {
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: 400;
  color: var(--insuco-black, #00041b);
  font-size: 24px;
  margin: 0;
}

.portfolio-details__list__name {
  color: var(--insuco-black, #00041b);
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.portfolio-details__list__name a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-details__list__name a:hover {
  background-size: 100% 2px;
}

.portfolio-details__list__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.portfolio-details__list__social a {
  width: 45px;
  height: 45px;
  background-color: #fff;
  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;
  color: var(--insuco-text, #616161);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  color: inherit;
  transition: all 500ms ease;
}

.portfolio-details__list__social a + a {
  margin-left: 10px;
}

.portfolio-details__list__social a:hover {
  background-color: var(--insuco-base, #00accc);
  color: #fff;
}

.portfolio-thumbnail {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .portfolio-thumbnail {
    margin-top: -105px;
  }
}

@media (min-width: 768px) {
  .portfolio-thumbnail .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .portfolio-thumbnail .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.portfolio-content .row + .row {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .portfolio-content__content {
    padding-right: 55px;
  }
}

.portfolio-content h3 {
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .portfolio-content h3 {
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  .portfolio-content h3 {
    font-size: 42px;
  }
}

.portfolio-content p {
  margin: 0;
}

@media (min-width: 1200px) {
  .blog-details__list--portfolio {
    padding-left: 80px;
  }
}

.blog-details__list--portfolio li {
  padding-left: 57px;
  font-size: 20px;
  line-height: 1.6em;
}

.blog-details__list--portfolio li + li {
  margin-top: 15px;
}

.blog-details__list--portfolio li > i {
  width: 30px;
  height: 30px;
  font-size: 16px;
  top: 8px;
}

.portfolio-one {
  padding-top: 100px;
}

@media (min-width: 1200px) {
  .portfolio-one {
    padding-bottom: 237px;
  }
}

.portfolio-one__top {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .portfolio-one__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.portfolio-one__top .sec-title {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .portfolio-one__top .sec-title {
    margin-bottom: 0;
  }
}

.portfolio-one__btns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.portfolio-card--three .portfolio-card__tagline {
  margin-bottom: 0;
}

.portfolio-card--three .portfolio-card__tagline::before {
  content: '';
  background-image: url(../images/shapes/service-2-2.png);
  width: 85px;
  height: 7px;
  margin-right: 15px;
  background-color: rgba(9, 0, 0, 0);
}

.portfolio-card--three .portfolio-card__link {
  top: 28px;
  right: 20px;
  border-radius: 0;
}

.portfolio-card--three .portfolio-card__content {
  border-radius: 0;
  background-color: rgba(9, 0, 0, 0);
}

.portfolio-card--three .portfolio-card__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  opacity: 0.9;
  display: block;
  -webkit-clip-path: none;
          clip-path: none;
  -webkit-transform: scale(1, 1) !important;
          transform: scale(1, 1) !important;
}

.portfolio-two {
  padding-bottom: 0;
  position: relative;
  z-index: 10;
  padding-top: 100px;
}

@media (min-width: 1200px) {
  .portfolio-two {
    padding-top: 0;
    margin-top: -320px;
  }
}

@media (min-width: 1440px) {
  .portfolio-two .thm-owl__carousel {
    left: 55px;
  }
}

.portfolio-card--four .portfolio-card__tagline {
  margin-bottom: 0;
  color: var(--insuco-base, #00accc);
}

.portfolio-card--four .portfolio-card__tagline::before {
  content: '';
  background-image: url(../images/shapes/service-2-3.png);
  width: 85px;
  height: 7px;
  margin-right: 15px;
  background-color: rgba(9, 0, 0, 0);
}

.portfolio-card--four .portfolio-card__link {
  top: 0px;
  right: 0px;
  border-radius: 0;
  background-color: var(--insuco-base, #00accc);
  color: #fff;
}

.portfolio-card--four .portfolio-card__link:hover {
  background-color: var(--insuco-black, #00041b);
  color: #fff;
}

.portfolio-card--four .portfolio-card__content {
  border-radius: 0;
  background-color: #fff;
  padding: 19.5px 37px;
}

@media (min-width: 1200px) {
  .portfolio-card--four .portfolio-card__content {
    max-width: 419px;
    left: 40px;
    bottom: 30px;
  }
}

.portfolio-card--four .portfolio-card__title {
  color: var(--insuco-black, #00041b);
}

/*
* FAQ
*/
.faq-one {
  padding: 80px 0 100px;
}

.faq-one .sec-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .faq-one__content {
    padding-right: 125px;
  }
}

.faq-one__text {
  margin: 0;
  margin-bottom: 25px;
}

.faq-one__link {
  font-size: 18px;
  color: var(--insuco-base, #00accc);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__link span {
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  background-size: 100% 2px;
}

.faq-one__link:hover {
  color: var(--insuco-black, #00041b);
}

.faq-one__link i {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .faq-one__accordion {
    margin-left: 30px;
  }
}

.faq-one__accordion__item {
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(17, 17, 17, 0);
          box-shadow: 0px 10px 60px 0px rgba(17, 17, 17, 0);
}

.faq-one__accordion__item.accordion--active {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(17, 17, 17, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(17, 17, 17, 0.07);
}

.faq-one__accordion__item.accordion--active + .faq-one__accordion__item {
  margin-top: 10px;
}

.faq-one__accordion__item + .faq-one__accordion__item {
  margin-top: 30px;
}

.faq-one__accordion__header {
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
}

.faq-one__accordion__button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: var(--insuco-black, #00041b);
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 0 20px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  position: relative;
}

@media (min-width: 992px) {
  .faq-one__accordion__button {
    font-size: 18px;
  }
}

.faq-one__accordion__button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
}

.faq-one__accordion__button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0);
  color: var(--insuco-black, #00041b);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-one__accordion__button:not(.collapsed) .faq-one__accordion__icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--insuco-base, #00accc);
}

.faq-one__accordion__button::after {
  display: none;
}

.faq-one__accordion__icon {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.faq-one__accordion__icon::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: var(--insuco-black, #00041b);
  display: block;
  -webkit-transition: color 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, transform 500ms ease;
  transition: color 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-one__accordion__body {
  color: var(--insuco-text, #616161);
  font-weight: 400;
  padding: 15px 0 29px;
}

.faq-two {
  padding-bottom: 100px;
}

.faq-two .sec-title {
  margin-bottom: 40px;
}

.faq-two .my-auto {
  width: 100%;
}

@media (min-width: 1200px) {
  .faq-two__content--ml {
    margin-left: 80px;
  }
}

@media (min-width: 1200px) {
  .faq-two__content--ml .faq-two__accordion {
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  .faq-two__accordion {
    margin-right: 80px;
  }
}

.faq-two__accordion__item {
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(17, 17, 17, 0);
          box-shadow: 0px 10px 60px 0px rgba(17, 17, 17, 0);
}

.faq-two__accordion__item.accordion--active {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(17, 17, 17, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(17, 17, 17, 0.07);
}

.faq-two__accordion__item.accordion--active + .faq-two__accordion__item {
  margin-top: 10px;
}

.faq-two__accordion__item + .faq-two__accordion__item {
  margin-top: 10px;
}

.faq-two__accordion__header {
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
}

.faq-two__accordion__button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: var(--insuco-black, #00041b);
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 0 20px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
  position: relative;
}

@media (min-width: 992px) {
  .faq-two__accordion__button {
    font-size: 18px;
  }
}

.faq-two__accordion__button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
}

.faq-two__accordion__button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0);
  color: var(--insuco-black, #00041b);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-two__accordion__button:not(.collapsed) .faq-one__accordion__icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-two__accordion__button::after {
  display: none;
}

.faq-two__accordion__icon {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.faq-two__accordion__icon::before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: var(--insuco-black, #00041b);
  display: block;
  -webkit-transition: color 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, transform 500ms ease;
  transition: color 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-two__accordion__body {
  color: var(--insuco-text, #616161);
  font-weight: 400;
  padding: 15px 0 29px;
}

.faq-two__content--services .faq-two__accordion {
  margin-right: 0;
}

.faq-three {
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-three .my-auto {
  width: 100%;
}

.faq-three .faq-two__accordion__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-three .faq-two__accordion__button > i {
  width: 25px;
  height: 25px;
  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;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  background-color: var(--insuco-base, #00accc);
  margin-right: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-three .faq-two__accordion__icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  content: '\f356';
}

.faq-three .faq-two__accordion__button:not(.collapsed) .faq-two__accordion__icon::before {
  color: var(--insuco-base, #00accc);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-three .faq-two__accordion__button {
  border-bottom: 0;
}

.faq-three .faq-two__accordion__button:focus {
  border-bottom: 0;
}

.faq-three .faq-two__accordion__item {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(17, 17, 17, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(17, 17, 17, 0.07);
  background-color: #fff;
}

.faq-three .faq-two__accordion__body {
  border-top: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
}

.faq-three .faq-two__accordion__item.accordion--active + .faq-two__accordion__item {
  margin-top: 15px;
}

.faq-three__right {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .faq-three__right {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .faq-three__right {
    margin-left: 80px;
  }
}

.faq-three__box {
  border-radius: 7px;
  background-color: #0b1830;
  padding: 30px 15px;
  text-align: center;
  position: relative;
}

.faq-three__box__icon {
  width: 70px;
  height: 70px;
  background-color: var(--insuco-base, #00accc);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 39px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.faq-three__box__hover__title, .faq-three__box__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #ffffff;
}

.faq-three__box__hover__title a, .faq-three__box__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-three__box__hover__title a:hover, .faq-three__box__title a:hover {
  background-size: 100% 2px;
}

.faq-three__box__link {
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  position: relative;
  top: 14px;
}

.faq-three__box__link:hover {
  color: var(--insuco-base, #00accc);
}

.faq-three__box__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 7px;
  background-color: var(--insuco-base, #00accc);
  text-align: center;
  padding: 30px 15px;
  opacity: 0;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.faq-three__box__hover__icon {
  font-size: 49px;
  color: #fff;
  margin-bottom: 22px;
}

.faq-three__box__hover__text {
  margin: 0;
  color: #fff;
  line-height: 1.75em;
  margin-top: 6px;
}

.faq-three__box:hover .faq-three__box__hover {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.faq-three--home-3 {
  background-repeat: no-repeat;
  background-position: right center;
  background-color: var(--insuco-dark, #16243e);
  padding: 100px 0;
}

.faq-three--home-3 .faq-two__accordion__button,
.faq-three--home-3 .faq-two__accordion__icon::before,
.faq-three--home-3 .sec-title__title {
  color: #fff;
}

.faq-three--home-3 .faq-two__accordion__item {
  background-color: #0b1830;
}

.faq-three--home-3 .faq-two__accordion__body {
  border-color: rgba(255, 255, 255, 0.1);
  color: #aab5c9;
}

.faq-three--home-3 .faq-two__accordion__item + .faq-two__accordion__item {
  margin-top: 15px;
}

.faq-three--home-2 {
  background-repeat: no-repeat;
  background-position: top right;
  background-color: var(--insuco-dark, #16243e);
  margin-top: 100px;
}

@media (min-width: 1200px) {
  .faq-three--home-2 {
    margin-top: 0;
    padding-top: 226px;
    margin-top: -126px;
  }
}

.faq-three--home-2__images {
  position: relative;
}

@media (min-width: 768px) {
  .faq-three--home-2__images {
    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;
  }
}

@media (min-width: 1200px) {
  .faq-three--home-2__images {
    margin-right: -30px;
  }
}

.faq-three--home-2__images img {
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 576px) {
  .faq-three--home-2__images img {
    width: auto;
  }
}

@media (min-width: 768px) {
  .faq-three--home-2__images img {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .faq-three--home-2__images img + img {
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .faq-three--home-2__images img + img {
    display: none;
  }
}

@media (min-width: 1200px) {
  .faq-three--home-2__images img + img {
    display: block;
  }
}

@media (min-width: 768px) {
  .faq-three--home-2__images .about-five__image__caption {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .faq-three--home-2__images .about-five__image__caption {
    left: 90px;
  }
}

@media (min-width: 1200px) {
  .faq-three--home-2 .sec-title {
    margin-left: 80px;
  }
}

/*
* Pricing
*/
.pricing-one {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pricing-one__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(22, 36, 62, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(22, 36, 62, 0.1);
  border-radius: 7px;
  padding: 14px 30px;
  margin-top: 50px;
}

.pricing-one__info__icon {
  width: 25px;
  height: 25px;
  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;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  background-color: var(--insuco-base, #00accc);
}

.pricing-one__info > span {
  text-decoration: underline;
  font-size: 16px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.pricing-one__info__link {
  font-size: 18px;
  color: var(--insuco-black, #00041b);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__info__link span {
  display: inline-block;
  line-height: 1;
  padding-bottom: 3px;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  background-size: 100% 2px;
}

.pricing-one__info__link:hover {
  color: var(--insuco-base, #00accc);
}

.pricing-one__info__link i {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: none;
}

.pricing-card {
  background-color: rgba(var(--insuco-base-rgb, 0, 172, 204), 0.1);
  border-radius: 7px;
  padding: 40px 20px;
  text-align: center;
  background-image: url(../images/shapes/pricing-bg-1-1.png);
  background-size: cover;
  position: relative;
  margin:30px;
  height: 94%;
}

.pricing-card__bg {
  position: absolute;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.pricing-card__bg::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background-image: url(../images/shapes/pricing-bg-1-2.png);
  background-size: cover;
}

.pricing-card.popular .pricing-card__bg {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.pricing-card__title {
  margin: 0;
  font-size: 24px;
  color: var(--insuco-black, #00041b);
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
  margin-top: -8px;
  margin-bottom: 4px;
}

@media (min-width: 992px) {
  .pricing-card__title {
    font-size: 30px;
  }
}

.pricing-card.popular .pricing-card__title {
  color: #fff;
}

.pricing-card__tagline {
  margin: 0;
  font-size: 16px;
  position: relative;
  margin-bottom: 35px;
}

.pricing-card.popular .pricing-card__tagline {
  color: #fff;
}

.pricing-card__amount {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 20px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  color: var(--insuco-black, #00041b);
  position: relative;
}

.pricing-card__amount span {
  font-size: 40px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .pricing-card__amount span {
    font-size: 65px;
  }
}

.pricing-card.popular .pricing-card__amount {
  color: #fff;
}

.pricing-card__list {
  text-align: left;
  margin-bottom: 0;
  border-radius: 7px;
  background-color: #fff;
  padding-top: 36px;
  padding-bottom: 37px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 31px;
}

.pricing-card__list li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  padding-left: 41px;
}

@media (min-width: 992px) {
  .pricing-card__list li {
    font-size: 18px;
  }
}

.pricing-card__list li + li {
  margin-top: 16px;
}

.pricing-card__list li > i {
  width: 25px;
  height: 25px;
  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;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  background-color: var(--insuco-base, #00accc);
  position: absolute;
  top: 4px;
  left: 0;
}

/*
* Testimonials
*/
.testimonials-one {
  position: relative;
}

.testimonials-one--about {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonials-one__bg {
  display: none;
  position: absolute;
  top: 0;
  right: -245px;
}

@media (min-width: 992px) {
  .testimonials-one__bg {
    display: block;
  }
}

.testimonials-one--about .testimonials-one__bg {
  right: 0;
}

.testimonials-one .container {
  position: relative;
}

.testimonials-one .thm-owl__carousel {
  max-width: 850px;
  width: 100%;
}

@media (min-width: 1200px) {
  .testimonials-one .owl-dot-one .owl-dots {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 170px;
  }
}

.testimonials-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  border-radius: 7px;
  padding: 40px 30px;
}

@media (min-width: 992px) {
  .testimonials-card {
    padding: 40px 50px;
  }
}

.testimonials-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.testimonials-card__image {
  margin-right: 25px;
}

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

.testimonials-card__name {
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 9px;
}

.testimonials-card__designation {
  margin: 0;
  line-height: 1.2em;
  font-size: 16px;
}

.testimonials-card__content {
  position: relative;
}

.testimonials-card__content::before, .testimonials-card__content::after {
  content: '';
  width: 14px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
}

.testimonials-card__content::before {
  background-image: url(../images/shapes/testi-q-1.png);
  margin-right: 8px;
  top: -8px;
}

.testimonials-card__content::after {
  background-image: url(../images/shapes/testi-q-2.png);
  margin-left: 9px;
  bottom: -13px;
}

.testimonials-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.testimonials-card__icon {
  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;
  border-radius: 50%;
  background-color: var(--accent-color);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  margin-right: 20px;
}

.testimonials-card__review {
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-size: 22px;
  font-weight: bold;
}

.testimonials-card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-top: 12px;
}

.testimonials-card__stars i {
  font-size: 14px;
  color: #ffa800;
}

.testimonials-card__stars i + i {
  margin-left: 7px;
}

.testimonials-two {
  position: relative;
  background-color: var(--insuco-dark, #16243e);
  padding: 100px 0;
}

@media (min-width: 1200px) {
  .testimonials-two {
    margin-bottom: 21px;
  }
}

.testimonials-two__bg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1200px) {
  .testimonials-two__bg {
    display: block;
  }
}

.testimonials-two .sec-title__title {
  color: #fff;
}

.testimonials-two .owl-dot-one .owl-dots {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.testimonials-two .owl-dot-one .owl-dots .owl-dot span {
  border-color: var(--insuco-dark, #16243e);
}

.testimonials-two .owl-item img {
  max-width: 100%;
  width: auto;
}

.testimonials-card-two {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  border-radius: 7px;
  background-color: #fff;
  padding: 40px;
  padding-top: 0;
  position: relative;
  margin-top: 47px;
}

@media (min-width: 768px) {
  .testimonials-card-two__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
    margin-bottom: 53px;
  }
}

@media (min-width: 768px) {
  .testimonials-card-two__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
    padding-bottom: 40px;
  }
}

.testimonials-card-two__image {
  margin-top: -47px;
  margin-bottom: 30px;
}

.testimonials-card-two__image img {
  border-radius: 7px;
  max-width: 100%;
}

.testimonials-card-two__name {
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.testimonials-card-two__designation {
  margin: 0;
  line-height: 1.2em;
  font-size: 16px;
}

.testimonials-card-two__icon {
  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;
  border-radius: 50%;
  background-color: var(--accent-color);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (min-width: 768px) {
  .testimonials-card-two__icon {
    position: relative;
    top: auto;
    right: auto;
    margin-right: 25px;
  }
}

.testimonials-card-two__review {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .testimonials-card-two__review {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 70px;
  }
}

.testimonials-card-two__review__title {
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.testimonials-card-two__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.testimonials-card-two__stars i {
  font-size: 14px;
  color: #ffa800;
}

.testimonials-card-two__stars i + i {
  margin-left: 7px;
}

.testimonials-card-two__content {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--insuco-black, #00041b);
  line-height: 1.591em;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .testimonials-card-two__content {
    padding-top: 0;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .testimonials-card-two__content {
    font-size: 22px;
    padding-bottom: 25px;
  }
}

.testimonials-card-two__content::before, .testimonials-card-two__content::after {
  content: '';
  width: 21px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
}

.testimonials-card-two__content::before {
  background-image: url(../images/shapes/testi-q-2-1.png);
  margin-right: 10px;
}

@media (min-width: 768px) {
  .testimonials-card-two__content::before {
    position: relative;
    top: -22px;
    margin-right: 12px;
  }
}

.testimonials-card-two__content::after {
  background-image: url(../images/shapes/testi-q-2-2.png);
  margin-left: 10px;
}

@media (min-width: 768px) {
  .testimonials-card-two__content::after {
    bottom: -22px;
    margin-left: 12px;
  }
}

.testimonials-one--home-1 {
  padding-top: 100px;
}

.testimonials-one--home-1 .thm-owl__carousel {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .testimonials-one--home-1 .owl-dot-one .owl-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}

.testimonials-card--two {
  margin-top: 47px;
  padding: 0 40px;
  padding-bottom: 40px;
  position: relative;
}

.testimonials-card--two .testimonials-card__top {
  display: block;
}

.testimonials-card--two .testimonials-card__image {
  margin-right: 0;
  margin-bottom: -47px;
}

.testimonials-card--two .testimonials-card__image img {
  width: auto;
  position: relative;
  top: -47px;
}

.testimonials-card--two .testimonials-card__top__content {
  padding-top: 30px;
}

.testimonials-card--two .testimonials-card__content {
  padding-top: 32px;
  border-top: 1px solid rgba(var(--insuco-primary-rgb, 0, 32, 110), 0.1);
}

.testimonials-card--two .testimonials-card__icon {
  position: absolute;
  top: 25px;
  right: 25px;
  margin-right: 0;
}

.testimonials-three {
  position: relative;
  background-size: cover;
  padding-top: 100px;
  background-color: var(--insuco-dark, #16243e);
}

.testimonials-three__circle {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  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;
  position: relative;
  display: none;
}

@media (min-width: 1200px) {
  .testimonials-three__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.testimonials-three__circle > i {
  width: 105px;
  height: 105px;
  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;
  background-color: var(--insuco-base, #00accc);
  color: #fff;
  font-size: 46px;
}

.testimonials-three__circle img {
  position: absolute;
}

.testimonials-three__circle img:nth-of-type(1) {
  top: -60px;
  left: 0;
}

.testimonials-three__circle img:nth-of-type(2) {
  top: 30px;
  right: -30px;
}

.testimonials-three__circle img:nth-of-type(4) {
  bottom: 60px;
  left: -60px;
}

.testimonials-three__circle img:nth-of-type(3) {
  bottom: -2px;
  right: -22px;
}

.testimonials-three__image {
  margin-top: 50px;
  text-align: center;
}

@media (min-width: 1200px) {
  .testimonials-three__image {
    margin-top: 0;
    text-align: right;
  }
}

.testimonials-three__image img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .testimonials-three__image img {
    max-width: none;
  }
}

.testimonials-three__card__text {
  position: relative;
  font-size: 18px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  color: #fff;
  font-weight: 500;
  line-height: 1.333em;
  margin: 0;
}

@media (min-width: 768px) {
  .testimonials-three__card__text {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .testimonials-three__card__text {
    font-size: 30px;
  }
}

.testimonials-three__card__text::before, .testimonials-three__card__text::after {
  content: '';
  width: 24px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
}

.testimonials-three__card__text::before {
  background-image: url(../images/shapes/testi-3-q-1.png);
  bottom: 30px;
  margin-right: 10px;
}

.testimonials-three__card__text::after {
  background-image: url(../images/shapes/testi-3-q-2.png);
  margin-left: 10px;
  top: 30px;
}

.testimonials-three__card__info {
  background-color: #fff;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  position: relative;
  max-width: 367px;
  margin-top: 50px;
  margin-bottom: 26px;
}

.testimonials-three__card__info::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 30px;
  background-image: url(../images/shapes/testi-3-info-a-1.png);
  width: 20px;
  height: 20px;
}

.testimonials-three__card__image img {
  margin-right: 25px;
  border-radius: 7px;
}

.testimonials-three__card__name {
  margin: 0;
  font-size: 22px;
  color: var(--insuco-black, #00041b);
  font-weight: bold;
}

@media (min-width: 768px) {
  .testimonials-three__card__name {
    font-size: 24px;
  }
}

.testimonials-three__card__designation {
  margin: 0;
}

.testimonials-three__card__review__title {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.testimonials-three__card__review__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-three__card__review__stars i {
  font-size: 14px;
  color: #ffa800;
}

.testimonials-three__card__review__stars i + i {
  margin-left: 7px;
}

.testimonials-three .owl-item img {
  width: auto;
}

.testimonials-three .owl-dot-one .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.testimonials-three .owl-dot-one .owl-dots .owl-dot span {
  border-color: var(--insuco-dark, #16243e);
}

@media (min-width: 768px) {
  .testimonials-three__carousel {
    margin-left: 100px;
    margin-right: 105px;
  }
}

.testimonials-three .my-auto {
  width: 100%;
}

/*
* Services
*/
.service-one {
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-two {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--insuco-gray, #f8f8f8);
}

.service-card__image {
  position: relative;
}

.service-card__image img {
  position: relative;
  width: 100%;
}

.service-card__content {
  margin-top: -30px;
  margin-left: 25px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  background-color: #fff;
  position: relative;
  padding: 16.805px 30px;
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.service-card:hover .service-card__content {
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.service-card__title {
  color: var(--insuco-black, #00041b);
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.service-card__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card__title a:hover {
  background-size: 100% 2px;
}

.service-card__link {
  width: 50px;
  height: 50px;
  background-color: var(--insuco-base, #00accc);
  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;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card__link:hover {
  background-color: var(--insuco-black, #00041b);
  color: #fff;
}

.service-card__hover {
  position: absolute;
  top: calc(100% - 25px);
  right: 0;
  width: calc(100% - 25px);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  padding-left: 30px;
  padding-right: 23px;
  z-index: 10;
  padding-top: 21px;
  padding-bottom: 18px;
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.service-card:hover .service-card__hover {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.service-card__hover .service-card__title {
  color: #fff;
}

.service-card__hover .service-card__link {
  background-color: #fff;
  color: var(--insuco-black, #00041b);
}

.service-card__hover .service-card__link:hover {
  background-color: var(--insuco-black, #00041b);
  color: #fff;
}

.service-card__text {
  margin: 0;
  color: #fff;
  line-height: 1.75em;
  margin-top: 6px;
}

.service-card-two {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.service-card-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  transform-origin: bottom center;
}

.service-card-two__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
}

.service-card-two:hover .service-card-two__bg {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.service-card-two__icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 58px;
  color: var(--insuco-base, #00accc);
}

.service-card-two__title {
  color: var(--insuco-black, #00041b);
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2em;
  position: relative;
  margin-top: 20px;
  margin-bottom: 13px;
}

.service-card-two__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-two__title a:hover {
  background-size: 100% 2px;
}

.service-card-two:hover .service-card-two__title a {
  color: #fff;
}

.service-card-two__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  margin: 0;
  margin-bottom: 27px;
}

.service-card-two:hover .service-card-two__text {
  color: #fff;
}

.service-card-two__shape {
  background-image: url(../images/shapes/service-2-1.png);
  width: 85px;
  height: 7px;
  display: block;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-two:hover .service-card-two__shape {
  background-image: url(../images/shapes/service-2-2.png);
}

.service-card-two__link {
  width: 60px;
  height: 60px;
  background-color: var(--insuco-base, #00accc);
  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;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: -20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-two__link:hover {
  color: #fff;
  background-color: var(--insuco-black, #00041b);
}

.service-card-two:hover .service-card-two__link {
  background-color: #fff;
  color: var(--insuco-black, #00041b);
}

.service-card-two:hover .service-card-two__link:hover {
  color: #fff;
  background-color: var(--insuco-black, #00041b);
}

.service-three {
  padding-bottom: 100px;
  padding-top: 100px;
}

.service-three__image {
  position: relative;
  display: inline-block;
}

@media (min-width: 1200px) {
  .service-three__image {
    margin-left: 35px;
  }
}

.service-three__image img {
  max-width: 100%;
}

.service-three__image__caption {
  background-color: var(--insuco-primary, #00206e);
  padding: 40px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .service-three__image__caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 220px;
    height: 224px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .service-three__image__caption {
    left: -80px;
    top: 30px;
  }
}

.service-three__image__caption__count {
  font-size: 40px;
  color: #fff;
  line-height: 1em;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 768px) {
  .service-three__image__caption__count {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .service-three__image__caption__count {
    font-size: 72px;
    margin-bottom: 15px;
  }
}

.service-three__image__caption__text {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  color: #fff;
  line-height: 35px;
}

.service-three__image__check {
  width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 23px;
  position: absolute;
  top: 140px;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
          box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
  border-radius: 7px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

@media (min-width: 1200px) {
  .service-three__image__check {
    top: auto;
    bottom: 100px;
    right: -35px;
  }
}

.service-three__image__check > i {
  width: 52px;
  height: 52px;
  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;
  color: #fff;
  font-size: 29px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--insuco-base, #00accc);
  border-radius: 7px;
}

.service-three__image__check span {
  margin-left: 17px;
  color: var(--insuco-black, #00041b);
  font-size: 22px;
  font-weight: bold;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  line-height: 28px;
}

@media (min-width: 1200px) {
  .service-three__content {
    margin-left: -30px;
  }
}

.service-three__list {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .service-three__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .service-three__list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.service-three__list li {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
          box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
  padding: 30px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-three__list li > i {
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--insuco-base, #00accc);
}

.service-three__list li:hover {
  background-color: var(--insuco-base, #00accc);
  -webkit-box-shadow: 0px 10px 80px 0px rgba(var(--insuco-base-rgb, 0, 172, 204), 0.07);
          box-shadow: 0px 10px 80px 0px rgba(var(--insuco-base-rgb, 0, 172, 204), 0.07);
}

.service-three__list li:hover > i {
  background-color: #fff;
  color: var(--insuco-base, #00accc);
}

.service-three__list__title {
  color: var(--insuco-black, #00041b);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 15px;
}

.service-three__list__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-three__list__title a:hover {
  background-size: 100% 2px;
}

li:hover .service-three__list__title a {
  color: #fff;
}

.service-four {
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-four .container {
  position: relative;
}

.service-four__bg {
  display: none;
  position: absolute;
  top: 0;
  right: -145px;
}

@media (min-width: 992px) {
  .service-four__bg {
    display: block;
  }
}

.service-four .sec-title {
  position: relative;
}

.service-four__list {
  margin: 0;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .service-four__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.service-card-three {
  padding: 40px;
  border-bottom: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.07);
  margin-bottom: -1px;
}

.service-four__list__item:nth-child(even) .service-card-three {
  border-left: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.07);
}





@media (min-width: 768px) {
  .service-card-three {
    padding: 50px 65px;
  }
}

.service-card-three__icon {
  font-size: 60px;
  color: var(--insuco-base, #00accc);
}

.service-card-three__title {
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
}

.service-card-three__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-three__title a:hover {
  background-size: 100% 2px;
}

.service-card-three__text {
  margin: 0;
  margin-bottom: -5px;
}

.service-five {
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-five .sec-title {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .service-five .service-three__image {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .service-five .service-three__image__caption {
    width: 202px;
    height: 215px;
  }
}

@media (min-width: 1200px) {
  .service-five .service-three__image__caption {
    top: 80px;
    left: -30px;
  }
}

.service-five .service-three__image__check {
  width: 297px;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
          box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  padding: 13px 15px;
}

@media (min-width: 1200px) {
  .service-five .service-three__image__check {
    bottom: 54%;
  }
}

.service-five .service-three__image__check > i {
  width: 46px;
  height: 46px;
}

@media (min-width: 1200px) {
  .service-five__content {
    padding-left: 80px;
  }
}

.service-five__btns {
  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;
  margin-top: 30px;
}

.service-five__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .service-five__list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.service-five__list li {
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
          box-shadow: 0px 10px 80px 0px rgba(22, 36, 62, 0.07);
  padding: 30px;
}

@media (min-width: 1200px) {
  .service-five__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 45px;
  }
}

.service-five__list__icon {
  font-size: 50px;
  color: var(--insuco-base, #00accc);
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .service-five__list__icon {
    margin-bottom: 0;
  }
}

.service-five__list__title {
  margin: 0;
  color: var(--insuco-black, #00041b);
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
}

@media (min-width: 768px) {
  .service-five__list__title {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .service-five__list__title {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .service-five__list__title {
    font-size: 48px;
    margin-left: 40px;
    margin-right: 60px;
  }
}

.service-five__list__text {
  margin: 0;
}

@media (min-width: 992px) {
  .service-five__list__text {
    font-size: 18px;
    font-weight: 500;
  }
}

.service-one--home-two {
  padding: 0 15px;
  position: relative;
}

@media (min-width: 768px) {
  .service-one--home-two {
    margin-top: -100px;
  }
}

.service-one--home-two__inner {
  padding: 100px 0;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
}

.service-one--home-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/shapes/service-1-bg-1.png);
  opacity: 0.05;
}

.service-one--home-two .container {
  position: relative;
}

.service-one--home-two .sec-title__tagline,
.service-one--home-two .sec-title__title {
  color: #fff;
}

.service-six {
  padding-top: 30px;
}

.service-six--home-4 {
  padding-bottom: 100px;
}

.service-card-four {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
  padding: 40px;
  padding-top: 60px;
  position: relative;
}

.service-card-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));*/
  /*background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);*/
  
  /*background-image: linear-gradient(45deg, #014043 0%, #159da5 60%, #005e63 100%)*/
  
background: hsla(183, 97%, 13%, 1);

background: linear-gradient(360deg, hsla(183, 97%, 13%, 1) 0%, hsla(183, 67%, 48%, 1) 100%);

background: -moz-linear-gradient(360deg, hsla(183, 97%, 13%, 1) 0%, hsla(183, 67%, 48%, 1) 100%);

background: -webkit-linear-gradient(360deg, hsla(183, 97%, 13%, 1) 0%, hsla(183, 67%, 48%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#014043", endColorstr="#29C6CE", GradientType=1 );



  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.service-card-four__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/shapes/service-card-4-1.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.service-card-four:hover .service-card-four__bg {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.service-card-four__content {
  position: relative;
  margin-bottom: -6px;
}

.service-card-four__circle {
  width: 65px;
  height: 65px;
  background-color: var(--insuco-base, #00accc);
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-four:hover .service-card-four__circle {
  background-color: #fff;
}

.service-card-four__icon {
  margin-left: 20px;
  color: var(--insuco-black, #00041b);
  font-size: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-card-four__icon img{
    transition:0.2s;
}
.service-card-four__icon img:hover{
    color:white;
}
.service-card-four:hover .service-card-four__icon {
  color: #fff;
}

.service-card-four__title {
  font-size: 22px;
  font-weight: 500;
  color: var(--insuco-black, #00041b);
  margin: 0;
  margin-bottom: 14px;
  margin-top: 26px;
}

.service-card-four__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-four__title a:hover {
  background-size: 100% 2px;
}

.service-card-four:hover .service-card-four__title a {
  color: #fff;
}

.service-card-four__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin: 0;
  margin-bottom: 30px;
  
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 28px;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}

.service-card-four:hover .service-card-four__text {
  color: #fff;
}

.service-card-four__link {
  font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
  color: #116367;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.service-card-four__link i {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: none;
}

.service-card-four:hover .service-card-four__link {
  color: #fff;
}

.service-seven {
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .service-card-five__image {
    margin-right: 40px;
  }
}
     .service-card-five__content{  
         margin-right: 20px;
     }
.service-card-five__image img {
  width:  400px;
height: 300px;
}

.service-card-five__content {
  position: relative;
  padding: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
          
}

@media (min-width: 1200px) {
  .service-card-five__content {
    margin-left: 80px;
    margin-top: -100px;
  }
}

.service-card-five__icon {
  color: var(--insuco-base, #00accc);
  font-size: 58px;
}
.service-card-five__icon:hover i {
  color: white;
}

.service-card-five__title {
  font-size: 22px;
  font-weight: bold;
  color: var(--insuco-black, #00041b);
  margin: 0;
  margin-top: 11px;
  margin-bottom: 14px;
}

.service-card-five__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 0.5s ease-in-out 0s;
  
}
.service-card-five:hover .service-card-five__title a {
  color: #fff;
}
.service-card-five p:hover {
  color: #fff;
}
.service-card-five :hover i{
  color: #fff;
}
.service-card-five__title a:hover i{
    transform:rotate(360deg);
    transition: all 0.5s ease-in-out 0s;

    
}
.service-card-five__title a:hover {
  background-size: 100% 2px;
}

.service-card-five__text {
  margin: 0;
  margin-bottom: -5px;
}

.service-card-five__link {
  width: 60px;
  height: 60px;
  background-color: var(--insuco-base, #00accc);
  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;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  right: 0;
}

.service-card-five__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card-five__link i {
  position: relative;
}

.service-card-five__link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.service-card-five__link:hover::before {
  opacity: 1;
}

.service-eight {
  background-color: var(--insuco-dark, #16243e);
  background-size: cover;
  background-position: center top;
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-eight .sec-title__title {
  color: #fff;
}

.service-eight .tab-pane {
  overflow: hidden;
}

.service-eight__tab__btns {
  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;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 40px;
  border: none;
  background-color: #1d2d4c;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .service-eight__tab__btns {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .service-eight__tab__btns {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    margin-bottom: 80px;
  }
}

.service-eight__tab__btns .nav-item .nav-link {
  color: inherit;
  padding: 0px 0px;
  border: none;
  outline: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 22px;
  color: var(--insuco-text, #616161);
  font-weight: bold;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-top: 5px solid #1d2d4c;
  width: 100%;
  padding: 30px;
  padding-top: 25px;
}

@media (min-width: 992px) {
  .service-eight__tab__btns .nav-item .nav-link {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.service-eight__tab__btns .nav-item .nav-link > i {
  font-size: 45px;
  color: var(--insuco-base, #00accc);
  margin-right: 25px;
}

.service-eight__tab__btns .nav-item .nav-link span {
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-eight__tab__btns .nav-item .nav-link span:hover {
  background-size: 100% 2px;
}

.service-eight__tab__btns .nav-item .nav-link:hover, .service-eight__tab__btns .nav-item .nav-link.active {
  color: #fff;
  border-color: var(--insuco-base, #00accc);
}

.service-eight__tab__btns .nav-item .nav-link:hover span, .service-eight__tab__btns .nav-item .nav-link.active span {
  background-size: 100% 2px;
}

.service-eight__image img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .service-eight__content {
    padding-left: 50px;
  }
}

.service-eight__title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.407em;
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  .service-eight__title {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .service-eight__title {
    font-size: 27px;
  }
}

.service-eight .blog-details__list li {
  color: #fff;
  font-weight: 600;
}

.service-eight__text {
  margin: 0;
  color: var(--insuco-light, #a2a4b4);
  margin-bottom: 32px;
}

/*
* Steps
*/
.steps-one {
  padding-bottom: 100px;
  position: relative;
}

.steps-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 55%;
  display: none;
}

@media (min-width: 1200px) {
  .steps-one__bg {
    display: block;
  }
}

.steps-one .container {
  position: relative;
}

.steps-one .sec-title {
  margin-bottom: 30px;
}

.steps-one__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  text-align: center;
  grid-gap: 50px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .steps-one__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .steps-one__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}

.steps-one__list li {
  position: relative;
}

@media (min-width: 1200px) {
  .steps-one__list li:nth-child(1) {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .steps-one__list li:nth-child(3) {
    margin-top: 55px;
  }
}

@media (min-width: 1200px) {
  .steps-one__list li:nth-child(4) {
    margin-top: 60px;
  }
}

.steps-one__list__icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ebf8fb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 47px;
  color: var(--insuco-base, #00accc);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.steps-one__list__icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--insuco-primary, #00206e)), to(var(--insuco-base, #00accc)));
  background-image: linear-gradient(90deg, var(--insuco-primary, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.steps-one__list__icon i {
  position: relative;
}

li:hover .steps-one__list__icon {
  color: #fff;
}

li:hover .steps-one__list__icon::before {
  opacity: 1;
}

.steps-one__list__caption {
  width: 115px;
  height: 35px;
  background-color: var(--insuco-base, #00accc);
  text-align: center;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: calc(100% - 20px);
  left: 27px;
}

.steps-one__list__caption::after {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  background-color: var(--insuco-base, #00accc);
  width: 10px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.steps-one__list__title {
  font-size: 22px;
  font-weight: bold;
  color: var(--insuco-black, #00041b);
  font-weight: 700;
  margin: 0;
  line-height: 1.3636em;
  margin-top: 30px;
  
}

.steps-one__list__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ssteps-one__list__icon h3 { color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.steps-one__list__title a:hover {
  background-size: 100% 2px;
}
.steps-one__list__icon h3 :hover {
  background-size: 100% 2px;
}

.steps-one__list__text {
  margin: 0;
  max-width: 236px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.steps-one--home-3 {
  padding-top: 100px;
}

/*
* Funfact
*/
.funfact-one {
  padding: 50px;
}

.funfact-one__info {
    border-radius: 7px;
    padding: 40px 0px;
    margin-top: 60px;
}

@media (min-width: 992px) {
  .funfact-one__info {
    margin-top: 80px;
  }
}

.funfact-one__info > span {
  font-size: 18px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  font-weight: bold;
  color: var(--insuco-black, #00041b);
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .funfact-one__info > span {
    margin-bottom: 0;
    margin-right: 50px;
  }
}

.funfact-one__info__btn {
  font-size: 16px;
  padding: 6.5px 24.5px;
}

.funfact-one__card {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .funfact-one__card {
    border-left: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
    /*padding-left: 93px;*/
    text-align: center;
    display: block;
  }
}

.funfact-one__card__icon {
  font-size: 60px;
  color: #f8f9fa;
}

.funfact-one__card__title {
  margin: 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  color: #ffc916;
  margin-top: 17px;
  margin-bottom: 3px;
  text-shadow: 2px 2px 2px #0000008c;
}

@media (min-width: 992px) {
  .funfact-one__card__title {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .funfact-one__card__title {
    font-size: 42px;
  }
}

.funfact-one__card__text {
  margin: 0;
  font-weight: 500;
  margin-bottom: 25px;
  color: #f8f9fa;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
      text-align: center;
}

.funfact-one__card__shape {
  background-image: url(../images/shapes/service-2-1.png);
  width: 85px;
  height: 7px;
  display: block;
  position: relative;
  margin: 10px auto;
}

@media (min-width: 1200px) {
  [class*=col-]:nth-child(4n) .funfact-one__card {
    border-right: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
    /*padding-right: 82px;*/
  }
}

/*
* Search Popup
*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9991;
  padding-left: 20px;
  padding-right: 20px;
  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;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.search-popup.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.9;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.search-popup.active .search-popup__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border-radius: 7px;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  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;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--insuco-base, #00accc);
  border: 0;
  color: #fff;
}

.search-popup__content .thm-btn::before {
  display: none;
}

.search-popup__content .thm-btn i {
  background-color: transparent;
  margin-left: 0;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--insuco-primary, #00206e);
}
/*# sourceMappingURL=insuco.css.map */

@media (max-width: 890px) {
 .efrnej{
     display:none;
 }   
 .wefr3f{
     margin-top:0px !important;
 }
}

/*@import url('https://fonts.googleapis.com/css?family=Poppins|Ubuntu&display=swap');*{box-sizing: border-box;margin: 0;padding: 0}body{background: #eee;font-family: 'Ubuntu',sans-serif}.box{position: relative;width: 100%;padding-right: 15px;padding-left: 15px}.our-services{margin-top: 75px;padding-bottom: 30px;padding: 0 60px;min-height: 198px;text-align: center;border-radius: 10px;background-color: #fff;transition: all .4s ease-in-out;box-shadow: 0 0 25px 0 rgba(20,27,202,.17)}.our-services .icon{margin-bottom: -21px;transform: translateY(-50%);text-align: center}.our-services:hover h4, .our-services:hover p{color: #fff}.speedup:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);cursor: pointer;background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%)}.settings:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);cursor: pointer;background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)}.privacy:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);cursor: pointer;background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%)}.backups:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);cursor: pointer;background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)}.ssl:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);cursor: pointer;background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%)}.database:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);cursor: pointer;background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%)}*/

@import url("https://fonts.googleapis.com/css?family=Poppins|Ubuntu&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
    background: #f8f9fa;
    background-image: url(../images/shapes/pricing-bg-1-1.png);
    font-family: "Ubuntu", sans-serif;
}
.box {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.our-services {
  margin-top: 75px;
  padding-bottom: 30px;
  padding: 0 60px;
  min-height: 198px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 25px 0 rgba(20, 27, 202, 0.17);
}
.our-services .icon {
  margin-bottom: -21px;
  transform: translateY(-50%);
  text-align: center;
}
.our-services:hover h4,
.our-services:hover p {
  color: #fff;
}
.speedup:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%);
}
.settings:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}
.privacy:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%);
}
.backups:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%);
}
.ssl:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%);
}
.database:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%);
}

/* Ishita */

.top-head {
    background-image: linear-gradient(45deg, #106165, #1a858b, #1a797e, #106165);
}
.top-head .thbar {
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}
.top-head ul {
    margin: 0px;
}
.top-head ul li a {
    font-size: 12px;
}
.top-head ul li {
    color: #ffffff;
    margin-left: 5px;
    letter-spacing: 0.5px;
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #116367 !important;
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item i {
    font-size: 14px;
    margin-right: 12px;
    color: #116367;
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu {
    top: 68px;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: solid 1px #ddd;
    padding: 4px 10px;
}

.dropdown-toggle{
    height:44px !important;
}

.tirupati-nav {
    padding: 0px;
}

.tirupati-nav .nav-link {
    padding: 18px 10px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: unset;
}

.tirupati-nav .navbar-nav .nav-item .dropdown-menu li,
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li a,
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li i {

    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
	transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;

}

.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:focus a,
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #343434 !important;
}

.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:focus i,
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:hover i {
    color: #343434 !important;
}



/*

.tirupati-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, 
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background: unset;
}

.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:nth-child(odd):focus,
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:nth-child(odd):hover{
    background-image: linear-gradient(45deg, #106165, #1a858b, #1a797e, #106165);
}

.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:nth-child(even):focus,
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:nth-child(even):hover{
    background: #ffc916;
}



.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:nth-child(odd):focus a,
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:nth-child(odd):hover a {
    color: #ffffff !important;
}

.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:nth-child(even):focus a,
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:nth-child(even):hover a {
    color: #08474a;
}




.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:nth-child(odd):focus i,
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:nth-child(odd):hover i {
    color: #ffffff !important;
}

.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:nth-child(even):focus i,
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:nth-child(even):hover i {
    color: #08474a;
}

*/


/*.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:focus a, */
/*.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:hover a {*/
/*    color: #ffffff !important;*/
/*}*/

/*.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:focus i, */
/*.tirupati-nav .navbar-nav .nav-item .dropdown-menu li:hover i {*/
/*    color: #ffffff !important;*/
/*}*/

.tirupati-nav .dropdown-item.active, 
.tirupati-nav .dropdown-item:active {
    background: unset;
}

.tirupati-nav .navbar-nav .nav-item .dropdown-menu li.active {
    background-image: linear-gradient(45deg, #106165, #1a858b, #1a797e, #106165);
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #ffffff !important;
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu li.active i {
    color: #ffffff !important;
}

.tirupati-nav .navbar-nav .nav-link {
    border-top: solid 3px transparent;
}

.tirupati-nav .navbar-nav .nav-item.active .nav-link, 
.tirupati-nav .navbar-nav .show>.nav-link {    
    
    border-top: solid 3px #ffc916;
}

.tirupati-nav .navbar-nav .nav-link:hover {
    border-top: solid 3px #ffc916;
}

.main-header__logo {
    position: absolute;
    top: -28px;
    
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;

}
.main-header__logo img {
    width: 98px;
    
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.tirupatiscroll {
    top: 6px;
}
.tirupatiscroll img {
    width: 60px;
}

.section-statistics {
    /*background-image: linear-gradient(45deg, #0e5154, #1a858b, #1a797e, #0e5154);*/
    box-shadow: 0px 10px 10px #00000061;
    padding-top: 40px;
    position: relative;
}

.cd-hero__slider {
    margin-bottom: 0px;
}

.section-career .carpera {
    color: #f8f9fa;
    text-align: justify;
}


/* Background Animation */

.section-statistics svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
    width: 100%;
    height: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #0e4166;
    /*background-image: linear-gradient(to bottom, rgba(14, 65, 102, 0.86), #0e4166);*/
    background-image: linear-gradient(to bottom, rgb(17 90 100), #0e4166);
}



.tirupati-owner {
    background: #ffc916;
    position: relative;
    height: 534px;
    width: 400px;
}

.tirupati-owner img {
    position: absolute;
    top: 50px;
    left: 50px;
    border: solid 10px #f8f9fa;
}

.full-btn {
    width: 100%;
    text-align: center;
}

/*.card-read-link {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*}*/

.card-read-link {
    text-align: center;
}

.card-read-link span {
    padding: 0px 10px;
}

.service-card-four {
    background-image: url(../images/services/serv-card-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.section-service,
.section-achiev {
    padding-bottom: 60px;
}



.tirusteps {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 150px;
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-end;
    position: relative;
    
    background-image: url(../images/shapes/steps-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: right 30px;
  
}

.tirusteps li {
    width: 20%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;

    background: hsla(183, 53%, 35%, 1);
    
    background: linear-gradient(90deg, hsla(183, 53%, 35%, 1) 0%, hsla(183, 73%, 23%, 1) 100%);
    
    background: -moz-linear-gradient(90deg, hsla(183, 53%, 35%, 1) 0%, hsla(183, 73%, 23%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(183, 53%, 35%, 1) 0%, hsla(183, 73%, 23%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#2A8287", endColorstr="#106165", GradientType=1 );

}

.tirusteps .manclimbing {
    background: transparent;
    position: absolute;
    bottom: 94px;
    left: 360px;
}

.tirusteps li h3 {
    font-family: "Playwrite DK Uloopet", cursive !important;
    font-weight: 700;
    color: #f8f9fa;
    font-size: 18px;
    letter-spacing: 1px;
}

.tirusteps li .tirustpcont {
    position: absolute;
    bottom: -140px;
        padding: 0px 20px;
    text-align: center;
    font-size: 18px;
}

.tirustp1 {
    height: 50px;
    border-radius: 10px 0px 0px 0px;
}
.tirustp2 {
    height: 100px;
    border-radius: 10px 0px 0px 0px;
}
.tirustp3 {
    height: 150px;
    border-radius: 10px 0px 0px 0px;
}
.tirustp4 {
    height: 200px;
    border-radius: 10px 0px 0px 0px;
}
.tirustp5 {
    height: 250px;
    border-radius: 10px 0px 0px 0px;
}

.section-news {
    background-image: url(../images/newsbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
}

.section-news input{
    border: none;
    outline: none;
    width: 300px;
    color: #fff;
    font-size: 16px;
    background-color: rgb(8 71 74);
    /*border: solid 1px #08474a;*/
    padding: 10px 20px;

}
.section-news button{
    background-color: #08474a;
    display: inline-block;
    border: none;
    color: #ffffff;
    padding: 4px 4px;
    margin-left: -5px;
    border-left: solid 1px #ffffff54;
    /*border: solid 1px #08474a;*/
}

.section-news button i {
    color: #08474a;   
}

.section-news button img {
    width: 50px;   
}

.section-news .news {
    width: 360px;
    margin: 0px auto;
}

.section-news form {
    box-shadow: -10px 10px 10px #0000007a;
    background-color: #08474a;
}

.newssubs {
    font-family: "Playwrite DK Uloopet", cursive !important;
    text-align: center;
    margin-top: 30px;
}

.footcontact .footer-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #f8f9fa;
    letter-spacing: 1px;
}

.foot-cntnt {
    padding: 10px 0 20px 0;
    margin: 10px 0 20px 0;
    border-bottom: solid 1px #ffffff47;
}

.contact-cntnt {
    padding: 10px 0 50px 0 !important;
    margin: 10px 0 50px 0 !important;
    border-bottom: solid 1px #ffffff47;
}


.last-foot-cntnt {
    border-bottom: none;
}

.last-foot-cntnt:hover a {
    color: #62b9bc;
}
.last-foot-cntnt:hover i {
    background: #62b9bc;
}

.pno:hover a {
    color: #fff;
}

.pno:hover i {
    background: #fff;
}




.foot-cntnt a {
    color: #62b9bc;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.dark-bg {
    /*background: #074346d1;*/
    background: linear-gradient(45deg, hsl(46deg 100% 54% / 80%) 0%, hsl(94deg 43% 49% / 70%) 9%, hsl(168deg 100% 26% / 70%) 18%, hsl(183deg 73% 22% / 70%) 27%, hsl(183deg 76% 20% / 70%) 36%, hsl(183deg 79% 17% / 80%) 45%, hsl(183deg 79% 17% / 80%) 55%, hsl(183deg 76% 20% / 70%) 64%, hsl(183deg 73% 22% / 70%) 73%, hsl(168deg 100% 26% / 70%) 82%, hsl(94deg 43% 49% / 70%) 91%, hsl(46deg 100% 54% / 80%) 100%);
}

.tcont-left {
    padding: 60px 0px 20px 0px;
    width: 80%;
    margin: 0px auto;
}

.contact-one .sec-title__title {
    text-transform: capitalize;
    color: #ffc916;
    margin-bottom: 50px;
    font-size: 34px;
}

.contact-one .footer-title {
    color: #6adde1;
    text-shadow: 0px 3px 4px rgb(0 0 0);
    
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.contact-one .foot-cntnt a {
    color: #f8f9fa;
}

.contact-one .foot-cntnt i {
    background: #f8f9fa;
    color: #424242;
}


.contact-one .footcontact:hover h4 {
    color: #ffc916;
}

.contact-one .footcontact:hover .foot-cntnt a {
    color: #6adde1;
}

.contact-one .footcontact:hover .foot-cntnt i {
    background: #6adde1;
}

.contact-one .pno:hover a {
    color: #6adde1;
}

.contact-one .pno:hover i {
    background: #6adde1;
}

.foot-cntnt-bth {
    padding: 10px 0 50px 0;
    margin: 10px 0 20px 0;
    /*border-bottom: solid 1px #ffffff47;*/
}

.contact-one .foot-cntnt-bth a {
    color: #f8f9fa;
}

.contact-one .foot-cntnt-bth i {
    background: #f8f9fa;
    color: #424242;
}

.contact-one__content .sec-title {
     margin-bottom: unset; 
     margin-top: unset; 
}

.contact i {
    background: #f8f9fa;
    color: #424242;
    padding: 5px;
    margin-right: 6px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;

    
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.contact .contact-two__input__label {
    letter-spacing: 1px;
    color: #f8f9fa;
}

.section-branch .cflag {
        text-align: center;
    margin-bottom: 10px;
}

.section-branch .cflag img {
        border-radius: 4px;
}

.section-branch .service-card-four {
    padding-top: 40px;
    background: #fff;
    margin-bottom: 40px;
}

.section-branch .service-card-four__title {
    margin-top: unset;
    height: 60px;
}

.section-branch .ofctyp {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
}

.cinfo-box {
    height: 220px;
}

.gridcontact {
    display: flex;
    text-align: justify;
}

.gridcontact i {
    background: #fff;
    padding: 5px;
    margin-top: 3px;
    margin-right: 10px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: #62b9bc;
    color: #08474a;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.tirupati-header .cd-hero__btn {
    padding: 0em 0.5em;
    margin-top: 4px;
    margin-bottom: 4px;
}

.upcs {
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 50px;
}

.section-about .tirupati-owner {
    position: relative;
}

.section-about .tirupati-owner .ceo {
    position: absolute;
    bottom: -34px;
    left: 60px;
    background: #0000008a;
    color: #f8f9fa;
    width: calc(100% - 20px);
    text-align: center;
    padding: 20px;
}

.section-about .tirupati-owner .ceo h4 {
    font-family: "Playwrite DK Uloopet", cursive !important;
}

.section-about .tirupati-owner .ceo p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-paynow .dl1 {
    width: 150px;
    margin: 10px auto;
    transform: rotate(180deg);
}

.section-paynow .dl2 {
    width: 250px;
    margin: 10px auto;
}

.cd-maintitle {
    max-width: unset !important;
    line-height: 120px !important;
}

.cd-mainslogan {
    margin-top: 0px !important;
}

.section-paynow .funfact-one__info h4 {
    text-shadow: 1px 1px 2px #ddd;
}

.section-paynow .paybtn img {
    width: 60px;
}

.tirupati-header .paybtn img {
    width: 25px;
}

.section-branch .countryofc {
    font-family: "Playwrite DK Uloopet", cursive !important;
    text-align: center;
    margin-bottom: 20px;
}

.section-branch .gridcontact {
    margin-bottom: 20px;
}

.section-vmf .about-four__card img {
    width: 120px;
    border-radius: 10px;
}

.section-statistics-title {
    margin-top: 60px;
}

.about-paynow .funfact-one__info {
    margin-top: 0px !important;
}

.section-testimonials {
    margin: 0px 0px 40px 0px;
    overflow: hidden;
}

.section-testimonials .owl-carousel .item .item-inner {
    position: relative;
}

.section-testimonials .owl-carousel .item .item-inner .thumb {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0px;
    top: calc(50% - 75px);
    overflow: hidden;
    border-radius: 100%;
    border: solid 1px #dddddd;
    background: #FFFFFF;
    /*padding: 10px;*/
    
    display: flex;
    align-content: center;
    justify-content: center;
    
}

.section-testimonials .owl-carousel .item .item-inner .testi {
    background: #FFFFFF;
    color: #343434;
    border-radius: 10px;
    border: solid 1px #dddddd;
    text-align: justify;
    padding: 30px 30px 30px 100px;
    margin-left: 75px;
}

.section-testimonials .owl-carousel .item .item-inner .testi p {
    margin: 0px;
}

.section-testimonials .owl-carousel .item .item-inner .testi h5 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "Playwrite DK Uloopet", cursive !important;
    font-weight: 600;
    text-transform: capitalize;
}

.section-testimonials .owl-carousel .item .item-inner .testi h6 {
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-testimonials .owl-carousel .item .item-inner .testi .qot {
    width: 30px;
    height: 30px;
    opacity: 0.4;
}

.section-testimonials .owl-carousel .item .item-inner .testi .quote-left {
    margin-bottom: 10px;
}

.section-testimonials .owl-carousel .item .item-inner .testi .quote-right {
    margin-left: auto;
    margin-top: 10px;
}

.abtpg-sta {
    box-shadow: unset;
}

.abtpg-sta .abtpg-sta-bg {
    background-image: linear-gradient(45deg, #106165, #1a858b, #1a797e, #106165);
    box-shadow: 0px 10px 10px #00000061;
    border-radius: 80px 0px 80px 0px;
}

.abtpg-sta [class*=col-]:nth-child(4n) .funfact-one__card {
    border: unset;
}

.abtpg-sta .funfact-one__card {
    border: unset;
    margin-top: 40px;
}

.abtpg-sta .astcol {
    margin: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
	transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.abtpg-sta .astcol1 {
    border-radius: 80px 0px 0px 0px;
}

.abtpg-sta .astcol4 {
    border-radius: 0px 0px 80px 0px;
}
  
.abtpg-sta .astcol:hover {
    background: #1061658a;
}  
  

.card-img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 0;
    background: #ddd;
}

.demo-section {
    text-align: center;
    padding: 90px 0px 100px 0px;
    margin-top: 80px;
    
  background-image: url(../images/global-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
}

.starbox i {
    color: #ffc916;
}

.section-team .mosaic .team-anchor {
    overflow: hidden;
}

.gallary-head {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.gallary-head h3 {
    font-family: "Playwrite DK Uloopet", cursive !important;
    font-size:  20px;
    font-weight: 700;
    flex: none;
    /*margin-right: 20px;*/
    padding: 10px;
    color: #116367;
    /*background: #ffc916;*/
    /*border: solid 2px #116367;*/
    border-radius: 10px;
}

.theline {
    height: 2px;
    width: 100%;
    background: #116367;
}

.section-team .sidenav,
.section-faq .sidenav{
    font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
    background: #f8f9fa;
    padding: 30px;
    margin: 0 0 60px 20px;
    list-style-type: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 80px;
}

.section-team .sidenav a,
.section-faq .sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 16px;
      font-weight: 700;
    letter-spacing: 1px;
  color: #116367;
  display: block;
}

.section-team .sidenav li,
.section-faq .sidenav li {
    margin-bottom: 1px;
}

.section-team .sidenav a:hover,
.section-faq .sidenav a:hover {
    background: #ffc916;
    color: #343434;
    border-radius: 5px;
}

.section-team {
    padding-bottom: 80px;
}

.tabdata {
    height: 80px;
    width: 100%;
}

.section-team .sidenav .active,
.section-faq .sidenav .active {
    background: #ffc916;
    color: #343434;  
    border-radius: 5px;
}

/* FAQ */

.section-faq .tmodbox {
    background: #116367;
    padding: 10px 5px;
    border-radius: 4px;
    
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s  
}

.section-faq .tmodbox h3 {
    font-size: 18px;
    font-family: "Playwrite DK Uloopet", cursive !important;
    color: #FFFFFF;
    padding-top: 10px;
    margin-top: .5rem;
    text-align: center;
    
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s  
}

.section-faq .tmodbox .iconbox {
    background: #fff;
    margin: 0px 5px;
    padding: 40px;
    border-radius: 4px;
}

.section-faq .tmodbox .iconbox img {
    filter: grayscale(1);
    
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s    
}

.section-faq .tmodbox:hover {
    background: #ffc916;
    
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.section-faq .tmodbox:hover img {
    filter: grayscale(0);
}

.section-faq .tmodbox:hover h3 {
    color: #343434;
    text-shadow: 0px 0px 0px #343434;
}

.section-faq .tmodlinkbox {
    display: flex;
    align-items: center;
}

.section-faq .tmodlinkbox p {
    margin:0px;
        font-weight: 600;
    font-size: 14px;
    color: #116367;
    
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s 
}

.section-faq .tmodlinkbox p:hover {
    color: red;
}

.section-faq .tmodlinkbox img {
    width: 100px;
    background: #fff;
    margin-right: 20px;
}

.section-faq .modqry {
    display: flex;
    align-items: center;
    justify-content: space-between;    
}

.section-faq .modqry p {
    margin: 0px;
    margin-right: 10px;

    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s        
}

.section-faq .modqry a {
    flex-shrink: 0;
}

.section-faq .modqry img {
    height: 30px;
    width: 30px;
    border: solid 1px #b9b9b9;
    background: #e5e5e5;
    padding: 3px;
    border-radius: 4px;

    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s        
}

.section-faq .modqry img:hover {
    background: #ffffff;
    box-shadow: 0px 4px 5px #0000006e;
}

.tmodimgbox img {
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s  
}

.tmodimgbox img:hover {
    box-shadow: 0px 0px 8px 2px #0000008c;
}

.tfaqdata .modqry:hover p {
    margin-left: 10px;
}

.tfaqdata .modqry {
    border-bottom: solid 1px #ddd;
    padding: 10px 0px;
}

.breadcrumb {
    background: #c7ebed;
    padding: 4px 20px;
    border-radius: 4px;
}

.breadcrumb-item {
    font-weight: 600;
    letter-spacing: 1px;    
}


.faq-card .card-header {
    width: calc(100% - 40px);
    margin: 0px 20px;
    height: 180px;
    border-radius: 60px 60px 0px 0px;
    text-align: center;
    background-image: url(../images/faq/faq-module-banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: relative;
    overflow: hidden;
    
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}

.section-faqdetails .faq-card .card-header {
    width: 100%;
    margin: 0px;
}

.faq-card .card-header:hover {
    filter: grayscale(50%);
}

.faq-card .fcardahead {
    color: #116367;
}

.faq-card .card-header h3 {
    font-size: 35px;
    font-family: "Playwrite DK Uloopet", cursive !important;
    color: #FFFFFF;
    padding-top: 55px;
}

.faq-card .card-header img {
    width: 50px;
    position: absolute;
    bottom: 40px;
    left: -50px;
    z-index: 9999;
    
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s    
}

.faq-card .card-header:hover img {
    left: 70px;
}


.faq-card .card-body {
    padding-top: 20px;
}

.faq-card .card-body ol {
    padding: 0px 18px;
    margin-bottom: 0;
}

.faq-card .card-body ol li {
    margin-bottom: 10px;
}

.section-faqdetails .faq-card .card-body ol li {
    margin-bottom: 0px;
}

.section-faqdetails .accordion-button {
    color: #116367;
    background: #eaf6f7;
    font-weight: 600;
    letter-spacing: 1px;
    align-items: flex-start;
    line-height: 25px;    
}

.section-faqdetails .accordion-button div {
    font-weight: 700;
    margin-right: 10px;
}

.section-faqdetails .accordion-body h3 {
    font-size: 22px;
}

.section-faqdetails .accordion-body ul {
    padding-left: 18px;
}

.section-faqdetails .accordion-button:focus {
    box-shadow: unset;
}

.section-faqdetails .accordion-button:not(.collapsed) {
    background: #d0edef;
}



.faq-card .fcarda {
    color: #343434;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: solid 1px #d9d9d9;
    padding: 10px 20px;
    border-radius: 4px;
    
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}


.faq-card .fcarda:hover {
    background: #d7eced;
    color: #116367;
    box-shadow: 0px 2px 2px #00000040;
}

.faq-card .fcardp {
    margin: 0;
}

.section-faqdetails .olist li {
    margin-top: 40px;
}

.contact-info__card{
background-color: var(--insuco-gray, #f8f8f8);
}

.contact-box {

    /*background: #0000002e;*/
    width: 90%;
    margin: 0px auto;
    padding: 60px 40px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(22, 36, 62, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(22, 36, 62, 0.07);
}

.contact-box .col-md-6,
.contact-box .col-md-12,
.contact-box .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.career-box {

  background: -webkit-linear-gradient(90deg, hsla(183, 53%, 35%, 1) 0%, hsla(183, 73%, 23%, 1) 100%);
      width: 70%;
    margin: 0px auto;
  padding: 60px 40px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(22, 36, 62, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(22, 36, 62, 0.07);
}

.contact .carpera {
    text-align: justify;    
}

.contact textarea{
    display: block;
  border: none;
  outline: none;
  width: 100%;
  background-color: #033638ab;
  color: #6adde1;
  font-size: 16px;
    letter-spacing: 1px;
  font-weight: 600;
  padding: 10px;
  border-bottom: 2px solid #62b9bc;
  border-radius: 0px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  margin-bottom: 30px;
  height: 100px;
}
.contact input{
    display: block;
  border: none;
  outline: none;
  width: 100%;
  background-color: #033638ab;
  color: #6adde1;
  font-size: 16px;
    letter-spacing: 1px;
  font-weight: 600;
  padding: 10px;
  border-bottom: 2px solid #62b9bc;
  border-radius: 0px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  margin-bottom: 40px;
  height: 50px;
}
.contact select{
    display: block;
  border: none;
  outline: none;
  width: 100%;
  background-color: #033638ab;
  color: #6adde1;
  font-size: 16px;
    letter-spacing: 1px;
  font-weight: 600;
  padding: 10px;
  border-bottom: 2px solid #62b9bc;
  border-radius: 0px;
  font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
  margin-bottom: 40px;
  height: 50px;
}

.contact select option {
  background: #000000;
  color: #6adde1;
}

.tstylish {
    font-family: "Playwrite DK Uloopet", cursive !important;
    font-size: 20px;
}

.careerdiv {
    /*height: 100vh;
    overflow-y: scroll;
    scrollbar-color: #ffffff30 transparent;
    scrollbar-width: thin;*/
}

.section-copens {
    background: #fff;
    padding: 60px 0px;
    margin-top: 60px;
}

.section-copens .card-body {
    padding: 30px;
}

/*.white-popup-block {*/
/*  background: #FFF;*/
/*  padding: 20px 30px;*/
/*  text-align: left;*/
/*  max-width: 650px;*/
/*  margin: 40px auto;*/
/*  position: relative;*/
/*}*/

.vdoimg {
    background-image: url(../images/vdobg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    
    text-align: center;
    padding: 60px;
}

.vdoimg img {
    width: 100px;
    height: 100px;
}

.vihid {
    visibility: hidden;
}

.modalbx {
  position: relative;
  background-color: transparent;
  max-width: 600px;
  margin: 0 auto;
}

.modalvdo {
    width: 100%;
    height: 400px;
}

.carsubtn {
    margin-bottom: 20px;
}

.parahd h3 {
        font-family: "Playwrite DK Uloopet", cursive !important;
}

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

/*.section-quotation {*/
/*    background-image: linear-gradient(*/
/*      45deg,*/
/*      hsl(46deg 100% 54%) 0%,*/
/*      hsl(94deg 43% 49%) 9%,*/
/*      hsl(168deg 100% 26%) 18%,*/
/*      hsl(183deg 73% 22%) 27%,*/
/*      hsl(183deg 76% 20%) 36%,*/
/*      hsl(183deg 79% 17%) 45%,*/
/*      hsl(183deg 79% 17%) 55%,*/
/*      hsl(183deg 76% 20%) 64%,*/
/*      hsl(183deg 73% 22%) 73%,*/
/*      hsl(168deg 100% 26%) 82%,*/
/*      hsl(94deg 43% 49%) 91%,*/
/*      hsl(46deg 100% 54%) 100%*/
/*    );*/
/*}*/

.context {
    width: 100%;
    position: absolute;
    top:50vh;
    z-index: 1;
}

.section-quotation .globeimg {
    position: absolute;
    bottom: 0;
}

.section-quotation .globeimg img {
    opacity: 0.5;
}

.context h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
}
.context h4 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.area{
    /*background: #4e54c8;  */
    /*background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  */
    

    /*background-image: linear-gradient(*/
    /*  45deg,*/
    /*  hsl(46deg 100% 54%) 0%,*/
    /*  hsl(94deg 43% 49%) 9%,*/
    /*  hsl(168deg 100% 26%) 18%,*/
    /*  hsl(183deg 73% 22%) 27%,*/
    /*  hsl(183deg 76% 20%) 36%,*/
    /*  hsl(183deg 79% 17%) 45%,*/
    /*  hsl(183deg 79% 17%) 55%,*/
    /*  hsl(183deg 76% 20%) 64%,*/
    /*  hsl(183deg 73% 22%) 73%,*/
    /*  hsl(168deg 100% 26%) 82%,*/
    /*  hsl(94deg 43% 49%) 91%,*/
    /*  hsl(46deg 100% 54%) 100%*/
    /*);*/

    width: 100%;
    height:80vh;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
    
    /*background-image: url(../images/countries.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom center;*/
    /*background-size: cover;*/
    
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

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

.product-section {
    padding-top: 60px;
    /*overflow: hidden;*/
}

.uhms-fetr {
    /*background-image: url(../images/uhmsbg.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hms-fetr {
    background-image: url(../images/hms-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.lab-fetr {
    background-image: url(../images/laboratary-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.radi-fetr {
    background-image: url(../images/radiology-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.phar-fetr {
    background-image: url(../images/pharmacy-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.doc-fetr {
    background-image: url(../images/doctor-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fetrbg {
    height: 100vh;
    overflow-y: scroll;
    scrollbar-color: #ffffff70 transparent;
    scrollbar-width: thin;
    padding: 20px;
    overflow-x: hidden;
}

.feat .para {
    font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
    list-style:none;
    text-align: justify;
    padding:20px;
    margin: 20px 10px;
    /*height:190px;*/
    overflow:hidden;   
    box-sizing: border-box;

    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
    
}

.feat .para h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
    color: #181818;
    border-bottom: solid 1px #181818;
    padding-bottom: 5px;
    text-align: left;
    /*text-shadow: 0px 1px 2px #000000a6;*/
    
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}

.feat .para p {
    color: #181818;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 0px;
    height: 130px;
    
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}


.feat .para:hover{
    background: #08474a94;
    box-shadow: #000 0px 20px 30px -10px;
}

.feat .para:hover p {
    color: #ddd;
}

.feat .para:hover h4 {
    color: #ffc916;
    border-bottom: solid 1px #ffc916;
}


.order-one {
    padding: 100px;
    background-image: url(../images/order-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.order-one .odrfrm {
    background: #074346d1 !important;
}

.order-one .frmcntnt {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.order-one .sec-title__title {
    color: #62b9bc;
}


.order-one .page-header__title {
    background: #08474ae8;
    text-align: center;
    padding: 40px 0px 20px 0px;
    transform: perspective(750px) translate3d(0px, 0px, -250px) rotateX(27deg) scale(0.9, 0.9);
    border-radius: 20px;
    border: 5px solid #e6e6e6;
    box-shadow: 0 70px 40px -20px #000000a6;
    transition: 0.4s ease-in-out transform;
}

.order-one .page-header__title h1 {
    font-size: 60px;
}

.order-one .page-header__title h3 {
    font-size: 40px;
    margin-top: 30px;
}







.sof_imag{
    margin-left:40px;
    margin-right:40px;
    display:flex;
   
}
.sof_imag p{
    text-align:justify;
}
.sof_imag img{
    width:100%;
    height:100%;
}


/*.heading{*/
/*    margin:40px;*/
/*    text-align:center;*/
/*}*/

.proscreen {
    --s: 15px;
    --b: 2px;
    --w: 100%;
    --c: #116367;
    width: var(--w);
    /* aspect-ratio: 1; */
    object-fit: cover;
    padding: calc(2* var(--s));
    --_g: var(--c) var(--b), #0000 0 calc(100% - var(--b)), var(--c) 0;
    background: linear-gradient(var(--_g)) 50% / 100% var(--_i, 100%) no-repeat, linear-gradient(90deg, var(--_g)) 50% / var(--_i, 100%) 100% no-repeat;
    outline: calc(var(--w) / 2) solid #0009;
    outline-offset: calc(var(--w) / -2 - 2* var(--s));
    transition: .4s;
}
.proscreen:hover {
  outline: var(--b) solid var(--c);
  outline-offset: calc(var(--s)/-2);
  --_i: calc(100% - 2*var(--s));
}


.proabout-section .sec-title {
    margin-top: 0px;
}

.proabout-section {
    margin-top: 60px;
}

.proabout-section .contpera {
    text-align: justify;
}








.section-subs {
    /*background: #08474a;*/
    padding: 60px;
}

.subs-card {
    position: relative;
    margin: 0px 15px;
    background: #ffc916;
    padding: 0px 15px;
    border-radius: 10px 10px 0px 0px;
    background-image: url(../images/shapes/pricing-bg-1-1.png);
    
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}

.section-subs .subs-card p,
.section-subs .subs-card h1 {
    margin: 0px;
}

.section-subs .subs-card h3 {
    font-size: 24px;
    letter-spacing: 0.5px;
}

.section-subs h1 {
    font-family: "Playwrite DK Uloopet", cursive !important;
    font: bold 45px;
    letter-spacing: 2px;
    text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
               
}

.section-subs .card-headbg {
    background-image: url(../images/world-map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-subs .card-headbg .dl2 {
    width: 150px;
    margin: 10px auto;
}

.section-subs .card-head {
    color: #292e2f;
    text-align: center;
    padding: 40px 10px 0px 10px;
}

.botlin {
    width:70px;
    height: 2px;
    margin: 0px auto;
    background: #292e2f;
    box-shadow: 0px 1px 2px #292e2f75;
}
.botbotlin {
    width:50px;
    height: 2px;
    margin: 4px auto;
    background: #292e2f;
    box-shadow: 0px 1px 2px #292e2f75;
}

.section-subs .card-price {
    color: #fff;
    text-align: center;
    padding: 20px 10px 40px 10px;
}

.section-subs .card-cont-top-box {
    height: 20px;
}

.section-subs .card-cont-top {
    width: 0;
    height: 0;
    margin: 0px auto;

    border-left-width: 100%;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #ffc916;
    
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}

.section-subs .card-cont {
    background: #f8f9fa;
    height: 380px;
    overflow-y: scroll;
    scrollbar-color: #ffc9166b transparent;
    scrollbar-width: thin;
    padding: 0px 10px 20px 10px;
    border-radius: 10px 10px 0px 0px;
    
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}


.section-subs .popular .card-cont {
    scrollbar-color: #1a7c814a transparent;
}

.section-subs .card-cont.lsht {
    height: 310px;
}

.section-subs .card-cont ul{
    margin-top: 20px;
}

.card-cont ul li {
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-shadow: 0px 1px 0px #343434c9;
    color: #343434;
}

.section-subs .card-foot {
    padding: 10px 0px;
}

.section-subs .card-foot a {
    margin: 0px;
}

.section-subs .subs-card .highlit {
    background: #c30b0b;
    color: #fff;
    width: 80%;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 5px 10px 1px 10px;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: -5px;
    right: 10%;
    z-index: -1;
    
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}

.section-subs .subs-card:hover .highlit {
    top: -38px;
}

.section-subs .subs-card:hover {
    box-shadow: rgb(0 0 0 / 80%) 0px 20px 40px -3px;
}

/*.section-subs .subs-card:hover .card-cont {*/
/*    box-shadow: inset rgb(0 0 0 / 24%) 0px 0px 20px 0px;*/
/*}*/

.section-subs .cd-hero__btn {
    box-shadow: unset;
}

.section-subs .martop {
    margin-top: 100px;
}

.section-subs .full-btn {
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}

/*.section-subs .full-btn:hover {*/
/*    box-shadow: inset 0px 0px 8px 0 #f8f9fa9e, 0px 4px 4px #00000040;*/
/*}*/


.popular .subs-card {
    /*background-image: linear-gradient(85deg, #106165, #1a858b, #1a797e, #106165);*/
    background: #1a7e83;
    background-image: url(../images/shapes/pricing-bg-1-1.png);
}

.section-subs .popular .card-head {
    color: #f8f9fa;
    text-shadow: 0px 1px 1px #181818;
}

.section-subs .popular .botlin,
.section-subs .popular .botbotlin {
    background: #f8f9fa;
}

.section-subs .popular .subs-card .highlit {
    background: #ffc916;
    color: #c30b0b;
    font-weight: 600;
}

.section-subs .popular .card-cont-top {
    border-top: 20px solid #1a7e83;
}

.section-subs .popular .cd-hero__btn.cd-hero__btn--secondary {
    background-color: rgb(248 249 250);
    color: #022b36;
    font-weight: 600;
}

.section-subs .cd-hero__btn.cd-btn-prim:hover {
    background-color: #eaaa00;
    color: #022b36;
}


.section-subs .popular .cd-hero__btn.cd-hero__btn--secondary:hover {
    background-color: rgb(10 106 110);
    color: #f8f9fa;
    /*box-shadow: inset 0px 0px 8px 0 #f8f9fa9e, 0px 4px 4px #00000040;*/
}


.section-subs .subs-card:hover .card-cont-top {
    border-top: 0px solid #ffc916;
}


.section-subs .popular .subs-card:hover .card-cont-top {
    border-top: 0px solid #1a7e83;
}


.threads-icon {
    background-image: url(../images/threads.png);
    height: 18px;
    width: 18px;
    background-size: contain;
    
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}

.footer-two__widget__social li:hover .threads-icon {
    background-image: url(../images/threads-white.png);
    transform: rotate(360deg);
}


.indiamart-icon {
    background-image: url(../images/indiamart-f.png);
    height: 18px;
    width: 18px;
    background-size: contain;
    
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}

.footer-two__widget__social li:hover .indiamart-icon {
    background-image: url(../images/indiamart-white.png);
    transform: rotate(360deg);
}


.youtube-icon {
    background-image: url(../images/youtube-f.png);
    height: 18px;
    width: 18px;
    background-size: contain;
    
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}

.footer-two__widget__social li:hover .youtube-icon {
    background-image: url(../images/youtube-f-white.png);
    transform: rotate(360deg);
}

.footer-two--home-1 .footer-two__widget__social .ytube:hover {
    background: #ff0000;
}


.footer-two--home-1 .footer-two__widget__social .indmrt:hover {
    background: #ffffff;
}

.footer-two--home-1 .footer-two__widget__social .wapp i {
    font-weight: 700;
}


.footer-two--home-1 .footer-two__widget__social .wapp:hover {
    background: #25d366;
}


.main-header__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-header__logo .cnam {
    font-family: "Playwrite DK Uloopet", cursive !important;
    font-size: 18px;
    color: #116367;
    margin-left: 20px;
    margin-top: 24px;
    text-shadow: 0px 1px 1px #116367ab;
}

.tirupatiscroll .cnam {
    font-size: 16px;
    margin-top: 0px;
}

.socials {
    width: 41px;
}

.tirupati-nav .navbar-nav .nav-item .dropdown-menu.social-tray {
    right: 0px;
}

.tirupati-nav .navbar-nav .nav-item .dropdown-menu.social-tray .dropdown-item img {
    width: 20px;
    margin-right: 10px;
}

.tirupati-nav .navbar-nav .nav-item .dropdown-menu.social-tray li {
    -webkit-transition: all 0.8s ease-out; 
	-moz-transition: all 0.8s ease-out; 
	-o-transition: all 0.8s ease-out; 
	transition: all 0.8s ease-out;
}

.tirupati-nav .navbar-nav .nav-item .dropdown-menu .fb:focus, 
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .fb:hover {
    background: #425f9b !important;
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .tw:focus, 
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .tw:hover {
    background: #00aced !important;
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .wa:focus, 
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .wa:hover {
    background: #3ac34c !important;
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .in:focus, 
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .in:hover {
    background: #0073b1 !important;
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .ins:focus, 
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .ins:hover {
    background: -webkit-linear-gradient(135deg, hsla(40, 100%, 65%, 1) 0%, hsla(351, 88%, 54%, 1) 37%, hsla(331, 71%, 48%, 1) 60%, hsla(251, 49%, 51%, 1) 100%) !important;
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .im:focus, 
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .im:hover {
    background: #a01d18 !important;
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .yt:focus, 
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .yt:hover {
    background: #ff0000 !important;
}
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .td:focus, 
.tirupati-nav .navbar-nav .nav-item .dropdown-menu .td:hover {
    background: -webkit-linear-gradient(135deg, hsla(40, 100%, 65%, 1) 0%, hsla(351, 88%, 54%, 1) 37%, hsla(331, 71%, 48%, 1) 60%, hsla(251, 49%, 51%, 1) 100%) !important;
}

.tirupati-nav .navbar-nav .nav-item .social-tray li:hover a {
    color: #fff !important;
}

.tmcrd {
    padding-top: 30px;
}

.tmcrd .team-card__social {
    border-top: 1px solid #1e272e1f !important;
}

.section-ourteam .sec-title__title {
    color: #62b9bc;
}

.section-faq {
    padding: 60px 0px;
}


.section-content {
    padding: 60px 0px;
}


.section-clients {
    padding: 60px 20px;
}

.section-clients .thdbox {
    background-image: linear-gradient(45deg, #106165, #1a858b, #1a797e, #106165);
}

.section-clients .thdbox th {
    font-family: "Playwrite DK Uloopet", cursive !important;
    color: #FFFFFF;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 20px 10px 20px 10px;
}

.section-clients tbody tr {
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}

.section-clients tbody tr:hover {
    background: #ffc916;
}

.section-clients .cd-hero__btn {
    padding: 0px 10px;
}

.section-content h3 {
    text-align: center;
    color: #116367;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 1px;
    word-spacing: 2px;
    position: relative;
    margin-bottom: 50px;
}

.section-content h3::after {
    content: "";
    background-image: url(../images/dlteal.png);
    position: absolute;
    top: 0;
    left: calc(50% - 75px);
    bottom: -90px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: -1;
    width: 150px;
}

.section-content p {
    text-align: justify;
}


.section-content h4 {
    margin-top: 30px;
}

#google_translate_element {
    /*padding: 18px 0px 18px 10px;*/
    /*margin-left: 10px;*/
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b .text {
    color: #343434 !important;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:hover div {
    background: red !important;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd div {
    padding: 8px;
}


.section-copens .card-img-top {
    margin-top: 20px;
}

.section-copens .card-title {
    padding-bottom: 20px;
    line-height: 30px;
}

.card-img-box {
    height: 320px;
    overflow: hidden;
    padding: 30px;
    color: #343434;
}

.flagbox {
    padding: 16px 0px 16px 20px;
}

.flagbox .flagbtn {
    font-size: 22px;
    padding: 0px;
}

.flagbox .dropdown-toggle::after {
    font-size: 14px;
    vertical-align: 0.450em;
    margin-left: 0px;
}

.flagbox .dropdown-menu {
    min-width: fit-content;
    top: 66px;
    right: 0px;
    left: unset;
    border-radius: 0px;
    padding: 0px;
}

.flagbox .dropdown-menu .dropdown-item .fi {
    font-size: 22px;
}

.flagbox .dropdown-menu li {
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding: 9px 10px;
}

.btn.show,
.btn:first-child:active,
.btn.show:focus-visible,
.btn.show:focus,
.btn,
.btn:first-child:active,
.btn:focus-visible,
.btn:focus {
    border: unset;
}

.flagbox .flagbtn span {
    margin-top: 10px;
}

.flagbox .dropdown-menu li:nth-child(even):focus, 
.flagbox .dropdown-menu li:nth-child(even):hover {
    background: #ffc916;
}

.flagbox .dropdown-menu li:nth-child(odd):focus, 
.flagbox .dropdown-menu li:nth-child(odd):hover {
    background-image: linear-gradient(45deg, #106165, #1a858b, #1a797e, #106165);
}

.flagbox .dropdown-menu .dropdown-item:focus, 
.flagbox .dropdown-menu .dropdown-item:hover {
    background-color: unset;
    color: unset;
}


.section-careerjd {
    padding: 60px 0px;
}

.section-careerjd .jdbox {
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
}

.section-careerjd .jdbox:hover .sec-title {
    box-shadow: rgba(8, 71, 74, 0.4) 0px 5px, 
                rgba(8, 71, 74, 0.3) 0px 10px, 
                rgba(8, 71, 74, 0.2) 0px 15px, 
                rgba(8, 71, 74, 0.1) 0px 20px, 
                rgba(8, 71, 74, 0.05) 0px 25px;
}

.section-careerjd .sec-title {

    margin: 0px 10px;
    background: #08474a;
    margin-bottom: 40px;
    border-radius: 0px 0px 10px 10px;
    
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
    
}

.section-careerjd .sec-title__tagline {
    line-height: 2em;
    color: #FFFFFF;
    margin-bottom: 0px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-careerjd .jdlist {
    margin: 0px 15px;
    background: #efefef;
    padding: 0px 15px 40px 15px;
    border-radius: 10px;
    color: #343434;
    border: solid 1px #d1d1d1;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    
}

.section-careerjd .jdlist ul {
    margin-bottom: 0px;
    list-style: none;
}


.section-careerjd .jdlist ul li {
    margin-bottom: 20px;
    position: relative;
}

.section-careerjd .jdlist ul li:before{
   content: "\00BB"; 
   font-size: 22px;   
   position: absolute;
   left: -20px;
}

.section-careerjd .jdlist ul li:last-child {
  margin-bottom: 0px;
}

.section-copens .card {
    margin-bottom: 20px;
    
    -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
    
}

.section-copens .card:hover {
    border: solid 1px #ffc916;
}

.section-copens .card .card-img-box img,
.section-copens .card .cd-hero__btn {
     -webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;   
}

.section-copens .card:hover .card-img-box img {
    -ms-transform: scale(0.8); /* IE 9 */
  -webkit-transform: scale(0.8); /* Safari 3-8 */
  transform: scale(0.8); 
}

.section-copens .card:hover .cd-hero__btn {
    background: #ffc916;
    color: #2d2d2d;
}



.desk-hide {
    display: none;
}

.mob-hide {
    display: block;
}

@media (max-width: 414px) {

    .mob-hide {
        display: none;
    }
    
    .desk-hide {
        display: block;
    }
    
    .top-head ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .top-head ul li {
        line-height: 20px;
    }
    .top-head ul li span {
        display: none;
    }
    .image-popup-no-margins .paybtn span {
        display: block;
        margin-left: 4px;
    }
    .paybtn {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .main-header__logo {
        position: unset;
    }
    .main-header__logo img {
        width: 60px;
    }
    .tirupati-navmob {
        margin-left: auto;
        padding: 3px 8px;
    }
    .tirupati-nav {
        padding: 6px 0px;
    }
    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }
    .tirupati-nav .navbar-nav .nav-link.active, .tirupati-nav .navbar-nav .show>.nav-link {
        border-top: unset;
    }
    
    .tirupati-owner {
        width: calc(100% - 40px);
    }
    .sec-title {
        margin-top: 0px;
    }
    
    .serv-card-icon {
        text-align: center;
    }
    .service-card-four__circle {
        left: calc(50% - 40px);
    }
    
    .section-service, .section-achiev {
        padding-top: 40px;
    }
    
    .about-five__content,
    .sec-title__tagline,
    .sec-title__title {
        text-align: center;
    }
    
    .cd-hero__content p {
        margin-top: 20px;
    }

    .tiru-mob-steps {
        list-style: none;
        display: flex;
        flex-direction: column;
        position: relative;
        margin-left: 20px;
    }
    
    .tiru-mob-steps li {
        
    }
    
    .tiru-mob-steps::before {
        content: "";
        position: absolute;
        width: 5px;
        border: solid #116367;
        left: 0px;
        top: -12px;
        bottom: 16px;
        border-width: 5px 0 5px 5px;
    }
    
    .tiru-mob-steps li h3 {
        position: relative;
        color: #116367;
    }
    
    .tiru-mob-steps li h3::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background: white;
        border-radius: 999px;
        border: 3px solid #116367;
        background: #ffc916;
        left: -37px;
        top: 7px;
    }
    
    .tiru-mob-steps li p {
        padding-right: 20px;
    }
    
    .funfact-one {
         padding: 0px; 
    }
    
    .funfact-one__info {
        padding: 0px 14px;
        margin-top: 0px;
    }
    
    .funfact-one__info h4 {
        line-height: 40px;
    }
    
    .pno {
        display: flex;
        align-items: center;
    }
    .sp {
        display: none;
    }
    
    .tcont-left {
        padding-bottom: 0px;
    }
    
    .contact {
        padding-top: 20px !important;
    }
    
    .contact-box {
        width: 100%; 
        padding: 0px 20px 60px 20px;
    }
    
    .footer-two__widget__text {
        text-align: center;
    }
    
    .cd-hero__content h2 {
        font-size: 34px;
        line-height: 54px !important;
    }
    
    .cd-hero__content.cd-hero__content--full-width, 
    .cd-hero__content.cd-hero__content--half-width {
            padding-top: 70px;
    }
    
    .sec-title__title {
        font-size: 20px;
    }
    
    .section-testimonials .owl-carousel .item .item-inner .testi {
        padding: 70px 30px 30px 30px;
        margin-left: 0px; 
        margin-top: 75px;
    }
    
    .section-testimonials .owl-carousel .item .item-inner .thumb {
        top: -75px;
        left: calc(50% - 75px);
    }
    
    .proscreen {
        margin-bottom: 50px;
    }
    
    .product-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .pro-testi {
        margin-top: 60px;
    }
    
    .section-news input {
        width: 275px;
    }
    
    .section-faq .tmodbox .iconbox img {
        filter: grayscale(0);
    }
    
    .section-faq .tmodbox .iconbox {
        padding: 80px;
    }
    
    .section-subs {
        padding: 60px 0px;
        margin-bottom: 90px;
    }
    
    .section-subs .card-cont {
        height: unset;
    }
    
    .section-subs .subs-card .highlit {
        top: -38px;
    }
    
    .about-page-header .page-header__title h2 {
        font-size: 34px;
    }
    
    .about-page-header .page-header__title h3 {
        font-size: 30px;
    }
    
    .about-page-header .page-header__title {
        padding: 40px 10px 20px 10px;
        transform: unset;
        border-radius: unset;
        border: none;
        box-shadow: unset;
    }
    
    .titlebox {
        bottom: 5%;
    }

}















/* Popup image Animation css */

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}




/* Popup YouTube Animation css */

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

