/*-----------------------------------------------------------------------------------
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
-----------------------------------------------------------------------------------*/
body {
  font-family:'Raleway', 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  color: #777777;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Raleway', 'Open Sans', sans-serif;;
  color: #083d59;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  letter-spacing: -0.3px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-none {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  font-family: 'Raleway', 'Open Sans', sans-serif;;
  color: #1d1d1f;
  margin-bottom: 0;
  text-align: justify;
}

hr {
  border-bottom: 1px solid rgba(27, 33, 47, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

/*--
    - position Classes
-----------------------------------------*/
.pos-rel {
  position: relative;
}

.pos-abl {
  position: absolute;
}

/*--
    - Common Classes
-----------------------------------------*/
.pb-5 {
  padding-bottom: 5px !important;
}
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.overlay-bg {
  position: relative;
  z-index: 2;
}

.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-video {
  color: #083d59;
  background: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 120px;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}

.popup-video:hover {
  color: #ffffff;
  background: #e2b923;
}.popup-img {
  color: #083d59;
  background: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 120px;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}

.popup-img:hover {
  color: #ffffff;
  background: #e2b923;
}

.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #e2b923;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

#scrollUp {
  background: #e2b923;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}

#scrollUp i {
  color: #ffffff;
}

.overlay-soft {
  position: relative;
  z-index: 1;
}

.overlay-soft::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff;
}

[data-overlay="dark"]::before {
  background-color: #e2b923;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.heding-bg-1 {
  position: relative;
  background: #083d59;
}

.main-header-area {
  position: relative;
  width: 100%;
  top: 16px;
  left: 0;
  z-index: 999;
}

.logo-area img {
  max-width: 100%;
}

.logo-area .head-logo-1 {
  display: inline-block;
  position: relative;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
}

/* Hamburger-menu */
.hamburger-menu {
  display: inline-block;
  background-color: #f4f4f4;
  padding: 20px 25px;
}

.hamburger-menu > a {
  display: inline-block;
  font-size: 25px;
  color: #e2b923;
}

.side-mobile-menu {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-mobile-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
  .portfolio-area .theme_btn2{margin-top: 0px !important;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offset-sidebar {
    display: none;
  }
}

@media (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}

.navbar-nav {
  padding-left: 35px;
}

.navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}

.navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  background-color: #ededed;
  width: 2px;
  height: 10px;
  right: 31%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav .nav-item::before {
    right: -25%;
  }
}

.navbar-nav .nav-item:last-child::before {
  display: none;
}

.navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.navbar-nav .nav-item:last-child .nav-link::before {
  display: none;
}

.navbar-nav .nav-item.active {
  color: #083d59;
}

.navbar-nav .nav-item.active .nav-link {
  color: #083d59;
}

.navbar-nav .nav-item .nav-link {
  color: #083d59;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 72px 0 0;
  padding: 26px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav .nav-item .nav-link {
    margin: 0 30px 0 0;
  }
}

.navbar-nav .nav-item .nav-link::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #e2b923;
}

.navbar-nav .nav-item .nav-link i {
  font-size: 10px;
}

.navbar-nav .nav-item .nav-link.current {
  color: #e2b923 !important;
}

.navbar-nav .nav-item:hover > .nav-link {
  color: #e2b923;
}

.navbar .dropdown-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 20px;
  display: block;
  right: 0;
  left: -35px;
  padding: 8px 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 320px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .dropdown-menu .dropdown-item {
  color: #505050;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 35px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.navbar .dropdown-menu .dropdown-item:hover {
  transform: translatex(5px);
  color: #e2b923;
  background-color: transparent;
  -webkit-transform: translatex(5px);
  -moz-transform: translatex(5px);
  -ms-transform: translatex(5px);
  -o-transform: translatex(5px);
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.navbar .navbar-nav .nav-item.active > .nav-link {
  color: #e2b923;
  position: relative;
}

.dropdown-submenu ul {
  visibility: hidden !important;
  transform: scaleX(0) !important;
  left: auto !important;
  right: -300px !important;
  top: auto !important;
  transition: all 500ms;
}

.dropdown-submenu:hover ul {
  visibility: visible !important;
  transform: scaleX(1) !important;
}

.dropdown-submenu .dropdown-toggle::after {
  display: none !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
  .navbar-nav {padding-left: 0px!important;}
  
}
.sticky-menu {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}

.sticky-menu .logo {
  transform: translateY(2px);
}

.sticky-menu .hamburger-menu {
  top: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-menu .hamburger-menu {
    top: 35px;
  }
}

.sticky-menu .navbar-nav .nav-item .nav-link {
  color: #1d1d1f;
}

.left-cta span {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 767px) {
  .left-cta span {
    font-size: 13px;
  }
}

.left-cta span:first-child {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .left-cta span:first-child {
    display: none;
  }
}

.left-cta span i {
  color: #61869a;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  margin-right: 3px;
}

.right-language .language-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
}

.right-language .language-btn i {
  font-size: 14px;
}

.right-language .language-btn::after {
  display: none;
}

.right-language .dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  background: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
  border: 1px solid #f8f8f8;
  border-radius: 0;
  top: 20px;
  text-align: left;
  padding-left: 8px;
}

@media (max-width: 767px) and (orientation: landscape) {
  .right-language .dropdown-menu {
    top: 165px !important;
  }
}

.right-language .dropdown-menu ul li a {
  display: block;
  padding: 0 15px;
  font-size: 15px;
  color: #767a89;
  line-height: 35px;
  text-transform: uppercase;
}

.bottom-border-line {
  border-bottom: 1px solid #1a5676;
}

.right-query {
  display: flex;
  align-items: center;
  justify-content: end;
}

.right-query li:first-child,
.right-query li:nth-child(2) {
  display: flex;
  align-items: center;
}

.right-query li:first-child {
  padding-right: 40px;
}

.right-query li:nth-child(2) {
  padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .right-query li:nth-child(2) {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-query li:nth-child(2) {
    padding-right: 40px;
  }
}

.right-query li .icon {
  background-color: #114764;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  margin-right: 14px;
}

.right-query li span {
  color: #a0afb7;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.right-query li span strong {
  color: #ffffff;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
}

.right-query li span strong:hover {
  color: #e2b923;
  border-color: #e2b923;
}

.transparent-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 111;
  top: 0;
}

.transparent-header .header-top {
  padding-top: 2px;
  padding-bottom: 3px;
}

.transparent-header .bottom-border-line {
  border-color: rgba(255, 255, 255, 0.2);
}

.transparent-header .left-cta span i {
  color: #ffffff;
  margin-right: 4px;
}

.ham-menu-2 {
  background-color: transparent;
}

.ham-menu-2 a {
  font-size: 18px;
}

.menu-style-2 {
  top: 7px;
}

.menu-style-2.sticky-menu {
  top: 0;
}

.menu-style-2 .sticky-logo {
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-style-2 .main-logo {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-style-2 .navbar-nav .nav-item::before {
  display: none;
}

.menu-style-2 .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.menu-style-2 .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  margin: 0 40px 0 0;
  padding: 30px 0;
}

.menu-style-2 .navbar-nav .nav-item .nav-link1 {
  color: #1d1d1f !important;
  margin: 0 40px 0 0;
  padding: 30px 0;
}
.menu-style-2 .navbar-nav .nav-item .nav-link1:hover {
  color: #e2b923 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1080px) {
  .menu-style-2 .navbar-nav .nav-item .nav-link {
    margin-right: 17px !important;
  }
}

@media only screen and (min-width: 1081px) and (max-width: 1200px) {
  .menu-style-2 .navbar-nav .nav-item .nav-link {
    margin-right: 35px;
  }
}

.menu-style-2 .navbar-nav .nav-item .nav-link::before {
  display: none;
}

.menu-style-2 .navbar-nav .nav-item .nav-link:hover {
  color: #e2b923;
}

.menu-style-2 .navbar-nav .nav-item .nav-link1:hover {
  color: #e2b923;
}
.menu-style-2 .logocap {
  color: #FFF !important; font-weight: 700;
}

.menu-style-2.sticky-menu .logocap {
  color: #1d1d1f !important; font-weight: 700;
}

.menu-style-2.sticky-menu .sticky-logo {
  display: inline-block;
}

.menu-style-2.sticky-menu .main-logo {
  display: none;
}

.menu-style-2.sticky-menu .navbar-nav .nav-item .nav-link {
  color: #1d1d1f;
}

.menu-style-2.sticky-menu .navbar-nav .nav-item .nav-link.current {
  color: #e2b923 !important;
}

.menu-style-2 .navbar .dropdown-menu .dropdown-item:hover {
  color: #e2b923;
}

.single-page-nav3 .navbar-nav .sticky-menu .nav-link.current {
  color: red !important;
}

.header-top-3 {
  padding-top: 2px;
  padding-bottom: 3px;
}

.left-cta-3 span i {
  color: #ffffff;
  margin-right: 5px;
}

.menu-style-3 {
  top: 0;
}

.menu-style-3 .navbar-nav .nav-item::before {
  display: none;
}

.menu-style-3 .navbar-nav .nav-item .nav-link {
  color: #040404;
  margin: 0 46px 0 0;
  padding: 30px 0;
}

.menu-style-3 .navbar-nav .nav-item .nav-link::before {
  display: none;
}

.menu-style-3 .navbar-nav .nav-item .nav-link i {
  color: #bb0b0b;
}

.menu-style-3 .navbar-nav .nav-item .nav-link:hover {
  color: #bb0b0b;
}

.menu-style-3 .navbar-nav .nav-item:hover > .nav-link {
  color: #bb0b0b;
}

.menu-style-3 .navbar-nav .nav-item.active > .nav-link {
  color: #bb0b0b;
  position: relative;
}

.menu-style-3 .navbar-nav .nav-item.active > .nav-link i {
  color: #bb0b0b;
}

.menu-style-3 .right-nav {
  padding: 0;
  margin: 0;
}

.menu-style-3 .right-nav .quote-btn {
  background: #bb0b0b;
  margin-top: 5px;
}

.menu-style-3 .right-nav .quote-btn:hover {
  background: #040404;
}

.menu-style-3 .hamburger-menu {
  background-color: transparent;
}

.menu-style-3 .navbar .dropdown-menu .dropdown-item:hover {
  color: #bb0b0b;
}

.menu-style-2.sticky-menu .navbar-nav .nav-item .nav-link {
  color: #040404;
}

.transparent-header.home-4 .logo-area img {
  padding-left: 10px;
}

@media (max-width: 991px) {
  .transparent-header.home-4 .logo-area img {
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .transparent-header.home-4 .logo-area img {
    max-width: 70%;
  }
}

@media (max-width: 400px) {
  .transparent-header.home-4 .logo-area img {
    max-width: 100%;
  }
}

.transparent-header.home-4 .navbar-nav .nav-item.active > .nav-link {
  color: #0030b8;
  position: relative;
}

.transparent-header.home-4 .navbar-nav .nav-link {
  color: #fff;
}

.transparent-header.home-4 .navbar-nav .nav-link:hover {
  color: #0030b8 !important;
}

.transparent-header.home-4 .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #0030b8;
}

.transparent-header.home-4 .navbar-nav .nav-item .nav-link.current {
  color: #0030b8 !important;
}

.transparent-header.home-4
  .menu-style-2.sticky-menu
  .navbar-nav
  .nav-item
  .nav-link.current {
  color: #0030b8 !important;
}

.transparent-header.home-4 .right-nav {
  padding: 0;
  margin: 0;
}

.transparent-header.home-4 .right-nav .quote-btn {
  background: #0030b8;
  border-radius: 30px;
}

.transparent-header.home-4 .right-nav .quote-btn:hover {
  color: #fff;
  background-color: #3f3b3b;
}

.transparent-header.home-4 .right-nav .ham-menu-2.hamburger-menu > a {
  color: #0030b8;
  font-size: 25px;
}

.page-title-area {
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  min-height: 516px;
  position: relative;
  top: ;
  z-index: 1;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-title-area {
    min-height: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-area {
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .page-title-area {
    min-height: 250px;
  }
}

.page-title-area::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-title-area::after {
  content: "";
  position: absolute;
  background: #e2b923;
  width: 179px;
  height: 350px;
  border-radius: 0 0 0 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-border-radius: 200px 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
}

@media (max-width: 767px) {
  .page-title-area::after {
    display: none;
  }
}

.page-title-area .right-shape {
  position: absolute;
  right: 100px;
  bottom: 111px;
  z-index: 2;
  animation: float-bob-y infinite 3s linear;
  -webkit-animation: float-bob-y infinite 3s linear;
}

@media (max-width: 767px) {
  .page-title-area .right-shape {
    display: none;
  }
}

.page-title-wrapper {
  position: relative;
  z-index: 2;
}

.page-title-wrapper .page-title {
  color: #ffffff;
  font-size: 40px;
  z-index: 1;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-title-wrapper .page-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-wrapper .page-title {
    font-size: 30px;
  }
  .page-title-area::after{ width:100px; height:150px; }
  .page-title-area .right-shape{display: none;}
}

@media (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 18px;
    line-height: 30px;
  }
}

ul.breadcrumb li.active {
  color: #e2b923;
  margin-left: 5px;
}

ul.breadcrumb li a {
  color: #c4cfd2;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #083d59;
  z-index: 1900;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide-bar {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .slide-bar {
    width: 310px;
    padding: 25px 20px;
  }
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #e2b923;
}
.open-mobile-menu a.active {
  background: #e2b923;
}

.close-mobile-menu a {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
}
.side-mobile-menu ul li a:hover {
  color: #e2b923;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded="true"] {
  color: #e2b923;
}
.side-mobile-menu ul li a[aria-expanded="true"]:before {
  background: #e2b923;
  border-color: #e2b923;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #e2b923;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #e2b923;
  border-color: #e2b923;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-dropdown > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-dropdown a[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}

.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

.offset-widget .info-widget p {
  color: #ffffff;
}

.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}

.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: #ffffff;
}

.fw-bold {
  font-weight: 700;
}

.fw-semi {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-normal {
  font-weight: 400;
}

.fw-light {
  font-weight: 300;
}

.fw-thin {
  font-weight: 100;
}

.fs-20 {
  font-size: 20px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #a7bbc5;
}

.grey-bg2 {
  background: #f6f6f6;
}

.grey-bg3 {
  background: #f7f7f7;
}

.grey-bg4 {
  background: #f8f8f8;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #000;
}

.heding-bg {
  /*  background: #083d59;*/
  background: url(../img/Kiosk-Line-Up.webp) center fixed no-repeat;
  background-size: cover;
}

.theme-bg {
  background: #e2b923 !important;
}

.theme-bg2 {
  background: #bb0b0b !important;
}

.grey-bg-color {
  background-color: rgba(27, 33, 47, 0.03);
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #e2b923;
}

.theme-color2 {
  color: #bb0b0b !important;
}

.body-color {
  color: #777777;
}

.heding-color {
  color: #083d59;
}

.heding-color2 {
  color: #b8b8b8;
}

.text-heding {
  color: #040404 !important;
}

.grey-heding {
  color: #92aab6;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: 'Raleway', 'Open Sans', sans-serif;;
}

.heding-font {
  font-family: 'Raleway', 'Open Sans', sans-serif;;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize {
  text-transform: lowercase;
}

/* Menu Search
-------------------------------------------------------*/
.header-2-icon {
  color: #ffffff;
}

.nav-search.search-trigger.header-2-icon {
  color: #777777;
  display: inline-block;
  font-size: 20px;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  margin-right: 25px;
}

.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.nav-search:hover {
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media (max-width: 767px) {
  .search-wrap .search-field-holder {
    width: 100%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .search-wrap .main-search-input {
    padding: 0 10px;
    font-size: 16px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}

@media (max-width: 767px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 767px) {
  input.main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 767px) {
  input.main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}

@media (max-width: 767px) {
  input.main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}

@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}

@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }

  25% {
    right: 100px;
    top: 0px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 0px;
    top: 200px;
  }

  100% {
    right: 0px;
    top: 0px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}

@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}

@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}

@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}

@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}

@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}

@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #e2b923;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #e2b923;
    opacity: 0.8;
  }
}

@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #e2b923;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #e2b923;
    opacity: 0.8;
  }
}

@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #e2b923;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #e2b923;
    opacity: 0.8;
  }
}

