/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/
/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
/*** 

====================================================================
  Global Settings
====================================================================

 ***/
body {
  font-size: 15px;
  color: #696969;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: 'Hind', sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}
@media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}
.large-container {
  max-width: 1450px;
  padding: 0px 15px;
  margin: 0 auto;
}
.container-fluid {
  padding: 0px;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.small-container {
  max-width: 680px;
  margin: 0 auto;
}
.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}
a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input, button, select, textarea {
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
input {
  transition: all 500ms ease;
}
button:focus, input:focus, textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}
p {
  position: relative;
  font-family: 'Hind', sans-serif;
  color: #696969;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #070719;
  margin: 0px;
  transition: all 500ms ease;
}
/* Preloader */
.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
}
.preloader-close {
  position: fixed;
  z-index: 999999;
  font-size: 14px;
  color: #fff;
  padding: 5px 20px 2px 20px;
  cursor: pointer;
  right: 0;
  top: 0;
  font-weight: 600;
}
.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}
.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {
  color: #0c1499;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #0c1499;
}
.handle-preloader .animation-preloader .spinner {
  border: 3px solid #0c1499;
  border-top-color: rgb(19 27 156 / 29%);
}
/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}
.centred {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
figure {
  margin: 0px;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}
/** button **/
.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  text-align: center;
  padding: 15px 38px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}
.theme-btn:hover:before {
  width: 100%;
}
.theme-btn:hover {
  color: #16179c;
  outline: 1px #16179c solid;
}
.theme-btn:after {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}
.theme-btn:hover:after {
  width: 100%
}
.pagination {
  position: relative;
  display: block;
}
.pagination li {
  display: inline-block;
  margin: 0px 12px;
}
.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #e6e6e8;
  text-align: center;
  color: #5b5858;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}
.pagination li a:hover, .pagination li a.current {
  color: #fff;
  background: #070719;
}
.pagination li a:before {
  position: absolute;
  content: '';
  border: 2px solid #ebebeb;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  width: 80px;
  height: 80px;
}
.sec-pad {
  padding: 110px 0px 120px 0px !important;
}
.sec-pad-2 {
  padding: 110px 0px !important;
}
.mr-0 {
  margin: 0px !important;
}
.scroll-top {
  width: 55px;
  height: 55px;
  line-height: 64px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 40px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}
.scroll-top.open {
  bottom: 50px;
}
.scroll-top span {
  color: #fff;
}
.sec-title {
  position: relative;
  display: block;
  margin-bottom: 33px;
}
.sec-title span.top-text {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  font-family: 'Hind', sans-serif;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: normal;
  font-weight: 700;
  margin: 0px;
}
.sec-title h2 span {
  font-weight: 600;
}
.sec-title.light h2 {
  color: #fff;
}
.sec-title.centred {
  text-align: center !important;
}
.sec-title.centred span.top-text {
  padding-right: 45px;
}
.sec-title.centred span.top-text:after {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 28px;
  height: 23px;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
}
/*** 

====================================================================
                        Home-Page-One
====================================================================

***/
/** main-header **/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.main-header.style-one {
  position: absolute;
  padding: 0px 70px;
  width: 100%;
  top: 20px;
  background-color: transparent;
}
.header-top {
  position: relative;
  width: 100%;
  background-color: transparent;
  padding: 5px 20px;
  border-radius: 40px;
}
.header-top ul li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #070719;
  line-height: 26px;
}
.header-top ul li a {
  display: inline-block;
  color: #070719;
  font-size: 16px;
  color: #fff;
}
.header-top ul li a:hover {}
.header-top ul.left-info li {
  padding-left: 40px;
  margin-right: 10px;
}
.header-top ul.left-info li:last-child {
  margin: 0px !important;
}
.header-top ul.left-info li:first-child {
  padding: 0px;
}
.header-top ul.left-info li i {
  position: static;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0 10px 0 0px;
}
.header-top ul.right-info li {
  margin-right: 35px;
  padding-left: 25px;
  color: #fff;
}
.header-top ul.right-info li:last-child {
  margin: 0px !important;
}
.header-top ul.right-info li i {
  position: absolute;
  left: 0px;
  top: 4px;
  color: #fff;
  font-size: 15px;
}
.main-header .outer-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}
.main-header .outer-box .logo-box {
  position: relative;
  padding: 0 0px;
  max-width: 130px;
}
.main-header .outer-box .logo-box img {
  width: 100%;
}
.main-header .outer-box .btn-box {
  position: relative;
  top: 2px;
  display: flex;
}
.main-header .outer-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  color: #070719;
  padding: 10px 40px;
}
.main-header .outer-box .btn-box a:before {
  background: #16179c;
}
.main-header .outer-box .btn-box a:hover {
  color: #16179c;
}
.main-header .outer-box .btn-box a {
  border-radius: 5px;
  border: solid 1px #fff;
  color: #fff;
}
/** search box btn **/
.main-header .search-box-outer {
  position: relative;
  display: inline-block;
  padding: 10px 0px;
  margin-left: 20px;
  display: none;
}
.main-header .search-box-btn {
  position: relative;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  transition: all 500ms ease;
}
.main-header .search-box-btn:hover {}
.main-header .search-box-outer .dropdown-menu {
  top: 55px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  background: #ffffff;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}
.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1, 1, 1) !important;
  opacity: 1;
  visibility: visible;
}
.main-header .search-panel .form-container {
  padding: 30px;
}
.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}
.main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}
.main-header .search-panel input:focus, .main-header .search-panel select:focus {
  border-color: #f3f5fe;
}
.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}
.dropdown-toggle::after {
  display: none;
}
/** main-menu **/
.main-menu {
  float: left;
}
.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main-menu .navigation {
  margin: 0px;
  display: flex;
  justify-content: flex-end;
}
.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 10px 0px;
  margin: 0px 12px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}
.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  padding-right: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  opacity: 1;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a {}
.main-menu .navigation > li.dropdown > a:before {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  top: 2px;
  right: 0px;
}
.sticky-header .outer-box {
  position: relative;
}
.main-menu .navigation > li > ul, .main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 230px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main-menu .navigation > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 7px 0px;
  line-height: 24px;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  color: #070719;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > .megamenu li > a:hover {}
.main-menu .navigation > li > ul > li:last-child > a, .main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  right: 100%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.main-menu .navigation > li > ul > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 0px;
  line-height: 24px;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  color: #070719;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul, .main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}
.main-menu .navigation li.current.dropdown .dropdown-btn, .main-menu .navigation li:hover .dropdown-btn {}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar {
  background-color: #222;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}
/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0px;
  margin-bottom: 10px;
}
/** mobile-menu **/
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 25px 22px 25px;
  text-align: left;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #070719;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul, .mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  padding: 0px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .social-links li a:hover {}
div#mCSB_1_container {
  top: 0px !important;
}
.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.80);
}
.mobile-menu .contact-info ul li a:hover {}
.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}
.main-header .outer-box {
  position: relative;
  padding: 10px 15px;
}
/** banner-section **/
.banner-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner-carousel {
  position: relative;
}
.banner-carousel .slide-item {
  position: relative;
  padding: 90px 0px;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner-carousel .slide-item:before {
  position: absolute;
  content: '';
  width: 100%;
  background: -webkit-linear-gradient(0deg, rgba(7, 7, 25, 0.95), rgb(12 20 153 / 50%) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 100vh;
}
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}
.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.banner-carousel .content-box {
  position: relative;
  display: block;
  margin-right: -20px;
  z-index: 5;
}
.banner-carousel .content-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Hind', sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .active .content-box h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
.banner-carousel .content-box h5:before {
  left: 10px;
  top: 8px;
}
.banner-carousel .content-box h5:after {
  left: 0px;
  bottom: 9px;
}
.banner-carousel .content-box h1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
}
.banner-carousel .active .content-box h1 {}
.banner-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
.banner-carousel .content-box .btn-box .theme-btn.banner-btn {
  padding: 13px 38px;
  margin-left: 10px;
}
.banner-carousel .content-box .btn-box .theme-btn.banner-btn:before {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.banner-carousel .content-box .btn-box .theme-btn.banner-btn:hover {
  border-color: #070719;
}
.banner-carousel .image-box {
  position: relative;
  display: block;
  margin-right: -150px;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease
}
.banner-carousel .active .image-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.banner-carousel .image-box .image {
  position: relative;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 10% 0%);
  padding-left: 10px;
  padding-bottom: 10px;
}
.banner-carousel .image-box .image:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: -90px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}
.banner-carousel .image-box .image img {
  position: relative;
  width: 100%;
}
.owl-dots-none .owl-dots {
  display: none !important;
}
.banner-section .owl-dots {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-section .owl-theme .owl-dots .owl-dot {
  display: block;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 15px 0px;
  cursor: pointer;
}
.banner-section .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span:before, .banner-section .owl-theme .owl-dots .owl-dot span:hover:before {
  transform: scale(1, 1);
}
.bg-color-1 {
  background: #f5f7fa;
}
/** feature-section **/
.feature-section {
  position: relative;
  padding: 80px 0px 80px 0px;
}
.feature-section .inner-box {
  position: relative;
  margin-right: 40px;
}
.feature-section .inner-box .single-item {
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  padding: 59px 30px 48px 30px;
  margin-bottom: 30px;
}
.feature-section .inner-box .single-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}
.feature-section .inner-box .single-item:hover:before {
  height: 100%;
}
.feature-section .inner-box .single-box {
  position: relative;
}
.feature-section .inner-box .single-item .icon-box {
  position: relative;
  font-size: 100px;
  line-height: 80px;
  margin-bottom: 7px;
  transition: all 500ms ease;
}
.feature-section .inner-box .single-item:hover .icon-box {
  color: #fff;
}
.feature-section .inner-box .single-item h3 {
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  transition: all 500ms ease;
  text-transform: uppercase;
}
.feature-section .inner-box .single-item:hover h3 {
  color: #fff;
}
.feature-section .content_block_1 .content-box {
  margin-left: -30px;
}
.feature-section .content_block_1 .content-box .text {
  position: relative;
  display: block;
  padding-left: 75px;
  text-align: justify;
  margin-bottom: 33px;
}
.feature-section .content_block_1 .content-box .text .icon-box {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 55px;
  line-height: 60px;
}
.feature-section .inner-column .single-column:last-child {
  padding-top: 30px;
}
/** about-section **/
.about-section {
  position: relative;
  padding: 90px 0px;
}
.content_block_2 .content-box .sec-title h2 {
  margin-bottom: 34px;
}
.content_block_2 .content-box .text {
  position: relative;
  display: block;
  padding-left: 80px;
  margin-bottom: 30px;
}
.content_block_2 .content-box .text .icon-box {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  line-height: 60px;
}
.content_block_2 .content-box .text h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sec-title p {
  line-height: normal;
  text-align: justify;
}
.image_block_1 .image-box {
  position: relative;
  display: block;
  padding: 95px 100px 30px 0px;
}
.image_block_1 .image-box .image img {
  width: 100%;
}
.image_block_1 .image-box .image-1 {
  position: relative;
  display: block;
  overflow: hidden;
}
.image_block_1 .image-box .image-1:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.image_block_1 .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.image_block_1 .image-box .image-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}
.image_block_1 .image-box:before {
  position: absolute;
  content: '';
  width: 180px;
  height: 190px;
  right: 80px;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
  transform: rotate(270deg);
}
/** service-section **/
.service-section {
  position: relative;
}
.service-section .inner-content {
  position: relative;
  z-index: 1;
}
.service-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center;
}
.service-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #070719;
}
.service-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .image-box img {
  opacity: 0.6;
  transform: scale(1.05);
}
.service-block-one .inner-box .lower-content {
  position: relative;
  margin: 0px 25px;
}
.service-block-one .inner-box .lower-content .inner {
  position: relative;
  margin-top: -25px;
  padding: 10px 10px 10px 10px;
  z-index: 1;
  transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content .inner:before {
  position: absolute;
  content: '';
  background: #f5f7fa;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: translateY(0px) skew(0deg);
  border-radius: 10px;
  z-index: -1;
  transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content .inner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transform: scale(0, 0) skew(0deg);
  border-radius: 10px;
  z-index: -1;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .lower-content .inner:after {
  transform: scale(1, 1) skew(0deg);
}
.service-block-one .inner-box .lower-content .inner .light-icon {
  position: absolute;
  left: 50%;
  top: 56%;
  color: #f2f2f2;
  font-size: 170px;
  line-height: 100px;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .lower-content .inner .light-icon {
  color: rgba(255, 255, 255, 0.08);
}
.service-block-one .inner-box .lower-content .inner .icon-box {
  position: relative;
  font-size: 80px;
  line-height: 60px;
  margin-bottom: 18px;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .lower-content .inner .icon-box {
  color: #fff;
}
.service-block-one .inner-box .lower-content .inner h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.service-block-one .inner-box .lower-content .inner h3 a {
  display: inline-block;
  color: #050703;
}
.service-block-one .inner-box:hover .lower-content .inner h3 a {
  color: #fff;
}
.service-block-one .inner-box .lower-content .inner .text {
  position: absolute;
  left: 0px;
  bottom: 28px;
  right: 0px;
  width: 100%;
  padding: 0px 30px;
}
.service-block-one .inner-box .lower-content .inner .text p {
  color: #fff;
  opacity: 0;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .lower-content .inner .text p {
  opacity: 1;
}
.service-section .sec-title {
  margin-bottom: 80px;
}
/** contact-section **/
.contact-section {
  position: relative;
  width: 100%;
  padding: 260px 0px 130px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.contact-section:before {
  position: absolute;
  content: '';
  background: #070719;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}
.contact-section .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.contact-section .image-box iframe {
  border: solid 10px #fff !important;
}
.contact-section .image-box:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.contact-section .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.contact-section .image-box img {
  width: 100%;
}
.contact-section .content_block_3 .content-box {
  position: relative;
  margin: 0px 70px;
}
.contact-section .nice-select:after {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  color: #8b8baf;
  top: 0px;
  right: 30px;
  margin: 0px;
  margin: 0px;
  border: none !important;
  transform: rotate(0deg) !important;
}
.contact-section .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  line-height: 60px;
  border: 0px solid rgba(73, 73, 116, 0.5) !important;
  font-size: 15px;
  color: #8b8baf;
  font-weight: 500;
  background: #fff;
  border-radius: 0px;
  padding: 0px 20px;
}
.content_block_3 .content-box form .form-group {
  position: relative;
  margin-bottom: 15px;
  /* min-height: 65px; */
  display: flex;
}
.content_block_3 .content-box form .form-group:last-child {
  margin-bottom: 0px;
}
.content_block_3 .content-box form .form-group input[type='text'], .content_block_3 .content-box form .form-group input[type='email'], .content_block_3 .content-box form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 15px;
  color: #8b8baf;
  font-weight: 500;
  background: #fff;
  border: 0px solid rgba(73, 73, 116, 0.5);
  padding: 10px 20px 10px 20px;
  transition: all 500ms ease;
}
.content_block_3 .content-box form .form-group input::-webkit-input-placeholder, .content_block_3 .content-box form .form-group textarea::-webkit-input-placeholder {
  color: #8b8baf;
}
.content_block_3 .content-box form .form-group input:focus, .content_block_3 .content-box form .form-group textarea:focus {}
.content_block_3 .content-box form .form-group i {
  position: absolute;
  font-size: 15px;
  top: 25px;
  right: 30px;
  z-index: 1;
}
.content_block_3 .content-box form .form-group textarea {
  height: 110px;
  resize: none;
}
.content_block_3 .content-box .sec-title {
  margin-bottom: 30px;
}
/** gallery-section **/
.gallery-section {
  position: relative;
  padding: 125px 70px 102px 70px;
  border-bottom: 1px solid #e0e0e0;
}
.project-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.project-block-one.small-image .inner-box {
  top: 50px;
}
.project-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: -webkit-linear-gradient(0deg, rgba(7, 7, 25, 1), rgba(188, 22, 34, 1) 100%);
}
.project-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.project-block-one .inner-box:hover .image-box img {
  opacity: 0.1;
  transform: scale(1.05);
}
.project-block-one .inner-box .content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px 30px;
  text-align: center;
}
.project-block-one .inner-box .content-box .view-btn a {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 11px;
  transform: scale(0, 0);
}
.project-block-one .inner-box:hover .content-box .view-btn a {
  transform: scale(1, 1);
}
.project-block-one .inner-box .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  top: 15px;
  transition: all 500ms ease;
  opacity: 0;
}
.project-block-one .inner-box .content-box h3 a {
  display: inline-block;
  color: #fff;
}
.project-block-one .inner-box .content-box h3 a:hover {
  text-decoration: underline;
}
.project-block-one .inner-box:hover .content-box h3 {
  opacity: 1;
  top: 0px;
}
.gallery-section .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  top: 115px;
  width: 100%;
}
.gallery-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3px;
  margin: 0px;
  padding: 0px;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}
