@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&family=Teko:wght@300;600&display=swap);

body {
  padding: 0;
  margin: 0;
  font-family: Poppins, sans-serif !important;
  font-size: 16px;
  color: #333;
}

.header-part-bg {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #fff;
}

.full_width {
  width: 100%;
  float: left;
}

.hdr_top_bar {
  background: #071726;
  border-bottom: 1px solid #092c4a;
  padding-bottom: 10px;
}

ul.hdr_top_list {
  margin: 10px 0 0;
  padding: 0;
  float: left;
}

ul.hdr_top_list li {
  list-style: none;
  float: left;
  color: #5fb3ff;
  padding-left: 26px;
  margin-right: 32px;
}

ul.hdr_top_list li:last-child {
  margin-right: 0;
}

.hdr_call_icon {
  padding-left: 31px !important;
}

.hdr_social_icons {
  float: right;
}

.hdr_social_icons a {
  width: 39px;
  height: 41px;
  float: left;
  text-align: center;
  line-height: 41px;
  border-right: 1px solid #08243c;
  color: #5fb3ff;
  font-size: 16px;
}

.hdr_social_icons a:hover {
  color: #fff;
}

.header-variation-home {
  background-color: #092136;
}

.logo-image img {
  width: 200px;
  height: auto;
  padding: 5px 10px;
  position: absolute;
  z-index: 9999;
}

a {
  text-decoration: none !important;
}

.carousel-img img {
  width: 100%;
  height: auto;
}

.carousel-control.left {
  background-image: none;
  z-index: 9;
}

.carousel-control.right {
  background-image: none;
  z-index: 9;
}

.carousel-indicators li {
  background-color: #373435;
  width: 23px;
  height: 15px;
  border: 3px solid #fff;
}

.carousel-indicators .active {
  width: 23px;
  height: 15px;
  background-color: #2775bc;
}

.carousel-caption {
  bottom: 30%;
}

.carousel-caption h3 {
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 2px 2px 2px #000;
}

.carousel-caption h3 span {
  font-size: 48px;
  color: #fff;
  font-weight: 100;
  display: block;
}

.carousel-caption p {
  font-size: 18px;
  color: #fff;
}

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

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.padding-top {
  padding-top: 20px;
}

.navigation-bg {
  background-color: #0ff;
}

.header_area {
  background: #0ff;
}

.navigation {
  width: 100%;
  display: table;
  position: relative;
  font-family: Poppins, sans-serif !important;
  background-color: transparent;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
  position: absolute;
  top: -60px;
  right: 15px;
  width: 50%;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:focus,
.nav-brand:hover {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo>img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus>img {
  outline: initial;
}

.navigation-portrait .nav-logo>img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #0ff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #000;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
  float: none;
}

.nav-menu>li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu>li {
  width: 100%;
  position: relative;
  border-top: solid 1px #0d0d0d;
}

.navigation-portrait .nav-menu>li:last-child {
  border-bottom: solid 1px #0d0d0d;
}

.nav-menu+.nav-menu>li:first-child {
  border-top: none;
}

.nav-menu>li>a {
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu>li>a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu>li.active>a,
.nav-menu>li.focus>a,
.nav-menu>li:hover>a {
  color: #fff;
  background-color: #1c6aae;
}

.nav-menu>li>a>[class*="ion-"],
.nav-menu>li>a>i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social>li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
  width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 10px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  margin-left: 12px;
  border-color: transparent #161616 #161616 transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #022c54;
}

.nav-search>form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="search"],
.nav-search-inner input[type="text"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: 0;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="search"],
.navigation-portrait .nav-search-inner input[type="text"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:focus,
.nav-button:hover {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 285px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu>li>.nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown>li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown>li>a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 15px;
  color: #fff;
  background-color: #287cc0;
}

.nav-dropdown>li.focus>a,
.nav-dropdown>li:hover>a {
  color: #022c54;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
  text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
  border-color: transparent #000 #000 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal>li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
  width: 100%;
}

.nav-dropdown-horizontal>li>a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 80%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 16px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
  margin-right: 10%;
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:after,
.megamenu-panel-row:before {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav>li>a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list>li>a {
  width: 100%;
  padding: 10px 10px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
}

.megamenu-list>li>a:hover {
  background-color: #022c54;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.megamenu-list>li.megamenu-list-title>a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-4 h4 a {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu>li>a {
  color: #161616;
  text-transform: none;
}

.nav-dropdown>li>a {
  color: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #0e5da4;
}

.nav-dropdown>li>a:focus,
.nav-dropdown>li>a:hover {
  color: #2775bc;
  background-color: #fff;
  transition: 0.5s ease;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navigation-portrait .nav-menu>li {
    border-top: solid 1px #ccc;
  }

  .megamenu-list>li>a,
  .nav-dropdown>li>a {
    width: 100%;
  }

  .megamenu-list {
    margin: 0 0 0;
  }

  .megamenu-list>li>a {
    padding: 8px 10px;
    border-bottom: 1px dashed #ccc;
  }
}

.wel-text-section {
  padding: 70px 0;
}

.sap-image img {
  width: 100%;
  height: auto;
}

.sap-image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.experience {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 20px 20px;
  background-color: #efefef;
  border: 5px solid #fff;
}

.experience h4 {
  position: relative;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  color: #2775bc;
}

.experience p {
  font-size: 18px;
  margin: 5px 0;
  line-height: 30px;
  color: #22486e;
  font-weight: 600;
}

.wel-text h1 span {
  font-weight: 300;
  font-size: 19px;
  margin: 0 0;
  color: #2775bc;
  text-transform: none;
  display: block;
  line-height: 35px;
}

.wel-text h1 {
  font-weight: 700;
  font-size: 48px;
  color: #2775bc;
  line-height: 60px;
}

.wel-text h1 span {
  font-weight: 200;
  font-size: 40px;
}

.welcome-text h2 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}

.welcome-text p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #181818;
  text-align: justify;
  margin: 7px 0 7px;
}