@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-100px) rotate(180deg);
  }

  66% {
    transform: translateX(200px) rotate(-90deg);
  }

  100% {
    transform: translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
/*--
  -theme-btn
----------------------------------------*/
.theme_btn {
  overflow: hidden;
  color: #1d1d1f;
  background: #e2b923;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  line-height: 1;
  padding: 24px 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.theme_btn i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.theme_btn:hover {
  color: #ffffff;
  background: #083d59;
}

.theme_btn:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.theme_btn.theme_btn2 {
  color: #ffffff;
  background: #bb0b0b;
}

.theme_btn.theme_btn2:hover {
  background: #040404;
}

.in-quote-btn {
  padding: 19px 20px;
}

.quote-btn {
  padding: 19px 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .quote-btn {
    padding: 19px 20px;
  }
}

.quote-btn:hover {
  background: #040404;
}

.btn-list {
  padding: 0;
}

.border_btn {
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 22px 38px;
  background: rgba(220, 20, 20, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.border_btn::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #e2b923;
  opacity: 0.7;
  border-radius: 50%;
  left: -19px;
  bottom: -19px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.border_btn:hover,
.border_btn.active {
  color: #ffffff;
  border-color: #e2b923;
  background: transparent;
}

.border_btn:hover::before,
.border_btn.active::before {
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.border_btn.active::before {
  left: 0;
  bottom: 0;
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.border_btn.active:hover {
  color: #e2b923;
  background-color: transparent;
}

.border_btn.active:hover::before {
  left: 5px;
  bottom: 5px;
  opacity: 0.7;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.border_btn.border_btn2 {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}

.border_btn.border_btn2::before {
  background: #bb0b0b;
}

.border_btn.border_btn2:hover {
  border-color: #bb0b0b;
}

.border_btn.border_btn2:hover::before {
  background: #bb0b0b;
}

.service-btn {
  color: #cccccc;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.service-btn i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-btn:hover {
  color: #e2b923;
}

.service-btn:hover i {
  transform: rotateX(360deg);
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
}

.theme-border-btn {
  background: transparent;
  color: #083d59;
  border: 2px solid #ececec;
  padding: 23px 38px;
}

.theme-border-btn i {
  color: #083d59;
  margin-left: 8px;
  font-weight: 300;
}

.theme-border-btn:hover {
  border-color: transparent;
  color: #ffffff;
}

.theme-border-btn:hover i {
  color: #ffffff;
}

.theme_btn2 {
  overflow: hidden;
  color: #083d59;
  background-color: #e7eef2;
  font-size: 16px;
  font-family: 'Raleway', 'Open Sans', sans-serif;;
  font-weight: 700;
  line-height: 1;
  padding: 21px 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

.theme_btn2:hover {
  color: #ffffff;
  background: #083d59;
}

.theme_btn3 {
  background: #083d59;
  padding: 22px 44px;
}

.theme_btn3 i {
  margin-left: 15px;
}

.theme_btn3:hover {
  background: #bb0b0b;
}

.semi-title {
  color: #b8b8b8;
  font-size: 14px;
  letter-spacing: 0px;
}

.sect-title {
  font-size: 30px;
  line-height: 42px;
  color: #1d1d1f;
}

.sect-title span {
  font-weight: 100;
}

.semi-title1 {
  color: #b8b8b8;
  font-size: 14px;
  letter-spacing: 0px;
}

.sect-title1 {
  font-size: 25px;
  line-height: 42px;
  color: #1d1d1f;
}

.sect-title1 span {
  font-weight: 300;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sect-title {
    font-size: 35px;
  }
  .sect-title1 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sect-title {
    font-size: 35px;
  }
  .sect-title1 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .sect-title {
    font-size: 20px;
    line-height: 30px;
  }
  .sect-title1 {
    font-size: 20px;
  }
}

.sect-title .bottom-shape::before {
  left: 0;
  top: 63%;
}

.paragraph-title {
  /*  color: #777777;*/
  font-size: 16px;
  line-height: 28px;
}

.paragraph-title strong {
  color: #083d59;
  font-weight: 700;
}

.semi-grey {
  color: #92aab6;
}

.semi-title2 {
  color: #083d59;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.semi-title2 .line-one {
  margin-right: 10px;
}

.semi-title2 .line-two {
  margin-left: 10px;
}

.sect-title2 {
  font-size: 60px;
  line-height: 1.1;
  color: #040404;
}

.sect-title2 span {
  font-weight: 100;
}

.faq {
  font-size: 18px;
  line-height: 2.8rem;
  color: #040404;
}
.sect-title3 {
  font-size: 30px;
  line-height: 40px;
  color: #040404;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sect-title2 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sect-title2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .sect-title2 {
    font-size: 30px;
    margin-bottom:0px !important;
  }
}

.sect-title2 .bottom-shape::before {
  top: 70%;
}

.section-title2 .semi-title2 {
  margin-bottom: 13px;
  line-height: 1;
}

.section-title2 .sect-title2 {
  margin-bottom: 48px;
}

.work-process-area.home-4 .work-process-area-bg2 {
  background: #e7eef2;
  padding: 120px 60px 90px 60px;
  position: relative;
  z-index: 2;
}

.work-process-area.home-4 .work-process-area-bg2 .container h2.style-text {
  font-size: 140px;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(to top, #fff 0%, #010608 100%);
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(255, 255, 255, 0.3281687675) 0%,
    rgba(0, 0, 0, 0.2077205882) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 85px;
  left: 5px;
  z-index: -1;
}

@media (max-width: 768px) {
  .work-process-area.home-4 .work-process-area-bg2 .container h2.style-text {
    font-size: 100px;
  }
}

@media (max-width: 576px) {
  .work-process-area.home-4 .work-process-area-bg2 .container h2.style-text {
    font-size: 60px;
  }
}

.work-process-area.home-4
  .work-process-area-bg2
  .container
  .section-title
  .semi-title.semi-grey {
  font-size: 14px;
  font-weight: 700;
  color: #0030b8;
}

.work-process-area.home-4
  .work-process-area-bg2
  .container
  .section-title
  .sect-title {
  color: #333333;
}

.work-process-area.home-4 .work-process-area-bg2 .container .single-work {
  display: flex;
  align-items: center;
}

@media (max-width: 450px) {
  .work-process-area.home-4 .work-process-area-bg2 .container .single-work {
    display: block;
    text-align: start;
  }
}

.work-process-area.home-4 .work-process-area-bg2 .container .single-work .icon {
  width: 50px;
}

@media (max-width: 400px) {
  .work-process-area.home-4 .work-process-area-bg2 .container .single-work h5 {
    font-size: 14px;
  }
}

.work-process-area.home-4 .work-process-area-bg2 .container .single-work h4 {
  color: #333333;
}

.home-4 {
  border: none;
}

.home-4 .container .section-title .semi-grey {
  color: #0030b8 !important;
}

.home-4 .container .section-title .sect-title {
  color: #333333;
}

.team-area.home-4 {
  background: none;
}

.team-area.home-4 .container .section-title h6 {
  color: #0030b8;
}

.contact-area.home-4 {
  background-color: #e7eef2;
}

.contact-area.home-4 .container .contact-wrapper .section-title h6 {
  color: #0030b8;
}

.contact-area.home-4 .container .contact-input-wrapper .section-title h6 {
  color: #0030b8;
}

.contact-area.home-4 .container .contact-input-wrapper button {
  background-color: #0030b8;
  border-radius: 30px;
}

.contact-area.home-4 .container .contact-input-wrapper button:hover {
  color: #0030b8;
  background-color: #fff;
}

.blog-area.home-4 .container .section-title h6 {
  color: #0030b8;
}

.core-feature-area2.home-4 {
  background-color: #e7eef2;
}

.core-feature-area2.home-4 .container .tab-content {
  background: #fff;
}

.blog-area.home-4.home-4_onepage {
  background-color: #e7eef2;
}

.contact-area.home-4.home-4_onepage {
  background: none;
}

.custom-container-slider {
  max-width: 1430px;
  overflow: hidden;
}

.main-slider {
  position: relative;
  top: -190px;
}

.slider-bg {
  margin-top: -16px;
  position: relative;
  background: url(../img/slider/hero-bg-1.html) no-repeat center;
  background-size: cover;
  min-height: 796px;
  display: flex;
  align-items: center;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg {
    min-height: 620px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .slider-bg {
    min-height: 500px;
  }
}

.slider-bg::before {
  position: absolute;
  content: "";
  background-color: #084362;
  opacity: 0.98;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.slider-bg .slider__content {
  padding-left: 50px;
  margin-top: 42px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-bg .slider__content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg .slider__content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg .slider__content {
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .slider-bg .slider__content {
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.slider-bg .slider-right {
  padding-top: 63px;
  margin-left: -32px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg .slider-right {
    padding-top: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg .slider-right {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .slider-bg .slider-right {
    margin-left: 0;
  }
}

#slider-one .owl-item.active h1 {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

#slider-one .owl-item.active p {
  -webkit-animation-duration: 800ms;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.4s;
}

#slider-one .owl-item.active .btn-list {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

#slider-one .owl-item.active .slider-right {
  -webkit-animation-duration: 2s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight2;
  animation-delay: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #slider-one .owl-item.active .slider-right {
    animation-name: fadeIn;
  }
}

@media (max-width: 767px) {
  #slider-one .owl-item.active .slider-right {
    animation-name: fadeIn;
  }
}

.main-slider-area .dodlle-one {
  position: absolute;
  border-radius: 50%;
  background-color: #e2b923;
  width: 7px;
  height: 7px;
  z-index: 12;
  right: 46.09%;
  top: 260px;
}

.main-slider-area .dodlle-one.two {
  top: 468px;
  right: 27.03%;
}

.main-slider-area .dodlle-one.three {
  top: 77%;
  left: 19.2%;
}

.main-slider-area .owl-nav button {
  border: 2px solid rgba(255, 255, 255, 0.06) !important;
  width: 64px;
  height: 64px;
  line-height: 64px !important;
  display: inline-block;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 5;
  color: rgba(255, 255, 255, 0.06) !important;
}

.main-slider-area .owl-nav button i {
  font-size: 18px;
}

.main-slider-area .owl-nav button.owl-prev {
  left: 60px;
}

.main-slider-area .owl-nav button.owl-next {
  right: 60px;
}

.main-slider-area .owl-nav button.owl-prev:hover,
.main-slider-area .owl-nav button.owl-next:hover {
  color: #ffffff !important;
  border-color: #e2b923;
  background: #e2b923;
}

.owl-dots {
  position: absolute;
  z-index: 11;
  left: 40px;
  bottom: 40px;
}

.owl-dots button.owl-dot {
  border: 1px solid #777777;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 15px;
}

.owl-dots button.owl-dot.active {
  border-color: #e2b923;
  background-color: #e2b923;
}

.main-slider-area.home-4 .container {
  max-width: 1000px;
}

.slider__content.home-4 .theme_btn {
  background-color: #0030b8;
  border: 1px solid #0030b8;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.slider__content.home-4 .theme_btn:hover {
  color: #0030b8;
  background-color: #fff;
}

.slider__content .main-title-one {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider__content .main-title-one {
    font-size: 70px;
  }
}

.slider__content p {
  color: #a7bbc5;
  font-size: 18px;
  line-height: 28px;
}

.slider__content p strong {
  color: #ffffff;
  font-weight: 700;
}

.sub-title {
  color: #083d59;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Raleway', 'Open Sans', sans-serif;;
  text-transform: uppercase;
  line-height: 23px;
}

.main-title-one {
  color: #083d59;
  font-size: 80px;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -0.3px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-title-one {
    font-size: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-title-one {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .main-title-one {
    font-size: 50px;
  }
}

.main-title-one span {
  font-weight: 100;
  letter-spacing: -0.6px;
}

.bottom-shape {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.bottom-shape::before {
  position: absolute;
  content: "";
  background: url(../img/shape/line-1.html) no-repeat;
  width: 100%;
  height: 14px;
  left: 7px;
  top: 65%;
  z-index: -1;
}

.slider-bg-2 {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  min-height: 970px;
  z-index: 1;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg-2 {
    min-height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg-2 {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .slider-bg-2 {
    min-height: 500px;
  }
}

.slider-bg-2::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 54, 96, 0.4);
  opacity: 0.98;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.slider-bg-2 img.shape-one {
  width: 311px;
  height: 311px;
  display: inline-block;
  position: absolute;
  top: 315px;
  right: 17%;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg-2 img.shape-one {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg-2 img.shape-one {
    display: none;
  }
}

@media (max-width: 767px) {
  .slider-bg-2 img.shape-one {
    display: none;
  }
}

.slider-bg-2 .slider__content {
  padding-top: 155px;
  padding-left: 8px;
}

.slider-bg-2 .slider__content .main-title-two {
  margin-bottom: 53px;
}

.slider-bg-4 {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  min-height: 970px;
  z-index: 1;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg-4 {
    min-height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg-4 {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .slider-bg-4 {
    min-height: 500px;
  }
}

.slider-bg-4 img.shape-one {
  width: 311px;
  height: 311px;
  display: inline-block;
  position: absolute;
  top: 315px;
  right: 17%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg-4 img.shape-one {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg-4 img.shape-one {
    display: none;
  }
}

@media (max-width: 767px) {
  .slider-bg-4 img.shape-one {
    display: none;
  }
}

.slider-bg-4 .slider__content {
  padding-top: 155px;
  padding-left: 8px;
}

.slider-bg-4 .slider__content .main-title-two {
  margin-bottom: 53px;
}

.shape-h2-one {
  width: 336px;
  height: 350px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape-h2-one {
    display: none;
  }
}

@media (max-width: 767px) {
  .shape-h2-one {
    display: none;
  }
}

.slide-tag-list {
  padding: 0;
  margin-bottom: 12px;
}

.slide-tag-list li {
  padding-right: 51px;
  display: inline-block;
}

.slide-tag-list li:last-child a::before {
  display: none;
}

@media (max-width: 767px) {
  .slide-tag-list li {
    padding-right: 10px;
  }

  .slide-tag-list li a {
    font-size: 14px;
  }
}

.slide-tag-list li a {
  color: rgba(255, 255, 255, 0.502);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.slide-tag-list li a::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.302);
  width: 20px;
  height: 1px;
  right: -38px;
  top: 12px;
  z-index: 11;
}
.pr-xs-0{padding-right: 0px;}
@media (max-width: 767px) {
  .slide-tag-list li a::before {
    display: none;
  }
}

.main-title-two {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-title-two {
    font-size: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-title-two {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .main-title-two {
    font-size: 18px;
  }
  .breadcrumb{display: none;}
  .teams-title{font-size: 25px !important; line-height: 35px;}
  .teams-title-1{font-size: 20px !important; line-height: 30px !important;}
  .theme_btn2{margin-top: 0px;}
  .popup-video{line-height: 55px; width: 50px; height: 50px;}
  .cta-area h2{font-size: 20px!important; line-height: 45px!important;}
  .icon-wh{width: 100px !important; height: 100px !important; margin-bottom: 15px;}  
  .single-services2 .services-content h4{text-align: center;}  
  .nav-tabs .nav-link{padding: 16px 14px!important; margin-bottom: 10px!important;}
  ol, ul{padding-left: 0px; font-size: 14px;}

  .rp-bg1 h3{font-size: 22px; line-height: 35px !important;}
}
@media (min-width: 768px) {
  .teams-title-1{font-size: 30px !important;}
  .call-to-section h2{font-size: 16px !important; margin: 12px 0px 8px !important; text-align: center!important;}
  .call-to-section .inner{padding: 15px 15px 15px !important; bottom: -38px !important; margin-top: 0px !important;}
  .cta-bg2{padding:20px 0px 18px 0px !important;}
  .cta-area h2{font-size: 24px!important; line-height: 45px!important;}
  .popup-video{line-height: 82px; width: 80px; height: 80px;}
  .single-services2 .services-content{padding: 20px 20px 20px 20px !important;}
  .blog-area3.portfolio-nav .owl-nav{top: -189px !important;}
  .col-hide{display: none !important;}
  .icon-wh{width: 100px !important; height: 100px !important; margin-bottom: 15px;}
  .services-counter h3{line-height: 26px; margin: 5px 0 20px 0 !important;}
  .img-hide{display: none;}
  .style-text2{font-size: 60px !important;}
  .nav-tabs .nav-link{padding: 16px 14px !important; margin-bottom: 10px!important;}
  .teams-title { font-size: 22px !important;}
  .rp-bg1{width: 46% !important;}
  .rp-bg1 h3{font-size: 20px; line-height: 35px !important;}
  .btn-style-two .btn-title{font-size: 14px !important; padding: 6px 19px 6px !important;}
  .fot-list a{font-size: 14px !important;}
  .sect-title{font-size: 20px !important; line-height: 30px;}
  .ambic-dash-left{border-left: 1px dashed #FFF!important;}
.single-services2 h4 {text-align: center;}
  }
  @media (min-width: 769px) {
    .services-counter h3{line-height: 26px; margin: 30px 0 20px 0!important; font-weight: 600;}    
.ambic-dash-left{border-left: 1px dashed #e2e5e8 !important;}
    .sect-title{font-size: 30px !important; line-height: 40px;}

  .fot-list a{font-size: 16px !important;}
  .rp-bg1 h3{font-size: 23px !important; line-height: 35px !important;}
    .rp-bg1{width: 23%!important;}
  .btn-style-two .btn-title{font-size: 18px !important; padding: 10px 30px 10px !important;}
  .style-text2{font-size: 90px !important;}
    .logo-center{text-align: center!important;}
    .logo-right{text-align: right!important;}
    .blog-area3.portfolio-nav .owl-nav{top: -140px !important;}
    .img-hide{display:flex; }

  .icon-wh{width: 100px !important; height: 100px !important; margin-bottom: 15px;}
  .cta-bg2{padding:20px 0px 18px 0px !important;}
  .cta-area h2{font-size: 32px!important; line-height: 45px!important;}
  .popup-video{line-height: 120px; width: 120px; height: 120px;}
  }

#slider-one .slider-bg-2 .owl-item.active .theme_btn {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}

.slider-bg-3 {
  min-height: 830px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg-3 {
    min-height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg-3 {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .slider-bg-3 {
    min-height: 500px;
  }
}

.slider-bg-3::before {
  content: "";
  position: absolute;
  background-color: #040404;
  opacity: 0.902;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.slider-bg-3::after {
  content: "";
  position: absolute;
  background: url(../img/slider/pattern-1.html) no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.slider__content3 {
  position: relative;
  z-index: 5;
}
.slider__content3 .bottom-shape::before {
  background: url(../img/shape/line-3.html) no-repeat;
}

.slider__content3 .main-title-one {
  margin-bottom: 12px;
}

.slider__content3 .paragraph-title {
  color: #a7bbc5;
}

.slider__content3 .paragraph-title strong {
  color: #ffffff;
}

.slider__content3 .subscribe-form {
  position: relative;
  z-index: 1;
}

.slider__content3 .subscribe-form input {
  background-color: #ffffff;
  position: relative;
  height: 60px;
  color: #999999;
}

.slider__content3 .subscribe-form input::placeholder {
  color: #999999;
}

.slider__content3 .subscribe-form input::-moz-placeholder {
  color: #999999;
}

.slider__content3 .subscribe-form input::-webkit-placeholder {
  color: #999999;
}

.slider__content3 .subscribe-form input::-o-placeholder {
  color: #999999;
}

@media (max-width: 767px) {
  .slider__content3 .subscribe-form input {
    padding-left: 10px;
  }
}

.slider__content3 .subscribe-form .subscribe-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  background: #bb0b0b;
  position: absolute;
  z-index: 2;
  max-width: 200px;
  width: 100%;
  height: 60px;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .slider__content3 .subscribe-form .subscribe-btn {
    max-width: 115px;
  }
}

.nav-none .owl-nav {
  display: none;
}

.main-slider-area {
  position: relative;
  z-index: 2;
}

.main-slider-area .right-img {
  position: absolute;
  z-index: 3;
  left: 48px;
  bottom: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-slider-area .right-img {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-slider-area .right-img {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider-area .right-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-slider-area .right-img {
    display: none;
  }
}

.main-slider-area .right-img.two {
  top: 90px;
  right: 0;
  left: auto;
}

#slider-three .owl-item.active h1 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.6s;
}

#slider-three .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}

#slider-three .owl-item.active p {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.2s;
}

#slider-three .owl-item.active .subscribe-form {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.single-feature {
  position: relative;
  background: url(../img/feature/1.html) no-repeat top center;
  background-size: cover;
  padding: 77px 0 78px 70px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-feature {
    padding: 72px 0 78px 15px;
  }
}

@media (max-width: 767px) {
  .single-feature {
    padding: 72px 0 78px 15px;
  }
}

.single-feature::before {
  position: absolute;
  content: "";
  background-color: #083d59;
  opacity: 0.902;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-feature .f-icon {
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 17px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.single-feature h6 {
  color: #a6b8c2;
  font-weight: 300;
  margin-bottom: 13px;
}

.single-feature h6 span {
  color: #ffffff;
  font-weight: 400;
  margin-right: 18px;
}

.single-feature h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.1;
  padding-left: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-feature h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-feature h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .single-feature h2 {
    font-size: 30px;
  }
}

.single-feature.feat-2 h6 {
  color: #ffeedc;
}

.single-feature.feat-2::before {
  background-color: #e2b923;
  opacity: 0.902;
}

.single-feature.feat-3::before {
  background-color: #006571;
  opacity: 0.902;
}

.single-feature:hover h6 {
  color: #ffffff;
}

.single-feature:hover::before {
  background-color: #e2b923;
}

.single-feature:hover .f-icon {
  top: 25px;
  right: 50px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.core-feature-area {
  position: relative;
  z-index: 2;
}

.core-feature-area::before {
  content: "";
  position: absolute;
  background: url(../img/core-1.jpg) no-repeat right;
  width: 615px;
  max-width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .core-feature-area::before {
    width: 100%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-feature-area::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .core-feature-area::before {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .core-wrapper .section-title {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .core-wrapper .section-title {
    padding-right: 0;
  }
}

.text-list li {
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 500;
  padding-left: 60px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.text-list li::before {
  content: "\f00c";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  color: #e2b923;
  left: 0;
  top: -7px;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff0e1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}

.text-list1 li {
  color: #fff !important;
}

.video-wrapper {
  background: url(../img/core-2.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  min-height: 500px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-wrapper {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .video-wrapper {
    min-height: 300px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .core-wrapper2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .core-wrapper2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-wrapper2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .core-wrapper2 {
    padding-left: 0;
  }
}

.features-bg {
  background: url(../img/feature/feature-bg1.html) no-repeat;
  background-size: cover;
  background-position: center;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .feature-list {
    display: block;
  }
}

.feature-list li:first-child,
.feature-list li:nth-child(3) {
  margin-top: -20px;
}

.single-feature2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 25px 35px 27px 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-feature2 {
    padding: 25px 10px 25px 10px;
  }
}

@media (max-width: 767px) {
  .single-feature2 {
    padding: 25px 15px 25px 15px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-feature2 {
    padding: 25px 25px 25px 25px;
    margin-bottom: 20px;
  }
}

.single-feature2::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 0px;
  line-height: 40px;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.single-feature2 h2 {
  color: #c4cdd2;
  font-size: 40px;
  margin-right: 20px;
}

.single-feature2 h6 {
  line-height: 22px;
}

.single-feature2:hover::before {
  background: #e2b923;
  height: 2px;
}

.single-feature2:hover h2 {
  color: #e2b923;
}

.feature-img-wrapper {
  position: relative;
  z-index: 1;
}

.feature-img-wrapper .feature-one {
  position: absolute;
  z-index: 2;
}

.feature-img-wrapper .feature-one.two {
  border: 10px solid #ffffff;
  right: 0;
  top: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-img-wrapper .feature-one.two {
    top: 0;
  }
}

@media (max-width: 767px) {
  .feature-img-wrapper .feature-one.two {
    display: none;
  }
}

.feature-img-wrapper .feature-one.three {
  right: 50px;
  top: 20px;
  animation: float-bob-x infinite 5s linear;
  -webkit-animation: float-bob-x infinite 5s linear;
}

.feature-number {
  font-size: 120px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #e2b923;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-number {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .feature-number {
    font-size: 50px;
    text-align: center;
  }
}

.features-title {
  font-size: 40px;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .features-title {
    font-size: 20px;
  }
}

.tab-wrapper2 .nav-tabs {
  border: 0;
  display: block;
  width: 100%;
}

.tab-wrapper2 .nav-tabs .nav-link {
  text-align: start;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #b1b5b8;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  width: 93%;
  padding: 16px 18px;
  margin: 5px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tab-wrapper2 .nav-tabs .nav-link {
    font-size: 14px;
    padding: 16px 18px;
  }
}

@media (max-width: 767px) {
  .tab-wrapper2 .nav-tabs .nav-link {
    font-size: 14px;
    padding: 16px 18px;
  }
}

.tab-wrapper2 .nav-tabs .nav-link img {
  margin-right: 18px;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

.tab-wrapper2 .nav-tabs .nav-link i {
  float: right;
}

.tab-wrapper2 .nav-tabs .nav-link.active {
  color: #e2b923;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-box p {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .content-box .text-content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-box .text-content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .content-box .text-content {
    padding-left: 0;
  }
}

.content-box .text-list {
  margin: 0;
}

.content-box .text-list li {
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .content-box .text-list li {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-box .text-list li {
    font-size: 15px;
  }
}

.content-box .text-list li::before {
  background: transparent;
  font-weight: 400;
  left: 0;
  width: unset;
  height: unset;
}

.video-bg-1 {
  background: url(../img/video/video-bg1.html) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 700px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .video-bg-1 {
    min-height: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-bg-1 {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .video-bg-1 {
    min-height: 400px;
  }
}

.tittle-inner {
  text-align: center;
}

.tittle-inner .h1 {
  color: blue;
}

.core-feature-area2.home-4 .container h2 {
  color: #333333;
}

.core-feature-area2.home-4 .container .nav .nav-link {
  background: none;
  color: #b1b5b8;
}

.core-feature-area2.home-4 .container .nav .nav-link:hover {
  color: #0030b8;
}

.core-feature-area2.home-4 .container .nav .nav-link.active {
  color: #0030b8;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-wrapper {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about-content-wrapper {
    padding-left: 0;
  }
}

.about-content-wrapper .paragraph-title {
  margin-bottom: 46px;
}

.tab-wrapper {
  padding-left: 60px;
  padding-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tab-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .tab-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.tab-wrapper .nav-tabs {
  border: 0;
}

.tab-wrapper .nav-tabs .nav-link {
  color: #e2b923;
  font-weight: 700;
  line-height: 1;
  border: 1px solid rgba(27, 33, 47, 0.1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 19px 29px;
}

.tab-wrapper .nav-tabs .nav-link:first-child {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .tab-wrapper .nav-tabs .nav-link {
    width: 100%;
    margin-bottom: 15px;
  }

  .tab-wrapper .nav-tabs .nav-link:first-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tab-wrapper .nav-tabs .nav-link {
    width: inherit;
    margin-bottom: inherit;
  }

  .tab-wrapper .nav-tabs .nav-link:first-child {
    margin-right: inherit;
  }
}

.tab-wrapper .nav-tabs .nav-link span {
  color: #083d59;
  font-size: 16px;
  margin-right: 50px;
  margin-left: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tab-wrapper .nav-tabs .nav-link span {
    margin-right: 15px;
  }
}

.tab-wrapper .nav-tabs .nav-link.active {
  border-color: #083d59;
  color: #e2b923;
  background: #083d59;
}

.tab-wrapper .nav-tabs .nav-link.active span {
  color: #ffffff;
}

.shape-square {
  position: absolute;
  right: 80px;
  top: 40px;
  z-index: 1;
  animation: rotation infinite 5s linear;
}

.about-area-2 {
  position: relative;
  z-index: 3;
}

.about-area-2.home-4 .theme-color2 {
  color: #0030b8 !important;
}

.about-area-2.home-4 .about-content-wrapper2 .section-title2 .semi-title2 {
  color: #0030b8;
}

.about-area-2.home-4 .about-content-wrapper2 .about-text .text-box h2 {
  color: #0030b8;
}

.about-area-2.home-4
  .about-content-wrapper2
  .author-media
  .footer__social
  a:hover {
  background: #0030b8;
}

.about-content-wrapper2 .paragraph-title {
  padding-right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrapper2 .paragraph-title {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .about-content-wrapper2 .paragraph-title {
    padding-right: 0;
  }
  .footer__social{display: none;}
}

.about-text {
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-text {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .about-text {
    padding-right: 0;
  }
}

.about-text .img-box {
  float: left;
  width: 100px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .about-text .img-box {
    float: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-text .img-box {
    float: left;
  }
}

.about-text p {
  overflow: hidden;
}

.read-btn2 {
  color: #bfbfbf;
  display: block;
  transform: unset;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 0;
}

.single-about {
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.single-about img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 20px 20px 0px 0px;
}

.sol {
  padding: 15px !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}

.sol1 {
  width: auto !important;
  padding: 50px 15px 15px 15px !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}

.sol2 {
  width: auto !important;
  padding: 20px 15px 15px 15px !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}
.sol3 {
  width: auto !important;
  padding: 50px 15px 50px 15px !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.single-about h6 {
  font-family: 'Raleway', 'Open Sans', sans-serif !important;
  letter-spacing: 0.3px;
  color: #6e6e73;
  font-weight: 600;
  padding-left: 20px;
}

.single-about h5 {
  font-family: 'Raleway', 'Open Sans', sans-serif !important;
  padding: 10px 20px 20px 20px;
  line-height: 26px;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #1d1d1f;
}

.single-about p {
  font-size: 14px;
  padding: 20px;
  padding-bottom: 24px;
}

.single-about:hover .read-btn2 {
  color: #ffffff;
  background-color: #083d59;
}

.single-about-wrapper {
  margin-top: -20px;
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-about-wrapper {
    margin-top: 0;
  }
}

.single-about-wrapper .col-xl-6:first-child {
  margin-top: -60px;
}

.single-about-wrapper .col-xl-6:first-child .single-about {
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-about-wrapper .col-xl-6:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .single-about-wrapper .col-xl-6:first-child {
    margin-top: 30px;
  }
}

.single-about-wrapper .col-xl-6:nth-child(2) {
  margin-top: -20px;
}

.single-about-wrapper .col-xl-6:nth-child(2) .single-about {
  margin-left: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-about-wrapper .col-xl-6:nth-child(2) .single-about {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-about-wrapper .col-xl-6:nth-child(2) {
    margin-top: 0;
  }

  .single-about-wrapper .col-xl-6:nth-child(2) .single-about {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .single-about-wrapper .col-xl-6:nth-child(2) {
    margin-top: 0;
  }

  .single-about-wrapper .col-xl-6:nth-child(2) .single-about {
    margin-left: 0;
  }
}

.single-about-wrapper .col-xl-6:nth-child(3) {
  margin-top: -40px;
}

.single-about-wrapper .col-xl-6:nth-child(3) .single-about {
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-about-wrapper .col-xl-6:nth-child(3) .single-about {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-about-wrapper .col-xl-6:nth-child(3) {
    margin-top: 0;
  }

  .single-about-wrapper .col-xl-6:nth-child(3) .single-about {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .single-about-wrapper .col-xl-6:nth-child(3) {
    margin-top: 0;
  }

  .single-about-wrapper .col-xl-6:nth-child(3) .single-about {
    margin-right: 0;
  }
}

.single-about-wrapper .col-xl-6:nth-child(4) .single-about {
  margin-left: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-about-wrapper .col-xl-6:nth-child(4) .single-about {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-about-wrapper .col-xl-6:nth-child(4) .single-about {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .single-about-wrapper .col-xl-6:nth-child(4) .single-about {
    margin-left: 0;
  }
}

.about-img-wrapper3 {
  position: relative;
  z-index: 1;
}

.about-img-wrapper3 .about-one {
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-wrapper3 .about-one {
    position: relative;
  }
}

@media (max-width: 767px) {
  .about-img-wrapper3 .about-one {
    position: relative;
  }
}

.about-img-wrapper3 .about-one.img-1 {
  top: -322px;
  bottom: auto;
  left: 0;
}

.about-img-wrapper3 .about-one.img-2 {
  top: -75px;
  right: 20px;
  border: 10px solid white;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-wrapper3 .about-one.img-2 {
    top: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-img-wrapper3 .about-one.img-2 {
    top: 0;
    right: 0;
    width: 100%;
  }
}

.about-img-wrapper3 .about-one.img-3 {
  position: absolute;
  left: -37px;
  top: -214px;
  animation: float-bob-y infinite 3s linear;
  -webkit-animation: float-bob-y infinite 3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-wrapper3 .about-one.img-3 {
    left: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .about-img-wrapper3 .about-one.img-3 {
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-wrapper2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrapper2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about-content-wrapper2 {
    padding-left: 0;
  }
}

.about-content-wrapper2 .section-title2 .sect-title2 {
  margin-bottom: 20px;
}

.about-content-wrapper2 .paragraph-title {
  margin-bottom: 39px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-wrapper2 .paragraph-title {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrapper2 .paragraph-title {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .about-content-wrapper2 .paragraph-title {
    padding-right: 0;
  }
}

.about-content-wrapper2 .about-text {
  padding-right: 50px;
  margin-bottom: 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-wrapper2 .about-text {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrapper2 .about-text {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .about-content-wrapper2 .about-text {
    padding-right: 0;
  }
}

.about-content-wrapper2 .about-text .text-box {
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  width: 100px;
  height: 110px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

.about-content-wrapper2 .about-text .text-box h2 {
  color: #bb0b0b;
  font-size: 40px;
  font-weight: 700;
  padding-top: 20px;
}

.about-content-wrapper2 .about-text .text-box span {
  color: #777777;
  font-size: 12px;
  display: block;
  line-height: 16px;
}

@media (max-width: 767px) {
  .about-content-wrapper2 .about-text .text-box {
    float: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-content-wrapper2 .about-text .text-box {
    float: inherit;
  }
}

.author-media {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 21px;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .author-media {
    grid-gap: 15px;
  }
}

@media (max-width: 767px) {
  .author-media {
    display: block;
    grid-gap: 15px;
  }
}

.author-media li {
  position: relative;
  z-index: 1;
}

.author-media li:first-child::before {
  content: "";
  position: absolute;
  background-color: #f0f0f0;
  width: 1px;
  height: 50px;
  right: 20px;
  top: 9px;
  z-index: 1;
}

@media (max-width: 767px) {
  .author-media .footer__social {
    margin-top: 25px;
  }
}

.author-media .footer__social a {
  color: #040404;
  border-radius: 50%;
  background: #f2f2f2;
}

.author-media .footer__social a:hover {
  color: #ffffff;
  background: #bb0b0b;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .about-us-2 .about-content-wrapper3 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-us-2 .about-content-wrapper3 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-2 .about-content-wrapper3 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about-us-2 .about-content-wrapper3 {
    padding-left: 0;
  }
}

.about-us-2 .about-content-wrapper3 .paragraph-title {
  padding-right: 0;
  margin-top: 30px;
  margin-bottom: 29px;
}

.about-us-2 .about-content-wrapper3 .about-btn {
  margin-top: 41px;
}

.our-journey-area {
  background-image: -moz-linear-gradient(90deg, white 0%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(90deg, white 0%, #f6f6f6 100%);
  background-image: -ms-linear-gradient(90deg, white 0%, #f6f6f6 100%);
}

@media (max-width: 767px) {
  .about-btn li .theme_btn2 {
    margin-left: 0;
  }
}

.about-btn li:first-child .theme_btn2 {
  color: #ffffff;
  background: #083d59;
  border: 1px solid transparent;
}

.about-btn li:first-child .theme_btn2:hover {
  color: #083d59;
  background: transparent;
  border-color: #ededed;
}

.about-btn li:last-child .theme_btn2 {
  color: #083d59;
  border: 1px solid #ededed;
  background: transparent;
}

.about-btn li:last-child .theme_btn2:hover {
  color: #ffffff;
  background: #083d59;
}

.timeline-box {
  padding-left: 0;
  padding-right: 0;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .timeline-box {
    margin-bottom: 0;
  }
}

.timeline-box .left-content h2 {
  color: #e2b923;
  font-size: 80px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .timeline-box .left-content h2 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-box .left-content h2 {
    font-size: 60px;
  }
}

.timeline-box .left-content h2.heding-grey {
  color: #ededed;
}

.timeline-box .left-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .timeline-box .left-content h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-box .left-content h4 {
    font-size: 20px;
  }
}

.journey-list {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
  position: relative;
  z-index: 1;
  padding-left: 0;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .journey-list {
    padding-top: 0;
    grid-gap: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .journey-list {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .journey-list {
    padding-top: 0;
    display: block;
  }
}

.journey-list::before {
  content: "";
  position: absolute;
  background: url(../img/journey/time-line1.html) no-repeat;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .journey-list::before {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .journey-list::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .journey-list::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .journey-list::before {
    display: none;
  }
}

.journey-list li {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .journey-list li {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .journey-list li img {
    width: 100%;
  }
}

.journey-list li:first-child,
.journey-list li:nth-child(3),
.journey-list li:nth-child(5),
.journey-list li:nth-child(7) {
  padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .journey-list li:first-child,
  .journey-list li:nth-child(3),
  .journey-list li:nth-child(5),
  .journey-list li:nth-child(7) {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .journey-list li:first-child,
  .journey-list li:nth-child(3),
  .journey-list li:nth-child(5),
  .journey-list li:nth-child(7) {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .journey-list li:first-child,
  .journey-list li:nth-child(3),
  .journey-list li:nth-child(5),
  .journey-list li:nth-child(7) {
    padding-right: 0;
  }
}

.journey-list li:nth-child(2),
.journey-list li:nth-child(4),
.journey-list li:nth-child(6),
.journey-list li:nth-child(8) {
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  padding-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .journey-list li:nth-child(2),
  .journey-list li:nth-child(4),
  .journey-list li:nth-child(6),
  .journey-list li:nth-child(8) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .journey-list li:nth-child(2),
  .journey-list li:nth-child(4),
  .journey-list li:nth-child(6),
  .journey-list li:nth-child(8) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .journey-list li:nth-child(2),
  .journey-list li:nth-child(4),
  .journey-list li:nth-child(6),
  .journey-list li:nth-child(8) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding-left: 0;
  }
}

.services-bg {
  position: relative;
  z-index: 2;
}

.services-bg::before {
  content: "";
  position: absolute;
  background: #f6f6f6;
  width: 100%;
  height: 528px;
  left: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-bg::before {
    height: 485px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-bg::before {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .services-bg::before {
    display: none;
  }
}

.service-text {
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 19px 55px 23px 18px;
  margin: 0 0 23px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-text {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .service-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.service-text img {
  margin-right: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-text img {
    margin-right: 2px;
  }
}

.single-services {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 3;
}

.single-services .services__thumb {
  position: relative;
  z-index: 1;
}

.single-services .services__thumb img {
  width: 100%;
}

.single-services .services__content {
  background: transparent;
  position: absolute;
  z-index: 3;
  bottom: -90px;
  left: 0;
  right: 0;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services .services__content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-services .services__content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .single-services .services__content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.single-services p {
  color: #97b4c3;
  text-align: left;
  display: none;
  border-top: 1px solid #174b67;
  padding: 23px 30px 30px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services p {
    padding: 10px 5px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .single-services p {
    padding: 10px 5px;
    line-height: 18px;
  }
}

.single-services:hover .services__content {
  background: #083d59;
  bottom: -114px;
}

.single-services:hover .service-text {
  background: transparent;
  color: #ffffff;
  box-shadow: 0;
  margin-bottom: 0;
}

.single-services:hover p {
  display: block;
}

.single-services:hover .service-btn {
  color: #ffffff;
  background: #e2b923;
  padding: 16px 0;
}

.brand-area .brand-item {
  text-align: center;
}

.brand-area .brand-item .brand-front {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.brand-area .brand-item .brand-back {
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.brand-area .brand-item:hover .brand-front {
  display: none;
}

.brand-area .brand-item:hover .brand-back {
  display: inline-block;
}

.brand-area .owl-carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
  width: unset;
}

.border-line {
  border-bottom: 1px solid #e0e0e0;
}

.brand-title {
  text-align: center;
}

.brand-title h5 {
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.border-bg {
  position: relative;
  z-index: 1;
  display: block;
}

.border-bg::before {
  content: "";
  position: absolute;
  background: #e0e0e0;
  left: 0;
  top: 8px;
  z-index: 1;
  width: 45%;
  height: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .border-bg::before {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .border-bg::before {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .border-bg::before {
    display: none;
  }
}

.border-bg::after {
  content: "";
  position: absolute;
  background: #e0e0e0;
  right: 0;
  top: 8px;
  z-index: 1;
  width: 45%;
  height: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .border-bg::after {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .border-bg::after {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .border-bg::after {
    display: none;
  }
}

.services-bg2 {
  background: #f5f5f7;
  padding: 90px 60px 90px 60px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-bg2 {
    padding: 120px 15px 90px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-bg2 {
    padding: 95px 15px 30px 15px;
  }
}

@media (max-width: 767px) {
  .services-bg2 {
    padding: 20px 15px 10px 15px;
  }
}

.services-bg2 .section-titl {
  position: relative;
  z-index: 2;
}

.services-bg3 {
  background: #083d59;
  color: #fff;
  padding: 60px;
  position: relative;
  z-index: 2;
  border-radius: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-bg3 {
    padding: 120px 15px 90px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-bg3 {
    padding: 30px 25px 30px 25px;
  }
}

@media (max-width: 767px) {
  .services-bg3 {
    padding: 30px 15px 30px 15px; border-radius: 20px;
  }
}

.services-bg3 .section-titl {
  position: relative;
  z-index: 2;
}

.style-text {
  font-size: 200px;
  line-height: 1;
  background: #ffffff;
  background: -webkit-linear-gradient(to bottom, #ffffff 0%, #e7eef2 100%);
  background: -moz-linear-gradient(to bottom, #ffffff 0%, #e7eef2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e7eef2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-text {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .style-text {
    font-size: 70px;
  }
}

.single-services2 {
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 25px;
}

.single-services2:hover {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.15);
}

.single-services2 ul {
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.single-services2 .text-list li {
  color: #1d1d34;
  font-size: 14px;
  font-weight: 500;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.single-services2 .text-list li::before {
  content: "\f00c";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 7px;
  color: #f5f5f7;
  left: 0;
  top: 7px;
  z-index: 1;
  width: 15px;
  height: 15px;
  line-height: 16px;
  background: #083d59;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}

.single-services2 .services-content {
  padding: 30px 30px 15px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-services2 .services-content {
    padding: 50px 25px 35px 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services2 .services-content {
    padding: 50px 15px 35px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-services2 .services-content {
    padding: 50px 15px 35px 15px;
  }
}

@media (max-width: 767px) {
  .single-services2 .services-content {
    padding: 50px 15px 35px 15px;
  }
}

.single-services2 .services-content h4 {
  font-size: 24px;
  margin-bottom: 7px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .single-services2 .services-content h4 {
    font-size: 20px;
    text-align: center;
  }
  .seeking{padding-bottom: 20px; padding-top: 20px; border-top:1px solid #e2b923; border-left: 0px !important; border-right: 0px !important; border-bottom:1px solid #e2b923;}
}
.seeking{border-right:1px solid #e2b923; border-left:1px solid #e2b923;}
.single-services2 .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-services2 .read-btn2 {
  color: #083d59;
  background: transparent;
  border-top: 1px solid #e7eef2;
  padding: 20px 40px;
  font-weight: 700;
}

.single-services2 .read-btn2 i {
  color: #b3b3b3;
}

.single-services2 .read-btn2:hover {
  color: #ffffff;
  background: #083d59;
}

.single-services2:hover .icon {
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
}

.brand-bg {
  background: no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.brand-bg::before {
  content: "";
  position: absolute;
  background: #f5f5f7;
  /*opacity: 0.9;*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.brand-bg .brand-title {
  color: #ffffff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 4;
}

.brand-bg1 {
  background: no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.brand-bg1::before {
  content: "";
  position: absolute;
  background: #c7c7cb;
  /*opacity: 0.9;*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.brand-bg1 .brand-title1 {
  color: #ffffff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-bg .brand-title::before {
    width: 100px;
  }

  .brand-bg .brand-title::after {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .brand-bg .brand-title::before {
    display: none;
  }

  .brand-bg .brand-title::after {
    display: none;
  }
}

.brand-bg .brand-title::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
  width: 548px;
  height: 1px;
  left: -23px;
  top: 50%;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .brand-bg .brand-title::before {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-bg .brand-title::before {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .brand-bg .brand-title::before {
    display: none;
  }
}

.brand-bg .brand-title::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
  width: 548px;
  height: 1px;
  right: 23px;
  top: 50%;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .brand-bg .brand-title::after {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-bg .brand-title::after {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .brand-bg .brand-title::after {
    display: none;
  }
}

.brand-bg3 {
  background: #f7f7f7;
}

.style-text2 {
  font-size: 90px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #777777;
  opacity: 0.1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .style-text2 {
    font-size: 60px;
    display: none;
  }
}

.section-title2 {
  position: relative;
  z-index: 1;
}

.section-title2 .style-text2 {
  top: 3px;
}

.single-services3 {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
  padding: 20px 25px;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-services3 {
    padding: 20px 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services3 {
    padding: 50px 15px 25px 15px;
  }
}

@media (max-width: 767px) {
  .single-services3 {
    padding: 0px 15px 25px 15px;
  }
}

.single-services3 .shadow-text {
  font-size: 130px;
  color: #f7f7f7;
  line-height: 0.28;
  right: 20px;
  position: absolute;
  top: 60px;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services3 .shadow-text {
    font-size: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-services3 .shadow-text {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .single-services3 .shadow-text {
    font-size: 100px;
  }
}

.single-services3 .icon {
  margin-bottom: 25px;
  margin-top: 15px;
}
.single-services13 h3 {
  color: #e2b923;
  font-size: 26px;
  font-weight: 700;
  background: transparent;
}

.single-services3 h4 {
  color: #040404;
  font-size: 20px;
  margin-bottom: 18px;
}

.single-services3 p {
  line-height: 26px;
  margin-bottom: 6px;
}

.single-services3 .read-btn2 {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  background: transparent;
  padding-left: 0;
}

.single-services3 .read-btn2 i {
  margin-left: 15px;
}

.single-services3 .read-btn2:hover {
  color: #083d59;
}

.single-services3:hover .shadow-text {
  color: #f3f2f2;
}

.service-feature-bg {
  background: url(../img/services/service-bg1.html) no-repeat;
  min-height: 926px;
  background-position: center;
  display: flex;
  align-items: center;
  background-size: cover;
  position: relative;
  margin-right: 100px;
  margin-left: 100px;
  margin-bottom: -220px;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-feature-bg {
    min-height: 650px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-feature-bg {
    min-height: 620px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .service-feature-bg {
    min-height: 480px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

.service-feature-wrapper {
  padding: 95px 100px 75px 100px;
  background: #ffffff;
  border-left: 4px solid #e2b923;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .service-feature-wrapper {
    padding: 50px 50px 50px 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-feature-wrapper {
    padding: 35px 50px 25px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-feature-wrapper {
    padding: 15px 25px 15px 25px;
  }
}

@media (max-width: 767px) {
  .service-feature-wrapper {
    padding: 15px 15px 15px 15px;
  }
}

.service-feature-wrapper .sect-title {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .service-feature-wrapper .sect-title {
    margin-bottom: 10px;
  }
}

.service-feature-wrapper .feature-btn-list {
  padding: 0;
  margin: 0;
}

.service-feature-wrapper .feature-btn-list li {
  padding: 21px 0 25px 0;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-feature-wrapper .feature-btn-list li {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .service-feature-wrapper .feature-btn-list li {
    padding: 8px 0;
  }
}

.service-feature-wrapper .feature-btn-list li:nth-child(2) {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .service-feature-wrapper .feature-btn-list li:nth-child(2) {
    border: 0;
  }
}

.service-feature-wrapper .service-btn {
  color: #083d59;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-feature-wrapper .service-btn {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .service-feature-wrapper .service-btn {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .service-feature-wrapper .service-btn img {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-feature-wrapper .service-btn img {
    display: inline-block;
  }
}

.service-feature-wrapper .service-btn i {
  color: #c7c7c7;
  position: absolute;
  right: 0;
  top: 50%;
}

.service-feature-wrapper .service-btn span {
  margin-left: 35px;
  max-width: 200px;
  width: 100%;
  display: inline-block;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}

@media (max-width: 767px) {
  .service-feature-wrapper .service-btn span {
    margin-left: 0;
  }
}

.s-sub-title {
  font-size: 30px;
}

@media (max-width: 767px) {
  .s-sub-title {
    font-size: 20px;
  }
}

.details-box {
  border: 1px solid #f2f2f2;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 30px 20px 20px 20px;
  position: relative;
  border-radius: 2rem;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .details-box {
    padding: 50px 20px 40px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .details-box {
    padding: 50px 15px 40px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details-box {
    padding: 50px 15px 40px 15px;
  }
}

@media (max-width: 767px) {
  .details-box {
    padding: 50px 15px 40px 15px;
  }
}

.details-box .shadow-text {
  font-size: 100px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #777777;
  opacity: 0;
  line-height: 0.28;
  right: 7px;
  position: absolute;
  top: 38px;
  z-index: -1;
}

.details-box .shadow-text1 {
  font-size: 60px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #777777;
  opacity: 0.2;
  line-height: 0.28;
  color: #f7f7f7;
  right: 10px;
  position: absolute;
  top: 38px;
  z-index: -1;
}

.details-box img {
  position: relative;
  z-index: 3;
}

.details-box h5 {
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .details-box h5 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details-box h5 {
    font-size: 16px;
  }
}

.details-box p {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1f;
}
/*.details-box:hover {
  background: #f5f5f7;
}*/

.details-box:hover .shadow-text {
  opacity: 0.3;
}

.details-box:hover h5 {
  color: #1d1d1f;
}

.details-box:hover p {
  color: #1d1d1f;
}

.services-left p a {
  color: #083d59;
  font-weight: 700;
  border-bottom: 1px solid #083d59;
}

.blockquote {
  padding: 50px 75px 50px 75px;
  margin-bottom: 53px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blockquote {
    padding: 50px 20px 50px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blockquote {
    padding: 50px 20px 50px 20px;
  }
}

@media (max-width: 767px) {
  .blockquote {
    padding: 40px 15px 30px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blockquote {
    padding: 50px 20px 45px 20px;
  }
}

.blockquote .q-icon {
  margin-bottom: 33px;
}

.blockquote p.h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .blockquote p.h4 {
    font-size: 20px;
  }
}

.blockquote::before {
  position: absolute;
  content: "";
  background: url(../img/services/quote-lg.html) no-repeat;
  right: 62px;
  text-align: center;
  z-index: 1;
  width: 256px;
  height: 190px;
  z-index: -1;
}

.blockquote .author-img {
  margin-right: 17px;
}

.blockquote .author-img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blockquote .author-content {
  margin-top: 4px;
}

.blockquote .author-content p {
  text-align: left;
}

@media (max-width: 767px) {
  .ham-icons {
    margin: 15px 0 35px 0;
  }
}

@media (max-width: 767px) {
  .next-box .author-img {
    margin-left: 0;
    margin-right: 20px;
  }
}

.services-area.home-4 .services-bg2 .container h2.style-text {
  font-size: 140px;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(to top, #fff 0%, #010608 100%);
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(255, 255, 255, 0.3281687675) 0%,
    rgba(0, 0, 0, 0.2077205882) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 97px;
  left: 5px;
  z-index: -1;
}

@media (max-width: 768px) {
  .services-area.home-4 .services-bg2 .container h2.style-text {
    font-size: 100px;
    top: 60px;
  }
}

@media (max-width: 576px) {
  .services-area.home-4 .services-bg2 .container h2.style-text {
    font-size: 60px;
  }
}

.services-area.home-4
  .services-bg2
  .container
  .section-title
  .semi-title.semi-grey {
  font-size: 14px;
  font-weight: 700;
  color: #0030b8;
}

.services-area.home-4 .services-bg2 .container .section-title .sect-title {
  color: #333333;
}

.services-area.home-4
  .services-bg2
  .container
  .single-services2
  .services-content
  .icon {
  width: 90px;
}

.services-area.home-4
  .services-bg2
  .container
  .single-services2
  .services-content
  h4 {
  color: #333333;
}

.services-area.home-4 .services-bg2 .container .single-services2 .read-btn2 {
  color: #0030b8;
}

.services-area.home-4
  .services-bg2
  .container
  .single-services2
  .read-btn2:hover {
  color: #fff;
  background-color: #0030b8;
}

.services-area.home-4
  .services-bg2
  .container
  .single-services2
  .read-btn2:hover
  i {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-content-wrapper {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-content-wrapper {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .faq-content-wrapper {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-content-wrapper .sect-title {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-content-wrapper .sect-title {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .faq-content-wrapper .sect-title {
    padding-right: 0;
  }
}

.faq-que-list .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.faq-que-list .accordion-item {
  margin-bottom: 15px;
  border: 0;
}

.faq-que-list .accordion-item:first-of-type {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
}

.faq-que-list .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq-que-list .accordion-item .accordion-button {
  color: #083d59;
  font-family: 'Raleway', 'Open Sans', sans-serif;;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 20px 30px;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0;
}

.faq-que-list .accordion-item .accordion-button span {
  color: #e2b923;
  margin-right: 14px;
}

.faq-que-list .accordion-item .accordion-button::before {
  content: "\f068";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  font-weight: 300;
  color: #083d59;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}

.faq-que-list .accordion-item .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  border: 0;
}

@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 26px 10px;
    font-size: 14px;
  }

  .faq-que-list .accordion-item .accordion-button::before {
    right: 15px;
    font-size: 14px;
  }

  .faq-que-list .accordion-item .accordion-button span {
    margin-right: 5px;
  }
}

.faq-que-list .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: 0;
}

.faq-que-list .accordion-item .collapsed {
  color: #083d59;
  background-color: #f8f6f6;
  padding-bottom: 24px;
  padding-top: 20px;
}

.faq-que-list .accordion-item .collapsed::before {
  content: "\f067";
}

.faq-que-list .accordion-item .accordion-body {
  padding: 18px 30px 24px 30px;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-body {
    padding: 15px 0 5px;
  }

  .faq-que-list .accordion-item .accordion-body p {
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-body {
    padding: 18px 10px 20px 10px;
  }
}

.faq-img-wrapper {
  position: relative;
  z-index: 1;
}

.dodle-1 {
  border-radius: 50%;
  background-color: #e2b923;
  position: absolute;
  left: 37%;
  top: 63px;
  width: 6px;
  height: 6px;
  z-index: 9;
}

.img-one {
  position: absolute;
  z-index: 1;
}

.img-one.one {
  border-radius: 50%;
  left: 66px;
  top: 71px;
  border-radius: 50%;
  animation: scale-up-one infinite 3s alternate-reverse;
  -webkit-animation: scale-up-one infinite 3s alternate-reverse;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.img-one.two {
  border-radius: 50%;
  left: 173px;
  bottom: 112px;
  border-radius: 50%;
  animation: scale-up-one infinite 5s alternate-reverse;
  -webkit-animation: scale-up-one infinite 5s alternate-reverse;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.img-one.three {
  right: 10px;
  top: 64px;
  animation: float-bob-y infinite 3s linear;
  -webkit-animation: float-bob-y infinite 3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .img-one.three {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .img-one.three {
    max-width: 50%;
  }
}

.faq-content-wrapper2 .semi-title2::after {
  display: none;
}

.faq-content-wrapper2 .faq-que-list .accordion-item {
  box-shadow: 0;
  margin-bottom: 0;
}

.faq-content-wrapper2 .faq-que-list .accordion-item:first-of-type .collapsed {
  border-top: 1px solid #efefef;
}

.faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button {
  color: #040404;
  border: 0;
  padding-left: 0;
  padding-bottom: 26px;
  padding-top: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button {
    font-size: 15px;
  }
}

.faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button::before {
  color: #e2b923;
  right: 0;
}

.faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button span {
  color: #dbdbdb;
  margin-right: 5px;
}

.faq-content-wrapper2 .faq-que-list .accordion-item .collapsed {
  color: #040404;
  background: transparent;
  border-bottom: 1px solid #efefef;
}

.faq-content-wrapper2 .faq-que-list .accordion-item .collapsed::before {
  color: #dbdbdb;
}

.faq-content-wrapper2 .faq-que-list .accordion-item .collapsed span {
  color: #dbdbdb;
}

.faq-content-wrapper2 .faq-que-list .accordion-item .accordion-body {
  padding-top: 0;
  box-shadow: 0;
  border-bottom: 1px solid #efefef;
}

.faq-wrap3 .faq-que-list .accordion-item .accordion-button {
  color: #083d59;
}

.faq-wrap3 .faq-que-list .accordion-item .accordion-button::before {
  color: #e2b923;
}

.faq-wrap3 .faq-que-list .accordion-item .accordion-button span {
  color: #e2b923;
}

.faq-wrap3 .faq-que-list .accordion-item .accordion-button.collapsed {
  color: #083d59;
}

.faq-wrap3 .faq-que-list .accordion-item .accordion-button.collapsed::before {
  color: #dbdbdb;
}

.faq-wrap3 .faq-que-list .accordion-item .accordion-button.collapsed span {
  color: #dbdbdb;
}

.faq-que-list4 .accordion-item .accordion-button {
  background: #ffffff;
}

.faq-que-list4 .accordion-item .accordion-button::before {
  color: #dbdbdb;
}

.faq-que-list4 .accordion-item .accordion-button span {
  color: #dbdbdb;
}

.faq-que-list4 .accordion-item .accordion-button.collapsed::before {
  color: #dbdbdb;
}

.faq-que-list4 .accordion-item .accordion-button.collapsed span {
  color: #dbdbdb;
}

.read-btn {
  text-align: end;
  background: #ffffff;
  padding: 16px 20px;
  display: inline-block;
  transform: translateX(40%);
  -webkit-transform: translateX(44%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .read-btn {
    transform: translateX(39%);
    -webkit-transform: translateX(39%);
    -moz-transform: translateX(39%);
    -ms-transform: translateX(39%);
    -o-transform: translateX(39%);
  }
}

.read-btn::before {
  content: "";
  position: absolute;
  background-color: #e2b923;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 0;
  z-index: -1;
}

.read-btn i {
  margin-left: 80px;
  font-weight: 300;
}

.single-portfolio {
  padding: 23px 0 0 0;
}

.single-portfolio p {
  color: #999999;
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 5px;
}

.single-portfolio h5 {
  padding-bottom: 30px;
  padding-left: 30px;
}

.single-portfolio .read-btn {
  color: #c9c9c9;
  padding: 13px 21px;
}

.portfolio-wrapper .single-portfolio img {
  display: inline-block;
  width: unset;
  max-width: 100%;
}

.portfolio-wrapper:hover .read-btn {
  color: #ffffff;
}

.portfolio-wrapper:hover .read-btn::before {
  height: 100%;
  bottom: 0;
}

.portfolio-nav {
  position: relative;
  z-index: 5;
}

.portfolio-nav .owl-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -146px;
  z-index: 111;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-nav .owl-nav {
    bottom: -44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-nav .owl-nav {
    bottom: -20px;
  }
}

.portfolio-nav .owl-nav button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 60px;
  height: 60px;
}

.portfolio-nav .owl-nav button.owl-prev {
  color: #ffffff;
  background: #083d59;
  left: 45%;
  top: auto;
}

.portfolio-nav .owl-nav button.owl-prev:hover {
  background: #ffffff;
  color: #999999;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.portfolio-nav .owl-nav button.owl-next {
  right: 45%;
  top: auto;
  background: #ffffff;
  color: #999999;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.portfolio-nav .owl-nav button.owl-next:hover {
  background: #083d59;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-nav .owl-nav button.owl-prev {
    left: 43%;
  }

  .portfolio-nav .owl-nav button.owl-next {
    right: 43%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-nav .owl-nav button.owl-prev {
    left: 40.5%;
  }

  .portfolio-nav .owl-nav button.owl-next {
    right: 40.5%;
  }
}

.portfoilo-section {
  position: relative;
  z-index: 2;
}

.portfoilo-section::before {
  content: "";
  position: absolute;
  background: url(../img/portfolio/pattern-bg1.html) no-repeat left top;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 0;
  z-index: -1;
}

.portfoilo-section .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: -73px;
}

.portfolio-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
/*.portfolio-container .owl-carousel .owl-stage-outer {
    margin-top: 130px; }*/
.portfolio-container.portfolio-nav .owl-nav {
  text-align: center;
  position: absolute;
  left: auto;
  right: 16.4%;
  top: -130px;
  bottom: auto;
  z-index: 111;
}

.portfolio-container.portfolio-nav .owl-nav button {
  border: 2px solid #f0f0f0;
  width: 50px;
  height: 50px;
  box-shadow: 0;
  line-height: 50px;
  background: transparent;
  margin-left: 14px;
}

.portfolio-container.portfolio-nav .owl-nav button i {
  color: #083d59;
}

.portfolio-container.portfolio-nav .owl-nav button:hover {
  border-color: #e2b923;
  background: #e2b923;
}

.portfolio-container.portfolio-nav .owl-nav button:hover i {
  color: #ffffff;
}

.portfolio-wrapper2 {
  position: relative;
  z-index: 1;
}

.portfolio-wrapper2::before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.70196) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.70196) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.70196) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-wrapper2::after {
  content: "";
  position: absolute;
  background-color: #083d59;
  opacity: 0.902;
  clip-path: polygon(100% 0, 100% 100%, 44.5% 100%, 0% 65%, 0 0);
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 0;
  z-index: 1;
}

.portfolio-wrapper2 img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .portfolio-wrapper2 img {
    width: 100%;
  }
}

.portfolio-wrapper2 .single-portfolio {
  padding: 0;
  position: absolute;
  left: 50px;
  top: auto;
  bottom: 47px;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-wrapper2 .single-portfolio {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .portfolio-wrapper2 .single-portfolio {
    left: 15px;
    bottom: 25px;
  }
}

.portfolio-wrapper2 .single-portfolio p {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 0;
  margin-bottom: 3px;
}

.portfolio-wrapper2:hover::before {
  background-image: unset;
  background: #e2b923;
  opacity: 0.902;
  clip-path: polygon(0 64.6%, 0% 100%, 45.5% 100%);
}

.portfolio-wrapper2:hover::after {
  height: 100%;
}

.portfolio-wrapper2:hover .single-portfolio {
  top: 10%;
  bottom: auto;
}

.portfolio-wrapper2:hover .pf-btn {
  transform: scale(1);
}

.pf-btn {
  color: #083d59;
  background: #ffffff;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 3;
  left: 15%;
  bottom: 12.5%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pf-btn:hover {
  color: #ffffff;
  background: #e2b923;
}

.portfolio-title {
  font-size: 24px;
  line-height: 1.5;
}

.portfoilo-section2 .portfolio-container .owl-nav {
  display: none;
}

.portfoilo-section2 .portfolio-container .owl-carousel .owl-stage-outer {
  margin-top: 0;
}

.portfolio-mt-0 .portfolio-container .owl-nav {
  display: none;
}

.portfolio-mt-0 .portfolio-container .owl-carousel .owl-stage-outer {
  margin-top: 0;
}

.portfolio-section-title .semi-title2::after {
  display: none;
}

.case-btn {
  color: #bb0b0b;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px;
}

.case-btn i {
  margin-left: 10px;
  font-weight: 300;
}

.case-btn:hover {
  color: #040404;
}

.portfolio-menu {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.gf_btn {
  border: 0;
  background: transparent;
  color: #999999;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin: 5px 10px 2px 10px;
  padding: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .gf_btn {
    margin: 5px 5px;
  }
}

.gf_btn::before {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 4px;
  left: 0;
  top: auto;
  bottom: -25px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .gf_btn::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gf_btn::before {
    display: inline-block;
  }
}

.gf_btn.active {
  color: #083d59;
}

.gf_btn.active::before {
  background: #e2b923;
}

@media (max-width: 767px) {
  .pf-mason .portfolio-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pf-mason .portfolio-title {
    font-size: 18px;
  }
}

.portfolio-wrapper-3::after {
  display: none;
}

.portfolio-wrapper-3 .portfolio-thumb {
  margin-bottom: 9px;
  position: relative;
  z-index: 1;
}

.portfolio-wrapper-3 .portfolio-thumb::before {
  content: "";
  position: absolute;
  background: #bb0b0b;
  opacity: 0.902;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.portfolio-wrapper-3 .single-portfolio p {
  padding-left: 0;
  margin-bottom: 2px;
}

.portfolio-wrapper-3:hover .portfolio-thumb::before {
  height: 100%;
}

.portfolio-wrapper-3:hover .pf-btn2 {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}

.portfolio-wrapper-3:hover .portfolio-title {
  text-decoration: underline;
}

.pf-btn2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
}

.pf-btn2:hover {
  color: #ffffff;
  background: #bb0b0b;
}

.client-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 35px;
  margin-bottom: 53px;
}

.client-values ul {
  padding: 0;
  margin: 0;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .client-values ul {
    padding-left: 0;
  }
}

.client-values ul li {
  display: inline-block;
  color: #777777;
  font-size: 16px;
  margin-right: 50px;
  padding: 15px 0 17px 0;
}

.client-values ul li:last-child {
  margin-right: 0;
}

.client-values ul li b {
  color: #083d59;
}

@media (max-width: 767px) {
  .client-values .live-view {
    padding-bottom: 15px;
  }
}

.letter-box {
  overflow: hidden;
}

.letter-box .a-tag {
  color: #083d59;
  font-size: 50px;
  font-weight: 700;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  width: 70px;
  height: 70px;
  float: left;
  text-align: center;
  line-height: 70px;
  text-transform: uppercase;
  margin-right: 30px;
  transform: translateY(7px);
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
}

.vision-wrapper h5 {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 22px;
}

.pf-sec-3::before {
  display: none;
}

.home-4 .portfolio-wrapper-3::after {
  display: none;
}

.home-4 .portfolio-wrapper-3 .portfolio-thumb {
  margin-bottom: 9px;
  position: relative;
  z-index: 1;
}

.home-4 .portfolio-wrapper-3 .portfolio-thumb::before {
  content: "";
  position: absolute;
  background: #0030b8;
  opacity: 0.902;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home-4 .portfolio-wrapper-3 .single-portfolio p {
  padding-left: 0;
  margin-bottom: 2px;
  color: #0030b8;
}

.home-4 .portfolio-wrapper-3:hover .portfolio-thumb::before {
  height: 100%;
}

.home-4 .portfolio-wrapper-3:hover .pf-btn2:hover {
  color: #ffffff;
  background: none;
}

.home-4 .portfolio-wrapper-3:hover .portfolio-title {
  text-decoration: underline;
}

.cta-bg {
  position: relative;
  z-index: 2;
  background: url(../img/cta/cta-bg1.html) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.cta-bg::before {
  content: "";
  position: absolute;
  background: #e2b923;
  opacity: 0.961;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.cta-title {
  color: #1d1d1f;
  font-size: 30px;
  line-height: 1.51;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-title {
    font-size: 35px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cta-title {
    font-size: 35px;
    text-align: center;
  }
}

.cta-box {
  text-align: start;
  position: relative;
  z-index: 2;
  background: #083d59;
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 15px 30px 21px;
}

.cta-box .cta-icon {
  position: absolute;
  right: -11px;
  top: -17px;
  z-index: -1;
}

.cta-box span {
  color: #7e99a7;
  font-size: 14px;
  display: inline-block;
}

.cta-box h5 {
  color: #ffffff;
}

.cta-bg2 {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 34px;
  padding-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-bg2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cta-bg2 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cta-bg2 h4 {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .cta-bg2 h4 {
    font-size: 20px;
  }
}

.cta-bg2 .theme_btn {
  padding: 18px 30px;
  text-transform: capitalize;
}

.cta-area.home-4 .cta-bg2.heding-bg {
  background-color: #0030b8;
}

.cta-area.home-4 .cta-bg2.heding-bg .theme_btn {
  font-weight: 700;
  fill: #0030b8;
  color: #0030b8;
  background-color: #ffffff;
  border-radius: 30px 30px 30px 30px;
  padding: 21px 40px 21px 40px;
}

.adress-list {
  padding: 0;
  margin: 0;
}

.adress-list li {
  color: #777777;
  font-size: 18px;
  margin-bottom: 10px;
}

.adress-list li i {
  color: #083d59;
  margin-right: 15px;
}

.adress-list li:hover {
  color: #083d59;
}

.map-area iframe {
  width: 100%;
  height: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-wrapper {
    padding-right: 0;
  }

  .contact-wrapper::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact-wrapper {
    padding-right: 0;
  }

  .contact-wrapper::before {
    display: none;
  }
}

.contact-wrapper.border-line {
  border: 0;
  position: relative;
  z-index: 1;
}

.contact-wrapper.border-line::before {
  content: "";
  position: absolute;
  background: #e4e4e4;
  right: 40px;
  top: 45px;
  width: 1px;
  height: 85%;
  z-index: 1;
}

.contact-form .input-box {
  position: relative;
  z-index: 1;
}

.contact-form .input-box::before {
  content: "\f007";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  color: #083d59;
  left: 28px;
  top: 17px;
  z-index: 2;
}

.contact-form .input-box.mail-input::before {
  content: "\f0e0";
}

.contact-form .input-box.bud-input::before {
  content: "\f155";
}

.contact-form .input-box.sub-input::before {
  content: "\f02d";
}

.contact-form input {
  color: #c3c3c3;
  font-size: 14px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 100%;
  height: 58px;
  z-index: 1;
  padding-left: 55px;
}

.contact-form input:focus {
  color: #083d59;
}

.contact-form input::placeholder {
  color: #c3c3c3;
}

.contact-form input::-moz-placeholder {
  color: #c3c3c3;
}

.contact-form input::-webkit-placeholder {
  color: #c3c3c3;
}

.contact-form input::-o-placeholder {
  color: #c3c3c3;
}

.contact-form textarea {
  color: #c3c3c3;
  font-size: 14px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 100%;
  height: 180px;
  z-index: 1;
  padding-left: 55px;
  padding-top: 16px;
  resize: none;
  position: relative;
  z-index: 1;
}

.contact-form textarea .text-input::before {
  content: "\f007";
  left: 28px;
  top: 20px;
}

.contact-form textarea:focus {
  color: #083d59;
}

.contact-form textarea::placeholder {
  color: #c3c3c3;
}

.contact-form textarea::-moz-placeholder {
  color: #c3c3c3;
}

.contact-form textarea::-webkit-placeholder {
  color: #c3c3c3;
}

.contact-form textarea::-o-placeholder {
  color: #c3c3c3;
}

.job-select {
  color: #c3c3c3;
  font-size: 14px;
  border: 1px solid #ececec;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 100%;
  height: 58px;
  z-index: 1;
  padding-left: 55px;
  line-height: 52px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.job-select::after {
  border: 0;
  content: "\f078";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  font-weight: 300;
  right: 30px;
  top: 60%;
  transform: translateY(-52%);
  z-index: 1;
  -webkit-transform: translateY(-52%);
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
}

.job-select.open::after {
  top: 48%;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.input-box.sub-input {
  position: relative;
  z-index: 11;
}

.input-box.sub-input::before {
  z-index: 11;
}

.job-select {
  color: #c3c3c3;
  font-size: 14px;
  border: 1px solid #ececec;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 100%;
  height: 58px;
  z-index: 1;
  padding-left: 55px;
  line-height: 52px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.job-select::after {
  border: 0;
  content: "\f078";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  font-weight: 300;
  right: 30px;
  top: 15%;
  transform: translateY(-18%);
  z-index: 1;
  -webkit-transform: translateY(-18%);
  -moz-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  -o-transform: translateY(-18%);
}

.job-select:active,
.job-select.open,
.job-select:focus {
  border-color: #ececec;
}

.job-select.open {
  border-color: 0;
}

.job-select.open:active,
.job-select.open:focus {
  border-color: 0;
}

.job-select.open .list {
  width: 100%;
  position: absolute;
  z-index: 100;
}

.job-select.open::after {
  top: 52px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.form-btn {
  background: #e2b923;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 21px 40px;
  border: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-btn i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-btn:hover {
  background: #083d59;
}

.form-btn:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.cta-full {
  position: relative;
  z-index: 1;
}

.cta-full::before {
  content: "";
  position: absolute;
  background: #bb0b0b;
  width: 200px;
  height: 200px;
  border-radius: 0 100% 0 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  -webkit-border-radius: 0 100% 0 0;
  -moz-border-radius: 0 100% 0 0;
  -ms-border-radius: 0 100% 0 0;
  -o-border-radius: 0 100% 0 0;
}

@media (max-width: 767px) {
  .cta-full::before {
    display: none;
  }
}

.cta-full .shape-one {
  position: absolute;
  right: 78px;
  top: 112px;
  z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-full .shape-one {
    top: 20px;
  }
}

@media (max-width: 767px) {
  .cta-full .shape-one {
    display: none;
  }
}

.cta-full .cta-bg {
  text-align: center;
  background: url(../img/cta/cta-bg2.html) no-repeat;
  min-height: 584px;
  display: flex;
  align-items: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .cta-full .cta-bg {
    min-height: 460px;
  }
}

.cta-full .cta-bg::before {
  background: #040404;
  opacity: 0.502;
  z-index: -1;
}

.cta-full .cta-bg::after {
  content: "";
  position: absolute;
  background: #bb0b0b;
  width: 179px;
  height: 350px;
  border-radius: 0 0 0 200px;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-border-radius: 0 0 0 200px;
  -moz-border-radius: 0 0 0 200px;
  -ms-border-radius: 0 0 0 200px;
  -o-border-radius: 0 0 0 200px;
}

@media (max-width: 767px) {
  .cta-full .cta-bg::after {
    display: none;
  }
}

.cta-full .cta-bg .cta-wrapper {
  position: relative;
  z-index: 5;
}

.cta-full .cta-bg .cta-wrapper .sect-title2 {
  line-height: 1.21;
}

.cta-full .cta-bg .cta-wrapper .btn-list {
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-full .cta-bg {
    min-height: 420px;
  }
}

.cta-full .semi-title2::before {
  background: #ffffff;
}

.cta-full .semi-title2::after {
  background: #ffffff;
}

.cta-full2::before {
  background: #e2b923;
}

.cta-full2 .cta-bg::before {
  background: #083d59;
}

.cta-full2 .cta-bg::after {
  background: #e2b923;
}

.contact-border {
  border-bottom: 1px solid #f2f2f2;
}

.contact-img-wrapper {
  position: relative;
  z-index: 1;
}

.contact-img-wrapper .icons {
  position: absolute;
  z-index: 3;
  left: 166px;
  top: 50%;
  text-align: center;
  background: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-img-wrapper .icons {
    left: 40px;
  }
}

@media (max-width: 767px) {
  .contact-img-wrapper .icons {
    left: 10px;
  }
}

.contact-box {
  border: 1px solid #e7e7e7;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.03);
  padding: 47px 35px 42px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-box {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-box {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .contact-box {
    padding: 30px 15px;
  }
}

.contact-box .theme_btn {
  color: #083d59;
  background: #f7f7f7;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}

.contact-box .theme_btn i {
  color: #083d59;
  margin-left: 18px;
}

.contact-box .theme_btn:hover {
  color: #ffffff;
  background: #e2b923;
}

.contact-box .theme_btn:hover i {
  color: #ffffff;
}

.contact-map-area .map-area iframe {
  min-height: 701px;
  border: 0;
  margin-bottom: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-map-area .map-area iframe {
    min-height: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map-area .map-area iframe {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .contact-map-area .map-area iframe {
    min-height: 400px;
  }
}

.home-4 .container .contact-wrapper ul.adress-list li i {
  color: #0030b8;
}

.home-4 .container .contact-form .input-box::before {
  color: #0030b8;
}

.blogs {
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}

.blogs .blogs__thumb img {
  width: 100%;
}

.blogs::before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blogs::after {
  content: "";
  position: absolute;
  background: #e2b923;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blogs__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.blogs__thumb img {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blogs .tag {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: #e2b923;
  padding: 11px 21px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 60%;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs .tag {
    top: 42%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs .tag {
    top: 48%;
  }
}

@media (max-width: 767px) {
  .blogs .tag {
    top: 48%;
  }
}

.blogs__meta span {
  color: #777777;
  font-size: 14px;
}

.blogs__meta span.author {
  color: #083d59;
  font-weight: 700;
}

.blogs .blog-title:hover {
  text-decoration: underline;
}

.blogs:hover::before {
  width: 0;
  right: 0;
}

.blogs:hover::after {
  width: 100%;
}

.blogs:hover .blogs__thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.blog-title {
  color: #083d59;
  font-size: 20px;
  line-height: 1.6;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-2 {
  background: #ffffff;
  padding-bottom: 30px;
}

.blog-2::before {
  left: auto;
  right: -35px;
  top: 0;
  background-color: gainsboro;
  width: 1px;
  height: 100%;
}

@media (max-width: 767px) {
  .blog-2::before {
    display: none;
  }
}

.blog-2::after {
  display: none;
}

.blog-2 .blog-title2 {
  font-size: 30px;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-2 .blog-title2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog-2 .blog-title2 {
    font-size: 20px;
  }
}

.blog-2 .blog-title2:hover {
  text-decoration: underline;
}

.blog-2 .blogs__meta {
  margin-bottom: 9px;
}

.blog-2 .blogs__meta.bm-2 {
  margin-bottom: 6px;
}

.blog-2 .blog-content {
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-2 .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .blog-2 .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-2 .blog-content .tag {
  top: 56%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-2 .blog-content .tag {
    top: 56%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-2 .blog-content .tag {
    top: 53%;
  }
}

@media (max-width: 767px) {
  .blog-2 .blog-content .tag {
    top: 43%;
  }
}

.blog-2:hover::before {
  display: none;
}

.blog-text {
  font-size: 20px;
}

.blog-text a {
  color: #e2b923;
  font-size: 14px;
}

.blog-text:hover a {
  color: #083d59;
}

.blog-2b::before {
  display: none;
}

.blog-area3 .semi-title2::after {
  display: none;
}

.blog-area3.portfolio-nav .owl-nav {
  text-align: end;
  position: absolute;
  top: -135px;
  right: 0;
  left: auto;
}

.blog-area3.portfolio-nav .owl-nav button {
  font-size: 18px;
  border: 2px solid #f2f2f2;
  background: #e8e8e8;
  color: #1d1d1f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 54px;
}

.blog-area3.portfolio-nav .owl-nav button.owl-next {
  color: #1d1d1f;
  margin-left: 15px;
}

.blog-area3.portfolio-nav .owl-nav button.owl-next:hover {
  color: #ffffff !important;
  background: #083d59;
}

.blog-area3.portfolio-nav .owl-nav button.owl-prev {
  color: #1d1d1f;
}

.blog-area3.portfolio-nav .owl-nav button.owl-prev:hover {
  color: #ffffff;
  background: #083d59;
}

.blog-area3 .owl-carousel i {
  background: transparent;
  padding: 4px 6px;
  color: #1d1d1f;
  border-radius: 50%;
  text-align: right;
  float: right;
  margin: 10px;
  font-weight: 500;
}

.blog-area3 .owl-carousel i:hover {
  color: #fff;
}

.blog-area3 .semi-title {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.blogs3 {
  padding-bottom: 0;
}

.blogs3::before {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.blogs3 .tag {
  color: #bb0b0b;
  background: #ffffff;
  left: 30px;
  top: 41px;
  right: auto;
  padding: 4px 8px;
}

.blogs3 .blogs-content {
  padding: 23px 70px 23px 30px;
}

.blogs3 img {
  border-radius: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs3 .blogs-content {
    padding: 23px 30px 30px 20px;
  }
}

@media (max-width: 767px) {
  .blogs3 .blogs-content {
    padding: 23px 15px 30px 15px;
  }
}

.blogs3 .blogs-content .blogs__meta {
  margin-bottom: 6px;
}

.blogs3 .blogs-content .blog-title {
  line-height: 1.5;
}

.blogs3 .read-btn {
  color: #cecdcd;
  display: inline-block;
  padding: 0;
  transform: translateY(0);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}

.blogs3 .read-btn i {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blogs3 .read-btn:hover {
  color: #bb0b0b;
}

.blogs3 .read-btn:hover i {
  display: inline-block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.blog-4 {
  border: 1px solid #e7e7e7;
}

.blog-4::before {
  display: none;
}

.blog-4::after {
  display: none;
}

.blog-4 .blog__thumb {
  position: relative;
}

.blog-4 .blog-content {
  padding: 0 55px 7px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-4 .blog-content {
    padding: 0 20px 0 20px;
  }
}

@media (max-width: 767px) {
  .blog-4 .blog-content {
    padding: 0 15px 0 15px;
  }
}

.blog-4 .blog-title {
  font-size: 34px;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-4 .blog-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-4 .blog-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .blog-4 .blog-title {
    font-size: 20px;
  }
}

.blog-4 p {
  margin-bottom: 25px;
}

.blog-4 .blogs__meta {
  border-top: 1px solid #e7e7e7;
  padding-top: 19px;
}

.blog-4 .blogs__meta span {
  display: inline-block;
  margin-right: 65px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-4 .blogs__meta span {
    margin-right: 8px;
  }
}

.blog-4 .blogs__meta span.border-line2::before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  left: -30px;
  top: 7px;
  width: 2px;
  height: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .blog-4 .blogs__meta span.border-line2::before {
    display: none;
  }
}

.blog-4 .blogs__meta span.border-line2::after {
  content: "";
  position: absolute;
  background: #e7e7e7;
  right: -30px;
  top: 7px;
  width: 2px;
  height: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .blog-4 .blogs__meta span.border-line2::after {
    display: none;
  }
}

.blog-4 .blogs__meta span i {
  color: #083d59;
  margin-right: 4px;
}

.blog-4 .tag {
  right: auto;
  left: 50px;
  top: auto;
  bottom: -37px;
  display: inline-block;
}

@media (max-width: 767px) {
  .blog-4 .tag {
    display: none;
  }
}

.blog-4 .commentor {
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 50px;
  bottom: -30px;
  display: inline-block;
  z-index: 1;
  padding: 10px 35px 10px 10px;
}

.blog-4 .commentor img {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.blog-4 .commentor b {
  color: #083d59;
}

.blog-4 .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
}

.blog-4 .owl-nav button {
  color: rgba(250, 250, 250, 0.4);
  position: absolute;
  z-index: 1;
}

.blog-4 .owl-nav button i {
  font-size: 30px;
}

.blog-4 .owl-nav button:hover {
  color: #ffffff;
}

.blog-4 .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}

.blog-4 .owl-nav button.owl-prev {
  left: 30px;
}

.quote-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 35px 58px 50px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .quote-box {
    padding: 45px 15px 45px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quote-box {
    padding: 45px 15px 45px 15px;
  }
}

@media (max-width: 767px) {
  .quote-box {
    display: block;
    padding: 45px 15px 45px 15px;
  }
}

.quote-box::before {
  content: "";
  position: absolute;
  background: url(../img/blog/icon-lg.html) no-repeat;
  right: 30px;
  top: 36px;
  width: 146px;
  height: 151px;
  z-index: -1;
}

.quote-box .quote-icon {
  width: 78px;
  height: 80px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .quote-box .quote-icon {
    margin-bottom: 15px;
  }
}

.quote-box .blog-title {
  font-size: 34px;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .quote-box .blog-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quote-box .blog-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .quote-box .blog-title {
    font-size: 20px;
  }
}

.page-navigation .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-navigation .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-navigation .page-item:last-child .page-link:hover img {
  filter: brightness(1) invert(1);
}

.page-navigation .page-link {
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #eeeeee;
  background: rgba(246, 246, 246, 0);
  width: 54px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 7px;
  padding: 0;
}

@media (max-width: 767px) {
  .page-navigation .page-link {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin: 0 2px;
  }
}

.page-navigation .page-link:hover,
.page-navigation .page-link:focus {
  z-index: 2;
  color: #ffffff;
  background: #083d59;
  border-color: #083d59;
  outline: none;
  box-shadow: none;
}

.blog-post {
  display: flex;
  align-items: center;
}

.blog-post .post-content {
  margin-left: 20px;
}

.blog-post .post-content h6 {
  line-height: 1.4;
}

.blog-post .post-content h6 a {
  color: #083d59;
}

.blog-post .post-content h6 a:hover {
  color: #e2b923;
}

.blog-post .post-content span i {
  color: #083d59;
  margin-right: 5px;
}

.news-details-left {
  border: 2px solid #f4f4f4;
  padding: 45px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-details-left {
    padding: 50px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-details-left {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .news-details-left {
    padding: 50px 10px;
  }
}

.news-details-left .blogs__meta {
  margin-bottom: 20px;
}

.news-details-left .blogs__meta .border-line2 {
  position: relative;
  z-index: 1;
  margin-left: 65px;
  margin-right: 65px;
}

@media (max-width: 767px) {
  .news-details-left .blogs__meta .border-line2 {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.news-details-left .blogs__meta .border-line2::before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  left: -35px;
  top: 4px;
  width: 2px;
  height: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .news-details-left .blogs__meta .border-line2::before {
    display: none;
  }
}

.news-details-left .blogs__meta .border-line2::after {
  content: "";
  position: absolute;
  background: #e7e7e7;
  right: -35px;
  top: 4px;
  width: 2px;
  height: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .news-details-left .blogs__meta .border-line2::after {
    display: none;
  }
}

.boxes {
  overflow: hidden;
}

.boxes .box-img {
  float: left;
  margin-right: 30px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .boxes .box-img {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
}

.blog-block {
  padding: 50px 50px 42px 50px;
  border: 2px solid #e7e7e7;
}

@media (max-width: 767px) {
  .blog-block {
    padding: 30px 10px;
  }
}

.blog-block .icon {
  color: #ffffff;
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #e2b923;
  margin-bottom: 25px;
}

.blog-block h3 {
  line-height: 1.3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-block h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .blog-block h3 {
    font-size: 20px;
  }
}

.share-social {
  border-bottom: 1px solid #e7e7e7;
}

.share-social .author__social a {
  color: #b9b9b9;
  font-size: 18px;
  margin-left: 27px;
}

.share-social .author__social a:hover {
  color: #083d59;
}

.more-post {
  border-bottom: 1px solid #e7e7e7;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .prev-box h3 {
    font-size: 24px;
  }
}

.authors {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  padding: 40px 35px 20px 40px;
}

@media (max-width: 767px) {
  .authors {
    padding: 40px 10px 20px 10px;
  }
}

.authors .author-img {
  float: left;
  margin-right: 38px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .authors .author-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.authors .author-content {
  overflow: hidden;
  margin-top: 13px;
}

.authors .author-content h3 {
  font-size: 36px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .authors .author-content h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .authors .author-content h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .authors .author-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .authors .author-content h3 {
    font-size: 20px;
  }
}

.comment-list {
  padding-left: 0;
}

@media (max-width: 767px) {
  .comment-list {
    padding-left: 0;
  }
}

.comment-list li {
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 2px solid #f3f3f3;
}

@media (max-width: 767px) {
  .comment-list li {
    margin-left: 0;
  }
}

.comment-box {
  position: relative;
  z-index: 1;
}

.comment-box .comment-avatar {
  float: left;
  margin-right: 30px;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .comment-box .comment-avatar {
    float: none;
    margin-right: 0;
  }
}

.comment-box .comment-avatar img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.comment-box .comment-content {
  overflow: hidden;
  margin-top: 15px;
}

.comment-box .comment-content p i {
  color: #083d59;
}

.comment-box .reply {
  font-size: 14px;
  border: 2px solid #f3f3f3;
  font-weight: 400;
  padding: 10px 22px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}

.comment-box .reply i {
  color: #083d59;
}

.comment-box .reply:hover {
  color: #ffffff;
  background: #083d59;
}

.comment-box .reply:hover i {
  color: #ffffff;
}

.comment-form .contact-form {
  border: 2px solid #f4f4f4;
  padding: 50px 40px 35px 40px;
}

@media (max-width: 767px) {
  .comment-form .contact-form {
    padding: 30px 10px 15px 10px;
  }
}

.comment-form .contact-form .input-box::before {
  left: auto;
  right: 30px;
  font-size: 14px;
}

.comment-form .contact-form .input-box.text-input::before {
  content: "\f303";
}

.comment-form .contact-form .input-box.sub-input::before {
  content: "\f0ac";
}

.comment-form .contact-form textarea {
  border: 2px solid #f4f4f4;
  box-shadow: none;
  padding-left: 30px;
}

.comment-form .contact-form input {
  border: 2px solid #f4f4f4;
  box-shadow: none;
  padding-left: 30px;
  height: 60px;
}

.post-title {
  font-size: 26px;
}

.counter-bg {
  background: url(../img/counter/count-1.html) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 25px 40px 3px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .counter-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.counter-bg::before {
  content: "";
  position: absolute;
  background: #bb0b0b;
  opacity: 0.902;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.counter-bg p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.counter-bg p b {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .counter-bg p {
    text-align: center;
  }
}

.counter-bg .get-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  line-height: 1;
}

.counter-box {
  display: flex;
  align-items: center;
  padding: 35px 10px 5px 20px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-box {
    padding: 35px 10px 5px 0px;
  }
}

.counter-box h2 {
  margin-right: 20px;
}

.counter-box p {
  line-height: 1.5;
}

.counter-box.count-box2 {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .counter-box.count-box2 {
    padding-left: 20px;
  }
}

.counter-box.count-box3 {
  padding-left: 20px;
}

.count-title {
  color: #040404;
  font-size: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .count-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .count-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .count-section .grey-bg3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-section .grey-bg3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-section .grey-bg3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .count-section .grey-bg3 {
    padding-left: 0;
    padding-right: 0;
  }
}

.rating a {
  color: #bb0b0b;
  font-size: 14px;
  font-weight: 300;
}

.testimonial-wrapper {
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 10px;
  border-radius: 25px;
}

.testimonial-wrapper h6 {
  font-size: 16px;
  margin-top: 10px;
  color: #1d1d1f;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .testimonial-wrapper {
    padding: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-wrapper {
    padding: 45px 25px 50px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrapper {
    padding: 45px 25px 50px 25px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper {
    padding: 35px 15px 35px 15px;
  }
}

.testimonial-wrapper p {
  font-size: 16px;
  padding-bottom: 15px;
  /*  border-bottom: 1px solid #efefef;*/
}

.testimonial-wrapper .author-box {
  margin-top: 28px;
}

.testimonial-wrapper .author-content p {
  border: 0;
  font-size: 14px;
}

.testimonial-active2 {
  margin-top: 100px;
}

.process-bg {
  position: relative;
  z-index: 2;
}

.process-bg::before {
  content: "";
  position: absolute;
  background: #083d59;
  width: 100%;
  min-height: 500px;
  left: 0;
  top: 0;
  z-index: -1;
}
.process-bg h3 {
  color: #e2b923 !important;
  font-weight: 500;
}
.single-work {
  background: no-repeat;
  width: 100%;
  height: 100%;
  padding: 38px 40px 39px 40px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-work {
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .single-work {
    padding: 40px 15px;
  }
}

.single-work::before {
  content: "";
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  border: 2px solid #1b212f1a;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-work::after {
  content: "";
  position: absolute;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-work h5 {
  color: #040404;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .single-work h5 {
    font-size: 18px;
  }
  .sms-work h5 {
    font-size: 18px;
  }
}

.single-work .number {
  font-size: 14px;
  font-weight: 700;
  color: #040404;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 54px;
  height: 54px;
  z-index: 2;
  text-align: center;
  line-height: 52px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-work .number {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .single-work .number {
    right: 15px;
  }
}

/*.single-work:hover::before {
    height: 0;
    top: auto;
    bottom: 0;
}*/

/*.single-work:hover::after {
    background: #040404;
    opacity: 0.6;
    height: 100%;
}*/

/*.single-work:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}*/

/*.single-work:hover h5 {
    color: #ffffff;
}*/

.team-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team-wrapper .team-thumb img {
  width: 100%;
}

.team-wrapper .team-content {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 60px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .team-wrapper .team-content {
    left: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-wrapper .team-content {
    left: 15px;
    right: 0;
    bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrapper .team-content {
    left: 15px;
    right: 0;
    bottom: 25px;
  }
}

@media (max-width: 767px) {
  .team-wrapper .team-content {
    left: 15px;
    right: 0;
    bottom: 25px;
  }
}

.team-wrapper .team-content h6 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-wrapper .team-content h3 a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.team-wrapper .footer__social {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-wrapper .footer__social a {
  background-color: rgba(255, 255, 255, 0.102);
  width: 50px;
  height: 50px;
  line-height: 50px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-wrapper .footer__social a:hover {
  background: #083d59;
}

.team-wrapper:hover .footer__social {
  visibility: visible;
  opacity: 1;
  margin-top: 30px;
  height: 50px;
}

.team-wrapper:hover .footer__social a {
  display: inline-block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

.team-thumb {
  position: relative;
  z-index: 1;
}

.team-thumb::before {
  content: "";
  background-image: -moz-linear-gradient(
    90deg,
    black 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    black 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.702;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.adress-box {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.adress-box .icon-link {
  color: #e2b923;
  width: 50px;
  height: 50px;
  border: 2px solid #f4f4f4;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
  margin-top: 5px;
}

.adress-box .adress-content p {
  margin-bottom: 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .team-skill-wrapper {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-skill-wrapper {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-skill-wrapper {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .team-skill-wrapper {
    padding-right: 0;
  }
}

.comic-progress-bar {
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comic-progress-bar {
    margin-bottom: 15px;
  }
}

.comic-progress-bar .p-title {
  margin-bottom: 8px;
}

.comic-progress-bar .progress {
  height: 19px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #e6e6e6;
  overflow: visible;
  width: 100%;
}

.comic-progress-bar .progress .progress-bar {
  color: #777777;
  font-size: 18px;
  font-weight: 400;
  background-color: #e2b923;
  width: 70%;
  height: 6px;
  margin-top: 6px;
  margin-left: 0;
  overflow: visible;
  position: relative;
}

.comic-progress-bar .progress .progress-bar span {
  color: #e2b923;
  text-align: right;
  margin-top: -52px;
  position: absolute;
  right: -140px;
}

@media (max-width: 767px) {
  .comic-progress-bar .progress .progress-bar span {
    right: -72px;
    margin-top: -12px;
  }
}

.comic-progress-bar.bar-2 .progress .progress-bar {
  width: 52%;
}

.comic-progress-bar.bar-3 .progress .progress-bar {
  width: 82%;
}

.comic-progress-bar.bar-3 .progress .progress-bar span {
  right: -80px;
}

@media (max-width: 767px) {
  .comic-progress-bar.bar-3 .progress .progress-bar span {
    right: -40px;
  }
}

.teams-title {
  font-size: 26px;
}

.teams-title-1 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-bot-border {
  border-bottom: 1px solid #e8e8e8;
}

.service-plan-bg {
  background: #f3f3f3;
  position: relative;
  z-index: 1;
  padding-top: 340px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-plan-bg {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-plan-bg {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .service-plan-bg {
    padding-top: 60px;
  }
}

.plan2 .plan-body {
  border-top: 2px solid #e2b923;
  position: relative;
  z-index: 1;
}

.plan2 .plan-body .tag {
  color: #e2b923;
  font-size: 12px;
  font-weight: 700;
  background: #fff4e9;
  position: absolute;
  left: 50%;
  top: 50px;
  padding: 10px 20px;
  line-height: 1;
  z-index: 2;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .plan2 .plan-body .tag {
    padding: 10px 10px;
    left: 55%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan2 .plan-body .tag {
    padding: 10px 10px;
    left: 55%;
  }
}

@media (max-width: 767px) {
  .plan2 .plan-body .tag {
    padding: 10px 10px;
    left: 55%;
  }
}

.plan-title {
  font-size: 24px;
  margin-bottom: 12px;
}

.plan-body {
  background: #ffffff;
  padding: 45px 50px 42px 50px;
  margin-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .plan-body {
    padding: 45px 20px 35px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan-body {
    padding: 45px 25px 35px 25px;
  }
}

@media (max-width: 767px) {
  .plan-body {
    padding: 45px 25px 35px 25px;
  }
}

.plan-body h2 {
  font-size: 40px;
}

.plan-body .plan-list {
  border-top: 1px solid #e9e9e9;
  padding: 0;
  margin: 0;
  padding-top: 14px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.plan-body .plan-list li {
  position: relative;
  z-index: 1;
  padding: 8px 0 8px 0;
}

.plan-body .plan-list li::before {
  content: "\f00c";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  color: #777777;
  font-weight: 300;
  right: 0;
  top: 9px;
  z-index: 1;
}

.plan-body .plan-list li.delete {
  color: #d3d3d3;
}

.plan-body .price-btn {
  color: #083d59;
  font-size: 16px;
  width: 100%;
  background: whitesmoke;
  text-transform: capitalize;
  text-align: center;
}

@media (max-width: 767px) {
  .plan-body .price-btn {
    padding: 24px 15px;
  }
}

.plan-body .price-btn i {
  color: #083d59;
  padding-left: 30px;
}

.plan-body .price-btn:hover {
  color: #ffffff;
  background: #e2b923;
}

.plan-body .price-btn:hover i {
  color: #ffffff;
}

.plan3 .plan-body {
  background: #083d59;
}

.plan3 .plan-body h2 {
  color: #ffffff;
}

.plan3 .plan-body p {
  color: #adbbc2;
}

.plan3 .plan-body .plan-list li {
  color: #adbbc2;
}

.plan3 .plan-body .plan-list li::before {
  color: #adbbc2;
}

.plan3 .plan-body .price-btn {
  background: #ffffff;
}

.plan3 .plan-body .price-btn:hover {
  background: #e2b923;
}

.services-right-widget.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.widget {
  border: 2px solid #f2f2f2;
  padding: 38px 20px 25px 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 2.1875rem;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget {
    padding: 40px 15px 30px 15px;
  }
}

@media (max-width: 767px) {
  .widget {
    padding: 30px 15px 20px 15px;
  }
}

.widget-title-box {
  position: relative;
  z-index: 1;
}

.widget-title-box::before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-title-box::after {
  content: "";
  position: absolute;
  background: #e2b923;
  width: 40px;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-sub-title {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.widget-sub-title2 {
  font-size: 24px;
}

.widget-categories ul li a {
  color: #999999;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  line-height: 1;
  font-weight: 700;
}

.widget-categories ul li a:hover {
  color: #083d59;
  text-decoration: underline;
}

.widget-subscribe .contact-form textarea {
  height: 140px;
  padding-top: 15px;
}

.widget-subscribe .contact-form .form-btn {
  width: 100%;
}

.widget.widget-banner-add {
  border: 0;
  background: url(../img/services/banne-1.html) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 370px;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.widget.widget-banner-add::before {
  content: "";
  position: absolute;
  background: #083d58;
  opacity: 0.902;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.widget.widget-banner-add .banner-logo {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.widget.widget-banner-add p {
  color: #adbbc2;
}

.widget.widget-banner-add .theme_btn {
  padding-left: 50px;
  padding-right: 50px;
}

.widget-author-content .author__social a {
  color: #d4d4d4;
  background: transparent;
  width: unset;
  height: unset;
  font-size: 14px;
  line-height: 1;
  margin: 0 9px;
}

.widget-author-content .author__social a:hover {
  color: #e2b923;
  background: transparent;
}

.widget-search .subscribe-form {
  position: relative;
  z-index: 1;
}

.widget-search .subscribe-form input {
  color: #999999;
  height: 60px;
  padding-left: 43px;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.widget-search .subscribe-form input::placeholder {
  color: #999999;
}

.widget-search .subscribe-form input::-moz-placeholder {
  color: #999999;
}

.widget-search .subscribe-form input::-webkit-placeholder {
  color: #999999;
}

.widget-search .subscribe-form input::-o-placeholder {
  color: #999999;
}

.widget-search .subscribe-form .subscribe-btn {
  background: #e2b923;
  width: 60px;
  padding: 17px 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.widget-post .post-list {
  padding: 0;
  margin: 0;
}

.widget-post .post-list li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

.widget-post .post-list li:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}

.widget-categories-list ul li a {
  background: #f8f8f8;
  width: 100%;
  display: block;
  padding: 14px 0px 14px 30px;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}

.widget-categories-list ul li a span {
  font-size: 14px;
  font-weight: 700;
  background: #efefef;
  padding: 14px 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget-categories-list ul li a:hover span {
  color: #ffffff;
  background: #e2b923;
}

.tag-list a {
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  background: #f4f4f4;
  display: inline-block;
  padding: 10px 27px;
  margin: 5px 5px;
  line-height: 1;
}

.tag-list a:hover {
  color: #ffffff;
  background: #e2b923;
}

.widget-add .banner-content img {
  width: 100%;
}

.career-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.career-wrapper::before {
  content: "";
  position: absolute;
  background: #083d59;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.career-wrapper .text-content {
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: -200px;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.career-wrapper .text-content h6 {
  color: #99adb8;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.career-wrapper .text-content h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 64px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .career-wrapper .text-content h2 {
    font-size: 30px;
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .career-wrapper .text-content h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .career-wrapper .text-content h2 {
    font-size: 24px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .career-wrapper .text-content h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.career-wrapper .text-content a {
  color: #e2b923;
  font-size: 14px;
  font-weight: 700;
}

.career-wrapper .text-content a i {
  margin-left: 5px;
}

.career-wrapper .text-content a:hover {
  color: #ffffff;
}

.career-wrapper:hover::before {
  height: 100%;
}

.career-wrapper:hover .text-content {
  top: 50px;
  bottom: auto;
  opacity: 1;
}

.select-job-area {
  display: inline-block;
}

.select-job-area .job-select {
  color: #083d59;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #f2f2f2;
  padding: 25px 60px 25px 30px;
  line-height: 9px;
}

.select-job-area .job-select::after {
  border: 0;
  font-weight: 300;
  right: 30px;
  top: 60%;
  transform: translateY(-52%);
  z-index: 1;
  -webkit-transform: translateY(-52%);
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
}

.select-job-area .job-select.open::after {
  top: 48%;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.job-position h6 {
  color: #777777;
  font-weight: 400;
}

.job-position h4 {
  font-size: 24px;
}

.apply-btn {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 700;
}

.apply-btn i {
  margin-left: 5px;
}

.apply-btn:hover {
  color: #083d59;
}

.board-border {
  border-top: 1px solid #f2f2f2;
  padding-top: 38px;
  padding-bottom: 2px;
}

.preview-more {
  color: #083d59;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 35px;
  border-radius: 10px;
  background: #083d59;
  color: #fff;
  border: 2px solid #ededed;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.preview-more:hover {
  color: #ffffff;
  background: #1d1d1f;
  border-color: #1d1d1f;
}

.contact-borders {
  border-top: 1px solid #f2f2f2;
}

.form-btn2 {
  background: #083d59;
}

.form-btn2:hover {
  background: #e2b923;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .career-img-wrapper {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .career-img-wrapper {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .career-img-wrapper {
    padding-right: 0;
  }
}

.error-wrapper .error-title {
  font-size: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-wrapper .error-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .error-wrapper .error-title {
    font-size: 20px;
  }
}

.error-wrapper p {
  color: #777777;
  letter-spacing: normal;
  margin-bottom: 34px;
  line-height: 1.4;
}

.error-wrapper a.theme_btn {
  text-transform: capitalize;
  padding: 17px 37px;
}

.error-wrapper a.theme_btn i {
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-area .border-theme.footer__widget {
    padding-left: 40px;
  }
}

.border-theme {
  position: relative;
  z-index: 1;
}

.border-theme::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 255px;
  /*  background: #e2b923;*/
  left: 47px;
  top: 3px;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .border-theme::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .border-theme::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .border-theme::before {
    display: none;
  }
}

.footer__social a {
  color: #ffffff;
  font-size: 14px;
  background-color: #164964;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}

.footer__social a:hover {
  color: #ffffff;
  background-color: #e2b923;
}

.footer__widget p {
  color: #99b2bf;
}

.footer__widget .widget-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  text-align: center;
}
/*.footer__widget .widget-title::before {
  content: "";
  position: absolute;
  background: #e2b923;
  width: 20px;
  height: 1px;
  left: 0;
  top: 100%;
  z-index: 1;
}*/

.fot-list {
  padding: 0;
  margin: 0;
}

.fot-list a {
  color: #99b2bf;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}

.fot-list a::before {
  content: "";
  position: absolute;
  background: #e2b923;
  width: 5px;
  height: 1px;
  left: -20px;
  top: 50%;
  z-index: 1;
  opacity: 0;
}

.fot-list a:hover {
  color: #e2b923 !important;
  transform: translateX(13px);
  -webkit-transform: translateX(13px);
  -moz-transform: translateX(13px);
  -ms-transform: translateX(13px);
  -o-transform: translateX(13px);
}

.fot-list a:hover::before {
  opacity: 1;
}

.fot-list-1 li:nth-child(2) a::before {
  content: "\f658";
}

.fot-list-1 li:nth-child(3) a::before {
  content: "\f34e";
}

.fot-list-1 li:last-child a::before {
  content: "\f3c5";
}

.fot-list-1 a {
  padding-left: 40px;
}

.fot-list-1 a::before {
  content: "\f87b";
  font-family: "Font Awesome 5 pro";
  color: #ffffff;
  font-size: 16px;
  background: transparent;
  opacity: 1;
  height: unset;
  width: unset;
  top: 0;
  left: 0;
}

.fot-list-1 a span {
  color: #e2b923;
  font-weight: 700;
  border-bottom: 1px solid #e2b923;
}

.fot-list-1 a:hover {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.subscribe-form .input-box {
  position: relative;
  z-index: 1;
}

.subscribe-form .input-box::before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #ffffff;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.subscribe-form .input-box.mail-input::before {
  content: "\f0e0";
}

.subscribe-form input {
  border: 0;
  color: #4c7b94;
  font-size: 14px;
  width: 100%;
  height: 50px;
  padding-left: 43px;
  background: #0d4765;
}

.subscribe-form input::placeholder {
  color: #4c7b94;
}

.subscribe-form input::-webkit-placeholder {
  color: #4c7b94;
}

.subscribe-form input::-moz-placeholder {
  color: #4c7b94;
}

.subscribe-form input::-o-placeholder {
  color: #4c7b94;
}

.subscribe-form .subscribe-btn {
  width: 100%;
  text-transform: capitalize;
  padding: 20px 0;
  border: 0;
}

.subscribe-form .subscribe-btn:focus {
  box-shadow: 0;
}

.subscribe-form .subscribe-btn:hover {
  background: #040404;
}

.copyright h6 {
  color: #a8bcc6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.copyright h6 a {
  color: #e2b923;
  font-weight: 700;
}

.footer-nav {
  padding: 0;
  margin: 0;
  padding-right: 25px;
}

.footer-nav .nav-item {
  display: inline-block;
}

.footer-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 0 0 40px;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .footer-nav .nav-item .nav-link {
    margin-left: 10px;
    text-align: center;
  }
  .copyright p{text-align: center !important;}
}

.footer-nav .nav-item .nav-link:hover {
  color: #e2b923;
}

.footer-2 .border-theme::before {
  /*  background-color: #ededed;*/
  height: 418px;
  top: -50px;
  left: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-2 .border-theme::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-2 .border-theme::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-2 .border-theme::before {
    display: none;
  }
}

.footer-2 .border-theme::after {
  content: "";
  position: absolute;
  width: 1px;
  /*  background-color: #ededed;*/
  height: 420px;
  top: -81px;
  right: -7px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-2 .border-theme::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-2 .border-theme::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-2 .border-theme::after {
    display: none;
  }
}

.footer-2 .border-theme.bor-right::before {
  display: none;
}

.footer-2 .border-theme.bor-right::after {
  right: 54px;
}

.footer-2 .footer__widget .widget-title {
  color: #e2b923;
}

.footer-2 .footer__widget p {
  color: #cbcbcb;
}

.footer-2 .fot-list a {
  color: #cbcbcb;
}

.footer-2 .fot-list a:hover {
  color: #083d59;
}

.footer-2 .subscribe-form .input-box::before {
  color: #083d59;
}

.footer-2 .subscribe-form input {
  color: #c7c7c7;
  border: 1px solid #ececec;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.footer-2 .subscribe-form::placeholder {
  color: #c7c7c7;
}

.footer-2 .subscribe-form::-webkit-placeholder {
  color: #c7c7c7;
}

.footer-2 .subscribe-form::-moz-placeholder {
  color: #c7c7c7;
}

.footer-2 .subscribe-form::-o-placeholder {
  color: #c7c7c7;
}

.footer-2 .footer-nav .nav-item:last-child .nav-link {
  margin-right: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-2 .footer-nav .nav-item .nav-link {
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  .footer-2 .footer-nav .nav-item .nav-link {
    margin-left: 0;
    margin-right: 18px;
  }
}

.section-footer {
  border-bottom: 1px solid #ededed;
}

.section-footer .footer__social a {
  color: #083d59;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f0f5f7;
}

.section-footer .footer__social a:hover {
  color: #ffffff;
  background: #e2b923;
}

.copy-right-border {
  border-top: 1px solid #393a3f;
}

.copyright p {
  color: #fff;
  font-weight: 400;
}

.copyright p a {
  color: #fff;
  font-weight: 400;
}

.footer-3 .border-theme::before {
  background-color: rgba(255, 255, 255, 0.102);
  height: 418px;
}

.footer-3 .border-theme::after {
  background-color: rgba(255, 255, 255, 0.102);
  height: 418px;
}

.footer-3 .footer__social a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.059);
}

.footer-3 .footer__social a:hover {
  background: #bb0b0b;
}

.footer-3 .footer__widget .widget-title {
  color: #ffffff;
  font-size: 14px;
}

.footer-3 .footer__widget .widget-title::before {
  background: #bb0b0b;
}

.footer-3 .footer__widget p {
  color: #a7a7a7;
}

.footer-3 .fot-list a {
  color: #a7a7a7;
}

.footer-3 .fot-list a::before {
  background: #bb0b0b;
}

.footer-3 .fot-list a:hover {
  color: #ffffff;
}

.footer-3 .subscribe-form input {
  color: #c7c7c7;
  background: #ffffff;
}

.footer-3 .subscribe-form .input-box::before {
  color: #083d59;
}

.footer-3 .subscribe-form::placeholder {
  color: #c7c7c7;
}

.footer-3 .subscribe-form::-moz-placeholder {
  color: #c7c7c7;
}

.footer-3 .subscribe-form::-webkit-placeholder {
  color: #c7c7c7;
}

.footer-3 .subscribe-form::-o-placeholder {
  color: #c7c7c7;
}

.footer-3 .subscribe-form .subscribe-btn {
  background: #bb0b0b;
}

.footer-3 .section-footer,
.footer-3 .copy-right-border {
  border-color: rgba(255, 255, 255, 0.102);
}

.footer-3 .copy-right-border {
  padding-bottom: 6px;
}

.footer-3 .copyright p {
  color: #777777;
}

.footer-3 .copyright p a {
  color: #ffffff;
}

.footer-3 .footer-nav .nav-item .nav-link {
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-3 .footer-nav .nav-item .nav-link {
    margin: 0 0 0 20px;
  }
}

.footer-3 .footer-nav .nav-item .nav-link:hover {
  color: #bb0b0b;
}

.home-4 .container .footer-logo2 img {
  width: 40%;
}

@media (max-width: 991px) {
  .home-4 .container .footer-logo2 img {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .home-4 .container .footer-logo2 img {
    width: 60%;
  }
}

.home-4 .container .footer__widget .widget-title::before {
  content: "";
  position: absolute;
  background: #0030b8;
  width: 20px;
  height: 1px;
  left: 0;
  top: 100%;
  z-index: 1;
}

.footer-area {
  background: #222429 url(../img/footer-bg.png) no-repeat center;
}

.footer-area.home-4 .container .footer__social a {
  background-color: #e7eef2;
}

.footer-area.home-4 .container .footer__social a:hover {
  background-color: #0030b8;
}

.footer-area.home-4 .container .footer__widget .subscribe-form button {
  background-color: #0030b8;
}

.footer-area.home-4 .container .footer__widget .subscribe-form button:hover {
  background-color: #3564e3;
}

.footer-area.home-4 .container .border-theme.footer__widget h6.widget-title {
  color: #0030b8;
}

.footer-area.home-4
  .container
  .border-theme.footer__widget
  .fot-list
  a::before {
  background: #0030b8;
}

.footer-area.home-4
  .container
  .border-theme.footer__widget
  .fot-list
  .footer-2
  .border-theme::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #ededed;
  height: 420px;
  top: -81px;
  right: -7px;
  z-index: 1;
}

.footer-area.home-4 .copy-right-border .container ul.footer-nav li.nav-item a {
  color: #a7a7a7;
}

.footer-area.home-4
  .copy-right-border
  .container
  ul.footer-nav
  li.nav-item
  a:hover {
  color: #0030b8;
}

/*# sourceMappingURL=main.css.map */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1d1d1f;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.w3-badge,
.w3-tag {
  background-color: #818a9c;
  color: #fff;
  display: inline-block;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.w3-badge {
  border-radius: 5px;
}

.single-about i {
  background: #222121;
  padding: 4px 6px;
  border-radius: 50%;
  color: #fff;
  text-align: right;
  float: right;
  margin: 10px;
  font-weight: 500;
}

.single-about i:hover {
  background: #083d59;
}

.owl-carousel i {
  padding: 4px 6px;
  border-radius: 50%;
  color: #fff;
  margin: 10px;
  font-weight: 500;
}

.owl-bg {
  background: #f2f2f2;
  border-radius: 15px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.15);
  color: #1d1d1f !important;
}

.owl-bg:hover {
  background: #fff;
}

.owl-txt-center {
  display: block;
  margin: auto;
}

.owl-bg h6 {
  font-family: 'Raleway', 'Open Sans', sans-serif !important;
  padding-left: 20px;
  color: #1d1d1f;
  font-size: 16px;
}

.portfolio-area .theme_btn2 {
  background-color: #eaeaea;
  color: #1d1d1f;
  padding: 15px 20px;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 8px;
}

.portfolio-area .theme_btn2:hover {
  background-color: #083d59;
  color: #eaeaea;
}

.portfolio-nav .owl-carousel i {
  background: #222121;
  padding: 4px 6px;
  border-radius: 50%;
  color: #fff;
  text-align: right;
  float: right;
  margin: 10px;
  font-weight: 500;
}

.portfolio-nav .owl-carousel i:hover {
  background: #083d59;
}

@media only screen and (min-width: 1200px) {
  /*.about-content-wrapper2 p {
    padding-right: 30px;
  }*/
  .portfolio-area P {
    padding-top: 30px;
  }
}

.heding-bg2 {
  background: url(../img/touch-screen-kiosk-system-for-automated-soil-testing.png) center fixed no-repeat;
  background-size: cover;
}

.cta-area h2 {
  font-weight: 500;
  color: #e2b923;
  text-transform: uppercase;
  line-height: 50px;
}

.cta-area .theme_btn {
  background: transparent;
  border: 1px solid #877227;
  color: #f5f5f7;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
}

.cta-area .theme_btn:hover {
  background: #877227;
}

.since {
  position: relative;
  float: left;
  /*  margin-left: 82px;*/
  margin-top: 10px;
}

.since:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  width: 80px;
  height: 80px;
  background: #e8e9e9;
  border-radius: 50%;
}

.since .txt {
  position: relative;
  display: block;
  padding: 21px 5px;
  width: 90px;
  height: 90px;
  line-height: 24px;
  text-align: center;
  background: #231f20;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 50%;
  font-family: 'Raleway', 'Open Sans', sans-serif;;
  font-size: 20px;
  padding-top: 24px;
  font-weight: 500;
}

.feature-area h2 {
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 500;
}

.feature-area h6 {
  color: #af925c;
  line-height: 28px;
  font-weight: 500;
}

.feature-area span {
  color: #6e6e73;
  font-weight: 500;
}

.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.theme-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}

.centered {
  text-align: center !important;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #231f20;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-family: 'Raleway', 'Open Sans', sans-serif !important;
  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;
}

.btn-style-one .btn-title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 13px 20px 13px;
  z-index: 1;
  color: #fff;
}

.btn-style-one:hover {
  background: #4e5054;
  color: #fff;
}

.btn-style-one .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: #4e5054;
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  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;
}

.btn-style-one:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.link-box {
  padding-top: 30px;
}

.services-section {
  position: relative;
  padding: 80px 0px 50px;
  background: #f5f5f7 url(../img/solutions-bg.png) left top repeat;
  color: #6b727e;
}

.services-section .sec-title {
  margin-bottom: 30px;
}

.services-section .sec-title h2 {
  color: #282a2c;
}

.services-section .sec-title .lower-text {
  color: #282a2c;
}

.services-section .row {
  counter-reset: slides-num;
}

.services-section .row .service-block {
  counter-increment: slides-num;
}

.services-section .row .service-block .inner-box:before {
  /* content: "0" counter(slides-num) ""; 
  position: absolute;
  left: 45px;*/
  top: 50px;
  font-size: 50px;
  line-height: 1em;
  color: #ffffff;
  opacity: 0.07;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.service-block .inner-box {
  position: relative;
  display: block;
  padding: 30px 38px;
  background: #fff;
  min-height: 100%;
  border-radius: 15px;
  overflow: hidden;
  transition: all 500ms ease;
}

.services-section h5 {
  font-family: ;
  font-weight: 600;
  color: #222429;
  font-weight: 16px;
}

.gov {
  background: #494b4f;
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.gov p {
  font-family: 'Raleway', 'Open Sans', sans-serif !important;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

@media only screen and (min-width: 992px) {
  .gov p {
    font-size: 13px !important;
  }

  .call-to-section .inner {
    padding: 25px 31px 20px !important;
    text-align: center;
  }

  .call-to-section h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
    float: none;
  }
}

@media only screen and (min-width: 1080px) {
  .gov p {
    font-size: 15px !important;
  }

  .call-to-section h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
    text-align: center !important;
  }
}
.gcomp {
  background: #e2b923;
  color: #222429;
  padding: 15px;
  text-align: center;
  margin: auto;
}

.gcomp-links {
  background: #2a2c32; /*  opacity: 0.5;*/
  color: #fff;
  padding: 15px;
  text-align: center;
}

.gcomp-links .footer-nav .nav-link {
  padding: 0px;
}

.call-to-section {
  position: relative;
  padding: 0;
  z-index: 1;
}

.call-to-section .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  max-width: 100%;
  height: 100%;
  background: url(../img/icons/call-to-shape-1.png) right top no-repeat;
  z-index: 1;
}

.call-to-section .shape-2 {
  position: absolute;
  right: 170px;
  top: 0;
  width: 410px;
  height: 54px;
  background: url(../img/icons/call-to-shape-2.png) right top no-repeat;
  z-index: 0;
}

.call-to-section .inner {
  position: relative;
  display: block;
  padding: 50px 50px 25px;
  background: #e2b923;
  color: #222429;
  border-radius: 7px;
  overflow: hidden;
  bottom: -60px;
  margin-top: -60px;
}

.call-to-section h2 {
  position: relative;
  /*        float: left;*/
  display: block;
  font-size: 30px;
  line-height: 0.85em;
  text-transform: uppercase;
  color: #222429;
  margin: 12px 0px 15px;
  z-index: 3;
}

.call-to-section .link-box {
  position: relative;
  float: right;
  padding-top: 12px;
  z-index: 3;
}

.call-to-section__no-margin .inner {
  bottom: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 110px;
}

@media (min-width: 992px) {
  .call-to-section__no-margin h2 {
    margin-bottom: 0;
    padding-top: 15px;
  }

  .call-to-section__no-margin .link-box {
    padding-top: 0;
  }
}

.callbg {
  background: #f5f5f7;
}

.about-content {
  background: #fff;
  padding: 30px;
  border-top: #e2b923 3px solid;
}
/*.product-p0{padding: 0px;}*/
.product-p20 {
  padding: 20px;
}

.testimonial-wrapper hr {
  margin: 20px 0;
}

.testimonial-wrapper img {
  border-radius: 25px 25px 0px 0px;
}

.testimonial-wrapper .tag {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: #f00;
  padding: 11px 21px;
  display: inline-block;
  position: absolute;
  right: 30px;
}
/*        top: 60%;
z-index: 2;
transform: translateY(-60%);

@media # {lg top: 42%;}

@media # {md top: 48%;}

@media # {xs top: 48%;}*/

.product .owl-carousel i {
  background: #f00 !important;
  margin: -10px 0 0 0 !important;
}

.product .semi-title2::after {
  display: none;
}

.product.portfolio-nav .owl-nav {
  text-align: end;
  position: absolute;
  top: -135px;
  right: 0;
  left: auto;
}

.product.portfolio-nav .owl-nav button {
  font-size: 18px;
  border: 2px solid #f2f2f2;
  background: #e8e8e8;
  color: #1d1d1f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 54px;
}

.product.portfolio-nav .owl-nav button.owl-next {
  color: #1d1d1f;
  margin-left: 15px;
}

.product.portfolio-nav .owl-nav button.owl-next:hover {
  color: #ffffff !important;
  background: #083d59;
}

.product.portfolio-nav .owl-nav button.owl-prev {
  color: #1d1d1f;
}

.product.portfolio-nav .owl-nav button.owl-prev:hover {
  color: #ffffff;
  background: #083d59;
}

.product .owl-carousel i {
  background: #1d1d1f;
  padding: 4px 6px;
  color: #fff;
  border-radius: 50%;
  text-align: right;
  float: right;
  margin: -10px;
  font-weight: 500;
}

.product .owl-carousel i:hover {
  color: #f00;
}

.product .semi-title {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.product {
  padding-bottom: 90px;
}

.product::before {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.product .tag {
  color: #bb0b0b;
  background: #ffffff;
  left: 30px;
  top: 41px;
  right: auto;
  padding: 4px 8px;
}

.product .blogs-content {
  padding: 23px 70px 23px 30px;
}

.product img {
  border-radius: 15px;
}
.product h5{padding:25px 10px 8px; color: #083d59 !important; font-weight: 700;}
.product p{padding:5px 10px; color: #1d1d1f;}

.count-number {
  color: #e2b923;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.product .theme_btn2 {
  background-color: #eaeaea;
  color: #1d1d1f;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 8px;
}

.product .theme_btn2:hover {
  background-color: #083d59;
  color: #eaeaea;
}

.services-counter h3 {
  color: #e2b923;
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 20px 0;
}

@media (max-width: 1360px) {
  .count-number {
    font-size: 40px;
  }
  .gov p {
    font-size: 13px !important;
  }
}

@media (max-width: 1200px) {
  .count-number {
    font-size: 20px;
  }
  .gov p {
    font-size: 14px !important;
  }
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.icon-bar {
  position: fixed;
  top: 50%;
  /*   right: 20px;*/
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
  margin: 10px 10px;
  border-radius: 50%;
}

.footer__social .fb {
  background: #3b5998;
}

.footer__social .instagram {
  background: #fa7e1e;
}

.footer__social .tw {
  background: #00acee;
}

.footer__social .in {
  background: #0a66c2;
}

.footer__social .yt {
  background: #c4302b;
}

.footer__social .blog {
  background: #fc4f08;
}

.footer__social .wtap {
  background: #25d366;
}

.we-do-section {
  position: relative;
  padding: 80px 0px 50px;
  background: #d2d8df url(../img/pattern-2.png) left top repeat;
}

.footer-area .center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto;
}

.responsive {
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(20%);
}

.boxh-container {
  display: table;
  width: 100%;
}

.boxh {
  display: table-cell;
}

.in-side-menu {
  background: #e2b923 !important;
  color: #fff;
}

.features-area2.home-7
  .container
  .rttab-main
  .nav.nav-tabs
  .nav-item
  .nav-link {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #e9e9e9 !important;
  border-radius: 8px;
  box-shadow: 0 0 10px 1px rgba(233, 233, 233, 0.6);
  border: 0;
  position: relative;
  width: 93%;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}

.btn.btn-primary:not(button):after,
.wp-block-columns .btn-primary.wp-block-button__link:not(button):after,
.wp-block-columns button.wp-block-button__link:not(button):after,
.wp-block-columns input.wp-block-button__link[type="button"]:not(button):after,
.wp-block-columns input.wp-block-button__link[type="reset"]:not(button):after,
.wp-block-columns input.wp-block-button__link[type="submit"]:not(button):after,
button:not(button):after,
input[type="button"]:not(button):after,
input[type="reset"]:not(button):after,
input[type="submit"]:not(button):after {
  align-items: center;
  background-color: #575643;
  border-radius: 50%;
  color: #fff;
  content: "\f054";
  display: inline-flex;
  font-family: Font Awesome\6 Pro;
  font-size: 0.875rem;
  font-weight: 900;
  height: 2.1875rem;
  justify-content: center;
  margin-left: 1.125rem;
  padding: 0.3125rem;
  transition: all 0.2s ease-in-out;
  width: 2.1875rem;
}

@media (max-width: 767.98px) {
  .btn.btn-primary:not(button):after,
  .wp-block-columns .btn-primary.wp-block-button__link:not(button):after,
  .wp-block-columns button.wp-block-button__link:not(button):after,
  .wp-block-columns
    input.wp-block-button__link[type="button"]:not(button):after,
  .wp-block-columns input.wp-block-button__link[type="reset"]:not(button):after,
  .wp-block-columns
    input.wp-block-button__link[type="submit"]:not(button):after,
  button:not(button):after,
  input[type="button"]:not(button):after,
  input[type="reset"]:not(button):after,
  input[type="submit"]:not(button):after {
    position: absolute;
    right: 10px;
    top: 20%;
  }
}

.btn.btn-primary:not(button).stretched-link:after,
.wp-block-columns
  .btn-primary.wp-block-button__link:not(button).stretched-link:after,
.wp-block-columns button.wp-block-button__link:not(button).stretched-link:after,
button:not(button).stretched-link:after,
input[type="button"]:not(button).stretched-link:after,
input[type="reset"]:not(button).stretched-link:after,
input[type="submit"]:not(button).stretched-link:after {
  background-color: revert;
  border-radius: revert;
  content: "";
  height: revert;
  margin-left: revert;
  padding: revert;
  width: revert;
}

.btn.bg-primary:active,
.btn.bg-primary:focus,
.btn.bg-primary:hover,
.wp-block-columns .bg-primary.wp-block-button__link:active,
.wp-block-columns .bg-primary.wp-block-button__link:focus,
.wp-block-columns .bg-primary.wp-block-button__link:hover,
button.bg-primary:active,
button.bg-primary:focus,
button.bg-primary:hover,
input.bg-primary[type="button"]:active,
input.bg-primary[type="button"]:focus,
input.bg-primary[type="button"]:hover,
input.bg-primary[type="reset"]:active,
input.bg-primary[type="reset"]:focus,
input.bg-primary[type="reset"]:hover,
input.bg-primary[type="submit"]:active,
input.bg-primary[type="submit"]:focus,
input.bg-primary[type="submit"]:hover {
  background-color: #8f9736 !important;
  color: #fff !important;
  opacity: 1 !important;
}

.btn.btn-primary:not(button),
.wp-block-columns .btn-primary.wp-block-button__link:not(button),
.wp-block-columns button.wp-block-button__link:not(button),
.wp-block-columns input.wp-block-button__link[type="button"]:not(button),
.wp-block-columns input.wp-block-button__link[type="reset"]:not(button),
.wp-block-columns input.wp-block-button__link[type="submit"]:not(button),
button:not(button),
input[type="button"]:not(button),
input[type="reset"]:not(button),
input[type="submit"]:not(button) {
  background-color: #e2b923;
  border-color: #e2b923;
  border: none !important;
  box-shadow: none !important;
  color: #000;
  font-size: 1.25rem;
  outline: none !important;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #e2b923;
  font-weight: 500;
  background-color: #083d59;
  /*    margin: 0px 10px;*/
  padding: 16px 18px;
  border-radius: 9px;
}

.nav-tabs .nav-link {
  color: #083d59;
  background: #e3e9ed;
  font-weight: 500;
  margin: 0px 10px;
  padding: 16px 18px;
  border-radius: 9px;
}

.nav-tabs {
  border: none;
}

.rp-bg {
  background: #fff;
  border: solid 1px #d9d9e5;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: auto;
  width: 24%;
}

.rp-bg:hover {
  box-shadow: none;
  border: none;
}

.rp-bg h5 a i {
  background: #222121;
  padding: 4px 6px;
  border-radius: 50%;
  color: #fff;
  text-align: right;
  float: right;
  font-weight: 500;
}

.rp-bg h5 a i:hover {
  background: #083d59;
}

.rp-bg h4 {
  background: #000;
  border-radius: 35px;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.solution h3 {
  line-height: 1.14286;
  color: #1d1d1f;
}

.solution h5 {
  color: #1d1d1f;
}

.rp-bg1 {
  background: #f5f5f7;
  border: solid 1px #d9d9e5;
  border-radius: 1rem;
  /*  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);*/
  margin: 15px 12px;
  width: 23%;
}

.rp-bg1:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: solid 1px #f5f5f7;
  border-radius: 1rem;
}

.rp-bg1 h5 a i {
  background: #222121;
  padding: 4px 6px;
  border-radius: 50%;
  color: #fff;
  text-align: right;
  float: right;
  font-weight: 500;
}

.rp-bg1 h5 a i:hover {
  background: #083d59;
}

.rp-bg1 h4 {
  background: #000;
  border-radius: 35px;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.dska {
  padding: 23px;
  color: #fff;
  border-radius: 50%;
  background-color: #083d59;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 15px 15px 15px auto;
  font-size: 20px;
}

@media only screen and (min-width: 992px) {
  .rp-bg1 {
    margin: 15px 12px;
    width: 22.8%;
  }

  .solution h3 {
    line-height: 1.63rem;
    color: #1d1d1f;
    font-size: 20px;
  }

  .solution h5 {
    color: #1d1d1f;
    font-size: 14px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 25px;
  }

  .solution h5:hover {
    background: #e2b923;
    color: #1d1d1f;
  }

  .solution i {
    color: #1d1d1f;
    font-size: 14px;
    padding-left: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .rp-bg1 {
    width: 94%;
    margin: 10px;
  }

  .rp-bg {
    width: 94%;
    margin: 10px;
  }

  .call-to-section h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0px;
  }

  .call-to-section .inner {
    padding: 20px 20px 15px;
  }

  .f-hid {
    display: none;
  }

  .gcomp-links {
    margin-bottom: 30px;
  }

  .copyright p {
    text-align: center;
    padding-top: 10px;
  }

  .fot-list a {
    font-size: 12px;
  }

  .gov {
    margin: 10px;
  }

  .gov p {
    font-size: 12px;
  }
}

.txt-black {
  color: #1d1d1f !important;
  font-weight: 500;
}

.tech-spec {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 15px auto;
}

.tech-spec .text-list {
  margin-top: 10px;
}

.tech-spec hr {
  margin: 20px 0;
}

.tech-spec h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.tech-spec h4 {
  font-size: 20px;
  color: #1d1d1f;
  margin-bottom: 10px;
}

.tech-spec i {
  background: #f1f5f8;
  padding: 20px;
  border-radius: 50%;
  padding-top: -30px;
}

.tech-spec1 {
  background: #083d59;
  border-radius: 20px;
  padding: 30px;
  margin: 15px auto;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.tech-spec1:hover {
  background: #fff;
  color: #1d1d1f !important;
}

.tech-spec1 i {
  background: #f1f5f8;
  color: #083d59;
  padding: 17px 20px;
  border-radius: 50%;
  padding-top: -30px;
  margin-bottom: 10px;
}

.in-services {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 20px;
}

.blog_contener,
.blog_contener .marquee {
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

.blog_contener {
  height: 400px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 10px;
  font-size: 20px;
}

.blog_contener .marquee {
  font-size: 12px !important;
  top: 3em;
  animation: marquee 15s linear infinite;
}

.blog_contener .marquee:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    top: 8em;
  }

  100% {
    top: -11em;
  }
}

.blog_contener h4 {
  font-size: 18px !important;
  font-weight: bold;
  line-height: 20px;
  color: #1d1d1f;
}

.read-more-link {
  background: linear-gradient(90deg, #0d3281, #12295a) !important;
  font-weight: 700;
}

#title h4 {
  color: #fff !important;
}

.blog_contener a {
  color: #083d59 !important;
  line-height: 1.8rem;
}

.custom-font {
  font-size: 25px;
}

.bbr-20 {
  border-radius: 20px;
}

.demo li,
.demo1 li {
  transition: -webkit-box-flex 0.5s ease-out;
  transition: -ms-flex 0.5s ease-out;
}
.demo,
.demo1 {
  display: -webkit-box;
  display: -ms-flexbox;
}
.kiosk-page {
  overflow-x: scroll;
}

.prject-thumb {
  position: relative;
}

.prject-thumb a i {
  background: #fff;
  border-radius: 100%;
  color: #1fa7ec;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

.kiosk-btn,
.project-text a {
  color: #fff;
}

.prject-thumb a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(31, 167, 236, 0.7);
  visibility: hidden;
  opacity: 0;
  transform: scale(5);
}

.demo,
.demo1,
.demo2 {
  height: 55vh;
}

.project-text {
  text-align: center;
}

.project-text h3 {
  color: #fff;
  margin-bottom: 0;
  padding: 12px 0;
  font-size: 16px;
}

.project-sec .item img,
.why-choose img {
  width: 100%;
}

.why-choose {
  background: #ecf4fc;
}

.why-choose .inner {
  margin-bottom: 30px;
  text-align: center;
}

.kiosk-btn {
  padding: 10px 25px;
  background: #335dbb;
  font-size: 14px;
  border-radius: 0;
  border: 0 solid #00b7f1;
  font-weight: 400;
  text-transform: capitalize;
}

.sidebar-title-kiosk {
  font-family: 'Raleway', 'Open Sans', sans-serif;
}

.career h3,
.dis-align {
  font-family: 'Raleway', 'Open Sans', sans-serif;
}

.padding-align {
  padding: 20px 0 10px;
  font-weight: 600;
}

.dis-align {
  color: #504e4e !important;
  font-weight: 500;
  font-size: 17px;
}

.demo li p,
.demo1 li p,
.demo2 li p {
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.demo {
  display: flex;
}

.demo li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  transition: flex 0.5s ease-out;
  padding: 20px;
}

.demo li:first-child {
  background: #9575cd;
}

.demo li:nth-child(2) {
  background: #f06292;
}

.demo li:nth-child(3) {
  background: #ff9800;
}

.demo li:nth-child(4) {
  background: #ff5722;
}

.demo li:nth-child(5) {
  background: #4dd0e1;
}

.demo li:nth-child(6) {
  background-color: #f44336;
}

.demo li:nth-child(7) {
  background: #81c784;
}

.demo li:nth-child(8) {
  background: #3f51b5;
}

.demo li:nth-child(9) {
  background: #00796b;
}

.demo li:hover {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.demo1 {
  display: flex;
}

.demo1 li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  transition: flex 0.5s ease-out;
  padding: 20px;
}

.demo1 li:first-child {
  background: #2e7d32;
}

.demo1 li:nth-child(2) {
  background: #558b2f;
}

.demo1 li:nth-child(3) {
  background: #9e9d24;
}

.demo1 li:nth-child(4) {
  background: #cea614;
}

.demo1 li:nth-child(5) {
  background: #f9a825;
}

.demo1 li:nth-child(6) {
  background: #ff8f00;
}

.demo1 li:nth-child(7) {
  background-color: #ef6c00;
}

.demo1 li:nth-child(8) {
  background: #d84315;
}

.demo1 li:nth-child(9) {
  background: #4e342e;
}

.demo1 li:nth-child(10) {
  background: #424242;
}

.demo1 li:nth-child(11) {
  background: #37474f;
}

.demo1 li:hover {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.demo2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}

.demo2 li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  transition: -webkit-box-flex 0.5s ease-out;
  transition: -ms-flex 0.5s ease-out;
  transition: flex 0.5s ease-out;
  padding: 20px;
}

.demo2 li:first-child {
  background: #c62828;
}

.demo2 li:nth-child(2) {
  background: #ad1457;
}

.demo2 li:nth-child(3) {
  background: #6a1b9a;
}

.demo2 li:nth-child(4) {
  background: #4527a0;
}

.demo2 li:nth-child(5) {
  background: #283593;
}

.demo2 li:nth-child(6) {
  background-color: #1565c0;
}

.demo2 li:nth-child(7) {
  background: #0277bd;
}

.demo2 li:nth-child(8) {
  background: #00838f;
}

.demo2 li:nth-child(9) {
  background: #00695c;
}

.demo2 li:hover {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.kiosk-img img {
  padding: 1rem 0;
}

.view-more {
  color: #fff;
  font-size: 14px;
}

.kiosk-Description {
  display: none;
}

.kiosk-Description li {
  color: #fff;
  background-color: transparent !important;
  padding: 0 20px;
}
/*.kiosk-page{
    overflow-x:scroll
}*/
.text-init {
  text-transform: none !important;
}

.service h2 {
  font: 600 12px Open Sans, Arial, Tahoma;
  text-align: center;
  color: #2d85c9;
}

.kiosk-on-rent a,
.loader {
  color: #fff;
}

.kiosk-on-rent {
  background: #db1d1d;
  padding: 5px 18px;
  border-radius: 4%;
}

.cloud-web .icon-box {
  text-align: center;
  left: 0 !important;
  right: 0 !important;
}

.client-tab .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 20px !important;
}

.loader {
  left: 0;
  right: 0;
  z-index: 999999999;
  text-align: center;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.52);
  width: 100%;
  height: 100%;
}

.l-spin {
  top: 15%;
}

.blog_contener,
.blog_contener .marquee {
  position: relative;
  box-sizing: border-box;
}

.kiosk-img img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.relationships img {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 25px;
  border-radius: 15px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

.relationships img:hover {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
  transform: scale3d(1.01, 1.01, 1.01);
}

@media only screen and (max-width: 768px) {
  .relationships img {
    padding: 10px 20px !important;
    width: 100%;
  }
}

.details-box .h-100 {
  height: 100% !important;
}

.in-services-1 .h-100 {
  height: 100% !important;
}

.lite-blue-bg {
  background: #f1f5f8;
  /*    border-radius: 2.1875rem;*/
}

.lite-blue-bg1 {
  background: #f1f5f8;
  border-radius: 2.1875rem;
}

.card-bg {
  background: # !important;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
}

.gold-text {
  color: #e2b923;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin: 5px;
}

.apple-bg {
  background: #f5f5f7;
}

.life {
  padding: 60px 30px;
  margin-bottom: 30px;
  position: relative;
  background: #f5f5f7;
  border-radius: 10px;
  text-align: center;
  min-height: 394px !important;
}

.life:hover {
  background: #e2b923;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.life:hover .numb {
  color: transparent;
  -webkit-text-stroke: 1px rgba(177, 151, 119, 0.5);
}

.life h5 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 33px;
  margin-bottom: 15px;
  color: #414042;
}

.life p {
  margin-bottom: 0;
  font-size: 16px;
}

.life img {
  width: 150px;
  margin-bottom: 20px;
}

.life .numb {
  font-size: 40px;
  font-weight: 600;
  font-family: Spartan, sans-serif;
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  line-height: 1em;
}

.life .more {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4c463f;
  padding-left: 40px;
  position: relative;
  top: 20px;
}

.life .more:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #4c463f;
  position: absolute;
  top: 50%;
  left: 0px;
}

.life .more:hover {
  color: #000;
}

.life i {
  font-size: 60px;
  text-align: center !important;
  padding-bottom: 25px;
  color: #013876;
}
/* line animation */
.life .line {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.life .line:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 50px;
  height: 1px;
  background-color: #f4f4f4;
  content: "";
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.life:hover .line:after {
  width: 100%;
  background-color: rgba(177, 151, 119, 0.5);
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.contact-m {
  margin-top: -121px;
}
@media (min-width: 768px) {
  .sub_menu-tech {
    width: 20% !important;
  }
}

.mega-menu {
  width: 1200px !important;
  left: -650px !important;
  border-radius: 20px !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.mega-menu .dropdown-item {
  padding: 9px 5px !important;
}
.mega-menu i {
  margin-right: 5px;
}

.mega-menu2 {
  width: 650px !important;
  left: -330px !important;
  border-radius: 20px !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.mega-menu2 .dropdown-item {
  padding: 9px 25px !important;
}
.mega-menu2 i {
  margin-right: 5px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #083d59;
}
@media (min-width: 768px) {
  .col-m3 {
    flex: 0 0 auto;
    width: 19% !important;
  }
}
@media screen and (max-width: 600px) {
  .w3-black {
    text-align: center;
  }
  .tec-src-bg1 {
    background: transparent !important;
    margin-bottom: 10px;
  }
}
.w3-bar .w3-bar-item {
  border: none;
  outline: 0;
  background: #083d59;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  margin: 5px;
}
.w3-red,
.w3-hover-red:hover {
  color: #1d1d1f !important;
  background-color: #e2b923 !important;
}

.tec-src-bg {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 20px;
}
.tec-src-bg1 {
  background: #f5f5f5;
  border-radius: 15px;
}
.tec-src-bg h4 {
  font-size: 18px;
  padding-bottom: 15px;
}
.in-page ul li {
  text-align: justify !important;
}

.in-page strong {
  color: #083d59;
}

/* ======= About style ======= */
.about {
  padding-bottom: 30px;
}
.about .about-img img:hover {
  transform: scale(0.95);
}
.about .about-img {
  position: relative;
}
.about .about-img .img {
  padding: 0 15px 30px 30px;
  position: relative;
}
.about .about-img .img:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 45px;
  bottom: 0;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
}
.about .about-img .img img {
  position: relative;
  z-index: 2;
  background: #272727;
}
.about-img-2 {
  position: relative;
}

.about-img .about-img-2 {
  width: auto !important;
  position: absolute;
  bottom: 0px;
  z-index: 3;
  padding: 16px 38px;
  color: #013876;
  text-transform: uppercase;
  font-family: Spartan, sans-serif;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  border-radius: 20px 0 0;
}
.about-img .about-img-2 span {
  font-size: 16px !important;
  color: #3c4360;
  letter-spacing: 0;
}
.about-buro {
  background: #e2b923;
}
.about .social-media {
  text-align: ;
  margin-bottom: 20px;
}
.about .social-media a {
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #efefef;
  color: #fff;
  border-radius: 100%;
  margin-right: 3px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #013876;
  padding: 10px 12px;
}
.about .social-media a:hover {
  border: 1px solid #b19777;
  background: #e2b923;
  color: #013876;
}

.wtwedo {
  width: 100%;
  border-radius: 30px 10px;
  border: 5px solid rgba(1, 56, 118, 0.8);
  border-opacity: 0.4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.title {
  position: relative;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.timeline .timeline-container {
  position: relative;
  width: 100%;
}
.timeline img {
  width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 25px 0;
  text-align: center;
  background: linear-gradient(#013876, #013876);
  border: 2px solid #e2b923;
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #e2b923;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #013876;
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
  text-align: right;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
  text-align: left;
}

.timeline .timeline-date {
  font-size: 18px;
  font-weight: 700;
  margin: 41px 0 0 0;
}

.timeline .timeline-date::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -7px;
}

.timeline .row.timeline-right .timeline-date::after {
  right: -7px;
}

.timeline .timeline-box,
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 3px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
}

.timeline .timeline-launch {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline .timeline-box::after,
.timeline .timeline-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline .timeline-box::after {
  top: 29px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 7px;
}

.timeline .timeline-box::before {
  top: 25px;
  border-color: transparent transparent transparent #dddddd;
  border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}

.timeline .timeline-icon i {
  font-size: 25px;
  color: #013876;
}

.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 25px;
  color: #1d1d1f;
}

.timeline .timeline-text p {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 20px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .timeline .timeline-continue::after {
    left: 40px;
  }

  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year,
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date,
  .timeline .timeline-launch {
    text-align: left;
  }

  .timeline .row.timeline-left .timeline-date::after,
  .timeline .row.timeline-right .timeline-date::after {
    left: 47px;
  }

  .timeline .timeline-box,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-left .timeline-date {
    margin-left: 55px;
  }

  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }

  .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
  }

  .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #dddddd transparent transparent;
  }

  .timeline .timeline-launch .timeline-box::after,
  .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }
}

.h4.left {
  width: 100%;
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.bglb {
  background: rgb(241, 245, 248);
  border-radius: 2.1875rem;
}
.bglb1 {
  background: rgb(241, 245, 248);
}

.bglb22 {
  background: #083d59;
  color: #fff !important;
}
.bglb22 h3 {
  color: #e2b923 !important;
}

.bglb22 h6 {
  color: #fff !important;
  font-weight: 400;
}

.bglb22 p {
  color: #fff !important;
}
.bglb22 .inst1 {
  border: 2px solid #fff;
}

.stg-bg {
  background: #fff;
  border-radius: 30px;
  padding: 30px 20px;
  box-shadow: 17px 20px 40px rgba(0, 0, 0, 0.21);
}

.inst-bg {
  background: #f2f2f2;
  padding: 50px;
  border-radius: 30px;
}

.inst {
  background: #fff;
  text-align: center !important;
  border-radius: 20px;
  border: 2px solid #f5f5f7;
  padding: 20px 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 15px auto;
}
.inst img {
  padding-top: 10px;
  padding-bottom: 15px;
}

.inst h6 {
  padding-top: 10px;
  padding-bottom: 15px;
}

.pinst-50 {
  padding: 50px !important;
}

.img-responsive {
  width: 100%;
  height: auto;
}
/*Btn Style Two*/

.btn-style-two {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  background: #1d1d1f;
  color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  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;
}

.btn-style-two .btn-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 10px 30px 10px;
  z-index: 1;
  transition: 0.5s;
}

.btn-style-two:hover {
  color: #000;
}

.btn-style-two .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: #ffffff;
  opacity: 0.2;
  z-index: 0;
  transform: skewX(22deg);
  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;
}

.btn-style-two:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  transform: skewX(0deg);
}

.inst1 {
  text-align: center !important;
  border-radius: 20px;
  border: 2px solid #f5f5f7;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 5px;
  margin: 15px auto;
}
.bnksr-bg {
  background: #f5f5f7 !important;
}
.bnksr1-bg {
  background: #f5f5f7 !important;
}
.inst1 img {
  padding-top: 10px;
  padding-bottom: 15px;
}

.inst1 h6 {
  padding-top: 10px;
  padding-bottom: 15px;
}

.scio span {
  background: #f5f5f7;
  line-height: 40px;
  padding: 10px 20px;
  border-radius: 10px;
}
.scio .text-list li {
  text-align: justify !important;
}

.check-in-bg {
  background: #eff0fb;
  border-radius: 20px;
}

.check-in-w-bg {
  background: #fff;
  padding: 20px;
  border-radius: 30px;
}

.check-in-lh {
  line-height: 38px;
}
.check-in-lh1 {
  line-height: 25px;
}
.tel-bg {
  background: #eff0fb;
  border-radius: 20px;
  padding: 30px;
}
.pink-bg {
  background: #fbf0f1;
  border-radius: 20px;
  padding: 30px;
}
.litblu-bg {
  background: #effcf1;
  border-radius: 20px;
  padding: 30px;
}
.feature-wrapper {
  border-bottom: 1px solid #dadada;
}
.style-text7 {
  color: #083d59;
  font-size: 80px;
  font-weight: bold;
  padding: 10px 25px 10px 10px;
}
.content-text {
  padding: 15px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #201d1d;
  padding-bottom: 10px;
  text-align: justify;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  margin: 0px 0px 15px 0px;
}

.feature-wrapper2 {
  border-bottom: 1px solid #dadada;
}
.style-text7 {
  color: #083d59;
  font-size: 80px;
  font-weight: bold;
  padding: 10px 25px 10px 10px;
}
.content-text {
  padding: 0px 15px 35px 15px;
}
.title {
  font-size: 20px;
  font-weight: bold;
  color: #201d1d;
  padding-bottom: 10px;
  text-align: justify;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  margin: 0px 0px 15px 0px;
}
.feature-wrapper3 {
}
.style-text7 {
  color: #083d59;
  font-size: 80px;
  font-weight: bold;
  padding: 10px 25px 10px 10px;
}
.content-text {
  padding: 0px 15px 15px 15px;
}
.title {
  font-size: 20px;
  font-weight: bold;
  color: #201d1d;
  padding-bottom: 10px;
  text-align: justify;
}
p {
  font-size: 16px;
  font-weight: 500;
  color: #1d1d1f;
  margin: 0px 0px 15px 0px;
}

.smart-bg {
  background: #f5f5f5;
  border-radius: 20px;
}

.smart-city {
  color: #1d1d1f;
}

.smart-city h1 {
  color: #1d1d1f;
  text-transform: uppercase;
}

.smart-city h5 {
  color: #1d1d1f;
  font-size: 25px;
  line-height: 38px;
}

.smart-city h6 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 20px;
}

.smart-city p {
  color: #1d1d1f;
  font-weight: 500;
  text-align: center;
}

.ptext {
  color: #1d1d1f;
  font-weight: 500;
  text-align: justify !important;
}

.sc-bb5 {
  border: 1px solid #ccc;
  border-bottom: 5px solid #ccc;
  padding: 10px;
  border-radius: 15px;
}

.text-black {
  color: #1d1d1f !important;
}
.faq-area.home-6 {
  background-color: #ffff;
  background-image: url(../img/fag-bg.jpg);
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .faq-area.home-6 {
    background-image: none;
    margin: 0;
  }
}

.uiux-bg {
  background: #f3f3f3;
  border-bottom: 3px solid #fff;
}

@media only screen and (max-width: 600px) {
  .uiux-bg {
    border-radius: 0px;
  }
  .smart-span-bg {
    background: #e2b923;
    line-height: 25px;
    padding: 10px 20px;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 600px) {
  .uiux-bg {
    border-radius: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .uiux-bg {
    border-radius: 0px;
  }
}

@media only screen and (min-width: 992px) {
  .uiux-bg {
    border-radius: 0px 0px 50% 10%;
  }
}

@media only screen and (min-width: 1200px) {
  .uiux-bg {
    border-radius: 0px 0px 60% 0%;
  }
}
.smart span {
  background: #e2b923;
  line-height: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
}
.br-20 {
  border-radius: 20px;
}
.smart-notification {
}
.smart-notification hr {
  margin: 5px 0px 15px 0px;
}
.snbg {
  background: rgb(241, 245, 248);
}
.smart-notification p {
  text-align: justify;
}
.smart-notification h2 {
  line-height: 50px;
  color: #1d1d1f;
}
.smart-notification h3 {
  line-height: 40px;
}
.smart-notification h4 {
  color: #1d1d1f;
  font-weight: 500;
  background: #f5f5f7;
  padding: 10px 5px;
  border-radius: 5px;
}
.smart-notification h5 {
  padding-bottom: 5px;
  margin-top: 10px;
  line-height: 30px;
}
.smart-notification .f25 {
  font-size: 25px;
}
.smart-notification .txth3 {
  font-size: 43px;
  line-height: 55px;
  font-weight: bolder;
}
.smart-notification .txth5 {
  font-size: 26px;
  line-height: 40px;
  font-weight: bolder;
}
.smart-notification ul li {
  text-align: justify;
  color: #1d1d1f;
  font-weight: 500;
}
.smart-notification .headtxt {
  font-size: 16px;
  color: #1d1d1f;
  font-weight: 700;
}
.smart-notification .single-work {
  padding: 20px 40px 20px 40px;
}

.kiosk-main i {
  background: #1d1d1f;
  padding: 4px 6px;
  color: #fff;
  border-radius: 50%;
  text-align: right;
  float: right;
  margin: -8px;
  font-weight: 500;
}
.kiosk-main i:hover {
  background: #e2b923;
}

.kiosk-main .osol {
  font-size: 18px;
  line-height: 2.8rem;
}
.sn-service-bg {
  position: relative;
  z-index: 2;
}

.sn-service-bg::before {
  content: "";
  position: absolute;
  background: #083d59;
  width: 100%;
  min-height: 220px;
  left: 0;
  top: 0;
  z-index: -1;
}
.sn-service-bg h3 {
  color: #e2b923 !important;
  font-weight: 500;
}

.voice {
  background: #083d59;
}
.voice h3 {
  color: #fff;
  line-height: 45px;
}
.voice h4 {
  color: #e2b923;
  font-weight: 500;
  padding-bottom: 15px;
}
.voice p {
  color: #fff;
}
.voice .txt-r {
  text-align: right !important;
}
.voice .txt-l {
  text-align: left !important;
}
.voice-bg {
  background: url(../img/bg-center.png) no-repeat center;
  width: 100%;
}
.light-gry{background:#f5f5f7;}

.gold-bg {
  background: #e2b923;
}
.xip-blue-bg {
  background: #083d59;
}

.xip-lt-blu-bg {
  background: rgb(241, 245, 248);
  border-radius: 2.1875rem;
}

.smart-sms h4 {
  font-weight: 600;
  line-height: 40px;
  color: #1d1d1f;
  font-size: 30px;
}

.smart-sms .theme_btn {
  background: #877227;
  border: 1px solid #877227;
  color: #f5f5f7;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
}

.smart-sms .theme_btn:hover {
  background: transparent;
  border: 1px solid #877227;
  color: #877227;
}

@media screen and (min-device-width: 1201px) and (max-device-width: 1680px){
  .slider-bg-2{min-height: 768px !important;}
  .relationships img{padding: 5px !important;}
  .call-to-section h2{font-size: 26px !important;}
  .menu-style-2 .navbar-nav .nav-item .nav-link{margin: 0 30px 0 0 !important;}
  .single-services3 .shadow-text{font-size: 80px !important;}
  .rp-bg1{margin: 15px 11px !important; }
  .solution h3{font-size: 20px!important}
.fot-list a{font-size: 14px !important;}
.ambic-dash-left {
    border-left: 1px dashed transparent; !important;
}
.ambic-dash-left {
    padding: 0 7px 1px 7px !important;
}.details-box{height: 100%; padding: 20px!important; }
.details-box p { font-size: 16px !important;}
.single-services2 .text-list li::before{top: 2px !important;}
.icon-wh{width: 80px !important; height: 80px !important;}
.single-services2 ul{line-height: 20px !important;}
.single-services2 .text-list li{ font-size: 12px !important;}
.gov p {
    font-size: 13px !important;
}
.footer-area .border-theme.footer__widget {
    padding-left: 0px;
}
.bml-10{margin-left:10%;}
}
.site-map ul li{line-height: 35px; font-weight: 500;}

.site-map i {
    font-size: 14px;
    color: #bf9a16;
    padding-right: 10px;
}
.ambic-dash-left{padding: 0 30px 1px 20px;}
.single-services2 ul li{border-bottom: 1px dashed #e2e5e8!important;}
.single-services2 h4 {text-align: center;}
.soil h4{font-size: 25px; font-weight: 700; line-height: 30px; text-transform: uppercase; padding-bottom: 15px;}
.soil-text-bg{background:#FFF; border-radius: 20px; padding:30px 30px 20px; border:8px solid #e2b923;}
.soil .theme_btn2 {
  background: #083d59;
  border: 1px solid #083d59;
  color: #FFF;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
}

.soil .theme_btn2:hover {
  background: #e2b923;
  border: 1px solid #e2b923;
  color: #1d1d1f;
}


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.imgclose {
  position: absolute !important;
  top: 15px !important;
  right: 35px !important;
  color: #f1f1f1 !important;
  font-size: 40px !important;
  font-weight: bold;
  transition: 0.3s !important;
}

.imgclose:hover,
.imgclose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.blog-content h4 a{color: #1d1d1f!important; font-size: 16px;}