@charset "UTF-8";
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Nunito-Regular.woff2) format("woff2"), url(../fonts/Nunito-Regular.woff) format("woff"), url(../fonts/Nunito-Regular.ttf) format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Quicksand-Bold.woff2) format("woff2"), url(../fonts/Quicksand-Bold.woff) format("woff"), url(../fonts/Quicksand-Bold.ttf) format("truetype");
  font-display: swap; }
.banner-desc-fs-36 {
  font-size: 36px;
  font-family: 'Quicksand', sans-serif; }

.banner-desc-fs-24 {
  font-size: 24px; }

@media screen and (max-width: 991px) {
  .banner-desc-fs-36 {
    font-size: 24px; }

  .banner-desc-fs-24 {
    font-size: 18px; } }
.fs-18 {
  font-size: 18px; }

/* CSS Document */
/*============================
    CSS Index
==============================
    01. Default Css
        - Breadvrumb
        - Preloader
        - Scroll top
        - Dividers Css
        - Google Map Css
    02. Section Spacing Css
    03. Custom Animation Css
    04. container Css
    05. Header Css
        - Navigation Menu Css
        - Multilevel Submenu Css
        - Mega Menu Css
        - Mobile Menu Overlay Css
        - offset search
        - search overlay
    06. Footer Css
    07. Sidebar Css
    08. Button Css
    09. Accordions Css
    10. Call To Action Css
    11. Countdown Css
    12. Counters Css
    13. Box Icon Css
    14. Box Images Css
    15. Box Large Images Css
    16. Brand Logo Css
    17. Listing Css
    18. Gradation Process Css
    19. Instagram Css
    20. Message Box Css
    21. Video Popup Css
    22. Pricing table Css
    23. progress Bar Css
    24. Circle Progress Css
    25. Row Separators Css
    26. Social Networks Css
    27. Listing Css
    29. Team Member Css
    30. Timeline Css
    31. Testimonial slider Css
    32. Project Css
    33. Contact Us Css
    34. Blog Pages Css
    35. Infotechno Css
    36. Processing Hero Css
    37. Processing Hero Css
    38. Resolutions home Css
    39. Cybersecurity home Css
    40. About Us pages Css
    41. Single Smart Vision Css
    42. Redraw Css
    43. Preview Page Css
    44. BG Image Call


/*=====  End of CSS Index  ======*/
/*=============================================
=             01. Default Css                 =
=============================================*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  line-height: 1.74;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: 'Nunito', sans-serif;
  color: #696969;
  position: relative;
  background-color: #ffffff; }

body.no-overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.41; }

h1 {
  font-size: 48px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 44px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px; } }
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px; } }
h2 {
  font-size: 42px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 38px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px; } }
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px; } }
h3 {
  font-size: 36px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 32px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px; } }
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 25px; } }
h4 {
  font-size: 30px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 28px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 28px; } }
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 24px; } }
h5 {
  font-size: 24px; }

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px; } }
h6 {
  font-size: 18px; }

p:last-child {
  margin-bottom: 0; }

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer; }

a, button, img, input, span {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

*:focus {
  outline: none !important; }

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

a:hover {
  text-decoration: none;
  color: #3abb65; }

[placeholder]:focus::-webkit-input-placeholder {
  text-indent: 10em;
  color: transparent;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear; }

[placeholder]:focus::-webkit-textarea-placeholder {
  text-indent: 10em;
  color: transparent;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear; }

button, input[type="submit"] {
  cursor: pointer; }

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.mark, mark {
  padding: 0 0;
  background-color: transparent; }

.font-weight--bold {
  font-weight: 800; }

.font-weight--reguler {
  font-weight: 500; }

.font-weight--normal {
  font-weight: 400; }

.font-weight--light {
  font-weight: 300; }

/*--
    Default Class
*/
.text-color-primary {
  color: #3abb65; }

.text-color-secondary {
  color: #0f2353; }

.text-black {
  color: #333333 !important; }

.bg-white {
  background: #ffffff; }

.bg-gray {
  background: #F8F8F8; }

.bg-gray-2 {
  background: #F6FAFE; }

.bg-gray-3 {
  background: #f6f2ed; }

.bg-theme-default {
  background: #3abb65; }

.theme-bg-secondary {
  background: #0f2353; }

.sub-heading {
  color: #6d70a6; }

.black-bg {
  background: #000000; }

.border-radus-5 {
  border-radius: 5px; }

.text-green {
  color: #0f2353; }

.bg-gradient {
  background: -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%); }

/*-- Tab Content & Pane Fix --*/
select {
  padding: 3px 20px;
  height: 56px;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  background: #f8f8f8 url("../../images/selector-icon.png") no-repeat center right 20px;
  -moz-appearance: none;
  -webkit-appearance: none; }

select:focus {
  background: #f8f8f8 url("../../images/selector-icon.png") no-repeat center right 20px !important; }

.fixed-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

/*------- Defauld Class --------*/
.text-black {
  color: #333; }

.box-shadow-top {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05); }

.border {
  border: 1px solid #ededed !important; }

.border-top {
  border-top: 1px solid #ededed !important; }

.border-right {
  border-right: 1px solid #ededed !important; }

.border-bottom {
  border-bottom: 1px solid #ededed !important; }

.border-left {
  border-left: 1px solid #ededed !important; }

.border-top-dash {
  border-top: 1px dashed #ddd !important; }

.border-bottom-dash {
  border-bottom: 1px dashed #ddd !important; }

.border-top-thick {
  border-top: 2px solid #ededed !important; }

.border-bottom-thick {
  border-bottom: 2px solid #ededed !important; }

.border-top-drak {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important; }

.border-bottom-drak {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }

.section-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.41; }

.section-title mark {
  color: #38cb89;
  padding: .0em;
  background-color: transparent; }

.section-sub-title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #ababab;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.43;
  margin-top: -5px; }

.section-under-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.40;
  color: #333333; }

.section-under-heading a {
  color: #3abb65;
  border-bottom: 1px solid #ccc;
  position: relative; }

.section-under-heading a::before {
  content: '';
  width: 0;
  height: 1px;
  bottom: -1px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor; }

.section-under-heading a:hover::before {
  width: 100%;
  left: 0;
  right: auto; }

.title-dec-text {
  text-align: center;
  /*max-width: 760px;*/
  max-width: 90%;
  margin: auto;
  margin-bottom: 20px; }

.title-divider {
  width: 70px;
  height: 4px;
  background: #000;
  margin-top: 20px;
  position: relative; }

.title-divider:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 10px;
  height: 4px;
  background: #fff;
  animation: dividerAnimation 1.5s infinite linear; }

.bg-img .title-divider:before {
  display: none; }

@keyframes dividerAnimation {
  0% {
    left: -12px; }
  100% {
    left: 100%; } }
@-webkit-keyframes dividerAnimation {
  0% {
    left: -12px; }
  100% {
    left: 100%; } }
.text-center .title-divider {
  margin: 20px auto 0; }

.text-right .title-divider {
  float: right; }

::-moz-selection {
  color: #ffffff;
  background-color: #3abb65; }

::selection {
  color: #ffffff;
  background-color: #3abb65; }

form {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */ }

form input:focus::-webkit-input-placeholder {
  color: transparent; }

form input:focus::-moz-placeholder {
  color: transparent; }

form input:focus:-ms-input-placeholder {
  color: transparent; }

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

form input::-moz-placeholder, form textarea::-moz-placeholder {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

form input::placeholder, form textarea::placeholder {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, select:focus, textarea:focus {
  color: #3abb65;
  border-color: #3abb65 !important; }

input[type="checkbox"] {
  position: relative;
  background: 0 0;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 10px 0 3px;
  cursor: pointer; }

/* swiper default styles */
.swiper-pagination {
  position: static;
  display: block;
  line-height: 1; }

.swiper-pagination--vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  bottom: auto;
  left: auto; }

.swiper-pagination--vertical .swiper-pagination-bullet {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  margin-right: 0; }

.swiper-pagination--vertical .swiper-pagination-bullet:last-child {
  margin-bottom: 0; }

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  position: relative;
  outline: none;
  margin-right: 20px; }

.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0; }

.swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #3abb65; }

.swiper-pagination .swiper-pagination-bullet-active:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #3abb65; }

.site-wrapper-reveal {
  background-color: #ffffff; }

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet {
  margin: 8px; }

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet:hover:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff; }

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet-active::before {
  opacity: 1;
  background: #fff;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: 0 0 9px #ededed;
  box-shadow: 0 0 9px #ededed; }

.swiper-nav-button {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
  background-image: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  width: 48px;
  height: 48px;
  font-size: 24px;
  color: #6d70a6;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  top: 50%; }

.swiper-nav-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  color: #fff;
  background: #fff; }

.swiper-nav-button:hover {
  color: #fff; }

.swiper-nav-button:hover::before {
  color: #fff;
  background: #3abb65; }

.swiper-container {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.swiper-container:hover .swiper-nav-button {
  opacity: 1;
  visibility: visible; }

.swiper-nav-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.swiper-nav-button i::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: '\f104'; }

.swiper-nav-prev i::before {
  content: '\f104'; }

.swiper-button-next i::before {
  content: '\f105'; }

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

.single-element-wrap ul li {
  margin-bottom: 15px; }

.single-element-wrap ul li:last-child {
  margin-bottom: 0; }

/*===================================
    - Breadcrumb
=================================*/
.breadcrumb-area {
  background-color: #f6f2ed;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0;
  padding-top: 136px;
  padding-bottom: 131px;
  position: relative; }

.breadcrumb-area:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 35, 83, 0.8); }

.breadcrumb-area.about-us-bg:before {
  background: rgba(15, 35, 83, 0.9); }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area {
    padding-top: 80px;
    padding-bottom: 80px; } }
.breadcrumb-list {
  margin-top: 20px; }

.breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
  text-transform: uppercase; }

.breadcrumb-list li a {
  position: relative; }

.breadcrumb-list li a:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor; }

.breadcrumb-list li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 0; }

.breadcrumb-list li.active {
  color: #6D70A6; }

.breadcrumb-list li::before {
  display: inline-block;
  padding: 0 4px;
  color: #fff;
  content: "/"; }

.breadcrumb-list li:first-child:before {
  content: ''; }

.breadcrumb-list li a:not(:hover),
.breadcrumb-list li.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff; }

.page-pagination li {
  display: inline-block; }

.page-pagination li a {
  font-weight: 500;
  padding: 0 10px;
  display: block;
  text-align: center;
  line-height: 41px;
  min-width: 41px;
  height: 41px;
  text-transform: uppercase;
  color: #ababab;
  letter-spacing: 2px;
  border-radius: 5px; }

.page-pagination li a.current {
  background: #f6f5f9;
  color: #3abb65; }

.page-pagination li a:hover {
  color: #3abb65; }

.page-desc {
  font-size: 56px;
  line-height: 60px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0; }

@media screen and (max-width: 991px) {
  .page-desc {
    font-size: 30px;
    line-height: 1; } }
/*=============================================
=                - Preloader                =
=============================================*/
.preloader-active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99999; }

.preloader-active .preloader-area-wrap {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999; }

.preloader-active .preloader-area-wrap .spinner div {
  background-color: #3abb65;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.preloader-active .preloader-area-wrap .spinner div.bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.preloader-active .preloader-area-wrap .spinner div.bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.preloader-area-wrap {
  display: none; }

.open_tm_preloader {
  position: fixed;
  background-color: transparent;
  z-index: 9999;
  height: 100%;
  width: 100%;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

.open_tm_preloader.loaded {
  opacity: 0;
  visibility: hidden; }

.open_tm_preloader.loaded:before, .open_tm_preloader.loaded:after {
  width: 0%; }

.open_tm_preloader:before, .open_tm_preloader:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.open_tm_preloader:before {
  top: 0;
  left: 0; }

.open_tm_preloader:after {
  bottom: 0;
  right: 0; }

/*=============================================
   - Scroll top
=============================================*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #3abb65;
  background-size: 200% auto;
  background-position: left center;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden; }

@media only screen and (max-width: 479px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; } }
.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px; }

.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.scroll-top .arrow-top {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.scroll-top .arrow-bottom {
  -webkit-transform: translate(-50%, 80px);
  -ms-transform: translate(-50%, 80px);
  transform: translate(-50%, 80px); }

.scroll-top:hover {
  background-position: right center; }

.scroll-top:hover .arrow-top {
  -webkit-transform: translate(-50%, -80px);
  -ms-transform: translate(-50%, -80px);
  transform: translate(-50%, -80px); }

.scroll-top:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*=============================================
   - Dividers Css
=============================================*/
.separator-wrap {
  text-align: center;
  display: inline-block;
  margin-top: 40px; }

.separator-wrap .dot {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px #def0ff;
  box-shadow: 0 0 12px #def0ff;
  background: #000;
  background-color: #3abb65;
  -webkit-animation: separator-bounce 1.4s ease-in-out 0s infinite both;
  animation: separator-bounce 1.4s ease-in-out 0s infinite both;
  width: 14px;
  height: 14px; }

.separator-wrap .dot.second-circle {
  margin-top: 18px;
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s; }

.separator-wrap .dot.third-circle {
  margin-top: 14px;
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s; }

@-webkit-keyframes separator-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes separator-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*=================================
=          - Google Map Css       =
===================================*/
#googleMap-1, #googleMap-2, #googleMap-3 {
  height: 400px; }

/*=====  End of Default CSS  ======*/
/*============================================
=           02. Section Spacing Css          =
=============================================*/
.section-space {
  /* Section Padding Css */
  /* Section Margin Css */ }

.section-space--ptb_120 {
  padding-top: 120px;
  padding-bottom: 120px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_120 {
    padding-top: 80px;
    padding-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .section-space--ptb_120 {
    padding-top: 60px;
    padding-bottom: 60px; } }
.section-space--pt_120 {
  padding-top: 120px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_120 {
    padding-top: 80px; } }
@media only screen and (max-width: 767px) {
  .section-space--pt_120 {
    padding-top: 60px; } }
.section-space--pb_120 {
  padding-bottom: 120px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_120 {
    padding-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .section-space--pb_120 {
    padding-bottom: 60px; } }
.section-space--ptb_100 {
  padding-top: 100px;
  padding-bottom: 100px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_100 {
    padding-top: 80px;
    padding-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .section-space--ptb_100 {
    padding-top: 60px;
    padding-bottom: 60px; } }
.section-space--pt_100 {
  padding-top: 100px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_100 {
    padding-top: 80px; } }
@media only screen and (max-width: 767px) {
  .section-space--pt_100 {
    padding-top: 60px; } }
.section-space--pb_100 {
  padding-bottom: 100px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_100 {
    padding-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .section-space--pb_100 {
    padding-bottom: 60px; } }
.section-space--ptb_90 {
  padding-top: 90px;
  padding-bottom: 90px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_90 {
    padding-top: 60px;
    padding-bottom: 60px; } }
@media only screen and (max-width: 767px) {
  .section-space--ptb_90 {
    padding-top: 40px;
    padding-bottom: 40px; } }
.section-space--pt_90 {
  padding-top: 90px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_90 {
    padding-top: 60px; } }
@media only screen and (max-width: 767px) {
  .section-space--pt_90 {
    padding-top: 40px; } }
.section-space--pb_90 {
  padding-bottom: 90px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_90 {
    padding-bottom: 60px; } }
@media only screen and (max-width: 767px) {
  .section-space--pb_90 {
    padding-bottom: 40px; } }
.section-space--ptb_80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-space--ptb_40 {
  padding-top: 40px;
  padding-bottom: 40px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_80 {
    padding-top: 60px;
    padding-bottom: 60px; } }
@media only screen and (max-width: 767px) {
  .section-space--ptb_80 {
    padding-top: 40px;
    padding-bottom: 40px; } }
.section-space--pt_80 {
  padding-top: 80px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_80 {
    padding-top: 60px; } }
@media only screen and (max-width: 767px) {
  .section-space--pt_80 {
    padding-top: 40px; } }
.section-space--pb_80 {
  padding-bottom: 90px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_80 {
    padding-bottom: 60px; } }
@media only screen and (max-width: 767px) {
  .section-space--pb_80 {
    padding-bottom: 40px; } }
.section-space--ptb_70 {
  padding-top: 70px;
  padding-bottom: 70px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_70 {
    padding-top: 40px;
    padding-bottom: 40px; } }
@media only screen and (max-width: 767px) {
  .section-space--ptb_70 {
    padding-top: 30px;
    padding-bottom: 30px; } }
.section-space--pt_70 {
  padding-top: 70px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_70 {
    padding-top: 40px; } }
@media only screen and (max-width: 767px) {
  .section-space--pt_70 {
    padding-top: 30px; } }
.section-space--pb_70 {
  padding-bottom: 70px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_70 {
    padding-bottom: 40px; } }
@media only screen and (max-width: 767px) {
  .section-space--pb_70 {
    padding-bottom: 30px; } }
.section-space--ptb_60 {
  padding-top: 60px;
  padding-bottom: 60px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px; } }
@media only screen and (max-width: 767px) {
  .section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px; } }
.section-space--pt_60 {
  padding-top: 60px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_60 {
    padding-top: 60px; } }
@media only screen and (max-width: 767px) {
  .section-space--pt_60 {
    padding-top: 60px; } }
.section-space--pb_60 {
  padding-bottom: 60px; }

.section-space--pb_40 {
  padding-bottom: 40px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_60 {
    padding-bottom: 60px; } }
@media only screen and (max-width: 767px) {
  .section-space--pb_60 {
    padding-bottom: 60px; } }
.section-space--pt_40 {
  padding-top: 40px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_40 {
    padding-top: 30px; } }
@media only screen and (max-width: 767px) {
  .section-space--pt_40 {
    padding-top: 30px; } }
.section-space--pb_40 {
  padding-bottom: 40px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_40 {
    padding-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .section-space--pb_40 {
    padding-bottom: 30px; } }
.section-space--ptb_30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-space--pt_30 {
  padding-top: 30px; }

.section-space--pb_30 {
  padding-bottom: 30px; }

.section-space--mt_15 {
  margin-top: 15px; }

.section-space--mt_20 {
  margin-top: 20px; }

.section-space--mt_30 {
  margin-top: 30px; }

.section-space--mt_40 {
  margin-top: 40px; }

.section-space--mt_50 {
  margin-top: 50px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_50 {
    margin-top: 40px; } }
@media only screen and (max-width: 767px) {
  .section-space--mt_50 {
    margin-top: 30px; } }
.section-space--mt_60 {
  margin-top: 60px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_60 {
    margin-top: 50px; } }
@media only screen and (max-width: 767px) {
  .section-space--mt_60 {
    margin-top: 30px; } }
.section-space--mt_70 {
  margin-top: 70px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_70 {
    margin-top: 50px; } }
@media only screen and (max-width: 767px) {
  .section-space--mt_70 {
    margin-top: 30px; } }
.section-space--mt_80 {
  margin-top: 80px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_80 {
    margin-top: 50px; } }
@media only screen and (max-width: 767px) {
  .section-space--mt_80 {
    margin-top: 30px; } }
.section-space--mt_100 {
  margin-top: 100px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_100 {
    margin-top: 80px; } }
@media only screen and (max-width: 767px) {
  .section-space--mt_100 {
    margin-top: 60px; } }
.section-space--mt_120 {
  margin-top: 120px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_120 {
    margin-top: 80px; } }
@media only screen and (max-width: 767px) {
  .section-space--mt_120 {
    margin-top: 60px; } }
.section-space--mb_15 {
  margin-bottom: 15px; }

.section-space--mb_20 {
  margin-bottom: 20px; }

.section-space--mb_30 {
  margin-bottom: 30px; }

.section-space--mb_40 {
  margin-bottom: 40px; }

@media only screen and (max-width: 767px) {
  .section-space--mb_40 {
    margin-bottom: 30px; } }
.section-space--mb_50 {
  margin-bottom: 50px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_50 {
    margin-bottom: 40px; } }
@media only screen and (max-width: 767px) {
  .section-space--mb_50 {
    margin-bottom: 30px; } }
.section-space--mb_60 {
  margin-bottom: 60px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_60 {
    margin-bottom: 50px; } }
@media only screen and (max-width: 767px) {
  .section-space--mb_60 {
    margin-bottom: 30px; } }
.section-space--mb_100 {
  margin-bottom: 100px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_100 {
    margin-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .section-space--mb_100 {
    margin-bottom: 60px; } }
.section-space--mb_120 {
  margin-bottom: 120px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_120 {
    margin-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .section-space--mb_120 {
    margin-bottom: 60px; } }
.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-10 {
  margin-top: 10px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mr-10 {
  margin-right: 10px; }

.pt-80 {
  padding-top: 80px; }

.pt-50 {
  padding-top: 50px; }

.pt-70 {
  padding-top: 70px; }

.pt-100 {
  padding-top: 100px; }

.pb-65 {
  padding-bottom: 65px; }

@media only screen and (max-width: 767px) {
  .small-mt__0 {
    margin-top: 0px; }

  .small-mt__10 {
    margin-top: 10px; }

  .small-mt__20 {
    margin-top: 20px; }

  .small-mt__30 {
    margin-top: 30px; }

  .small-mt__40 {
    margin-top: 40px; }

  .small-mt__50 {
    margin-top: 50px; }

  .small-mt__60 {
    margin-top: 60px; }

  .small-mb__30 {
    margin-bottom: 30px; }

  .small-mb__40 {
    margin-bottom: 40px; }

  .small-mb__50 {
    margin-bottom: 50px; }

  .small-mb__60 {
    margin-bottom: 60px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-mt__0 {
    margin-top: 0px; }

  .tablet-mt__30 {
    margin-top: 30px; }

  .tablet-mt__40 {
    margin-top: 40px; }

  .tablet-mt__50 {
    margin-top: 50px; }

  .tablet-mt__60 {
    margin-top: 60px; }

  .tablet-mb__30 {
    margin-bottom: 30px; }

  .tablet-mb__40 {
    margin-bottom: 40px; }

  .tablet-mb__50 {
    margin-bottom: 50px; }

  .tablet-mb__60 {
    margin-bottom: 60px; } }
/*=====  End of spacing  ======*/
/*===========================================
=        03. Custom Animation Css
===========================================*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes moveHorizontal {
  to {
    -webkit-transform: translateX(0);
    opacity: 1; } }
@keyframes moveHorizontal {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
.move-up {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.move-up.animate {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation: moveVertical .65s ease forwards;
  animation: moveVertical .65s ease forwards; }

.move-up-x {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.move-up-x.animate {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-animation: moveHorizontal .65s ease forwards;
  animation: moveHorizontal .65s ease forwards; }

/* ------------------------
    Custom Animation 01
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px; }
  to {
    margin-top: 0; } }
@keyframes headerSlideDown {
  0% {
    margin-top: -100px; }
  to {
    margin-top: 0; } }
/* --------------------------------------
    Custom Hide Animation
---------------------------------------*/
@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(60px);
    opacity: 0; } }
@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0; } }
/* --------------------------------------
    Custom Slide Show Animation
---------------------------------------*/
@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: translateY(60px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes show-animation {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
/* --------------------------------------
    Custom Slide Out To Right
---------------------------------------*/
@-webkit-keyframes slide-out-to-right {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(40px);
    opacity: 0; } }
@keyframes slide-out-to-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0; } }
/* --------------------------------------
    Custom Slide Out To Left
---------------------------------------*/
@-webkit-keyframes slide-in-to-left {
  0% {
    -webkit-transform: translateX(60px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-to-left {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
/* ------------------------
    Separator Bounce
---------------------------*/
@-webkit-keyframes separator-bounce {
  0%,
  80%,
  to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes separator-bounce {
  0%,
  80%,
  to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*=============================================
=            04. container Css            =
=============================================*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
.container_fl {
  padding-left: 15px;
  padding-right: 15px; }

/*=====  End of container  ======*/
/*=============================================
=              05. Header Css            =
=============================================*/
.header-area .is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
  animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.header-area .is-sticky .navigation-menu--text_white > ul > li > a {
  color: #444; }

.header-area .is-sticky .navigation-menu--text_white > ul > li > a > span:after {
  background-color: #444; }

.header-area .is-sticky .navigation-menu--text_white > ul > li.active > a {
  color: #000000; }

.header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a:after, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a:after {
  color: #000000; }

.header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a > span, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a > span {
  color: #000000; }

.header-area .is-sticky .header-search-form .search-form-top .style-02 {
  background-color: transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.header-area .is-sticky .header-search-form .search-form-top.style-03 {
  background-color: transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-webkit-input-placeholder {
  color: #333; }

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-moz-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-moz-placeholder {
  color: #333; }

.header-area .is-sticky .header-search-form .search-form-top.style-03 input:-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea:-ms-input-placeholder {
  color: #333; }

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-ms-input-placeholder {
  color: #333; }

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::placeholder {
  color: #333; }

.header-area .is-sticky .header-search-form .search-form-top .search-field {
  color: #000; }

.header-area .is-sticky .header-search-form .search-form-top .search-submit {
  color: #333; }

.header-area .is-sticky .header__logo .dark-logo {
  display: inherit; }

.header-area .is-sticky .header__logo .light-logo {
  display: none; }

.header-area .is-sticky .menu-style-four .navigation-menu > ul > li > a {
  color: #333; }

.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:after, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:after {
  color: #333; }

.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a > span, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a > span {
  color: #333; }

.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:before, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0; }

.header-area .is-sticky .header-search-form-two.white-icon a {
  color: #333; }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff; } }
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
    display: none !important; } }
.header-area--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area--absolute {
    position: static; } }
.header-area--absolute__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5; }

.header-area--default {
  border-color: #E4E8F6;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05); }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* logo */ }

.header__logo {
  padding: 14px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.header__logo.top-logo {
  padding: 25px 0; }

@media only screen and (max-width: 767px) {
  .header__logo {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px; }

  .header__logo.top-logo {
    padding: 15px 0; } }
.header__logo > a img {
  width: 180px; }

.header__logo .dark-logo {
  display: none; }

.header__logo .light-logo {
  display: inherit; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header__logo .dark-logo {
    display: inherit; }

  .header__logo .light-logo {
    display: none; } }
@media only screen and (max-width: 767px) {
  .header-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    position: initial; }

  .header-right-inner {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media only screen and (max-width: 767px) {
  .header-right-inner.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 999; } }
@media only screen and (max-width: 767px) {
  .header-right-box .header-right-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
@media only screen and (max-width: 575px) {
  .header-right-box .header-right-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.header-top-info-slider-werap {
  overflow: hidden;
  max-width: 770px;
  width: 100%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-info-slider-werap {
    max-width: 540px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-info-slider-werap {
    max-width: 280px; } }
@media only screen and (max-width: 767px) {
  .header-top-info-slider-werap {
    max-width: 100%; } }
.header-top-info-slider-werap {
  padding: 0 12px; }

@media only screen and (max-width: 767px) {
  .header-top-info-slider-werap {
    padding: 0; } }
.header-top-info-inner .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #ddd;
  padding-left: 19px; }
  .header-top-info-inner .info-item:first-child {
    border-left: none; }

.header-top-info-inner .info-item .info-icon {
  width: 41px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 30px;
  line-height: 1;
  color: #0f2353; }

.header-top-info-inner .info-item .info-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.header-top-info-inner .info-item .info-content .info-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 6px;
  color: #333333;
  font-family: 'Quicksand', sans-serif; }

.header-top-info-inner .info-item .info-content .info-sub-title {
  font-size: 14px; }

@media only screen and (max-width: 767px) {
  .header-top-info-inner .info-item {
    padding-left: 0px;
    margin-top: 20px; } }
.header-top-info-inner.default-color .info-item .info-icon {
  color: #3abb65; }

.top-info-slider__container {
  cursor: w-resize; }

.top-info-slider__container .swiper-slide-active .info-item {
  border-left: none; }

.header-social-networks.style-icons a {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  margin-top: 5px; }
  .header-social-networks.style-icons a.twitter .social-icon {
    background-image: url(../../images/share-twitter-b.svg);
    background-size: 16px 15px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 16px;
    height: 15px; }
  .header-social-networks.style-icons a.twitter:hover .social-icon {
    background-image: url(../../images/share-twitter-g.svg); }

.header-bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.header-bottom-left-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.header-search-form {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.header-search-form .search-form-top {
  position: relative;
  background-color: #f7f7f7; }

.header-search-form .search-form-top .search-field {
  width: 70%;
  border-radius: 0;
  border: 0 !important;
  background: 0 0 !important;
  min-height: 60px;
  padding-right: 50px;
  padding-left: 10px; }

.header-search-form .search-form-top input::-webkit-input-placeholder, .header-search-form .search-form-top textarea::-webkit-input-placeholder {
  color: #333; }

.header-search-form .search-form-top input::-moz-placeholder, .header-search-form .search-form-top textarea::-moz-placeholder {
  color: #333; }

.header-search-form .search-form-top input:-ms-input-placeholder, .header-search-form .search-form-top textarea:-ms-input-placeholder {
  color: #333; }

.header-search-form .search-form-top input::-ms-input-placeholder, .header-search-form .search-form-top textarea::-ms-input-placeholder {
  color: #333; }

.header-search-form .search-form-top input::placeholder, .header-search-form .search-form-top textarea::placeholder {
  color: #333; }

.header-search-form .search-form-top .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  background: 0 0;
  width: 48px;
  height: 48px;
  line-height: 50px;
  padding: 0;
  border: 0;
  color: #3abb65; }

.header-search-form .search-form-top.style-02 {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed; }

.header-search-form .search-form-top.style-02 .search-field {
  width: 232px;
  border-radius: 0;
  background: #fff !important;
  border: 0 !important;
  min-height: 60px;
  color: #333; }

.header-search-form .search-form-top.style-02 .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  background: 0 0;
  width: 48px;
  height: 48px;
  line-height: 50px;
  padding: 0;
  border: 0;
  color: #000000; }

.header-search-form .search-form-top.style-03 input::-webkit-input-placeholder {
  color: #ddd; }

.header-search-form .search-form-top.style-03 input::-moz-placeholder {
  color: #ddd; }

.header-search-form .search-form-top.style-03 input:-ms-input-placeholder {
  color: #ddd; }

.header-search-form .search-form-top.style-03 input::-ms-input-placeholder {
  color: #ddd; }

.header-search-form .search-form-top.style-03 input::placeholder {
  color: #ddd; }

.header-search-form.default-search {
  height: 100%; }

.header-search-form.default-search .search-form-top {
  background: transparent;
  border-left: 1px solid #eee;
  margin-right: -15px; }

@media only screen and (max-width: 575px) {
  .header-search-form.default-search .search-form-top {
    margin-top: 15px;
    background: #eee; } }
.header-search-form.default-search .search-form-top .search-field {
  max-width: 225px;
  color: #333;
  min-height: 80px; }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-search-form.default-search .search-form-top .search-field {
    max-width: 160px; } }
@media only screen and (max-width: 767px) {
  .header-search-form.default-search .search-form-top .search-field {
    min-height: 40px; } }
.header-search-form.default-search .search-form-top .search-submit {
  color: #000000; }

.header-search-form-two {
  padding-left: 24px;
  display: block; }

.header-search-form-two a {
  line-height: 0;
  font-size: 18px; }

.header-search-form-two a:hover {
  -webkit-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15); }

.header-search-form-two.white-icon a {
  color: #ffffff; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-search-form-two.white-icon a {
    color: #333; } }
.top-bar-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.top-bar-left .top-bar-text {
  font-size: 14px;
  line-height: 1.78; }

.top-bar-left .top-bar-text .font-medium {
  font-weight: 500; }

.top-bar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  flex-direction: row-reverse; }

.top-bar-wrap .top-bar-right .top-bar-info .info-item {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px; }

.top-bar-wrap .top-bar-right .top-bar-info .info-item:first-child {
  margin-left: 0; }

.top-bar-wrap .top-bar-right .top-bar-info .info-item .info-icon {
  margin-right: 5px;
  font-size: 14px; }

.top-message {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.78; }

.top-message a {
  color: #0f2353;
  font-weight: 500; }

.top-message a:hover {
  color: #0f2353; }

/*==============================
    - Navigation Menu Css
===============================*/
.navigation-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.navigation-menu > ul > li {
  margin: 0 24px; }

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .navigation-menu > ul > li {
    margin: 0 22px; } }
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .navigation-menu > ul > li {
    margin: 0 15px; } }
@media only screen and (max-width: 1199px) {
  .navigation-menu > ul > li {
    margin: 0 12px; } }
.navigation-menu > ul > li > a {
  display: block;
  color: #000000;
  padding: 21px 2px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18; }

.navigation-menu > ul > li > a:before {
  content: '';
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #3abb65;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.navigation-menu > ul > li.has-children > a {
  position: relative; }

.navigation-menu > ul > li.has-children > a:after {
  position: static;
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  content: '\f107';
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.navigation-menu > ul > li.has-children--multilevel-submenu {
  position: relative; }

.navigation-menu > ul > li.has-children:hover .megamenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1; }

.navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.navigation-menu > ul > li.has-children:hover > .submenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1; }

.navigation-menu > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
  color: #3abb65; }

.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
  color: #3abb65; }

.navigation-menu > ul > li:hover > a:before, .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0; }

.navigation-menu.primary--menu > ul > li > a {
  padding: 31px 2px; }

.navigation-menu--text_white > ul > li > a {
  color: rgba(255, 255, 255, 0.7); }

.navigation-menu--text_white > ul > li > a:before {
  background-color: #ffffff; }

.navigation-menu--text_white > ul > li.active > a {
  color: #ffffff; }

.navigation-menu--text_white > ul > li:hover > a:after, .navigation-menu--text_white > ul > li.active > a:after {
  color: #ffffff; }

.navigation-menu--text_white > ul > li:hover > a > span, .navigation-menu--text_white > ul > li.active > a > span {
  color: #ffffff; }

.header-bottom-left-wrap .navigation-menu > ul > li:first-child {
  margin: 0 24px 0 0; }

/*===================================
    - Multilevel Submenu Css
====================================*/
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #3abb65;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  min-width: 360px;
  padding: 20px 0;
  z-index: 9; }

.submenu > li {
  position: relative; }

.submenu > li > a {
  display: block;
  padding: 5px 30px;
  color: #ababab;
  font-weight: 400;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }

.submenu > li > a > span {
  position: relative; }

.submenu > li > a > span:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #3abb65;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.submenu > li > a:hover {
  color: #3abb65; }

.submenu > li > a:hover > span:after {
  width: 100%;
  left: 0;
  right: auto; }

.submenu > li:hover > .submenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 9; }

.submenu > li.active > a {
  color: #3abb65; }

.submenu > li.has-children > a {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.submenu > li.has-children > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-size: 14px;
  vertical-align: middle;
  color: #ababab;
  display: none; }

.submenu > li.has-children > a:hover:after {
  color: #3abb65; }

.submenu > li.has-children.active > a {
  color: #3abb65; }

.submenu .submenu {
  top: 0px;
  left: 100%;
  right: auto; }

.submenu .submenu.left {
  right: 100%;
  left: auto; }

.submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto; }

.submenu .submenu .submenu.left {
  right: 100%;
  left: auto; }

.submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto; }

.submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto; }

.submenu .submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto; }

.submenu .submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto; }

.menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
  padding-left: 24px;
  padding-right: 24px;
  margin: 0; }

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
    padding-left: 22px;
    padding-right: 22px; } }
.menu-style-three .navigation-menu > ul > li:hover > a:before, .menu-style-three .navigation-menu > ul > li.active > a:before, .menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
  width: 0%;
  left: 0; }

.menu-style-three .submenu.left, .menu-style-four .submenu.left {
  left: -100px; }

.menu-style-three .submenu.left .submenu.left, .menu-style-four .submenu.left .submenu.left {
  right: 100%;
  left: auto; }

.menu-style-four .navigation-menu > ul > li > a {
  color: #ffffff; }

.menu-style-four .navigation-menu > ul > li > a:before {
  content: '';
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #0f2353;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.menu-style-four .navigation-menu > ul > li:hover > a:after, .menu-style-four .navigation-menu > ul > li.active > a:after {
  color: #ffffff; }

.menu-style-four .navigation-menu > ul > li:hover > a > span, .menu-style-four .navigation-menu > ul > li.active > a > span {
  color: #ffffff; }

.menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0; }

/*=========================================
    - Mega Menu Css
===========================================*/
.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #3abb65;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 9; }

.megamenu--mega {
  min-width: 980px;
  width: 100%;
  padding: 35px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px; } }
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .megamenu--mega {
    min-width: 700px; } }
.megamenu--mega > li {
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  padding-left: 15px;
  padding-right: 15px; }

.megamenu--mega > li .page-list-title {
  font-size: 14px;
  margin-bottom: 20px;
  color: #333333; }

.megamenu--mega > li > ul > li > a {
  padding: 10px 0;
  color: #ababab;
  line-height: 1.2;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }

.megamenu--mega > li > ul > li > a:hover {
  color: #3abb65; }

.megamenu--mega > li > ul > li > a:hover span:after {
  width: 100%;
  left: 0;
  right: auto; }

.megamenu--mega > li > ul > li > a > span {
  position: relative; }

.megamenu--mega > li > ul > li > a > span:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #3abb65;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.megamenu--mega > li > ul > li.active > a {
  color: #3abb65; }

.container-fluid .megamenu--mega {
  padding: 35px 220px 30px; }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px; } }
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px; } }
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    min-width: 700px; } }
/* Mobile Mavigation icon */
.mobile-navigation-icon {
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 30px; }

.mobile-navigation-icon:hover i, .title-divider {
  background-color: #3abb65; }

.mobile-navigation-icon:hover i:before {
  width: 80%;
  background-color: #3abb65; }

.mobile-navigation-icon:hover i:after {
  background-color: #3abb65;
  width: 60%; }

.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-navigation-icon.white-md-icon i {
    background-color: #fff; }

  .mobile-navigation-icon.white-md-icon i:before {
    background-color: #fff; }

  .mobile-navigation-icon.white-md-icon i:after {
    background-color: #fff; }

  .mobile-navigation-icon.white-md-icon:hover i {
    background-color: #3abb65; }

  .mobile-navigation-icon.white-md-icon:hover i:before {
    width: 80%;
    background-color: #3abb65; }

  .mobile-navigation-icon.white-md-icon:hover i:after {
    background-color: #3abb65;
    width: 60%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .is-sticky .white-md-icon i {
    background-color: #333; }

  .is-sticky .white-md-icon i:before {
    background-color: #333; }

  .is-sticky .white-md-icon i:after {
    background-color: #333; } }
.page-open-off-sidebar:hover i {
  width: 100%; }

.page-open-off-sidebar:hover i:before {
  width: 100%; }

.page-open-off-sidebar:hover i:after {
  width: 100%; }

.page-open-off-sidebar i {
  width: 100%;
  background-color: #333; }

.page-open-off-sidebar i:before {
  width: 70%;
  background-color: #333; }

.page-open-off-sidebar i:after {
  width: 70%;
  background-color: #333; }

.hidden-icons-menu {
  margin-left: 15px; }

.hidden-icons-menu a {
  color: #3abb65;
  font-size: 20px; }

.hidden-icons-menu a:hover {
  color: #3abb65; }

/*================================
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay, .page-oppen-off-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  overflow: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  cursor: url(../../images/light-close.png) 16 16, pointer;
  visibility: hidden;
  opacity: 0; }

.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
  width: 400px;
  height: 100%;
  float: right;
  cursor: default;
  background: #3abb65;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: auto; }

@media only screen and (max-width: 479px) {
  .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    width: 300px; } }
.mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
  visibility: visible;
  opacity: 1; }

.mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
  background-color: #ffffff;
  padding: 15px 0; }

.mobile-menu-overlay__header .mobile-navigation-close-icon, .page-oppen-off-sidebar__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block; }

.mobile-menu-overlay__header .mobile-navigation-close-icon:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 23px;
  left: 8px;
  content: '';
  width: 24px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.mobile-menu-overlay__header .mobile-navigation-close-icon:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 23px;
  left: 8px;
  content: '';
  width: 24px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
  color: #3abb65; }

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
  padding: 20px 40px 100px; }

.mobile-menu-overlay__body .offcanvas-navigation, .page-oppen-off-sidebar__body .offcanvas-navigation {
  /* onepage style */ }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
  display: block;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
  color: #ffffff; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
  border-bottom: 0; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
  position: relative; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
  content: '\f106'; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2); }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
  content: '\f107';
  font-size: 18px;
  font-family: "Font Awesome 5 Pro"; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
  padding: 12px 0 14px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15); }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
  color: #ffffff; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
  border-bottom: 0; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
  position: relative; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106"; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2); }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
  content: '\f107';
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
  position: relative; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106"; }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
  content: '\f107';
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500; }

.mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a, .page-oppen-off-sidebar__body .offcanvas-navigation--onepage > ul > li.active > a {
  font-weight: 700; }

/*======================================
    - offset search
======================================*/
.page-oppen-off-sidebar {
  right: 0; }

.page-oppen-off-sidebar__inner {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 400px;
  float: right;
  background: #ffffff; }

@media only screen and (max-width: 479px) {
  .page-oppen-off-sidebar__inner {
    width: 300px; } }
.page-oppen-off-sidebar.active .page-oppen-off-sidebar__inner {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.page-oppen-off-sidebar__header {
  background: #ffffff;
  padding: 15px 35px; }

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px; }

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item .icon {
  color: #6d70a6;
  min-width: calc(1em + 18px);
  font-size: 16px; }

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item a:hover {
  color: #38cb89; }

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list {
  overflow: hidden; }

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li {
  width: 50%;
  float: left;
  margin-bottom: 8px; }

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li a {
  line-height: 17px; }

/*===============================
    - search overlay
===============================*/
.search-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.search-overlay__inner {
  width: 100%;
  height: 100%;
  cursor: default;
  background: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.search-overlay.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1; }

.search-overlay__header {
  background-color: #ffffff;
  padding: 15px 0; }

.search-overlay__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 48px;
  width: 48px;
  line-height: 48px;
  display: inline-block; }

.search-overlay__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 28px;
  left: 0px;
  content: '';
  width: 42px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.search-overlay__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 28px;
  left: 0px;
  content: '';
  width: 42px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.search-overlay__header .mobile-navigation-close-icon:hover {
  color: #3abb65; }

.search-overlay__header .mobile-navigation-close-icon:hover:before, .search-overlay__header .mobile-navigation-close-icon:hover:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.search-overlay__body {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 75px; }

.search-overlay__form {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: auto; }

.search-overlay__form input[type='text'] {
  background-color: transparent;
  border: 0;
  border: 2px solid #3abb65;
  border-radius: 0;
  padding: 15px 50px 15px 15px;
  width: 100%;
  font-size: 40px;
  height: 100px; }

@media only screen and (max-width: 767px) {
  .search-overlay__form input[type='text'] {
    font-size: 30px;
    height: 60px; } }
.search-overlay__form input::-webkit-input-placeholder {
  color: #3abb65;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.search-overlay__form input::-moz-placeholder {
  color: #3abb65;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.search-overlay__form input:-ms-input-placeholder {
  color: #3abb65;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.search-overlay__form input::-ms-input-placeholder {
  color: #3abb65;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.search-overlay__form input::placeholder {
  color: #3abb65;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.search-overlay__form input[type="text"]:focus {
  color: #3abb65;
  border-color: #3abb65; }

.search-overlay__form .ht-btn {
  border-radius: 0 5px 5px 0; }

.search-overlay__form .ht-btn:hover {
  transform: translateY(0) !important; }

.header__navigation.preview-menu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.header__navigation.preview-menu .navigation-menu-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.preview-header-inner {
  padding: 20px 0; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .preview-header-inner {
    padding: 0; } }
.preview-header-inner.is-sticky {
  padding: 0px 0; }

.preview-header-inner.is-sticky .header__navigation.preview-menu ul > li > a {
  color: #333; }

.preview-header-inner.is-sticky .header__actions--preview .ht-btn {
  background: transparent;
  border: 1px solid #3abb65;
  color: #3abb65;
  line-height: 42px;
  height: 43px; }

.preview-header-inner .header__actions--preview .ht-btn {
  background: #3abb65;
  border: 1px solid #3abb65;
  color: #ffffff; }

.preview-header-inner .header__actions--preview .ht-btn:hover {
  background: #ffffff;
  color: #3abb65; }

/*=====  End of Header  ======*/
/*=========================================
=               06. Footer Css            =
===========================================*/
.reveal-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .reveal-footer {
    position: static; } }
.footer-widget-wrapper {
  margin-bottom: -35px; }

.footer-widget__logo img {
  width: 180px; }

.footer-widget {
  margin-bottom: 30px; }

.footer-widget__title {
  margin-top: -3px;
  color: #333333;
  position: relative;
  padding-bottom: 15px;
  font-size: 22px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700; }

.footer-widget__title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #3abb65;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.footer-widget__title:before {
  bottom: 0;
  left: 7px;
  z-index: 9;
  background: #F8F8F8;
  position: absolute;
  content: "";
  width: 10px;
  height: 3px; }

.footer-widget:hover .footer-widget__title:after {
  width: 70px; }

.footer-widget__list li {
  margin-bottom: 10px; }

.footer-widget__list li:last-child {
  margin-bottom: 0; }

.footer-widget__list li .image_btn {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  overflow: hidden; }

.social-group__list .ht-social-networks.tilte-style .link-text {
  color: #CCCCCC; }

.social-group__list .ht-social-networks.tilte-style .link-text::before {
  background: rgba(255, 255, 255, 0.2); }

.social-group__list .ht-social-networks.tilte-style .link-text:hover {
  color: #ffffff; }

.social-group__list .ht-social-networks.tilte-style .social-link::before {
  color: #ccc; }

.copyright-text {
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .copyright-text {
    margin-bottom: 15px; } }
/*=====  End of footer ======*/
/*=======================================
=            07. Sidebar Css           =
=========================================*/
.page-sidebar-right {
  padding-left: 30px; }

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .page-sidebar-right {
    padding-left: 0; } }
.page-sidebar-left {
  padding-right: 30px; }

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .page-sidebar-left {
    padding-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .page-sidebar-right, .page-sidebar-left {
    margin-top: 60px; } }
.sidebar-widget + .sidebar-widget {
  margin-top: 40px; }

.sidebar-widget-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  font-family: 'Quicksand', sans-serif;
  margin-top: 0;
  line-height: 1.41; }

.widget-search {
  position: relative; }

.widget-search input {
  width: 100%;
  outline: none;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  padding: 3px 72px 3px 20px;
  height: 56px;
  color: #ababab;
  background-color: #f8f8f8;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0; }

.widget-search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  border-radius: 0 5px 5px 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.widget-search .search-submit:hover {
  color: #ffffff;
  background: #3abb65; }

.widget-blog-recent-post ul li:first-child a {
  margin-top: -16px; }

.widget-blog-recent-post ul li a {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 0 16px 30px; }

.widget-blog-recent-post ul li a::before, .widget-blog-recent-post ul li a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.widget-blog-recent-post ul li a::after, .widget-blog-recent-post ul li a::before {
  content: '\f30b';
  position: absolute;
  top: 22px;
  left: 0; }

.widget-blog-recent-post ul li a::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.widget-blog-recent-post ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.widget-blog-recent-post ul li a:hover::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.widget-tag .ht-btn {
  color: #ababab;
  background: #f5f5f5;
  margin-right: 10px;
  font-weight: 500;
  margin-bottom: 10px; }

.widget-tag .ht-btn:hover {
  color: #ffffff;
  background: #3abb65; }

.widget-product-item {
  overflow: hidden;
  margin-bottom: 20px; }

.widget-product-item .thumbnail {
  max-width: 150px;
  float: left;
  margin-right: 20px;
  margin-left: 0;
  width: 80px; }

.widget-product-item .info .product-title {
  font-weight: 400;
  font-size: 16px; }

.widget-product-item .info .star-rating a {
  display: inline-block;
  color: #ffb805;
  line-height: 1;
  font-size: 14px;
  margin: 0; }

.widget-product-item .info .price-box {
  margin-top: 5px; }

.widget-product-item .info .price-box .old-price {
  font-size: .88em;
  font-weight: 400;
  color: #b6b7d2;
  text-decoration: line-through; }

.widget-product-item .info .price-box .new-price {
  font-size: 14px;
  font-weight: 500;
  color: #6d70a6; }

.sidebar-widget {
  padding: 30px;
  margin-top: 30px;
  border-radius: 3px;
  background: #F8F8F8; }

.sidebar-widget:first-child {
  margin: 0; }

.sidebar-widget ul.widget-menu {
  margin: 0;
  padding: 0; }

.sidebar-widget ul.widget-menu li {
  margin-bottom: 2px;
  padding: 0; }

.sidebar-widget ul.widget-menu li a {
  display: block;
  padding: 14px 30px 14px 24px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.sidebar-widget ul.widget-menu li a:before {
  content: "";
  width: 4px;
  top: 0;
  left: 0;
  background: #0f2353;
  height: 100%;
  position: absolute;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  z-index: 1; }

.sidebar-widget ul.widget-menu li a:after {
  content: "";
  width: 0;
  background: #3abb65;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  z-index: -2; }

.sidebar-widget ul.widget-menu li:hover a:after,
.sidebar-widget ul.widget-menu li.active a:after {
  width: 100%; }

.sidebar-widget ul.widget-menu li.active a:after {
  background: #3abb65; }

.sidebar-widget ul.widget-menu li:hover a,
.sidebar-widget ul.widget-menu li.active a {
  color: #fff; }

.widget-download ul.download li {
  display: block;
  margin-bottom: 15px;
  display: block;
  padding: 10px 9px 10px 60px;
  position: relative;
  background: #fff;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear; }

.widget-download .download-icon {
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #0f2353;
  width: 46px;
  height: 49px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  border-right: 1px solid; }

.widget-download ul.download li:last-child {
  margin: 0; }

.widget-download ul li:hover {
  background: #0f2353; }

.widget-download ul li:hover a {
  color: #fff; }

.sidebar-widget .title-divider {
  margin: 0 0 25px;
  width: 30px; }

.sidebar-widget .title-divider:before {
  background: #F8F8F8; }

ul.recent-post-list > li {
  padding: 5px 0 15px !important;
  /*display: inline-block;*/
  width: 100%;
  line-height: 20px;
  display: flex;
  align-items: center; }

ul.recent-post-list > li .img {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; }

ul.recent-post-list > li img {
  max-width: 70px;
  max-height: 70px;
  /*margin-right: 18px;*/
  display: inline-block;
  /*float: left;*/ }

ul.recent-post-list > li .post-date {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px; }

ul.recent-post-list > li .list-details {
  margin-left: 15px;
  padding-top: 5px;
  word-break: break-word; }

ul.contact-widget-wrapper li i {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 18px;
  color: #3abb65; }

ul.contact-widget-wrapper li {
  padding-left: 30px;
  position: relative;
  padding-top: 0;
  padding-bottom: 15px; }

.sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 5px 10px;
  border: 1px solid;
  border-radius: 0;
  background-color: transparent; }

.sidebar-widget .tagcloud a:hover {
  color: #fff;
  background: #3abb65;
  border-color: #3abb65; }

.sidebar-widget .widget-search input {
  background: #fff; }

ul.list.list-style-icon li i {
  margin-right: 10px; }

ul.list.list-style-icon li {
  margin-bottom: 5px; }

.service-single-content-wrapper blockquote {
  margin: 0 0 0 20px !important;
  background: #F8F8F8;
  padding: 20px 20px 20px 25px; }

/* */
.single-project-section .social-icons ul {
  margin: 0;
  padding: 0; }

.single-project-section .social-icons {
  list-style: none;
  margin: 0;
  padding: 0 0 40px;
  font-size: 15px; }

.single-project-section .social-icons.circle a {
  border: 1px solid #e8ecef;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 50%;
  margin: 0 3px; }
  .single-project-section .social-icons.circle a.twitter .social-icon {
    background-image: url(../../images/share-twitter-b.svg);
    background-size: 16px 15px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 16px;
    height: 15px; }
  .single-project-section .social-icons.circle a.twitter:hover .social-icon {
    background-image: url(../../images/share-twitter-w.svg); }

.single-project-section .social-icons.circle a:hover {
  background: #3abb65;
  border-color: #3abb65;
  color: #fff; }

/*=====  End of Sidebar  ======*/
/*=============================================
=            08. Button Css           =
=============================================*/
.ht-btn {
  font-size: 15px;
  font-weight: 500;
  border-style: solid;
  border-radius: 5px;
  border-color: transparent;
  padding: 0 36px;
  text-align: center;
  color: #ffffff;
  background: #3abb65;
  border-width: 1px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.ht-btn:hover, .ht-btn:active, .ht-btn:focus {
  color: #ffffff;
  background-image: #3abb65;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px); }

.ht-btn.ht-btn-xs {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  padding: 0 20px; }

.ht-btn.ht-btn-sm {
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  font-size: 14px; }

.ht-btn.ht-btn-md {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 54px;
  height: 54px; }

.ht-btn.ht-btn-lg {
  padding: 0 40px;
  height: 64px;
  line-height: 64px;
  font-size: 16px; }

.ht-btn.ht-btn-custom {
  min-width: 280px; }

.ht-btn.ht-btn-full {
  width: auto;
  display: block; }

.ht-btn--outline {
  border-width: 1px;
  line-height: 54px;
  background: transparent;
  border-color: #3abb65;
  color: #3abb65; }

.ht-btn--outline:hover, .ht-btn--outline:focus, .ht-btn--outline:active {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: transparent;
  background: #3abb65;
  color: #ffffff; }

.ht-btn--solid {
  border-width: 1px;
  line-height: 54px;
  background: transparent;
  border-color: #ddd;
  color: #3abb65; }

.ht-btn--solid:hover, .ht-btn--solid:focus, .ht-btn--solid:active {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: transparent;
  background: #3abb65;
  color: #ffffff; }

.ht-btn--circle {
  border-radius: 30px; }

.ht-btn--no-round {
  border-radius: 0px; }

.ht-btn.ht-btn-default {
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  width: 180px; }

.ht-btn .btn-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 20px;
  margin-left: 10px; }

.btn {
  font-size: 15px;
  font-weight: 500;
  border-style: solid;
  border-radius: 5px;
  border-color: transparent;
  border: 1px solid transparent;
  padding: 0 36px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 54px;
  line-height: 54px;
  letter-spacing: 0em;
  color: #ffffff;
  background: #3abb65;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.btn:hover, .btn:active, .btn:focus {
  font-weight: 500;
  color: #ffffff;
  background: #3abb65;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px); }

.btn--secondary {
  background-image: none;
  background-color: #0f2353; }

.btn--secondary:hover {
  background-image: none;
  background: #0f2353; }

.btn--black {
  background-image: none;
  background-color: #000000; }

.btn--black:hover {
  background-image: none;
  background: #000000; }

.btn--white {
  background-image: none;
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07); }

.btn--white:hover, .btn--white:focus {
  background-image: none;
  background: #ffffff;
  color: #000000; }

.btn--gradient {
  background-image: none;
  background: -webkit-linear-gradient(300deg, #FF3F85 0, #FAA720 100%) !important;
  background: -o-linear-gradient(300deg, #FF3F85 0, #FAA720 100%) !important;
  background: linear-gradient(150deg, #FF3F85 0, #FAA720 100%) !important; }

.btn--gradient:hover {
  background-image: none;
  background: -webkit-linear-gradient(300deg, #FF3F85 0, #FAA720 100%);
  background: -o-linear-gradient(300deg, #FF3F85 0, #FAA720 100%);
  background: linear-gradient(150deg, #FF3F85 0, #FAA720 100%); }

.btn--link {
  color: #3abb65; }

.btn--link:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.btn.ht-btn-default {
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  width: 180px; }

.hover-style-link {
  position: relative; }

.hover-style-link:after {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #0f2353; }

.hover-style-link:hover {
  color: #0f2353; }

.hover-style-link:hover:after {
  left: 0;
  width: 100%;
  right: auto; }

.hover-style-link--secondary {
  color: #0f2353; }

.hover-style-link--secondary:after {
  background-color: #0f2353; }

.hover-style-link--secondary:hover {
  color: #0f2353; }

.hover-style-link--white {
  color: #ffffff; }

.hover-style-link--white:after {
  background-color: #ffffff; }

.hover-style-link--white:hover {
  color: #ffffff; }

.hover-style-link--sub-color {
  color: #6d70a6; }

.hover-style-link--sub-color:after {
  background-color: #6d70a6; }

.hover-style-link--sub-color:hover {
  color: #6d70a6; }

.hover-style-default {
  position: relative; }

.hover-style-default:after {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #3abb65; }

.hover-style-default:hover {
  color: #3abb65; }

.hover-style-default:hover:after {
  left: 0;
  width: 100%;
  right: auto; }

/* Images Button */
.image-btn {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border-radius: 5px;
  overflow: hidden; }

/* video pay link */
.video-play i {
  color: #0f2353; }

.video-play span {
  font-weight: 500;
  letter-spacing: 3px;
  margin-left: 10px; }

/* button wrapper */
.button-wrapper > a {
  border: none; }

@media only screen and (max-width: 479px) {
  .button-wrapper > a {
    margin-bottom: 15px; } }
@media only screen and (max-width: 479px) {
  .button-wrapper > a:last-child {
    margin-bottom: 0; } }
/* Text Button*/
.btn-text {
  color: #3abb65; }

.btn-text:hover {
  color: #0f2353; }

.single-button-group h5 {
  margin-bottom: 10px; }

.single-button-group .button-group-wrap {
  margin-left: -10px;
  margin-right: -10px; }

.single-button-group a {
  margin: 10px; }

.single-button-group a:hover, .single-button-group a:active, .single-button-group a:focus {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px); }

/*=====  End of Button  ======*/
/*=============================================
=            09. Accordions Css           =
=============================================*/
.faq-wrapper .panel.panel-default {
  border: 1px solid #ebebeb;
  margin-bottom: 20px; }

.faq-wrapper .card, .faq-wrapper .card-header {
  border-radius: 0; }

.faq-wrapper .card {
  margin-bottom: 20px;
  border: none;
  -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1); }

.faq-wrapper .card:last-child {
  margin-bottom: 0; }

.faq-wrapper .card-header {
  padding: 0;
  border-bottom: 0;
  background-color: #ffffff; }

.faq-wrapper .card-header button {
  border: none;
  width: 100%;
  text-align: left;
  color: #000000;
  padding: 21px 30px;
  position: relative;
  overflow-wrap: break-word;
  white-space: normal;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 5px;
  background: #ffffff; }

@media only screen and (max-width: 479px) {
  .faq-wrapper .card-header button {
    padding-left: 15px;
    padding-right: 20px; } }
.faq-wrapper .card-header button span {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media only screen and (max-width: 479px) {
  .faq-wrapper .card-header button span {
    right: 15px; } }
.faq-wrapper .card-header button span em {
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  display: none; }

.faq-wrapper .card-header button:hover, .faq-wrapper .card-header button:focus {
  text-decoration: none;
  color: #000000; }

.faq-wrapper .card-header button[aria-expanded="true"] {
  color: #ffffff;
  background: #0f2353;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.faq-wrapper .card-header button[aria-expanded="true"] span em:nth-child(2) {
  visibility: visible;
  opacity: 1;
  display: inline; }

.faq-wrapper .card-header button[aria-expanded="true"]:before {
  height: 100%; }

.faq-wrapper .card-header button[aria-expanded="false"] span em:nth-child(1) {
  visibility: visible;
  opacity: 1;
  display: inline; }

.faq-wrapper .card-body {
  padding: 23px 30px 29px; }

.faq-two-wrapper .panel.panel-default {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px; }

.faq-two-wrapper .card, .faq-two-wrapper .card-header {
  border-radius: 0; }

.faq-two-wrapper .card {
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #ebebeb; }

.faq-two-wrapper .card:last-child {
  margin-bottom: 0; }

.faq-two-wrapper .card-header {
  padding: 0;
  border-bottom: 0;
  background-color: #ffffff; }

.faq-two-wrapper .card-header h5 button {
  font-size: 24px;
  border: none;
  width: 100%;
  text-align: left;
  color: #ababab;
  padding: 20px 35px;
  position: relative;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 5px;
  background: #ffffff; }

@media only screen and (max-width: 479px) {
  .faq-two-wrapper .card-header h5 button {
    padding-left: 25px;
    padding-right: 10px; } }
.faq-two-wrapper .card-header h5 button span {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media only screen and (max-width: 479px) {
  .faq-two-wrapper .card-header h5 button span {
    right: 15px; } }
.faq-two-wrapper .card-header h5 button span em {
  font-size: 24px;
  visibility: hidden;
  opacity: 0;
  display: none; }

.faq-two-wrapper .card-header h5 button:hover, .faq-two-wrapper .card-header h5 button:focus {
  text-decoration: none;
  color: #3abb65; }

.faq-two-wrapper .card-header h5 button[aria-expanded="true"] {
  color: #3abb65;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.faq-two-wrapper .card-header h5 button[aria-expanded="true"] span em {
  color: #0f2353; }

.faq-two-wrapper .card-header h5 button[aria-expanded="true"] span em:nth-child(2) {
  visibility: visible;
  opacity: 1;
  display: inline; }

.faq-two-wrapper .card-header h5 button[aria-expanded="true"]:before {
  height: 100%; }

.faq-two-wrapper .card-header h5 button[aria-expanded="false"] span em:nth-child(1) {
  visibility: visible;
  opacity: 1;
  display: inline; }

.faq-two-wrapper .card-body {
  padding: 0 30px 29px; }

.faq-custom-col {
  max-width: 570px;
  float: right;
  width: 100%; }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-custom-col {
    float: inherit;
    margin: 0 auto 30px; } }
/*=============================================
=           10. Call To Action Css             =
=============================================*/
.cta-bg-image_two {
  background-color: #0f2353;
  background-image: url(../../images/call-to-action-bg-image.png);
  background-repeat: no-repeat;
  background-position: top right; }

.cta-bg-image_two.bg-gray {
  background-color: #F8F8F8; }

.header-right-box #mobile-menu-trigger {
  display: none !important; }

.header-right-box {
  padding: 15px 0; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cta-content {
    text-align: center;
    margin-bottom: 10px; } }
.cta-button-group--one .btn-one {
  color: #3abb65;
  margin: 10px; }

.cta-button-group--one .btn-one:hover {
  background: #3abb65;
  color: #ffffff; }

.cta-button-group--one .btn-two {
  margin: 10px; }

.cta-button-group--one .btn-two:hover {
  background: #3abb65;
  color: #ffffff; }

.cta-button-group--two .btn-one {
  background: #3abb65;
  color: #ffffff;
  margin: 10px 0; }

.cta-button-group--two .btn-two {
  margin: 10px; }

/*=====  End of cta   ======*/
/*======================================
=          11. Countdown Css            =
=======================================*/
.countdown-deals {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr); }

@media only screen and (max-width: 767px) {
  .countdown-deals {
    grid-template-columns: repeat(4, 1fr); } }
@media only screen and (max-width: 575px) {
  .countdown-deals {
    grid-template-columns: repeat(2, 1fr); } }
.countdown-deals.counter-style--one .single-countdown {
  display: inline-block; }

.countdown-deals.counter-style--one .single-countdown .single-countdown__time {
  display: block;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  color: #3abb65;
  margin-bottom: 10px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-deals.counter-style--one .single-countdown .single-countdown__time {
    font-size: 60px; } }
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .countdown-deals.counter-style--one .single-countdown .single-countdown__time {
    font-size: 40px; } }
.countdown-deals.counter-style--one .single-countdown .single-countdown__text {
  display: block;
  color: #6d70a6;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500; }

.countdown-deals.counter-style--two .single-countdown {
  display: inline-block; }

.countdown-deals.counter-style--two .single-countdown .single-countdown__time {
  display: block;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 10px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-deals.counter-style--two .single-countdown .single-countdown__time {
    font-size: 60px; } }
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .countdown-deals.counter-style--two .single-countdown .single-countdown__time {
    font-size: 40px; } }
.countdown-deals.counter-style--two .single-countdown .single-countdown__text {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500; }

.countdown-deals.counter-style--four .single-countdown {
  display: inline-block;
  width: 70px;
  margin: auto; }

.countdown-deals.counter-style--four .single-countdown .single-countdown__time {
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  background: #ffffff;
  margin-bottom: 10px;
  border-radius: 5px;
  height: 90px;
  line-height: 90px;
  color: #000000; }

.countdown-deals.counter-style--four .single-countdown .single-countdown__text {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500; }

.time_circles {
  position: relative;
  width: 100%;
  height: 100%; }

.time_circles > div {
  position: absolute;
  text-align: center;
  top: 0% !important;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

.time_circles .textDiv_Days, .textDiv_Hours, .textDiv_Minutes, .textDiv_Seconds {
  color: #222222;
  font-size: 30px !important; }

@media only screen and (max-width: 575px) {
  .time_circles .textDiv_Days, .textDiv_Hours, .textDiv_Minutes, .textDiv_Seconds {
    font-size: 15px !important; } }
@media only screen and (max-width: 767px) {
  .time_circles .textDiv_Days, .textDiv_Hours, .textDiv_Minutes, .textDiv_Seconds {
    font-size: 20px !important; } }
.time_circles > div > h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  font-size: 13px !important;
  color: #6d70a6; }

@media only screen and (max-width: 575px) {
  .time_circles > div > h4 {
    font-size: 11px !important; } }
/*=============================================
=              13. Box Icon Css              =
=============================================*/
.ht-box-icon.style-01 .icon-box-wrap {
  padding: 36px 30px 26px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  /*border: 2px solid #eee;*/
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  margin-top: 30px; }

.ht-box-icon.style-01 .icon-box-wrap .icon {
  height: 65px;
  text-align: center;
  width: 65px;
  margin: auto;
  margin-bottom: 29px;
  color: #3abb65; }

.ht-box-icon.style-01 .icon-box-wrap .icon span[class*=flaticon-]:before {
  font-size: 56px; }

.ht-box-icon.style-01 .icon-box-wrap .icon svg > * {
  stroke: #3abb65; }

.ht-box-icon.style-01 .icon-box-wrap .content {
  text-align: center; }

.ht-box-icon.style-01 .icon-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
  font-size: 24px; }

.ht-box-icon.style-01 .icon-box-wrap .content .text {
  min-height: 90px; }

.ht-box-icon.style-01 .icon-box-wrap .content .service_text {
  color: #696969; }

.ht-box-icon.style-01:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1); }

.ht-box-icon.style-01 .feature-btn a {
  color: #3abb65;
  margin-top: 20px; }

.ht-box-icon.style-01 .feature-btn a:hover {
  color: #0f2353; }

.feature-btn span {
  margin-right: 5px; }

.ht-box-icon.style-02 .icon-box-wrap {
  padding: 30px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.ht-box-icon.style-02 .icon-box-wrap .icon {
  min-width: 80px;
  margin-right: 15px;
  color: #333333; }

.ht-box-icon.style-02 .icon-box-wrap .icon span[class*="flaticon-"]:before {
  font-size: 58px; }

.ht-box-icon.style-02 .icon-box-wrap .icon span[class*="flaticon-"] {
  line-height: 80px; }

.ht-box-icon.style-02 .icon-box-wrap .icon .svg-icon {
  width: 65px;
  height: 65px; }

.ht-box-icon.style-02 .icon-box-wrap .icon svg * {
  stroke: currentColor; }

.ht-box-icon.style-02 .icon-box-wrap .content {
  text-align: left; }

.ht-box-icon.style-02 .icon-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
  font-size: 24px; }

.ht-box-icon.style-02 .icon-box-wrap .content .service_text {
  color: #696969; }

.ht-box-icon.style-02:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1); }

.ht-box-icon.style-02 .feature-btn a {
  color: #3abb65;
  margin-top: 20px; }

.ht-box-icon.style-02 .feature-btn a:hover {
  color: #0f2353; }

.ht-box-icon.style-03 .icon-box-wrap {
  padding: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.ht-box-icon.style-03 .icon-box-wrap .content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.ht-box-icon.style-03 .icon-box-wrap .content-header .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 48px;
  font-weight: 48px;
  min-width: 60px;
  margin-right: 10px;
  color: #0f2353; }

.ht-box-icon.style-03 .icon-box-wrap .content-header .heading {
  color: #3abb65;
  margin-bottom: 10px; }

.ht-box-icon.style-03 .icon-box-wrap .content .service_text {
  color: #696969; }

.ht-box-icon.style-03:hover .icon-box-wrap {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1); }

.ht-box-icon.style-03.icon-top .icon-box-wrap .content-header {
  display: block; }

.ht-box-icon.style-03.icon-top .icon-box-wrap .content-header .icon {
  position: relative;
  margin-bottom: 20px; }

.ht-box-icon.style-03.icon-top .icon-box-wrap .content-header .icon:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #222;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ht-box-icon.style-03.icon-top:hover .icon-box-wrap .content-header .icon:after {
  width: 70px; }

.ht-box-icon.style-03.icon-top .icon-box-wrap .text {
  font-size: 20px; }

@media only screen and (max-width: 575px) {
  .ht-box-icon.style-03 .icon-box-wrap {
    padding: 37px 10px; }

  .ht-box-icon.style-03 .icon-box-wrap .image {
    height: 100px;
    width: 100px;
    line-height: 100px; } }
.feature-list-button-box .ht-btn {
  margin: 10px; }

/*=============================================
=              14. Box Images Css              =
=============================================*/
.modern-grid-image-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modern-grid-image-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modern-grid-image-box {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px; } }
@media only screen and (max-width: 767px) {
  .modern-grid-image-box {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px; } }
.modern-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modern-grid-3 {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 767px) {
  .modern-grid-3 {
    grid-template-columns: repeat(1, 1fr); } }
.modern-grid-image-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modern-grid-image-4 {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 767px) {
  .modern-grid-image-4 {
    grid-template-columns: repeat(1, 1fr); } }
.ht-box-images.style-01 .image-box-wrap {
  -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
  background: #fff;
  border-radius: 5px;
  padding: 50px 30px 63px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  margin-top: 60px; }

.ht-box-images.style-01 .image-box-wrap .box-image {
  text-align: center;
  margin-bottom: 41px;
  color: #3abb65; }

.ht-box-images.style-01 .image-box-wrap .content {
  text-align: center; }

.ht-box-images.style-01 .image-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px; }

.ht-box-images.style-01 .image-box-wrap .content .service_text {
  color: #696969; }

.ht-box-images.style-01:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1); }

.ht-box-images.style-01 .circle-arrow {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  height: 56px;
  width: 56px; }

.ht-box-images.style-01 .circle-arrow .middle-dot {
  pointer-events: none;
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #3abb65;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.ht-box-images.style-01 .circle-arrow a {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  background: #0f2353; }

.ht-box-images.style-01:hover .circle-arrow a {
  background: #3abb65; }

.ht-box-images.style-01:hover .circle-arrow .middle-dot {
  -webkit-animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.ht-box-images.style-02 {
  display: block; }

.ht-box-images.style-02 .image-box-wrap {
  -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
  background: #fff;
  border-radius: 5px;
  padding: 30px 38px;
  min-height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.ht-box-images.style-02 .image-box-wrap .box-image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px; }

.ht-box-images.style-02 .image-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 0; }

.ht-box-images.style-02 .image-box-wrap .content .text {
  color: #696969; }

.ht-box-images.style-02:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.ht-box-images.style-03 {
  -webkit-box-shadow: 0 0 41px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 41px rgba(0, 0, 0, 0.03);
  background: #fff;
  padding: 40px 30px 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.ht-box-images.style-03 .image-box-wrap {
  max-width: 340px;
  margin: 0 auto; }

.ht-box-images.style-03 .image-box-wrap .box-image {
  margin-bottom: 36px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ht-box-images.style-03 .image-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 0; }

.ht-box-images.style-03 .image-box-wrap .content .text {
  color: #696969; }

.ht-box-images.style-03:hover .box-image {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.ht-box-images.style-03:hover .content .heading {
  color: #0f2353; }

.ht-box-images.style-04 {
  -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.05);
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.05);
  background: #fff;
  padding: 25px 30px 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ht-box-images.style-04 .image-box-wrap .box-image {
  margin-bottom: 9px; }

.ht-box-images.style-04 .image-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 0; }

.ht-box-images.style-04 .image-box-wrap .content .text {
  color: #696969; }

.ht-box-images.style-04:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.ht-box-images.style-05 {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ht-box-images.style-05 .image-box-wrap {
  -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
  background: #ffffff;
  border-radius: 5px;
  padding: 50px 30px 63px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: 50px; }

.ht-box-images.style-05 .image-box-wrap .box-image {
  position: relative;
  margin-bottom: 41px; }

.ht-box-images.style-05 .image-box-wrap .box-image .hover-images {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; }

.ht-box-images.style-05 .image-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px; }

.ht-box-images.style-05 .image-box-wrap .content .service_text {
  color: #696969; }

.ht-box-images.style-05 .image-box-wrap .content .box-images-arrow {
  display: inline-block;
  margin-top: 27px;
  font-size: 14px;
  font-weight: 500; }

.ht-box-images.style-05 .image-box-wrap .content .box-images-arrow a {
  color: #3abb65; }

.ht-box-images.style-05:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.ht-box-images.style-05:hover .image-box-wrap {
  background: #0f2353; }

.ht-box-images.style-05:hover .box-image .default-image {
  opacity: 0;
  visibility: hidden; }

.ht-box-images.style-05:hover .box-image .hover-images {
  opacity: 1;
  visibility: visible; }

.ht-box-images.style-05:hover .content .heading {
  color: #ffffff; }

.ht-box-images.style-05:hover .content .text {
  color: #ffffff; }

.ht-box-images.style-05:hover .content .box-images-arrow a {
  color: #0f2353; }

.ht-box-images.style-06 {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ht-box-images.style-06 .image-box-wrap {
  -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
  background: #fff;
  border-radius: 5px;
  padding: 98px 35px 88px;
  overflow: hidden;
  position: relative;
  margin-top: 30px; }

.ht-box-images.style-06 .image-box-wrap .box-image {
  position: relative;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  margin: 0 auto 2px;
  text-align: center; }

.ht-box-images.style-06 .image-box-wrap .box-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
  background-image: -o-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
  background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
  border-radius: 50%;
  -webkit-transform: translateY(-46px);
  -ms-transform: translateY(-46px);
  transform: translateY(-46px); }

.ht-box-images.style-06 .image-box-wrap .box-image .default-image {
  position: relative;
  z-index: 2; }

.ht-box-images.style-06 .image-box-wrap .content {
  text-align: center; }

.ht-box-images.style-06 .image-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px; }

.ht-box-images.style-06 .image-box-wrap .content .service_text {
  color: #696969; }

.ht-box-images.style-06 .image-box-wrap .content .box-images-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;
  color: #3abb65;
  /* &:hover {
                        color: $white;
                        &::before {
                            transform: translateY(0);
                        }
                    }*/ }

.ht-box-images.style-06 .image-box-wrap .content .box-images-arrow::before {
  background-color: #3abb65;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1; }

.ht-box-images.style-06:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.ht-box-images.style-06:hover .content .box-images-arrow {
  color: #ffffff; }

.ht-box-images.style-06:hover .content .box-images-arrow::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.ht-box-images.style-07 {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ht-box-images.style-07 .image-box-wrap {
  padding: 30px 35px 31px;
  border-radius: 4px;
  margin-top: 10px; }

.ht-box-images.style-07 .image-box-wrap .box-image {
  text-align: center;
  margin-bottom: 24px; }

.ht-box-images.style-07 .image-box-wrap .content {
  text-align: center; }

.ht-box-images.style-07 .image-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px; }

.ht-box-images.style-07 .image-box-wrap .content .text {
  color: #696969; }

.ht-box-images.style-07:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1); }

.ht-box-images.style-08 {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ht-box-images.style-08 .image-box-wrap {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px; }

.ht-box-images.style-08 .image-box-wrap .box-image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px; }

.ht-box-images.style-08 .image-box-wrap .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ht-box-images.style-08 .image-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px; }

.ht-box-images.style-08 .image-box-wrap .content .text {
  color: #696969; }

@media only screen and (max-width: 575px) {
  .ht-box-images.style-08 .image-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .ht-box-images.style-08 .image-box-wrap .content {
    margin-top: 20px; } }
.ht-box-images.style-08:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

@-webkit-keyframes boxImageAnimationSignal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  1% {
    opacity: .14; }
  20% {
    opacity: .3; }
  40% {
    opacity: .4; }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes boxImageAnimationSignal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  1% {
    opacity: .14; }
  20% {
    opacity: .3; }
  40% {
    opacity: .4; }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/*=============================================
=         15. Box Large Images Css            =
=============================================*/
.large-image-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 70px;
  grid-row-gap: 50px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .large-image-grid-3 {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 767px) {
  .large-image-grid-3 {
    grid-template-columns: repeat(1, 1fr); } }
.large-image-grid-style-two {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }

.large-image-grid-style-two .grid-item {
  grid-column: span 4; }

.large-image-grid-style-two .grid-item:nth-child(6n+1) {
  grid-column: span 3; }

.large-image-grid-style-two .grid-item:nth-child(6n+2) {
  grid-column: span 6; }

.large-image-grid-style-two .grid-item:nth-child(6n+3) {
  grid-column: span 3; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .large-image-grid-style-two .grid-item {
    grid-column: span 6; }

  .large-image-grid-style-two .grid-item:nth-child(6n+1) {
    grid-column: span 6; }

  .large-image-grid-style-two .grid-item:nth-child(6n+2) {
    grid-column: span 6; }

  .large-image-grid-style-two .grid-item:nth-child(6n+3) {
    grid-column: span 6; } }
@media only screen and (max-width: 767px) {
  .large-image-grid-style-two .grid-item {
    grid-column: span 6; }

  .large-image-grid-style-two .grid-item:nth-child(6n+1) {
    grid-column: span 6; }

  .large-image-grid-style-two .grid-item:nth-child(6n+2) {
    grid-column: span 6; }

  .large-image-grid-style-two .grid-item:nth-child(6n+3) {
    grid-column: span 6; } }
@media only screen and (max-width: 575px) {
  .large-image-grid-style-two {
    grid-column-gap: 15px; }

  .large-image-grid-style-two .grid-item {
    grid-column: span 12; }

  .large-image-grid-style-two .grid-item:nth-child(6n+1) {
    grid-column: span 12; }

  .large-image-grid-style-two .grid-item:nth-child(6n+2) {
    grid-column: span 12; }

  .large-image-grid-style-two .grid-item:nth-child(6n+3) {
    grid-column: span 12; } }
.large-image-grid-style-two .box-large-image__midea {
  position: relative;
  height: 100%;
  min-height: 330px; }

.large-image-grid-style-two .bg-item-images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.box-large-image__wrap {
  max-width: 370px;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media only screen and (max-width: 767px) {
  .box-large-image__wrap {
    margin: auto; } }
.box-large-image__wrap:hover .box-large-image__box {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.box-large-image__wrap:hover .images-midea img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.box-large-image__wrap:hover .images-midea::after {
  background: #0f2353;
  opacity: .8; }

.box-large-image__wrap:hover .heading-wrap .heading {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0; }

.box-large-image__wrap:hover .button-wrapper .btn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.box-large-image__box {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.box-large-image__box .button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow: hidden;
  z-index: 3; }

.box-large-image__box .button-wrapper .btn {
  background: #fff;
  color: #3abb65;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0; }

.box-large-image__midea {
  position: relative;
  border-radius: 5px;
  overflow: hidden; }

.box-large-image__midea .images-midea {
  text-align: center; }

.box-large-image__midea .images-midea img {
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }

.box-large-image__midea .images-midea::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(39%, transparent), to(#1c0f69));
  background-image: -webkit-linear-gradient(top, transparent 39%, #1c0f69 100%);
  background-image: -o-linear-gradient(top, transparent 39%, #1c0f69 100%);
  background-image: linear-gradient(-180deg, transparent 39%, #1c0f69 100%); }

.box-large-image__midea .images-midea .heading-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: 250px;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden; }

.box-large-image__midea .images-midea .heading-wrap .heading {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.box-large-image .box-info {
  position: relative;
  z-index: 2;
  padding: 30px 20px;
  text-align: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 100%;
  min-height: 330px; }

.box-large-image .box-info .heading {
  -webkit-transform: translateY(-100%) translateY(-54px);
  -ms-transform: translateY(-100%) translateY(-54px);
  transform: translateY(-100%) translateY(-54px);
  font-size: 24px;
  line-height: 1.5;
  color: #fff; }

.box-large-image__content p {
  color: #7e7e7e; }

.box-large-image__content p strong {
  color: #333;
  font-weight: 500; }

.box-large-image__two {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block; }

.box-large-image__two:hover .box-large-image__box {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.box-large-image__two:hover .box-large-image__midea::after {
  background: #0f2353;
  opacity: .8; }

.box-large-image__two:hover .box-info {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.box-large-image__two:hover .box-info .heading {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.box-large-image__two .box-large-image__midea {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  text-align: center; }

.box-large-image__two .box-large-image__midea img {
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }

.box-large-image__two .box-large-image__midea::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(48, 137, 78, 0)), color-stop(80%, #000));
  background-image: -webkit-linear-gradient(top, rgba(48, 137, 78, 0) 11%, #000 80%);
  background-image: -o-linear-gradient(top, rgba(48, 137, 78, 0) 11%, #000 80%);
  background-image: linear-gradient(-180deg, rgba(48, 137, 78, 0) 11%, #000 80%); }

.box-large-image__two__box {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 100%; }

.box-large-image__two__box .box-info {
  position: absolute;
  z-index: 2;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  min-height: 330px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.box-large-image__two__box .box-info .heading {
  -webkit-transform: translateY(-100%) translateY(-54px);
  -ms-transform: translateY(-100%) translateY(-54px);
  transform: translateY(-100%) translateY(-54px);
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 10px; }

.box-large-image__two__box .box-info .text {
  color: #ffffff; }

.box-large-image__two__box .box-info .btn {
  background: #0f2353;
  margin-top: 40px;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  padding: 0; }

.ht-large-box-images.style-03 .large-image-box {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  position: relative;
  margin-bottom: 30px; }

.ht-large-box-images.style-03 .content {
  padding: 32px 35px;
  padding-bottom: 88px;
  text-align: center; }

.ht-large-box-images.style-03 .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
  font-size: 24px; }

.ht-large-box-images.style-03 .content .text {
  color: #696969; }

.ht-large-box-images.style-03 .content .box-images-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;
  color: #3abb65; }

.ht-large-box-images.style-03 .content .box-images-arrow::before {
  background-color: #3abb65;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1; }

.ht-large-box-images.style-03:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.ht-large-box-images.style-03:hover .content .heading {
  color: #3abb65; }

.ht-large-box-images.style-03:hover .content .box-images-arrow {
  color: #ffffff; }

.ht-large-box-images.style-03:hover .content .box-images-arrow::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.ht-large-box-images.style-04 .large-image-box {
  position: relative;
  margin-bottom: 30px; }

.ht-large-box-images.style-04 .box-image {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ht-large-box-images.style-04 .content {
  padding: 32px 35px;
  padding-bottom: 88px;
  text-align: center; }

.ht-large-box-images.style-04 .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px; }

.ht-large-box-images.style-04 .content .text {
  color: #696969; }

.ht-large-box-images.style-04 .content .box-images-arrow {
  margin-top: 20px;
  color: #3abb65; }

.ht-large-box-images.style-04:hover .box-image {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

/*======================================
=          27. Listing Css              =
=======================================*/
.separator-list .list-item {
  position: relative;
  margin-bottom: 6px;
  padding-bottom: 6px; }

.separator-list .list-item::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  height: 1px;
  width: 100%;
  background: #eee; }

.separator-list .list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0px; }

.separator-list .list-item:last-child::before {
  display: none; }

.separator-list .list-item a {
  line-height: 16px; }

.check-list .list-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px; }

.check-list .list-item::before {
  color: #3abb65;
  content: '\f00c';
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  font-size: 13px;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

.check-list .list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0px; }

.check-list .list-item a {
  line-height: 16px; }

.check-list.check-list-color-two .list-item::before {
  color: #0f2353; }

.circle-list .list-item {
  position: relative;
  padding-left: 14px;
  margin-bottom: 12px; }

.circle-list .list-item::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999; }

.circle-list .list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0px; }

.circle-list .list-item a {
  line-height: 16px; }

.icon-list .list-item {
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px; }

.icon-list .list-item .list__icon {
  color: #3abb65;
  font-size: 16px;
  margin-right: 10px; }

.icon-list .list-item a {
  line-height: 16px; }

ol {
  min-width: 45px;
  margin: 0;
  padding-left: 30px; }

.automatic-numbered-list .list-item {
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  font-weight: 400; }

.automatic-numbered-list .list-item a {
  line-height: 16px; }

.ht-list.style-auto-numbered-02 .list-item {
  position: relative;
  padding: 0;
  margin-bottom: 62px; }

.ht-list.style-auto-numbered-02 .list-item:last-child {
  margin-bottom: 0; }

.ht-list.style-auto-numbered-02 .list-item .link {
  display: block; }

.ht-list.style-auto-numbered-02 .list-item .link:hover .title {
  color: #3abb65; }

.ht-list.style-auto-numbered-02 .list-item .link:hover .title::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  color: #3abb65; }

.ht-list.style-auto-numbered-02 .list-item .link:hover .title::before {
  opacity: 0;
  visibility: hidden; }

.ht-list.style-auto-numbered-02 .list-item .link:hover .marker {
  color: #3abb65; }

.ht-list.style-auto-numbered-02 .marker {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin-right: 10px;
  min-width: 45px;
  color: #ababab;
  display: inline-block;
  float: left; }

.ht-list.style-auto-numbered-02 .title-wrap {
  overflow: hidden; }

.ht-list.style-auto-numbered-02 .title {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 14px;
  padding-top: 20px;
  border-top: 2px solid #ededed;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding-right: 15px; }

.ht-list.style-auto-numbered-02 .title::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: '\f178';
  position: absolute;
  top: 38px;
  right: 0;
  color: #333;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ht-list.style-auto-numbered-02 .title::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: '\f178';
  position: absolute;
  top: 38px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

/*=============================================
=        18. Gradation Process Css            =
=============================================*/
.icon-process-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: -60px; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .icon-process-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.icon-process-single {
  padding: 0 10px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 60px; }

.icon-process-single__line {
  position: absolute;
  top: 60px;
  left: 100%;
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
  height: 10px;
  width: 100%;
  line-height: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .icon-process-single__line {
    left: 50%;
    bottom: -30px;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
.icon-process-single__line .dot {
  display: inline-block;
  vertical-align: middle;
  background: #e4e8f6;
  border-radius: 50%;
  margin: 0 8px; }

.icon-process-single__line .dot-1 {
  width: 2px;
  height: 2px; }

.icon-process-single__line .dot-2 {
  width: 4px;
  height: 4px; }

.icon-process-single__line .dot-3 {
  width: 6px;
  height: 6px; }

.icon-process-single__line .dot-4 {
  width: 8px;
  height: 8px; }

.icon-process-single__line .dot-5 {
  width: 10px;
  height: 10px; }

.icon-process-single:last-child .icon-process-single__line {
  display: none; }

.icon-process-single__content-wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 320px; }

.icon-process-single__media {
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 40px;
  font-size: 34px;
  background: #ffffff;
  -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
  box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
  margin: 0 auto 52px;
  color: #38cb89;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .icon-process-single__media {
    margin-bottom: 30px; } }
.icon-process-single__media i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.icon-process-single__title {
  color: #6d70a6;
  margin-bottom: 14px; }

.icon-process-single:hover .icon-process-single__media {
  background-color: #38cb89;
  color: #ffffff; }

.gradation-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media only screen and (max-width: 767px) {
  .gradation-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.gradation-sub-heading .heading {
  position: relative;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 35px 80px 35px 42px;
  z-index: 1; }

.gradation-sub-heading .heading::before {
  background-color: #3abb65;
  content: '';
  position: absolute;
  top: 47px;
  left: 0;
  width: 34px;
  height: 1px; }

.gradation-sub-heading .heading mark {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 120px;
  line-height: .8;
  font-weight: 900;
  color: #ededed;
  z-index: -1; }

@media only screen and (max-width: 767px) {
  .gradation-sub-heading .heading {
    margin-top: 30px; } }
.ht-gradation.style-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }

.ht-gradation.style-01 .item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 0 15px; }

.ht-gradation.style-01 .item .line {
  width: 100%;
  height: 1px;
  background: #ededed;
  position: absolute;
  top: 24px;
  left: 15px; }

.ht-gradation.style-01 .item:last-child .line {
  display: none; }

.ht-gradation.style-01 .item .mask {
  opacity: 0; }

.ht-gradation.style-01 .item:hover .mask {
  opacity: 1; }

.ht-gradation.style-01 .item:hover .circle {
  color: #ffffff;
  background: #3abb65; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ht-gradation.style-01 {
    display: block; }

  .ht-gradation.style-01 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }

  .ht-gradation.style-01 .item .line {
    left: 39px;
    height: 100%;
    width: 1px;
    top: 15px; }

  .ht-gradation.style-01 .content-wrap {
    padding: 10px 0 50px 30px; } }
.ht-gradation.style-01 .circle-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 56px; }

.ht-gradation.style-01 .circle {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  font-size: 18px;
  background-color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ht-gradation.style-01 .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto; }

.ht-gradation.style-01 .wave-pulse::before,
.ht-gradation.style-01 .wave-pulse::after {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ababab;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: gradationMask 3s linear infinite;
  animation: gradationMask 3s linear infinite; }

.ht-gradation.style-01 .wave-pulse-2::before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.ht-gradation.style-01 .wave-pulse-3::before {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.ht-gradation.style-01 .heading {
  font-weight: 500; }

.ht-gradation.style-01 .text {
  margin-top: 17px; }

.ht-gradation.style-01 .gradation-btn {
  font-weight: 500;
  margin-top: 20px;
  font-size: 14px;
  color: #3abb65; }

.ht-gradation.style-01 .gradation-btn:hover {
  color: #0f2353; }

@-webkit-keyframes gradationMask {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-color: transparent; } }
@keyframes gradationMask {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-color: transparent; } }
/*=====  End of icon process  ======*/
/*=============================================
=        19. Instagram Css            =
=============================================*/
.instagram-feed-thumb {
  overflow: hidden; }

.instagram-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instagram-wrap {
    grid-template-columns: repeat(4, 1fr); } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-wrap {
    grid-template-columns: repeat(3, 1fr); } }
@media only screen and (max-width: 767px) {
  .instagram-wrap {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 575px) {
  .instagram-wrap {
    grid-template-columns: repeat(1, 1fr); } }
.instagram-item a {
  overflow: hidden;
  position: relative; }

.instagram-item a::after {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  width: 100%; }

.instagram-item a img {
  -webkit-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  max-width: 100%; }

.instagram-item a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.instagram-item a .instagram-hvr-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.instagram-item a .instagram-hvr-content .tottallikes, .instagram-item a .instagram-hvr-content .totalcomments {
  color: #ffffff;
  margin: 0 5px; }

.instagram-item a .instagram-hvr-content .tottallikes i, .instagram-item a .instagram-hvr-content .totalcomments i {
  margin-right: 5px; }

.instagram-item a:hover::after {
  opacity: 1;
  visibility: visible; }

.instagram-item a:hover .instagram-hvr-content {
  opacity: 1;
  visibility: visible; }

/*========================================
=        20. Message Box Css            =
==========================================*/
.ht-message-box {
  background: #eee;
  padding: 27px 30px 27px 50px;
  font-weight: 500;
  border-radius: 5px; }

.ht-message-box .icon {
  margin-right: 10px; }

.ht-message-box.style-info {
  color: #5b63fe;
  background: rgba(91, 99, 254, 0.1); }

.ht-message-box.style-success {
  background: rgba(56, 203, 137, 0.1);
  color: #38cb89; }

.ht-message-box.style-error {
  background: rgba(254, 40, 84, 0.1);
  color: #fe2854; }

.ht-message-box.style-warning {
  color: #fb0;
  background: rgba(255, 187, 0, 0.1); }

/*========================================
=        21. Video Popup Css            =
==========================================*/
.single-popup-wrap {
  position: relative; }

.video-link {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.video-link .ht-popup-video.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(58, 187, 101, 0.8); }

.video-link .ht-popup-video.video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.video-link .ht-popup-video.video-button .video-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  pointer-events: none; }

.video-link .ht-popup-video.video-button .video-mark .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto; }

.video-link .ht-popup-video.video-button .video-mark .wave-pulse::after, .video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #3abb65;
  -webkit-animation: zoomBig 3.25s linear infinite;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.video-link .ht-popup-video .video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.video-link .ht-popup-video .video-button__one {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.video-link .ht-popup-video .video-button__one .video-play {
  width: 72px;
  height: 72px;
  background: transparent;
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important; }

.video-link .ht-popup-video .video-button__one .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px; }

.video-link .ht-popup-video .video-button__one .video-play-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff; }

.video-link .ht-popup-video .video-button__two {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.video-link .ht-popup-video .video-button__two .video-play {
  width: 78px;
  height: 78px;
  background: #3abb65;
  -webkit-box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
  box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07); }

.video-link .ht-popup-video .video-button__two .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px; }

.video-link .ht-popup-video .video-button__two .video-play-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 19px;
  border-left-color: #ffffff; }

.video-link:hover .video-play {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15); }

.single-popup-wrap img[class*=image-] {
  /*position: absolute;*/ }

.single-popup-wrap .image-2 {
  bottom: 0;
  left: 0; }

.single-popup-wrap .image-1 {
  top: 0;
  right: 0; }

.single-popup-wrap:hover .image-2 {
  left: 15px; }

.single-popup-wrap:hover .image-1 {
  right: 15px; }

.opacity-0 {
  opacity: 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-popup-wrap .image-2 {
    display: none; } }
@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px; }
  40% {
    opacity: .5;
    border-width: 2px; }
  65% {
    border-width: 1px; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px; } }
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px; }
  40% {
    opacity: .5;
    border-width: 2px; }
  65% {
    border-width: 1px; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px; } }
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px; }
  40% {
    opacity: .5;
    border-width: 2px; }
  65% {
    border-width: 1px; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px; } }
.center-plexible-row .swiper-slide {
  width: auto; }

.center-plexible-row .single-flexible-slider img {
  height: 400px;
  /*width: auto;*/ }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .center-plexible-row .single-flexible-slider img {
    height: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .center-plexible-row .single-flexible-slider img {
    height: 300px; } }
@media only screen and (max-width: 767px) {
  .center-plexible-row .single-flexible-slider img {
    height: 100%; } }
.auto-plexible-row .swiper-slide {
  width: auto; }

.auto-plexible-row .single-flexible-slider img {
  height: 400px;
  /*width: auto;*/ }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .auto-plexible-row .single-flexible-slider img {
    height: 350px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .auto-plexible-row .single-flexible-slider img {
    height: 300px; } }
@media only screen and (max-width: 767px) {
  .auto-plexible-row .single-flexible-slider img {
    height: 100%; } }
/*=============================================
=            22. Pricing table Css           =
==============================================*/
.pricing-table-wrapper {
  margin-bottom: -30px; }

.pricing-table-one {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.pricing-table-one .pricing-table {
  margin-bottom: 30px; }

.pricing-table-one .pricing-table__inner {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  padding: 49px 20px 51px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.1); }

.pricing-table-one .pricing-table__header {
  margin-bottom: 25px; }

.pricing-table-one .pricing-table__header .sub-title {
  font-size: 15px;
  line-height: 1.5;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 21px;
  z-index: 2;
  position: relative; }

.pricing-table-one .pricing-table__image {
  position: relative;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background-image: -webkit-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
  background-image: -o-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
  background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pricing-table-one .pricing-table__title {
  color: #ccc;
  margin-bottom: 19px;
  font-size: 15px;
  text-transform: uppercase;
  z-index: 1;
  position: relative; }

.pricing-table-one .pricing-table__price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500; }

.pricing-table-one .pricing-table__price-wrap .currency {
  font-size: 15px;
  margin-bottom: 0;
  color: #ababab; }

.pricing-table-one .pricing-table__price-wrap .price {
  font-size: 56px;
  line-height: .8;
  margin: 0 4px;
  font-weight: 300;
  color: #333; }

.pricing-table-one .pricing-table__price-wrap .period {
  font-size: 15px;
  margin-bottom: 0;
  color: #ababab;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.pricing-table-one .pricing-table__list {
  margin: 29px auto 0;
  max-width: 270px; }

.pricing-table-one .pricing-table__list li {
  position: relative;
  display: block;
  padding: 7px 0 7px 31px; }

.pricing-table-one .pricing-table__list li::before {
  content: '\f00c';
  color: #0f2353;
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

.pricing-table-one .pricing-table__list li .featured {
  font-weight: 500; }

.pricing-table-one .pricing-table__footer {
  margin-top: 30px;
  padding-top: 8px; }

.pricing-table-one .pricing-table__footer .ht-btn {
  width: 180px;
  max-width: 100%; }

.pricing-table-one .pricing-table__footer .ht-btn--outline {
  border-width: 1px; }

.pricing-table-one .pricing-table__feature-mark {
  position: absolute;
  top: 0;
  right: 0;
  height: 92px;
  width: 92px;
  background: #0f2353; }

.pricing-table-one .pricing-table__feature-mark::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 159px;
  right: 23px;
  position: absolute;
  top: 10px;
  width: 100%; }

.pricing-table-one .pricing-table__feature-mark span {
  position: absolute;
  top: 20px;
  right: 7px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.19;
  display: block;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 50px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.pricing-table-one .pricing-table:hover .pricing-table__inner {
  -webkit-box-shadow: 0 41px 43px rgba(51, 51, 51, 0.07);
  box-shadow: 0 41px 43px rgba(51, 51, 51, 0.07);
  border: 0 solid transparent;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.pricing-table-one .pricing-table--popular .pricing-table__inner {
  border: 0 solid transparent;
  padding: 49px 20px 51px; }

.pricing-table-two .pricing-table {
  margin-bottom: 30px; }

.pricing-table-two .pricing-table__inner {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  padding: 34px 20px 40px;
  border: 1px solid #dce6ed;
  border-radius: 5px;
  background-color: #ffffff; }

.pricing-table-two .pricing-table__header {
  margin-bottom: 25px; }

.pricing-table-two .pricing-table__title {
  color: #333;
  margin-bottom: 24px; }

.pricing-table-two .pricing-table__price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pricing-table-two .pricing-table__price-wrap .currency {
  font-size: 15px;
  margin-bottom: 0;
  color: #ababab; }

.pricing-table-two .pricing-table__price-wrap .price {
  font-size: 56px;
  line-height: .8;
  margin: 0 4px;
  font-weight: 300;
  color: #333; }

.pricing-table-two .pricing-table__price-wrap .period {
  font-size: 15px;
  margin-bottom: 0;
  color: #ababab;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.pricing-table-two .pricing-table__list li {
  position: relative;
  display: block;
  padding: 5px 0; }

.pricing-table-two .pricing-table__list li .featured {
  font-weight: 500; }

.pricing-table-two .pricing-table__footer {
  margin-top: 30px; }

.pricing-table-two .pricing-table__footer .ht-btn {
  width: 180px;
  max-width: 100%; }

.pricing-table-two .pricing-table__footer .ht-btn:hover {
  background: #3abb65; }

.pricing-table-two .pricing-table__feature-mark {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 88px solid #3abb65;
  border-bottom: 88px solid transparent;
  border-left: 88px solid transparent; }

.pricing-table-two .pricing-table__feature-mark span {
  position: absolute;
  top: -72px;
  right: 6px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.19;
  display: block;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.pricing-table-two .pricing-table:hover .pricing-table__inner {
  -webkit-box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
  box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
  border: 0 solid transparent;
  padding: 35px 21px 41px;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.pricing-table-two .pricing-table--popular .pricing-table__inner {
  -webkit-box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
  box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
  border: 0 solid transparent;
  padding: 35px 21px 41px;
  background: #0f2353; }

.pricing-table-two .pricing-table--popular .pricing-table__title {
  color: #ffffff; }

.pricing-table-two .pricing-table--popular .pricing-table__price-wrap .currency {
  color: #ffffff; }

.pricing-table-two .pricing-table--popular .pricing-table__price-wrap .price {
  color: #ffffff; }

.pricing-table-two .pricing-table--popular .pricing-table__price-wrap .period {
  color: #ffffff; }

.pricing-table-two .pricing-table--popular .pricing-table__list li {
  color: #ffffff; }

.ht-plans-menu .tab__item:first-child a {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important; }

.ht-plans-menu .tab__item:last-child a {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }

.ht-plans-menu .tab__item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  border: 1px solid #ededed;
  background: #fff;
  color: #454545;
  padding: 18px 10px 16px;
  min-width: 160px;
  border-radius: 0; }

.ht-plans-menu .tab__item a.active {
  background: #3abb65;
  color: #ffffff;
  border-color: #3abb65 !important; }

/*=====  End of pricing table  ======*/
/*=============================================
=            23. progress Bar Css           =
==============================================*/
.progress-bar--one .progress-charts {
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden; }

.progress-bar--two .progress-charts {
  padding-bottom: 20px;
  overflow: hidden; }

.progress-charts .heading {
  color: #6d70a6;
  margin-bottom: 12px;
  font-weight: 400; }

.progress-charts .progress {
  height: 4px;
  overflow: visible;
  font-size: 14px;
  background-color: #f5f5f5;
  border-radius: 0; }

.progress-charts .progress .progress-bar {
  position: relative;
  background: #3abb65;
  color: #3abb65; }

.progress-charts .progress .progress-bar::after, .progress-charts .progress .progress-bar::before {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.progress-charts .progress .progress-bar::after {
  height: 13px;
  width: 13px;
  border: 3px solid currentColor; }

.progress-charts .progress .progress-bar::before {
  height: 28px;
  width: 28px;
  border: 1px solid currentColor;
  opacity: .3; }

.progress-charts .progress .progress-bar span.percent-label {
  position: absolute;
  right: -45px;
  font-size: 14px;
  font-weight: 500;
  top: -40px;
  color: #2e3280;
  line-height: 2; }

.progress-charts .progress .progress-bar.gradient-1 {
  color: #61fded;
  background-color: #0d8abc;
  background-image: -webkit-linear-gradient(314deg, #0d8abc 0px, #61fded 100%);
  background-image: -o-linear-gradient(314deg, #0d8abc 0px, #61fded 100%);
  background-image: linear-gradient(-224deg, #0d8abc 0px, #61fded 100%); }

.progress-charts .progress .progress-bar.gradient-2 {
  color: #eece90;
  background-color: #d45529;
  background-image: -webkit-linear-gradient(314deg, #d45529 0px, #eece90 100%);
  background-image: -o-linear-gradient(314deg, #d45529 0px, #eece90 100%);
  background-image: linear-gradient(-224deg, #d45529 0px, #eece90 100%); }

.progress-charts .progress .progress-bar.gradient-3 {
  color: #5c51ff;
  background-color: #f646a9;
  background-image: -webkit-linear-gradient(314deg, #f646a9 0px, #5c51ff 100%);
  background-image: -o-linear-gradient(314deg, #f646a9 0px, #5c51ff 100%);
  background-image: linear-gradient(-224deg, #f646a9 0px, #5c51ff 100%); }

.progress-charts .progress .progress-bar.gradient-4 {
  color: #e5529a;
  background-color: #e77654;
  background-image: -webkit-linear-gradient(314deg, #e77654 0px, #e5529a 100%);
  background-image: -o-linear-gradient(314deg, #e77654 0px, #e5529a 100%);
  background-image: linear-gradient(-224deg, #e77654 0px, #e5529a 100%); }

.progress-charts .progress__two .progress {
  height: 16px;
  overflow: visible;
  font-size: 14px;
  border-radius: 0;
  height: 32px;
  padding: 6px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2; }

.progress-charts .progress__two .progress-bar {
  background-color: #9C7AF2;
  background: #3abb65;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  border-radius: inherit; }

.progress-charts .progress__two .progress-bar::after, .progress-charts .progress__two .progress-bar::before {
  display: none; }

.progress-charts .progress__two .progress-bar span.percent-label {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #fff; }

.progress-charts .progress__two .progress.gradient-1 {
  color: #61fded;
  background-color: #0d8abc;
  background-image: -webkit-linear-gradient(314deg, #0d8abc 0px, #61fded 100%);
  background-image: -o-linear-gradient(314deg, #0d8abc 0px, #61fded 100%);
  background-image: linear-gradient(-224deg, #0d8abc 0px, #61fded 100%); }

.progress-charts .progress__two .progress.gradient-2 {
  color: #eece90;
  background-color: #d45529;
  background-image: -webkit-linear-gradient(314deg, #d45529 0px, #eece90 100%);
  background-image: -o-linear-gradient(314deg, #d45529 0px, #eece90 100%);
  background-image: linear-gradient(-224deg, #d45529 0px, #eece90 100%); }

.progress-charts .progress__two .progress.gradient-3 {
  color: #5c51ff;
  background-color: #f646a9;
  background-image: -webkit-linear-gradient(314deg, #f646a9 0px, #5c51ff 100%);
  background-image: -o-linear-gradient(314deg, #f646a9 0px, #5c51ff 100%);
  background-image: linear-gradient(-224deg, #f646a9 0px, #5c51ff 100%); }

.progress-charts .progress__two .progress.gradient-4 {
  color: #e5529a;
  background-color: #e77654;
  background-image: -webkit-linear-gradient(314deg, #e77654 0px, #e5529a 100%);
  background-image: -o-linear-gradient(314deg, #e77654 0px, #e5529a 100%);
  background-image: linear-gradient(-224deg, #e77654 0px, #e5529a 100%); }

/*=============================================
=        25. Row Separators Css            =
=============================================*/
.row-separators-wrap {
  position: relative; }

.separators-space {
  padding-top: 300px;
  padding-bottom: 300px; }

.row-separators-bg {
  background: #69afed; }

.vc_row-separator.bottom {
  bottom: 0; }

.vc_row-separator svg {
  height: 100px;
  width: 100%; }

.vc_row-separator {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  line-height: 0; }

.row-separators-style .vc_row-separator svg {
  fill: #fff; }

.square-style .vc_row-separator.square.bottom {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.square-style .vc_row-separator.square {
  width: auto;
  left: 50%; }

.square-style .vc_row-separator svg {
  height: 90px; }

.square-style .vc_row-separator svg {
  fill: #f7be68; }

.big-triangle-style .big_triangle.bottom {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.big-triangle-style .vc_row-separator svg {
  fill: #fff; }

.tilt-right-style .tilt_right.bottom {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.tilt-right-style .vc_row-separator svg {
  fill: #69afed; }

.tilt-left-style .vc_row-separator.top {
  top: 0; }

.tilt-left-style .vc_row-separator.tilt_left.top {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.tilt-left-style .vc_row-separator svg {
  height: 100px; }

.tilt-left-style .vc_row-separator svg {
  fill: #69afed; }

.wavify-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%; }

.wavify-wrapper svg {
  height: 380px; }

.triangle-bottom .vc_row-separator.triangle.bottom {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.triangle-bottom .vc_row-separator.triangle.bottom {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.triangle-bottom .vc_row-separator svg {
  fill: #fff; }

.triangle-bottom .vc_row-separator svg {
  height: 40px; }

.curve-style .vc_row-separator.bottom {
  bottom: 0; }

.curve-style .vc_row-separator svg {
  fill: #fff; }

.curve-style .vc_row-separator svg {
  height: 50px; }

.waves-style .vc_row-separator.bottom {
  bottom: 0; }

.waves-style .vc_row-separator svg {
  height: 30px; }

.waves-style .vc_row-separator svg {
  fill: #69afed; }

.circle-style .vc_row-separator.top {
  top: 0; }

.circle-style .vc_row-separator svg {
  height: 50px; }

.circle-style .vc_row-separator svg {
  fill: #69afed; }

.default-bg-2 {
  background: #69AFED; }

.particles-area {
  position: relative; }

.constellation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.vc_row-separator.bottom {
  bottom: 0; }

.triangle-one-style .vc_row-separator svg, .triangle-two--style .vc_row-separator svg {
  fill: #69afed; }

.triangle-one-style .vc_row-separator svg, .triangle-two--style .vc_row-separator svg {
  height: 200px; }

.triangle-two--style .vc_row-separator.tilt_right.top {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1); }

/*=============================================
=          24. Circle Progress Css            =
=============================================*/
.circle-progress-wrapper {
  position: relative; }

.feature-list-progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list-progress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
.feature-list-progress__info {
  margin-left: 40px;
  -webkit-flex-basis: calc(100% - 170px);
  -ms-flex-preferred-size: calc(100% - 170px);
  flex-basis: calc(100% - 170px); }

@media only screen and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list-progress__info {
    margin-top: 20px;
    margin-left: 0; } }
.feature-list-progress__counter {
  -webkit-flex-basis: 170px;
  -ms-flex-preferred-size: 170px;
  flex-basis: 170px; }

.feature-list-progress__list li {
  margin-bottom: 10px; }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-10px) scale(0.9, 0.9);
    transform: translateY(-10px) scale(0.9, 0.9); }
  100% {
    -webkit-transform: translateY(10px) scale(1, 1);
    transform: translateY(10px) scale(1, 1); } }
@keyframes jump {
  0% {
    -webkit-transform: translateY(-10px) scale(0.9, 0.9);
    transform: translateY(-10px) scale(0.9, 0.9); }
  100% {
    -webkit-transform: translateY(10px) scale(1, 1);
    transform: translateY(10px) scale(1, 1); } }
.feature-list-progress {
  z-index: 3;
  position: relative; }

/*=====  End of circle progress  ======*/
/*=============================================
=        26. Social Networks Css            =
=============================================*/
.ht-social-networks .item {
  display: inline-block; }

.ht-social-networks .social-link {
  display: block;
  padding: 5px 8px; }
  .ht-social-networks .social-link.twitter .social-icon {
    background-image: url(../../images/share-twitter-b.svg);
    background-size: 16px 15px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 16px;
    height: 15px; }
  .ht-social-networks .social-link.twitter:hover .social-icon {
    background-image: url(../../images/share-twitter-w.svg); }

.ht-social-networks.large-icon .social-link {
  padding: 5px 13px;
  font-size: 20px; }

.ht-social-networks.extra-large-icon .social-link {
  padding: 5px 15px;
  font-size: 30px; }

.ht-social-networks.flat-round .item, .ht-social-networks.solid-rounded-icon .item {
  margin: 8px; }

.ht-social-networks.flat-round .social-link, .ht-social-networks.solid-rounded-icon .social-link {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 48px;
  width: 48px;
  line-height: 48px;
  margin: 8px;
  background: #ededed;
  color: #696969;
  border-radius: 50%;
  position: relative; }

.ht-social-networks.flat-round .social-link:hover, .ht-social-networks.solid-rounded-icon .social-link:hover {
  color: #ffffff;
  background: #3abb65; }

.ht-social-networks.solid-rounded-icon .social-link {
  background: transparent;
  border: 1px solid #e0e0e0; }

.ht-social-networks.solid-rounded-icon .social-link:hover {
  border: 1px solid #3abb65;
  color: #ffffff; }

.ht-social-networks.solid-rounded-icon.social-white .social-link {
  color: #ffffff; }

.ht-social-networks.solid-rounded-icon.social-white .social-link:hover {
  border: 1px solid #ffffff;
  color: #3abb65;
  background: #ffffff; }

.ht-social-networks.icon-tilte .link-icon {
  font-size: 16px;
  min-width: 16px;
  margin-right: 10px; }

.ht-social-networks.tilte-style .social-link {
  position: relative; }

.ht-social-networks.tilte-style .social-link::before {
  content: '-';
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333; }

.ht-social-networks.tilte-style .social-link:hover .link-text::after {
  background-color: #0f2353;
  width: 100%;
  left: 0; }

.ht-social-networks.tilte-style .item:first-child .social-link::before {
  display: none; }

.ht-social-networks.tilte-style .link-text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #333;
  position: relative;
  padding: 5px 0;
  z-index: 1; }

.ht-social-networks.tilte-style .link-text::before {
  content: '';
  height: 2px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -2;
  background: rgba(0, 0, 0, 0.2); }

.ht-social-networks.tilte-style .link-text::after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; }

.ht-social-networks.white-tilte-social .social-link::before {
  color: rgba(255, 255, 255, 0.7); }

.ht-social-networks.white-tilte-social .social-link:hover .link-text::after {
  background-color: #ffffff; }

.ht-social-networks.white-tilte-social .link-text {
  color: #fff; }

.ht-social-networks.white-tilte-social .link-text::before {
  background: rgba(255, 255, 255, 0.7); }

/*=============================================
=               28. Tabs Css                =
=============================================*/
.ht-tab-menu {
  margin: 0 -10px; }

.ht-tab-menu li {
  margin: 0 10px; }

.ht-tab-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ededed !important;
  border: #ededed;
  background: #fff;
  color: #696969;
  padding: 21px 20px 19px;
  min-width: 200px;
  border-radius: 5px !important; }

.ht-tab-menu li a.active {
  color: #3abb65;
  border-color: #3abb65 !important; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ht-tab-menu li a {
    padding: 21px 10px 19px; } }
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-tab-menu li a {
    padding: 12px 13px 12px;
    min-width: 150px;
    margin-bottom: 10px; } }
.ht-tab-menu_two li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0; }

.tab-history-image img {
  border-radius: 5px; }

.tab-content-inner .text {
  font-size: 18px;
  font-size: 18px; }

.tab-slider-nav--list {
  display: block;
  margin-bottom: 50px;
  opacity: 0.6; }

.tab-slider-nav--list:hover {
  opacity: 0.9; }

.tab-slider-nav--list .ht-slider-tab-icon {
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 32px;
  border-radius: 15px;
  color: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
  box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
  margin-right: 30px; }

.tab-slider-nav--list h5 {
  display: block;
  color: #fff;
  max-width: 280px; }

.tab-slider-nav--list p {
  margin-top: 26px;
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #fff; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-slider-nav--list:last-child {
    margin-bottom: 0; } }
.tab-slider-nav .slick-current .tab-slider-nav--list {
  opacity: 1; }

.tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
  background-image: -webkit-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%);
  background-image: -o-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%);
  background-image: linear-gradient(-225deg, #f8c59b 0%, #e68c60 100%); }

.start-ups-left-tab .tab-slider-nav--list {
  display: block;
  margin-bottom: 50px;
  opacity: 0.6 !important; }

.start-ups-left-tab .tab-slider-nav--list:hover {
  opacity: 0.9; }

.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list {
  opacity: 1 !important; }

.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
  background-image: -webkit-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%) !important;
  background-image: -o-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%) !important;
  background-image: linear-gradient(-225deg, #f8c59b 0%, #e68c60 100%) !important; }

.tab-slider-images .slick-dots {
  text-align: center;
  margin-top: 30px; }

.tab-slider-images .slick-dots li {
  display: inline-block;
  margin: 0 15px; }

.tab-slider-images .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.tab-slider-images .slick-dots li button:hover {
  width: 10px;
  height: 10px; }

.tab-slider-images .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 9px #ededed;
  box-shadow: 0 0 9px #ededed; }

.modern-grid--6 {
  display: grid;
  grid-row-gap: 60px;
  grid-template-columns: repeat(6, 1fr); }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modern-grid--6 {
    grid-template-columns: repeat(5, 1fr); } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modern-grid--6 {
    grid-template-columns: repeat(3, 1fr); } }
@media only screen and (max-width: 767px) {
  .modern-grid--6 {
    grid-template-columns: repeat(2, 1fr); } }
.carousel-slider__content {
  margin-top: 25px;
  padding: 0 20px; }

.carousel-slider__content .headeing {
  margin-bottom: 10px; }

/*=============================================
=             29. Team Member Css             =
==============================================*/
.sider-title-button-box .ht-btn {
  margin-right: 15px; }

.ht-team-member .team-image {
  position: relative; }

.ht-team-member .social-networks {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 6px 0;
  background-color: #0f2353;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ht-team-member .social-networks a {
  display: inline-block;
  font-size: 16px;
  line-height: 0;
  color: #fff;
  padding: 10px 14px; }

.ht-team-member:hover .social-networks {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.ht-team-member .team-info {
  margin-top: 20px; }

.ht-team-member-style-one .ht-team-member {
  max-width: 310px;
  margin: auto;
  margin-bottom: 60px; }

@media only screen and (max-width: 767px) {
  .ht-team-member-style-one .ht-team-member {
    margin-bottom: 30px; } }
.ht-team-member-style-two .ht-team-member {
  max-width: 350px;
  margin: auto;
  margin-bottom: 60px; }

@media only screen and (max-width: 767px) {
  .ht-team-member-style-two .ht-team-member {
    margin-bottom: 30px; } }
.ht-team-member-style-three .ht-team-member {
  max-width: 350px;
  margin: auto;
  margin-bottom: 60px; }

@media only screen and (max-width: 767px) {
  .ht-team-member-style-three .ht-team-member {
    margin-bottom: 30px; } }
.team_member-list .team__title {
  font-size: 15px;
  text-transform: uppercase; }

.ht-team-member.type2 .team-info {
  background: #fff;
  margin: 0;
  padding: 30px 20px;
  border-bottom: 3px solid #3abb65; }

.ht-team-member.type2 .team-info * {
  color: #000; }

.ht-team-member.type2 .team-info h6 {
  font-size: 20px; }

.ht-team-member-style-three .ht-team-member.type2 {
  margin: 0; }

.team-overlay-section {
  background: #F8F8F8;
  height: 170px;
  margin-top: -120px; }

.team-2-section-wrapper .ht-team-member-style-three {
  z-index: 9; }

/*----------------------------
    tooltip library
----------------------------*/
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */ }

[class*="hint--"]:before, [class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms; }

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1; }

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms; }

[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 7px solid transparent;
  z-index: 1000001; }

[class*="hint--"]:after {
  background: #3abb65;
  color: white;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }

[class*="hint--"][aria-label]:after {
  content: attr(aria-label); }

[class*="hint--"][data-hint]:after {
  content: attr(data-hint); }

[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important; }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #3abb65; }

.hint--top-right:before {
  border-top-color: #3abb65; }

.hint--top:before {
  border-top-color: #3abb65; }

.hint--bottom-left:before {
  border-bottom-color: #3abb65; }

.hint--bottom-right:before {
  border-bottom-color: #3abb65; }

.hint--bottom:before {
  border-bottom-color: #3abb65; }

.hint--left:before {
  border-left-color: #3abb65; }

.hint--right:before {
  border-right-color: #3abb65; }

.hint--white:after {
  background: #ffffff;
  color: #333;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 5px; }

.hint--white:before {
  border-top-color: #ffffff; }

.hint--black:after {
  background: #000000;
  color: #ffffff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 5px; }

.hint--black:before {
  border-top-color: #000000; }

.hint--black.hint--bottom::before {
  border-bottom-color: #000000; }

.hint--black.hint--top-left::before {
  border-top-color: #000000; }

.hint--black.hint--bottom-left::before {
  border-bottom-color: #000000; }

.hint--black.hint--top::before {
  border-top-color: #000000; }

.hint--black.hint--left::before {
  border-left-color: #000000; }

.hint--black:before {
  border-top-color: transparent; }

.hint--theme-two:after {
  background: #0f2353;
  color: #ffffff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 5px; }

.hint--theme-two:before {
  border-top-color: #0f2353; }

.hint--theme-two.hint--bottom::before {
  border-bottom-color: #0f2353; }

.hint--theme-two.hint--top-left::before {
  border-top-color: #0f2353; }

.hint--theme-two.hint--top::before {
  border-top-color: #0f2353; }

.hint--theme-two.hint--left::before {
  border-left-color: #0f2353; }

.hint--theme-two:before {
  border-top-color: transparent; }

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -13px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:before {
  left: calc(50% - 7px); }

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -13px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }

.hint--bottom:before {
  left: calc(50% - 7px); }

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -ms-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -13px;
  margin-bottom: -7px; }

.hint--right:after {
  margin-bottom: -15px; }

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px); }

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px; }

.hint--left:after {
  margin-bottom: -15px; }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px); }

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -13px; }

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%; }

.hint--top-left:before {
  left: calc(50% - 7px); }

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.hint--top-left:after {
  margin-left: 14px; }

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -ms-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -13px; }

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%; }

.hint--top-right:before {
  left: calc(50% - 7px); }

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.hint--top-right:after {
  margin-left: -14px; }

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -13px; }

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%; }

.hint--bottom-left:before {
  left: calc(50% - 7px); }

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.hint--bottom-left:after {
  margin-left: 14px; }

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -ms-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -13px; }

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%; }

.hint--bottom-right:before {
  left: calc(50% - 7px); }

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.hint--bottom-right:after {
  margin-left: -14px; }

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  transition-duration: 0ms; }

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }

/*=============================================
=           30. Timeline Css           =
=============================================*/
.ht-timeline.style-01 .col-md-6 {
  padding-left: 30px;
  padding-right: 30px; }

.ht-timeline.style-01 .tm-timeline-list {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 32px 0 65px; }

.ht-timeline.style-01 .item {
  position: relative; }

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .item {
    padding-left: 45px;
    width: 100%; } }
.ht-timeline.style-01 .item + .item {
  margin-top: 68px; }

.ht-timeline.style-01 .line {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  border-left: 2px solid #3abb65;
  opacity: .15; }

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .line {
    left: 15px; } }
.ht-timeline.style-01 .dots {
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
  color: #3abb65; }

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .dots {
    right: auto;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.ht-timeline.style-01 .dots::before {
  content: '';
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: .3;
  width: 30px;
  height: 30px; }

.ht-timeline.style-01 .dots .middle-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 2;
  border: 3px solid currentColor;
  background: #fff; }

.ht-timeline.style-01 .timeline-col .inner {
  text-align: right;
  width: 500px;
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-col .inner {
    text-align: left; } }
.ht-timeline.style-01 .timeline-col .inner .year {
  color: #3abb65;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 27px; }

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-col .inner .year {
    font-size: 32px; } }
.ht-timeline.style-01 .timeline-col .inner .photo img {
  border-radius: 5px; }

.ht-timeline.style-01 .timeline-info .inner {
  padding-top: 130px;
  float: right;
  width: 500px;
  max-width: 100%;
  text-align: left; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-timeline.style-01 .timeline-info .inner {
    padding-top: 60px; } }
@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-info .inner {
    padding-top: 30px; } }
.ht-timeline.style-01 .timeline-info .content-body {
  display: inline-block;
  width: 400px;
  max-width: 100%; }

.ht-timeline.style-01 .timeline-info .heading {
  font-size: 24px;
  margin-bottom: 20px; }

.ht-timeline.style-01 .timeline-info .text {
  font-size: 18px;
  line-height: 2; }

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-info .text {
    font-size: 16px; } }
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; } }
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info > .inner {
  float: left;
  text-align: right; }

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info > .inner {
    text-align: left; } }
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature > .inner {
  text-align: left;
  float: right; }

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature > .inner {
  text-align: left;
  float: right; }

/* =========================
    Typed Text
=============================*/
.cd-headline.clip span {
  padding: 0; }

.cd-headline.clip .cd-words-wrapper.brown-color::after {
  background-color: #ddd;
  width: 4px; }

.cd-headline.clip span {
  padding: 0; }

.cd-headline.clip .cd-words-wrapper.brown-color::after {
  background-color: #f10;
  width: 4px; }

.typed-text-wrap {
  text-align: center; }

.typed-text-wrap h4 {
  max-width: 700px;
  font-size: 48px;
  line-height: 1.34;
  margin-bottom: 0;
  word-wrap: break-word;
  font-weight: 700;
  margin-top: -20px; }

.typed-text-wrap h4 span b {
  font-weight: 700;
  font-style: normal;
  color: #3abb65; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .typed-text-wrap h4 {
    font-size: 38px; } }
@media only screen and (max-width: 767px) {
  .typed-text-wrap h4 {
    font-size: 28px; } }
@media only screen and (max-width: 575px) {
  .typed-text-wrap h4 {
    font-size: 20px; } }
/*===================================
=          32. Project Css           =
====================================*/
.projects-slider__container .projects-wrap.style-01 .projects-image-box {
  margin: 20px 15px 35px; }

.projects-wrap.style-01 .projects-image-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
  box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
  position: relative;
  margin-bottom: 30px;
  /*margin: 20px 15px 35px;*/ }

.projects-wrap.style-01 .content {
  padding: 25px 26px 94px;
  padding-bottom: 88px; }

.projects-wrap.style-01 .content .heading {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 2px;
  color: #333 !important;
  font-size: 22px; }

.projects-wrap.style-01 .content .post-categories {
  color: #3abb65;
  margin-bottom: 2px; }

.projects-wrap.style-01 .content .text {
  color: #696969;
  margin-top: 13px; }

.projects-wrap.style-01 .content .box-projects-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;
  color: #3abb65; }

.projects-wrap.style-01 .content .box-projects-arrow::before {
  background-color: #3abb65;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1; }

.projects-wrap.style-01:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.projects-wrap.style-01:hover .content .heading {
  color: #3abb65; }

.projects-wrap.style-01:hover .content .box-projects-arrow {
  color: #ffffff; }

.projects-wrap.style-01:hover .content .box-projects-arrow::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.projects-wrap.style-2 {
  position: relative; }

.projects-wrap.style-2 .content {
  padding: 30px 40px 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear; }

.projects-wrap.style-2:hover .content {
  bottom: 20px; }

.projects-wrap.style-2 .content .heading {
  color: #fff;
  line-height: 30px;
  font-size: 22px; }

.projects-wrap.style-2 .projects-image-box {
  position: relative; }

.projects-wrap.style-2 .content .post-categories {
  background-color: #0f2353;
  color: #fff;
  padding: 4px 8px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }

.projects-wrap.style-2 .projects-image {
  position: relative; }

.projects-wrap.style-2 .projects-image:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right top, #1b1b1b, #1b1b1bad, #55555500, #b9b9b900, #ffffff00);
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out; }

.projects-wrap.style-2:hover .projects-image:before {
  background-image: linear-gradient(to right top, #000000, #111111ad, #1d1d1d50, #21212100, #25252500); }

.messonry-button button {
  padding: 0;
  border: 0 none;
  position: relative;
  background: transparent; }

.messonry-button button span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 5px 17px;
  position: relative;
  border-bottom: 2px solid transparent; }

.messonry-button button span.filter-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.74;
  color: #3abb65;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.messonry-button button span.filter-counter {
  position: absolute;
  top: 0;
  left: 50%;
  visibility: hidden;
  margin: 0 auto;
  min-width: 34px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  font-size: 12px;
  background-color: #3abb65;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 600; }

.messonry-button button span.filter-counter::before {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 4px solid #3abb65;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  border-top-color: #3abb65; }

.messonry-button button:hover span.filter-counter {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.messonry-button button:hover span.filter-text {
  color: #3abb65; }

.messonry-button button.is-checked span {
  border-bottom: 2px solid #3abb65; }

.messonry-button button.is-checked span.filter-text {
  color: #3abb65; }

/*======================================
=         33. Contact Us Css            =
=======================================*/
.contact-form__two input[type="text"]:focus, .contact-form__two input[type="email"]:focus, .contact-form__two input[type="url"]:focus, .contact-form__two input[type="password"]:focus, .contact-form__two input[type="search"]:focus, .contact-form__two input[type="number"]:focus, .contact-form__two input[type="tel"]:focus, .contact-form__two input[type="range"]:focus, .contact-form__two input[type="date"]:focus, .contact-form__two input[type="month"]:focus, .contact-form__two input[type="week"]:focus, .contact-form__two input[type="time"]:focus, .contact-form__two input[type="datetime"]:focus, .contact-form__two input[type="datetime-local"]:focus, .contact-form__two input[type="color"]:focus, .contact-form__two textarea:focus, .contact-form__two select:focus, .contact-form__two select:focus, .contact-form__two textarea:focus {
  color: #222;
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1); }

.contact-form__two select:focus {
  background: #fff url("../../images/selector-icon.png") no-repeat center right 20px !important; }

.processing-contact-us-bg {
  background-color: #0f2353;
  background-image: url(../../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: top right; }

.contact-title .sub-title {
  font-size: 18px; }

.contact-input {
  margin: 0 -10px; }

.contact-input .contact-inner {
  float: left;
  margin: 0 0 20px;
  padding: 0 10px;
  width: 50%; }

@media only screen and (max-width: 575px) {
  .contact-input .contact-inner {
    width: 100%; } }
.contact-inner {
  margin: 0 0 20px; }

.contact-inner input, .contact-inner textarea {
  width: 100%;
  color: #000;
  background-color: #f8f8f8;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  outline: none;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 3px 20px;
  height: 56px; }

.contact-inner textarea {
  height: 150px;
  padding: 15px; }

.contact-inner select {
  color: #777; }

.contact-inner .inquiry-quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }

.contact-inner .inquiry-quantity select.form_control {
  width: 110px;
  font-size: 16px;
  outline: none; }

.contact-inner .inquiry-quantity input#iquantity {
  width: calc(100% - 110px);
  margin-right: 0px;
  border-right: none; }

.contact-inner .inquiry-quantity input.form_control:after {
  content: " ";
  position: absolute;
  z-index: 2;
  top: -25px;
  width: 110%;
  height: 50px;
  background-color: #fff;
  transform: rotate(-0.5deg); }

.inquiry-form-wrap .text-left {
  text-align: center !important; }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us-wrap-one {
    margin-bottom: 30px; } }
.contact-us-wrap-one .heading {
  position: relative;
  padding-left: 34px;
  font-weight: 600;
  line-height: 1.4;
  font-size: 30px; }

.contact-us-wrap-one .heading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 94%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #0f2353; }

.contact-us-wrap-one .sub-heading {
  margin-top: 15px;
  font-size: 18px;
  margin-left: 34px;
  color: #696969; }

.contact-info-one .icon, .contact-info-two .icon, .contact-info-three .icon {
  font-size: 40px;
  color: #3abb65; }

.contact-info-one .heading, .contact-info-two .heading, .contact-info-three .heading {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px; }

.contact-info-one .call-us, .contact-info-two .call-us, .contact-info-three .call-us {
  line-height: 1.17;
  color: #0f2353;
  position: relative;
  display: inline-block; }

.contact-info-one .call-us::before, .contact-info-two .call-us::before, .contact-info-three .call-us::before {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor; }

.contact-info-one .call-us:hover, .contact-info-two .call-us:hover, .contact-info-three .call-us:hover {
  color: #0f2353; }

.contact-info-one .call-us:hover::before, .contact-info-two .call-us:hover::before, .contact-info-three .call-us:hover::before {
  width: 100%;
  left: 0;
  right: auto; }

.contact-info-one .call-us a:hover, .contact-info-two .call-us a:hover, .contact-info-three .call-us a:hover {
  color: #0f2353; }

.contact-info-one .btn--secondary, .contact-info-two .btn--secondary, .contact-info-three .btn--secondary {
  min-width: 230px; }

.contact-info-one .btn--secondary:hover, .contact-info-two .btn--secondary:hover, .contact-info-three .btn--secondary:hover {
  background: #3abb65; }

.contact-info-two .icon {
  color: #fff; }

.contact-info-two .heading {
  color: rgba(255, 255, 255, 0.8); }

.contact-info-two .call-us {
  color: #0f2353; }

.contact-info-two .call-us:hover {
  color: #0f2353; }

.contact-info-two .call-us a:hover {
  color: #0f2353; }

.contact-info-two .btn--secondary {
  background: #ffffff;
  color: #3abb65; }

.contact-info-two .btn--secondary:hover {
  background: #0f2353;
  color: #ffffff; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-three {
    margin-top: 60px; } }
.contact-info-three .heading {
  margin-bottom: 30px; }

.contact-info-three .call-us {
  margin-bottom: 20px; }

.contact-info-three .location-text-button .button-icon {
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  background: #f6f2ed;
  margin-right: 14px;
  display: inline-block; }

.contact-info-three .location-text-button .button-icon::before {
  content: '\f3c5';
  font-style: normal;
  line-height: 56px;
  text-align: center;
  color: #3abb65;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

.contact-info-three .location-text-button .button-text {
  font-weight: 500;
  color: #3abb65;
  position: relative; }

.contact-info-three .location-text-button .button-text::after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor; }

.contact-info-three .location-text-button:hover .button-text::after {
  width: 100%;
  left: 0;
  right: auto; }

.processing-computing-area {
  padding: 150px 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .processing-computing-area {
    padding: 100px 0; } }
@media only screen and (max-width: 767px) {
  .processing-computing-area {
    padding: 60px 0; } }
.computing-info-box h2 {
  font-size: 64px;
  line-height: 1.13;
  color: #0f2353; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .computing-info-box h2 {
    font-size: 42px; } }
@media only screen and (max-width: 767px) {
  .computing-info-box h2 {
    font-size: 32px; } }
.contact-form-service-wrap {
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 42px 50px 50px;
  border-radius: 5px; }

@media only screen and (max-width: 767px) {
  .contact-form-service-wrap {
    padding: 42px 20px 50px; } }
.business-solution-form-wrap {
  max-width: 400px;
  margin-left: auto;
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 42px 30px 51px;
  border-radius: 5px;
  text-align: center; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .business-solution-form-wrap {
    margin: auto; } }
.ht-star-rating.lg-style {
  color: #fb0;
  font-size: 24px; }

.ht-star-rating.lg-style span + span {
  margin-left: 11px; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info {
    margin-bottom: 60px; } }
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info.sytle-one, .contact-info.style-two {
    margin-top: 60px; }

  .contact-info.sytle-one.service-contact, .contact-info.style-two.service-contact {
    margin-top: 0; } }
.contact-info.sytle-one .contact-info-title-wrap .sub-text, .contact-info.style-two .contact-info-title-wrap .sub-text {
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px; }

.contact-info.sytle-one .contact-list-item .single-contact-list, .contact-info.style-two .contact-list-item .single-contact-list {
  display: block; }

.contact-info.sytle-one .contact-list-item .content, .contact-info.style-two .contact-list-item .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px; }

.contact-info.sytle-one .contact-list-item .content .icon, .contact-info.style-two .contact-list-item .content .icon {
  color: #fff;
  border-color: #fff;
  font-size: 40px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 54px; }

.contact-info.sytle-one .contact-list-item .content .main-content .heading, .contact-info.style-two .contact-list-item .content .main-content .heading {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.78;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.8); }

.contact-info.sytle-one .contact-list-item .content .main-content .text, .contact-info.style-two .contact-list-item .content .main-content .text {
  color: #3abb65;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.17; }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info.sytle-one .contact-list-item .content .main-content .text, .contact-info.style-two .contact-list-item .content .main-content .text {
    font-size: 24px; } }
@media only screen and (max-width: 767px) {
  .contact-info.sytle-one .contact-list-item .content .main-content .text, .contact-info.style-two .contact-list-item .content .main-content .text {
    font-size: 24px; } }
.contact-info.style-two .contact-info-title-wrap .sub-text {
  color: #696969; }

.contact-info.style-two .contact-list-item .content .icon {
  color: #0f2353; }

.contact-info.style-two .contact-list-item .content .main-content .heading {
  color: #333333; }

.contact-info.style-two .contact-list-item .content .main-content .text {
  color: #3abb65; }

.conact-info__list li {
  margin-bottom: 7px; }

.contact-us-wrap-one.managed-it .heading {
  line-height: 1.67;
  font-weight: 800; }

/*=====================================
=      40. About Us pages Css           =
=======================================*/
.home-banner-bg {
  background-image: url(../../images/banners/banner-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
  min-height: 650px; }
  .home-banner-bg.breadcrumb-area:before {
    background: rgba(0, 0, 0, 0.5); }

@media screen and (min-width: 1170px) {
  .home-banner-bg h1 {
    font-size: 54px; } }
.popup-video-wrapper {
  background-image: url(../../images/about_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.about-us-bg {
  background-image: url(../../images/banners/page-about-us-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.services-bg {
  background-image: url(../../images/banners/page-services-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.contact-us-bg {
  background-image: url(../../images/banners/page-contact-us-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.careers-bg {
  background-image: url(../../images/banners/page-careers-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.products-bg {
  background-image: url(../../images/banners/page-products-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.solutions-bg {
  background-image: url(../../images/banners/page-solutions-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.banner-space {
  padding-top: 195px;
  padding-bottom: 204px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-space {
    padding-bottom: 120px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-space {
    padding-bottom: 100px; } }
@media only screen and (max-width: 767px) {
  .banner-space {
    padding-bottom: 60px; } }
.vision-space {
  padding-top: 85px;
  padding-bottom: 195px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vision-space {
    padding-top: 120px;
    padding-bottom: 120px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vision-space {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media only screen and (max-width: 767px) {
  .vision-space {
    padding-top: 60px;
    padding-bottom: 60px; } }
.requirements-list {
  width: 600px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
  float: right; }

.resources-left-box {
  max-width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  float: right; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .resources-left-box {
    margin: 0 auto;
    float: none; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .resources-left-box {
    text-align: center;
    margin: 0 auto;
    float: none; } }
@media only screen and (max-width: 767px) {
  .resources-left-box {
    margin: 0 auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center; } }
.resources-inner .sub-title {
  color: #ababab; }

.contact-button a {
  color: #3abb65;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  border-bottom: 1px solid #ddd; }

.about-button {
  text-align: right; }

.about-button a {
  min-width: 170px; }

.gallery-warp {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }

.gallery-warp:nth-child(4n+1) {
  grid-column: span 8; }

.gallery-grid {
  display: block;
  width: 100%;
  height: 100%; }

.gallery-grid .single-gallery__thum {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  max-height: 420px; }

.gallery-grid:nth-child(4n+1) {
  -ms-grid-column: span 8;
  grid-column: span 8; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .gallery-grid:nth-child(4n+1) {
    grid-column: span 6; } }
@media only screen and (max-width: 575px) {
  .gallery-grid:nth-child(4n+1) {
    grid-column: span 12; } }
.gallery-grid:nth-child(4n+2) {
  -ms-grid-column: span 4;
  grid-column: span 4; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .gallery-grid:nth-child(4n+2) {
    grid-column: span 6; } }
@media only screen and (max-width: 575px) {
  .gallery-grid:nth-child(4n+2) {
    grid-column: span 12; } }
.gallery-grid:nth-child(4n+3) {
  -ms-grid-column: span 6;
  grid-column: span 6; }

@media only screen and (max-width: 575px) {
  .gallery-grid:nth-child(4n+3) {
    grid-column: span 12; } }
.gallery-grid:nth-child(4n+4) {
  -ms-grid-column: span 6;
  grid-column: span 6; }

@media only screen and (max-width: 575px) {
  .gallery-grid:nth-child(4n+4) {
    grid-column: span 12; } }
.single-gallery {
  overflow: hidden;
  display: block;
  border-radius: 5px; }

.single-gallery__item {
  position: relative;
  height: 100%; }

.single-gallery__item .ht-overlay {
  background-color: #3abb65;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.single-gallery__item .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.single-gallery__item .overlay-icon i {
  font-size: 24px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.single-gallery__item:hover .ht-overlay, .single-gallery__item:hover .overlay-icon {
  opacity: .9;
  visibility: visible; }

.bg-item-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%; }

.bg-item-images::before {
  content: '';
  display: block;
  padding-top: 67%; }

/*=======================================
=           Careers Job Listing         =
========================================*/
.ht-simple-job-listing .item {
  border-radius: 5px;
  padding: 33px 50px 36px; }

.ht-simple-job-listing .item:nth-child(2n) {
  background: #f6f2ed; }

.ht-simple-job-listing .item .job-info .job-time {
  font-size: 18px;
  margin-top: 12px;
  display: block; }

.ht-simple-job-listing .item .job-button .ht-btn {
  min-width: 155px; }

@media only screen and (max-width: 767px) {
  .ht-simple-job-listing .item {
    padding: 30px; }

  .ht-simple-job-listing .item .job-description {
    margin-top: 15px; }

  .ht-simple-job-listing .item .job-button {
    margin-top: 20px; } }
/*=======================================
=       41. Single Smart Vision Css         =
========================================*/
.vision-content .heading {
  font-size: 28px;
  line-height: 1.43;
  font-weight: 400;
  color: #0f2353; }

.portfolio-details-table table {
  margin: 0 0 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
  display: inline-table;
  overflow: hidden; }

.portfolio-details-table .label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 12px; }

.portfolio-details-table td:last-child {
  text-align: right;
  padding-right: 0; }

.portfolio-details-table td {
  border: 0;
  background: none !important;
  padding: 17px 10px;
  padding-right: 10px;
  text-align: left; }

.portfolio-details-table td:first-child {
  padding-left: 0; }

.portfolio-details-table tr + tr {
  border-top: 1px solid #ededed; }

.portfolio-details-table .portfolio-details-share a {
  padding: 0 10px;
  font-size: 15px;
  color: #ababab; }

.ht-problem-solution .item {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 44px; }

.ht-problem-solution .item .problem {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.74;
  margin-bottom: 20px; }

.ht-problem-solution .item .problem::before {
  color: #3abb65;
  content: '\f178';
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.ht-problem-solution .item .solution {
  position: relative;
  padding-left: 32px; }

.ht-problem-solution .item .solution::before {
  color: #3abb65;
  content: '\f00c';
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.results-wrap .text {
  font-size: 24px; }

.entry-portfolio-return-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background: #f6f2ed;
  -webkit-box-shadow: 0 4px 32px rgba(51, 51, 51, 0.07);
  box-shadow: 0 4px 32px rgba(51, 51, 51, 0.07);
  font-size: 18px; }

.entry-portfolio-return-link:hover {
  background: #3abb65;
  color: #ffffff; }

.portfolio-nav-links .nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px; }

@media only screen and (max-width: 767px) {
  .portfolio-nav-links .nav-list {
    grid-template-columns: auto; } }
.portfolio-nav-links .nav-list .next {
  text-align: right; }

.portfolio-nav-links .nav-list .inner div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 190px;
  padding: 20px 0; }

.portfolio-nav-links .nav-list .prev img {
  margin-right: 28px; }

.portfolio-nav-links .nav-list .next img {
  margin-left: 28px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.portfolio-nav-links .nav-list .next a {
  padding-right: 30px; }

.portfolio-nav-links .nav-list .prev a {
  padding-left: 30px; }

.portfolio-nav-links .nav-list .inner h6::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px; }

.portfolio-nav-links .nav-list .prev h6::before {
  left: 15px;
  content: '\f104'; }

.portfolio-nav-links .nav-list .next h6::before {
  right: 15px;
  content: '\f105'; }

/*====================================
=         42. Redraw Css             =
=====================================*/
.rev_redraw-wrapper {
  overflow: hidden; }

.rev_redraw-space {
  padding-top: 230px;
  padding-bottom: 230px; }

@media only screen and (max-width: 767px) {
  .rev_redraw-space {
    padding-top: 150px;
    padding-bottom: 150px; } }
.redraw-content {
  z-index: 4;
  position: relative; }

@media only screen and (max-width: 767px) {
  .redraw-images img {
    max-width: 160px; } }
@media only screen and (max-width: 767px) {
  .redraw-images img {
    max-width: 100px; } }
.redrow-1 {
  overflow: hidden;
  top: -205%;
  position: absolute;
  left: 10%; }

@media only screen and (max-width: 767px) {
  .redrow-1 {
    top: -150%; } }
@media only screen and (max-width: 575px) {
  .redrow-1 {
    top: -130%; } }
.redrow-2 {
  position: absolute;
  left: 40%;
  top: -150%; }

@media only screen and (max-width: 767px) {
  .redrow-2 {
    top: -80%; } }
.redrow-3 {
  top: -205%;
  position: absolute;
  right: 10%; }

@media only screen and (max-width: 767px) {
  .redrow-3 {
    top: -150%; } }
@media only screen and (max-width: 575px) {
  .redrow-3 {
    top: -130%; } }
.redrow-4 {
  top: 0%;
  position: absolute;
  left: -10%; }

.redrow-5 {
  position: absolute;
  left: 20%;
  top: 150%; }

.redrow-6 {
  position: absolute;
  right: 20%;
  top: 150%; }

.redrow-7 {
  top: 0%;
  position: absolute;
  right: -10%; }

/*=====================================
=       43. Preview Page Css          =
======================================*/
.hero__purchase .btn:hover, .downlode-btn .btn:hover {
  background: #3abb65;
  color: #fff; }

.header__actions--preview .ht-btn {
  background: #fff;
  color: #3abb65; }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header__actions--preview {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%; }

  .header__actions--preview .header__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
.pr-img-01 {
  position: absolute;
  top: -4%;
  left: 28%; }

@media only screen and (max-width: 767px) {
  .pr-img-01 {
    width: 130px;
    top: -10%;
    left: 8%; } }
.pr-img-02 {
  position: absolute;
  top: 12%;
  right: 6%; }

@media only screen and (max-width: 767px) {
  .pr-img-02 {
    right: -5%; } }
.pr-img-03 {
  position: absolute;
  bottom: 10%;
  right: -10%; }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .pr-img-03 {
    width: 250px;
    right: -10%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pr-img-03 {
    width: 250px;
    right: -10%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pr-img-03 {
    width: 200px;
    right: -20%; } }
@media only screen and (max-width: 767px) {
  .pr-img-03 {
    width: 200px;
    right: -20%; } }
@media only screen and (max-width: 575px) {
  .pr-img-03 {
    width: 200px;
    right: -30%; } }
.pr-img-04 {
  position: absolute;
  bottom: 20%;
  right: 18%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pr-img-04 {
    bottom: 5%;
    right: 18%; } }
@media only screen and (max-width: 767px) {
  .pr-img-04 {
    bottom: 2%;
    right: 50%; } }
.preview-inner-img img {
  z-index: 4; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-inner-img {
    max-width: 500px;
    margin: auto; } }
.preview-hero-text {
  z-index: 4; }

.preview-hero-text h6 {
  color: #0f2353;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-hero-text {
    text-align: center; }

  .preview-hero-text .hero-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media only screen and (max-width: 767px) {
  .preview-hero-text {
    text-align: center; } }
.single-preview-item__wrap a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.single-preview-item__wrap a:hover .single-preview-item__thumbnail .overlay {
  visibility: visible;
  opacity: 1; }

.frame-screen {
  position: relative;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
  box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13); }

.frame-screen .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 14px;
  height: 23px; }

.frame-screen .dots .dot {
  margin: 0 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #dadada; }

.frame-screen .single-preview-item__thumbnail {
  position: relative; }

.frame-screen .single-preview-item__thumbnail .overlay {
  background-color: rgba(58, 187, 101, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.frame-screen .single-preview-item__thumbnail .btn-view-demo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff !important;
  pointer-events: none;
  min-width: 150px; }

.frame-screen .single-preview-item__info h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.87;
  padding: 14px 27px;
  margin-bottom: 0;
  text-align: left; }

.layouts-section-text {
  max-width: 500px;
  width: 100%;
  margin: auto; }

.ht-box-icon.preview-style {
  margin-left: auto;
  max-width: 420px;
  margin-top: 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ht-box-icon.preview-style:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.ht-box-icon.preview-style .icon-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.ht-box-icon.preview-style .icon-box-wrap .image {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 27px 0 0;
  width: 114px;
  text-align: center;
  border-radius: 50%; }

.footer-preview-content h6 {
  letter-spacing: 7px; }

/*=====================================
=       44. BG Image Call         =
======================================*/
.dark-bg {
  position: relative; }

.dark-bg.opacity-5:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.start-project-section-wrapper.bg-img {
  background-color: #0f2353;
  background-image: url(../../images/contact-bg.png) !important;
  background-repeat: no-repeat;
  background-position: top right; }

.white-txt *:not(.text-color-primary) {
  color: #fff; }

.team-2-section-wrapper {
  background: #0f2353; }

.blockquote em {
  font-size: 22px; }

.blockquote h4 {
  margin-top: 20px;
  font-size: 22px; }

.blockquote h5 {
  font-size: 16px;
  color: #696969;
  font-weight: normal;
  margin-top: 5px; }

/* */
.contact-box {
  position: relative;
  padding: 30px;
  background: #3abb65;
  border-radius: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.contact-box:hover {
  background: #0f2353; }

.contact-box .icon-container {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%); }

.contact-box .contact-details {
  padding-left: 50px; }

.contact-box .icon-container em {
  font-size: 30px; }

.contact-box .contact-details h5 {
  font-size: 16px; }

.contact-box .contact-details h4 {
  font-size: 20px; }

/* */
.single-project-section .featured-icon-box {
  border: 1px solid #e8ecef;
  border-left: none;
  border-right: none;
  position: relative;
  padding: 20px 15px 15px; }

.single-project-section .featured-icon-box:not(:last-child):before {
  content: "";
  height: 56%;
  width: 1px;
  background-color: #e8ecef;
  display: block;
  position: absolute;
  right: 0;
  top: 22%; }

/* */
.nextprev-bottom-nav {
  padding: 30px 0; }

.nextprev-bottom-nav .nav-links .cta-button-group--two.nav-previous {
  float: left; }

/* */
.conact-info-wrap h3 {
  position: relative;
  margin-bottom: 30px; }

.conact-info-wrap h3:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 40px;
  height: 2px;
  background: #3abb65; }

/* */
.forcefullwidth_wrapper_tp_banner .rev-btn {
  color: #ffffff !important;
  border-radius: 5px;
  border: 1px solid transparent;
  line-height: 54px !important;
  letter-spacing: 0;
  background: #3abb65;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  text-transform: capitalize !important; }

.bullet-bar .tp-bullet {
  width: 30px;
  height: 5px;
  float: left;
  background: rgba(204, 204, 204, 0.5);
  cursor: pointer;
  box-sizing: content-box;
  border-radius: 5px; }

.bullet-bar .tp-bullet:hover, .bullet-bar .tp-bullet.selected {
  background: #3abb65; }

/* ====================
    Toolbar Area
========================*/
.aeroland__toolbar .inner {
  position: absolute;
  top: 200px;
  right: 100%;
  display: block;
  width: 40px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1); }

.aeroland__toolbar .inner a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #222;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.demo-option-wrapper {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 55px; }

.demo-option-wrapper .demo-panel-header {
  padding: 40px 30px 30px;
  text-align: center; }

.demo-option-container {
  position: fixed;
  top: 0;
  left: 100%;
  background: #fff;
  height: 100%;
  width: 350px;
  max-width: calc(100% - 45px);
  z-index: 100000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.demo-option-container.open {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14); }

.demo-quick-option-list {
  padding: 27px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px; }

.demo-quick-option-list a img {
  border-radius: 5px; }

.demo-quick-option-list a:hover img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }

.info-pic-left {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 25px; }

.info-pic-left .pic {
  width: auto;
  flex-shrink: 0;
  max-width: 100%; }

.info-pic-left .pic img {
  height: auto;
  max-width: 100%; }

.info-pic-left .text {
  width: 100%; }

.info-pic-left .text p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.info-pic-left .text ul:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.info-pic-left .text h2:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.info-pic-left .text h3:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.info-pic-right {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 25px; }

.info-pic-right .pic {
  width: auto;
  flex-shrink: 0;
  max-width: 100%; }

.info-pic-right .pic img {
  height: auto;
  max-width: 100%; }

.info-pic-right .text {
  width: 100%; }

.info-pic-right .text p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.info-pic-right .text ul:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.info-pic-right .text h2:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.info-pic-right .text h3:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.knowledge-list {
  width: 100%;
  height: auto; }

.knowledge-list .list-item {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  background: rgba(240, 240, 240, 0.6);
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

.knowledge-list .list-item .pic {
  width: 200px;
  position: relative;
  overflow: hidden; }

.knowledge-list .list-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px; }

.knowledge-list .list-item .text {
  width: calc(100% - 200px);
  padding: 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 180px; }

.knowledge-list .list-item .text h2 {
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 10px; }

.knowledge-list .list-item .text h2 a {
  color: #3abb65;
  font-size: 19px;
  line-height: 1.3; }

.knowledge-list .list-item .text h2 a:hover {
  color: #2cbf5d; }

.page-content-html .bg-box {
  width: 100%;
  height: auto;
  padding: 20px 15px 5px;
  margin-bottom: 20px;
  background: #f2f2f2;
  border: 1px dashed #000; }

.page-content-html .bg-box .info-pic-left {
  margin-bottom: 15px; }

.page-content-html .bg-box .info-pic-right {
  margin-bottom: 15px; }

@media only screen and (max-width: 1000px) {
  .info-pic-right {
    flex-wrap: wrap;
    justify-content: center; }

  .info-pic-right .pic {
    max-width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px; }

  .info-pic-right .pic img {
    max-width: 100%;
    height: auto; }

  .info-pic-right .text {
    width: 100%; }

  .info-pic-left {
    flex-wrap: wrap;
    justify-content: center; }

  .info-pic-left .pic {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px; }

  .info-pic-left .pic img {
    max-width: 100%;
    height: auto; }

  .info-pic-left .text {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .knowledge-list .list-item .text {
    width: 100%;
    min-height: auto;
    padding: 0px 0px; }

  .knowledge-list .list-item .pic {
    height: 180px;
    max-width: 100%;
    margin-bottom: 25px; }

  .knowledge-list .list-item {
    flex-wrap: wrap;
    padding: 25px 15px 25px; } }
.pro-table {
  word-break: break-word; }

.header-top-bar-info .col-md-12 {
  padding: 0; }

.img-resonsive {
  display: block;
  max-width: 100%;
  height: auto; }

.why-you-should-choose-us-wrapper {
  background-color: #0f2353;
  background-image: url("../../images/page-about-us-img-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.why-you-should-choose-us-wrapper .row {
  margin: 0; }

.why-you-should-choose-us-wrapper .left img {
  width: 100%; }

.why-you-should-choose-us-wrapper .right {
  padding-top: 50px;
  padding-bottom: 70px; }

@media screen and (min-width: 992px) {
  .why-you-should-choose-us-wrapper .heading,
  .why-you-should-choose-us-wrapper .title-divider,
  .faq-wrapper.wyscu-wrapper {
    margin-left: 60px; }

  .why-you-should-choose-us-wrapper .col-md-6 {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 991px) {
  .why-you-should-choose-us-wrapper {
    background-color: #0f2353;
    background-image: none; } }
.faq-wrapper.wyscu-wrapper .card-header {
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700; }

.faq-wrapper.wyscu-wrapper .card, .faq-wrapper .card-header {
  border-radius: 0;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700; }

.faq-wrapper.wyscu-wrapper .card-header button {
  border-radius: 0;
  background-color: #3abb65;
  color: #fff; }

.faq-wrapper.wyscu-wrapper .card-header button.collapsed {
  background-color: #fff;
  color: #000; }

.page-inner-content h1 {
  font-size: 32px;
  margin-bottom: 20px; }

.page-content-html {
  font-size: 16px; }

.page-content-html h2 {
  font-size: 24px;
  margin-bottom: 15px; }

.page-content-html h3 {
  font-size: 17px;
  margin-bottom: 15px; }

.page-content-html h4, .page-content-html h5, .page-content-html h6 {
  font-size: 16px;
  margin-bottom: 15px; }

.page-content-html a {
  color: #3abb65; }
.page-content-html a.link-btn {
  background-color: #3abb65;
  color: #fff;
  display: inline-block;
  padding: 4px 10px; }

.page-info-box {
  background-color: #3abb65;
  color: #fff;
  padding: 10px 15px;
  margin-top: 35px; }

@media (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: 8.33333333%; } }
.product-list-box__one {
  margin: 50px auto 30px auto; }

.product-list-box__one a {
  border-bottom: 1px solid #eee;
  display: block;
  position: relative;
  padding: 13px 13px 13px 26px;
  color: #3abb65;
  transition: all ease-out .3s; }

.product-list-box__one a:before {
  position: absolute;
  left: 0;
  top: 17px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  font-weight: 900;
  color: #3abb65; }

.product-list-box__one a:hover {
  background-color: #3abb65;
  color: #fff; }

.product-list-box__one a:hover:before {
  color: #fff; }

.product-list-box .ht-box-icon.style-01 .icon-box-wrap {
  padding: 0;
  border: 1px solid #eee;
  box-shadow: none; }

.product-list-box .ht-box-icon.style-01 .icon-box-wrap:hover {
  border-color: #3abb65;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08); }

.product-list-box .heading {
  background-color: #0f2353;
  color: #fff;
  padding: 14px 5px;
  font-size: 16px; }

.product-list-box .img {
  padding: 15px 10px 5px 10px; }

.product-list-box .img img {
  margin: auto; }

.product-list-box .text {
  padding: 15px;
  text-align: left;
  font-size: 14px; }

.product-list-box .ht-box-icon.style-01 .feature-btn {
  padding: 10px 0;
  border-top: 1px solid #eee; }

.product-list-box .ht-box-icon.style-01 .feature-btn a {
  margin-top: 0; }

.product-list-box .ht-box-icon.style-01 .icon-box-wrap:hover .feature-btn {
  background-color: #3abb65; }

.product-list-box .ht-box-icon.style-01 .icon-box-wrap:hover .feature-btn a {
  color: #fff; }

.product-list-box-2 {
  margin-top: 40px; }

.product-list-box-2 .ht-box-icon.style-01 .icon-box-wrap {
  padding: 0;
  border: 1px solid #eee;
  box-shadow: none; }

.product-list-box-2 .ht-box-icon.style-01 .icon-box-wrap .content {
  text-align: left; }

.product-list-box-2 .ht-box-icon.style-01 .icon-box-wrap:hover {
  border-color: #3abb65;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08); }

.product-list-box-2 .heading {
  text-align: left;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 0 !important; }

.product-list-box-2 .heading a {
  color: #3abb65; }

.product-list-box-2 .text {
  padding: 15px;
  text-align: left;
  font-size: 14px; }

.product-list-box-2 .text span {
  color: #999;
  display: inline-block; }

.product-list-box-2 .ht-box-icon.style-01 .feature-btn {
  padding: 5px 0;
  border: none;
  text-align: center;
  color: #fff; }

.product-list-box-2 .ht-box-icon.style-01 .feature-btn a {
  margin-top: 0;
  transition: all ease-out .3s; }

.product-list-box-2 .ht-box-icon.style-01 .icon-box-wrap:hover .feature-btn {
  background-color: #3abb65; }

.product-list-box-2 .ht-box-icon.style-01 .icon-box-wrap:hover .feature-btn a {
  color: #fff; }

.pages {
  display: flex; }

.pages .pagination {
  display: inline-block;
  margin: 50px auto 30px auto; }

.pages .pagination li {
  margin-left: -1px;
  display: inline;
  float: left; }

.pages .pagination li a {
  padding: 7px 15px;
  border-radius: 0 !important;
  margin-bottom: 10px;
  color: #3abb65;
  border: 1px solid #eee; }

.pages .pagination li a.active, .pages .pagination li a:hover {
  background-color: #3abb65;
  color: #fff;
  border-color: #3abb65; }

.text-green-color {
  color: #3abb65; }

.pro-table .row {
  margin-left: 0;
  margin-right: 0;
  padding: 9px 0;
  line-height: 24px; }

.pro-table .row:nth-child(2n) {
  background-color: #f7f7f7; }

.pro-table .row .col-md-3 {
  font-weight: bold; }

.dw-msds {
  color: #3abb65;
  font-weight: 600; }

.dw-msds[href~="javascript:;"] {
  color: #ccc;
  text-decoration: none;
  cursor: initial;
  pointer-events: none; }

.product-detail-card.faq-wrapper .card-header button {
  background-color: #3abb65;
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 10px;
  font-size: 18px;
  width: 100%;
  text-align: left; }

.identify-box {
  position: relative; }

.identify-box .fa {
  position: absolute;
  top: 18px;
  right: 25px;
  font-size: 20px;
  color: #fdbe34; }

.identify-box img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 42px;
  cursor: pointer;
  border: 1px solid #ddd; }

h2.heading {
  font-size: 36px; }

h3.heading {
  font-size: 30px; }

.fs-36 {
  font-size: 36px !important; }

.fs-30 {
  font-size: 30px !important; }

.fs-24 {
  font-size: 24px !important; }

.fs-20 {
  font-size: 20px !important; }

label.radio-inline {
  margin-right: 10px;
  font-size: 18px; }

label.radio-inline input {
  padding: 0;
  width: 20px;
  height: 20px;
  vertical-align: sub; }

.page-title {
  color: #333333;
  font-size: 32px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.41; }

.inquiry-title {
  color: #333333;
  font-size: 32px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  line-height: 1.41; }

.border-box {
  border: 1px solid #3abb65;
  padding: 10px 15px;
  border-radius: 16px;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .border-box .row {
    display: flex;
    align-items: center; }
    .border-box .row p:last-child {
      margin-bottom: 0; } }
.side-wrap {
  margin-top: 15px;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #eeeeee; }
  .side-wrap .side-title {
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
    padding-left: 25px;
    color: #333333;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.41; }
    .side-wrap .side-title:before {
      content: " ";
      position: absolute;
      left: 0;
      top: 9px;
      width: 4px;
      height: 30px;
      background-color: #3abb65; }

.left-nav li {
  list-style: none;
  position: relative; }
  .left-nav li span {
    position: absolute;
    right: 0;
    top: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900; }
    .left-nav li span:before {
      content: "\f0a9"; }
    .left-nav li span.down:before {
      content: "\f0a9";
      color: #3abb65; }
  .left-nav li a {
    display: block;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #eeeeee;
    width: 92%;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px; }
    .left-nav li a:hover, .left-nav li a.active {
      color: #3abb65; }
    .left-nav li a.active {
      font-weight: bold; }
  .left-nav li ul {
    display: none; }
    .left-nav li ul li a {
      padding-left: 12px;
      font-size: 16px;
      padding-top: 6px;
      padding-bottom: 6px; }
    .left-nav li ul li span {
      top: 10px; }
    .left-nav li ul ul li {
      padding-left: 12px;
      font-size: .95em; }

.left-nav > li:last-child > a {
  border-bottom: none; }

.red {
  color: #ff0000; }

/* sup & sub */
.sub, .sup {
  font-size: 10px;
  line-height: 14px; }

@-moz-document url-prefix() {
  /* for Firefox  */
  .-moz-sub, .-moz-sup {
    position: relative; }

  .-moz-sub-span {
    position: relative;
    top: -8px; }

  .-moz-sup-span {
    position: relative;
    top: 0; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* for Google Chrome Safari 3.0 Opera 9  */
  .-webkit-w16 {
    width: 16px;
    display: inline-block; }

  .-webkit-sub, .-webkit-sup {
    -webkit-transform: scale(0.5) translate(-8px, 0px);
    /* -ms-transform: ;
     -o-transform: ;
    transform: ;
     -webkit-min-device-pixel-ratio:0;*/
    -webkit-letter-spacing: 1px; } }
/***==================== Table Css style begin========***/
.table td, .table th {
  vertical-align: middle; }

table {
  border-collapse: collapse;
  margin: 5px 0 25px 0 !important;
  width: 100%;
  border: 1px solid #ddd; }

table tr,
table th,
table td {
  /*border: none;*/
  border-bottom: 1px solid #ddd;
  font-size: .95rem; }

table th,
table td {
  padding: 8px 10px !important;
  text-align: left;
  vertical-align: middle; }

table th {
  background-color: #3abb65;
  color: #fff; }

table tr td a {
  text-decoration: none; }

table tr:nth-child(2n+1) td {
  background: #f9f9f9; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  padding: 0; }

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding: 10px; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px; }

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px; }

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px; }

table.bt thead,
table.bt tbody th {
  display: none; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top; }

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block; }

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px; }

.inquiry_btn {
  padding: 0.3em 0.8em;
  clear: both;
  color: #FFF;
  background-color: #ff8000;
  text-decoration: none;
  border-radius: 10px 0 10px 0;
  font-size: 14px;
  display: inline-block; }

.inquiry_btn:hover {
  color: #FFF;
  transition: background-color .3s;
  border-radius: 10px 0 10px 0;
  background: #29abe2; }

/***==================== Table Css style end========***/
/*---------------services page ---------------*/
.services-container .italic {
  font-style: italic; }

.services-container p {
  line-height: 28px;
  margin: 0;
  padding-bottom: 15px;
  font-size: 16px; }

.services-container a {
  text-decoration: none; }

.inpage_left {
  width: 800px;
  height: auto;
  overflow: hidden;
  display: inline-block; }

.inpage_section_title {
  margin: 0 auto;
  text-align: left; }

.inpage_section_title h1 {
  font-size: 28px; }

.inpage_section_title hr {
  height: 4px;
  width: 70px;
  text-align: left;
  position: relative;
  background: #10336a;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0;
  display: inline-block; }

.serviceshowpic {
  font-size: 0.75em;
  text-align: center;
  color: #666666; }

.serviceshowpic img {
  margin: auto; }

.serviceshowleftpic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block; }

.serviceshowrightpic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block; }

.serviceshowpic, .serviceshowrightpic, .serviceshowleftpic {
  font-size: 0.9em !important;
  text-align: center;
  margin-bottom: 15px; }

.serviceshowpic img, .serviceshowrightpic img, .serviceshowleftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto; }

.serviceshowrightpic img, .serviceshowleftpic img {
  margin-top: 8px; }

.ollist {
  padding: 0 0 15px 19px;
  margin: 0; }

.f-text-container ul, .f-text-container ol {
  padding: 0 0 15px 19px;
  margin: 0; }

.f-text-container ul li {
  list-style: disc; }

.f-text-container ol li {
  list-style-type: decimal; }

.f-text-container ul li > ul > li {
  list-style-type: circle; }

.f-text-container ol li > ul > li {
  list-style-type: lower-latin; }

.ullist {
  margin: 0 0 15px; }
  .ullist li {
    list-style: none;
    margin: 0;
    padding-bottom: 3px;
    position: relative;
    padding-left: 22px; }
    .ullist li:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f0a9";
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block;
      color: #3abb65;
      font-size: 16px;
      font-weight: bold; }
  .ullist.check li:before {
    content: "\f00c";
    font-size: 0.65em;
    top: 5px; }

.ollist li {
  list-style-type: decimal;
  margin: 0;
  padding-bottom: 3px; }

.ullist li > ul > li {
  list-style-type: circle; }

.ollist li > ul > li {
  list-style-type: lower-latin; }

ul li > ul, ul li > ul li > ul {
  padding-bottom: 0 !important; }

.fa-disc::before {
  content: "●";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px; }

.fa-triangle::before {
  content: "▶";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px;
  font-size: 30%; }

.fa-star::before {
  content: "★";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px; }

.triangle li {
  list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNy4zNjEgMTcuMzYxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNy4zNjEgMTcuMzYxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM1RjVGNUYiIHBvaW50cz0iMS45MjgsMTcuMzY1IDEuOTI4LDAuMSAxNS41ODQsOC43MzIgIi8+DQo8L3N2Zz4NCg==) !important; }

.star li {
  list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTcuNCAxNy40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy40IDE3LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM1RTVFNUU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcuNCw2LjhsLTUuMiwzLjhsMS43LDYuM2wtNS4zLTMuN2wtNS4yLDMuN2wxLjktNi4yTDAsNi44aDYuNmwyLjEtNi4ybDIuMSw2LjJIMTcuNHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) !important; }

.disc li {
  list-style: disc !important; }

.roman li {
  list-style: lower-roman !important; }

.hollow-disc li {
  list-style-type: circle !important; }

.decimal li {
  list-style: decimal !important; }

.greek li {
  list-style: lower-greek !important; }

.latin li {
  list-style: lower-latin !important; }

.upper-latin li {
  list-style: upper-latin !important; }

.disc li {
  list-style: disc !important; }

.roman li {
  list-style: lower-roman !important; }

.Reference, .References, .reference, .references {
  color: #787878; }

p.reference, p.references {
  font-size: 18px;
  font-family: 'Roboto-Bold';
  color: #202C33; }

p.reference strong, p.references strong {
  font-family: 'Roboto-Bold'; }

.Referencemargin, .Reference, .References, .reference, .references {
  padding-bottom: 0 !important; }

.Referencemargin li, .Reference li, .References li, .reference li, .references li {
  color: #787878; }

p.references, h2.references, h3.references {
  font-size: 20px;
  margin-bottom: 15px; }

.tablecontentshow {
  margin: auto auto 15px auto;
  border: none;
  border-bottom: 1px solid #2E74B5; }

.tablecontentshow td {
  padding: 5px;
  font-size: .9em; }

.tablecontentshow td,
.tablecontentshow th {
  border: none; }

.tablecontentshow th {
  padding: 5px;
  font-weight: bold;
  font-size: 1em;
  color: #2E74B5;
  border-top: 1px solid #2E74B5;
  border-bottom: 1px solid #2E74B5;
  background-color: transparent !important; }

.tablecontentshow tr {
  border-bottom: none; }

.tablecontentshow tr:nth-child(2n) td {
  background-color: #e0eaf5; }

@media (min-width: 769px) and (max-width: 1279px) {
  .services-container p {
    line-height: 30px;
    margin: 0;
    padding-bottom: 20px; }

  .services-container a {
    text-decoration: none; }

  .inpage_left {
    width: 60%;
    height: auto;
    overflow: hidden;
    display: inline-block; }

  .inpage_section_title {
    margin: 0 auto;
    font-family: "Century Gothic";
    text-align: left; }

  .inpage_section_title h1 {
    font-size: 28px; }

  .inpage_section_title hr {
    height: 4px;
    width: 70px;
    text-align: left;
    position: relative;
    background: #10336a;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
    display: inline-block; }

  .serviceshowleftpic, .serviceshowrightpic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }

  .serviceshowleftpic img, .serviceshowrightpic img {
    margin-bottom: 15px; }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }
@media (max-width: 768px) {
  .services-container p {
    line-height: 30px;
    margin: 0;
    padding-bottom: 20px; }

  .services-container a {
    text-decoration: none; }

  .inpage_left {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block; }

  .inpage_section_title {
    margin: 0 auto;
    text-align: left; }

  .inpage_section_title hr {
    height: 4px;
    width: 70px;
    text-align: left;
    position: relative;
    background: #10336a;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
    display: inline-block; }

  .serviceshowleftpic, .serviceshowrightpic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }

  .serviceshowleftpic img, .serviceshowrightpic img {
    margin-bottom: 15px; }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }
/*---------------services end ---------------*/
.ztitle {
  /* background: #f5f5f5; */
  position: relative;
  padding: 0 10px 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
  color: #10336a; }

.ztitle a {
  width: 95%;
  display: inherit; }

.ztitle span {
  position: absolute;
  right: 10px;
  top: 3px;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 25px;
  font-size: 24px;
  font-weight: bolder;
  padding: 0;
  /* background: #fbb908; */
  border-radius: 50%;
  /* color: #fff; */ }

.product-info-tabs {
  margin-top: 45px; }

.con_div {
  padding: 0 15px 0 30px; }

.ztitle span:after {
  transition: opacity 0.5s;
  opacity: 0; }

.ztitle .cshow:after {
  content: "+";
  opacity: 1; }

.ztitle .chide:after {
  content: "-";
  opacity: 1;
  font-size: 26px; }

.Fold-box {
  margin-bottom: 20px; }

/***

====================================================================
	Product Tabs Style
====================================================================

***/
.services-tabs {
  position: relative; }

.services-tabs .tab-btns {
  position: relative;
  z-index: 1;
  background: #d2d2d2;
  padding-top: 5px;
  padding-left: 20px; }

.services-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 16px;
  background: #fff;
  color: #999;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 3px 22px 3px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-tabs .tab-btns .tab-btn:hover:after,
.services-tabs .tab-btns .tab-btn.active-btn:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-tabs .tab-btns .tab-btn:hover,
.services-tabs .tab-btns .tab-btn.active-btn {
  color: #333;
  background: #fff; }

.services-tabs .tabs-content {
  position: relative;
  padding: 15px;
  padding-bottom: 0;
  border-top: 0; }

.services-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0; }

.services-tabs .tabs-content .tab.active-tab {
  display: block; }

.services-tabs .tabs-content .tab .content {
  position: relative; }

.services-tabs .tabs-content .tab .content p {
  position: relative;
  font-size: 14px;
  line-height: 2em;
  color: #666666;
  margin-bottom: 0; }

.services-tabs-2 {
  margin-bottom: 25px; }
  .services-tabs-2 .services-tabs-2_navs {
    margin-bottom: 0; }
    .services-tabs-2 .services-tabs-2_navs ul {
      margin-bottom: 0; }
      .services-tabs-2 .services-tabs-2_navs ul li {
        background-color: #fff;
        padding: 5px 10px;
        text-align: center;
        font-weight: bold;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        margin-bottom: 3px; }
        .services-tabs-2 .services-tabs-2_navs ul li:first-child {
          border-top: 1px solid #eee; }
        .services-tabs-2 .services-tabs-2_navs ul li.active {
          background-color: #3abb65;
          color: #fff; }
        .services-tabs-2 .services-tabs-2_navs ul li:first-child.active {
          border-top-color: #3abb65; }
  .services-tabs-2 .services-tabs-2_content .item {
    padding: 15px;
    display: none; }
    .services-tabs-2 .services-tabs-2_content .item:first-child {
      display: block; }
    .services-tabs-2 .services-tabs-2_content .item p:last-child {
      margin-bottom: 0; }
    .services-tabs-2 .services-tabs-2_content .item.active {
      background-color: #3abb65;
      color: #fff; }

@media (min-width: 992px) {
  .services-tabs-2 {
    display: flex;
    align-items: flex-start; }
    .services-tabs-2 .services-tabs-2_navs {
      width: 30%;
      flex: 0 0 30%;
      margin-bottom: 25px; } }
@media (min-width: 992px) {
  .md-flex {
    display: flex; }

  .flex-v-center {
    align-items: center; } }

/*# sourceMappingURL=all.css.map */
