/* 
================================================
[  BASIC STYLE START ]
================================================

01. Google Fonts
02. General Style
03. Headings Style 
04. Button Style
05. Form Style
06. back-to-top Arrow 

======================================
[  BASIC STYLE END ]
======================================

  - Header Style
  - Bread Crumb Style
  - Banner Style
  - Counter Style
  - Reviews Style
  - Latest News Style
  - Single Blog Page Style

  *Footer Style
*/
/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/
/**********************
    Google Fonts
***********************/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
/**************************
    General Style Start
***************************/
::-moz-selection {
  background-color: #065a89;
  color: #fff;
}
::selection {
  background-color: #065a89;
  color: #fff;
}

html {
  overflow-x: hidden !important;
  height: 100%;
  overflow-y: auto;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #979797;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 400;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.main {
  position: relative;
  overflow: hidden;
  border-top: 5px solid #065a89;
}

img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
  transition: all 0.4s ease 0s;
}

.owl-carousel .owl-stage-outer {
  margin: -20px;
  padding: 20px;
}
.main-banner.owl-carousel .owl-stage-outer {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.main-banner.owl-carousel .owl-stage-outer .item {
  overflow: hidden;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.owl-nav button span {
  display: none;
}

a, a:focus, a:active, a:link, img {
  outline: none;
  text-decoration: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #1f2022;
  transition: all 0.4s ease 0s;
}
a:hover {
  color: #065a89;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}

br {
  font-size: 0;
  line-height: 0;
}

hr {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 1px solid #eaeaea;
  border-bottom: none;
  border-left: none;
  border-right: none;
  opacity: 1;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

.box-wrap {
  padding: 30px;
  box-shadow: 0 2px 10px rgba(31, 32, 34, 0.15);
}

.radius-5px {
  border-radius: 5px;
}

.box-shadow {
  box-shadow: 0 0 12px rgba(31, 32, 34, 0.15);
}

.gray-bg {
  background-color: #eaeaea;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.card {
  background: transparent;
  border-color: #eaeaea;
}

.gradient-bg {
  background: radial-gradient(circle, rgb(15, 49, 97) 0%, rgb(12, 16, 39) 100%);
}

.fotorama__fullscreen-icon {
  display: none;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.7);
  padding-left: calc(var(--bs-gutter-x) * 0.7);
}

.shape-bg img {
  width: 100%;
  max-width: 100%;
}
.shape-bg.top-bg img {
  margin-top: -1px;
}
.shape-bg.bottom-bg img {
  margin-bottom: -1px;
}

.loader {
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  border-width: 3px;
  border-style: dashed;
  border-color: #065a89 #065a89 transparent #065a89;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 25px;
  top: 33px;
  border: 8px solid transparent;
  border-right-color: #065a89;
  transform: rotate(-50deg);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**************************
    Headings Style Start
***************************/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1f2022;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
}

h1 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
}

h2 {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0;
  font-weight: 600;
}
h2.section_title {
  margin-bottom: 0;
}

h3 {
  font-size: 20px;
  line-height: 25px;
}

.sub-heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  line-height: 18px;
}
h5.sub-title {
  color: #979797;
}

h6 {
  font-size: 14px;
  line-height: 16px;
}

.dark-bg .section_title, .dark-bg .title, .dark-bg p, .dark-bg span {
  color: #fff;
}

.title-line {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  display: inline-block;
}

.text-left .title-line {
  padding-left: 0;
}
.text-left .title-line:before {
  display: none;
}

.heading-part span {
  margin-bottom: 10px;
  color: #009d96;
}

/**************************
    Button Style Start
***************************/
.btn, button {
  border: 1px solid transparent;
  padding: 10px 23px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  border-radius: 5px;
  transition: all 0.4s ease 0s;
}
.btn:focus, .btn.focus, button:focus, button.focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent;
}
.btn:hover, button:hover {
  border-color: transparent;
}

.btn.btn-sm {
  padding: 8px 12px;
  font-size: 13px;
}
.btn.btn-lg {
  padding: 13px 30px;
  font-size: 18px;
}
.btn.btn-xl {
  padding: 18px 40px;
  font-size: 20px;
  font-weight: 600;
}
.btn.btn-full {
  width: 100%;
  text-align: center;
}
.btn.hover-effect:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn.hover-effect:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover.btn-link .btn-icon img {
  filter: invert(69%) sepia(11%) saturate(1530%) hue-rotate(83deg) brightness(94%) contrast(87%);
}