.gallery-section .owl-theme .owl-dots .owl-dot {
  width: 25%;
  margin: 0px 0px;
  padding: 0px 0px;
}
.gallery-section .owl-theme .owl-dots .owl-dot.active span {}
.gallery-section .sec-title {
  margin-bottom: 80px;
}
/** testimonial-section **/
.testimonial-section {
  position: relative;
  padding: 0 0px 80px 0px;
}
.testimonial-section .content_block_4 .content-box {
  position: relative;
  margin: 0px;
}
.content_block_4 .content-box .testimonial-content {
  position: relative;
  padding-left: 130px;
  margin: 0px 10px;
}
.content_block_4 .content-box .testimonial-content .icon-box {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: #fff;
  z-index: 1;
}
.content_block_4 .content-box .testimonial-content .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: skew(0deg);
  border-radius: 3px;
  z-index: -1;
}
.content_block_4 .content-box .testimonial-content .text h5 {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}
.content_block_4 .content-box .testimonial-content .text p {
  line-height: normal;
  text-align: justify;
}
.content_block_4 .content-box .testimonial-content .text {
  margin-bottom: 18px;
}
.content_block_4 .content-box .testimonial-content .author-box {
  position: relative;
  padding: 0px 0px 0px 70px;
}
.content_block_4 .content-box .testimonial-content .author-box .image-box {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.content_block_4 .content-box .testimonial-content .author-box .image-box img {
  width: 100%;
  border-radius: 50%;
}
.content_block_4 .content-box .testimonial-content .author-box h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 2px;
}
.content_block_4 .content-box .testimonial-content .author-box .designation {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.content_block_4 .content-box .sec-title {
  margin-bottom: 55px;
}
.testimonial-section .image-column .image-box {
  position: relative;
  display: block;
  padding: 0px 36px;
}
.testimonial-section .image-column .image-box img {
  width: 100%;
}
/** cta-section **/
.cta-section {
  position: relative;
}
.cta-section .inner-container {
  position: relative;
  padding: 50px 100px 50px 70px;
  margin-bottom: 0px;
  z-index: 1;
}
.cta-section .inner-container .text p {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 50px;
  margin-bottom: 21px;
}
.cta-section .inner-container .text p:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 28px;
  height: 23px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}
.cta-section .inner-container .text h2 {
  display: block;
  font-size: 55px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
}
.cta-section .inner-container .text h2 span {
  font-weight: 300;
}
.cta-section .inner-container .btn-box .theme-btn:before {
  background: #ffffff;
}
.cta-section .inner-container .btn-box .theme-btn {}
.cta-section .inner-container .btn-box {
  position: relative;
  margin-top: 40px;
}
.cta-section .inner-container .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.cta-section .inner-container:before {
  position: absolute;
  content: '';
  background: #121212;
  height: 100%;
  width: 220px;
  top: 0px;
  right: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 70px 0px);
}
/** news-section **/
.news-section {
  position: relative;
  padding: 129px 0px 217px 0px;
}
.news-section .sec-title {
  margin-bottom: 80px;
}
.news-section:before {
  position: absolute;
  content: '';
  background: #f5f7fa;
  width: 100%;
  height: calc(100% + 140px);
  left: 0px;
  top: -140px;
}
.news-block-one .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  transition: all 500ms ease;
}
.news-block-one .inner-box:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-box img {
  transform: scale(1.04);
  opacity: 0.2;
}
.news-block-one .inner-box .lower-content {
  position: relative;
  padding: 27px 40px 30px 40px;
}
.news-block-one .inner-box .lower-content .post-date {
  position: absolute;
  top: -39px;
  right: 25px;
}
.news-block-one .inner-box .lower-content .post-date h3 {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 64px;
  text-align: center;
  font-size: 24px;
  line-height: 18px;
  padding: 15px 0px;
  font-weight: 700;
  margin: 0px;
  border: none;
  z-index: 1;
}
.news-block-one .inner-box .lower-content .post-date h3 span {
  font-size: 14px;
  line-height: 15px;
  color: #696969;
  font-weight: 500;
}
.news-block-one .inner-box .lower-content .post-date h3:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: translateY(0px) skew(0deg);
  border-radius: 5px;
  z-index: -1;
  box-shadow: 0px 0px 25px 0px rgba(188, 22, 34, 0.2);
  transition: all 500ms ease;
}
.news-block-one .inner-box .lower-content .category {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.news-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 27px;
}
.news-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #070719;
}
.news-block-one .inner-box .lower-content h3 a:hover {}
.news-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #696969;
  float: left;
  margin-right: 65px;
  padding-left: 23px;
}
.news-block-one .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}
.news-block-one .inner-box .lower-content .post-info li a {
  color: #696969;
}
.news-block-one .inner-box .lower-content .post-info li a:hover {}
.news-block-one .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 4px;
}
.news-block-one .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: '';
  background: #070719;
  width: 5px;
  height: 5px;
  top: 10px;
  right: -36px;
  border-radius: 50%;
}
.news-block-one .inner-box .lower-content .post-info li:last-child:before {
  display: none;
}
/** main-footer **/
.main-footer {
  position: relative;
  background: #070719;
}
.footer-top {
  position: relative;
  display: flex;
  width: 100%;
  padding: 30px 0px 30px 0px;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}
