@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");
@import url("jquery.bootstrap-touchspin.css");
@import url("jquery.mCustomScrollbar.min.css");

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #272626;
  line-height: 1.6;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
.table-text,
tr,
td {
  font-size: 0.8rem;
}

.p75-50 {
  padding: 50px 0 50px;
}

.wf100 {
  width: 100%;
}

.bordered-layout .page-wrapper {
  padding: 0px 50px 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #13b5ea;
}

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-family: "Roboto", sans-serif;
}

input,
button,
select,
textarea {
}

textarea {
  overflow: hidden;
}

p {
  position: relative;
  line-height: 1.8em;
  margin-right: 17px;
}

.content-column .text p {
  text-align: justify;
}

.auto-container {
  position: static;
  max-width: 1300px;
  padding: 0px 15px;
  margin: 0 auto;
}

.medium-container {
  max-width: 850px;
}

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

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

h1 {
  font-size: 1.625rem;
  line-height: 1.3;
  font-weight: 600;
}

h2 {
  font-size: 1.375rem;
  line-height: 1.35;
  font-weight: 600;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 600;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
}
.list-style-one {
  position: relative;
}

.list-style-one.alternate {
  margin-bottom: 20px;
}
.list-style-one li {
  position: relative;
  color: #222222;
  font-size: 0.9375rem;
  padding-left: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.list-style-one li:last-child {
  margin-bottom: 0px;
}

.list-style-one li:before {
  position: absolute;
  content: "\f1b1";
  left: 0px;
  top: 0px;
  color: #13b5ea;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Flaticon";
}
.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 30px;
  color: #ffffff;
  padding: 16px 40px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 2px;
  overflow: hidden;
  background-color: #0500b5;
  text-transform: capitalize;
  font-family: "Quicksand", sans-serif;
}

.btn-style-one:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #222222;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

.btn-style-one .txt {
  position: relative;
  z-index: 1;
}

.btn-style-one:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-one:hover {
  color: #ffffff;
}

.btn-style-two {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 30px;
  color: #ffffff;
  padding: 14px 40px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 2px;
  overflow: hidden;
  background: none;
  border: 2px solid #ffffff;
  text-transform: capitalize;
  font-family: "Quicksand", sans-serif;
}

.btn-style-two:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #13b5ea;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

.btn-style-two .txt {
  position: relative;
  z-index: 1;
}

.btn-style-two:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-two:hover {
  color: #ffffff;
  border-color: #13b5ea;
}
.btn-style-three {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 30px;
  color: #ffffff;
  padding: 16px 40px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 2px;
  overflow: hidden;
  background-color: #222222;
  text-transform: capitalize;
  font-family: "Quicksand", sans-serif;
}
.btn-style-three:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

.btn-style-three .txt {
  position: relative;
  z-index: 1;
}

.btn-style-three:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-style-three:hover {
  color: #222222;
}
.social-icon-one {
  position: relative;
}
.social-icon-one li {
  position: relative;
  margin-right: 2px;
  margin-bottom: 10px;
  display: inline-block;
}
.social-icon-one li a {
  position: relative;
  width: 38px;
  height: 38px;
  font-size: 1rem;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  background-color: #13b5ea;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.social-icon-one li a:hover {
}
.social-icon-two li {
  position: relative;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  text-align: center;
}
.social-icon-two li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #909090;
  font-size: 0.8125rem;
  background: #f4f4f4;
  border-radius: 50%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.social-icon-two li a:hover {
  color: #ffffff;
  background: #13b5ea;
}
.social-icon-three {
  position: relative;
}
.social-icon-three li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}
.social-icon-three li a {
  position: relative;
  width: 38px;
  height: 38px;
  color: #848484;
  font-size: 1rem;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #f4f4f4;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-three li a:hover {
  color: #ffffff;
  background-color: #13b5ea;
}

.theme_color {
  color: #13b5ea;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
  background-size: 80px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #0a0a0a;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #1f8ceb;
}
.sec-title {
  position: relative;
  margin-bottom: 35px;
}

.sec-title h2 {
  position: relative;
  color: #222222;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.sec-title h2:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 40px;
  background-color: #222222;
}

.sec-title.centered h2:after {
  left: 50%;
  margin-left: -20px;
}