.btn-dark {
  color: #fff;
  background: #1f2022;
}
.btn-dark:hover, .btn-dark:focus {
  color: #fff;
  background: #065a89;
  border-color: #065a89;
}

.btn-color {
  color: #fff;
  background: #065a89;
}
.btn-color:hover, .btn-color:focus {
  color: #fff;
  background: #07496e;
}

.btn-color-2 {
  color: #fff;
  background: #009d96;
}
.btn-color-2:hover, .btn-color-2:focus {
  color: #fff;
  background: #07496e;
}

.btn-gray {
  color: #1f2022;
  background: #eaeaea;
}
.btn-gray:hover, .btn-gray:focus {
  color: #fff;
  background: #065a89;
}

.btn-white {
  color: #1f2022;
  background: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #fff;
  background: #065a89;
}

.btn-border-color {
  color: #065a89;
  border-color: #065a89;
}
.btn-border-color:hover, .btn-border-color:focus {
  color: #fff;
  background-color: #065a89;
  border-color: #065a89;
}

.btn-border-dark {
  color: #1f2022;
  border-color: #1f2022;
}
.btn-border-dark:hover, .btn-border-dark:focus {
  color: #065a89;
  border-color: #065a89;
}

.btn-link {
  background: transparent;
  padding: 0;
  color: #1f2022;
  font-weight: 500;
  border: none;
  overflow: visible;
  text-decoration: none;
}
.btn-link.link-dark {
  color: #1f2022;
}
.btn-link.link-color {
  color: #fff;
}
.btn-link:hover, .btn-link:focus {
  color: #065a89;
}

.btn-icon {
  margin: 0 6px;
}
.btn-icon:first-child {
  margin-left: 0;
}
.btn-icon:last-child {
  margin-right: 0;
}

.icon-slide-left:hover .btn-icon img {
  animation: 0.5s ease slideLeft;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-8px);
  }
  to {
    transform: translateX(0);
  }
}
.icon-slide-right:hover .btn-icon img {
  animation: 0.5s ease slideRight;
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  to {
    transform: translateX(0);
  }
}
.icon-slide-up:hover .btn-icon img {
  animation: 0.5s ease slideUp;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  to {
    transform: translateY(0);
  }
}
.icon-slide-down:hover .btn-icon img {
  animation: 0.5s ease slideDown;
}

@keyframes slideDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  to {
    transform: translateY(0);
  }
}
.btn-icon-left.icon-hidden .btn-icon {
  margin: 0;
}
.btn-icon-left.icon-hidden .btn-icon img {
  opacity: 0;
  margin-left: -16px;
  transform: translateX(10px);
  margin-right: 0;
  transition: all 0.4s ease 0s;
}
.btn-icon-left.icon-hidden:hover .btn-icon img {
  opacity: 1;
  margin-left: 0;
  transform: translateX(0);
  margin-right: 6px;
}

.btn-icon-right.icon-hidden .btn-icon {
  margin: 0;
}
.btn-icon-right.icon-hidden .btn-icon img {
  opacity: 0;
  margin-left: 0;
  transform: translateX(-10px);
  margin-right: -16px;
  transition: all 0.4s ease 0s;
}
.btn-icon-right.icon-hidden:hover .btn-icon img {
  opacity: 1;
  margin-left: 6px;
  transform: translateX(0);
  margin-right: 0;
}

.btn-icon-only {
  padding: 10px 15px;
}

/**************************
    Button Style End
***************************/
/**************************
    Form Style Start
***************************/
* {
  outline: none !important;
}

select {
  background: url(../images/select-icon1.png) no-repeat scroll right 50% transparent !important;
  line-height: 18px;
  border: 1px solid #eaeaea;
  padding: 0 25px 0 10px;
  height: 36px;
  width: 100%;
  color: #979797;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
}

.select-selected {
  background-color: #065a89;
}

.full select {
  width: 100%;
}

.form-group {
  margin-bottom: 30px;
}

input {
  background: transparent;
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
  height: auto;
  border: 1px solid #eaeaea;
  min-height: 40px;
  border-radius: 5px;
}
input:placeholder {
  color: #979797 !important;
}
input:focus {
  border: 1px solid #065a89;
  text-shadow: none;
  background-color: transparent;
  box-shadow: none;
}

