@charset "utf-8";
body {
  background-color: #ffffff;
  color: #343434;
  font-size: 16px;
  line-height: 1.4286;
  text-rendering: auto
}
*, *:focus {
  outline: none
}
img {
  max-width: 100%;
  height: auto
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: 36px
}
button, button:focus {
  outline: none;
  outline-offset: 0
}
figure {
  margin: 0
}
video {
  width: 100%
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none
}
:-ms-input-placeholder {
  color: #b8b8b8 !important;
  opacity: 1
}
:-moz-placeholder {
  color: #b8b8b8 !important;
  opacity: 1
}
.form-control {
  height: 50px;
  border-radius: 0;
  box-shadow: none;
  border-color: #cacaca;
  color: #343434;
  background-color: #ffffff
}
.form-control:focus {
  box-shadow: none;
  border-color: #c2a49e;
  color: #343434;
  background-color: #fffaea
}
textarea.form-control {
  height: 120px;
  resize: none
}
input[type="submit"] {
  border: 1px solid transparent;
  transition: all ease 0.4s
}
select.form-control, select.form-select {
  padding: 10px 25px 10px 15px;
  background-image: url(../images/icons/select-arrow.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 13px auto;
  color: #494949;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none
}
select.form-control:hover, select.form-select:hover {
  color: #727272
}
button[type="submit"] {
  border: none
}
label.text-one {
  color: #666666;
  font-size: 16px
}
:-ms-input-placeholder {
  color: #a3a3a3 !important;
  opacity: 1
}
:-moz-placeholder {
  color: #a3a3a3 !important;
  opacity: 1
}
.c2o-font-family {
  font-family: "Poppins", sans-serif
}
a {
  font-size: 16px;
  color: #0297c4;
  text-decoration: none;
  transition: all ease 0.4s
}
a:hover {
  color: #eb5800;
  text-decoration: none
}
a:focus {
  color: #0297c4;
  outline: none;
  outline-offset: 0
}
h1 {
  color: #eb5800;
  font-size: 40px
}
h1 a {
  font-size: inherit;
  color: #7cac1b
}
h1 a:hover {
  color: #6e9918
}
h1 a:focus {
  color: #7cac1b
}
h2 {
  color: #343434;
  font-size: 32px
}
h2 a {
  font-size: inherit;
  color: #7cac1b
}
h2 a:hover {
  color: #6e9918
}
h2 a:focus {
  color: #7cac1b
}
h3 {
  color: #343434;
  font-size: 26px
}
h3 a {
  font-size: inherit;
  color: #77b200
}
h3 a:hover {
  color: #6e9918
}
h3 a:focus {
  color: #77b200
}
h4 {
  color: #343434;
  font-size: 24px
}
h4 a {
  font-size: inherit;
  color: #7cac1b
}
h4 a:hover {
  color: #6e9918
}
h4 a:focus {
  color: #7cac1b
}
h5 {
  color: #343434;
  font-size: 22px
}
h5 a {
  font-size: inherit;
  color: #7cac1b
}
h5 a:hover {
  color: #6e9918
}
h5 a:focus {
  color: #7cac1b
}
h6 {
  color: #343434;
  font-size: 18px
}
h6 a {
  font-size: inherit;
  color: #7cac1b
}
h6 a:hover {
  color: #7cac1b
}
h6 a:focus {
  color: #f21f2e
}
.text-one {
  color: #343434;
  font-size: 16px;
  line-height: 26px
}
.text-one ul {
  padding-left: 15px
}
.text-one ul li {
  padding: 7px 0
}
.text-two {
  color: #343434;
  font-size: 14px;
  line-height: 24px
}
.link-one {
  color: #343434;
  font-size: 16px
}
footer .link-one {
  color: #929173;
  font-size: 16px
}
.link-one:hover {
  color: #6e9918
}
footer .link-one:hover {
  color: #81c653
}
.link-one:focus {
  color: #343434
}
footer .link-one:focus {
  color: #929173
}
.main-menu-background {
  background-color: #2b443f
}
.c2o-secondary-color {
  color: #fefad3
}
.c2o-secondary-color a {
  color: #feff93
}
.primary-button-color {
  background-color: #05aad8;
  color: #ffffff
}
.primary-button-color:hover {
  background-color: #0c88ab;
  color: #ffffff
}
.primary-button-color:focus {
  background-color: #05aad8;
  color: #ffffff
}
header {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif
}
.sipc-toggle {
  display: none;
  vertical-align: middle;
  width: 25px;
  height: 16px;
  margin-left: 20px
}
.sipc-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 7px;
  background: #000000;
  position: relative;
  -webkit-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.sipc-toggle span:before, .sipc-toggle span:after {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1
}
.sipc-toggle span:after {
  top: 7px
}
.sipc-toggle.active span {
  background: none
}
.sipc-toggle.active span:before {
  -webkit-transform: translateY(7px) rotateZ(-45deg);
  -ms-transform: translateY(7px) rotateZ(-45deg);
  transform: translateY(7px) rotateZ(-45deg)
}
.sipc-toggle.active span:after {
  -webkit-transform: translateY(-7px) rotateZ(45deg);
  -ms-transform: translateY(-7px) rotateZ(45deg);
  transform: translateY(-7px) rotateZ(45deg)
}
.header-text-right {
  text-align: right
}
.sipc-topbar {
  color: #f1eedd;
  font-size: 16px;
  background-color: #184f63
}
.sipc-topbar ul {
  padding: 0;
  margin: 0;
  list-style: none
}
.sipc-topbar ul li {
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle
}
.sipc-topbar ul li:last-child {
  margin-right: 0
}
.sipc-topbar ul li a {
  padding: 9px 13px;
  color: #f1eedd;
  display: inline-block;
  border-right-width: 1px;
  border-right-style: solid
}
.sipc-topbar ul li a, .sipc-topbar ul li:first-child a {
  border-color: #a0a3a9
}
.sipc-topbar ul li:first-child a {
  border-left-width: 1px;
  border-left-style: solid
}
.sipc-topbar ul li a:hover, .sipc-topbar ul li:first-child a:hover {
  color: #ffffff;
  background: #14b5e0;
  border-color: #14b5e0
}
.sipc-topbar ul li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px
}
.sipc-topbar ul li img {
  margin-right: 6px
}
.sipc-inner-header {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
  border-color: #ffffff
}
.sipc-inner-header ul {
  padding: 0;
  margin: 0;
  list-style: none
}
.sipc-inner-header ul li {
  display: inline-block;
  vertical-align: middle
}
.sipc-inner-header ul li a {
  border-radius: 6px;
  padding: 13px 20px
}
.sipc-inner-header ul li:last-child a.active {
  padding-right: 35px
}
.sipc-inner-header ul li a.active {
  padding: 13px 20px;
  color: #ef6204;
  border-color: #ffa44b
}
.sipc-inner-header ul li a.active.dropdown-toggle:after {
  color: #ef6204
}
.sipc-inner-header ul.dropdown-menu {
  min-width: 230px;
  border-radius: 7px;
  border-color: #ececec;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4)
}
.sipc-inner-header ul.dropdown-menu:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  box-sizing: border-box;
  border: 8px solid black;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2)
}
.sipc-inner-header ul.dropdown-menu li {
  display: block;
  padding: 0
}
.sipc-inner-header ul.dropdown-menu li a {
  padding: 13px 20px;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0
}
.sipc-inner-header ul.dropdown-menu li:last-child a {
  border-bottom: none
}
.call-link {
  display: inline-block;
  vertical-align: middle
}
.call-link a {
  font-size: 18px;
  color: #585858
}
.call-link a:hover {
  opacity: 0.8;
  color: #84b917
}
.call-link a span {
  color: #84b917;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-right: 8px;
  border-color: #e7e7e7
}
.social-link {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px
}
.social-link a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background: #fcfcfc;
  color: #f3aa43;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  border-color: #e7e7e7
}
.social-link a:hover {
  color: #84b917;
  background: #fcfcfc;
  border-color: #e7e7e7
}
.menu-item-color a {
  color: #3d5361;
  font-size: 18px
}
.menu-item-color a:hover {
  background-color: #72253d;
  color: #ffffff
}
.menu-item-color a.active {
  background-color: #4daac3;
  color: #ffffff
}
.menu-item-color a.show {
  background-color: #4daac3;
  color: #ffffff
}
.menu-item-color a.show.dropdown-toggle:after {
  color: #ffa650
}
.sub-menu-item-color a {
  color: #3d5361;
  background-color: #ffffff;
  font-size: 15px
}
.sub-menu-item-color a:hover {
  background-color: #f5f5f5;
  color: #156ca2
}
.sub-menu-item-color a.active {
  background-color: #f5f5f5;
  color: #156ca2
}
.c2o-link {
  font-size: 15px;
  color: #dd3a3a
}
.c2o-link img {
  transition: all ease 0.4s
}
.c2o-link:hover img {
  margin-left: 4px
}
.container {
  max-width: 1510px;
  padding: 0 15px
}
.normal-btn {
  display: inline-block;
  min-width: 290px;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  outline: none;
  cursor: pointer;
  border: none;
  transition: all ease 0.4s;
  border-radius: 4px
}
.icon-btn img, .icon-btn i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 18px;
  transform: translateY(-50%);
  z-index: 1
}
.normal-btn-sm {
  min-width: 230px
}
.normal-btn-small {
  min-width: 140px
}
.secondary-btn {
  display: inline-block;
  min-width: 150px;
  padding: 13px 15px;
  background-color: #ffffff;
  color: #606d71 !important;
  font-size: 14px;
  text-align: center;
  border: 1px solid #e53f37;
  position: relative;
  border-radius: 5px;
  border-color: #bbbec5
}
.secondary-btn:hover {
  background-color: #fcfcfc;
  border-color: #85b0bd;
  color: #2896b5 !important
}
.secondary-btn:focus {
  background-color: #ffffff;
  color: #606d71;
  border-color: #bbbec5
}
.secondary-btn-lg {
  min-width: 245px
}
.btn-third {
  display: inline-block;
  min-width: 75px;
  padding: 4px 15px;
  margin: 0 7px 10px 0;
  color: #707070;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  border: 1px solid #d7d7d7;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #f9f9f9;
  border-color: #d9d9da
}
.btn-third:hover {
  background-color: #ffffff;
  color: #363636;
  border-color: #b9b9b9
}
.btn-third:focus {
  background-color: #ffffff;
  color: #4a4a4a;
  border-color: #c99b9e
}
.btn-four {
  display: inline-block;
  min-width: 200px;
  padding: 10px;
  background-color: #ffffff;
  color: #535353;
  font-size: 14px;
  text-align: center;
  border: 1px solid #e53f37;
  position: relative;
  border-radius: 5px;
  border-color: #b8bdc4
}
.btn-four:hover {
  background-color: #ffffff;
  color: #343434;
  border-color: #92979c
}
.btn-four:focus {
  background-color: #ffffff;
  color: #535353;
  border-color: #c99b9e
}
.carousel-indicators {
  bottom: 10px
}
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%
}
.carousel-indicators .active {
  border: 3px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff
}
.owl-carousel .owl-item img {
  width: auto
}
.owl-dots {
  text-align: center
}
.owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #cbcbc2;
  border-radius: 100%
}
.owl-carousel button.owl-dot.active {
  background-color: #de3d35
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 31%;
  left: -60px;
  width: 29px;
  height: 51px;
  opacity: 0.5;
  background-image: url(../images/icons/left-arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 29px auto;
  text-indent: -999px;
  transition: all ease 0.4s;
  transform: translateY(-31%);
  z-index: 1
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  display: none
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -60px;
  background-image: url(../images/icons/right-arrow.png)
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1
}
.main-wrapper {
  min-height: 100%;
  margin-bottom: -260px
}
.c2o-header-inner {
  font-family: "Poppins", sans-serif;
  padding: 15px 0;
  position: relative
}
.c2o-header .input-group {
  min-width: 650px
}
.c2o-header .form-select {
  max-width: 150px;
  background-color: #f6f6f6;
  color: #6f6f6f;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #ededed;
  border-radius: 35px 0 0 35px;
  box-shadow: none
}
.c2o-header .form-select:focus, .c2o-header .form-control:focus {
  box-shadow: none;
  border-color: #ededed
}
.c2o-header .form-control {
  padding: 10px 55px 10px 15px;
  border: 1px solid #ededed;
  border-radius: 0 35px 35px 0 !important
}
.search-btn {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  font-size: 28px;
  color: #9cba5d;
  padding: 0;
  z-index: 10
}
.c2o-header .text-end ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  list-style: none
}
.c2o-header .text-end ul li {
  padding-left: 18px;
  display: inline-block
}
.c2o-header .text-end ul li:first-child {
  padding-left: 0
}
.c2o-header .text-end ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #737373
}
.c2o-header .text-end ul li a.wishlist-link {
  color: #ee1783
}
.c2o-header .text-end ul li a.cart-link {
  color: #f48813
}
.c2o-header .text-end ul li a i {
  font-size: 25px
}
.c2o-header .text-end ul li a:hover {
  color: #6e9918
}
.cart-link {
  position: relative
}
.cart-counter {
  position: absolute;
  top: -10px;
  right: -3px;
  width: 21px;
  height: 21px;
  background-color: #ff7e45;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  border: 2px solid #f4f4f4;
  border-radius: 100%;
  z-index: 1
}
.c2o-left-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  font-family: "Gotham-Medium";
  background-color: #ffffff;
  border-right: 1px solid #d1d1d1;
  transform: translateX(-100%);
  transition: all ease 0.4s;
  z-index: 9
}
.c2o-left-navigation.open {
  transform: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}