.welcome-text-footer p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #181818;
  text-align: justify;
  margin: 7px 0 7px;
  display: none;
}

.wel-part-img img {
  width: 100%;
  height: auto;
  margin: 5px 0;
}

.decor-1 {
  width: 100%;
  margin: 0 0 3px 0;
}

.btn-box {
  margin-top: 20px;
}

.dropex-btn {
  display: inline-block;
  padding: 9px 35px;
  border: 2px solid hsla(0, 0%, 0%, 0.12941176470588237);
  text-transform: uppercase;
  font-size: 14px;
  z-index: 9;
  line-height: 32px;
  font-weight: 600;
  position: relative;
  color: #161616;
  overflow: hidden;
}

.dropex-btn:hover {
  color: #0e5da4;
}

.our-product-part {
  padding: 50px 0 35px;
  background-color: #0e5da4;
}

.our-classes {
  text-align: center;
}

.our-classes h2 span {
  font-weight: 300;
  font-size: 23px;
  margin: 0 0;
  color: #161616;
  text-transform: uppercase;
  display: block;
  line-height: 35px;
}

.our-classes h2 {
  font-weight: 700;
  font-size: 44px;
  text-transform: uppercase;
  margin: 0 0 1px;
  color: #fff;
  line-height: 50px;
}

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

.service-block-one {
  padding: 45px 0 30px 0;
}

.service-block-one .inner-box {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 25px 15px;
  transition: 0.5s;
}

.service-block-one .icon {
  position: relative;
  width: 82px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin: 0 auto;
  background-color: #2775bc;
  font-size: 25px;
  margin-top: -33px;
  margin-bottom: 9px;
  color: #2775bc;
  transition: 0.5s;
  border: 4px solid #fff;
}

.service-block-one h4 a {
  color: #061a3a;
  transition: 0.5s;
  text-transform: none;
  text-decoration: none;
}

.service-block-one .text {
  position: relative;
  margin: 9px 0 15px;
}

.text {
  font-size: 16px;
  line-height: 26px;
  color: #181818;
  margin: 0 0 11px;
}

.service-block-one .inner-box:hover .icon {
  transform: rotate(180deg);
  color: #fff;
}

.service-block-one .inner-box:hover {
  box-shadow: 0 4px 7px 0 #2775bc17;
}

.service-block-one .inner-box:hover .icon:before {
  transform: scale(1);
}

.service-block-one .icon:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  transition: 0.9s;
  transform: scale(0.5);
  opacity: 0;
  background-color: #2775bc;
}

.service-block-one .icon span {
  position: relative;
}

.inner-box .image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.inner-box h4 {
  font-size: 17px;
  margin: 10px 0 7px;
  line-height: 26px;
  font-weight: 700;
}

.btn-style-one.style-two {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 18px 35px;
  color: #061a3a;
  box-shadow: none;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
  font-weight: 500;
  overflow: hidden;
  text-transform: capitalize;
  vertical-align: middle;
  margin: 0 0 5px 0;
}

.btn-style-one.style-two:hover {
  background-color: #2775bc;
  color: #fff;
  transition: 1s;
}

.flaticon-termite {
  font-size: 120%;
  left: 7px;
  position: relative;
}

.common-pests-problems-section {
  padding: 80px 0;
}

.common-pests-problems-section h2 {
  font-weight: 700;
  font-size: 44px;
  text-transform: uppercase;
  margin: 0 0 1px;
  color: #2775bc;
  line-height: 50px;
  text-align: center;
}

.common-box {
  text-align: center;
  margin: 0 0;
  border: 4px solid #0ff;
  color: #0ff;
  transition: 0.5s;
  background-color: #2775bc;
  margin-bottom: 25px;
}

.common-box h4 {
  padding-top: 15px;
  font-size: 20px;
  top: 22px;
  color: #fff;
  text-align: center;
}

.common-box img {
  width: 80px;
  height: auto;
  margin-top: 8px;
}

.client-box img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.why-choose-us {
  padding: 80px 0 90px;
  background-color: #aff;
}

.why-text h4 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 2px;
  color: #2775bc;
  line-height: 35px;
}

.why-text h4 span {
  padding-bottom: 5px;
  font-weight: 300;
  font-size: 20px;
  margin: 0 0;
  color: #2775bc;
  text-transform: none;
  display: block;
  line-height: 26px;
}