.main-form input, .main-form textarea, .main-form select {
  background: transparent;
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
  height: auto;
  border: 1px solid #eaeaea;
  min-height: 40px;
  border-radius: 5px;
}
.main-form input:placeholder, .main-form textarea:placeholder, .main-form select:placeholder {
  color: #979797 !important;
}
.main-form input:focus, .main-form textarea:focus, .main-form select:focus {
  border: 1px solid #065a89;
  text-shadow: none;
  background-color: transparent;
  box-shadow: none;
}
.main-form textarea {
  max-width: 100%;
  padding-top: 5px;
}

.input-box label {
  margin-bottom: 5px;
}

.check-box label {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
.check-box input {
  display: none;
}

.radio input.radio-button {
  display: none;
}

.checkout-section .check-box input[type=checkbox] {
  margin: 5px 0 0;
  min-height: 1px;
  display: none;
}

.select-dropdown {
  position: relative;
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #eaeaea;
  transition: all 0.4s ease-in;
  border-radius: 5px;
}
.select-dropdown.dropdown-active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #065a89;
}
.select-dropdown .drop-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 9px 10px;
  height: 100%;
}
.select-dropdown .drop-option .drop-list span {
  text-transform: capitalize;
}
.select-dropdown .drop-option .drop-list .dropdown-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #979797;
  transform: translateY(-50%);
}
.select-dropdown .drop-option .drop-list .dropdown-arrow img {
  width: 10px;
}
.select-dropdown .drop-option .drop-list.active .dropdown-arrow {
  transition: all 0.4s ease-in-out;
  transform: translateY(-35%) rotateX(180deg);
}
.select-dropdown .drop-option .select-option {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 50;
  margin-top: 1px;
  background: #fff;
  padding: 10px 0px;
  min-width: 100px;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 4px 5px 0px rgba(31, 32, 34, 0.1);
}
.select-dropdown .drop-option .select-option a {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: left;
  line-height: 20px;
  text-transform: capitalize;
  padding: 6px 10px;
  transition: all 0.2s ease-in;
}
.select-dropdown .drop-option .select-option a:hover {
  background: #065a89;
  color: #fff;
  padding-left: 15px;
}

/* checkbox CSS Start */
label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 100%;
}

.checkbox + label, .radio-button + label {
  cursor: pointer;
  line-height: 17px;
  padding-left: 20px;
  position: relative;
}

.checkbox:checked + label::before, .radio-button:checked + label::before {
  background: #065a89 none repeat scroll 0 0;
  border-color: #065a89;
}

.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
  margin-top: 2px;
}

.checkbox + label::before, .radio-button + label::before {
  background: transparent;
  border: 1px solid #065a89;
  border-radius: 5px;
}

.radio-button + label::before {
  margin-top: 6px;
}

.checkbox:checked + label::after {
  background-image: url("../images/check-box-icon.png");
  background-repeat: no-repeat;
  margin-left: 2px;
  margin-top: 4px;
}

input.radio-button:checked + label::before {
  background-image: url("../images/radio-icon.png");
  background-position: -2px -2px;
  background-repeat: no-repeat;
}

.radio-button + label::before {
  border-radius: 50%;
}

/**************************
    Form Style End
***************************/
/********************************
    back-to-top Arrow Start
*********************************/
.scroll-top {
  bottom: 10px;
  position: fixed;
  right: 10px;
  z-index: 2;
}
.scroll-top .scrollup {
  position: relative;
  background: #065a89;
  display: none;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 34px;
  border-radius: 5px;
}
.scroll-top .scrollup:before {
  color: #fff;
  content: "";
  background: transparent url(../images/top-arrow.svg) no-repeat center center;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}

/******************************** 
    back-to-top Arrow End
*********************************/
/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/
/* - Header Style  //---------------- */
header#header {
  background: transparent;
  top: 0;
  width: 100%;
  border: none;
  z-index: 2;
  padding: 15px 0;
  display: inline-block;
  position: absolute;
  transition: all 0.4s ease 0s;
}
header#header.navbar {
  margin-bottom: 0;
  border-radius: 0px;
}