.sidemenu {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center
}
.sidemenu i {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #84b917;
  font-size: 22px;
  border: 1px solid #ca1b27;
  border-color: #84b917
}
.sidemenu span {
  text-transform: uppercase;
  color: #84b917;
  font-size: 9px;
  display: block;
  padding-top: 3px
}
.sidebar-header {
  padding: 15px 20px;
  background-color: #84b917
}
.sidebar-header h3 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ffffff
}
.sidebar-header h3 span {
  display: block;
  font-size: 17px
}
.close-icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin: 0 25px 15px 0;
  background-color: #ffffff;
  position: relative;
  border-radius: 100%
}
.close-icon-inner:before, .close-icon-inner:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 60%;
  margin: 0 auto;
  background-color: #84b917;
  content: "";
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  border-radius: 5px;
  z-index: 1;
  color: #0f7bff
}
.close-icon-inner:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}
.close-label {
  display: block;
  padding-top: 40px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 9px;
  text-align: center
}
.navigation-inner ul {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  list-style: none
}
.navigation-inner ul li {
  display: block;
  padding: 0
}
.navigation-inner ul li a {
  display: block;
  color: #585858;
  padding: 10px 15px;
  position: relative;
  border-bottom: 1px solid #e5e5e5
}
.navigation-inner ul li:hover > a {
  color: #2d2d2d;
  background: #f7f7f7
}
.navigation-inner .dropdown-toggle.show {
  background: #f7f7f7;
  color: #e25b2c
}
.navigation-inner .dropdown-menu {
  display: none;
  top: 0;
  visibility: visible;
  opacity: 1;
  padding: 0;
  border: none;
  border-radius: 0;
  position: fixed !important;
  left: 299px !important;
  transform: none !important;
  min-width: 299px;
  height: 100%;
  margin-top: 0;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.15)
}
.navigation-inner .dropdown-menu.show {
  display: block !important
}
.c2o-toggle {
  display: none;
  vertical-align: middle;
  width: 25px;
  height: 16px;
  margin-left: 20px
}
.c2o-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 7px;
  background: #585858;
  position: relative;
  -webkit-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.c2o-toggle span:before, .c2o-toggle span:after {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #585858;
  content: "";
  -webkit-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1
}
.c2o-toggle span:after {
  top: 7px
}
.c2o-toggle.active span {
  background: none
}
.c2o-toggle.active span:before {
  -webkit-transform: translateY(7px) rotateZ(-45deg);
  -ms-transform: translateY(7px) rotateZ(-45deg);
  transform: translateY(7px) rotateZ(-45deg)
}
.c2o-toggle.active span:after {
  -webkit-transform: translateY(-7px) rotateZ(45deg);
  -ms-transform: translateY(-7px) rotateZ(45deg);
  transform: translateY(-7px) rotateZ(45deg)
}
.c2o-navigation {
  font-family: "Helvetica";
  height: 50px
}
.c2o-navigation ul {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  list-style: none
}
.c2o-navigation ul li {
  padding: 0 15px 0 0;
  display: inline-block
}
.c2o-navigation ul li:last-child {
  padding-right: 0
}
.c2o-navigation ul li a {
  display: inline-block;
  vertical-align: middle;
  padding: 15px
}
.c2o-navigation nav > ul > li > a {
  border-top: 1px solid #75161c;
  border-color: #2b443f
}
.dropdown-toggle:after {
  content: "\54";
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  border: none;
  vertical-align: middle;
  margin-top: -2px
}
.navigation-inner .dropdown-toggle:after {
  margin-top: 0px;
  float: right;
  transform: rotate(-90deg)
}
.c2o-navigation .dropdown-toggle.show {
  background-color: #ffffff;
  color: #84b917
}
.c2o-navigation ul.dropdown-menu {
  border-radius: 0 0 6px 6px;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  padding: 0;
  font-size: 13px;
  min-width: 250px;
  overflow: hidden;
  background-color: transparent;
  top: -2px !important
}
.c2o-navigation ul.dropdown-menu li {
  padding: 0;
  display: block
}
.c2o-navigation ul.dropdown-menu li a {
  padding: 11px 15px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.c2o-navigation ul.dropdown-menu li:last-child a {
  border-bottom: none
}
.c2o-blog {
  padding: 80px 0 50px
}
.section-title {
  padding-bottom: 25px
}
.section-title-link {
  margin-top: 9px;
  font-size: 14px;
  float: right
}
.section-title-link span {
  display: inline-block;
  position: relative;
  margin-right: 2px
}
.section-title-link span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #787878;
  content: "";
  transition: all ease 0.4s;
  z-index: 1
}
.section-title-link:hover span:after {
  width: 0
}
.section-title-link img {
  position: relative;
  top: -3px
}
.blog-item {
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  border-radius: 7px
}
.blog-item > img {
  width: 100%
}
.blog-info {
  padding: 20px 15px;
  background-color: #f7f8f9
}
.blog-info h4 {
  padding-bottom: 5px
}
.blog-date {
  padding-bottom: 7px;
  color: #9a9dae;
  font-size: 14px
}
.blog-link {
  display: inline-block;
  color: #dc8654;
  font-size: 13px;
  margin-top: 25px
}
.blog-link img {
  transition: all ease 0.4s
}
.blog-link:hover img {
  margin-left: 5px
}
.footer-wrap {
  padding-bottom: 80px;
  text-align: center
}
.footer-wrap h5 {
  margin: 0 0 20px;
  color: #4f9cb2;
  text-transform: uppercase;
  font-size: 18px
}
.footer-wrap h2 {
  font-size: 40px;
  color: #eeebca
}
.footer-wrap-icon i {
  color: #ece2b3;
  font-size: 150px;
  line-height: normal
}
.c2o-footer p {
  font-size: 16px;
  line-height: 30px;
  color: #ffbdd2;
  overflow: hidden
}
.footer-item-info i {
  font-size: 45px;
  color: #ffbdd2;
  float: left;
  margin-right: 15px;
  line-height: normal
}
.c2o-footer {
  font-family: "Poppins", sans-serif;
  padding-top: 50px;
  background-color: #6c0c32;
}
.c2o-footer ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none
}
.c2o-footer ul li {
  width: 50%;
  float: left;
  margin-bottom: 15px
}
.c2o-footer ul li a {
  padding-left: 25px;
  color: #ffbdd2;
  display: inline-block;
  position: relative
}
.c2o-footer ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  content: "\6d";
  font-family: "dripicons-v2" !important;
  z-index: 1
}
.c2o-footer ul li a:hover {
  color: #ff8cb0
}
.c2o-footer .footer-title {
  color: #929173;
  padding: 0 0 10px;
  font-size: 18px;
  text-transform: uppercase
}
.c2o-footer .footer-title a {
  color: inherit;
  padding: 0 0 10px;
  font-size: 18px;
  text-transform: uppercase
}
.c2o-footer .footer-title a:hover {
  color: #81c653
}
.c2o-social {
  display: inline-block;
  vertical-align: middle
}
.c2o-social a {
  color: #83b812;
  margin-right: 10px;
  font-size: 30px;
  line-height: normal;
  display: inline-block
}
.c2o-social a:hover {
  opacity: 0.8;
  color: #7cac1b
}
.c2o-footer h3 {
  margin-bottom: 35px;
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 22px;
  position: relative;
  text-transform: uppercase
}
.c2o-footer h3 span {
  display: inline-block;
  position: relative
}
.c2o-footer h3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #999999;
  content: "";
  z-index: 1
}
.c2o-footer h3 span:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  content: "";
  z-index: 2
}
.c2o-footer .get-item p {
  font-size: 18px
}
.c2o-footer .get-item p a {
  font-size: 18px;
  color: #ffbdd2
}
.c2o-footer .get-item p a:hover {
  color: #ff8cb0
}
.get-item i {
  float: left;
  font-size: 25px;
  color: #ffbdd2;
  margin-right: 15px
}
.footer-call-link {
  display: inline-block;
  color: #929173
}
.footer-call-link:hover {
  color: #81c653
}
.footer-call-link:focus {
  color: #ffaa00
}
.footer-newsletter {
  padding-top: 15px
}
.footer-newsletter .form-control {
  height: 44px;
  border: 1px solid #7d8496;
  background: #4b3343;
  border-radius: 6px;
  color: #ffffff;
  border-color: #967d84
}
.footer-newsletter .footer-title {
  padding-bottom: 15px
}
.c2o-copyright {
  padding: 20px 0;
  color: #835966;
  font-size: 14px;
  background: #310714;
  margin-top: 40px
}
.c2o-copyright ul {
  max-width: none
}
.c2o-copyright ul li {
  width: 100%;
  float: none;
  margin-bottom: 0;
  padding: 0
}
.c2o-copyright ul li a {
  padding-left: 0;
  color: #835966;
  font-size: 14px;
  display: inline-block;
  position: relative
}
.c2o-copyright ul li a:before {
  display: none
}
.c2o-copyright ul li a:after {
  display: inline-block;
  content: "|";
  margin: 0 10px
}
.c2o-copyright ul li a:last-child:after {
  display: none
}
.c2o-copyright ul li a:hover {
  color: #c96483
}
.subscribe-btn {
  display: inline-block;
  min-width: 135px;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  background-color: #310714;
  color: #ffffff;
  transition: all ease 0.4s;
  border-radius: 4px
}
.subscribe-btn:hover, .subscribe-btn:focus {
  background-color: #481223;
  color: #ffffff
}
.team-management {
  padding-top: 45px
}
.theme-light-bg {
  background-color: #fffff4;
  border-bottom: 1px solid #e4e5db
}
.c2o-container-md {
  max-width: 1365px;
  margin: 0 auto;
  padding: 0 15px
}
.team-title {
  padding-top: 25px
}
.team-title h2 {
  margin-bottom: 15px;
  color: #343434;
  font-size: 32px
}
.team-item {
  padding-bottom: 30px;
  text-align: center;
  cursor: pointer
}
.team-item .text-one {
  color: #343434;
  font-size: 16px
}
.team-item img {
  border-radius: 5px;
  border: 7px solid #fefef3;
  height: 280px;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}