.sec-title .text {
  position: relative;
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1.8em;
  margin-top: 10px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.centered {
  text-align: center;
}
.main-header {
  position: relative;
  z-index: 999;
  width: 100%;
}

.header-top {
  position: relative;
  background-color: #13b5ea;
}

.header-top .top-left {
  position: relative;
  float: left;
  padding: 6px 0px;
}

.header-top .top-left .text {
  position: relative;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 300;
}
.header-top .top-right {
  position: relative;
  float: right;
}

.header-top .top-right .social-box {
  position: relative;
  display: inline-block;
  padding: 6px 0px;
}

.header-top .top-right .social-box li {
  position: relative;
  margin-left: 5px;
  display: inline-block;
}

.flag-icon svg {
  position: relative;
  top: 4px;
}

.header-top .top-right .social-box li a {
  position: relative;
  color: #ffffff;
  font-size: 0.875rem;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top .top-right .social-box li a:hover {
  opacity: 0.8;
}
.main-header .header-top .language {
  position: relative;
  line-height: 1em;
  margin-left: 20px;
  display: inline-block;
}

.main-header .header-top .language .flag-icon {
  margin-right: 0px;
}

.main-header .header-top .language .dropdown-menu {
  top: 100%;
  right: 0px;
  left: auto;
  width: 170px;
  border-radius: 0px;
  margin-top: 0px;
  background-color: #222222;
  border: none;
  padding: 0px;
  border-top: 3px solid #13b5ea;
}

.main-header .header-top .language > a {
  color: #13b5ea;
  padding: 8px 20px;
  background: #ffffff !important;
  text-transform: capitalize;
  display: inline-block;
  border: 0px;
  top: -1px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1em;
  border-radius: 0px;
}

.main-menu .navigation > li.dropdown > a {
  padding-right: 15px !important;
}

.main-header .header-top .language > a:after {
  display: none;
}

.main-header .header-top language a:hover {
  background: none;
}

.main-header .header-top .language .dropdown-menu > li {
  padding-right: 0px !important;
  margin: 0px !important;
  float: none;
  display: block !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header .header-top .language .dropdown-menu > li:last-child {
  border-bottom: none;
}

.main-header .header-top .language .dropdown-menu > li > a {
  padding: 12px 20px !important;
  color: #ffffff;
  display: block;
  text-align: left;
  font-size: 0.875rem;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-top .language .dropdown-menu > li > a:hover {
  color: #ffffff !important;
  background-color: #13b5ea;
}

.main-header .main-box {
  position: relative;
  padding: 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .outer-container {
  position: relative;
  padding: 0px 40px;
}
.main-header .main-box .logo-box {
  position: relative;
  left: 0px;
  z-index: 10;
  padding: 30px 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-upper {
  position: relative;
}

.main-header .header-upper .outer-container {
  position: relative;
  padding: 0px 60px;
}

.main-header .nav-outer {
  position: relative;
  float: left;
}

.header-style-two .nav-outer {
  display: block;
  float: none;
  padding-left: 15px;
  background: #13b5ea;
}

.header-style-two .nav-outer::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 0px;
  border-bottom: 54px solid #13b5ea;
  border-left: 50px solid transparent;
}

.header-style-two .nav-outer .side-curve {
  position: absolute;
  content: "";
  right: -50px;
  border-bottom: 54px solid #13b5ea;
  border-right: 50px solid transparent;
}

.main-header .header-upper .logo-box {
  margin-right: 80px;
  position: relative;
  top: 10px;
}

.main-header .header-upper .logo-box .logo {
  position: relative;
}

.main-header.header-style-two .header-upper .logo-box {
  top: 0px;
  padding: 4px 0px;
  margin-bottom: 0px;
  background: none;
  margin-right: 0px;
}

.main-header.header-style-two .header-upper .logo-box:before {
  display: none;
}

.main-header .outer-box {
  position: relative;
  top: 0px;
  float: right;
  padding: 32px 0px;
}

.main-header.header-style-two .outer-box {
  padding: 0px;
}

.main-header .outer-box .option-list {
  position: relative;
}

.main-header .outer-box .option-list li {
  position: relative;
  color: #262626;
  font-size: 1rem;
  padding-right: 18px;
  margin-right: 18px;
  display: inline-block;
  text-transform: uppercase;
  border-right: 1px solid #dde4db;
}
.main-header .outer-box .option-list li a {
  position: relative;
  color: #262626;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .outer-box .option-list li a:hover {
  color: #13b5ea;
}

.main-header .outer-box .option-list li .icon {
  position: relative;
  margin-right: 8px;
  color: #13b5ea;
  top: 3px;
  line-height: 1em;
  font-size: 1.25rem;
}
.main-header .outer-box .option-list li:last-child {
  border: none;
  margin: 0px;
  padding: 0px;
}
.main-header .outer-box .option-list li strong {
}
.main-header .outer-box .option-box {
  position: relative;
  float: left;
  margin-top: 18px;
  margin-right: 25px;
}
.main-header .outer-box .option-box > li {
  position: relative;
  margin-left: 20px;
  display: inline-block;
}
.main-header .outer-box .option-box .cart-box {
  position: relative;
  float: left;
  color: #ffffff;
  font-size: 1rem;
  background: none;
  display: inline-block;
  margin-right: 25px;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn {
  background: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5rem;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn:after {
  display: none;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn .total-cart {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  background-color: #222222;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn:hover {
  color: #222222;
}
.main-header .outer-box .option-box .cart-product {
  position: relative;
  margin-bottom: 24px;
  min-height: 90px;
  border-bottom: 1px solid #e4e4e4;
}
.main-header .outer-box .option-box .cart-product .inner {
  position: relative;
  padding-left: 90px;
  min-height: 70px;
}
.main-header .outer-box .option-box .cart-product .inner .cross-icon {
  position: absolute;
  right: 0px;
  top: -2px;
  z-index: 1;
  color: #263120;
  font-size: 1rem;
  cursor: pointer;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .outer-box .option-box .cart-product .inner .cross-icon:hover {
  color: #13b5ea;
}

.main-header .outer-box .option-box .cart-product .inner .image {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0px;
  top: 0px;
}

.main-header .outer-box .option-box .cart-product .inner h3 {
  position: relative;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.main-header .outer-box .option-box .cart-product .inner h3 a {
  color: #222222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header .outer-box .option-box .cart-product .inner h3 a:hover {
  color: #13b5ea;
}

.main-header .outer-box .option-box .cart-product .inner .quantity-text {
  position: relative;
  font-weight: 300;
  color: #666666;
  font-size: 0.875rem;
  margin-bottom: 0px;
}

.main-header .outer-box .option-box .cart-product .inner .price {
  position: relative;
  font-weight: 600;
  font-size: 0.9375rem;
  margin: 0px;
  color: #222222;
}

.main-header .outer-box .option-box .cart-box .cart-panel {
  left: auto !important;
  right: 0px !important;
  border-radius: 0px;
  padding: 20px 20px;
  min-width: 300px;
  margin-top: 44px;
  z-index: -1;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-top: 3px solid #222222;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .outer-box .option-box .cart-box .cart-panel .cart-total {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.main-header .outer-box .option-box .cart-box .cart-panel .cart-total span {
  font-weight: 700;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li {
  position: relative;
  margin: 0px 5px;
  display: inline-block;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a {
  position: relative;
  color: #13b5ea;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 6px 18px 4px;
  border-radius: 2px;
  display: inline-block;
  border: 1px solid #13b5ea;
  text-transform: uppercase;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header
  .outer-box
  .option-box
  .cart-box
  .cart-panel
  .btns-boxed
  li
  a:hover {
  color: #ffffff;
  background-color: #13b5ea;
}

.main-header .outer-box .option-box .cart-box .icon a {
  color: #999999;
}

.main-header .header-lower .search-box-outer {
  position: relative;
  float: left;
}

.main-header .header-lower .search-box-btn {
  position: relative;
  top: -2px;
  display: block;
  width: 100%;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 20px !important;
  cursor: pointer;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-lower .search-box-btn:after {
  display: none;
}

.main-header .header-lower .search-box-outer .dropdown-menu {
  top: 41px !important;
  right: 0px;
  padding: 0px;
  width: 280px;
  left: auto !important;
  border-radius: 0px;
  border-top: 3px solid #13b5ea;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .header-lower .search-box-outer .dropdown-menu > li {
  padding: 0px;
  border: none;
  margin: 0px;
  width: 100%;
  background: none;
}

.main-header .header-lower .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .header-lower .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select {
  display: block;
  width: 100%;
  height: 40px;
  color: #000000;
  font-size: 0.875rem;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 7px 40px 7px 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus {
  border-color: #13b5ea;
}

.main-header .header-lower .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555555;
  font-size: 0.75rem;
  background: none;
  cursor: pointer;
}
.main-menu {
  position: relative;
  float: left;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .cart-box {
  position: relative;
  float: left;
  font-size: 1.625rem;
  margin: 32px 0px;
  padding-left: 20px;
  border-left: 1px solid #dde4db;
}

.main-menu .cart-box a {
  position: relative;
  color: #13b5ea;
}

.main-menu .cart-box .number {
  position: absolute;
  right: -15px;
  top: -15px;
  color: #13b5ea;
  font-size: 1.125rem;
}

.main-menu .navbar-collapse {
  padding: 0px;
  float: left;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-two .main-menu .navigation > li:last-child {
  margin-right: 0px;
}

.sticky-header .main-menu .navigation > li > a {
  color: #444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
  color: #13b5ea;
  background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
  margin-top: 45px;
}

.main-header .header-upper .upper-right {
  padding-top: 35px;
}

.main-header .info-box {
  position: relative;
  float: left;
  margin-left: 25px;
  font-size: 0.875rem;
  color: #98b2c4;
  text-align: left;
  text-transform: uppercase;
  padding: 0px 0px 0px 40px;
}

.main-header .info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 8px;
  color: #13b5ea;
  font-size: 1.75rem;
  line-height: 1em;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .info-box li {
  position: relative;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7em;
  text-transform: capitalize;
}
.main-header .logo-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-title {
  line-height: 1.3;
}
.site-heading {
  margin: 0;
  font-family: "Inter", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: #0b2c6b;
}
@media (max-width: 991px) {
  .main-header .logo-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .site-title {
    text-align: center;
  }

  .site-heading {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .main-header .logo-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

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

  .site-heading {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .site-heading {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1165px) {
  .site-heading {
    margin: 0;
    font-family: "Inter", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.3px;
    color: #0b2c6b;
  }
  .header-upper .clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-upper .logo-box {
    float: none;
    margin-right: 30px;
  }
  .site-title {
    max-width: 480px;
  }
  .header-upper .upper-right {
    padding-top: 0px !important;
    float: none;
    display: flex;
    align-items: center;
    padding-top: 0;
  }
  .main-header .info-box {
    margin-left: 20px;
  }
}
.access-icons li a {
  font-size: 0.8125rem;
  padding: 3px 3px;
}

.access-icons li a:hover {
  text-decoration: underline;
}
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  border-bottom: 1px solid #e8f1f7;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sticky-header .logo {
  padding: 7px 0px 7px;
}
.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #262626;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 600;
  padding: 30px 0px;
  font-size: 0.875rem;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.header-style-two .main-menu .navigation > li {
  margin-right: 30px;
}
.header-style-two .main-menu .navigation > li > a {
  padding: 10px 0px;
  color: #ffffff;
}
.main-menu .navigation > li.dropdown > a:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  font-size: 0.8125rem;
  line-height: 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.top-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-links li {
  display: inline-block;
}
.top-links li a {
  color: #ffffff;
  font-size: 0.8125rem;
  text-decoration: none;
  padding: 0 0px;
}
.top-links li:not(:last-child)::after {
  content: "|";
  color: #ffffff;
  margin-left: 3px;
  opacity: 0.7;
}
.top-links li a:hover {
  text-decoration: underline;
}
.access-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.access-icons li {
  display: inline-block;
}
.access-icons li a {
  color: #ffffff;
  font-size: 0.8125rem;
  text-decoration: none;
  padding: 0 0px;
}
.access-icons li:not(:last-child)::after {
  content: "|";
  margin-left: 3px;
  color: #ffffff;
  opacity: 0.7;
}
.sticky-header .main-menu .navigation > li {
  position: relative;
  margin-left: 30px;
  margin-right: 0px;
}
.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after {
  display: none;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a {
  opacity: 1;
  color: #ffffff;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 230px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #13b5ea;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation > li > ul:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -30px;
  width: 100%;
  height: 30px;
  display: block;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  line-height: 24px;
  font-weight: 400;
  font-size: 0.9375rem;
  text-transform: capitalize;
  color: #7c7b7b;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sticky-header .main-menu .navigation > li > a {
  padding: 19px 0px !important;
}

.sticky-header .main-menu .navigation > li > a:before {
  display: none;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #ffffff;
  background: #13b5ea;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 10px;
  width: 10px;
  height: 20px;
  display: block;
  color: #253d4a;
  line-height: 20px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #253d4a;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 230px;
  z-index: 100;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #13b5ea;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  line-height: 24px;
  font-weight: 400;
  font-size: 0.9375rem;
  text-transform: capitalize;
  color: #7c7b7b;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #ffffff;
  background: #13b5ea;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  color: #272727;
  line-height: 20px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  border: 1px solid #ffffff;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.main-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-slider .slide {
  position: relative;
  width: 100%;
}
.main-slider .slide img,
.main-slider .slider-img {
  width: 100%;
  height: 40vh;
  display: block;
}
.slider-caption {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 8px 14px;
  max-width: 85%;
  border-radius: 2px;
}

.slider-caption p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.main-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: inline-block;
  background: transparent;
  transition: all 0.3s ease;
}
.main-slider .owl-dots .owl-dot.active {
  background: #ffffff;
}
.main-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 1.125rem;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.main-slider .owl-nav .owl-prev {
  left: 10px;
}
.main-slider .owl-nav .owl-next {
  right: 10px;
}
.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
@media (max-width: 992px) {
  .slider-caption p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 576px) {
  .slider-caption {
    left: 10px;
    bottom: 10px;
    padding: 6px 10px;
    max-width: 90%;
  }

  .slider-caption p {
    font-size: 0.875rem;
  }

  .main-slider .owl-nav {
    display: none;
  }

  .main-slider .owl-dots {
    bottom: 6px;
  }
}
@media (max-width: 400px) {
  .slider-caption p {
    font-size: 0.8125rem;
  }
}
.whatsnew-box {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
}
.wn-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #2e7d32;
}

.wn-tabs li {
  padding: 8px 14px;
  margin-right: 5px;
  cursor: pointer;
  background: #f4f4ec;
  color: #ff7e00;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
}

.wn-tabs li.active {
  background: #ff7e00;
  color: #fff;
}
.wn-content {
  max-height: 260px;
  overflow-y: auto;
}
.notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notice-list li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.notice-date {
  background: #c62828;
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 10px;
  min-width: 60px;
  text-align: center;
}
.notice-list a {
  color: #272626;
  text-decoration: none;
  font-size: 14px;
}
.notice-list a:hover {
  color: #2e7d32;
}
.notice-footer {
  margin-top: 10px;
  text-align: right;
}
.view-all {
  font-weight: 600;
  color: #2e7d32;
}
.wn-panel {
  display: none;
}
.wn-panel.active {
  display: block;
}
.news-item {
  border-bottom: 1px solid #eee;
}
.news-link {
  display: flex;
  align-items: center;
  padding: 12px 0;
  text-decoration: none;
  color: #222;
  transition: background 0.3s;
}
.news-link:hover,
.news-link:focus {
  background: #f8f8f8;
  outline: none;
}
.news-date {
  min-width: 65px;
  background: #b71f1f;
  color: #fff;
  border-radius: 6px;
  padding: 8px 5px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
}
.calendar-icon {
  font-size: 1rem;
  margin-bottom: 3px;
}
.calendar-date {
  line-height: 1.2;
}
.news-text {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.4;
}
.news-arrow {
  color: #777;
  font-size: 1.125rem;
  margin-left: 8px;
}
.news-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-top: 1px solid #eee;
  background: #fafafa;
}
.news-viewall {
  font-size: 0.875rem;
  font-weight: 600;
  color: #163299;
  text-decoration: none;
}
.news-viewall:hover,
.news-viewall:focus {
  text-decoration: underline;
}
.news-toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-toggle.pause::before {
  font-family: "FontAwesome";
  content: "\f04c";
  font-size: 0.75rem;
}
.news-toggle.play::before {
  font-family: "FontAwesome";
  content: "\f04b";
  font-size: 0.75rem;
}
.news-link {
  display: flex;
  align-items: center;
  padding: 14px 0;
  text-decoration: none;
  color: #222;
  transition: background 0.3s;
}
.ticker-spacer {
  height: 12px;
}
.desk-box {
  border: 1px solid #e5e5e5;
  padding: 15px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}
.desk-image {
  text-align: center;
  margin-bottom: 12px;
}
.desk-image img {
  width: 168px;
  height: 168px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f1f1f1;
}
.desk-readmore {
  color: #163299;
  font-weight: 600;
  text-decoration: none;
}
.map-box {
  height: 376px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}
.map-box img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.map-view {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #163299;
  text-decoration: none;
}
.wn-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #2e7d32;
}
.wn-tab-buttons li {
  padding: 8px 14px;
  margin-right: 5px;
  background: #f1efe6;
  color: #1b5e20;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.wn-tab-buttons li.active {
  background: #2e7d32;
  color: #fff;
}
.wn-tab-buttons li:hover {
  background: #e6f3e6;
}
.wn-tabs-content {
  position: relative;
  clear: both;
}
.news-ticker {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wn-tab {
  display: none;
}

.wn-tab.active {
  display: block;
}
@media (max-width: 991px) {
  .news-ticker {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .news-link {
    padding: 10px 8px;
  }
  .news-text {
    font-size: 0.8125rem;
  }
  .news-date {
    min-width: 55px;
    font-size: 0.75rem;
  }
  .news-ticker {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .default-section .row > div {
    margin-bottom: 30px;
  }
  .default-section .row > div:last-child {
    margin-bottom: 0;
  }
}
.eservice-panel {
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.panel-heading-custom {
  border-radius: 38px;
  background: linear-gradient(90deg, #dd9954, #db7108, #ff7e00);
  color: #fff;
  padding: 5px 18px;
  font-weight: 600;
}
.panel-heading-custom h4 {
  margin: 0;
  font-size: 0.875rem;
}
.panel-body-custom {
  padding: 0;
}
.service-row {
  display: flex;
  align-items: center;
  padding: 5px 18px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}
.service-row:last-child {
  border-bottom: none;
}
.service-row i {
  font-size: 1.25rem;
  width: 30px;
  color: #fc9b3c;
}
.service-row span {
  font-size: 0.9375rem;
  font-weight: 500;
}
.service-row:hover {
  background: #f7f7f7;
  padding-left: 22px;
}
.depart-info {
  background: url(../images/deprtinfobg.jpg) no-repeat bottom;
  background-size: cover;
}
.depart-info.p80 {
  padding: 80px 0 50px;
}
.depart-info .deprt-icon-box {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  height: 225px;
  margin: 0 0 28px;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.07);
  padding: 40px;
  position: relative;
}
.depart-info .deprt-icon-box img {
  margin: 0 0 20px;
  width: 85px;
  height: 85px;
}
.deprt-icon-box h6 {
  line-height: 22px;
  margin: 0 0 12px;
  font-weight: 600;
}
.deprt-icon-box h6 a {
  color: #222;
}
.deprt-icon-box a.rm {
  background: #d94148;
  display: inline-block;
  color: #fff;
  line-height: 24px;
  border-radius: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0 15px;
  opacity: 0;
}
.deprt-icon-box:hover {
  padding: 20px 40px;
}
.deprt-icon-box:hover a.rm {
  opacity: 1;
}
.deprt-icon-box:hover h6 a {
  color: #d94148;
}
.deprt-icon-box a.rm:hover {
  background: #40407e;
  color: #fff;
}
a.jobs-link {
  background: #d94148;
  display: block;
  line-height: 52px;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
a.jobs-link:hover {
  background: #40407e;
  color: #fff;
}
ul.reports {
  padding: 0;
  margin: 10px 0 0;
  background: #38a1f3;
  list-style: none;
  border-radius: 5px;
  overflow: hidden;
}
ul.reports a {
  color: #fff;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  padding: 0 20px;
}
ul.reports a:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
ul.reports a i {
  margin-right: 10px;
}
.depart-info .eserv-info .panel-group .panel-heading {
  padding: 15px 0 15px 20px;
}
.pb80 {
  padding: 0 0 80px;
}
.c1 {
  background: #009688;
}
.c2 {
  background: #2196f3;
}
.c3 {
  background: #4caf50;
}
.c4 {
  background: #d32f2f;
}
.c5 {
  background: #795548;
}
.c6 {
  background: #546e7a;
}
.department-box {
  width: 100%;
  float: left;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.depart-info {
  background: url(../images/background/cgstinfobgrnc.jpg) no-repeat bottom;
  background-size: cover;
}
.department-box:hover:after {
  opacity: 1;
}
.department-box:after {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
}
.department-box h6 {
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid rgba(238, 238, 238, 0.4);
  padding: 15px 0 15px 20px;
  position: relative;
  z-index: 98;
}
.department-box ul {
  margin: 0px;
  padding: 12px 20px 13px;
  list-style: none;
  position: relative;
  z-index: 98;
}
.department-box a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  display: block;
  line-height: 30px;
  letter-spacing: -0.1px;
  position: relative;
  z-index: 98;
}
.department-box a i {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.375rem;
  margin: 0 5px 0 0;
  position: relative;
  top: -3px;
}
.department-box a:hover {
  color: rgba(255, 255, 255, 0.7);
}
a.see-more {
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px 35px;
  padding: 0 20px;
}
a.see-more:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.mb30 {
  margin: 0 0 30px;
}
.eserv-info {
  background: linear-gradient(135deg, #dd9954, #db7108, #ff7e00);
  width: 100%;
  float: left;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.eserv-info h5 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 4px 15px;
  line-height: 22px;
  font-size: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.eserv-info .panel-group {
  margin-bottom: 10px;
}
.eserv-info ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.eserv-info ul li {
  line-height: 22px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.75);
  padding: 6px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
}
.eserv-info ul li i {
  font-size: 0.875rem;
  margin-right: 8px;
  color: rgba(255, 255, 255, 1);
}
.eserv-info .panel-group .panel {
  background: none;
  border: 0px;
  box-shadow: none;
}
.eserv-info .panel-group .panel:last-child .panel-heading {
  border: 0px;
}
.eserv-info .panel-group .panel-heading {
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.eserv-info .panel-group .panel-heading a {
  color: #fff;
  font-weight: 600;
  display: block;
  position: relative;
}
.eserv-info .panel-group .panel-heading a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  color: #fff;
  font-size: 0.875rem;
  position: absolute;
  right: 20px;
  top: 4px;
}
.eserv-info .panel-group .panel-heading + .panel-collapse > .list-group,
.eserv-info .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0px;
}

.panel-body {
  padding: 10px 15px;
}
.query {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  float: left;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  margin-top: 7px;
}
.query ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.query h5 {
  font-weight: 600;
  color: #222;
  margin: 0 0 10px;
}
.query ul li {
  position: relative;
  padding: 0 0 0 35px;
  color: #555555;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.query ul li:last-child {
  margin: 0px;
}
.query ul li strong {
  display: block;
  color: #d94148;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}
.query ul li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  font-size: 0.75rem;
  text-align: center;
  line-height: 24px;
  color: #bbbbbb;
}

.quick-access-panel .quick-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #5858a3, #40407e);
  color: #fff;
  padding: 20px 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  min-height: 100px;
}
.quick-access-panel .quick-icon i {
  font-size: 1.75rem;
  margin-bottom: 8px;
}
.quick-access-panel .quick-icon:hover {
  background: linear-gradient(135deg, #40407e, #1e1c6b);
  text-decoration: none;
  transform: translateY(-3px);
}
.eserv-info ul li {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 5px 0;
}
.eserv-info ul li i {
  margin-right: 10px;
  color: #fff;
}
.eserv-info .panel-heading a {
  color: #fff;
  font-weight: 600;
}
.services-section {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding: 95px 0px 85px;
}

.services-section .title-box {
  position: relative;
  margin-bottom: 50px;
}

.services-section .title-box h3 {
  position: relative;
  color: #13b5ea;
  line-height: 1.3em;
  font-weight: 700;
  text-align: right;
  padding-right: 30px;
  border-right: 3px solid #13b5ea;
}
.services-section .title-box .text {
  position: relative;
  color: #666666;
  font-size: 1rem;
  line-height: 1.8em;
}
.services-block {
  position: relative;
  margin-bottom: 30px;
}
.services-block .inner-box {
  position: relative;
  padding-left: 22px;
  padding-top: 22px;
}
.services-block .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 70px;
  height: 70px;
  color: #ffffff;
  line-height: 70px;
  font-size: 2.375rem;
  text-align: center;
  background-color: #13b5ea;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.services-block .inner-box .content {
  position: relative;
  padding: 30px 30px;
  text-align: right;
  border: 1px solid #13b5ea;
}
.services-block .inner-box .content .image-layer {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg);
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  background-size: cover;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.services-block .inner-box .content .image-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.services-block .inner-box:hover .content .image-layer {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
}
.services-block .inner-box h5 {
  position: relative;
  color: #13b5ea;
  z-index: 10;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.services-block .inner-box h5 a {
  position: relative;
  color: #222222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.services-block .inner-box .text {
  position: relative;
  color: #444444;
  z-index: 1;
  font-size: 0.9375rem;
  line-height: 1.8em;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block .inner-box:hover h5 a,
.services-block .inner-box:hover .text {
  color: #ffffff;
}

.service-hub {
  border-radius: 15px;
  background-color: #ffeee45e;
  padding: 10px 5px;
}
.service-icon {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  text-decoration: none;
}
.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 1.625rem;
  transition: all 0.25s ease;
}
.service-icon p {
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  line-height: 18px;
}
.service-icon:nth-child(1) i {
  color: #fc9b3c;
}
.service-icon:nth-child(2) i {
  color: #27ae60;
}
.service-icon:nth-child(3) i {
  color: #2980b9;
}
.service-icon:nth-child(4) i {
  color: #8e44ad;
}
.service-icon:nth-child(5) i {
  color: #f39c12;
}
.service-icon:nth-child(6) i {
  color: #16a085;
}
.service-icon:nth-child(7) i {
  color: #d35400;
}
.service-icon:nth-child(8) i {
  color: #2c3e50;
}
.service-icon:nth-child(9) i {
  color: #c0392b;
}
.service-icon:nth-child(10) i {
  color: #1abc9c;
}
.service-icon:nth-child(11) i {
  color: #34495e;
}
.service-icon:nth-child(12) i {
  color: #7f8c8d;
}
.service-icon:hover .icon-circle {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.fluid-section-one {
  position: relative;
}
.fluid-section-one .outer-container {
  position: relative;
  min-height: 250px;
  background-color: #f9f9f9;
}
.fluid-section-one .image-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fluid-section-one .image-column .image-box {
  position: relative;
  display: none;
}
.fluid-section-one .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.fluid-section-one .content-column {
  position: relative;
  float: right;
  width: 50%;
}
.fluid-section-one .content-column .inner-column {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 15px 40px 40px;
}
.fluid-section-one .content-column .inner-column h2 {
  position: relative;
  color: #13b5ea;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.fluid-section-one .content-column .inner-column h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 40px;
  background-color: #000000;
}
.fluid-section-one .content-column .inner-column .text {
  position: relative;
  font-size: 1rem;
  color: #222222;
  line-height: 1.7em;
  margin-bottom: 35px;
}
.featured-block {
  position: relative;
  margin-bottom: 50px;
}
.featured-block .feature-inner {
  position: relative;
  padding-left: 65px;
}
.featured-block .feature-inner .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  line-height: 1em;
  font-size: 3rem;
  color: #13b5ea;
}
.featured-block .feature-inner h3 {
  position: relative;
  color: #222222;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6em;
}
.case-section {
  position: relative;
  padding: 55px 0px 35px;
  background-color: #f5f5f5;
}
.case-section.alternate {
  background-color: #ffffff;
  padding-bottom: 60px;
}
.case-block {
  position: relative;
}
.case-block .inner-box {
  position: relative;
  text-align: center;
}
.case-block .inner-box .image {
  position: relative;
}
.case-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
.case-block .inner-box .image {
  position: relative;
}
.case-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.case-block .inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background: rgba(19, 181, 234, 0.9);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.case-block .inner-box:hover .overlay-box:before {
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.case-block .inner-box:hover .overlay-box {
  opacity: 1;
}
.case-block .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 30px;
}
.case-block .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.case-block .inner-box .overlay-inner .content h3 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.case-block .inner-box .overlay-inner .content h3 a {
  position: relative;
  color: #ffffff;
}
.case-block .inner-box .overlay-inner .content .text {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.9em;
  margin-bottom: 15px;
}
.case-block .inner-box .overlay-inner .content .read-more {
  position: relative;
  color: #ffffff;
  font-size: 1rem;
}
.case-block .inner-box .overlay-inner .content .read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 4px;
}
.case-section .lower-box {
  position: relative;
  padding: 50px 0px;
  text-align: center;
}
.case-section .lower-box .case-text {
  position: relative;
  color: #222222;
  font-size: 1.125rem;
  padding: 0px 15px;
}
.case-section .lower-box .case-text a {
  position: relative;
  color: #13b5ea;
}
.case-section .owl-dots {
  display: none;
}
.case-section .owl-nav {
  position: absolute;
  left: 0px;
  bottom: -35px;
  width: 100%;
}
.case-section .owl-nav .owl-prev {
  position: absolute;
  left: 200px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background-color: #c3c3c3;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.case-section .owl-nav .owl-next {
  position: absolute;
  right: 200px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background-color: #c3c3c3;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.case-section .owl-nav .owl-prev:hover,
.case-section .owl-nav .owl-next:hover {
  background-color: #13b5ea;
}
#official-slider .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
}
#official-slider .owl-next,
#official-slider .owl-prev {
  background: #fafafa;
  height: 26px;
  width: 26px;
  border: 1px solid #e2e2e2;
  border-radius: 100%;
  margin-left: 10px;
  font-size: 0px;
  text-align: center;
  color: #d94148;
}
#official-slider .owl-next:hover,
#official-slider .owl-prev:hover {
  background: #d94148;
  color: #fff;
  border-color: #d94148;
}
#official-slider .owl-prev:before,
#official-slider .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1rem;
  font-weight: 700;
}
#official-slider .owl-prev:before {
  content: "\f104";
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.owl-carousel .owl-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  width: 28px;
  height: 28px;
}
#h3team-slider .h3-team-box {
  padding: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
}
#h3team-slider .h3-team-box img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
#h3team-slider .team-info {
  padding-top: 10px;
  text-align: center;
}
#h3team-slider .team-info h6 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 3px;
}

#h3team-slider .team-info strong {
  font-size: 0.8125rem;
  color: #777;
  display: block;
}
@media (max-width: 767px) {
  #h3team-slider .h3-team-box {
    padding: 10px;
  }

  #h3team-slider .team-info h6 {
    font-size: 0.875rem;
  }

  #h3team-slider .team-info strong {
    font-size: 0.75rem;
  }
}

.h3-team-box {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.h3-team-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}
.h3-team-box .team-info {
  position: static;
  padding: 8px 0 0 0;
  text-align: center;
  z-index: auto;
}
.h3-team-box .team-info h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #0b2c6b;
  margin: 0 0 4px 0;
}

.h3-team-box .team-info strong {
  display: block;
  font-size: 0.875rem;
  color: #333333;
  font-weight: 500;
  margin-bottom: 2px;
}
.team-info {
  position: absolute;
  left: 0;
  bottom: -95px;
  padding: 20px;
  z-index: 99;
}
.team-info h6 {
  color: #fff;
  margin: 0 0 7px;
}
.team-info strong {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  display: block;
  margin: 0 0 10px;
}
.team-info ul {
  margin: 0px;
  padding: 10px 0 0;
  list-style: none;
  border-top: 1px solid #98989a;
  opacity: 0;
}
#official-slider .item {
  padding: 10px;
}
#official-slider .h3-team-box {
  padding: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
}
#official-slider .h3-team-box img {
  width: 100%;
  height: auto;
  display: block;
}
#official-slider .team-info {
  text-align: center;
  padding-top: 8px;
}
#official-slider .team-info h6 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 4px;
}
#official-slider .team-info strong {
  display: block;
  font-size: 0.8125rem;
  color: #666;
}
@media (max-width: 767px) {
  #official-slider .item {
    padding: 10px;
  }

  #official-slider .team-info h6 {
    font-size: 0.875rem;
  }

  #official-slider .team-info strong {
    font-size: 0.75rem;
  }
}
.sponsors-section {
  position: relative;
  z-index: 9;
  padding: 15px 0px 15px;
  background-size: cover;
  background-attachment: fixed;
}
.sponsors-section:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(19, 181, 234, 0.8);
}
.sponsors-section .image-box {
  height: 130px;
  position: relative;
  text-align: center;
  padding: 20px 20px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.sponsors-section .image-box img {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.sponsors-section .image-box:hover {
  border-color: #ffffff;
}
.sponsors-section .owl-nav {
  display: none;
}
.sponsors-section.style-two {
  background-color: #e74c3c;
  padding: 75px 0px;
  background-attachment: fixed;
  background-position: left bottom;
}
.sponsors-section-in {
  position: relative;
  z-index: 9;
  padding: 15px 0px 15px;
  background-size: cover;
  background-attachment: fixed;
}
.sponsors-section-in:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #dd9954, #db7108, #ff7e00);

  z-index: 0;
}
.sponsors-section-in:after {
  content: "";
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background: url(../images/ashok_chakra.png) no-repeat center;
  background-size: contain;
  opacity: 0.05;
  filter: grayscale(100%);
  z-index: 0;
  pointer-events: none;
}
.sponsors-section-in .image-box {
  position: relative;
  text-align: center;
  padding: 10px 10px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border: 1px solid rgb(192 182 182 / 30%);
}
.sponsors-section-in .image-box img {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.sponsors-section-in .image-box:hover {
  border-color: #ffffff;
}
.sponsors-section-in .owl-nav {
  display: none;
}
.sponsors-section-in.style-two {
  background-color: #e74c3c;
  padding: 75px 0px;
  background-attachment: fixed;
  background-position: left bottom;
}
.news-section {
  position: relative;
  padding: 55px 0px 75px;
}
.news-block {
  position: relative;
  margin-bottom: 40px;
}
.news-block .inner-box {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-block .inner-box .image {
  position: relative;
}
.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-block .inner-box:hover .image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.news-block .inner-box .image .category {
  position: absolute;
  left: 20px;
  bottom: 40px;
  padding: 5px 10px 2px;
  background-color: #ffffff;
}
.news-block .inner-box .image .category li {
  position: relative;
  display: inline-block;
}
.news-block .inner-box .image .category li a {
  position: relative;
  color: #13b5ea;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.news-block .inner-box .lower-content {
  position: relative;
  margin-top: -20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px 20px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-block .inner-box .lower-content .author {
  position: relative;
  color: #7c7b7b;
  font-size: 0.9375rem;
  margin-bottom: 13px;
}
.news-block .inner-box .lower-content .author .author-image {
  position: absolute;
  left: 0px;
  top: -5px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}
.news-block .inner-box .lower-content h5 {
  position: relative;
  color: #262626;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 18px;
}
.news-block .inner-box .lower-content h5 a {
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-block .inner-box .lower-content h5 a:hover {
  color: #13b5ea;
}
.news-block .inner-box .lower-content .text {
  position: relative;
  color: #222222;
  font-size: 0.9375rem;
  line-height: 1.7em;
  margin-bottom: 25px;
  font-weight: 400;
}
.news-block .inner-box .lower-content .post-date {
  position: relative;
}
.news-block .inner-box .lower-content .post-date:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 100%;
  height: 1px;
  background-color: #dde2db;
}
.news-block .inner-box .lower-content .post-date li {
  position: relative;
  color: #7c7b7b;
  background-color: #ffffff;
  font-size: 0.875rem;
  padding-right: 10px;
  line-height: 1.4em;
  margin-right: 12px;
  font-weight: 400;
  display: inline-block;
}
.news-block .inner-box .lower-content .post-date li:after {
  position: absolute;
  content: ".";
  right: -8px;
  top: -11px;
  color: #cdd5ca;
  font-size: 3.125rem;
}
.news-block .inner-box .lower-content .post-date li:last-child::after {
  display: none;
}
.news-block .inner-box:hover .lower-content {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.info-section {
  padding: 0px 0;
}

.info-slider {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}

.info-box {
  min-width: 210px;
  padding: 10px 25px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.info-box:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.info-box:last-child {
  border-right: none;
}

.info-box .icon {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.info-box .title {
  font-size: 0.875rem;
  font-weight: 500;
}
.info-box:hover {
  background: rgba(255, 255, 255, 0.12);
}
.default-section {
  position: relative;
  z-index: 9;
  padding: 55px 0px 50px;
  background-color: #d2b498bd;
}
.default-section .testimonial-column {
  position: relative;
  margin-bottom: 40px;
}
.default-section .testimonial-column .inner-column {
  position: relative;
}
.default-section.style-two {
  background-color: #ffffff;
}
.single-vertical-carousel .slick-dots {
  display: none !important;
}
.single-vertical-carousel .prev-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  color: #cececf;
  background: none;
  border: 1px solid #cececf;
  border-bottom: 0px;
  z-index: 10;
  font-size: 1.25rem;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #cececf;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.single-vertical-carousel .next-btn {
  position: absolute;
  right: 0px;
  top: 35px;
  width: 35px;
  height: 35px;
  color: #cececf;
  background: none;
  font-size: 1.25rem;
  border: 1px solid #cececf;
  border-top: 0px;
  text-align: center;
  cursor: pointer;
  z-index: 12;
  line-height: 35px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.single-vertical-carousel .next-btn:hover,
.single-vertical-carousel .prev-btn:hover {
  color: #13b5ea;
}
.testimonial-block {
  position: relative;
}
.testimonial-block .inner-box {
  position: relative;
}
.testimonial-block .inner-box .author-info {
  position: relative;
  padding-left: 98px;
  min-height: 76px;
  margin-bottom: 35px;
}
.testimonial-block .inner-box .author-info .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-block .inner-box .author-info h6 {
  position: relative;
  color: #333333;
  font-weight: 600;
  padding-top: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.testimonial-block .inner-box .author-info .designation {
  color: #777777;
  font-size: 0.875rem;
}
.testimonial-block .inner-box .author-info .quote-icon {
  position: absolute;
  right: 0px;
  top: 20px;
  color: #9dd15b;
  font-size: 2rem;
}
.testimonial-block .inner-box .text {
  position: relative;
  color: #222222;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.8em;
}
.default-section .graph-column .graph-image {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.photo-grid img {
  width: 100%;
  border-radius: 15px;
  height: 160px;
  object-fit: cover;
  margin-bottom: 15px;
  transition: 0.3s;
}
.photo-grid img:hover {
  transform: scale(1.05);
}
.video-box iframe {
  width: 100%;
  height: 340px;
  border: 4px solid #000;
}
.sec-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.view-all {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.view-all:hover {
  color: #ff6600;
}
.sec-title centered {
  text-align: center;
}
.main-footer {
  position: relative;
  background-color: #1c1c1c;
}
.main-footer .widgets-section {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .widgets-section .footer-widget {
  position: relative;
  padding: 75px;
  padding: 35px 20px 40px 30px;
}
.main-footer .widgets-section .footer-widget:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-footer .footer-widget h5 {
  position: relative;
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.main-footer .footer-widget h5:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 2px;
  background-color: #ffffff;
}
.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 20px;
}
.main-footer .logo-widget .text {
  position: relative;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.6em;
  margin-bottom: 25px;
}
.link-list {
  position: relative;
}
.link-list li {
  position: relative;
  margin-bottom: 10px;
}
.link-list li a {
  position: relative;
  padding-left: 15px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 300;
}
.link-list li a:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: 3px;
  line-height: 1em;
  font-size: 0.875rem;
  color: #ffffff;
  font-family: "FontAwesome";
}
.link-list li a:hover {
  color: #13b5ea;
}
.news-widget-block {
  position: relative;
  margin-bottom: 20px;
}
.news-widget-block:last-child {
  margin-bottom: 0px;
}
.news-widget-block:last-child .inner {
  border: 0px;
  padding-bottom: 0px;
}
.news-widget-block .inner {
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.news-widget-block .inner .icon {
  position: absolute;
  left: 0px;
  top: 4px;
  color: #13b5ea;
  font-size: 2.125rem;
  line-height: 1em;
}
.news-widget-block .inner .post-date {
  position: relative;
  color: #13b5ea;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 2px;
}
.news-widget-block .inner .text {
  position: relative;
  color: #9c9c9c;
  font-size: 1rem;
}
.news-widget-block .inner .text a {
  color: #ffffff;
  font-size: 0.9375rem;
}
.main-footer .footer-info-section {
  position: relative;
  margin-top: -5px;
  background-color: #1c1c1c;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .footer-info-section .info-block {
  position: relative;
  margin-bottom: 0px;
}
.main-footer .footer-info-section .info-block:after {
  position: absolute;
  content: "";
  right: -16px;
  top: 18px;
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-footer .footer-info-section .info-block:last-child:after {
  display: none;
}
.main-footer .footer-info-section .info-block .inner {
  position: relative;
  padding-left: 40px;
  margin-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-footer .footer-info-section .info-block .inner .icon {
  position: absolute;
  left: 0px;
  top: 24px;
  color: #13b5ea;
  font-size: 1.75rem;
  line-height: 1em;
}
.main-footer .footer-info-section .info-block .inner h6 {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1em;
}
.main-footer .footer-info-section .info-block .inner .text {
  position: relative;
  color: #ffffff;
  font-size: 1rem;
}
.main-footer .footer-bottom .row {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .main-footer .footer-bottom .row {
    display: block;
  }

  .main-footer .footer-bottom .nav-column {
    text-align: left;
    margin-top: 8px;
  }
}
.copyright-text a {
  align-items: center;
  gap: 6px;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 26px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .footer-bottom .column {
  position: relative;
}

.main-footer .footer-bottom .copyright {
  position: relative;
  color: #ffffff;
  font-size: 0.875rem;
}

.copyright-text {
  font-size: 0.875rem;
  color: #ffffff;
  margin: 0;
}

.main-footer .footer-bottom .nav-column {
  position: relative;
  text-align: center;
}

.main-footer .footer-bottom .nav-column .footer-nav {
  position: relative;
}

.main-footer .footer-bottom .nav-column .footer-nav li {
  position: relative;
  margin-left: 20px;
  display: inline-block;
}

.main-footer .footer-bottom .nav-column .footer-nav li a {
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-footer .footer-bottom .nav-column .footer-nav li a:hover {
  color: #13b5ea;
}
.page-banner {
  width: 100%;
  overflow: hidden;
}
.page-banner .banner-img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .page-banner .banner-img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .page-banner .banner-img {
    height: 35vh;
  }
}

.breadcrumb-outer {
  position: relative;
  text-align: center;
  z-index: 10;
}

.breadcrumb-outer .bread-crumb {
  position: relative;
  padding: 15px 85px;
  margin-top: -15px;
  top: -9px;
  display: inline-block;
  background-color: #272727;
}

.breadcrumb-outer .bread-crumb:before {
  position: absolute;
  content: "";
  top: 57%;
  left: -8px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border-radius: 50%;
  background-color: #ffffff;
}

.breadcrumb-outer .bread-crumb:after {
  position: absolute;
  content: "";
  top: 57%;
  right: -8px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border-radius: 50%;
  background-color: #ffffff;
}

.breadcrumb-outer .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  color: #ffffff;
  font-weight: 400;
  margin-right: 5px;
  letter-spacing: 0.3px;
}

.breadcrumb-outer .bread-crumb li a {
  position: relative;
  font-size: 0.9375rem;
  color: #ffffff;
  margin: 0px 7px;
  font-weight: 400;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.breadcrumb-outer .bread-crumb a:hover,
.breadcrumb-outer .bread-crumb a.current {
  position: relative;
  color: #13b5ea;
}

.about-section {
  position: relative;
  padding: 55px 0px 65px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
}

.about-section .content-column .inner-column .sec-title {
  position: relative;
  margin-bottom: 15px;
}

.about-section .content-column .inner-column .text {
  position: relative;
  margin-bottom: 15px;
}

.about-section .content-column .inner-column .text p {
  position: relative;
  color: #272626;
  font-size: 0.9375rem;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.about-section .content-column .inner-column .text p:last-child {
  margin-bottom: 0px;
}

.about-section .video-column {
  position: relative;
  margin-bottom: 30px;
}

.about-image {
  text-align: center;
  margin-bottom: 15px;
}
.about-image img {
  width: 100%;
  height: auto;

  border-radius: 8px;
  border: 3px solid rgba(34, 139, 34, 0.2);

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
.about-image img:hover {
  transform: scale(1.03);
}
.about-image .img-caption {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #666;
  font-style: italic;
}
.video-box {
  position: relative;
}

.video-box .image {
  position: relative;
  overflow: hidden;
}

.video-box .image img {
  position: relative;
  width: 100%;
}

.video-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 80px;
  background: rgba(19, 184, 234, 0.08);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-box .overlay-box:hover {
  background: rgba(0, 0, 0, 0.45);
}

.video-box .overlay-box span {
  position: relative;
  width: 80px;
  height: 80px;
  top: 40%;
  z-index: 99;
  color: #222222;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  background-color: #ffffff;
  display: inline-block;
  margin-top: -40px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.video-box:hover .overlay-box span {
  transform: rotate(360deg);
}

.company-section {
  position: relative;
  padding: 95px 0px 105px;
  background-color: #f5f5f5;
}

.company-section .auto-container {
  max-width: 1000px;
  margin: 0 auto;
}

.company-section h3 {
  position: relative;
  color: #222222;
  font-weight: 600;
  margin-bottom: 20px;
}

.company-section .sec-title {
  margin-bottom: 20px;
}

.company-section .text {
  position: relative;
  margin-bottom: 18px;
}

.company-section .text p {
  position: relative;
  color: #222222;
  font-size: 0.9375rem;
  line-height: 1.8em;
  margin-bottom: 18px;
}

.company-section .text p:last-child {
  margin-bottom: 0px;
}

.faq-section {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding: 95px 0px 95px;
}

.faq-section .auto-container {
  max-width: 1000px;
  margin: 0 auto;
}
.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 15px;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 1rem;
  margin-bottom: 0px;
  cursor: pointer;
  line-height: 24px;
  border: 1px solid #eaeaea;
  font-weight: 700;
  padding: 15px 10px 15px 80px;
  color: #444444;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-inner {
  color: #13b5ea;
  font-size: 1rem;
}

.accordion-box .block .icon-outer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 100%;
  text-align: center;
  font-size: 0.8125rem;
  color: #b3b2b2;
  background: #eaeaea;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -21px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 0.8125rem;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer {
  background-color: #153e4d;
}

.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  opacity: 1;
  color: #00c0ff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  font-size: 0.8125rem;
  background: #ffffff;
  padding: 25px 0px 15px;
}

.accordion-box .block .content p {
  margin-bottom: 20px;
  line-height: 1.8em;
  color: #777777;
  font-size: 0.9375rem;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0px;
}

.partners-page-section {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding: 80px 0px 60px;
}

.partners-page-section .auto-container {
  max-width: 1000px;
  margin: 0 auto;
}

.partner-block {
  position: relative;
  margin-bottom: 30px;
}

.partner-block .inner-box {
  position: relative;
  padding-top: 25px;
  padding-left: 375px;
  min-height: 200px;
}

.partner-block .inner-box .icon-box {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.partner-block .inner-box h4 {
  position: relative;
  color: #13b5ea;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 4px;
}

.partner-block .inner-box .designation {
  position: relative;
  color: #666666;
  font-size: 1.0625rem;
  font-style: italic;
  margin-bottom: 15px;
}

.partner-block .inner-box .text {
  position: relative;
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1.9em;
}

.services-block-two {
  position: relative;
  margin-bottom: 30px;
}

.services-block-two .inner-box {
  position: relative;
}

.services-block-two .inner-box .image-box {
  position: relative;
}

.services-block-two .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
}

.services-block-two .inner-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.services-block-two .inner-box .lower-box {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 21px 0px 20px 100px;
  background-color: #ffffff;
  border-top: 3px solid #13b5ea;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.services-block-two .inner-box .lower-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 70px;
  color: #ffffff;
  font-size: 2.125rem;
  text-align: center;
  line-height: 70px;
  background-color: #13b5ea;
}

.services-block-two .inner-box .lower-box h3 {
  position: relative;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}

.services-block-two .inner-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  opacity: 0;
  background-size: cover;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

.services-block-two .inner-box .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 30px;
  text-align: center;
  background: rgba(19, 181, 234, 0.8);
}

.services-block-two .inner-box .overlay-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.services-block-two .inner-box .overlay-box .content .icon {
  font-size: 3.125rem;
  margin-bottom: 28px;
}

.services-block-two .inner-box .overlay-box .content h6 {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}

.services-block-two .inner-box .overlay-box .content h6 a {
  color: #ffffff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block-two .inner-box .overlay-box .content h6 a:hover {
  color: #222222;
}

.services-block-two .inner-box .overlay-box .content .text {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.services-block-two .inner-box .overlay-box .content .theme-btn:hover {
}

.services-block-two .inner-box:hover .lower-box {
  bottom: -100%;
}

.services-block-two .inner-box:hover .overlay-box {
  top: 0px;
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

.services-section .styled-pagination {
  margin-top: 20px;
}

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 0px 0px;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  color: #111111;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  font-size: 1.125rem;
  min-width: 50px;
  color: #111111;
  font-weight: 600;
  text-align: center;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  border-color: #13b5ea;
  background-color: #13b5ea;
}
.sidebar-page-container {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding: 100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 40px;
}

.sidebar-widget {
  position: relative;
  margin-bottom: 40px;
}

.blog-cat {
  box-shadow: #80808040 -2px 1px 9px 2px;
  position: relative;
  border-left: 3px solid #f3f6f7;
}

.blog-cat li {
  position: relative;
  margin-bottom: 3px;
}

.blog-cat li a {
  position: relative;
  color: #242424;
  font-size: 0.9rem;
  font-weight: 400;
  display: block;
  background-color: #f1f1f1;
  padding: 5px 5px 5px 15px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}

.blog-cat li.active a,
.blog-cat li a:hover {
  color: #ffffff;
  background-color: #13b5ea;
}

.widget {
  background: #33b6ff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.widget .widget-title::before {
  position: absolute;
  content: "";
  width: 15px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 0;
}
.services-single {
  position: relative;
}

.services-single .inner-service {
  position: relative;
}

.services-single .inner-service .gallery-image {
  position: relative;
  margin-bottom: 30px;
}

.services-single .inner-service .gallery-image .row {
  position: relative;
  margin: 0px -4px;
}

.services-single .inner-service .gallery-image .image-column {
  position: relative;
  padding: 0px 4px;
}

.services-single .inner-service .gallery-image .image img {
  position: relative;
  width: 100%;
  display: block;
}

.services-single .inner-service .lower-content {
  position: relative;
}

.services-single .inner-service .lower-content h2 {
  position: relative;
  color: #13b5ea;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.services-single .inner-service .lower-content .text {
  position: relative;
}

.services-single .inner-service .lower-content .text p {
  position: relative;
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1.9em;
  margin-bottom: 15px;
}

.services-single .inner-service .lower-content h3 {
  position: relative;
  color: #13b5ea;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.services-single .inner-service .lower-content .faq-blocks {
  position: relative;
  margin-top: 30px;
}

.faq-page-section {
  position: relative;
  padding: 80px 0px 80px;
}

.faq-page-section .auto-container {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-search-box {
  position: relative;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 50px;
}

.faq-search-box .form-group {
  position: relative;
  margin: 0px;
}

.faq-search-box .form-group input[type="text"],
.faq-search-box .form-group input[type="search"] {
  position: relative;
  line-height: 28px;
  color: #222222;
  display: block;
  font-size: 1rem;
  width: 100%;
  height: 60px;
  border-radius: 0px;
  padding: 15px 15px 15px 25px;
  border: 1px solid #e0e0e0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.faq-search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 65px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  display: block;
  font-size: 1.375rem;
  color: #c0c0c0;
  background: none;
  font-weight: normal;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.faq-search-box .form-group input:focus {
  border-color: #13b5ea;
}

.faq-form-section {
  position: relative;
  z-index: 9;
  padding: 85px 0px 80px;
  background-color: #f5f5f5;
}

.faq-form-section .auto-container {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-form .form-group {
  margin-bottom: 20px;
}

.faq-form input[type="text"],
.faq-form input[type="email"],
.faq-form input[type="password"],
.faq-form select,
.faq-form textarea {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 0.9375rem;
  color: #999999;
  line-height: 30px;
  padding: 12px 22px;
  font-weight: 400;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}

.faq-form textarea {
  height: 200px;
  resize: none;
}

.faq-form .form-group .theme-btn {
  font-weight: 400;
  font-size: 1rem;
  margin-top: 10px;
  padding: 12px 34px;
  cursor: pointer;
}

.contact-location-section {
  position: relative;
  padding: 100px 0px 0px;
}

.contact-location-section .info-column {
  position: relative;
  margin-bottom: 30px;
}

.contact-location-section .info-column .column-inner {
  position: relative;
  text-align: center;
  padding: 40px 15px;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
}

.contact-location-section .info-column .image {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 18px;
}

.contact-location-section .info-column h3 {
  position: relative;
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
}

.contact-location-section .info-column .text {
  position: relative;
  color: #555555;
  font-size: 0.875rem;
  line-height: 1.8em;
  margin-top: 8px;
  margin-bottom: 20px;
}

.contact-location-section .info-column ul {
  position: relative;
}

.contact-location-section .info-column ul li {
  position: relative;
  color: #555555;
  font-size: 0.875rem;
}

.contact-location-section .info-column ul li:first-letter {
  font-weight: 600;
  color: #222222;
}

.contact-page-section {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding: 80px 0px 70px;
}

.contact-page-section .form-column {
  position: relative;
}

.contact-page-section .form-column .inner-column {
  position: relative;
}

.contact-page-section .form-column .inner-column .sec-title {
  margin-bottom: 20px;
}

.contact-page-section .form-column .inner-column h3 {
  position: relative;
  color: #13b5ea;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 25px;
  text-transform: uppercase;
}

.contact-page-section .form-column .inner-column .print {
  position: relative;
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1.6em;
  margin-top: 5px;
  margin-bottom: 10px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 0.6875rem;
  color: #ff0000;
  font-weight: 500;
}

.contact-form {
  position: relative;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  line-height: 28px;
  height: 50px;
  font-size: 0.875rem;
  padding: 10px 22px;
  background: none;
  color: #000000;
  border-radius: 2px;
  border: 1px solid #d7d7d7;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.contact-form textarea {
  height: 200px;
  resize: none;
  font-size: 0.875rem;
  background: none;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="password"]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #13b5ea;
}

.contact-form .theme-btn {
  margin-top: 0px;
  padding: 12px 45px;
  cursor: pointer;
}

.contact-page-section .map-column {
  position: relative;
  margin-bottom: 40px;
}

.map-data {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8em;
}

.map-data h6 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}

.contact-page-section .map-column .map-canvas {
  position: relative;
  height: 628px;
}

.case-page-section {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding: 80px 0px 100px;
}

.case-page-section.fullwidth .case-block {
  padding: 0px;
  float: left;
  margin-bottom: 0px;
}

.case-page-section .filters {
  position: relative;
  margin-bottom: 40px;
}

.case-page-section .filters .filter-tabs {
  position: relative;
}

.case-page-section .filters li {
  position: relative;
  display: inline-block;
  color: #13b5ea;
  padding: 0px 0px;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0px 15px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Poppins", sans-serif;
}

.case-page-section .filters .filter.active,
.case-page-section .filters .filter:hover {
  color: #222222;
}

.case-page-section .case-block {
  margin-bottom: 30px;
}

.case-block.mix {
  display: none;
}

.case-page-section .styled-pagination {
  margin-top: 20px;
}

.case-page-section.fullwidth .styled-pagination {
  margin-top: 50px;
}

.case-single-section {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding: 90px 0px 100px;
}

.case-single-section .upper-section {
  position: relative;
  margin-bottom: 40px;
}

.case-single-section .upper-section .image-column {
  position: relative;
}

.case-single-section .upper-section .image-column .image {
  position: relative;
}

.case-single-section .upper-section .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.case-single-section .upper-section .detail-column {
  position: relative;
}

.case-single-section .upper-section .detail-column .inner-column {
  position: relative;
}

.case-single-section .upper-section .detail-column .inner-column h2 {
  position: relative;
  color: #13b5ea;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4em;
  padding: 20px 30px;
  background-color: #f6f6f6;
}

.case-single-section .upper-section .detail-column .detail-list {
  position: relative;
  overflow: hidden;
}

.case-single-section .upper-section .detail-column .detail-list li {
  position: relative;
  font-size: 0.875rem;
  color: #13b5ea;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 30px;
  min-width: 370px;
  width: 100%;
}

.case-single-section
  .upper-section
  .detail-column
  .detail-list
  li:nth-child(even) {
  background-color: #f5f5f5;
}

.case-single-section .upper-section .detail-column .detail-list li span {
  min-width: 170px;
  text-align: left;
  float: right;
  font-size: 0.875rem;
  color: #666666;
  font-weight: 400;
}

.case-single-section .lower-section {
  position: relative;
}

.case-single-section .lower-section h2 {
  position: relative;
  color: #13b5ea;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.case-single-section .lower-section h3 {
  position: relative;
  color: #13b5ea;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.case-single-section .lower-section .text {
  position: relative;
}

.case-single-section .lower-section .text p {
  position: relative;
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1.9em;
  margin-bottom: 18px;
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 45px;
}

.sidebar-widget .sidebar-title {
  position: relative;
}

.sidebar-widget .sidebar-title h6 {
  position: relative;
  color: #222222;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.sidebar-widget .sidebar-title h6:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 2px;
  background-color: #222222;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 24px;
  padding: 10px 10px 10px 20px;
  border: 1px solid #cccccc;
  color: #222222;
  display: block;
  font-size: 0.875rem;
  width: 100%;
  height: 50px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: #13b5ea;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 30px;
  height: 50px;
  text-align: center;
  display: block;
  font-size: 0.875rem;
  color: #cccccc;
  background: none;
  font-weight: normal;
}

.sidebar .list {
  position: relative;
}

.sidebar .list li {
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
}

.sidebar .list li:last-child {
  border-bottom: none;
}

.sidebar .list li a {
  position: relative;
  display: block;
  color: #777777;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .list li a:hover {
  color: #13b5ea;
}

.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 7px 18px 7px;
  margin: 0px 0px 4px 0px;
  color: #777777;
  text-align: center;
  font-size: 0.8125rem;
  text-transform: uppercase;
  background-color: #f7f7f7;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  background-color: #13b5ea;
  color: #ffffff;
}

.sidebar .popular-posts .post {
  position: relative;
  font-size: 0.875rem;
  color: #666666;
  padding: 0px 0px;
  margin-bottom: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0px;
}

.sidebar .popular-posts .post .text {
  position: relative;
  top: -4px;
  font-size: 0.9375rem;
  margin: 0px 0px 0px;
  font-weight: 600;
  color: #242424;
  line-height: 1.6em;
  text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
  color: #242424;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
  color: #13b5ea;
}

.sidebar .popular-posts .post-info {
  font-size: 0.8125rem;
  color: #9a9a9a;
  font-weight: 500;
}
.blog-cat-two {
  position: relative;
}

.blog-cat-two li {
  position: relative;
  margin-bottom: 15px;
}

.blog-cat-two li a {
  position: relative;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  padding-bottom: 12px;
  color: #222222;
  padding-left: 25px;
  border-bottom: 1px solid #eeeeee;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.blog-cat-two li:last-child {
  margin-bottom: 0px;
}

.blog-cat-two li:last-child a {
  border: 0px;
}

.blog-cat-two li a span {
  float: right;
}

.blog-cat-two li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #222222;
  font-family: "FontAwesome";
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.blog-cat-two li a:hover {
  color: #13b5ea;
}

.blog-cat-two li a:hover::before {
  border-color: #13b5ea;
}

.news-block-two {
  position: relative;
  margin-bottom: 30px;
}

.news-block-two .inner-box {
  position: relative;
  background-color: #f9f9f9;
}

.news-block-two .inner-box .image-column {
  position: relative;
}

.news-block-two .inner-box .image-column .image {
  position: relative;
  overflow: hidden;
}

.news-block-two .inner-box .image-column .image:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  -webkit-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  -o-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  -ms-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
}

.news-block-two .inner-box:hover .image-column .image::before {
  border: 0px double rgba(0, 0, 0, 0.7);
  opacity: 1;
  visibility: visible;
}

.news-block-two .inner-box .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block-two .inner-box .image-column .category {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 1;
  padding: 5px 10px 2px;
  background-color: #ffffff;
}

.news-block-two .inner-box .image-column .category li {
  position: relative;
  display: inline-block;
}

.news-block-two .inner-box .image-column .category li a {
  position: relative;
  color: #13b5ea;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.news-block-two .inner-box .content-column {
  position: relative;
}

.news-block-two .inner-box .content-column .inner-column {
  position: relative;
  padding: 30px 15px 30px 0px;
}

.news-block-two .inner-box .content-column .author {
  position: relative;
  color: #7c7b7b;
  font-size: 0.9375rem;
  margin-bottom: 13px;
  font-weight: 300;
}

.news-block-two .inner-box .content-column .author .author-image {
  position: absolute;
  left: 0px;
  top: -5px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}

.news-block-two .inner-box .content-column .inner-column h6 {
  position: relative;
  color: #262626;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 18px;
}

.news-block-two .inner-box .content-column .inner-column h6 a {
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .content-column .inner-column a:hover {
  color: #13b5ea;
}

.news-block-two .inner-box .content-column .inner-column .text {
  position: relative;
  color: #6d6565;
  font-size: 0.9375rem;
  line-height: 1.7em;
  margin-bottom: 25px;
  font-weight: 400;
}

.news-block-two .inner-box .content-column .inner-column .post-date {
  position: relative;
}

.news-block-two .inner-box .content-column .inner-column .post-date:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 100%;
  height: 1px;
  background-color: #dde2db;
}

.news-block-two .inner-box .content-column .inner-column .post-date li {
  position: relative;
  color: #6d6565;
  background-color: #f9f9f9;
  font-size: 0.875rem;
  padding-right: 10px;
  line-height: 1.4em;
  margin-right: 12px;
  font-weight: 400;
  display: inline-block;
}

.news-block-two .inner-box .content-column .inner-column .post-date li:after {
  position: absolute;
  content: ".";
  right: -8px;
  top: -11px;
  color: #cdd5ca;
  font-size: 3.125rem;
}

.news-block-two
  .inner-box
  .content-column
  .inner-column
  .post-date
  li:last-child::after {
  display: none;
}

.blog-list .styled-pagination {
  margin-top: 50px;
}

.news-block-three {
  position: relative;
  margin-bottom: 30px;
}

.news-block-three .inner-box {
  position: relative;
}

.news-block-three .inner-box .image {
  position: relative;
  overflow: hidden;
}

.news-block-three .inner-box .image:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 1;
  border: 230px solid rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  -webkit-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  -o-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  -ms-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
}

.news-block-three .inner-box:hover .image::before {
  border: 0px double rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.news-block-three .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block-three .inner-box .category {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 5px 10px 2px;
  background-color: #ffffff;
}

.news-block-three .inner-box .category li {
  position: relative;
  display: inline-block;
}

.news-block-three .inner-box .category li a {
  position: relative;
  color: #13b5ea;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.news-block-three .inner-box .lower-content {
  position: relative;
  padding: 30px 0px;
}

.news-block-three .inner-box .lower-content .author {
  position: relative;
  color: #7c7b7b;
  font-size: 0.9375rem;
  margin-bottom: 13px;
  font-weight: 300;
}

.news-block-three .inner-box .lower-content .author .author-image {
  position: absolute;
  left: 0px;
  top: -5px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}

.news-block-three .inner-box .lower-content h6 {
  position: relative;
  color: #262626;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 18px;
}

.news-block-three .inner-box .lower-content h6 a {
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-three .inner-box .lower-content a:hover {
  color: #13b5ea;
}

.news-block-three .inner-box .lower-content .text {
  position: relative;
  color: #7c7b7b;
  font-size: 0.9375rem;
  line-height: 1.8em;
  margin-bottom: 25px;
  font-weight: 300;
}

.news-block-three .inner-box .lower-content .post-date {
  position: relative;
}

.news-block-three .inner-box .lower-content .post-date:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 100%;
  height: 1px;
  background-color: #dde2db;
}

.news-block-three .inner-box .lower-content .post-date li {
  position: relative;
  color: #7c7b7b;
  background-color: #ffffff;
  font-size: 0.875rem;
  padding-right: 10px;
  line-height: 1.4em;
  margin-right: 12px;
  font-weight: 300;
  display: inline-block;
}

.news-block-three .inner-box .lower-content .post-date li:after {
  position: absolute;
  content: ".";
  right: -8px;
  top: -11px;
  color: #cdd5ca;
  font-size: 3.125rem;
}

.news-block-three .inner-box .lower-content .post-date li:last-child::after {
  display: none;
}

.blog-single {
  position: relative;
}

.blog-single .inner-box {
  position: relative;
}

.blog-single .inner-box .image {
  position: relative;
}

.blog-single .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.blog-single .inner-box .lower-content {
  position: relative;
  padding: 25px 30px;
  border: 1px solid #eeeeee;
}

.blog-single .inner-box .lower-content h6 {
  position: relative;
  font-weight: 600;
  color: #222222;
  line-height: 1.4em;
}

.blog-single .inner-box .lower-content .post-meta {
  position: relative;
  margin: 12px 0px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
}

.blog-single .inner-box .lower-content .post-meta:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -1px;
  width: 70px;
  height: 1px;
  background-color: #13b5ea;
}

.blog-single .inner-box .lower-content .post-meta li {
  position: relative;
  color: #999999;
  font-size: 0.9375rem;
  padding-left: 22px;
  margin-right: 15px;
  display: inline-block;
}

.blog-single .inner-box .lower-content .post-meta li .icon {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  color: #13b5ea;
}

.blog-single .inner-box .lower-content .text {
  position: relative;
  margin-bottom: 30px;
}

.blog-single .inner-box .lower-content .text p {
  position: relative;
  color: #848484;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.blog-single .inner-box .lower-content .text blockquote {
  border-left: 3px solid #13b5ea;
  font-style: italic;
  margin-left: 40px;
  font-size: 1rem;
  margin-top: 40px;
  padding-left: 40px;
  line-height: 1.8em;
  margin-bottom: 40px;
  font-weight: 300;
}

.post-share-options {
  position: relative;
  padding-top: 16px;
  border-top: 1px solid #f4f4f4;
}

.post-share-options .new-posts {
  position: relative;
  margin-top: 10px;
}

.post-share-options .new-posts a {
  position: relative;
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 300;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.post-share-options .new-posts a.prev {
  padding-right: 14px;
  margin-right: 12px;
}

.post-share-options .new-posts a.prev:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 1px;
  height: 24px;
  background-color: #eeeeee;
}

.post-share-options .new-posts a:hover {
  color: #13b5ea;
}
.author-box {
  position: relative;
  margin-top: 40px;
  margin-bottom: 70px;
}

.author-box h4 {
  position: relative;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.5);
}

.author-box h4:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -1px;
  width: 70px;
  height: 1px;
  background-color: #13b5ea;
}

.author-box .author-comment {
  position: relative;
  padding: 30px 30px;
  background-color: #f7f7f7;
}

.author-box .author-comment .inner-box {
  position: relative;
  padding-left: 115px;
}

.author-box .author-comment .inner-box .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 85px;
}

.author-box .author-comment .inner-box h3 {
  position: relative;
  color: #222222;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.author-box .author-comment .inner-box .text {
  position: relative;
  color: #848484;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 16px;
}

.sidebar-page-container .comments-area {
  position: relative;
  margin-top: 0px;
  margin-bottom: 50px;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-page-container .group-title h3 {
  position: relative;
  font-size: 1.25rem;
  color: #222222;
  font-weight: 600;
  padding-bottom: 12px;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(238, 238, 238, 0.5);
}

.sidebar-page-container .group-title h3:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -1px;
  width: 70px;
  height: 1px;
  background-color: #13b5ea;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
  padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
  border-color: #eb5310;
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  font-size: 0.875rem;
  min-height: 158px;
  padding: 0px 0px 0px 120px;
  border-bottom: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment .comment-inner {
  position: relative;
}

.sidebar-page-container .comments-area .comment .comment-inner .reply {
  position: relative;
  color: #13b5ea;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating {
  position: relative;
  margin-left: 15px;
  display: inline-block;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
  display: inline-block;
  color: #13b5ea;
  margin-right: 2px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 100px;
  display: block;
}

.sidebar-page-container .comments-area .comment-info {
  position: relative;
  color: #222222;
  line-height: 24px;
  font-size: 1.125rem;
  font-weight: 400;
  display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .text {
  color: #848484;
  font-size: 1rem;
  margin-top: 12px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.comment-form .group-title {
  margin-bottom: 20px;
}

.comment-form .rating-box {
  position: relative;
  margin-bottom: 20px;
}

.comment-form .rating-box .text {
  position: relative;
  font-size: 0.875rem;
  color: #222222;
  margin-bottom: 10px;
}

.comment-form .rating-box .rating {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.comment-form .rating-box .rating .fa {
  position: relative;
  margin-right: 2px;
  display: inline-block;
}

.comment-form .rating-box .rating a {
  position: relative;
  color: #13b5ea;
  font-size: 0.875rem;
  display: inline-block;
}

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

.comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  height: 50px;
  color: #848484;
  font-weight: 300;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #13b5ea;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 15px;
  color: #848484;
  border: 1px solid #efefef;
  height: 105px;
  font-weight: 300;
  background: #ffffff;
  resize: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form button {
  position: relative;
  margin-top: 10px;
  cursor: pointer;
  padding: 10px 41px 10px;
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
  border-color: #f06529;
}

.download-panel {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}

.download-panel .panel-title {
  background: linear-gradient(to right, #dd9954, #db7108, #ff7e00);
  padding: 5px 15px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fffbfb;
  display: flex;
  align-items: center;
}

.download-panel .panel-title .icon {
  margin-right: 8px;
  color: #13b5ea;
}

.download-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.download-list li {
  border-bottom: 1px solid #eee;
}

.download-list li:last-child {
  border-bottom: none;
}

.download-list li a {
  display: block;
  padding: 12px 15px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.download-list li a:hover {
  background: #f9f9f9;
  color: #13b5ea;
}

.download-list .file-info {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 3px;
}

.contact-section {
  position: relative;
  padding: 80px 0px 50px;
}

.contact-section .sec-title {
  margin-bottom: 40px;
}

.contact-section .sec-title h2 {
  margin-bottom: 20px;
}

.contact-section .sec-title .text {
  margin: 0 auto;
  max-width: 790px;
}

.contact-section .info-column {
  position: relative;
}

.contact-section .info-column .image {
  position: relative;
  margin-bottom: 35px;
}

.contact-section .info-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.contact-section .form-column {
  position: relative;
}

.contact-section .form-column .inner-column {
  position: relative;
  padding: 40px 40px;
  border: 1px solid #eeeeee;
}

.info-block {
  position: relative;
  margin-bottom: 35px;
}

.info-block .info-inner {
  position: relative;
  padding-left: 35px;
}

.info-block .info-inner .icon-box {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
  color: #13b5ea;
  font-size: 1.625rem;
}

.info-block .info-inner h3 {
  position: relative;
  color: #222222;
  font-size: 1.125rem;
  font-weight: 400;
}
.contact-form h2 {
  position: relative;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-group:last-child {
  margin-bottom: 0px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 1rem;
  color: #848484;
  line-height: 30px;
  padding: 12px 25px;
  font-weight: 300;
  background-color: #ffffff;
  border: 1px solid #ececec;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #13b5ea;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 12px 25px;
}

.contact-form button {
  font-size: 0.875rem;
  cursor: pointer;
  padding: 6px 41px 6px;
}

.register-section {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding: 60px 0px 40px;
}

.register-section .form-column {
  margin-bottom: 40px;
}

.register-section .form-column .sec-title {
  position: relative;
  margin-bottom: 30px;
}

.register-section .form-column .sec-title h2 {
}

.styled-form {
  position: relative;
}

.styled-form .submit-text {
  font-size: 0.9375rem;
  color: #9e9e9e;
  font-weight: 400;
  margin-top: 10px;
}

.styled-form .form-group {
  position: relative;
  margin-bottom: 30px;
  font-size: 0.875rem;
  color: #848484;
}

.checkout-section .styled-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.styled-form .form-group .check-box {
  line-height: 24px;
  font-size: 0.9375rem;
  font-weight: normal;
  padding-top: 5px;
  color: #272727;
}

.styled-form .form-group .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0px;
  font-size: 0.9375rem;
  cursor: pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label {
  cursor: pointer;
}

.styled-form .form-group .adon-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.9375rem;
  color: #999999;
  z-index: 2;
}

.styled-form .form-group .field-label {
  display: block;
  color: #272727;
  text-transform: capitalize;
  font-size: 1rem;
  margin-bottom: 7px;
  font-weight: 400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  line-height: 30px;
  padding: 8px 20px;
  height: 50px;
  border: 1px solid #f4f4f4;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select {
  line-height: 26px;
  height: 44px;
}

.styled-form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #ffffff url(../images/icons/icon-select.png) right center
    no-repeat;
  cursor: pointer;
}

.styled-form select option {
  text-indent: 20px;
}

.styled-form textarea {
  resize: none;
  height: 110px;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
  border-color: #13b5ea;
}

.styled-form .form-group .theme-btn {
  min-width: 150px;
  text-align: center;
  padding: 11px 34px;
  border-radius: 0px;
  cursor: pointer;
}

.styled-form .remember-me {
  position: relative;
  color: #222222;
  font-size: 1rem;
  font-weight: 500;
}

.social-links-two a {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  background: #fc721e;
  margin: 0px 0px 0px 15px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

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

.social-links-two .facebook {
  background: #3b5998;
}

.social-links-two .twitter {
  background: #33ccfe;
}

.social-links-two .google-plus {
  background: #dd4b39;
}

.btn-know-more {
  display: inline-block;
  padding: 0px 10px;
  border: 2px solid #0b2c6b;
  border-radius: 25px;
  background-color: rgba(11, 44, 107, 0.05);
  color: #0b2c6b;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-know-more:hover {
  background-color: #0b2c6b;
  color: #ffffff;
  border-color: #0b2c6b;
}

.info-section {
  position: relative;
  background-color: #13b5ea;
}

.info-section .info-column {
  position: relative;
  width: 33.33%;
  float: left;
}

.info-section .info-column .inner-box {
  position: relative;
  padding: 35px 0px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.info-section .info-column .inner-box .info-box {
  position: relative;
  display: inline-block;
}

.info-section .info-column .inner-box .info-box .inner {
  position: relative;
  padding-left: 80px;
  text-align: left;
}

.info-section .info-column .inner-box .info-box .inner .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 3.125rem;
  color: #ffffff;
  line-height: 1em;
  font-weight: 300;
}

.info-section .info-column .inner-box .info-box .inner .title {
  position: relative;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
}

.info-section .info-column .inner-box .info-box .inner h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #ffffff;
}

.about-section-two {
  position: relative;
  padding: 50px 0px 0px 0px;
}

.about-content-box {
  position: relative;
  padding-right: 20px;
  background: #efd2b6;
}

.about-content-box .sec-title-one {
  position: relative;
  margin-bottom: 30px;
}

.about-content-box h4 {
  position: relative;
  max-width: 450px;
  color: #444444;
  line-height: 1.2em;
  margin-top: 32px;
  margin-bottom: 22px;
  font-weight: 700;
  padding-left: 70px;
}

.about-content-box h4 span {
  position: absolute;
  left: 0px;
  line-height: 1em;
  color: #13b5ea;
  font-size: 2rem;
  font-weight: 600;
}

.about-content-box .text {
  position: relative;
  color: #272626;
  font-size: 0.9375rem;
  margin-bottom: 12px;
  line-height: 1.9em;
}

.about-section-two .image-box {
  padding-left: 50px;
}

.about-section-two .image-box img {
  width: 100%;
  display: block;
}

.high-contrast {
  background: #000;
  color: #fff;
}

.high-contrast a {
  color: #ffff00;
}

.awards {
  position: relative;
  padding-top: 40px;
  border-top: 1px solid #ebebeb;
}

.awards .award-box {
  position: relative;
  min-height: 78px;
  margin-bottom: 30px;
  margin-left: 17px;
}

.awards .award-box .inner-box {
  position: relative;
  padding-left: 90px;
}

.awards .award-box .inner-box .image {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -36px;
}

.awards .award-box .inner-box .year {
  position: relative;
  color: #13b5ea;
  font-size: 1.25rem;
  margin-bottom: 6px;
  font-weight: 600;
}

.awards .award-box .inner-box .award-name {
  position: relative;
  color: #444444;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.call-to-action {
  position: relative;
  padding: 38px 0px;
  background-color: #13b5ea;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.call-to-action h4 {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  margin-top: 12px;
}

.call-to-action:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(19, 181, 234, 0.9);
}

.call-to-action .btn-column {
  text-align: right;
}

.services-section-two {
  position: relative;
  padding: 95px 0px 85px;
}

.process-section {
  position: relative;
  padding: 100px 0px 90px;
}

.process-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.12;
  background: url(../images/resource/line.png) right top no-repeat;
}

.service-block-three {
  position: relative;
  margin-bottom: 30px;
}

.service-block-three .inner-box {
  position: relative;
  overflow: hidden;
}

.service-block-three .inner-box .image-box {
  position: relative;
}

.service-block-three .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
}

.service-block-three .inner-box .image-box .caption {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
  display: block;
  font-size: 1.125rem;
  padding: 20px 0px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.service-block-three .inner-box .image-box .overlay-box {
  position: absolute;
  left: 0px;
  bottom: -250px;
  padding: 40px 35px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.service-block-three .inner-box .image-box .overlay-box h6 {
  position: relative;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-block-three .inner-box .image-box .overlay-box .text {
  position: relative;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.6em;
}

.service-block-three .inner-box .image-box .overlay-box .read-more {
  position: relative;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
}

.service-block-three .inner-box .image-box:hover .caption {
  bottom: -60px;
}

.service-block-three .inner-box .image-box:hover .overlay-box {
  bottom: 0px;
}

.process-section {
  position: relative;
  padding: 90px 0px 50px;
  background-color: #f9f9f9;
}

.services-block-four {
  position: relative;
  margin-bottom: 50px;
}

.services-block-four .inner-box {
  position: relative;
  text-align: center;
}

.services-block-four .inner-box .icon-box {
  position: relative;
  width: 190px;
  height: 190px;
  color: #ffffff;
  margin: 0 auto;
  font-size: 4.125rem;
  text-align: center;
  border-radius: 50%;
  line-height: 160px;
  margin-bottom: 20px;
  border: 10px solid #ffffff;
  background-color: #13b5ea;
}

.services-block-four .inner-box h5 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.services-block-four .inner-box h5 a {
  color: #000000;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-four .inner-box h3 a:hover {
  color: #13b5ea;
}

.services-block-four .inner-box .text {
  position: relative;
  font-size: 1rem;
  line-height: 1.8em;
  color: rgba(0, 0, 0, 0.7);
}

.video-section {
  position: relative;
  padding: 90px 0px 80px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.video-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}

.video-section .play-icon {
  position: relative;
  color: #13b5ea;
  font-size: 4.75rem;
  line-height: 1em;
}

.video-section .title {
  position: relative;
  color: #13b5ea;
  font-size: 1.0625rem;
  margin-top: 25px;
}

.video-section h2 {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 20px;
  margin-bottom: 15px;
}

.video-section .text {
  position: relative;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 2em;
  text-align: center;
}

.gallery-section {
  position: relative;
  padding: 95px 0px 95px;
}

.gallery-section .filters {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-section .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.gallery-section .filter-list {
  padding: 0px 15px;
}

.gallery-section .filters li {
  position: relative;
  display: inline-block;
  color: #262626;
  padding: 12px 18px 10px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
  color: #ffffff;
  background-color: #13b5ea;
}

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

.gallery-block {
  position: relative;
  margin-bottom: 30px;
}

.gallery-block .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gallery-block .image-box {
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.gallery-block .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.gallery-block .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.gallery-block .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background: rgba(0, 0, 0, 0.6);

  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.gallery-block .inner-box:hover .overlay-box:before {
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.gallery-block .inner-box:hover .overlay-box {
  opacity: 1;
}

.gallery-block .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}

.gallery-block .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.gallery-block .inner-box .overlay-inner .link {
  position: relative;
  font-size: 1.25rem;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 52px;
  margin: 0px 5px;
  display: inline-block;
  background-color: #13b5ea;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.gallery-block .inner-box .overlay-inner .link .icon {
  position: relative;
}

.gallery-block .overlay-inner .link:hover {
  background-color: rgba(255, 255, 255, 1);
}

.bottom-parallax {
  position: relative;
}

.bottom-parallax .main-footer {
  position: relative;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.parallax-visible .bottom-parallax {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.color-palate .options-btn-box li {
  position: relative;
  color: #000000;
  padding: 10px 15px;
  display: inline-block;
  background-color: #13b5ea;
}
.box-layout {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.box-layout:before {
  position: fixed;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/background/5.jpg) no-repeat;
}

.box-layout .page-wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  background-color: #ffffff;
}

.box-layout .header-style-two .nav-outer::before,
.box-layout .header-style-two .nav-outer .side-curve {
  display: none;
}

.option-box > li {
  position: relative;
  color: #ffffff;
  width: 40%;
  margin: 0px 3px;
  cursor: pointer;
  margin-bottom: 9px;
  padding: 6px 12px;
  display: inline-block;
  background-color: #13b5ea;
  text-transform: uppercase;
}
.box-layout .header-style-two .nav-outer {
  padding: 0px 15px;
}

.box-layout .main-header .outer-box .option-box {
  margin-right: 0px;
}
.nav-toggler {
  position: fixed;
  right: 15px;
  top: 60px;
  z-index: 9999;
  background: none;
}
.nav-toggler .icon {
  position: relative;
  width: 55px;
  height: 55px;
  color: #ffffff;
  font-size: 1.75rem;
  cursor: pointer;
  line-height: 55px;
  border-radius: 50px;
  display: inline-block;
  background-color: #13b5ea;
}

.nav-toggler .hidden-bar-opener {
  position: relative;
  background: none;
}

body.visible-menu-bar {
  overflow: hidden;
}

.fullscreen-menu {
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  z-index: 99999;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}

body.visible-menu-bar .fullscreen-menu {
  opacity: 1;
  visibility: visible;
}

.fullscreen-menu .close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 1.5rem;
  color: #ffffff;
  z-index: 5;
  cursor: pointer;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}

.fullscreen-menu .close-menu:hover {
  opacity: 0.8;
}

.fullscreen-menu .menu-outer-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.fullscreen-menu .menu-outer-container .menu-box {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.fullscreen-menu .full-menu {
  position: relative;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 15px;
  text-align: center;
}

.fullscreen-menu .full-menu .navigation {
  position: relative;
  display: block;
}

.fullscreen-menu .full-menu .navigation > li {
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.fullscreen-menu .full-menu .navigation > li > a {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}

.fullscreen-menu .full-menu .navigation > li .dropdown-btn {
  position: relative;
  display: none;
}

.fullscreen-menu .full-menu .navigation > li > ul {
  position: relative;
  display: none;
  margin-top: 15px;
}

.fullscreen-menu .full-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.fullscreen-menu .full-menu .navigation > li > ul > li:last-child {
  margin-bottom: 0px;
}

.fullscreen-menu .full-menu .navigation > li > ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  border-bottom: 1px solid #ffffff;
}

.box-layout .bottom-parallax,
.box-layout .bottom-parallax .main-footer {
  height: 100%;
  position: relative !important;
}

.map-info-section {
  position: relative;
}

.map-info-section .outer-container {
  position: relative;
}

.map-info-section .outer-container .left-column {
  position: absolute;
  width: 50%;
  left: 0px;
  height: 100%;
  float: left;
}

.map-info-section .outer-container .left-column .map-outer .map-canvas {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  min-height: 400px;
}

.map-info-section .outer-container .right-column {
  position: relative;
  width: 50%;
  float: right;
}

.map-info-section .outer-container .right-column:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 4, 9, 0.84);
}

.map-info-section .outer-container .right-column .content {
  position: relative;
  max-width: 600px;
  float: left;
  width: 100%;
  padding: 85px 15px 80px 80px;
}

.map-info-section .outer-container .right-column .content h3 {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.map-info-section .outer-container .right-column .content h3:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 4px;
  background-color: #ffffff;
}

.map-info-section.alternate .outer-container .right-column .content h3 {
  margin-bottom: 0px;
}

.map-info-section.alternate .outer-container .right-column .content h3 span {
  color: #b78b4b;
}

.map-info-section.alternate .outer-container .right-column .content h3:after {
  display: none;
}

.map-info-section .outer-container .right-column .content .text {
  position: relative;
  color: #ebecfe;
  font-size: 1rem;
  line-height: 1.7em;
  margin-bottom: 25px;
}

.map-info-section .outer-container .right-column .content .consult {
  position: relative;
  color: #ebecfe;
  font-size: 1rem;
  line-height: 1.7em;
  margin-bottom: 10px;
}

.quote-form {
  position: relative;
}

.quote-form .row {
  margin: 0px -4px;
}

.quote-form .form-group {
  position: relative;
  margin-bottom: 8px;
  padding: 0px 4px;
}

.quote-form .form-group input[type="text"],
.quote-form .form-group input[type="tel"],
.quote-form .form-group input[type="email"],
.quote-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  color: #333333;
  height: 50px;
  font-size: 0.9375rem;
  border-radius: 4px;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.quote-form .form-group input[type="text"]:focus,
.quote-form .form-group input[type="tel"]:focus,
.quote-form .form-group input[type="email"]:focus,
.quote-form .form-group textarea:focus {
  border-color: #ee2d50;
}

.quote-form .form-group textarea::-webkit-input-placeholder,
.quote-form .form-group input::-webkit-input-placeholder {
  color: #333333;
}

.quote-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 15px 20px;
  color: #333333;
  height: 125px;
  resize: none;
  font-size: 0.9375rem;
  background: none;
  border-radius: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.quote-form .form-group .btn-detail {
  position: relative;
  text-align: center;
  margin-left: 30px;
  color: #ffffff;
  display: inline-block;
}

.quote-form button {
  width: 100%;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 4px;
  padding: 11px 10px;
  text-transform: capitalize;
}

.quote-form button .icon {
  border-radius: 0px 5px 5px 0px;
}

.gallery-page-case {
  padding-bottom: 0px !important;
}

body.high-contrast {
  background: #000 !important;
  color: #fff !important;
}

body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast h5,
body.high-contrast h6 {
  color: #fff !important;
}

body.high-contrast p,
body.high-contrast li,
body.high-contrast label {
  color: #fff !important;
}

body.high-contrast a {
  color: #ffff00 !important;
}

body.high-contrast section,
body.high-contrast .section,
body.high-contrast .container,
body.high-contrast .content-box,
body.high-contrast .inner-column {
  background: #000 !important;
}

body.high-contrast .main-header,
body.high-contrast .header-upper,
body.high-contrast .header-lower {
  background: #000 !important;
  border-bottom: 1px solid #fff;
}

body.high-contrast .main-menu {
  background: #000 !important;
}

body.high-contrast .main-menu a {
  color: #ffff00 !important;
}
body.high-contrast .main-menu .navigation > li > ul {
  background: #000 !important;
  border-top: 2px solid #fff !important;
  box-shadow: none !important;
}

body.high-contrast .main-menu .navigation > li > ul li a {
  background: #000 !important;
  color: #ffff00 !important;
}

body.high-contrast .main-menu .navigation li a:hover,
body.high-contrast .main-menu .navigation > li.current > a,
body.high-contrast .main-menu .navigation > li:hover > a {
  background: #222 !important;
  color: #ffffff !important;
}
body.high-contrast .main-menu .navigation > li > ul > li > ul {
  background: #000 !important;
  border: 1px solid #fff !important;
}
body.high-contrast .main-footer {
  background: #000 !important;
  color: #fff !important;
  border-top: 1px solid #fff;
}
body.high-contrast .panel,
body.high-contrast .card,
body.high-contrast .box {
  background: #000 !important;
  border: 1px solid #fff;
}
body.high-contrast table {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff;
}

body.high-contrast th,
body.high-contrast td {
  border: 1px solid #fff;
}
body.high-contrast .btn,
body.high-contrast button {
  background: #000 !important;
  color: #ffff00 !important;
  border: 1px solid #fff !important;
}

body.high-contrast input,
body.high-contrast textarea,
body.high-contrast select {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
body.high-contrast a:focus,
body.high-contrast button:focus {
  outline: 3px solid #ffff00;
  outline-offset: 2px;
}
body.high-contrast i,
body.high-contrast .icon,
body.high-contrast .fa,
body.high-contrast .fas,
body.high-contrast .far,
body.high-contrast .fab {
  color: #ffff00 !important;
}
body.high-contrast .btn:hover,
body.high-contrast button:hover {
  background: #222 !important;
  color: #fff !important;
}
body.high-contrast .btn i,
body.high-contrast button i {
  color: #ffff00 !important;
}

body.high-contrast .main-footer .logo-widget .text {
  color: #ffff00 !important;
}

body.high-contrast .main-footer .footer-info-section .info-block .inner .text {
  color: #ffff00 !important;
}
body.high-contrast .desk-box {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

body.high-contrast .whatsnew-box {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

body.high-contrast .map-box {
  background: #000 !important;
}

body.high-contrast .news-footer {
  background: #000 !important;
}
body.high-contrast .sec-title h2:after {
  background-color: #ffff00 !important;
}
body.high-contrast .eservice-panel {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

body.high-contrast .main-header .header-top .language > a {
  background: #000 !important;
  color: #ffff00 !important;
  border: 1px solid #fff !important;
}
body.high-contrast .main-header .header-top .language > a:hover {
  background: #222 !important;
  color: #fff !important;
}
body.high-contrast .main-header .header-top .language .flag-icon {
  color: #ffff00 !important;
}
body.high-contrast .sticky-header .main-menu .navigation > li > a {
  color: #ffff00 !important;
}
body.high-contrast .sticky-header .main-menu .navigation > li > a {
  color: #ffff00 !important;
}
body.high-contrast .sticky-header {
  background: #000 !important;
  border-bottom: 1px solid #fff !important;
}
body.high-contrast #official-slider .h3-team-box {
  background: #000 !important;
  border: 1px solid #fff !important;
}
body.high-contrast #official-slider .h3-team-box h3,
body.high-contrast #official-slider .h3-team-box p,
body.high-contrast #official-slider .h3-team-box span {
  color: #ffff00 !important;
}
body.high-contrast .awards .award-box .inner-box .year {
  color: #ffff00 !important;
}
body.high-contrast [class*="year"] {
  color: #ffff00 !important;
}
body.high-contrast .news-widget-block .inner .post-date {
  color: #ffff00 !important;
}
body.high-contrast [style*="#13b5ea"],
body.high-contrast .post-date {
  color: #ffff00 !important;
}
body.high-contrast .about-content-box h4 span {
  color: #ffff00 !important;
}
body.high-contrast .about-content-box {
  background: #000 !important;
  border: 1px solid #fff !important;
}
body.high-contrast .call-to-action,
body.high-contrast .sponsors-section {
  color: #ffffff !important;
}

body.high-contrast .call-to-action a {
  color: #ffff00 !important;
}
body.high-contrast .video-box iframe {
  color: #ffff00 !important;
}
body.high-contrast .call-to-action:before,
body.high-contrast .case-block .inner-box .image .overlay-box:before,
body.high-contrast .sponsors-section:before {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
body.high-contrast .header-style-two .nav-outer {
  background: #000 !important;
  border: 1px solid #fff !important;
}

body.high-contrast .nav-toggler .icon {
  background: #000 !important;
  border: 0px solid #fff !important;
}

body.high-contrast .main-header .info-box .icon-box {
  color: #ffffff !important;
}

body.high-contrast .header-top {
  background-color: #000000 !important;
}

body.high-contrast .btn-style-one,
body.high-contrast .btn-style-two {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #fff !important;
}

body.high-contrast .header-style-two .nav-outer::before {
  background: #fff !important;
  color: #000 !important;
  border: 0px solid #fff !important;
}

body.high-contrast .header-style-two .nav-outer .side-curve {
  background: #fff !important;
  color: #000 !important;
  border: 0px solid #fff !important;
}

body.high-contrast .list-style-one li:before {
  color: #ffff00 !important;
}
body.high-contrast .wn-tabs li.active {
  color: #ffff00 !important;
}

body.high-contrast .wn-tabs li {
  background: #ffff00 !important;
  color: #ffffff !important;
}

body.high-contrast .wn-tabs {
  border-bottom: 2px solid #ffffff !important;
}

body.high-contrast .btn-know-more {
  border: 2px solid #ffffff !important;
}
.org-tree {
  text-align: center;
}

.org-node {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #2b7d37;
  border-radius: 6px;
  font-weight: 600;
  background: #e9ecef;
}

.org-node.root {
  background: rgba(255, 153, 51, 0.35);
}
.line-vertical {
  width: 2px;
  height: 25px;
  background: #333;
  margin: 0 auto;
}
.flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.org-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 12px;
  background: #fff;
  flex: 1;
  min-width: 300px;
}

.org-title {
  border: 1px solid #2b7d37;
  border-radius: 6px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 5px;
  background: rgba(255, 153, 51, 0.35);
  border-radius: 5px;
}
@media (max-width: 768px) {
  .org-box {
    min-width: 100%;
  }
}
.table-color {
  background-color: #2b7d37;
  color: white;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 768px) {
  th:nth-child(2),
  td:nth-child(2) {
    min-width: 300px;
    white-space: normal;
    word-break: break-word;
  }
}
.about-section {
  width: 100%;
  background: #f7f9fc;
  box-sizing: border-box;
}

.content-block {
  max-width: 1200px;
  margin: auto;
}

.all-sessions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.sections-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

.color-title {
  color: #222222;
}

.session-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.session-taxt {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.session-photo {
  padding: 5px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  font-size: 15px;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.session-photo:hover,
.session-photo:focus {
  border-color: #222222;
}

.photos-gallery-grids {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.photos-gallery-cards {
  background: #f1f1f1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.photos-gallery-cards:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.photos-gallery-cards a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.images-photos {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  margin-left: 0px;
}

.photos-gallery-cards h5 {
  padding: 2px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  margin: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-item {
  display: inline-block;
}

.page-link {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  color: #222222;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
}

.page-link:hover {
  background: #222222;
  color: #fff;
  border-color: #222222;
}

.page-item.active .page-link {
  background: #222222;
  color: #fff;
  border-color: #222222;
}

.page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .photos-gallery-grids {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .sections-title {
    font-size: 26px;
  }

  .photos-gallery-grids {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .images-photos {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .all-sessions {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
  }

  .session-box {
    flex-direction: row !important;
    align-items: center;
  }

  .sections-title {
    font-size: 24px;
  }

  .photos-gallery-grids {
    grid-template-columns: 1fr;
  }

  .images-photos {
    height: 200px;
  }

  .photos-gallery-cards h5 {
    font-size: 15px;
  }

  .page-link {
    padding: 8px 14px;
    font-size: 14px;
  }
}
.about-section {
  width: 100%;
  background: #f5f7fb;
  box-sizing: border-box;
}

.content-block {
  max-width: 1250px;
  margin: auto;
}

.all-session {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  margin: 0;
}

.action-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.back-btn {
  background: #28a745;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease;
  border: none;
}

.back-btn:hover {
  background: #222222;
  color: #fff;
}

.photo-title-gallery {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  margin-bottom: 35px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.photo-title-gallery h2 {
  font-size: 25px;
  color: #111827;
  margin-bottom: 10px;
}

.photo-title-gallery h4 {
  color: #6b7280;
  font-size: 17px;
  margin-bottom: 18px;
  font-weight: 500;
}

.photo-title-gallery p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.gallery-items {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.gallery-items :hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.gallery-items img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
  margin-left: 0px;
}

.gallery-items :hover img {
  transform: scale(1.05);
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  text-align: center;
}

.lightbox img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 38px;
  cursor: pointer;
  font-weight: bold;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}

.prev {
  left: 25px;
}

.next {
  right: 25px;
}

.prev:hover,
.next:hover,
.close:hover {
  color: #222222;
}

@media (max-width: 1024px) {
  .gallery-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-items img {
    height: 240px;
  }
}

@media (max-width: 768px) {
  .all-session {
    flex-direction: row;
    align-items: center;
  }

  .section-title {
    font-size: 28px;
  }

  .photo-title-gallery {
    padding: 20px;
  }

  .photo-title-gallery h2 {
    font-size: 24px;
  }

  .gallery-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .gallery-items img {
    height: 220px;
  }

  .prev,
  .next {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .all-session {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .section-title {
    font-size: 24px;
  }

  .action-row {
    width: 50%;
  }

  .back-btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px 15px;
  }

  .photo-title-gallery {
    padding: 18px;
  }

  .photo-title-gallery h2 {
    font-size: 22px;
  }

  .photo-title-gallery h4 {
    font-size: 15px;
  }

  .photo-title-gallery p {
    font-size: 15px;
    line-height: 1.7;
  }

  .gallery-container {
    grid-template-columns: 1fr;
  }

  .gallery-items img {
    height: 240px;
  }

  .close {
    font-size: 34px;
    right: 20px;
  }

  .prev,
  .next {
    font-size: 30px;
    bottom: -170px;
  }
}

.zoom-controls {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99999;
}

.zoom-controls button {
  background: #ffffff;
  color: #111;
  border: none;
  border-radius: 6px;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  width: 40px;
  text-align: center;
}

.zoom-controls button:hover {
  background: #222;
  color: #fff;
}

.lightbox img {
  max-width: 90%;
  max-height: 80vh;
}

.lightbox img {
  position: relative;
  z-index: 1;
}

.lightbox .prev,
.lightbox .next,
.lightbox .close,
.lightbox .zoom-controls {
  position: absolute;
  z-index: 99999;
}

.lightbox .zoom-controls {
  right: 110px;
  bottom: 25px;
  left: auto;
  flex-direction: column;
  gap: 10px;
}

.session-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sessions-photo {
  background: transparent !important;
}

.sessions-photo {
  min-width: 100px;
  height: 36px;
  border: 2px solid #222;
  border-radius: 10px;
  padding: 0 10px;
  font-weight: 600;
}

.videos-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.videos-gallery-card {
  border: 2px solid #28a745;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
}

.videos-gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.images-videos {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: 0;
  height: 370px;
}

.videos-gallery-card h5 {
  margin: 0;
  padding: 12px;
  font-size: 17px;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
}

@media (max-width: 991px) {
  .videos-gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .session-box {
    width: 150px;
    margin-right: 18px;
  }

  .sessions-photo {
    width: 100%;
  }

  .videos-gallery-card h5 {
    font-size: 14px;
    padding: 10px;
  }
}

.nav-pills .nav-link {
  border-radius: 15px;
  font-size: 16px;
  transition: all 0.3s ease;
  color: #333;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
}

.nav-pills .nav-link.active {
  background-color: #2b7d37;
  color: #fff;
  border-color: #2b7d37;
}

.nav-pills .nav-link:hover {
  background-color: #0056b3;
  color: #fff;
}

@media (max-width: 576px) {
  .nav-pills.flex-wrap {
    justify-content: center;
    gap: 5px;
  }

  .nav-pills .nav-link {
    font-size: 14px;
    padding: 8px 12px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .nav-pills.flex-wrap {
    justify-content: start;
    gap: 8px;
  }

  .nav-pills .nav-link {
    font-size: 15px;
    padding: 9px 16px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .nav-pills.flex-wrap {
    justify-content: start;
    gap: 12px;
  }

  .nav-pills .nav-link {
    font-size: 16px;
    padding: 10px 18px;
  }
}

@media (min-width: 993px) {
  .nav-pills.flex-wrap {
    justify-content: start;
    gap: 16px;
  }

  .nav-pills .nav-link {
    font-size: 16px;
    padding: 5px 9px;
  }
}