.why-choose-text p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #181818;
  margin: 7px 0 7px;
}

.why-box {
  box-shadow: 1px 3px 8px 0 #54545463;
  background: #fff;
  padding: 25px 15px 25px 125px;
  margin: 20px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.why-box .icon-1 {
  position: absolute;
  left: 20px;
  margin: 0 0;
  width: 90px;
  height: 90px;
  border: 4px solid #0ff;
  color: #0ff;
  transition: 0.5s;
  line-height: 80px;
  text-align: center;
  background-color: #2775bc;
  font-size: 37px;
  box-shadow: 0 30px 50px 0 #253b701a;
}

.why-box .icon-1 i::before {
  font-size: 25px;
}

.icon-1 img {
  display: block;
  width: auto !important;
  height: auto;
  padding: 10px;
  margin: 0;
  text-align: center;
  margin: 0 auto;
}

.why-box h4 {
  margin: 3px 0 5px;
  font-size: 20px;
  color: #2775bc;
  font-weight: 600;
  line-height: 27px;
}

.why-box .content p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #181818;
}

.why-box .content p a {
  color: #828893;
}

.why-box .content p a:focus,
.why-box .content p a:hover {
  color: #828893;
}

.why-box:focus .icon-1,
.why-box:hover .icon-1 {
  background: #0ff;
  color: #fff;
  border-color: #2775bc;
  transform: scale(1);
  opacity: 1;
  transition: 0.9s;
}

.why-wel-part {
  position: relative;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.why-wel-part .one-img {
  position: absolute;
  top: -25px;
  left: 70px;
  z-index: -1;
}

.why-wel-part .two-img {
  position: absolute;
  right: -40px;
  bottom: -30px;
  z-index: -1;
}

.why-image img {
  margin: 10px 0;
  width: 100%;
  height: auto;
}

.author-info {
  position: absolute;
  left: 15px;
  bottom: 165px;
  box-shadow: 0 10px 20px 0 #253b701a;
  padding: 25px 15px;
  text-align: center;
  background: #ffebc4;
  max-width: 230px;
  width: 100%;
  border: 5px solid #fff;
  box-shadow: inset 0 0 6px 0 #00000052;
  border-radius: 25px 0 25px 0;
}

.author {
  text-align: center;
  margin: 0 auto;
}

.author p {
  font-size: 45px;
  line-height: 50px;
  background-color: #0ff;
  color: #fff;
  font-weight: 700;
  width: 90px;
  height: 90px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.author-info h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 15px;
}

.btton-call {
  background: #2775bc;
  position: relative;
  padding: 12px 20px;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  box-shadow: inset 0 0 6px 0 #00000052;
}

.btton-call a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
}

.btton-call:hover {
  background-color: #0ff;
  transition: 0.9s;
}

.phone {
  position: absolute;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  left: 40%;
  bottom: -40px;
  transition: 0.5s;
  background: #0ff;
  display: inline-block;
  box-shadow: inset 0 0 6px 0 #00000052;
}

.email {
  position: absolute;
  background: #2775bc;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 75px;
  left: -30px;
  bottom: 200px;
  transition: 0.5s;
  display: inline-block;
  border: 5px solid #fff;
  box-shadow: inset 0 0 6px 0 #00000052;
}

.icon img {
  display: block;
  width: 62px;
  height: auto;
  margin: 13px auto;
}

.video-part {
  padding: 50px 0 70px;
  position: relative;
  align-items: center;
}

.vedio-part-img {
  text-align: center;
}

.vedio-part-img img {
  height: auto;
  width: 100%;
  border-radius: 25px 0 25px 0;
}

.accordion {
  background-color: #0ff;
  color: #fff;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-weight: 600;
  font-size: 16px;
  transition: 0.4s;
  border-radius: 25px 0 25px 0;
}

.accordion:hover {
  background-color: #2775bc;
}

.accordion:after {
  content: "\002B";
  color: #fff;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}

.accordion:hover:after {
  content: "\2212";
}

.panel {
  margin-bottom: 4px;
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 0 solid transparent;
  border-radius: 0 25px 0 25px;
}

.panel p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #181818;
  text-align: justify;
  margin: 7px 0 7px;
}

.text-center-part {
  text-align: center;
  padding-bottom: 25px;
}

#owl-demo2 .item p {
  margin: 0;
  background-color: #01a7e1;
  font-size: 17px;
  line-height: 40px;
  color: #fff;
}

#followbuttons {
  top: calc(50% - 80px) !important;
  border: 0;
  position: fixed;
  z-index: 1000;
  right: 0;
}

#followbuttons-1 {
  top: calc(55% - 30px) !important;
  border: 0;
  position: fixed;
  z-index: 1000;
  right: 0;
}

.footer {
  padding: 50px 0 20px 0;
}

.bgi-footer {
  background: #252525 url("../images/bgi-footer.jpg") no-repeat fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.box-info {
  padding: 0;
  border: 1px solid #4a4b4f;
  border-bottom: 3px solid #0ff;
  margin-bottom: 30px;
}