.team-item h5 {
  margin-top: 20px
}
.team-item h5 a {
  color: #1e829d
}
.team-item h5 a:hover {
  color: #eb5800
}
.team-bio {
  line-height: 32px
}
footer, .push {
  min-height: 260px
}
.team-modal-image > img {
  border: 10px solid #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}
.team-modal-info {
  padding-top: 15px
}
.team-modal-info h5 {
  color: #6e6e6e;
  margin-bottom: 15px
}
.team-modal-info p {
  margin-bottom: 15px
}
.team-modal .modal-dialog {
  max-width: 1250px
}
.team-modal .modal-content {
  border: none
}
.team-modal .modal-body {
  padding: 30px
}
.modal-footer {
  background-color: #f9f9f9
}
.team-social {
  padding: 15px 0 15px 15px
}
.team-social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 20px
}
.team-social a:hover {
  opacity: 0.7
}
.c2o-gallery p {
  font-size: 16px;
  line-height: 28px
}
.gallery-main-item {
  overflow: hidden;
  padding: 25px 0;
  position: relative
}
.gallery-main-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1485px;
  height: 1px;
  margin: 0 auto;
  content: "";
  background-color: #e5e5e5;
  z-index: 1
}
.gallery-main-item.theme-light-bg:after {
  display: none
}
.gallery-title {
  margin-bottom: 15px
}
.gallery-title .back-btn {
  color: #0c83a4;
  font-size: 14px
}
.gallery-title .back-btn:hover {
  color: #f45803
}
.gallery-title-spacer {
  padding-left: 5px
}
.owl-carousel .gallery-item {
  margin: 7px 7px 5px
}
.gallery-item {
  margin-bottom: 25px
}
.gallery-item-image {
  display: block;
  position: relative;
  font-size: 14px
}
.gallery-main-image {
  width: 355px !important;
  height: 230px;
  object-fit: cover;
  padding: 9px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1
}
.gallery-item p {
  margin: 10px 0 0 9px
}
.gallery-categories {
  height: 100%;
  padding-left: 35px;
  margin-left: 11px;
  border-left: 1px solid #ebebeb
}
.gallery-categories h4 {
  margin-bottom: 25px
}
.gallery-categorie-item {
  margin-bottom: 27px;
  overflow: hidden
}
.gallery-categorie-item .c2o-image {
  float: left
}
.gallery-categorie-item .c2o-image img {
  width: 72px;
  height: 72px;
  object-fit: cover
}
.gallery-categorie-info {
  overflow: hidden;
  padding: 5px 0 0 15px
}
.gallery-categorie-info .link-one {
  font-size: 14px;
  color: #343434
}
.gallery-categorie-info .link-one:hover {
  color: #7cac1b
}
.gallery-categorie-item h6 a {
  color: #343434
}
.gallery-categorie-item h6 a:hover {
  color: #7cac1b
}
.back-btn {
  display: inline-block;
  margin-bottom: 5px
}
.back-btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px
}
.gallery-modal .modal-body {
  padding: 0
}
.gallery-modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 31px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 9
}
.gallery-modal .modal-content {
  border: none
}
.c2o-contact {
  padding: 60px 0 15px
}
.contact-inner {
  overflow: hidden;
  margin-bottom: 45px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16)
}
.contact-info {
  padding: 40px 90px 40px 40px
}
.contact-info p {
  line-height: 28px
}
.contact-info form {
  padding-top: 25px
}
.contact-info .form-control {
  height: 46px;
  padding: 13px
}
.contact-info textarea.form-control {
  height: 140px
}
.contact-info .normal-btn {
  min-width: 260px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize
}
.map-image {
  height: 100%
}
.map-image img {
  height: 100%;
  width: 100%;
  object-fit: cover
}
.contact-left-itemes {
  padding: 60px
}
.contact-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5
}
.contact-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}
.contact-icon {
  display: inline-block;
  vertical-align: middle;
  width: 102px;
  height: 102px;
  line-height: 96px;
  text-align: center;
  background-color: #ffba28;
  border-radius: 100%
}
.contact-item-info {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px
}
.contact-item-info ul {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #585858;
  line-height: 40px;
  list-style: none
}
.our-contact {
  height: 100%;
  padding: 50px 60px;
  background-color: #f7f7f7;
  border-left: 1px solid #dedede
}
.our-contact h2 {
  margin-bottom: 15px
}
.our-contact ul {
  padding: 0;
  margin: 0;
  color: #555555;
  font-size: 14px;
  line-height: 28px;
  list-style: none
}
.our-contact-inner {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dedede
}
.our-contact-inner:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}
.c2o-blog-details {
  padding: 25px 0
}
.blog-details-image img {
  width: 100%;
  height: 545px;
  object-fit: cover
}
.blog-meta {
  background-color: #fffff4;
  border: 1px solid #dadada
}
.blog-detail-info {
  padding: 45px 65px
}
.blog-detail-info h3 {
  margin-bottom: 25px
}
.blog-detail-info h6 {
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase
}
.move-arrow {
  display: inline-block;
  margin-top: 30px
}
.blog-details {
  padding: 40px 0
}
.blog-details-inner ol, .blog-details-inner ul {
  padding: 0 0 0 20px;
  margin: 0;
  color: #343434;
  font-size: 18px;
  line-height: 36px
}
.blog-details-inner ol li, .blog-details-inner ul li {
  padding: 5px 0
}
.blog-details-inner div {
  color: #343434;
  font-size: 18px;
  line-height: 36px
}
.related-post-wrapper {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2
}
.related-post-wrapper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}
.related-post {
  height: 100%;
  padding-left: 30px;
  border-left: 1px solid #e2e2e2
}
.related-post-item {
  margin-bottom: 35px;
  overflow: hidden
}
.related-post-title {
  margin-bottom: 20px
}
.related-post-image {
  float: left
}
.related-post-image img {
  width: 160px;
  height: 104px;
  object-fit: cover;
  border-radius: 5px
}
.related-post-info {
  padding-left: 16px;
  overflow: hidden
}
.related-post-info h6 {
  line-height: 24px
}
.related-post-tags {
  padding: 10px 0 20px
}
.c2o-blog-list {
  padding-top: 40px
}
.blog-list-item {
  max-width: 1120px;
  margin: 0 auto 80px
}
.list-item-image img {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}
.blog-normal-link {
  color: #0c83a4;
  font-size: 17px
}
.blog-normal-link:hover {
  color: #f45803
}
.blog-categorys-text {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #585858
}
.blog-categorys-text a {
  margin-right: 32px;
  color: #777777;
  font-size: 16px
}
.blog-categorys-text a:last-child {
  margin-right: 0
}
.blog-categorys-text a:hover {
  color: #777777
}
.related-post-info h6 a {
  color: #727272;
  font-size: 16px
}
.list-item-info h2 {
  color: #343434;
  font-size: 32px
}
.list-item-info h2 a {
  color: #357b8e
}
.list-item-info h2 a:hover {
  color: #eb5800
}
.list-main-info h1 a:hover {
  color: #b02709
}
.related-post-info h6 a:hover {
  color: #0995bd
}
.list-item-info {
  padding-left: 15px
}
.list-item-info p {
  line-height: 28px
}
.list-item-info h4 {
  margin-bottom: 15px
}
.list-item-link {
  font-size: 16px;
  color: #a86920
}
.list-item-link:hover {
  color: #0995bd
}
.list-main-info .list-item-link img, .related-post-info .list-item-link img {
  position: relative;
  top: -1px
}
.list-item-link img {
  margin-left: 1px;
  transition: all ease 0.4s
}
.list-item-link:hover img {
  margin-left: 4px
}
.blog-list-main {
  background-color: #fffff4;
  margin-bottom: 40px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}