.footer-top:before {
  position: absolute;
  content: '';
  width: calc(100% + 230px);
  height: 100%;
  left: -115px;
  top: 0px;
  z-index: -1;
}
.footer-top .top-info {
  position: relative;
  margin-left: auto;
  margin-top: 3px;
}
.footer-top .top-info li {
  position: relative;
  display: inline-block;
  margin-right: 120px;
  padding-left: 65px;
}
.footer-top .top-info li:last-child {
  margin: 0px !important;
}
.footer-top .top-info li i {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 45px;
  color: #ffffff;
}
.footer-top .top-info li h3 {
  display: block;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
.footer-top .top-info li p {
  color: #ffffff;
}
.footer-top .top-info li:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 50px;
  top: 0px;
  right: -60px;
}
.footer-top .top-info li:last-child:before {
  display: none;
}
.main-footer .widget-section {
  position: relative;
  padding: 50px 0px 20px 0px;
  border-bottom: 1px solid #1f1f3e;
}
.main-footer .widget-section .widget-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.main-footer .widget-section .widget-title h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}
.main-footer .widget-section p, .main-footer .widget-section a {
  color: #9e9e9e;
}
.main-footer .about-widget .text {
  position: relative;
  margin-bottom: 21px;
}
.main-footer .about-widget .email-box {
  position: relative;
  padding-left: 40px;
  margin: 0 0 15px 0;
  font-size: 22px;
  color: #9e9e9e;
}
.main-footer .about-widget .email-box i {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 24px;
}
.main-footer .about-widget .email-box a {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
}
.main-footer .about-widget .email-box a:hover {}
.ml-90 {
  margin-left: 90px;
}
.ml-30 {
  margin-left: 30px;
}
.main-footer .links-widget .widget-title {
  margin-bottom: 22px;
}
.main-footer .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 12px;
}
.main-footer .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}
.main-footer .links-widget .links-list li a {
  display: inline-block;
}
.main-footer .links-widget .links-list li a:hover {}
.main-footer .post-widget {
  position: relative;
  margin-left: -15px;
}
.main-footer .post-widget .post {
  position: relative;
  padding: 0px 0px 0px 100px;
  min-height: 80px;
  margin-bottom: 15px;
}
.main-footer .post-widget .post:last-child {
  margin-bottom: 0px;
}
.main-footer .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 75px;
  height: 75px;
  overflow: hidden;
}
.main-footer .post-widget .post .post-thumb img {
  width: 100%;
  transition: all 500ms ease;
}
.main-footer .post-widget .post:hover .post-thumb img {
  opacity: 0.2;
}
.main-footer .post-widget .post h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}
.main-footer .post-widget .post h6 a {
  display: inline-block;
}
.main-footer .post-widget .post h6 a:hover {
  color: #fff;
}
.main-footer .post-widget .post .post-date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #9e9e9e;
  padding-left: 26px;
  text-transform: uppercase;
}
.main-footer .post-widget .post .post-date i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 15px;
}
.main-footer .post-widget .widget-title {
  margin-bottom: 26px;
}
.footer-bottom {
  position: relative;
  width: 100%;
  padding: 10px 0px;
}
.footer-bottom .copyright p, .footer-bottom .copyright a {
  line-height: 30px;
  color: #9e9e9e;
  font-family: 'Roboto', sans-serif;
}
.footer-bottom .copyright a:hover {}
.footer-bottom .footer-social li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 40px;
}
.footer-bottom .footer-social li:last-child {
  margin: 0px !important;
}
.footer-bottom .footer-social li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Hind', sans-serif;
  color: #ffffff;
  font-weight: 500;
  padding-left: 45px;
  padding-top: 3px;
}
.footer-bottom .footer-social li a i {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}
.footer-bottom .footer-social li:first-child a i {
  background: #1771e6;
}
.footer-bottom .footer-social li:nth-child(2) a i {
  background: #1da1f2;
}
.footer-bottom .footer-social li:nth-child(3) a i {
  background: #ff0000;
}
.footer-bottom .footer-social li:last-child a i {
  background: #de0e88;
}
/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/
/** header-style-two **/
.main-header.style-two {
  position: relative;
}
.main-header.style-two .header-lower {
  position: relative;
  width: 100%;
  background: #fff;
}
.main-header.style-two .header-lower:before, .main-header.style-two .header-lower:after {
  position: absolute;
  content: '';
  background: #e3e3e3;
  width: 1px;
  height: 100%;
  top: 0px;
}
.main-header.style-two .header-lower:before {
  left: 150px;
}
.main-header.style-two .header-lower:after {
  right: 150px;
}
.main-header.style-two .header-lower .main-menu .navigation > li > a {
  color: #070719;
}
.main-header.style-two .header-lower .nav-box .nav-btn {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 23px;
  cursor: pointer;
  z-index: 1;
}
.main-header.style-two .header-lower .nav-box .nav-btn .bar {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0px;
  top: 0px;
  line-height: 1px;
  transition: all 500ms ease;
}
.main-header.style-two .header-lower .nav-box .nav-btn .bar-2 {
  width: 30px;
  top: 10px;
}
.main-header.style-two .header-lower .nav-box .nav-btn:hover .bar-2 {
  width: 100%;
}
.main-header.style-two .header-lower .nav-box .nav-btn .bar-3 {
  top: 20px;
}
.main-header.style-two .header-lower .search-box-btn {
  color: #070719;
  font-size: 15px;
  font-weight: 700;
}
.main-header.style-two .header-lower .search-box-btn:hover {}
.main-header.style-two .header-lower .search-box-outer {
  margin-left: 0px;
  margin-right: 20px;
}
.main-header.style-two .sticky-header li.logo-box {
  display: none;
}
.main-header.style-two .header-lower li.logo-box {
  padding: 0px;
  max-width: 100%;
  margin: 0px 120px;
}
.main-header.style-two .header-lower li.logo-box .logo {
  position: relative;
  width: 290px;
  text-align: center;
  display: inline-block;
  padding: 28px 0px 7px 0px;
  z-index: 1;
}
.main-header.style-two .header-lower li.logo-box .logo:before {
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% + 20px);
  left: 0px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 6% 100%, 0% 0%);
}
.main-header.style-two .header-lower li.logo-box .logo:after {
  position: absolute;
  content: '';
  background: #ffffff;
  width: calc(100% + 30px);
  height: calc(100% + 35px);
  left: -15px;
  top: 0px;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 6% 100%, 0% 0%);
}
.main-header.style-two .header-lower li.logo-box .logo img {
  width: auto;
  position: relative;
}
/** xs-sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/icons/cross-out.png), pointer;
  z-index: 999999;
}
.xs-sidebar-group.isActive .xs-overlay {
  opacity: .9;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}
.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}
.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #1c1d1f;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
  padding: 100px 30px;
}
.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: 0;
}
.xs-bg-black {
  background: #070719;
}
.xs-menu-tools > li {
  display: inline-block;
  margin-right: 15px;
}
.xs-menu-tools > li:last-child {
  margin-right: 0;
}
.xs-menu-tools > li > a {
  color: #000000;
  text-decoration: none;
}
.sidebar-info-contents {
  position: relative;
}
.close-side-widget {
  position: relative;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.close-side-widget:hover {}
.sidebar-info-contents .content-inner {
  position: relative;
}
.sidebar-info-contents .content-inner .logo {
  padding: 0px 0px 40px;
}
.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}
.sidebar-info-contents .content-inner .content-box {
  position: relative;
}
.sidebar-info-contents .content-inner .content-box h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.sidebar-info-contents .content-inner .content-box p {
  position: relative;
  font-size: 15px;
  color: #ccc;
  margin-bottom: 25px;
}
.sidebar-info-contents .content-inner .contact-info {
  position: relative;
  margin-top: 60px;
}
.sidebar-info-contents .content-inner .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #ccc;
  margin-bottom: 3px;
}
.sidebar-info-contents .content-inner .contact-info ul li a {
  color: #ccc;
}
.sidebar-info-contents .content-inner .contact-info ul li a:hover {}
.sidebar-info-contents .content-inner .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #ccc;
  z-index: 1;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #ededed;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sidebar-info-contents .content-inner .social-box li a:hover {}
/** banner-style-two **/
.banner-section.style-two {
  position: relative;
}
.banner-section.style-two .banner-carousel .slide-item:before {
  background: #030401;
  opacity: 0.55;
}
.banner-section.style-two .banner-carousel .slide-item {
  padding: 190px 0px 200px 0px;
}
/** funfact-section **/
.funfact-section {
  position: relative;
}
.funfact-section .sec-title {
  margin-bottom: 70px;
}
.funfact-section .inner-container {
  position: relative;
  background: #f5f7fa;
  padding: 130px 150px 100px 150px;
  margin-top: -80px;
  z-index: 1;
}
.counter-block-one .inner-box {
  position: relative;
  display: block;
}
.counter-block-one .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  color: #070719;
  font-weight: 700;
  margin-bottom: 10px;
}
.counter-block-one .inner-box p {
  font-size: 18px;
  line-height: 26px;
  color: #696969;
  font-weight: 600;
  margin-bottom: 13px;
}
.counter-block-one .inner-box .icon-box {
  position: relative;
  font-size: 70px;
  line-height: 60px;
}
/** about-style-two **/
.about-style-two {
  position: relative;
  padding: 90px 0px 50px 0px;
}
.image_block_2 .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.image_block_2 .image-box .image img {
  width: 100%;
}
.image_block_2 .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.image_block_2 .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.image_block_2 .image-box {
  position: relative;
  display: block;
  margin-right: 7px;
  padding: 40px 0px 13px 40px;
}
.image_block_2 .image-box:before {
  position: absolute;
  content: '';
  width: 180px;
  height: 190px;
  left: 0px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.image_block_2 .image-box .image-content {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 210px;
  background: #ffffff;
  padding: 38px 30px 43px 50px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.image_block_2 .image-box .image-content .icon-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #f2f2f2;
}
.image_block_2 .image-box .image-content h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.image_block_2 .image-box .image-content h4 span {
  font-size: 30px;
}
.about-style-two .content_block_2 .content-box .text .icon-box {
  top: 8px;
  transform: translateY(0);
}
.about-style-two .content_block_2 .content-box .sec-title {
  margin-bottom: 46px;
}
.bg-color-3 {
  background: #070719;
}
/** service-style-two **/
.service-style-two {
  position: relative;
  padding: 80px 0px;
}
.service-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 866px;
  height: 419px;
  background-repeat: no-repeat;
}
.service-style-two .image-layer {
  position: absolute;
  right: 80px;
  bottom: 70px;
}
.service-style-two .sec-title {
  margin-bottom: 80px;
}
.service-style-two .sec-title span.top-text {
  color: #fff;
}
.service-style-two .sec-title span.top-text:before, .service-style-two .sec-title span.top-text:after {
  background: url(../images/icons/icon-2.png);
}
.service-block-two .inner-box {
  position: relative;
  display: block;
  padding: 20px;
  border: solid 1px #fff;
  border-radius: 10px;
  margin: 0 0 40px 0px;
}
.service-block-two .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}
.service-block-two .inner-box:hover:before {
  height: 100%;
}
.service-block-two .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: left;
}
.service-block-two .inner-box h3 a {
  display: inline-block;
  color: #ffffff;
}
.service-block-two .inner-box h3 a:hover {
  text-decoration: underline;
}
.service-block-two .inner-box .icon-box {
  position: relative;
  font-size: 110px;
  line-height: 110px;
  margin-bottom: 9px;
  transition: all 500ms ease;
}
.service-block-two .inner-box:hover .icon-box {
  color: #fff;
}
.service-block-two .inner-box p {
  position: relative;
  color: #fff;
  margin-bottom: 9px;
  transition: all 500ms ease;
  line-height: normal;
  text-align: left;
  gap: 15px;
  display: flex;
  align-items: flex-start;
}
.service-block-two .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  color: #9e9e9e;
  font-weight: 700;
  text-transform: uppercase;
}
.service-block-two .inner-box .link a i {
  margin-left: 10px;
  transition: all 500ms ease;
}
.service-block-two .inner-box:hover p, .service-block-two .inner-box:hover a, .service-block-two .inner-box:hover a i {
  color: #fff;
}
.service-block-two .inner-box .link a:hover {
  text-decoration: underline;
}
/** gallery-style-two **/
.gallery-style-two {
  position: relative;
  padding: 130px 0px 100px 0px;
}
.gallery-style-two .project-block-one .inner-box {
  margin-bottom: 30px;
}
.gallery-style-two .small-block {
  padding-top: 80px;
}
.gallery-style-two .big-block .gallery-block:first-child {
  padding-top: 40px;
}
.gallery-style-two .sec-title .btn-box {
  position: absolute;
  top: 34px;
  right: 0px;
}
.gallery-style-two .sec-title .btn-box .theme-btn {
  color: #070719;
}
.gallery-style-two .sec-title .btn-box .theme-btn:before {
  background: transparent;
  border: 2px solid #e1e1e1;
}
.gallery-style-two .sec-title .btn-box .theme-btn:hover {
  color: #fff;
}
.gallery-style-two .sec-title .btn-box .theme-btn i {}
.gallery-style-two .sec-title {
  margin-bottom: 0px;
}
/** team-section **/
.team-section {
  position: relative;
}
.team-section:before {
  position: absolute;
  content: '';
  background: #f5f7fa;
  width: 100%;
  height: 280px;
  left: 0px;
  bottom: 0px;
}
.team-section .sec-title {
  margin-bottom: 70px;
}
.team-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
}
.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.team-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}
.team-block-one .inner-box .lower-content {
  position: relative;
  padding: 2px 30px 31px 30px;
}
.team-block-one .inner-box .lower-content .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 2px;
}
.team-block-one .inner-box .lower-content .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #070719;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #e7e7e7;
  text-align: center;
}
.team-block-one .inner-box .lower-content .social-links li a:hover {
  color: #fff;
}
.team-block-one .inner-box .lower-content:before {
  position: absolute;
  content: '';
  background: #fff;
  width: calc(100% - 60px);
  height: 23px;
  left: 30px;
  top: -23px;
}
.team-block-one .inner-box .lower-content .social-links {
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.team-block-one .inner-box .lower-content h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 2px;
}
.team-block-one .inner-box .lower-content h4 a {
  display: inline-block;
  color: #070719;
}
.team-block-one .inner-box .lower-content h4 a:hover {}
.team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}
/** faq-section **/
.faq-section {
  position: relative;
  padding: 130px 0px;
}
.faq-section .faq-inner .sec-title {
  margin-bottom: 47px;
}
.accordion-box .block {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
  margin-bottom: 10px;
}
.faq-section .accordion-box .block:before {
  position: absolute;
  content: '';
  background: #070719;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}
.accordion-box .block:last-child {
  margin-bottom: 0px;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  padding: 21px 80px 23px 30px;
  background: #ffffff;
  cursor: pointer;
  transition: all 500ms ease;
}
.faq-section .accordion-box .block .acc-btn.active {
  background: transparent;
  padding-bottom: 10px;
}
.accordion-box .block .acc-btn h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active h5 {
  color: #fff;
}
.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  display: inline-block;
  top: 18px;
  right: 30px;
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: all 500ms ease;
  z-index: 1;
}
.accordion-box .block .acc-btn.active .icon-outer i:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f068";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 0px 30px 23px 30px;
}
.faq-section .accordion-box .block .acc-content p {
  color: #fff;
}
.faq-section .skills-inner {
  position: relative;
  margin-left: 100px;
  margin-right: 25px;
}
.faq-section .skills-inner .text {
  margin-bottom: 30px;
}
.faq-section .skills-inner .text p {
  line-height: 30px;
}
.faq-section .skills-inner .sec-title {
  margin-bottom: 43px;
}
.progress-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.progress-box:last-child {
  margin-bottom: 0px;
}
.progress-box .bar {
  position: relative;
  width: 100%;
  height: 5px;
  background: #ffffff;
  border-radius: 5px;
}
.progress-box .bar-inner {
  position: relative;
  display: block;
  border-radius: 0px;
  width: 0px;
  height: 5px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.progress-box .count-text {
  position: absolute;
  top: -37px;
  right: -15px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #070719;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.progress-box h5 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 13px;
}
/** testimonial-style-two **/
.testimonial-style-two {
  position: relative;
  width: 100%;
  padding: 130px 0px 130px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.testimonial-style-two:before {
  position: absolute;
  content: '';
  background: #070719;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}
.testimonial-style-two .sec-title {
  margin-bottom: 80px;
}
.testimonial-style-two .sec-title span.top-text {
  color: #ffffff;
}
.testimonial-style-two .sec-title span.top-text:before, .testimonial-style-two .sec-title span.top-text:after {
  background: url(../images/icons/icon-2.png);
}
.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  padding: 37px 45px 33px 45px;
}
.testimonial-block-one .inner-box .light-icon {
  position: absolute;
  left: 60px;
  top: 20px;
  font-size: 200px;
  line-height: 200px;
  color: rgba(255, 255, 255, 0.08);
}
.testimonial-block-one .inner-box p {
  color: #fff;
  margin-bottom: 6px;
  line-height: 30px;
}
.testimonial-block-one .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}
.testimonial-block-one .inner-box h4 span {
  font-size: 14px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
}
.testimonial-block-one {
  margin-bottom: 40px;
}
.testimonial-block-one .inner-box .image-box {
  position: absolute;
  right: 40px;
  bottom: -40px;
  width: 103px;
  height: 100px;
}
/** news-style-two **/
.news-style-two {
  position: relative;
  padding: 130px 0px 130px 0px;
}
.news-style-two .sec-title {
  margin-bottom: 80px;
}
.news-block-two .inner-box .post-info li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #696969;
  float: left;
  margin-right: 65px;
  padding-left: 23px;
}
.news-block-two .inner-box .post-info li:last-child {
  margin: 0px !important;
}
.news-block-two .inner-box .post-info li a {
  color: #696969;
}
.news-block-two .inner-box .post-info li a:hover {}
.news-block-two .inner-box .post-info li i {
  position: absolute;
  left: 0px;
  top: 4px;
}
.news-block-two .inner-box .post-info li:before {
  position: absolute;
  content: '';
  background: #070719;
  width: 5px;
  height: 5px;
  top: 10px;
  right: -36px;
  border-radius: 50%;
}
.news-block-two .inner-box .post-info li:last-child:before {
  display: none;
}
.news-block-two .inner-box .category {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 51px;
}
.news-block-two .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 17px;
}
.news-block-two .inner-box h3 a {
  display: inline-block;
  color: #070719;
}
.news-block-two .inner-box h3 a:hover {}
.news-block-two .inner-box p {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 27px;
  border-bottom: 1px solid #e2e2e2;
}
.news-block-two .inner-box {
  position: relative;
  display: block;
  padding: 33px 40px 31px 40px;
  border: 1px solid #e4e4e4;
  z-index: 1;
}
.news-block-two .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}
.news-block-two .inner-box:hover:before {
  height: 100%;
  opacity: 1;
}
.news-block-two .inner-box .post-date {
  position: absolute;
  right: 35px;
  top: 35px;
}
.news-block-two .inner-box .post-date h3 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  margin: 0px;
}
.news-block-two .inner-box .post-date span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  color: #696969;
  margin-left: 5px;
}
/** clients-section **/
.clients-section {
  position: relative;
  padding: 50px 0 50px 0;
}
.clients-section .clients-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
/*** 

====================================================================
                        About-Page
====================================================================

***/
/** page-title **/
.page-title {
  position: relative;
  width: 100%;
  padding: 168px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title:before {
  position: absolute;
  content: '';
  background: #070719;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.65;
}
.page-title .title {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.page-title .title h1 {
  font-size: 100px;
  line-height: 100px;
  color: #ffffff;
  font-weight: 700;
}
.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  padding-right: 28px;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.page-title .bread-crumb li:last-child {
  padding: 0px;
  margin: 0px;
}
.page-title .bread-crumb li a {
  color: #fff;
}
.page-title .bread-crumb li a:hover {}
.page-title .bread-crumb li:before {
  position: absolute;
  content: "\f105";
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  top: -3px;
  right: 0px;
}
.page-title .bread-crumb li:last-child:before {
  display: none;
}
/** feature-style-two **/
.feature-style-two {
  position: relative;
  padding: 90px 0px 90px 0px;
  z-index: 1;
}
.feature-block-one .inner-box {
  position: relative;
  display: block;
  padding: 60px 30px 48px 30px;
}
.feature-block-one .inner-box:before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: skew(-7deg);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  transition: all 500ms ease;
}
.feature-block-one .inner-box:hover:before {}
.feature-block-one .inner-box .icon-box {
  position: relative;
  font-size: 100px;
  line-height: 80px;
  margin-bottom: 6px;
  transition: all 500ms ease;
}
.feature-block-one .inner-box:hover .icon-box, .feature-block-one .inner-box:hover h3 {
  color: #fff;
}
.feature-block-one .inner-box h3 {
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  transition: all 500ms ease;
}
.feature-style-two .inner-content {
  position: relative;
  margin: 0px 20px;
}
.feature-style-two .feature-block {
  padding: 0px 10px;
}
.feature-style-two .sec-title {
  margin-bottom: 80px;
}
.feature-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 782px;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-section.about-page:before {
  bottom: inherit;
  top: 0px;
  height: 508px;
}
.team-section.about-page .team-block-one .inner-box .lower-content {
  border: 1px solid #efefef;
}
.news-section.about-page:before {
  display: none;
}
/** chooseus-section **/
.chooseus-section {
  position: relative;
  padding: 130px 0px 130px 0px;
}
.content_block_5 .content-box {
  position: relative;
  display: block;
}
.content_block_5 .content-box .text {
  position: relative;
  margin-bottom: 43px;
  padding-left: 35px;
}
.content_block_5 .content-box .text p {
  line-height: 30px;
}
.content_block_5 .content-box .text:before {
  position: absolute;
  content: '';
  width: 5px;
  height: calc(100% - 20px);
  top: 8px;
  left: 0px;
}
.content_block_5 .content-box .list-item li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  line-height: 40px;
  padding-left: 55px;
  margin-bottom: 20px;
}
.content_block_5 .content-box .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  border: 2px solid #efefef;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0px;
  top: 0px;
}
.content_block_5 .content-box .list-item {
  padding-bottom: 30px;
}
.chooseus-section .sec-title {
  margin-bottom: 42px;
}
.chooseus-section .image-box {
  position: relative;
  display: block;
  margin-left: 50px;
  margin-top: 70px;
}
.chooseus-section .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.chooseus-section .image-box .image img {
  width: 100%;
}
.chooseus-section .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.chooseus-section .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.chooseus-section .image-box .image-bg {
  position: absolute;
  left: 250px;
  top: -72px;
  width: 5000px;
  height: 100%;
}
/*** 

====================================================================
                        Shop-Page
====================================================================

***/
.shop-page-section {
  position: relative;
  padding: 80px 0px 80px 0px;
}
.shop-sidebar .sidebar-search {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin-bottom: 40px;
}
.shop-sidebar .sidebar-search .form-group {
  position: relative;
  margin: 0px;
}
.shop-sidebar .sidebar-search .form-group input[type='search'] {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff;
  background: transparent;
  border: 1px solid transparent;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .form-group input::-webkit-input-placeholder {
  color: #fff;
}
.shop-sidebar .sidebar-search .form-group button {
  position: absolute;
  top: 13px;
  right: 20px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .form-group input:focus {
  border-color: #fff;
}
.shop-sidebar .sidebar-widget {
  position: relative;
  border: 2px solid #ececec;
  padding: 30px 40px;
  margin-bottom: 40px;
}
.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}
.default-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 22px;
}
.default-sidebar .widget-title h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.shop-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 12px;
}
.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Hind', sans-serif;
  color: #070719;
  font-weight: 600;
  padding-left: 12px;
}
.shop-sidebar .category-widget .category-list li a:hover {}
.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  color: #5b5858;
  font-weight: 400;
  left: 0px;
  top: -2px;
}
.shop-sidebar .category-widget {
  padding: 33px 40px 33px 40px;
}
.shop-sidebar .post-widget .post {
  position: relative;
  display: block;
  padding-left: 100px;
  padding-bottom: 32px;
  margin-bottom: 34px;
  border-bottom: 2px solid #ececec;
}
.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 80px;
  height: 80px;
  background: #e8ebf1;
  border-radius: 10px;
  transition: all 500ms ease;
}
.shop-sidebar .post-widget .post:hover .post-thumb {}
.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 10px;
}
.shop-sidebar .post-widget .post .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  float: left;
  margin-right: 5px;
}
.shop-sidebar .post-widget .post .rating li:last-child {
  margin: 0px !important;
}
.shop-sidebar .post-widget .post .rating {
  margin-bottom: 1px;
}
.shop-sidebar .post-widget .post h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 4px;
}
.shop-sidebar .post-widget .post h5 a {
  display: inline-block;
  color: #131313;
}
.shop-sidebar .post-widget .post h5 a:hover {}
.shop-sidebar .post-widget .post .price {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #696969;
  font-weight: 600;
}
.shop-sidebar .post-widget {
  padding: 39px 40px 8px 40px;
}
.shop-sidebar .post-widget .widget-title {
  margin-bottom: 33px;
}
.shop-sidebar .progress-box .bar {
  background: #ececec;
  height: 7px;
}
.shop-sidebar .progress-box .bar-inner {
  height: 7px;
}
.default-sidebar .other-box .inner {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 133px 50px 143px 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.default-sidebar .other-box .inner:before {
  position: absolute;
  content: '';
  background: #070719;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.75;
}
.default-sidebar .other-box .inner h2 {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 24px;
}
.default-sidebar .other-box .inner h2 span {
  font-weight: 300;
}
.nice-select:after {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  top: 7px;
  right: 5px;
  color: #5b5858;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
}
.nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  line-height: 60px;
  border: none !important;
  background: transparent;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #070719;
  font-weight: 500;
  padding: 5px 23px 5px 10px;
}
.shop-page-section .our-shop .item-shorting {
  position: relative;
  margin-bottom: 40px;
}
.shop-page-section .item-shorting .text h5 {
  font-size: 18px;
  line-height: 70px;
  font-weight: 500;
}
.nice-select .list {
  min-width: 160px !important;
}
.shop-page-section .pagination-wrapper {
  position: relative;
  padding-top: 30px;
}
.nice-select .option {
  font-size: 15px;
}
.shop-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
  border: solid 1px;
  background-color: #fff;
}
.shop-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  min-height: 160px;
  line-height: 160px;
}
.shop-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.shop-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}
.shop-block-one .inner-box .lower-content {
  position: relative;
  text-align: center;
}
.shop-block-one .inner-box .lower-content .rating li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin-right: 3px;
}
.shop-block-one .inner-box .lower-content .rating li:last-child {
  margin: 0px !important;
}
.shop-block-one .inner-box .lower-content .rating {
  position: relative;
  margin-bottom: 0px;
}
.shop-block-one .inner-box .lower-content h5 {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  border-top: solid 1px #696969;
}
.shop-block-one .inner-box .lower-content h5 a {
  display: inline-block;
  color: #070719;
}
.shop-block-one .inner-box .lower-content h5 a:hover {}
.shop-block-one .inner-box .lower-content .price {
  position: absolute;
  top: 38px;
  right: 0px;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
/** shop-details **/
.shop-details {
  position: relative;
}
.product-details-content {
  position: relative;
  padding: 130px 0px;
}
.product-details-content .slider-content {
  position: relative;
  display: block;
}
.product-details-content .slider-content .slider-pager {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 586px;
}
.product-details-content .slider-content .slider-pager .thumb-box li {
  margin-bottom: 23px;
  position: relative;
  width: 170px;
  height: 180px;
  cursor: pointer;
  z-index: 9;
}
.bx-viewport {
  min-height: 586px !important;
}
.product-details-content .slider-content .slider-pager .thumb-box li:last-child {
  margin-bottom: 0px;
}
.product-details-content .slider-content .product-image {
  position: relative;
  padding-left: 195px;
}
.product-details-content .slider-content .product-image .image {
  position: relative;
  display: block;
}
.product-details-content .slider-content .product-image .image img {
  width: 100%;
}
.product-details-content .slider-inner {
  position: relative;
  margin-right: -30px;
  height: 586px;
}
.product-details-content .product-details {
  position: relative;
  margin-left: 70px;
}
.product-details-content .product-details h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 13px;
}
.product-details-content .product-details .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  float: left;
  margin-right: 5px;
}
.product-details-content .product-details .rating li:last-child {
  margin: 0px !important;
}
.product-details-content .product-details .rating {
  margin-bottom: 14px;
}
.product-details-content .product-details h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 19px;
  text-transform: uppercase;
}
.product-details-content .product-details .text {
  margin-bottom: 24px;
  padding-right: 50px;
}
.product-details-content .product-details .text p {
  margin-bottom: 10px;
  line-height: 30px;
}
.product-details-content .product-details .text p:last-child {
  margin-bottom: 0px;
}
.product-details-content .product-details .color-box {
  margin-bottom: 30px;
}
.product-details-content .product-details .color-box h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 13px;
}
.product-details-content .product-details .color-box .color-list .color {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.product-details-content .product-details .color-box .color-list .color:last-child {
  margin: 0px !important;
}
.product-details-content .product-details .color-box .color-list .color-1 {}
.product-details-content .product-details .color-box .color-list .color-2 {}
.product-details-content .product-details .color-box .color-list .color-3 {}
.product-details-content .product-details .color-box .color-list .color-4 {}
.addto-cart-box .clearfix li {
  position: relative;
  display: inline-block;
}
.addto-cart-box .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 50px;
  width: 100%;
  height: 33px;
}
.addto-cart-box button {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 28px;
  cursor: pointer;
  transition: all 500ms ease;
}
.addto-cart-box button:hover {
  background: #070719;
}
.addto-cart-box .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  margin-right: 30px;
  border: 1px solid #dddddd;
  z-index: 1;
  margin-top: 4px;
}
.addto-cart-box input.quantity-spinner {
  line-height: 33px;
  height: 33px;
  width: 43px !important;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: 'Hind', sans-serif;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  background: transparent;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
  position: absolute;
  height: 33px;
  width: 30px;
  background: transparent;
  padding: 0px 0px;
  left: -34px;
  top: -32px;
  border-right: none;
  border-radius: 0px;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
  position: absolute;
  height: 33px;
  width: 30px;
  background: transparent;
  padding: 0px 0px;
  right: -34px;
  top: -32px;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
}
.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 12px;
  font-style: normal;
  color: #444444;
  font-family: 'Font Awesome 5 pro';
  font-weight: 700;
}
.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 12px;
  font-style: normal;
  color: #444444;
  font-weight: 700;
  font-family: 'Font Awesome 5 pro';
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  width: 100%;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  top: 2px;
  left: 7px;
  font-size: inherit !important;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: 0px;
}
.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.tabs-box .tab.active-tab {
  display: block;
}
.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}
.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}
.shop-details .product-discription .tabs-content .customer-review .single-review {
  position: relative;
  margin-bottom: 37px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review:last-child {
  margin-bottom: 0px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .image-box {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 100px;
  height: 100px;
  line-height: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .image-box img {
  width: 100%;
  border-radius: 5px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner {
  position: relative;
  padding-left: 130px;
}
.single-product .product-discription .tabs-content .customer-review .single-review .inner .rating {
  position: relative;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  margin-right: 2px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating li:last-child {
  margin-right: 0px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 12px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner h5 span {
  font-size: 15px;
  font-weight: 600;
  color: #93959e;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner p {
  line-height: 28px;
  color: #93959e;
}
.shop-details .product-discription .tabs-content .customer-review h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}
.shop-details .product-discription .tabs-content .customer-review {
  position: relative;
  display: block;
}
.shop-details .product-discription .tabs-content .customer-comments {
  position: relative;
  padding-left: 40px;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box p {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #93959e;
  margin-right: 12px;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating {
  position: relative;
  display: inline-block;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  margin-right: 2px;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating li:last-child {
  margin-right: 0px;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box {
  position: relative;
  margin-bottom: 17px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group label {
  position: relative;
  display: block;
  font-size: 15px;
  color: #93959e;
  margin-bottom: 5px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='text'], .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='email'], .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  color: #93959e;
  background: transparent;
  transition: all 500ms ease;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea {
  height: 150px;
  resize: none;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input:focus, .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea:focus {}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group button {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 28px;
  cursor: pointer;
  transition: all 500ms ease;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group button:hover {
  background: #070719;
}
.shop-details .product-discription .tabs-content .customer-comments h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group:last-child {
  margin-bottom: 0px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group.message-btn {
  margin-top: 10px;
}
.shop-details .product-discription {
  position: relative;
  padding: 125px 0px;
  border-bottom: 1px solid #e4e4e4;
}
.shop-details .product-discription .tab-btns {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 33px;
}
.shop-details .product-discription .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #222222;
  padding-bottom: 14px;
  margin-right: 45px;
  cursor: pointer;
  transition: all 500ms ease;
}
.shop-details .product-discription .tab-btns li.active-btn, .shop-details .product-discription .tab-btns li:hover {}
.shop-details .product-discription .tab-btns li:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: -2px;
  transition: all 500ms ease;
}
.shop-details .product-discription .tab-btns li.active-btn:before, .shop-details .product-discription .tab-btns li:hover:before {
  width: 100%;
}
.shop-details .product-discription .tabs-content .content-box {
  padding-right: 100px;
}
.shop-details .product-discription .tabs-content .content-box p {
  margin-bottom: 27px;
}
.shop-details .product-discription .tabs-content .content-box p:last-child {
  margin-bottom: 0px;
}
.other-shop-section {
  position: relative;
  padding: 130px 0px 153px 0px;
}
.other-shop-section .sec-title {
  margin-bottom: 80px;
}
/** error-section **/
.error-section {
  position: relative;
  padding: 100px 0px 200px 0px;
}
.error-section .inner-box .theme-btn-one i {
  margin-right: 10px;
}
.error-section .inner-box .error-image {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
.error-section .inner-box h1 {
  font-size: 200px;
  line-height: 200px;
  color: #070719;
  font-weight: 900;
  margin-bottom: 10px;
}
.error-section .inner-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}
.chooseus-section.style-two .content_block_5 .content-box {
  margin-left: 70px;
}
.chooseus-section.style-two .image-box {
  margin: 0px;
}
.service-section.service-page {
  padding: 130px 0px 320px 0px;
}
/** video-section **/
.video-section {
  position: relative;
  background: #fff;
  padding: 275px 0px 130px 0px;
  margin-top: -145px;
}
.video-section .video-inner {
  position: relative;
  width: 100%;
  padding: 250px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video-section .video-inner:before {
  position: absolute;
  content: '';
  background: #030401;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.55;
}
.video-section .video-inner .video-btn a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 75px;
  line-height: 75px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 7px;
}
.video-section .video-inner .video-btn a:hover {
  background: #fff;
}
.before-none:before {
  display: none !important;
}
/** service-details **/
.service-details {
  position: relative;
  padding: 130px 0px 215px 0px;
}
.service-details-content .image-box {
  position: relative;
  display: block;
}
.service-details-content .image-box img {
  width: 100%;
}
.service-details-content .inner {
  position: relative;
  padding-top: 43px;
  margin-bottom: 54px;
}
.service-details-content .inner h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 21px;
}
.service-details-content .inner p {
  margin-bottom: 27px;
}
.service-details-content .inner .list-item li {
  position: relative;
  display: inline-block;
  line-height: 32px;
  margin-bottom: 15px;
  padding-left: 70px;
}
.service-details-content .inner .list-item li:last-child {
  margin-bottom: 0px;
}
.service-details-content .inner .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  left: 0px;
  top: 8px;
}
.service-details-content .two-column .image-box {
  margin: 0px;
}
.service-details-content .two-column .text h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.service-details-content .two-column .text p {
  margin-bottom: 20px;
}
.service-details-content .two-column .text .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #070719;
  padding-left: 33px;
  margin-bottom: 13px;
}
.service-details-content .two-column .text .list-item li:last-child {
  margin-bottom: 0px;
}
.service-details-content .two-column .text .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 400;
  left: 0px;
  top: 0px;
}
.service-details-content .two-column {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.service-details-content .accordion-box .block {
  border: 1px solid #eaeaea;
  transition: all 0ms ease;
}
.service-details-content .accordion-box .block.active-block {}
.service-details-content .accordion-box .block .acc-btn {
  position: relative;
  display: block;
  padding: 18px 30px 19px 30px;
}
.service-details-content .accordion-box .block .acc-btn.active {
  padding-bottom: 11px;
}
.service-details-content .accordion-box .block .acc-btn h6 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.service-details-content .accordion-box .block .acc-content {
  padding: 0px 30px 21px 30px;
}
.service-details-content .accordion-box .block .acc-content p {
  line-height: 22px;
}
.service-details-content .accordion-box .block .acc-btn .icon-outer {
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  right: 17px;
  top: 16px;
}
.service-sidebar .category-widget {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.service-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.service-sidebar .category-widget .category-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  color: #070719;
  font-weight: 700;
  background: #f5f7fa;
  padding: 19.5px 35px;
  z-index: 1;
}
.service-sidebar .category-widget .category-list li a:after {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 400;
  top: 19px;
  right: 35px;
  transition: all 500ms ease;
}
.service-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.service-sidebar .category-widget .category-list li a.current:before, .service-sidebar .category-widget .category-list li a:hover:before {
  width: 100%;
}
.service-sidebar .category-widget .category-list li a.current, .service-sidebar .category-widget .category-list li a:hover {
  color: #fff;
}
.service-sidebar .category-widget .category-list li a.current:after, .service-sidebar .category-widget .category-list li a:hover:after {
  color: #ffffff;
}
.service-sidebar .contact-widget {
  position: relative;
  display: block;
  border: 2px solid #eaeaea;
  padding: 33px 40px 40px 40px;
  margin-bottom: 40px;
}
.service-sidebar .contact-widget .widget-title {
  margin-bottom: 28px;
}
.service-sidebar .contact-widget .message-form .form-group {
  position: relative;
  margin-bottom: 10px;
}
.service-sidebar .contact-widget .message-form .form-group:last-child {
  margin-bottom: 0px;
}
.service-sidebar .contact-widget .message-form .form-group input[type='text'], .service-sidebar .contact-widget .message-form .form-group input[type='email'], .service-sidebar .contact-widget .message-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #f5f7fa;
  border: 1px solid #f5f7fa;
  font-size: 15px;
  font-weight: 500;
  color: #696969;
  padding: 10px 30px;
  transition: all 500ms ease;
}
.service-sidebar .contact-widget .message-form .form-group textarea {
  height: 150px;
  resize: none;
}
.service-sidebar .contact-widget .message-form .form-group input:focus, .service-sidebar .contact-widget .message-form .form-group textarea:focus {}
.gallery-page-section {
  position: relative;
  padding: 130px 0px 100px 0px;
  z-index: 1;
  margin-bottom: -130px;
}
.gallery-page-section .project-block-one .inner-box {
  margin-bottom: 30px;
}
/*** 

====================================================================
                        Blog-Page
====================================================================

***/
.sidebar-page-container {
  position: relative;
  padding: 130px 0px 215px 0px;
}
.news-block-three .inner-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.news-block-three .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: -webkit-linear-gradient(0deg, rgba(7, 7, 25, 1), rgba(188, 22, 34, 1) 100%);
}
.news-block-three .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.news-block-three .inner-box:hover .image-box img {
  opacity: 0.2;
}
.news-block-three .inner-box .lower-content {
  position: relative;
  padding-top: 32px;
}
.news-block-three .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #696969;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 20px;
  padding-left: 23px;
}
.news-block-three .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}
.news-block-three .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 5px;
}
.news-block-three .inner-box .lower-content .post-info li a {
  color: #696969;
}
.news-block-three .inner-box .lower-content .post-info li a:hover {}
.news-block-three .inner-box .lower-content .post-info {
  position: relative;
  margin-bottom: 12px;
}
.news-block-three .inner-box .lower-content h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 17px;
}
.news-block-three .inner-box .lower-content h2 a {
  display: inline-block;
  color: #14212b;
}
.news-block-three .inner-box .lower-content h2 a:hover {}
.news-block-three .inner-box .lower-content p {
  margin-bottom: 25px;
}
.news-block-four .inner-box {
  position: relative;
  display: block;
  background: #070719;
  padding: 41px 45px 44px 45px;
  margin-bottom: 40px;
}
.news-block-four .inner-box .quote {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news-block-four .inner-box .post-info li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #8394a2;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 20px;
  padding-left: 23px;
}
.news-block-four .inner-box .post-info li:last-child {
  margin: 0px !important;
}
.news-block-four .inner-box .post-info li i {
  position: absolute;
  left: 0px;
  top: 5px;
}
.news-block-four .inner-box .post-info li a {
  color: #8394a2;
}
.news-block-four .inner-box .post-info li a:hover {}
.news-block-four .inner-box .post-info {
  position: relative;
  margin-bottom: 12px;
}
.news-block-four .inner-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.news-block-four .inner-box h2 a {
  display: inline-block;
  color: #ffffff;
}
.news-block-four .inner-box h2 a:hover {}
.news-block-three .inner-box .image-box .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news-block-three .inner-box .image-box .video-btn a {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 140px;
  font-size: 18px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
}
.news-block-three .inner-box .image-box .video-btn a:after, .news-block-three .inner-box .image-box .video-btn a:before {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.news-block-three .inner-box .image-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.blog-sidebar .sidebar-widget {
  position: relative;
  display: block;
  border: 2px solid #eaeaea;
  padding: 30px 40px;
  margin-bottom: 30px;
}
.blog-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.blog-sidebar .sidebar-search .search-form .form-group {
  position: relative;
  margin: 0px;
}
.blog-sidebar .sidebar-search .search-form .form-group input[type='search'] {
  position: relative;
  width: 100%;
  height: 80px;
  border: 2px solid #eaeaea;
  padding: 10px 110px 10px 30px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #070719;
  font-weight: 500;
  transition: all 500ms ease;
}
.blog-sidebar .sidebar-search .search-form .form-group input::-webkit-input-placeholder {
  color: #070719;
}
.blog-sidebar .sidebar-search .search-form .form-group input:focus {}
.blog-sidebar .sidebar-search .search-form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}
.blog-sidebar .sidebar-widget .widget-title {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 18px;
  margin-bottom: 11px;
}
.blog-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 11px;
}
.blog-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.blog-sidebar .category-widget .category-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #696969;
  font-weight: 600;
  border-bottom: 2px solid #eaeaea;
  padding: 14px 0px;
}
.blog-sidebar .category-widget .category-list li:last-child a {
  border-bottom: none;
}
.blog-sidebar .category-widget .category-list li a:hover {}
.blog-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  top: 12px;
  right: 0px;
  font-size: 18px;
  font-weight: 400;
}
.blog-sidebar .category-widget {
  padding: 33px 40px 18px 40px;
}
.blog-sidebar .post-widget .post {
  position: relative;
  padding: 0px 0px 0px 90px;
  min-height: 74px;
  margin-bottom: 16px;
}
.blog-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
}
.blog-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 70px;
  overflow: hidden;
}
.blog-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  transition: all 500ms ease;
}
.blog-sidebar .post-widget .post:hover .post-thumb img {
  opacity: 0.2;
}
.blog-sidebar .post-widget .post .post-date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.blog-sidebar .post-widget .post .post-date i {
  margin-right: 10px;
  font-size: 15px;
}
.blog-sidebar .post-widget .post h6 {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
.blog-sidebar .post-widget .post h6 a {
  display: inline-block;
  color: #070719;
}
.blog-sidebar .post-widget .post h6 a:hover {}
.blog-sidebar .post-widget .widget-title {
  margin-bottom: 31px;
}
.blog-sidebar .post-widget {
  padding: 33px 40px 35px 40px;
}
.blog-sidebar .tags-widget .tags-list li {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #696969;
  font-weight: 500;
  background: #f5f7fa;
  padding: 1px 15px;
}
.blog-sidebar .tags-widget .tags-list li a:hover {
  color: #fff;
}
.blog-sidebar .tags-widget .widget-title {
  margin-bottom: 30px
}
.blog-sidebar .tags-widget {
  padding: 33px 40px 30px 40px;
}
.blog-sidebar .author-widget .inner-box .author-thumb {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 12px;
}
.blog-sidebar .author-widget .inner-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}
.blog-sidebar .author-widget .inner-box h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 3px;
}
.blog-sidebar .author-widget .inner-box .designation {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 9px;
}
.blog-sidebar .author-widget .inner-box p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
}
.blog-sidebar .author-widget .inner-box .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 8px;
}
.blog-sidebar .author-widget .inner-box .social-links li a {
  font-size: 15px;
  color: #696969;
}
.blog-sidebar .author-widget .inner-box .social-links li a:hover {}
.blog-sidebar .author-widget {
  padding: 40px 40px 32px 40px;
}
.blog-details-content .news-block-three .inner-box:hover .image-box img {
  opacity: 1;
}
.blog-details-content blockquote {
  position: relative;
  display: block;
  background: #070719;
  padding: 42px 40px 43px 50px;
  margin-bottom: 34px;
}
.blog-details-content blockquote .quote {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-details-content blockquote h2 {
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 13px;
}
.blog-details-content blockquote p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #dce8f1;
  font-weight: 500;
  padding-left: 72px;
}
.blog-details-content blockquote p:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  left: 0px;
  top: 11px;
}
.blog-details-content .news-block-three .inner-box .lower-content p {
  margin-bottom: 18px;
}
.blog-details-content .news-block-three .inner-box {
  margin-bottom: 34px;
}
.blog-details-content .inner .lower-box {
  position: relative;
  margin-bottom: 24px;
}
.blog-details-content .inner .lower-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-left: 48px;
  margin-bottom: 16px;
}
.blog-details-content .inner .lower-box h3:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  font-weight: 400;
  left: 0px;
  top: 1px;
}
.blog-details-content .post-share-option h5 {
  font-size: 18px;
  font-weight: 500;
}
.blog-details-content .post-share-option ul li {
  position: relative;
  display: inline-block;
}
.blog-details-content .post-share-option .tags-list li {
  font-size: 18px;
  color: #696969;
}
.blog-details-content .post-share-option .tags-list li a {
  color: #696969;
}
.blog-details-content .post-share-option ul li a:hover {}
.blog-details-content .post-share-option .social-links li {
  margin-right: 15px;
}
.blog-details-content .post-share-option .social-links li:last-child {
  margin: 0px !important;
}
.blog-details-content .post-share-option .social-links li a {
  font-size: 15px;
  color: #696969;
}
.blog-details-content .post-share-option {
  position: relative;
  margin-bottom: 44px;
}
.blog-details-content .author-box {
  position: relative;
  display: block;
  background: #f5f7fa;
  padding: 49px 50px 49px 260px;
  margin-bottom: 50px;
}
.blog-details-content .author-box .author-thumb {
  position: absolute;
  left: 50px;
  top: 67px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
}
.blog-details-content .author-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}
.blog-details-content .author-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-details-content .author-box p {
  margin-bottom: 14px;
}
.blog-details-content .author-box .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.blog-details-content .author-box .social-links li:last-child {
  margin: 0px !important;
}
.blog-details-content .author-box .social-links li a {
  display: inline-block;
  font-size: 15px;
  color: #696969;
}
.blog-details-content .author-box .social-links li a:hover {}
.blog-details-content .post-nav {
  position: relative;
  display: block;
  margin-bottom: 55px;
}
.blog-details-content .post-nav .image-box {
  position: absolute;
  top: 1px;
  width: 75px;
  height: 70px;
}
.blog-details-content .post-nav .image-box img {
  width: 100%;
}
.blog-details-content .post-nav .left-nav .image-box {
  left: 0px;
}
.blog-details-content .post-nav .right-nav .image-box {
  right: 0px;
}
.blog-details-content .post-nav .left-nav {
  position: relative;
  padding-left: 90px;
}
.blog-details-content .post-nav .right-nav {
  position: relative;
  padding-right: 90px;
}
.blog-details-content .post-nav span {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #696969;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.blog-details-content .post-nav span i {}
.blog-details-content .post-nav .right-nav span i {
  margin-left: 10px;
}
.blog-details-content .post-nav .left-nav span i {
  margin-right: 10px;
}
.blog-details-content .post-nav h5 {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
.blog-details-content .post-nav h5 a {
  display: inline-block;
  color: #070719;
}
.blog-details-content .post-nav h5 a:hover {}
.blog-details-content .other-post .news-block-one .inner-box .lower-content {
  border: 1px solid #eaeaea;
}
.blog-details-content .other-post {
  margin-bottom: 71px;
}
.blog-details-content .comment-box .title-box {
  position: relative;
  margin-bottom: 22px;
}
.blog-details-content .comment-box .title-box h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}
.blog-details-content .comment-box .comment {
  position: relative;
  padding-left: 130px;
  margin-bottom: 33px;
}
.blog-details-content .comment-box .comment:last-child {
  margin-bottom: 0px;
}
.blog-details-content .comment-box .comment .thumb-box {
  position: absolute;
  left: 0px;
  top: 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%
}
.blog-details-content .comment-box .comment .thumb-box img {
  width: 100%;
  border-radius: 50%;
}
.blog-details-content .comment-box .comment .comment-info {
  position: relative;
  margin-bottom: 7px;
}
.blog-details-content .comment-box .comment .comment-info h5 {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.blog-details-content .comment-box .comment .comment-info .post-date {
  display: inline-block;
  font-size: 15px;
  margin-left: 5px;
}
.blog-details-content .comment-box .comment .comment-inner p {
  margin-bottom: 8px;
}
.blog-details-content .comment-box .comment .comment-inner .reply-btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  color: #616161;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-details-content .comment-box .comment .comment-inner .reply-btn i {
  font-size: 18px;
  margin-left: 10px;
}
.blog-details-content .comment-box .comment .comment-inner .reply-btn:hover {}
.blog-details-content .comment-box .comment.reply-comment {
  margin-left: 60px;
}
.blog-details-content .comment-box {
  margin-bottom: 70px;
}
.blog-details-content .comments-form-area .title-box {
  margin-bottom: 27px;
}
.blog-details-content .comments-form-area {
  position: relative;
  background: #f5f7fa;
  padding: 44px 50px 50px 50px;
}
.blog-details-content .comments-form-area .title-box h3 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}
.blog-details-content .comments-form-area .comment-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.blog-details-content .comments-form-area .comment-form .form-group:last-child {
  margin-bottom: 0px;
}
.blog-details-content .comments-form-area .comment-form .form-group input[type='text'], .blog-details-content .comments-form-area .comment-form .form-group input[type='email'], .blog-details-content .comments-form-area .comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-size: 15px;
  font-weight: 500;
  color: #070719;
  padding: 10px 50px 10px 30px;
  transition: all 500ms ease;
}
.blog-details-content .comments-form-area .comment-form .form-group textarea {
  height: 140px;
  resize: none;
}
.blog-details-content .comments-form-area .comment-form .form-group .field-input {
  position: relative;
}
.blog-details-content .comments-form-area .comment-form .form-group .field-input i {
  position: absolute;
  top: 28px;
  right: 26px;
  font-size: 14px;
  z-index: 1;
}
.blog-details-content .comments-form-area .comment-form .form-group input:focus, .blog-details-content .comments-form-area .comment-form .form-group textarea:focus {}
/*** 

====================================================================
                        Contact-Page
====================================================================

***/
.contact-info-section {
  position: relative;
  padding: 80px 0px 50px 0px;
}
.contact-info-section .content-box {
  position: relative;
}
.contact-info-section .content-box .text {
  margin-bottom: 20px;
}
.contact-info-section .content-box .social-box h3 {
  display: block;
  font-size: 20px;
  line-height: 10px;
  font-weight: 700;
  margin-bottom: 18px;
}
.contact-info-section .content-box .social-links li {
  position: relative;
  float: left;
  margin-right: 10px;
}
.contact-info-section .content-box .social-links li:last-child {
  margin: 0px !important;
}
.contact-info-section .content-box .social-links li a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}
.contact-info-section .content-box .social-links li:first-child a {
  background: #1771e6;
}
.contact-info-section .content-box .social-links li:nth-child(2) a {
  background: #1da1f2;
}
.contact-info-section .content-box .social-links li:nth-child(3) a {
  background: #0077B5;
}
.contact-info-section .content-box .social-links li:last-child a {
  background: #de0e88;
}
.contact-info-section .content-box .sec-title {
  margin-bottom: 10px;
}
.contact-info-section .inner-box {
  position: relative;
  display: flex;
  border: 1px solid #eaeaea;
  margin: 0px 0px;
}
.contact-info-section .inner-box .single-item {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding: 20px;
}
.contact-info-section .inner-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}
.contact-info-section .inner-box .single-item h3 {
  display: block;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact-info-section .inner-box .single-item p {
  line-height: 22px;
}
.contact-info-section .inner-box .single-item p a {
  color: #696969;
}
.contact-info-section .inner-box .single-item p a:hover {}
.contact-info-section .inner-box .single-item:first-child {
  border-right: 1px solid #eaeaea;
}
.contact-info-section .inner-box .single-item:nth-child(2) {
  border-right: 1px solid #eaeaea;
}
.google-map-section {
  position: relative;
}
#contact-google-map {
  position: relative;
  width: 100%;
  height: 750px;
}
.contact-style-two {
  position: relative;
  padding-bottom: 50px;
}
.contact-style-two .inner-content {
  position: relative;
  display: block;
  background: #f5f7fa;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
  z-index: 1;
  padding: 30px;
  border-radius: 20px;
}
.contact-style-two .title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 27px;
}
.contact-style-two .title-box h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}
.contact-style-two .default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact-style-two .default-form .form-group:last-child {
  margin-bottom: 0px;
}
.contact-style-two .default-form .form-group input[type='text'], .contact-style-two .default-form .form-group input[type='email'], .contact-style-two .default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-size: 15px;
  font-weight: 500;
  color: #070719;
  padding: 10px 50px 10px 30px;
  transition: all 500ms ease;
}
.contact-style-two .default-form .form-group textarea {
  height: 140px;
  resize: none;
}
.contact-style-two .default-form .form-group i {
  position: absolute;
  top: 28px;
  right: 41px;
  font-size: 14px;
  z-index: 1;
}
.contact-style-two .default-form .form-group input:focus, .contact-style-two .default-form .form-group textarea:focus {}
.pb-215 {
  padding-bottom: 215px !important;
}
.feature-section .inner-box .single-item .icon-box svg {
  width: 50px;
  height: 50px;
}
.feature-section .inner-box .single-item:hover svg {
  fill: #fff;
}
.feature-section .inner-box .single-item:hover svg path {
  strock: #fff;
}
.main-footer .about-widget .text p {
  font-size: 22px;
}
.about-style-two .content_block_2 .content-box .text .icon-box svg {
  width: 60px;
  height: 60px;
}
#timeline {
  position: relative;
  display: flex;
}
#timeline .stamp {
  position: relative;
  float: left;
  text-align: center;
  padding: 10px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.marker {
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px auto 20px auto;
  background-color: #0c1499;
  border-radius: 50%;
  background: #333;
  z-index: 100;
  border: 5px solid #fff;
  -webkit-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.marker:hover {
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}
.happening {
  font-weight: 500;
  text-transform: none;
  line-height: 20px;
}
.stamp:first-child:nth-last-child(1), .stamp:first-child:nth-last-child(1) ~ .stamp {
  width: 100%;
}
.stamp:first-child:nth-last-child(2), .stamp:first-child:nth-last-child(2) ~ .stamp {
  width: 50%;
}
.stamp:first-child:nth-last-child(3), .stamp:first-child:nth-last-child(3) ~ .stamp {
  width: 33.3333333333%;
}
.stamp:first-child:nth-last-child(4), .stamp:first-child:nth-last-child(4) ~ .stamp {
  width: 25%;
}
.stamp:first-child:nth-last-child(5), .stamp:first-child:nth-last-child(5) ~ .stamp {
  width: 20%;
}
.stamp:first-child:nth-last-child(6), .stamp:first-child:nth-last-child(6) ~ .stamp {
  width: 16.6666666667%;
}
.stamp:first-child:nth-last-child(7), .stamp:first-child:nth-last-child(7) ~ .stamp {
  width: 14.2857142857%;
}
.stamp:first-child:nth-last-child(8), .stamp:first-child:nth-last-child(8) ~ .stamp {
  width: 12.5%;
}
.stamp:first-child:nth-last-child(9), .stamp:first-child:nth-last-child(9) ~ .stamp {
  width: 11.1111111111%;
}
.stamp:first-child:nth-last-child(10), .stamp:first-child:nth-last-child(10) ~ .stamp {
  width: 10%;
}
.stamp:before {
  content: "";
  position: absolute;
  top: 58px;
  z-index: -1;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background: #333;
}
.stamp:first-child .marker, .stamp:last-child .marker {
  background: #0c1499;
}
.stamp:first-child:before {
  left: 50%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.stamp:last-child:before {
  left: -50%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 1200px) {
  #timeline {
    max-width: 30px;
    overflow: visible;
    height: auto;
  }
  #timeline .stamp {
    float: none;
    overflow: visible;
    padding: 0;
    width: 100%;
    padding: 40px 0px;
  }
  #timeline .stamp:before {
    top: 0;
    width: 2px;
    height: 100%;
  }
  #timeline .stamp:first-child:before {
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  #timeline .stamp:last-child:before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #timeline .marker {
    margin: 0px auto;
  }
  .date, .happening {
    white-space: nowrap;
    text-align: right;
    position: absolute;
    left: 50px;
  }
}
.date {
  font-size: 18px;
  font-weight: bold;
}
/*Milestore*/ :root {
  --mdc-layout-grid-gutter-desktop: 24px;
}
:root {
  --font-family-base: "Source Sans Pro", "Source Han Sans", sans-serif;
  --red: #C90025;
  --black: #000000;
  --black-25: rgba(0, 0, 0, .25);
  --font-family-sans: "Source Sans Pro";
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --interaction: #6022A6;
  --interaction-on-hover: #411771;
  --interaction-on-dark: #FFFFFF;
  --typography-brand: #6022A6;
  --typography-primary: #222222;
  --typography-secondary: #5B5B67;
  --typography-primary-on-dark: #FFFFFF;
  --bg-kl-750: #5B5B67;
  --background-brand: #6022A6;
  --background: #FFFFFF;
  --background-100: #FBF9FD;
  --error: #A32940;
  --corner-radius-small: 4px;
  --eds-primary-button-background-color: var(--interaction);
  --eds-primary-button-text-color: var(--typography-primary-on-dark);
}
@media (min-width: 1160px) {
  .container-do1 {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
}
.form-rp6 {
  max-width: none !important;
}
.wrapper-fbl {
  position: relative;
  padding: 0 20px;
}
.wrapper-fbl.form-rp6 {
  padding-top: 64px;
  padding-bottom: 64px;
}
*, :after, :before {
  box-sizing: border-box;
}
:root, :before, :after {
  --font-family-base: "Source Sans Pro", "Source Han Sans", sans-serif;
  --red: #C90025;
  --black: #000000;
  --black-25: rgba(0, 0, 0, .25);
  --font-family-sans: "Source Sans Pro";
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --interaction: #0c1499;
  --interaction-on-hover: #000bc3;
  --interaction-on-dark: #FFFFFF;
  --typography-brand: #6022A6;
  --typography-primary: #222222;
  --typography-secondary: #5B5B67;
  --typography-primary-on-dark: #FFFFFF;
  --bg-kl-750: #5B5B67;
  --background-brand: #6022A6;
  --background: #FFFFFF;
  --background-100: #FBF9FD;
  --error: #A32940;
  --corner-radius-small: 4px;
  --eds-primary-button-background-color: var(--interaction);
  --eds-primary-button-text-color: var(--typography-primary-on-dark);
}
.container-do1 > div {
  padding: 0;
}
.wrapper-fbl .section-ibx {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 960px) {
  .wrapper-fbl .section-ibx {
    position: relative;
  }
}
.ge-8ea {
  font-weight: var(--font-weight-normal);
}
.ge-8ea {
  font-size: 2.875rem;
  line-height: 3.1625rem;
}
.ge-8ea, h1 {
  font-family: var(--font-family-base);
  font-weight: 400;
}
.ge-8ea {
  color: var(--typography-primary);
}
.ge-8ea {
  color: var(--typography-primary);
  font-family: var(--font-family-base);
  font-weight: 400;
}
.wrapper-fbl .ge-8ea {
  margin-bottom: 6px;
}
.wrapper-fbl .sho-2vj {
  color: var(--typography-primary);
  font-size: 1.125rem;
  line-height: 26px;
}
.form-o8x {
  font-family: var(--font-family-base);
}
@media (min-width: 1140px) {
  .form-o8x {
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto;
  }
}
.form-o8x {
  background-color: transparent !important;
  font-family: var(--font-family-sans) !important;
}
@media (min-width: 960px) {
  .wrapper-fbl .form-aha {
    width: 75%;
  }
}
.wrapper-fbl .button-gds {
  position: absolute;
  cursor: pointer;
  right: 4px;
  top: 25px;
  outline: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.section-3do {
  border: none;
}
.wrapper-fbl .section-3do {
  padding: 24px 0;
}
.section-9g5 {
  margin-bottom: 10px;
}
@media (min-width: 840px) {
  .grid-jeb {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px)/2*-1);
  }
  .grid-jeb {
    display: grid;
    margin: 0;
    grid-gap: 24px;
    grid-gap: var(--mdc-layout-grid-gutter-desktop, 24px);
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1140px) {
  .grid-jeb {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px)/2*-1);
  }
  .grid-jeb {
    display: grid;
    margin: 0;
    grid-gap: 24px;
    grid-gap: var(--mdc-layout-grid-gutter-desktop, 24px);
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {
  .grid-jeb {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px)/2*-1);
  }
  .grid-jeb {
    display: grid;
    margin: 0;
    grid-gap: 24px;
    grid-gap: var(--mdc-layout-grid-gutter-desktop, 24px);
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .wrapper-fbl .section-3do .grid-jeb {
    padding-left: 40px;
  }
}
.button-tql {
  display: inline-flex;
}
.button-tql, .button-ay3 {
  color: var(--typography-primary-on-dark);
}
.button-tql {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: var(--font-weight-bold);
  font-family: var(--font-family-base);
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
}
.button-tql, .button-ay3 {
  border: 2px solid transparent;
  color: var(--interaction-on-dark);
  background: var(--background-brand);
}
.button-ay3 {
  transition: all .35s ease-in-out;
  border-radius: 50px;
}
.button-ht6 {
  height: 40px;
  padding: 2px 21px 0;
  font-size: .875rem;
}
@media (min-width: 768px) {
  .button-ht6 {
    padding: 2px 33.5px 0;
  }
}
@media (min-width: 1140px) {
  .button-ht6 {
    height: 56px;
    padding: 0 38px;
    font-size: 1.125rem;
  }
}
.button-tql {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-family: var(--font-family-base);
  font-size: 1rem;
  letter-spacing: 1.5px;
  background: var(--background-brand);
  text-transform: uppercase;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
}
.button-tql, .button-ay3 {
  border: 2px solid transparent;
  color: var(--interaction-on-dark);
}
.button-ay3 {
  background: var(--interaction);
  transition: all .35s ease-in-out;
  border-radius: 50px;
}
[type="submit"], button {
  -webkit-appearance: button;
}
.button-tql {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-family: var(--font-family-base);
  border: 2px solid transparent;
  font-size: 1rem;
  letter-spacing: 1.5px;
  color: var(--interaction-on-dark);
  background: var(--background-brand);
  text-transform: uppercase;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
}
.button-ay3 {
  color: var(--interaction-on-dark);
  background: var(--interaction);
  transition: all .35s ease-in-out;
  border: 2px solid transparent;
  border-radius: 50px;
}
@media (min-width: 960px) {
  .wrapper-fbl .button-nxv {
    margin-left: 40px;
    width: 290px;
  }
}
@media (min-width: 720px) {
  .wrapper-fbl .button-nxv {
    width: 290px;
  }
}
.button-nxv:hover {
  background: var(--interaction-on-hover);
}
.button-ay3:hover:not([disabled]) {
  color: var(--typography-primary-on-dark);
  background: var(--interaction-on-hover);
}
.button-ay3:hover:not([disabled]) {
  color: var(--interaction-on-dark) !important;
  text-decoration: none;
  background: var(--interaction-on-hover) !important;
}
.button-ay3:hover:not([disabled]) {
  color: var(--interaction-on-dark);
  text-decoration: none;
}
.form-o8x p {
  font-family: var(--font-family-sans) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
  line-height: 28px !important;
}
@media (min-width: 1140px) {
  .form-o8x p {
    font-size: 1.375rem !important;
    line-height: 32px !important;
  }
}
.section-9g5 .text-dcb {
  color: var(--typography-primary);
}
.wrapper-fbl .section-3do .section-9g5 .ge-s21 {
  margin-bottom: 24px;
  margin-top: 0;
}
@media (min-width: 840px) {
  .grid-6n4 {
    width: calc(33.33333% - 24px);
    width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px));
    box-sizing: border-box;
    margin: 12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px)/2);
  }
  .grid-6n4 {
    width: auto;
    grid-column-end: span 4;
    margin: 0;
  }
  .grid-2bb {
    width: calc(100% - 24px);
    width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  .grid-2bb {
    width: auto;
    grid-column-end: span 12;
  }
}
@media (min-width: 1140px) {
  .grid-6n4 {
    width: calc(33.33333% - 24px);
    width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px));
    box-sizing: border-box;
    margin: 12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px)/2);
  }
  .grid-6n4 {
    width: auto;
    grid-column-end: span 4;
    margin: 0;
  }
  .grid-2bb {
    width: calc(100% - 24px);
    width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  .grid-2bb {
    width: auto;
    grid-column-end: span 12;
  }
}
@media (min-width: 960px) {
  .grid-6n4 {
    width: calc(33.33333% - 24px);
    width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px));
    box-sizing: border-box;
    margin: 12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px)/2);
  }
  .grid-6n4 {
    width: auto;
    grid-column-end: span 4;
    margin: 0;
  }
  .grid-2bb {
    width: calc(100% - 24px);
    width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  .grid-2bb {
    width: auto;
    grid-column-end: span 12;
  }
}
@media (min-width: 840px) {
  .grid-yj2 {
    width: calc(50% - 24px);
    width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  .grid-yj2 {
    width: auto;
    grid-column-end: span 6;
  }
}
@media (min-width: 1140px) {
  .grid-yj2 {
    width: calc(50% - 24px);
    width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  .grid-yj2 {
    width: auto;
    grid-column-end: span 6;
  }
}
@media (min-width: 960px) {
  .grid-yj2 {
    width: calc(50% - 24px);
    width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  .grid-yj2 {
    width: auto;
    grid-column-end: span 6;
  }
}
.radio-xlk {
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 0;
}
.wrapper-fbl .radio-xlk {
  display: flex;
  flex-flow: wrap;
  outline: transparent;
}
.input-vre {
  font-size: 1rem;
  font-family: var(--font-family-base);
  position: relative;
}
.wrapper-fbl .section-3do .section-9g5 .ge-s21 span.section-kas {
  color: var(--typography-secondary);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  padding-left: 25px;
}
.field-gvi .grid-jeb {
  padding-left: 0 !important;
}
.list-gl7 {
  padding-left: 0;
}
.radio-xlk .radio-je2 {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  cursor: pointer;
}
.wrapper-fbl .radio-xlk .radio-je2 {
  margin-right: 20px;
  outline: transparent;
}
.label-4n2 {
  display: flex;
}
.input-x25 {
  font-size: 1.125em;
  line-height: 1.2em;
  color: var(--typography-primary);
  height: 236px;
  width: 100%;
  resize: none;
  padding: 1rem;
  margin: 0;
  border-radius: 2px;
  border: 1px solid var(--bg-kl-750);
  outline: 1px solid transparent;
  outline-offset: -2px;
  box-sizing: border-box;
  box-shadow: none;
  transition: all .35s ease-in-out;
}
@media (min-width: 768px) {
  .input-x25 {
    height: 215px;
  }
}
.input-x25 {
  font-size: 1.125em;
  line-height: 1.2em;
  color: var(--typography-primary);
  height: 236px;
  width: 100%;
  resize: none;
  padding: 1rem;
  margin: 0;
  border-radius: var(--corner-radius-small);
  border: 1px solid var(--bg-kl-750);
  outline: 1px solid transparent;
  outline-offset: -2px;
  box-sizing: border-box;
  box-shadow: none;
  transition: all .35s ease-in-out;
}
.wrapper-fbl .input-x25 {
  height: 80px;
}
.wrapper-fbl .input-x25 {
  outline: none;
}
#con-flz {
  display: block;
}
.message-5k2 {
  font-size: .75rem;
  color: var(--typography-secondary);
  line-height: 12px;
  padding-top: .25rem;
  position: absolute;
}
.message-5k2 {
  font-size: .75rem;
  color: var(--typography-secondary);
  line-height: 12px;
  padding-top: .25rem;
  display: flex;
}
.form-o8x a {
  color: var(--interaction) !important;
}
.wrapper-fbl .section-3do .section-9g5 .ge-s21 span.section-kas a {
  color: var(--interaction);
  font-size: 16px;
  border-bottom: 1px solid var(--background-brand);
}
.form-o8x a:hover {
  color: var(--interaction-on-hover) !important;
}
.ge-form-v2 a:focus, .ge-form-v2 a:hover, .form-o8x a:focus, .form-o8x a:hover {
  color: var(--interaction-on-hover) !important;
}
.input-942 {
  height: 50px;
  border-radius: 2px;
  color: var(--typography-primary);
  padding: .8em 2.3em .7em .889em;
  border: 1px solid var(--bg-kl-750);
  font-size: 1.125em;
  line-height: 1.2em;
  margin: 0;
  outline: 1px solid transparent;
  outline-offset: -2px;
  box-sizing: border-box;
  box-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .35s ease-in-out;
}
.input-n38 {
  width: 100%;
}
.input-942 {
  color: var(--typography-primary);
}
.input-942 {
  height: 50px;
  border-radius: var(--corner-radius-small);
  padding: .8em 2.3em .7em .889em;
  border: 1px solid var(--bg-kl-750);
  font-size: 1.125em;
  line-height: 1.2em;
  margin: 0;
  outline: 1px solid transparent;
  outline-offset: -2px;
  box-sizing: border-box;
  box-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .35s ease-in-out;
}
.wrapper-fbl .input-942 {
  outline: none;
}
.radio-xlk .button-vks {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid var(--interaction);
  background-color: transparent;
}
.radio-xlk .button-vks {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid var(--background-brand);
  background-color: transparent;
}
.wrapper-fbl .radio-xlk .button-vks {
  display: none;
}
.radio-xlk .button-2yc::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--background-brand);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.radio-xlk .label-3nr {
  margin-bottom: 0;
  font-size: 1.125rem;
  color: var(--typography-primary);
  cursor: inherit;
}
.wrapper-fbl .radio-xlk .label-3nr {
  height: 45px;
  min-width: 152px;
  width: auto;
  padding: 0 24px;
  border: 1px solid var(--background-100);
  color: var(--black);
  border-radius: 2px;
  background-color: var(--background);
  box-shadow: 0 1px 3px 0 var(--black-25);
  text-align: center;
  line-height: 40px;
}
.wrapper-fbl .radio-xlk .button-2yc + label {
  border: 1px solid var(--interaction);
  box-shadow: 0 0 0 1px var(--interaction) inset;
}
.label-bm7 {
  line-height: 1.2em;
  font-size: 1em;
  color: var(--typography-secondary);
  align-self: flex-end;
  display: inline-block;
  margin-bottom: .5rem;
}
.label-bm7 {
  line-height: 1.2em;
  font-size: 1em;
  color: var(--typography-secondary);
  align-self: flex-end;
}
.ge-contact-us-form-v2 .form-aha .text-gml .label-bm7::after, .form-aha .text-gml .label-bm7::after {
  color: var(--error);
}
.ge-contact-us-form-v2 .form-aha .text-gml .label-bm7::after, .form-aha .text-gml .label-bm7::after {
  content: " *";
  color: var(--red);
  font-style: 700;
  font-size: 1.125rem;
}
.select-xvk {
  position: relative;
}
.checkbox-fqd {
  position: relative;
  text-align: left;
  box-sizing: border-box;
}
.list-dd3 {
  cursor: default;
  display: block;
  color: var(--typography-secondary);
  font-size: 1rem;
  line-height: 23px;
  padding-left: 40px;
}
.checkbox-rcd {
  outline: 0;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  opacity: 0;
  position: absolute;
}
.checkbox-o12 {
  font-family: var(--font-family-base);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  line-height: 1;
  vertical-align: middle;
  font-size: .875rem;
  padding-left: 1.5625rem;
}
.checkbox-o12 {
  font-family: var(--font-family-base);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  vertical-align: middle;
  font-size: .875rem;
  padding-left: 1.5625rem;
}
.checkbox-o12:after, .checkbox-o12:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox-o12:before {
  width: 18px;
  height: 18px;
  background: var(--background);
  border: 2px solid var(--interaction);
  border-radius: 2px;
  cursor: pointer;
  box-sizing: border-box;
  transition: color .35s, background .35s;
}
.checkbox-o12:before {
  width: 18px;
  height: 18px;
  background: var(--interaction-on-dark);
  border: 2px solid var(--background-brand);
  border-radius: var(--corner-radius-small);
  cursor: pointer;
  box-sizing: border-box;
  transition: color .35s, background .35s;
}
.ge-center-additionalCheckbox .ge-center-additionalCheckbox__label::before, .ge-center-additionalCheckbox .checkbox-cap::before, .checkbox-6nr .ge-center-additionalCheckbox__label::before, .checkbox-6nr .checkbox-cap::before {
  top: -4px;
}
.checkbox-rcd:checked + label::before {
  background: var(--background-brand);
  border: 2px solid var(--interaction);
}
.checkbox-rcd:checked + label::before {
  background: var(--background-brand);
  border: 2px solid var(--background-brand);
}
.checkbox-o12:after {
  box-sizing: border-box;
}
.checkbox-rcd:checked + label::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
  left: 3px;
  width: 12px;
  height: 7px;
  border-color: var(--background);
  border-style: none none solid solid;
  border-width: 2px;
}
.checkbox-rcd:checked + label::after {
  transform: rotate(-45deg);
  top: 4px;
  left: 3px;
  width: 12px;
  height: 7px;
  border-color: var(--interaction-on-dark);
  border-style: none none solid solid;
  border-width: 2px;
}
.ge-center-additionalCheckbox .checkbox-rcd:checked + label::after, .checkbox-6nr .checkbox-rcd:checked + label::after {
  cursor: pointer;
  top: 0;
}
.list-dd3 span {
  display: block;
  padding-bottom: 10px;
}
.select-jrw {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: var(--background);
  height: 50px;
  border-radius: 2px;
  box-shadow: none;
  outline-offset: -2px;
  outline: 1px solid transparent;
  border: 1px solid var(--bg-kl-750);
  padding: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all .35s ease-in-out;
}
.select-jrw {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: var(--interaction-on-dark);
  height: 50px;
  border-radius: var(--corner-radius-small);
  box-shadow: none;
  outline-offset: -2px;
  outline: none;
  border: 1px solid var(--bg-kl-750);
  padding: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all .35s ease-in-out;
}
button, [type="button"] {
  -webkit-appearance: button;
}
.wrapper-fbl .select-jrw {
  outline: none;
}
.select-jrw:hover:not([disabled]) {
  border-color: var(--background-brand);
}
.select-jrw:hover:not([disabled]) {
  border-color: var(--typography-brand);
}
.ge-material-select__action--is-focused:not([disabled]), .ge-material-select__action--is-focused:not([disabled]):before, .select-jrw:focus, .select-jrw:hover:not([disabled]), .select-jrw:hover:not([disabled]):before {
  border-color: var(--background-brand);
}
.ge-material-select__action--is-focused:not([disabled]), .ge-material-select__action--is-focused:not([disabled]):before, .select-jrw:hover:not([disabled]), .select-jrw:hover:not([disabled]):before {
  border-color: var(--typography-brand);
}
.ge-material-select__action--is-focused:not([disabled]), .ge-material-select__action--is-focused:not([disabled]):before, .select-jrw:hover:not([disabled]), .select-jrw:hover:not([disabled]):before {
  border-color: var(--background-brand);
}
.list-4zt {
  cursor: pointer;
  position: relative;
  top: -5px;
  margin-left: 15px;
  color: var(--typography-primary);
  font-size: 1rem;
  line-height: 23px;
}
.list-dd3 a {
  color: var(--interaction);
  font-size: 1rem;
  border-bottom: 1px solid var(--background-brand);
}
.container-kx4 {
  display: block;
  width: 96%;
  position: relative;
  max-width: 307px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 1rem;
  font-size: 1.125rem;
  text-align: left;
  outline: 1px solid transparent;
  outline-offset: -2px;
}
@media (min-width: 1140px) {
  .container-kx4 {
    max-width: 227px;
  }
}
.dropdown-n1d {
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  margin-right: .5rem;
  display: flex;
  box-sizing: border-box;
  padding: .5rem;
  cursor: pointer;
  color: var(--typography-brand);
}
.dropdown-n1d {
  transition: transform .2s ease;
  margin-right: .5rem;
  display: flex;
  box-sizing: border-box;
  padding: .5rem;
  cursor: pointer;
  color: var(--typography-brand);
}
.dropdown-n1d:hover {
  color: var(--interaction);
}
.dropdown-n1d:hover {
  color: var(--typography-brand);
}
.list-4zt span {
  display: inline-block;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.ge-material-select__indicator-icon {
  width: 13px;
  height: 13px;
}
.dropdown-n1d svg {
  display: inline-block;
  fill: currentcolor;
  line-height: 1;
  stroke: currentcolor;
  stroke-width: 0;
}
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
svg:not(:root).svg-inline--fa {
  overflow: visible;
}
/* These were inline style tags. Uses id+class to override almost everything */
#style-e2496.style-e2496 {
  display: none;
}
#style-5CKDA.style-5CKDA {
  text-decoration: underline;
}
#style-xOIdz.style-xOIdz {
  display: none;
}
.request-quote-section .sec-title {
  margin: 0;
}
.opt-select {
  border: 1px solid var(--bg-kl-750);
  height: 50px;
  border-radius: 5px;
}
.opt-select .nice-select {
  height: auto;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
}
.opt-select .nice-select:after {
  right: 20px;
}
.contact-info-section .content-box .text p {
  font-size: 18px;
  line-height: normal;
}
.margin-top {
  margin-top: 40px;
}
.mobile-menu .nav-logo img {
  width: 150px;
}
@media (max-width:1200px) {
  .header-top {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 11px 50px;
    display: none;
  }
  .main-menu .navigation > li {
    margin: 0px 0;
  }
  .main-menu .navigation > li > a {
    font-size: 14px;
  }
  .main-header .outer-box {
    padding: 0px;
    display: flex;
    justify-content: flex-end;
  }
  .main-header .outer-box .logo-box {
    margin-right: auto;
  }
  .main-header .outer-box .btn-box {
    margin: 0 0 0 20px;
  }
  .main-header .outer-box .logo-box {
    position: relative;
    padding: 0;
    max-width: 140px;
  }
}
.header-top ul li a:hover {
  color: #fff;
}
.cta-section .inner-container .btn-box:hover .theme-btn:before {
  background-color: #16179c;
}
.menu-area.clearfix {
  float: none;
  margin-left: auto;
  padding: 0;
}
/*********TimeLine************/
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #0c1499;
}
.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  z-index: 2;
  background: #0c1499;
  border-radius: 50px;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 20px;
  background: #fff;
  border: solid 2px #0c1499;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.timeline ul li div time {
  position: absolute;
  background: #0c1499;
  top: -15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 0 15px;
  line-height: 32px;
}
.timeline ul li div div {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timeline ul li div div p {
  text-align: center;
  color: #000;
  font-weight: 600;
}
.timeline ul li div .discovery {
  margin-right: 10px;
}
.timeline ul li:nth-of-type(odd) > div {
  left: 45px;
}
.timeline ul li:nth-of-type(even) > div {
  left: -439px;
}
.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline ul li:nth-of-type(odd) div {
  transform: translate3d(100px, -10px, 0) rotate(10deg);
}
.timeline ul li:nth-of-type(even) div {
  transform: translate3d(-100px, -10px, 0) rotate(10deg);
}
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
    flex-direction: column;
  }
  .timeline ul li div div {
    width: 80%;
    margin: 10px;
  }
  .timeline ul li:nth-of-type(even) > div {
    left: -289px;
  }
}
@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-of-type(even) > div {
    left: 45px;
  }
}
.timeline ul li.in-view div.discovery {
  box-shadow: none;
  height: auto;
  margin: 0;
  text-align: center;
  display: flex;
  padding: 10px 0 0 0;
  align-items: center;
  line-height: 20px;
  border: 0;
  font-size: 15px;
  color: #000;
}
.service-block-two .inner-box p svg {
  fill: #fff;
  min-width: 15px;
  height: 15px;
  width: 15px;
}
.total-investment.feature-section .inner-box .single-item {
  position: relative;
  display: flex;
  background: #fff;
  text-align: left;
  padding: 15px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.total-investment.feature-section .inner-box .single-item h3 {
  font-size: 16px;
  line-height: normal;
}
.total-investment.feature-section .inner-box .single-item i {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  color: #0c1499;
  position: relative;
  white-space: nowrap;
}
.total-investment.feature-section .single-column {
  padding-top: 0 !important;
}
.feature-section .inner-box .single-item:hover i {
  color: #fff !important;
}
.simulation-imgs {
  display: flex;
}
.simulation-section {
  display: flex;
  background-color: #0c1499;
  padding: 20px 20px;
  border-radius: 20px;
}
.simulation-imgs span {
  border-radius: 10px;
  overflow: hidden;
}
.simulation-text h5 {
  color: #fff;
  margin: 0 0 10px 0;
}
.simulation-text li {
  color: #fff;
  position: relative;
  padding: 0 0 0 15px;
}
.simulation-text li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.simulation-imgs {
  display: flex;
  gap: 20px;
}
.simulation-text {
  min-width: 210px;
}
p.des-text {
  font-size: 18px;
  line-height: 25px;
  margin: 10px 0;
  color: #000;
  font-weight: 600;
}
.tab-content > .active {
  display: block;
  opacity: 1;
}
.shop-page-section ul.nav.nav-tabs a {
  border: solid 1px #16179c;
  padding: 0 20px;
  line-height: 40px;
  display: flex;
  align-items: center;
  color: #000;
}
.shop-page-section ul.nav.nav-tabs {
  gap: 10px;
  padding: 0 0 20px 0;
  border: 0;
}
.shop-page-section ul.nav.nav-tabs a.active, .shop-page-section ul.nav.nav-tabs .active a {
  background-color: #16179c;
  color: #fff;
}
.service-block-one .inner-box:before {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  background-color:#16179c;
  position: absolute;
  bottom: 0;
  top: -15px;
  left: -15px;
}
.owl-nav.disabled {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: 50px 0 0 0;
}
.owl-nav.disabled span, .testimonial-section .owl-nav span {
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #f1f1f1;
}
.banner-section .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.banner-section .owl-nav span {
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #f5f7fa;
}
.banner-section .owl-nav span:hover, .owl-nav.disabled span:hover, .testimonial-section .owl-nav span:hover {
  background-color: #16179c;
  color: #fff;
}
ul.footer-social.pull-right {
  display: none;
}
header.main-header .btn-box {
  display: none !important;
}
.contact-info-section .content-box .social-links li svg {
  width: 16px;
  fill: #fff;
}
.sticky-header {
  background-color: #1d247cab;
}
.header-top {
  position: relative;
  width: 100%;
  border-radius: 40px;
  padding: 0;
}
.banner-section .owl-dots {
  display: none;
}
.fixed-header .header-top {
  opacity: 0;
  display: none;
}
.sec-title i {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #16179c;
}
.main-header .outer-box .logo-box {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  max-width: 180px;
  transition: .2s;
}
.main-header.fixed-header .outer-box .logo-box {
  max-width: 150px;
}
.sep-section {
  border-radius: 10px;
  padding: 20px 20px;
  background: #16179C;
}
.sep-section .sec-title h2, .sep-section .text p, .social-box h3 {
  color: #fff;
}
.sep-section .single-item h3, .sep-section .single-item p a {
  color: #fff !important;
}
.select-opt .nice-select span {
  font-size: 14px;
  color: #757575;
}
.select-opt .nice-select {
  background-color: #fff;
  padding: 0 30px;
}
.select-opt .nice-select:after {
  top: 10px;
  right: 55px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.cont-images-1 {
  background-image: url("../images/banner/ind-img-1.jpg");
}
.cont-images-2 {
  background-image: url("../images/banner/ind-img-2.jpg");
}
.cont-images-3 {
  background-image: url("../images/banner/ind-img-3.jpg");
}
.cont-images-4 {
  background-image: url("../images/banner/ind-img-4.jpg");
}
center.cont-images-1, center.cont-images-2, center.cont-images-3, center.cont-images-4 {
  height: 100px;
  background-position: center -100px;
  margin: 0 0 20px 0;
  position: relative;
  border-radius: 5px;
  background-size: cover;
}
center.cont-images-1:before, center.cont-images-2:before, center.cont-images-3:before, center.cont-images-4:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background: #C90025;
  background: linear-gradient(0deg, rgb(7 7 26) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 5px;
}
.service-block-two .inner-box:hover center.cont-images-1:before, .service-block-two .inner-box:hover center.cont-images-2:before, .service-block-two .inner-box:hover center.cont-images-3:before, .service-block-two .inner-box:hover center.cont-images-4:before {
  background: #C90025;
  background: linear-gradient(0deg, rgb(22 23 156) 0%, rgba(255, 255, 255, 0) 100%);
}
/******Career*********/
.block-vo9 {
  display: block !important;
}
.mt-qlb {
  margin-top: 1.5rem !important;
}
.text-7z3 {
  text-decoration: none !important;
}
.text-4lp {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 992px) {
  .mt-lg-y93 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-ox5 {
    margin-top: 0 !important;
  }
}
.rounded-bcf {
  border-radius: 1rem !important;
}
.bg-fkn {
  background-color: #111827 !important;
}
.d-vh6 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.content-l55 {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.item-34j {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.yrkip, h3 {
  margin-top: 0;
  margin-bottom: .625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: var(--bs-heading-color, inherit);
}
.yrkip {
  font-size: 1.25rem;
}
.yrkip {
  margin-bottom: .375rem;
}
.yrkip {
  font-weight: 600;
}
.bg-fkn h3, .yrkip {
  color: #fff;
}
.list-lnd {
  padding-left: 0;
  list-style: none;
}
.list-c2h {
  padding-left: 0;
  list-style: none;
}
.text-m3v {
  --bs-text-opacity: 1;
  color: #737373 !important;
}
.btn-9r3 {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-font-family: Poppins, sans-serif;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.75;
  --bs-btn-color: #737373;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}
.btn-7tl {
  --bs-btn-padding-y: 0.425rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.8125rem;
  --bs-btn-border-radius: 0.25rem;
}
.block-67y {
  display: inline-block !important;
}
.btn-9r3 {
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0);
}
.btn-7tl {
  padding: .5rem 1.25rem;
  font-size: .875rem;
  line-height: 1.5;
}
.btn-ctp {
  color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-9r3 {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-9r3:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-ctp:hover, .btn-ctp:active {
  color: #404040 !important;
}
.mb-tox {
  margin-bottom: .5rem !important;
}
.job-rpe {
  font-size: 14px;
}
.bg-fkn span {
  color: #d9d9d9;
}
.sma-y8g {
  font-size: 0.8em;
}
.badge-omp {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 800;
  --bs-badge-color: #ffffff;
  --bs-badge-border-radius: 0.3125rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.px-lsy {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-7pz {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.rounded-2jm {
  border-radius: var(--bs-border-radius-pill) !important;
}
.sma-y8g {
  font-weight: inherit;
}
.bg-custom-9i8 {
  background-color: rgba(255, 255, 255, .1);
}
.item-1dz {
  display: inline-block;
}
.list-2jc li {
  font-size: 14px;
  margin-right: 15px !important;
}
.bg-fkn li {
  color: #d9d9d9;
}
.item-1dz:not(:last-child) {
  margin-right: .5rem;
}
.fa-1io {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-1io {
  font-family: "Font Awesome 6 Free";
}
.fa-1io {
  font-weight: 900;
}
.me-w6i {
  margin-right: .5rem !important;
}
.me-5yx {
  margin-right: .25rem !important;
}
a.career-card {
  background-color: #111827;
  display: block;
  padding: 30px 40px;
  border-radius: 20px;
  margin: 0 0 20px 0;
}
span.job-rpe.mb-tox {
  color: #d9d9d9;
}
span.job-rpe.mb-tox i {
  margin: 0 5px 0 0px;
}
li.item-1dz {
  font-weight: bold;
  color: #d9d9d9;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
ul.list-2jc.list-c2h.list-lnd.text-m3v {
  display: flex;
}
span.badge-career {
  background-color: rgba(255, 255, 255, .1);
  padding: 2px 15px;
  border-radius: 50px;
  font-size: 13px;
  color: #d9d9d9;
  display: inline-block;
}
.apply-btn {
  border: solid 2px #e5e5e5;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 4px;
  color: #e5e5e5;
  margin: 20px 0 0 0;
}
 
@media (max-width: 1199px) {
  .cp-details-wrap {
    padding-right: 0;
  }
}
.cp-manager_info .xb-item--title {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 40px;
  color: var(--color-heading-two);
}
@media (max-width: 1199px) {
  .cp-manager_info .xb-item--title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .cp-manager_info .xb-item--title {
    font-size: 28px;
  }
}
.cp-manager_info .xb-item--content {
  margin-top: 40px;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #494d57;
}
.xb-details-content li {
  font-size: 18px;
  color: #494d57;
  letter-spacing: -0.01em;
}
 
.xb-details-content li span {
  color: var(--color-heading-two);
}
.xb-details-item {
  margin-top: 60px;
}
.xb-details-item .xb-item--title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 35px;
  color: var(--color-heading-two);
}
@media (max-width: 767px) {
  .xb-details-item .xb-item--title {
    font-size: 26px;
  }
}
 
.xb-details-item .xb-details-content li {
  line-height: 32px;
}
.xb-details-item .xb-details-content li:not(:last-child) {
  margin-bottom: 0px;
}
.cp-det-bg {
  background: linear-gradient(360deg, #f6f6f8 0%, #fff 100%);
}
.input-file {
    background-color: #fff;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.input-file-sec p {
    font-weight: bold;
    margin: 10px 0 0 0;
}
.feature-section.f-box .inner-box .single-item a {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 9;
}