.box-info:hover {
  background-color: #252525;
}

.box-info .box-info-icon {
  padding: 20px 18px;
  font-size: 25px !important;
  color: #0ff;
  display: inline-block;
  height: 100%;
}

.blog-page {
  padding: 50px 0 0 0;
}

.blog-text-nw {
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  overflow: hidden;
  height: 100%;
  transform: translateY(-10px);
}

.blog-text-nw:hover {
  box-shadow: 1px 8px 15px #66666620;
  background-color: #ffffff;
}

.blog-text-nw h3 {
  color: #016509;
  text-align: center;
  font-size: 20px;
  margin-top: 0;
  padding: 10px 15px 10px 15px;
}

.blog-text-nw h3 a {
  color: #050505;
}

.blog-text-nw h3 a:hover {
  color: #272727;
}

.blog-text-nw p {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  /* padding: 10px 15px 30px 15px; */
  color: #333;
}

.blog-text-nw img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.blog-post-name {
  font-size: 30px;
  color: #006501;
  text-align: center;
  font-weight: 600;
}

.box-info .box-info-body {
  padding: 20px 0 20px 20px;
  border-left: 1px solid #4a4b4f;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.box-info .box-info-body p {
  color: #ccc;
  margin-bottom: 0;
}

.box-info .box-info-body h4 {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0;
}

.box-info a {
  color: #fff;
}

.box-info a:hover {
  color: #0ff;
}

.f-desc {
  color: #fff;
  padding: 50px 0;
}

.fcopy {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.fcopy .footer-icon {
  vertical-align: middle;
  width: 25px;
}

.footer-item {
  line-height: 20px;
  color: #999;
  font-weight: 400;
  margin-bottom: 20px;
  min-height: 250px;
}

.footer-item p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #999;
  text-align: left;
  margin: 7px 0 7px;
}

.footer-item .list li {
  padding: 6px 0;
}

.footer-item .list a {
  color: #999;
}

.footer-item .list a:hover {
  color: #0ff;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-title {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  position: relative;
  padding: 10px 0;
  margin-bottom: 40px;
  margin-left: 10px;
}

.footer-title span {
  color: #0ff;
}

.footer-title h5 {
  margin-bottom: 10px;
}

.footer-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 10px;
  left: -10px;
  bottom: -6px;
  border-bottom: 3px solid #0ff;
}

.footer-title:after {
  position: absolute;
  content: "";
  width: 120px;
  height: 10px;
  border-bottom: 1px solid #aaa;
}

.about-info {
  margin-top: 40px;
}

.footer-blog-item {
  padding-left: 30px;
  margin-bottom: 15px;
}

.footer-blog-item:before {
  font-family: FontAwesome;
  content: "\f105";
  color: red;
  float: left;
  margin-left: -26px;
  font-size: 16px;
}

.footer-blog-item .footer-blog-lead {
  line-height: 20px;
  color: #999;
  font-weight: 400;
}

.footer-blog-item .footer-blog-lead a {
  color: #999;
}

.footer-blog-item .footer-blog-lead a:hover {
  color: #fff;
}

.footer-blog-item .footer-blog-date {
  font-size: 12px;
  line-height: 17px;
  color: red;
  margin-top: 5px;
}

.fsosmed {
  background-color: rgba(34, 34, 34, 0.7);
  text-align: center;
  padding: 10px 0;
}

.fsos {
  color: #0ff;
  display: inline-block;
  font-weight: 700;
}

.footer-sosmed {
  margin-top: 20px;
  display: inline-block;
}

.footer-sosmed .item {
  color: #fff;
  display: inline-table;
  margin: 0 14px;
}

.footer-sosmed .item:hover {
  color: #0ff;
}

.footer-sosmed .item .fa {
  font-size: 20px;
}

.quote-icon-btn {
  position: fixed;
  top: 38%;
  right: 0;
  z-index: 9999999;
}

.quote-icon-btn img {
  width: 46px;
  height: auto;
}