.blog-list-main .owl-carousel .owl-item img {
  display: inline-block
}
.list-main-image img {
  width: 855px;
  height: 570px;
  object-fit: cover
}
.list-item-image img {
  width: 548px;
  height: 365px;
  object-fit: cover
}
.blog-list-main .owl-dots {
  padding-top: 0;
  text-align: center;
  position: absolute;
  left: 62.5%;
  bottom: 33px;
  z-index: 9
}
.blog-list-main .owl-carousel button.owl-dot {
  width: 14px;
  height: 14px;
  background-color: #e4d9c9
}
.blog-list-main .owl-carousel button.owl-dot.active {
  background-color: #de3d35
}
.list-main-info {
  padding: 20px 50px 20px 40px
}
.list-main-info h6 {
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase
}
.list-main-info h4 {
  margin-bottom: 15px
}
.list-main-info h4 a {
  color: inherit
}
.c2o-careers {
  padding: 25px 0 20px
}
.c2o-careers .form-control, .c2o-careers .form-select {
  height: 50px;
  border-radius: 0
}
.c2o-careers label.text-one {
  padding-bottom: 8px
}
.c2o-careers select.form-select {
  background-image: url(../images/icons/select-arrow2.png);
  background-position: 100% 50%;
  background-size: 34px auto
}
.c2o-careers .normal-btn {
  padding: 15px
}
.c2o-job-details {
  padding: 25px 0
}
.c2o-job-details .normal-link {
  font-size: 14px;
  color: #0c83a4
}
.c2o-job-details .normal-link:hover {
  color: #6e9918
}
.job-detail-inner {
  padding-right: 15px
}
.job-detail-inner h2.job-title {
  color: #eb5800;
  margin-bottom: 0;
  overflow: hidden
}
.job-detail-inner h2.job-title span {
  display: inline-block;
  vertical-align: sub
}
.job-detail-inner .job-meta-list {
  padding-bottom: 18px
}
.job-detail-inner p {
  padding-bottom: 18px
}
.job-item h6 a {
  color: #1e829d
}
.job-item h6 a:hover {
  color: #eb5800
}
.job-item p {
  line-height: 28px
}
.job-description {
  min-height: 300px
}
.job-description ul {
  line-height: 28px
}
.job-detail-right {
  height: 100%;
  padding-left: 40px;
  border-left: 1px solid #eaeaea
}
.job-detail-right > h4 {
  margin-bottom: 20px;
  color: #474747
}
.job-detail-right .job-item {
  padding: 30px 30px;
  margin-bottom: 30px;
  background-color: #ffffff
}
.job-detail-right .job-item h6 {
  margin-bottom: 0
}
.job-detail-right .job-item-info {
  padding: 0
}
.job-detail-right .job-meta-list {
  padding: 6px 0
}
.job-detail-right .job-meta-list-two {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5
}
.job-item-info .text-two {
  color: #343434;
  font-size: 14px
}
.job-bottom-btn {
  padding: 15px 20px;
  margin-top: 35px;
  background-color: #fcfcfc;
  border: 1px solid #dadada;
  border-radius: 10px
}
.job-right-item h6, .job-bottom-btn h6 {
  color: #343434
}
.job-bottom-btn p {
  line-height: 30px;
  padding-bottom: 0
}
.file-uploader label {
  display: block;
  padding: 13px 50px 13px 15px;
  background: #fffaeb;
  color: #a0775a;
  word-break: break-all;
  border: 1px solid #cacaca;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 300;
  font-size: 16px;
  text-align: left
}
.file-uploader label i {
  position: absolute;
  font-size: 22px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 0
}
.file-title {
  white-space: break-spaces;
  display: inline-block
}
.file-uploader input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 0
}
.c2o-jobs {
  padding: 30px 0
}
.jobs-main-title {
  display: inline-block;
  margin-right: 50px
}
.careers-showing {
  padding-bottom: 10px
}
.badge {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 10px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  min-width: 110px;
  text-align: left;
  border: 1px solid #d1d1d1;
  border-radius: 4px
}
.badge-close {
  display: inline-block;
  float: right;
  cursor: pointer
}
.job-item {
  margin-bottom: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}