.logo .navbar-brand {
  height: auto;
  padding: 0;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

/* Navigation Menu Style */
ul.navbar-nav > li.level {
  margin: 0 20px;
  position: unset;
}
ul.navbar-nav > li.level > a {
  color: #1f2022;
  width: 100%;
  padding: 25px 0 25px;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
ul.navbar-nav > li.level > a.active {
  color: #065a89;
}
ul.navbar-nav > li.level > a.active:before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: all 0.4s ease 0s;
}
ul.navbar-nav > li.level > a:focus {
  color: #065a89;
}
ul.navbar-nav > li.level > a:before {
  background: #065a89;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  transform: scale3d(0, 1, 1);
  transition: all 0.4s ease 0s;
}
ul.navbar-nav > li.level:hover > a {
  color: #065a89;
}
ul.navbar-nav > li.level:hover > a:before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: all 0.4s ease 0s;
}
ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li a {
  color: #1f2022;
  display: inline-block;
  padding: 8px 20px;
  width: 100%;
  position: relative;
  text-transform: capitalize;
}

.nav-phone {
  display: flex;
}
.nav-phone .call-icon {
  margin-right: 10px;
}
.nav-phone .call-text {
  color: #1f2022;
  font-size: 24px;
}
.nav-phone .call-text .sub {
  color: #065a89;
  font-size: 60%;
}
.nav-phone.mobile-call .call-text {
  color: #fff;
}
.nav-phone.mobile-call .call-text .sub {
  color: #fff;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.side-toggle {
  display: none;
}
.side-toggle .menu-back {
  position: absolute;
  left: 15px;
  top: 0;
  display: none;
}

.get-in-touch .modal-content {
  padding: 20px 15px;
}
.get-in-touch .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

/* - Header Style End  //---------------- */
/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/
/* - Bread Crumb Style Start  //---------------- */
.bread.bread-banner {
  background: url(../images/bread-banner.jpg) no-repeat scroll center center;
  background-size: cover;
  padding-top: 125px;
}
.bread.bread-banner .bread-detail {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0 !important;
  width: 100%;
  transform: translateY(0);
}
.bread.bread-banner .bread-detail .bread-title {
  color: #065a89;
}
.bread.bread-banner .bread-detail h1 {
  max-width: 600px;
  font-weight: 800;
  color: #065a89;
  margin: 0 auto;
}
.bread.bread-banner .bread-detail .bread-crumb ul li a {
  color: #979797;
}
.bread.bread-banner .bread-detail .bread-crumb ul li a:hover {
  color: #065a89;
}
.bread.bread-banner .bread-detail .bread-crumb ul li.active a {
  color: #065a89;
  cursor: default;
}
.bread.bread-banner .bread-detail .bread-crumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.bread.bread-banner .bread-detail .bread-crumb .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  color: #979797;
  content: "/";
}

/* - Bread Crumb Style End  //---------------- */
/* - Banner Style Start  //---------------- */
.banner-bg {
  padding: 150px 0 0;
  position: relative;
  z-index: 0;
  background: transparent url("../images/banner-bg.jpg") no-repeat scroll center center;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.banner-bg .banner {
  flex: 0 100%;
}

.banner-detail .banner-detail-inner .banner-title {
  color: #065a89;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin: 0;
}
.banner-detail .banner-detail-inner > p {
  margin-bottom: 40px;
  margin-top: 30px;
}

.banner-img {
  animation: MoveUpDown 2s linear infinite;
  position: relative;
}

@keyframes MoveUpDown {
  0%, 100% {
    top: 0;
  }
  50% {
    top: 10px;
  }
}
/* - Banner Style End  //---------------- */

/* - About Style Start  //---------------- */
.ifra-img {
    position: relative;
    padding: 10px;
    display: inline-block;
}
.ifra-img img {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: 1;
    position: relative;
    border: 2px solid #e6eef3;
}
.ifra-img::before {
    background: #e6eef3;
    content: "";
    position: absolute;
    height: 96%;
    width: 96%;
    border: 4px solid #009d96;
    bottom: -15px;
    left: -15px;
    border-radius: 20px;
}
/* - About Style Start  //---------------- */

/* - Product Style Start  // ----------- */
.pro-detail .pro-title h3 a {
  background-color: #065a89;
  color: #fff;
  padding: 15px;
  display: inline-block;
  width: 100%;
}

/* - Product Style End  // ----------- */
/* - Counter Style Start //---------------- */
#counter {
  background-color: rgba(255, 255, 255, 0.1);
}