.recaptcha-size {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.whatsapp-btn img {
  position: fixed;
  z-index: 9999999;
  width: 45px;
  height: auto;
  bottom: 90px;
  left: 15px;
}

.contact {
  margin-top: 50px;
  width: 100%;
  border: 2px solid #204fed;
  padding: 30px 0;
  text-align: center;
}

.btnf-call-us img {
  position: fixed;
  bottom: 35px;
  z-index: 999999;
  left: 15px;
  height: auto;
  width: 45px;
}

.page_title_section {
  float: left;
  width: 100%;
  background: url(../images/header-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 80px;
}

.page_title_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}

.page_header {
  padding-bottom: 0;
  border-bottom: 0;
}

.page_header .sub_title {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-top: 5px;
}

.page_header .sub_title li {
  float: left;
  font-size: 16px;
  line-height: 35px;
  text-transform: capitalize;
}

.page_header .sub_title li a {
  color: #0ff;
}

.page_header .sub_title li:last-child {
  color: #e3cca2;
}

.page_header .sub_title a:hover {
  color: #e3cca2;
}

.icon_breamcum {
  color: #0ff;
  font-size: 16px;
  margin-left: 3px;
  margin-right: 3px;
}

.page_header_bottom {
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.page_header_line {
  width: 100%;
  padding: 20px 0;
  text-align: right;
}

.page_header_line h1 {
  font-size: 38px;
  margin-top: 35px;
  line-height: 70px;
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding-bottom: 60px;
}

.page-part {
  padding: 10px 0 30px 0;
}

.pro-text p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #181818;
  text-align: justify;
}

.ct-page {
  background-color: #f5f5f5;
  padding: 10px 20px;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
}

.ct-page a {
  color: #2775bc;
}

.production-img img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.pro-text h2 {
  font-size: 26px;
  color: #2775bc;
  font-weight: 700;
  margin: 15px 0 5px 0;
}

.pro-text h3 {
  font-size: 22px;
  color: #2775bc;
  font-weight: 700;
  margin: 15px 0 5px 0;
}

.pro-text h4 {
  font-size: 22px;
  color: #2775bc;
  font-weight: 700;
  margin: 15px 0 5px 0;
}

.door-text h5 {
  text-align: center;
  font-size: 20px;
  padding-top: 15px;
  color: #b47d3a;
  font-weight: 700;
  margin-bottom: 30px;
}

.photo-img img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.photo-img {
  margin-bottom: 20px;
}

.list-page {
  padding: 5px 0;
}

.list-page ul {
  padding-left: 5px;
  margin-bottom: 0;
}

.list-page ul li {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 5px 6px;
  list-style: none;
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  padding-left: 40px;
  color: #181818;
  line-height: 28px;
}

.contact {
  margin-top: 10px;
  width: 100%;
  border: 2px solid #022c54;
  padding: 10px 0;
}

.icon_box img {
  bottom: 26px;
  position: relative;
}

.contact .icon_box {
  background-color: #fff;
  position: relative;
  height: 70px;
  width: 70px;
  margin: 17px auto 35px;
  line-height: 120px;
  transition: 0.4s ease;
  text-align: center;
  margin-top: -65px;
}

.contact .icon_box::before {
  position: absolute;
  content: "";
  border: 3px solid #022c54;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  transform: rotate(0);
  left: 0;
  transition: 0.5s ease;
  background-color: #fff;
}

.contact:hover {
  border-color: #022c54;
  transition: 0.5s ease;
}

.contact:hover .icon_box::before {
  border-color: #312d2e;
  transition: 0.5s ease;
}

.contact p {
  color: #333;
  font-size: 16px;
  line-height: 29px;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.contact h2 {
  text-align: center;
  color: #022c54;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.contact h6 {
  padding-left: 15px;
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #022c54;
  padding-bottom: 7px;
  font-weight: 600;
}

.contact a {
  margin: 0;
  color: #333;
}

.contact a:hover {
  color: #022c54;
  text-decoration: none;
  transition: 0.5s;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 5px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 20px 0;
  width: 100%;
}

.Submit-box {
  background-image: linear-gradient(90deg, #022c54, #022c54);
  color: #fff;
  padding: 10px 15px;
  font-size: 17px;
  border-radius: 5px;
}

.form-control:focus {
  box-shadow: none !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 5px;
  width: 100%;
}

.package {
  padding: 0 0;
}

.package ul {
  padding-left: 5px;
  margin-bottom: 0;
}

.package ul li {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 5px 6px;
  list-style: none;
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  padding-left: 40px;
  color: #000;
  line-height: 28px;
}

.table-responsive {
  overflow-x: auto;
}

.table-new td {
  border: 2px solid #ccc !important;
  padding: 10px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

body .thumbnail-container,
body .thumbnail_container {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

body .thumbnail {
  margin: 0;
  display: block;
  padding: 0;
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background: 0 0;
}

body .thumbnail a,
body .thumbnail img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.object-fit img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.social-media {
  text-align: left;
}

.social-media ul {
  margin: 0;
  padding: 0px;
}

.social-media ul li {
  list-style-type: none;
  display: inline-block;
  padding: 10px 0px;
}

.social-media ul li a i {
  background: #2775bc;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
  line-height: 30px;
}

.social-media ul li a i:hover {
  color: #0ff;
  background-color: #fff;
}

@media only screen and (max-width: 999px) {
  .hdr_top_bar {
    display: none;
  }

  .logo-image img {
    width: 200px;
    height: auto;
    padding: 5px 10px;
    position: relative;
    z-index: 99;
  }

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

  .page_header_line h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .carousel-img img {
    width: 100;
    height: auto;
  }

  .carousel-caption {
    bottom: 15%;
  }

  .carousel-caption h3 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 2px 2px 2px #000;
  }

  .experience {
    position: relative;
  }

  .carousel-caption h3 span {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    display: block;
  }

  .inner-box {
    margin-bottom: 30px;
  }

  .logo-image img {
    width: 150px;
    height: auto;
    padding: 10px;
  }

  .choice-section::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    display: block;
    background-color: #fff;
  }

  .satisfaction-box {
    margin-top: 25px;
  }

  .why-box {
    box-shadow: 1px 3px 8px 0 #54545463;
    background: #fff;
    padding: 25px 15px 25px 25px;
    margin: 20px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }

  .why-box .icon-1 {
    position: relative;
  }

  .author-info {
    position: relative;
  }

  .email {
    position: relative;
    background: #2775bc;
  }

  .phone {
    position: relative;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 15px;
    left: 0;
    bottom: 155px;
    transition: 0.5s;
    background: #0ff;
    display: inline-block;
    box-shadow: inset 0 0 6px 0 #00000052;
  }

  .why-box .content p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #181818;
    padding-top: 16px;
  }

  .client-box-bg .col-lg-2 {
    width: 50% !important;
    float: left;
  }
}

/* .keytags ul li a {
  font-size: 13px;
  color: #000;
}

.keytags ul li {
  font-size: 14px;
  color: #034b8f;
  list-style: "◉";
  padding-left: 10px;
}

.keytags span a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.keytags span {
  font-size: 15px;
  color: #034b8f;
  list-style: "◉";
  padding-left: 10px;
} */

/* fancybox start  */
.gallery-sec {
  padding: 40px 0 10px 0;
}

.gallery-sec .gap {
  margin-bottom: 30px;
}

.gallery-sec .gallery-items {
  position: relative;
}

.gallery-sec .gallery-items .thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-sec .gallery-items .thumbnail-container:after {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.gallery-sec .gallery-items .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-sec .gallery-items .icon i {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 30px;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transform-origin: center;
}

.gallery-sec .gallery-items:hover .thumbnail-container:after {
  opacity: 1;
  transform: scale(1);
}

.gallery-sec .gallery-items:hover .icon i {
  opacity: 1;
  transform: scale(1);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  --webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs>ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x>ul {
  overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs>ul>li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs>ul>li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs>ul>li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px);
  }
}

/* fancybox end  */


.page-part .iframe-loc {
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-part .iframe-loc video {
  height: 325px;
  width: 100%;
}


.f-20 {
  font-size: 20px;
}


/* blog part start */
.cm-innerpage {
  position: relative;
  padding: 60px 0;
  min-height: 200px;
}
.blog-text-nw {
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  overflow: hidden;
  transform: translateY(-10px);
  height: 100%;
  padding: 20px;
}
.blog-text-nw h3 {
  color: #000000;
  text-align: left;
  font-size: 19px;
  margin-bottom: 20px;
}
.blog-text-nw h3 a {
  color: inherit;
  line-height: 125%;
}
.blog-text-nw p {
  text-align: justify;
  font-size: 17px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* change this to 2 if you want only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-text-nw img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
} 
.blog-text-nw .more-btn {
  margin: 20px 0;
}
/* blog part end */

.blog-innerpage {
  position: relative;
  padding: 70px 0;
}

.blog-innerpage p {
  text-align: justify;
}

.blog-innerpage h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  color: #0198db;
}

.blog-innerpage .product-image{
  float: right;
  margin-left: 30px;
  max-width: 600px;
}

.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.floating-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}

.floating-contact a:hover {
  transform: scale(1.1);
}

.download-button {
  background-color: #006edd;
}

.call-button {
  background-color: #242d65;
}

.whatsapp-button {
  background-color: #25d366;
}

/* Icon style */
.floating-contact i {
  font-size: 23px;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ffffff30;
  }

  70% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* Responsive fix */
@media (max-width: 480px) {
  .floating-contact {
    left: 15px;
    right: auto;
    bottom: 23%;
  }

  .floating-contact a {
    width: 48px;
    height: 48px;
  }

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



/* new page css  */


/* =========================================================
   MAIN CONTENT
========================================================= */

.fvm-flow-main {  
  padding: 75px 0;  
}


/* =========================================================
   INTRO
========================================================= */

.fvm-flow-intro {
    padding-bottom: 32px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5eaf0;
    text-align: justify;
    
}

.fvm-flow-intro h1 {
    position: relative;
    margin: 0 0 22px;
    padding-left: 10px;
    color: #142b46;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 750;
    letter-spacing: -0.5px;
}

.fvm-flow-intro h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: calc(100% - 6px);
    background: #1682c1;
    border-radius: 5px;
}

.fvm-flow-main p {
    margin: 0 0 18px;
    color: #5b6877;
    font-size: 16px;
    line-height: 1.85;
    text-align: justify;
}

.fvm-flow-main strong {
    color: #203d5c;
    font-weight: 700;
}
.fvm-flow-intro, p a{
  color: #00BCD4;
}
.fvm-flow-intro, .fvm-flow-section p a:hover{
  color: #007bff;
}
/* =========================================================
   CONTENT SECTION
========================================================= */

.fvm-flow-section {
    padding: 32px 0;
    border-bottom: 1px solid #e6ebf0;
    
    
    
    
}


/* =========================================================
   SECTION TITLE
========================================================= */

.fvm-flow-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 21px;
}