.job-meta {
  padding: 20px 25px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fcfcfc
}
.job-meta h3 {
  margin-bottom: 0;
  overflow: hidden
}
.job-meta h3 a {
  color: #1e829d
}
.job-meta h3 a:hover {
  color: #eb5800
}
.jobs-title {
  padding-bottom: 15px
}
.jobs-title h3 {
  color: #474747
}
.job-meta-list li, .careers-showing {
  font-size: 14px;
  color: #343434
}
.job-meta-list {
  padding: 0;
  margin: 0;
  color: #191919;
  list-style: none
}
.job-meta-list li {
  display: inline-block;
  padding: 6px 24px 6px 0
}
.job-meta-list li img {
  margin-right: 7px;
  vertical-align: sub;
  display: inline-block
}
.job-meta-list li:last-child {
  padding-right: 0
}
.job-meta-list li i {
  display: inline-block;
  margin-right: 6px;
  font-size: 16px
}
.job-meta-list li .bi-briefcase-fill {
  color: #f5a129
}
.job-meta-list li .bi-pin-map-fill {
  color: #3aac6e
}
.job-meta-list li .bi-currency-dollar {
  color: #ff7233
}
.job-meta-list li .bi-calendar-check-fill {
  color: #30b4d2
}
.job-meta-list-two {
  font-size: 16px
}
.job-item-info {
  padding: 25px 25px 10px
}
.job-right-wrap {
  padding: 85px 0 0 40px;
  height: 100%;
  margin-left: 15px;
  position: relative
}
.job-right-wrap:before {
  position: absolute;
  top: 85px;
  left: 0;
  width: 1px;
  height: 90%;
  background-color: #e5e5e5;
  content: "";
  z-index: 1
}
.job-right-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5
}
.job-right-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}
.job-right-item ul {
  padding: 0;
  margin: 0;
  font-size: 16px;
  list-style: none
}
.job-right-item ul li {
  padding: 8px 0
}
.job-right-item ul li a {
  display: inline-block;
  text-decoration: underline
}
.job-right-item .link-one {
  color: #343434;
  font-size: 14px
}
.job-right-item .link-one:hover {
  color: #0995bd
}
.page-link, .page-item.disabled .page-link {
  color: #e53f37;
  border-color: #c1c2c2
}
.page-item.active .page-link {
  background-color: #e54038;
  border-color: #e54038
}
.page-link:hover {
  color: #e54038
}
.c2o-news {
  padding: 25px 0
}
.c2o-news h4 a {
  color: #eb5800
}
.c2o-news h4 a:hover {
  color: #b02709
}
.news-info h5 a {
  color: #1e829d
}
.news-info h5 a:hover {
  color: #eb5800
}
.news-info p {
  line-height: 28px
}
.news-item {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #dadada;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.15)
}
.news-item h6 a {
  color: #343434
}
.news-item h6 a:hover {
  color: #eb5800
}
.news-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1
}
.news-date {
  color: #666666;
  font-size: 12px;
  text-transform: uppercase
}
.small-item .news-info {
  padding: 15px 20px
}
.small-item > img {
  width: 100% !important;
  height: 226px;
  object-fit: cover
}
.big-image {
  width: 100%;
  height: 475px;
  object-fit: cover
}
.bottom-item {
  padding: 0 0 30px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: none
}
.bottom-item .news-info {
  position: static;
  padding: 0 0 0 22px;
  overflow: hidden
}
.bottom-item .news-image {
  float: left
}
.bottom-item .news-image img {
  width: 188px;
  height: 182px;
  object-fit: cover
}
.bottom-item .news-meta {
  margin-bottom: 5px
}
.bottom-item .news-date {
  padding-bottom: 8px
}
.news-stories {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  margin-top: 30px
}
.list-sidebar .news-stories {
  border-top: none;
  padding-top: 0;
  margin-top: 0
}
.news-stories h4 {
  margin-bottom: 20px
}
.storie-item {
  margin-bottom: 25px;
  overflow: hidden
}
.storie-item h6 {
  color: #343434;
  font-size: 18px;
  padding-left: 15px;
  overflow: hidden
}
.storie-item h6 a {
  color: #343434
}
.categories-right-info {
  padding-left: 15px;
  overflow: hidden
}
.storie-item .link-one {
  color: #343434;
  font-size: 16px
}
.storie-item .link-one:hover {
  color: #0995bd
}
.storie-item .link-two {
  font-size: 14px;
  color: #4c4c4c
}
.storie-item .link-two:hover {
  color: #0995bd
}
.storie-item h5 a {
  color: inherit
}
.storie-item h5 a:hover {
  color: #dd3a3a
}
.storie-image {
  float: left
}
.storie-image img {
  width: 92px;
  height: 75px;
  object-fit: cover
}
.news-details-right {
  height: 99%;
  padding-left: 30px;
  background-color: #ffffff;
  border-left: 1px solid #dadada
}
.news-details-image img {
  width: 100%;
  height: 650px;
  object-fit: cover
}
.news-details-inner {
  padding-right: 10px
}
.news-details-inner h2 {
  margin-bottom: 15px
}
.news-details-inner .normal-link {
  color: #0c83a4;
  font-size: 14px
}
.news-details-inner .normal-link:hover {
  color: #f45803
}
.news-details-info {
  padding-top: 25px
}
.news-details-inner h5 {
  line-height: 36px
}
.news-details-info p {
  line-height: 36px;
  font-size: 18px
}
.pagination {
  justify-content: center
}
.media-img img {
  width: 100%;
  height: 200px;
  object-fit: cover
}
.s3upload-progress-div {
  display: none
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.125rem
}
.product-progress.progress.s3upload-progress {
  height: 15px;
  background-color: #eaeaea
}
.progress-span-value {
  display: block
}
.custom-alert {
  background: #f9f6e6;
  color: #5b6773
}
.custom-alert strong {
  color: #39758a;
  display: inline-block;
  margin-right: 5px
}
.custom-alert.process strong {
  color: #d3753c
}
.custom-alert img {
  display: inline-block;
  margin-right: 5px
}
.custom-alert.success strong {
  color: #4f9a26
}
.rows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.col-half {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%
}
.col-full {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%
}
.img-w100 {
  width: 100%
}
.content-info {
  padding: 10px 0
}
.social-label {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase
}
.share-social-link {
  padding-bottom: 20px
}
.share-social-link a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e3e3e3;
  padding: 4px 15px;
  border-radius: 4px;
  font-size: 15px;
  background-color: #fcfcfc;
  margin-left: 8px
}
.share-social-link a:hover {
  background-color: #ffffff;
  border-color: #7cac1b
}
.share-social-link .social-icon {
  display: inline-block;
  margin-right: 3px;
  font-size: 18px
}
.share-social-link a.facebook {
  color: #2f5eaa
}
.share-social-link a.twitter {
  color: #1c91d6
}
.share-social-link a.linkedin {
  color: #0490c0
}
.gallery-modal .owl-carousel .owl-nav button.owl-next, .gallery-modal .owl-carousel .owl-nav button.owl-prev {
  top: 50%;
  left: 10px;
  background-size: 13px auto;
  width: 45px;
  height: 45px;
  opacity: 1;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateY(-50%)
}
.gallery-modal .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 10px
}
.owl-height {
  min-height: 616px !important;
  transition: none
}
.gallery-popup-item {
  min-height: 616px
}
.gallery-popup-item .full-iframe, .owl-carousel .owl-item .gallery-popup-item img, .gallery-popup-item img {
  height: 500px;
  width: 100%;
  object-fit: cover
}
.view-all-link {
  text-decoration: underline
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block
}
.blog-list-main .owl-nav {
  display: none !important
}
.card .blog-img img {
  width: 345px !important;
  height: 250px !important;
  border: 1px solid #f2f2f2;
  object-fit: cover;
  padding: 10px
}
.card-body p {
  margin-left: 0
}
.blog-header {
  padding-top: 20px
}
.jobs-submit {
  text-align: center;
  max-width: 700px;
  padding: 70px;
  margin: 0 auto
}
.jobs-submit-info {
  padding-top: 20px
}
.introduction-count {
  text-align: right;
  padding-top: 10px;
  font-size: 15px
}
.no-similar-jobs {
  height: 100%;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px
}
.search-filters {
  display: inline-block
}
.search-filters a {
  font-size: 16px
}
.select2-container--default .selection .select2-selection--single {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
.select2-container--default .selection .select2-selection--single {
  height: 50px;
  font-size: 15px;
  background-color: #f7f7f7;
  border: 1px solid #ededed;
  border-radius: 25px 0 0 25px
}
.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  line-height: 34px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6f6f6f
}
.select2-dropdown {
  font-size: 15px
}
.select2-container--open .select2-dropdown {
  border: 1px solid rgba(23, 23, 24, 0.08);
  background: #f7f7f7
}
.select2-results__option {
  padding: 5px 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-results {
  margin-left: -1px
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dbdbdb
}
.select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 6px 0 6px
}
.select2-container--default .selection .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px
}
.select2-container--default.select2-container--open .selection .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 7px 6px
}
.no-deta-wrap {
  padding: 70px 0;
  text-align: center
}
.list-main-info h1 {
  font-size: 40px;
  color: #eb5800
}
.list-main-info h1 a {
  color: #eb5800
}
.list-main-info h2 {
  font-size: 32px;
  color: #343434
}
.list-main-info h2 a {
  color: #7cac1b
}
.list-main-info h5 {
  font-size: 22px;
  color: #343434
}
.blog-detail-info h1 {
  color: #eb5800;
  font-size: 40px
}
.news-details-inner h1 {
  font-size: 40px;
  color: #eb5800
}
.c2o-gallery h2 {
  color: #e25b2c;
  font-size: 32px
}
.gallery-title h3 {
  color: #343434;
  font-size: 26px
}
.gallery-title h6 {
  color: #343434;
  font-size: 18px
}
.gallery-title h6 a {
  color: #343434
}
.team-modal-info h1 {
  color: #eb5800;
  font-size: 40px
}
.team-title h2 {
  color: #343434;
  font-size: 32px
}
.no-data-wrap {
  text-align: center
}
.unsubscribed-wrap {
  background: #ffffff;
  border-radius: 8px;
  max-width: 800px;
  margin: 50px auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}