.success-year .year-info h2 {
  font-weight: 400;
  color: #fff;
}
.success-year .year-info span {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.counter-area {
  background: url(../images/counter-area-bg.jpg) no-repeat fixed center center;
}
.counter-area .counters-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 60px 20px;
}
.counter-area .counters-item .count-number {
  color: #fff;
  font-size: 44px;
  line-height: 44px;
  font-weight: 800;
}
.counter-area .counters-item .count-title {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.counter-area [class*=col-]:last-child .counters-item {
  border-right: none;
}

/* - Counter Style End //---------------- */
/* - Reviews Style Start //---------------- */
.review-slider.owl-carousel {
  padding-bottom: 50px;
}

.review-item {
  margin-bottom: 10px;
}
.review-item .review-img {
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
}
.review-item .review-des {
  max-height: 128px;
  height: 128px;
  overflow: hidden;
}
.review-item .review-des p {
  font-size: 16px;
}
.review-item .review-des p:last-child {
  margin-bottom: 0;
}

/*- Rating star Start //---------------- */
.rating-summary-block .rating-result {
  display: inline-block;
  position: relative;
  text-align: left;
}
.rating-summary-block .rating-result:before {
  color: #cecece;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  height: 16px;
  left: 0;
  letter-spacing: 5px;
  line-height: 16px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rating-summary-block .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary-block .rating-result > span:before {
  color: #f2b827;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  height: 16px;
  letter-spacing: 5px;
  line-height: 16px;
  position: relative;
  z-index: 1;
}

/*- Rating star End //---------------- */
.designation {
  color: #065a89;
}

/* - Reviews Style End //---------------- */
/* - Latest News Style Start //---------------- */

.capabilities-part h3.section_title{
    font-size: 30px;
    line-height: 35px;
}

.blog-item {
  border-radius: 5px;
}
.blog-item .blog-media {
  overflow: hidden;
  background: #001c44;
  position: relative;
  z-index: 0;
  border-radius: 5px 5px 0 0;
}
.blog-item .blog-media img {
  width: 100%;
  transition: all 0.4s ease-in-out 0s;
}
.blog-item a.read {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
  transform: translateX(-50%) translateY(-50%);
}
.blog-item a.read:after {
  content: "\f0c1";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  border: 2px solid #fff;
  color: #fff;
  height: 45px;
  width: 45px;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
}
.blog-item:hover .blog-media img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transform: scale(1.1);
}
.blog-item:hover a.read {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-item .blog-effect:before, .blog-item .blog-effect:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.blog-item .blog-effect:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
.blog-item .blog-effect:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 0);
}
.blog-item:hover .blog-effect:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(1, 1);
}
.blog-item:hover .blog-effect:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 1);
}

.blog-title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.blog-title a {
  color: #1f2022;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 100%;
}
.blog-title a:hover {
  color: #065a89;
}

.blog-detail .post-info ul li {
  color: #065a89;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  padding-right: 10px;
  transition: all 0.4s ease 0s;
}
.blog-detail .post-info ul li a {
  color: #065a89;
}
.blog-detail .post-info ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-detail .post-info ul li:last-child:after {
  display: none;
}
.blog-detail .post-info ul li:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
.blog-detail p.dec {
  max-height: 44px;
  height: 44px;
  overflow: hidden;
}

/* - Latest News Style End //---------------- */
/*- Pagination Style Start //---------------- */
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-dots button.owl-dot {
  background: rgba(6, 90, 137, 0.6);
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 100%;
}
.owl-carousel .owl-dots button.owl-dot.active {
  width: 25px;
  background: #065a89;
  border-radius: 20px;
}