.fvm-flow-title h2 {
    margin: 0;
    color: #152d49;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 750;
}


/* =========================================================
   LIST
========================================================= */

.fvm-flow-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 23px 0;
    padding: 0;
    list-style: none;
    
}

.fvm-flow-points li {
    position: relative;
    min-height: 62px;
    display: flex;
    align-items: center;
    padding: 13px 16px 13px 48px;
    background: #f7f9fb;
    border: 1px solid #e4eaf0;
    border-radius: 11px;
    color: #526171;
    font-size: 14.5px;
    line-height: 1.55;
    transition: 0.25s ease;
}

.fvm-flow-points li::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background: #1682c1;
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.fvm-flow-points li:hover {
    background: #ffffff;
    border-color: #bdd6e6;
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(20, 50, 80, 0.07);
}


/* =========================================================
   FAQ
========================================================= */

.fvm-flow-faq {
    padding-top: 35px;
    
}

.fvm-flow-faq-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.fvm-flow-faq-box {
    padding: 21px 23px;
    background: #f7f9fb;
    border: 1px solid #e3e9ef;
    border-radius: 12px;
    transition: 0.25s ease;
}

.fvm-flow-faq-box:hover {
    background: #ffffff;
    border-color: #c5d9e7;
    box-shadow: 0 8px 22px rgba(20, 50, 80, 0.06);
}