.unsubscribed-wrap .alert {
  text-align: left
}
.unsubscribed-wrap .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 8px
}
.unsubscribed-wrap label.form-check-label {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  position: relative
}
.unsubscribed-wrap .form-check-input:checked {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.25)
}
.unsubscribed-wrap .form-check-input:checked[type="checkbox"] {
  background-image: none
}
.unsubscribed-wrap label.form-check-label:after {
  position: absolute;
  top: 4px;
  left: -27px;
  display: block;
  width: 1rem;
  height: 1rem
}
.unsubscribe-inner {
  text-align: left
}
.unsubscribe-inner .unsubscribe-title {
  margin-bottom: 5px
}
.unsubscribe-title {
  margin-bottom: 10px;
  line-height: 32px;
  font-size: 18px
}
.unsubscribe-box {
  padding: 35px;
  border-bottom: 1px solid #e6e6e6
}
.unsubscribe-box .form-check-inline {
  margin: 6px 0
}
.uncheck-all {
  font-size: 18px;
  color: #0698c7;
  display: inline-block;
  margin-top: 25px
}
.uncheck-all:hover {
  color: #f49716
}
.unsubscribe-step-two .custom-control {
  margin: 10px 0
}
.unsubscribed-wrap .unsubscribe-step-two .form-check {
  margin: 8px 0
}
.unsubscribed-wrap .unsubscribe-step-two .form-check-label:after {
  top: 2px;
  left: -28px;
  content: "";
  background: #048361;
  border-radius: 100%
}
.unsubscribed-wrap .unsubscribe-step-two .form-group label {
  color: #666666;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500
}
.unsubscribe-box .unsubscribe-btn {
  width: 100%;
  font-size: 18px;
  padding: 9px 15px 10px
}
.login-title .form-control {
  height: 48px;
  border-radius: 4px
}
.btn.submit-unsubsribe {
  min-width: 160px
}
.login-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 22px;
  z-index: 1;
  margin-bottom: 0;
  line-height: 20px;
  color: #fbb655
}
.login-title {
  position: relative
}
.login-title .form-control, .login-form .form-control {
  padding-left: 42px
}