/*- Pagination Style End //---------------- */
/* - Slider icon Style Start //---------------- */
.owl-carousel .owl-nav button[class*=owl-] {
  position: absolute;
  height: 23px;
  width: 14px;
  text-align: center;
  opacity: 0.5;
  top: 50%;
  padding: 4px 15px;
  font-size: 0;
  transform: translateY(-50%);
  border-radius: 5px;
  transition: all 0.4s ease 0s;
}
.owl-carousel .owl-nav button[class*=owl-] span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -50px;
  background: url("../images/slider-arrow-prev.svg") no-repeat scroll 0 0 transparent;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav button.owl-prev.disabled:hover {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav button.owl-next {
  right: -50px;
  background: url("../images/slider-arrow-next.svg") no-repeat scroll 0 0 transparent;
}
.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav button.owl-next.disabled:hover {
  opacity: 0.5;
  cursor: default;
}

.project-scope .owl-carousel .owl-nav {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.project-scope .owl-carousel .owl-nav button.owl-prev {
  left: -90px;
}
.project-scope .owl-carousel .owl-nav button.owl-next {
  right: -90px;
}

/* - Slider icon Style End //---------------- */
/* - Single Blog Page CSS Start //---------------- */
.blockquote {
  position: relative;
  font-size: 16px;
  z-index: 0;
}
.blockquote:before {
  content: "\f10e";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #cecece;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 80px;
  line-height: normal;
  pointer-events: none;
  z-index: -1;
  opacity: 0.6;
}

.blockquote-footer {
  font-size: 16px;
  color: #065a89;
}

.blog-item ul.tagcloud li {
  margin-bottom: 0;
}
.blog-item .blog-detail .single-blog-detail p {
  -webkit-line-clamp: unset;
}

.blog_post_footer {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.blog_post_footer ul.social-icon li {
  padding: 0 4px;
}
.blog_post_footer ul.social-icon li:first-child {
  padding-left: 0;
}
.blog_post_footer ul.social-icon li:last-child {
  padding-right: 0;
}

/* - Single Blog Page CSS End //---------------- */
/* - pagination CSS Start //---------------- */
.pagination-bar ul li {
  float: left;
  margin: 0 2px;
  font-size: 20px;
}
.pagination-bar ul li a {
  height: 37px;
  width: 37px;
  display: inline-block;
  line-height: 37px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
}
.pagination-bar ul li a i {
  font-size: 18px;
  line-height: 37px;
}
.pagination-bar ul li a img {
  margin-bottom: 2px;
}
.pagination-bar ul li.active a {
  background: #065a89;
  color: #fff !important;
}
.pagination-bar ul li.inactive a {
  background: transparent;
  color: #979797 !important;
  pointer-events: none;
}
.pagination-bar ul li.inactive:hover a {
  background: transparent;
  color: #979797 !important;
}
.pagination-bar ul li:hover a {
  background: #065a89;
  color: #fff !important;
}
.pagination-bar ul li:hover a img {
  filter: brightness(0) invert(1);
}
.pagination-bar.style-2 ul li a {
  background: #eaeaea;
}
.pagination-bar.style-2 ul li:hover a {
  background: #065a89;
  color: #fff !important;
}
.pagination-bar.style-2 ul li.active a {
  background: #065a89;
  color: #fff !important;
}
.pagination-bar.style-2 ul li.inactive a {
  background: transparent;
  color: #979797 !important;
  pointer-events: none;
}
.pagination-bar.style-2 ul li.inactive:hover a {
  background: transparent;
  color: #979797 !important;
}
.pagination-bar.pagination-bar-simple ul li {
  margin: 0 13px;
}
.pagination-bar.pagination-bar-simple ul li a {
  width: auto;
  height: auto;
  line-height: normal;
  font-size: 16px;
  border-radius: 0;
  vertical-align: middle;
  transform-origin: 50% 70%;
}
.pagination-bar.pagination-bar-simple ul li a i {
  font-size: 16px;
  line-height: normal;
}
.pagination-bar.pagination-bar-simple ul li a.page-link-prev > * + *, .pagination-bar.pagination-bar-simple ul li a.page-link-next > * + * {
  margin-left: 8px;
}
.pagination-bar.pagination-bar-simple ul li.active a {
  background: transparent;
  color: #065a89 !important;
}
.pagination-bar.pagination-bar-simple ul li:hover a {
  background: transparent;
  color: #065a89 !important;
}
.pagination-bar.pagination-bar-sm ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.pagination-bar.pagination-bar-sm ul li a i {
  line-height: 30px;
}
.pagination-bar.pagination-bar-lg ul li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 18px;
}
.pagination-bar.pagination-bar-lg ul li a i {
  font-size: 20px;
  line-height: 45px;
}
.pagination-bar.pagination-bar-rounded ul li a {
  border-radius: 50%;
}

.show-item h5 {
  font-size: 14px;
}

.single-post-nav {
  position: relative;
}
.single-post-nav:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #eaeaea;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-post-nav .link .next-prev {
  font-size: 18px;
  line-height: 20px;
}
.single-post-nav .link .media-body .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}
.single-post-nav .link .thumb-img {
  max-width: 60px;
}
.single-post-nav.style-2 .link .next-prev {
  font-size: 14px;
  line-height: 18px;
}