.fvm-flow-faq-box h3 {
    margin: 0 0 9px;
    color: #203b59;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
}

.fvm-flow-faq-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   CONTACT BOX
========================================================= */

.fvm-flow-contact {
    padding-top: 38px;
    
}

.fvm-flow-contact-box {
    position: relative;
    overflow: hidden;
    padding: 36px 38px;
    background: linear-gradient(
        135deg,
        #142b46 0%,
        #1682c1 100%
    );
    border-radius: 17px;
}

.fvm-flow-contact-box::after {
    content: "";
    position: absolute;
    right: -75px;
    top: -75px;
    width: 190px;
    height: 190px;
    border: 35px solid rgba(255,255,255,0.08);
    border-radius: 50%;
}

.fvm-flow-contact-tag {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.78);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.fvm-flow-contact-box h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 17px;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.4;
    font-weight: 750;
}

.fvm-flow-contact-box p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255,255,255,0.88);
    text-align: justify;
}

.fvm-flow-contact-box strong {
    color: #ffffff;
}


/* =========================================================
   SIDEBAR
========================================================= */

.fvm-flow-sidebar {
    position: sticky;
    top: 30px;

    padding: 75px 0;
}


/* =========================================================
   PRODUCT BOX
========================================================= */

.fvm-flow-product-box {
    overflow: hidden;
    margin-bottom: 28px;
    background: #ffffff;
    border: 1px solid #e3e9ef;
    border-radius: 17px;
    box-shadow: 0 9px 28px rgba(20, 43, 70, 0.07);
}

.fvm-flow-product-box h3 {
    position: relative;
    margin: 0;
    padding: 21px 24px;
    background: #142b46;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
}

.fvm-flow-product-box h3::after {
    content: "";
    position: absolute;
    left: 24px;
    bottom: 0;
    width: 50px;
    height: 3px;
    /* background: #2d9bd4; */
    border-radius: 4px;
}


/* =========================================================
   PRODUCT MENU
========================================================= */

.fvm-flow-product-menu {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}

.fvm-flow-product-menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #edf0f3;
}

.fvm-flow-product-menu li:last-child {
    border-bottom: 0;
}

.fvm-flow-product-menu li a {
    position: relative;
    display: block;
    padding: 14px 20px 14px 43px;
    color: #465668;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s ease;
}

.fvm-flow-product-menu li a::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #1682c1;
    border-right: 2px solid #1682c1;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.25s ease;
}

.fvm-flow-product-menu li a:hover {
    padding-left: 48px;
    color: #1682c1;
    background: #f3f8fc;
}

.fvm-flow-product-menu li a:hover::before {
    left: 26px;
}


/* =========================================================
   SIDEBAR CTA
========================================================= */

.fvm-flow-sidebar-cta {
    position: relative;
    overflow: hidden;
    background: #142b46;
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(20, 43, 70, 0.13);
}

.fvm-flow-sidebar-cta::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -75px;
    width: 170px;
    height: 170px;
    border: 35px solid rgba(255,255,255,0.06);
    border-radius: 50%;
}

.fvm-flow-sidebar-cta::after {
    content: "";
    position: absolute;
    left: -55px;
    bottom: -55px;
    width: 100px;
    height: 100px;
    border: 22px solid rgba(45,155,212,0.12);
    border-radius: 50%;
}


/* =========================================================
   SIDEBAR TOP
========================================================= */

.fvm-flow-sidebar-top {
    position: relative;
    z-index: 2;
    padding: 28px 25px 25px;
    text-align: center;
}

.fvm-flow-sidebar-top > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 75px;
    padding: 12px 18px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 10px;
}

.fvm-flow-sidebar-top > a img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 65px;
    object-fit: contain;
}

.fvm-flow-sidebar-top h3 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 650;
}


/* =========================================================
   SIDEBAR CONTACT
========================================================= */

.fvm-flow-sidebar-contact {
    position: relative;
    z-index: 2;
    padding: 20px 25px 24px;
    background: rgba(0,0,0,0.13);
    border-top: 1px solid rgba(255,255,255,0.12);
}