.progress-bar {
  background-color: #065a89;
}

/* - pagination CSS End //---------------- */
/* -- Product Zoom Slider Start -- */
.details {
  display: inline-block;
  position: relative;
  width: 100%;
  /*height: 100%;*/
}
.slick-slide img {
  min-width: 100%;
}
.slider-nav {
  overflow: hidden;
  padding-top: 10px;
}
.slider-nav .slick-list {
    margin: 0 -5px;
}
.slider-nav .slick-slide {
  margin: 0 5px;
}
.slider-nav .slick-slide img {
    opacity: 0.3;
    border: 3px solid #065a89;
    padding: 3px;
}
.slider-nav .slick-slide.slick-current img {
    opacity: 1;
}
.slider-for .slick-prev, .slider-for .slick-next {
  height: 50px;
  width: 50px;
  z-index: 1;
}
.slider-for .slick-prev {left: -45px;}
.slider-for .slick-next {right: -45px;}
.slider-for .slick-prev:before, .slider-for .slick-next:before {
  content: '';
  color: #626262;
  height: 50px;
  width: 50px;
  display: inline-block;
}
.slider-for .slick-prev:before {background: url(../images/pre-arrow.svg) no-repeat scroll 0 0;}
.slider-for .slick-next:before {background: url(../images/next-arrow.svg) no-repeat scroll 0 0;}
/*.fotorama__wrap--css3 .fotorama__stage__shaft {
  border: 1px solid #eeeeee;
  margin-left: -1px;
  width: calc(100% - 1px) !important;
}

.fotorama__nav--thumbs {
  margin-top: 15px;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb {
  height: auto !important;
  margin: 0 3px;
  opacity: 0.3;
  border: 1px solid #d2d2d2;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 1;
}

.fotorama__img {
  position: relative;
  top: 0 !important;
}

.fotorama__thumb-border {
  display: none !important;
}

.fotorama__nav::before, .fotorama__stage::before {
  background-image: none;
}

.fotorama__nav::after, .fotorama__stage::after {
  background-image: none;
}

.fotorama__fullscreen-icon {
  background: url(../images/sprite.png) no-repeat scroll -87px -331px;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
}
.fotorama__fullscreen-icon .fotorama__nav--thumbs {
  margin-top: 15px;
}
.fotorama__fullscreen-icon .fotorama__nav__frame.fotorama__nav__frame--thumb {
  height: auto !important;
  margin: 0 3px;
  opacity: 0.3;
  border: 1px solid #d2d2d2;
}
.fotorama__fullscreen-icon .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 1;
}
.fotorama__fullscreen-icon .fotorama__img {
  position: relative;
  top: 0 !important;
}
.fotorama__fullscreen-icon .fotorama__thumb-border {
  display: none !important;
}
.fotorama__fullscreen-icon .fotorama__nav::before, .fotorama__fullscreen-icon .fotorama__stage::before {
  background-image: none;
}
.fotorama__fullscreen-icon .fotorama__nav::after, .fotorama__fullscreen-icon .fotorama__stage::after {
  background-image: none;
}
.fotorama__fullscreen-icon .fotorama__fullscreen-icon {
  background: url(../images/sprite.png) no-repeat scroll -87px -331px #f04780;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
}
.fotorama__fullscreen-icon .fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -95px -658px;
}
.fotorama__fullscreen-icon .fotorama__arr {
  background: url(../images/sprite.png) no-repeat scroll 0 0;
   -- Product Zoom Slider End -- 
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__nav--thumbs {
  margin-top: 15px;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__nav__frame.fotorama__nav__frame--thumb {
  height: auto !important;
  margin: 0 3px;
  opacity: 0.3;
  border: 1px solid #d2d2d2;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 1;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__img {
  position: relative;
  top: 0 !important;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__thumb-border {
  display: none !important;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__nav::before, .fotorama__fullscreen-icon .fotorama__arr .fotorama__stage::before {
  background-image: none;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__nav::after, .fotorama__fullscreen-icon .fotorama__arr .fotorama__stage::after {
  background-image: none;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__fullscreen-icon {
  background: url(../images/sprite.png) no-repeat scroll -87px -331px #065a89;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -95px -658px;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__arr {
  background: url(../images/sprite.png) no-repeat scroll 0 0 #065a89;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__arr--prev {
  background-position: -129px -34px;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__arr--next {
  background-position: -128px -65px;
}
.fotorama__fullscreen-icon .fotorama__arr--prev {
  background-position: -129px -34px;
}
.fotorama__fullscreen-icon .fotorama__arr--next {
  background-position: -128px -65px;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -95px -658px;
}

.fotorama__arr {
  background: url(../images/sprite.png) no-repeat scroll 0 0 #065a89;
}

.fotorama__arr--prev {
  background-position: -129px -34px;
}

.fotorama__arr--next {
  background-position: -128px -65px;
}*/