.fvm-flow-sidebar-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fvm-flow-sidebar-contact li {
    margin: 0 0 10px;
}

.fvm-flow-sidebar-contact li:last-child {
    margin-bottom: 0;
}

.fvm-flow-sidebar-contact li a {
    display: block;
    padding: 12px 14px;
    background: rgba(255,255,255,0.09);
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    transition: 0.25s ease;
}

.fvm-flow-sidebar-contact li a:hover {
    background: #ffffff;
    color: #1682c1;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .fvm-flow-page {
        padding: 55px 0;
    }

    .fvm-flow-main {
        padding: 32px;
        margin-bottom: 35px;
    }

    .fvm-flow-intro h1 {
        font-size: 30px;
    }

    .fvm-flow-title h2 {
        font-size: 24px;
    }

    .fvm-flow-points {
        grid-template-columns: 1fr;
    }

    .fvm-flow-sidebar {
        position: relative;
        top: auto;
        margin-top: 10px;
    }

}


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

@media (max-width: 767px) {

    .fvm-flow-page {
        padding: 40px 0;
    }

    .fvm-flow-main {
        padding: 24px 20px;
        border-radius: 14px;
    }

    .fvm-flow-intro h1 {
        padding-left: 15px;
        font-size: 26px;
        line-height: 1.35;
    }

    .fvm-flow-main p {
        font-size: 15px;
        line-height: 1.75;
    }

    .fvm-flow-title {
        align-items: flex-start;
        gap: 11px;
    }

    .fvm-flow-count {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        font-size: 11px;
    }

    .fvm-flow-title h2 {
        font-size: 22px;
    }

    .fvm-flow-points li {
        padding: 13px 13px 13px 40px;
        font-size: 14px;
    }

    .fvm-flow-contact-box {
        padding: 27px 22px;
    }

    .fvm-flow-contact-box h2 {
        font-size: 23px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .fvm-flow-sidebar {
        margin-top: 5px;
    }

    .fvm-flow-product-box {
        border-radius: 13px;
    }

    .fvm-flow-product-box h3 {
        padding: 18px 20px;
        font-size: 19px;
    }

    .fvm-flow-product-box h3::after {
        left: 20px;
    }

    .fvm-flow-product-menu li a {
        padding: 13px 18px 13px 38px;
        font-size: 13px;
    }

    .fvm-flow-product-menu li a::before {
        left: 18px;
    }

    .fvm-flow-sidebar-top {
        padding: 24px 18px;
    }

    .fvm-flow-sidebar-top h3 {
        font-size: 17px;
    }

    .fvm-flow-sidebar-contact {
        padding: 18px;
    }

}
/* =========================================================
   PRODUCT IMAGE SECTION
========================================================= */

.fvm-flow-image {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
    background: #f7f9fb;
    border: 1px solid #e3e9ef;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(20, 43, 70, 0.07);
}


/* =========================================================
   IMAGE
========================================================= */

.fvm-flow-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}


/* =========================================================
   IMAGE HOVER
========================================================= */

.fvm-flow-image:hover img {
    transform: scale(1.025);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.fvm-flow-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(20, 43, 70, 0.02),
        rgba(20, 43, 70, 0.10)
    );
    pointer-events: none;
}


/* =========================================================
   OPTIONAL IMAGE CAPTION
========================================================= */

.fvm-flow-image-caption {
    padding: 13px 18px;
    background: #ffffff;
    border-top: 1px solid #e6ebf0;
    color: #526171;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
}


/* =========================================================
   IMAGE INSIDE MAIN CONTENT
========================================================= */

.fvm-flow-main .fvm-flow-image {
    margin-top: 0;
    margin-bottom: 32px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .fvm-flow-image {
        margin-bottom: 27px;
        border-radius: 14px;
    }

    .fvm-flow-image img {
        max-height: 400px;
    }
}


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

@media (max-width: 767px) {

    .fvm-flow-image {
        margin-bottom: 25px;
        border-radius: 12px;
    }

    .fvm-flow-image img {
        max-height: 300px;
        object-fit: cover;
    }

    .fvm-flow-image-caption {
        padding: 11px 14px;
        font-size: 12.5px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .fvm-flow-image {
        border-radius: 10px;
    }

    .fvm-flow-image img {
        max-height: 240px;
    }
}
/* new page css end */


/* Market page css  */
.page-part {
    padding: 40px 0;
}
.page-part {
    padding: 50px 0;
}
.page-part .container {
    padding: 0 15px;
}

.page-part .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.page-part .keytags {
    padding: 0 10px;
    margin-bottom: 20px;
}

.page-part .keytags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-part .keytags ul li {
    margin-bottom: 12px;
}

.page-part .keytags ul li a {
    display: block;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.page-part .keytags ul li a:hover {
    background: #f7f9fc;
    border-color: #1d73be;
    color: #1d73be;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}

/* Mobile */
@media (max-width: 767px) {
    .page-part {
        padding: 25px 0;
    }

    .page-part .keytags {
        margin-bottom: 10px;
    }

    .page-part .keytags ul li {
        margin-bottom: 10px;
    }

    .page-part .keytags ul li a {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* Market page css end  */