/* -- Product Zoom Slider End -- */
/* - Comment CSS Start //---------------- */
.comment-list > li {
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}

.comments-area > .comment-list > li:first-child {
  border: none;
  padding-top: 0;
}

.comment-detail {
  display: flex;
}
.comment-detail .user-name {
  color: #1f2022;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}
.comment-detail .post-info ul {
  display: inline-flex;
}
.comment-detail .post-info ul li {
  float: left;
  margin-right: 15px;
  font-size: 14px;
  padding: 0;
}
.comment-detail a .fa {
  margin-right: 5px;
}

.comment-user .rating-summary-block {
  margin-bottom: 0;
}

.comment-info {
  margin-left: 20px;
}

ul.child-comment {
  margin-left: 63px;
}

.show-comment .progress {
  width: 160px;
  height: 5px;
}

/* - Comment CSS End //---------------- */
/*---------- Contact Page CSS Start ----------*/
.contact-map iframe {
  min-height: 450px;
  width: 100%;
}

.contact-title {
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.contact-title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #065a89;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.contact-box .contact-icon {
  background: #fff;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(31, 32, 34, 0.15);
}

.contact-box .contact-icon svg {
  width: 40px;
  height: 40px;
  fill: #3b71ff;
  transition: all 0.4s ease 0s;
}

/*--------------- Contact Page CSS End ---------------*/
/*_______________________________________________________
// Footer Style Start  //----------------------------
_______________________________________________________*/
.footer {
  background: #065a89;
  background-size: cover;
  position: relative;
  color: #fff;
  z-index: 0;
  letter-spacing: 0.5;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #009d96;
}
.footer hr {
  border-top: 1px solid #fff;
  opacity: 0.2;
}
.footer .newsletter-box input.form-control {
  width: auto;
  margin-right: 20px;
  flex: 1 1 auto;
  background: #fff;
}

.footer-static-block .title {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.footer-static-block .footer-block-contant p {
  margin-bottom: 0;
}
.footer-static-block .footer-block-contant ul li {
  padding: 8px 0;
}
.footer-static-block .footer-block-contant ul li:first-child {
  padding-top: 0;
}
.footer-static-block .footer-block-contant ul li:last-child {
  padding-bottom: 0;
}
.footer-static-block .footer-block-contant ul li:last-child p {
  margin-bottom: 0;
}
.footer-static-block .footer-block-contant ul.link li a:hover {
  padding-left: 10px;
}
.footer-static-block .footer-block-contant ul.social-icon li {
  padding: 0 8px;
}
.footer-static-block .footer-block-contant ul.social-icon li:first-child {
  padding-left: 0;
}
.footer-static-block .footer-block-contant ul.social-icon li:last-child {
  padding-right: 0;
}

@keyframes zooming {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}
.footer-address .address-icon {
  margin-right: 15px;
  width: 100%;
  max-width: 35px;
  text-align: center;
}
.footer-address .address-info a {
  display: block;
}

.copy-right a {
  color: #065a89;
}
.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  left: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

/* - Social Icon Style Start //---------------- */
ul.social-icon li {
  padding-right: 10px;
}
ul.social-icon li:last-child {
  padding-right: 0;
}
ul.social-icon li a {
  color: #1f2022;
  border: 1px solid #1f2022;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  border-radius: 50%;
}
ul.social-icon li a:hover {
  color: #009d96;
  border: 1px solid #009d96;
}

.footer ul.social-icon li a {
  color: #fff;
  border: 1px solid #fff;
}
.footer ul.social-icon li a:hover {
  color: #009d96;
  border: 1px solid #009d96;
}

/* - Social Icon Style End //---------------- */
/* - Footer Style End //---------------- *//*# sourceMappingURL=custom.css.map */