/*
Author       : Shadat.
Template Name: Muxer - Industrial Constriction Business Html5 Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GOOGLE FONTS
    02. VARIALBLE CSS
    03. GENERAL STYLE 
    02. START HEADER STYLE
    03. START SLIDER STYLE
    04. START FEATURES STYLE
    05. START ABOUT STYLE
    06. START HOME SERVICE TAB STYLE
    07. START COUNTER STYLE
    08. START PORTFOLIO STYLE
    09. START PORTFOLIO PROMO STYLE
    10. START TEAM STYLE
    11. START PROMO STYLE
    12. START FAQ STYLE
    13. START TESTIMONIAL STYLE
    14. START BLOG STYLE
    15. START CLIENT STYLE
    16. START NEWLETTER STYLE
    17. START FOOTER STYLE
    18. START ABOUT PAGE
    19. START SERVICE PAGE
    20. START SERVICE DETAILS PAGE
    21. START FAQ PAGE
    22. START 404 PAGE
    23. START BLOG PAGE
    24. START CONTACT PAGE

  =============================================================*/

/*
* ----------------------------------------------------------------------------------------
* 01. GOOGLE FONTS
* ----------------------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Rubik:wght@300;400;500;600;700;800&display=swap');


/*
* ----------------------------------------------------------------------------------------
* 02. VARIABLE CSS
* ----------------------------------------------------------------------------------------
*/

:root {
  --body-font-family: 'Rubik', sans-serif;
  --heading-font-family: 'Rajdhani', sans-serif;
  --link-font-family: 'Rubik', sans-serif;
  --primary: #F4BC16;
  --black: #333333;
  --white: #ffffff;
  --heading-font-color: #333333;
  --heading-font-weight: 700;
  --body-font-color: #616670;
  --bg-gray-color: #F3F3F3;
  --body-font-size: 16px;
  --body-line-height: 1.875em;
  --body-font-weight: 400;
  --section-title-line-height: 1.4em;
  --display-block: block;
  --display-inline-block: inline-block;
  --text-transform-upper: uppercase;
  --border-color: #ddd;
}

/*
* ----------------------------------------------------------------------------------------
* 03. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  color: var(--body-font-color);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  background: var(--white);
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

main {
  float: left;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-font-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus,
a:hover {
  color: var(--primary);
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

input:focus,
.form-control:focus,
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

p {
  line-height: 26px;
  margin-bottom: 0;
}

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

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

*::-moz-selection {
  background: var(--primary);
  color: var(--white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--primary);
  color: var(--white);
  text-shadow: none;
}

::selection {
  background: var(--primary);
  color: var(--white);
  text-shadow: none;
}

/*START SCROLL TO TOP*/

.topcontrol {
  background: var(--primary);
  color: var(--white);
  font-size: 26px;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.topcontrol:hover {
  background: var(--black);
  color: var(--white);
}

/*END SCROLL TO TOP*/

/* HELPER CLASSES */
.section-padding {
  padding: 100px 0;
  position: relative;
  float: left;
  width: 100%;
}

.section-back-image {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.no-padding {
  padding: 0
}

.no-margin {
  margin: 0
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.bg-theme {
  background-color: var(--primary);
  border-color: var(--primary);
}

.bg-gray {
  background-color: var(--bg-gray-color);
}

.bg-dark {
  background-color: var(--black);
}

.bg-dark-2 {
  background-color: #000;
}

.bg-main-1 {
  background-color: #d7b82f;
}

.bg-main-2 {
  background-color: #e9ce56;
}

.bg-main-3 {
  background-color: #e0c02e;
}

.overlay {
  position: relative;
  z-index: 1;

}

.overlay:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;

}

.img-overlay {
  position: relative;

}

.img-overlay:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;

}

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

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-none {
  text-decoration: none;
}

.title-white {
  color: var(--white);
}

.hsin-blog-post,
.hsin-blog-post-title,
.hsin-blog-footer-meta,
.footer-top,
.footer-logo,
.footer-social,
.footer-dec,
.footer-logo a,
.quick-link-list,
.footer-bottom,
.single-fcontact,
.ser-dec-top,
.single-blog-post,
.pagination,
.post-nav,
.sin-tes-item,
.blog-single-comment-list {
  float: left;
  width: 100%;
}

/*START SECTION TITLE DESIGN*/

.section-title h3 {
  text-transform: var(--text-transform-upper);
  font-size: inherit;
  margin: 0;
}

.section-title h2 {
  text-transform: var(--text-transform-upper);
  margin-bottom: 20px;
}

.section-title .dec {
  font-size: 36px;
  font-weight: var(--heading-font-weight);
  line-height: var(--section-title-line-height);
  color: #0a0a0a;
  margin-top: 15px;
  position: relative;
  font-family: var(--heading-font-family);
}

.section-title .dec::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 80px;
  background: var(--primary);
  margin: 20px auto 0;
  display: var(--display-block);
  left: 0;
  right: 0;
}

.section-title span,
.about-sec-inner span {
  background-color: var(--primary);
  padding: 0 10px;
}

/*END SECTION TITLE DESIGN*/

/*PREALOADER*/

#page-preloader {
  background: var(--white);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.custom-loader {
  width: 70px;
  height: 70px;
  background: var(--primary);
  border-radius: 50px;
  -webkit-mask:
    radial-gradient(circle 31px at 50% calc(100% + 13px), #000 95%, #0000) top 4px left 50%,
    radial-gradient(circle 31px, #000 95%, #0000) center,
    radial-gradient(circle 31px at 50% -13px, #000 95%, #0000) bottom 4px left 50%,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
  animation: cu10 1.5s infinite;
  line-height: 213px;
  text-align: center;
  position: relative;
  display: var(--display-block);
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -35px;
}

@keyframes cu10 {
  0% {
    -webkit-mask-size: 0 18px, 0 18px, 0 18px, auto
  }

  16.67% {
    -webkit-mask-size: 100% 18px, 0 18px, 0 18px, auto
  }

  33.33% {
    -webkit-mask-size: 100% 18px, 100% 18px, 0 18px, auto
  }

  50% {
    -webkit-mask-size: 100% 18px, 100% 18px, 100% 18px, auto
  }

  66.67% {
    -webkit-mask-size: 0 18px, 100% 18px, 100% 18px, auto
  }

  83.33% {
    -webkit-mask-size: 0 18px, 0 18px, 100% 18px, auto
  }

  100% {
    -webkit-mask-size: 0 18px, 0 18px, 0 18px, auto
  }
}

/*END PRELOADER*/

/* START POINTER */
#pointer-dot {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 2px solid var(--primary);
    position: fixed;
    border-radius: 4px;
    z-index:999999;
    pointer-events: none;
    transition: border-color 0.5s;
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 15px;
    border: 1px solid var(--primary);
    position: fixed;
    border-radius: 100px;
    z-index: 999999;
    pointer-events: none;
    background-color: var(--primary);
}

/* END POINTER */

/*BUTTON STYLE*/

.common-btn-1,
.common-btn-2,
.common-btn-3 {
  color: var(--white);
  padding: 13px 20px;
  text-transform: var(--text-transform-upper);
  display: var(--display-inline-block);
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.common-btn-1:before,
.common-btn-2:before,
.common-btn-3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.common-btn-1:before,
.common-btn-2:before {
  background: var(--primary);
}

.common-btn-3:before {
  background: var(--white);
}

.common-btn-1:hover,
.common-btn-1:focus,
.common-btn-1:active,
.common-btn-2:hover,
.common-btn-2:focus,
.common-btn-2:active {
  color: var(--white);
}

.common-btn-3:hover,
.common-btn-3:focus,
.common-btn-3:active {
  color: var(--black);
}

.common-btn-1:hover::before,
.common-btn-1:focus::before,
.common-btn-1:active::before,
.common-btn-2:hover::before,
.common-btn-2:focus::before,
.common-btn-2:active::before, 
.common-btn-3:hover::before,
.common-btn-3:focus::before,
.common-btn-3:active::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.common-btn-2:hover,
.common-btn-2:focus,
.common-btn-2:active {
  border-color: var(--primary);
}

.common-btn-3:hover,
.common-btn-3:focus,
.common-btn-3:active {
  border-color: var(--white);
}

.common-btn-2 {
  border: 2px solid var(--black);
  background: transparent;
  color: var(--black);
}

.common-btn-1 {
  background: var(--black);
}

.common-btn-3 {
  background: var(--primary);
}

/*end button style*/


/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02. START HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

/*top bar*/
.main-header .top-area {
  background: #F4FCFF;
}

.header-left,
.header-right {
  padding: 20px 0;
}

.header-info {
  display: var(--display-inline-block);
  border-right: 1px solid #999;
  padding-right: 15px;
}

.header-info i {
  color: var(--primary);
  font-size: 20px;
  padding-right: 3px;
}

.header-info span {
  color: var(--black);
}

.header-social {
  display: var(--display-inline-block);
  padding: 0 0 0 15px;
  position: relative;
}

.header-social a {
  background: var(--primary);
  color: var(--white);
  padding: 4px 6px;
}

.header-social a:hover {
  background: var(--black);
}

/*header language*/

.header_top_lang {
  display: var(--display-inline-block);
  padding-left: 15px;
}

.header_top_lang ul.language-list>li {
  position: relative;
}

.header_top_lang ul.language-list>li>a {
  display: var(--display-inline-block);
}

.header_top_lang ul.language-list>li>a img {
  width: 21px;
}

.header_top_lang ul.language-list>li>a span {
  font-weight: 500;
  font-size: 14px;
  color: #223645;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header_top_lang ul.language-list>li>a span i {
  color: #223645;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header_top_lang ul.language-list>li:hover ul.language-list2 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  right: 0px;
}

.header_top_lang ul.language-list>li:hover a span {
  color: #E12454;
}

.header_top_lang ul.language-list>li:hover a span i {
  color: #E12454;
}

.header_top_lang ul.language-list>li ul.language-list2 {
  position: absolute;
  right: 30px;
  top: 50px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  z-index: 5000;
}

.header_top_lang ul.language-list>li ul.language-list2 li {
  display: var(--display-inline-block);
  width: 200px;
  background-color: var(--white);
  text-align: left;
}

.header_top_lang ul.language-list>li ul.language-list2 li:not(:last-child) a {
  border-bottom: 1px dashed #e2e2e2;
}

.header_top_lang ul.language-list>li ul.language-list2 li a {
  padding: 10px 20px 10px 20px;
  display: var(--display-block);
}

.header_top_lang ul.language-list>li ul.language-list2 li a:hover span {
  color: var(--primary);
}

.header_top_lang ul.language-list>li ul.language-list2 li a img {
  width: 21px;
}

.header_top_lang ul.language-list>li ul.language-list2 li a span {
  font-weight: 500;
  font-size: 14px;
  color: #223645;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header_top_lang ul.language-list>li ul.language-list2 li a span i {
  color: #223645;
  font-size: 14px;
}

/*logo area*/

.main-header .logo-area .header-info-box {
  position: relative;
  float: left;
  margin-left: 25px;
  padding: 4px 20px 0 80px;
  border-right: 2px solid var(--border-color);
}

.main-header .logo-area .header-info-box .header-info-icon {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 25px;
  color: var(--black);
  height: 50px;
  width: 50px;
  border: 1px solid var(--border-color);
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.main-header .logo-area .header-info-box h4 {
  font-size: 15px;
  margin: 9px 0 2px -20px;
}

.main-header .logo-area .header-info-box p {
  color: var(--black);
  margin-left: -20px;
}

.main-header .logo-area .header-info-box:last-child {
  border: none;
  margin-left: 0;
  padding: 4px 0px 0 25px;
}

.main-header .logo-area .header-info-box:hover .header-info-icon {
  background-color: var(--black);
  -webkit-border-radius: 30% 3px;
  -moz-border-radius: 30% 3px;
  border-radius: 30% 3px;
  color: var(--white);
}

.quote-btn {
  color: var(--white);
  padding: 14px 40px;
  margin-top: 3px;
  border-radius: 30px;
  text-transform: var(--text-transform-upper);
  font-weight: var(--heading-font-weight);
  position: relative;
  background: #f4cb10;
  display: var(--display-inline-block);
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.quote-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: var(--black);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.quote-btn:hover,
.quote-btn:focus,
.quote-btn:active {
  color: var(--white);
  border-color: #f4cb10;
}

.quote-btn:hover:before,
.quote-btn:focus:before,
.quote-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*menu area*/

.mainmenu-area.menu-animation {
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.main-header .mainmenu-area.menu-animation .navbar-form {
  display: table;
}

.mainmenu-area {
  background-color: #F4FCFF;
  width: 100%;
  position: rel` z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.mainmenu-area .navbar {
  padding: 0;
}

.mainmenu-area .navbar-nav .nav-link {
  color: var(--black);
  text-transform: var(--text-transform-upper);
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0;
}

.mainmenu-area .navbar-nav li {
  padding: 21px 20px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mainmenu-area .navbar-nav li.active::before,
.mainmenu-area .navbar-nav li::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 29px;
  background: var(--primary);
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mainmenu-area .navbar-nav li.active::before,
.mainmenu-area .navbar-nav li:hover:before {
  opacity: 1;
  visibility: visible;
}

.mainmenu-area .navbar-nav li::before {
  opacity: 0;
  visibility: hidden;
}

.mainmenu-area .navbar-nav li.active,
.mainmenu-area .navbar-nav li:hover {
  background-color: var(--black);
}

.mainmenu-area .navbar-nav li.active a,
.mainmenu-area .navbar-nav li:hover a {
  color: var(--white);
}

.mainmenu-area .navbar-nav .dropdown .nav-link::after {
  position: absolute;
  content: "\ea99";
  font-family: 'IcoFont' !important;
  top: auto;
  right: auto;
  font-size: 14px;
  padding-left: 4px;
  padding-top: 2px;
}

.mainmenu-area .navbar-nav li.dropdown ul.dropdown-menu {
  display: var(--display-block);
  min-width: 235px;
  padding: 0;
  top: 130%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.mainmenu-area .navbar-nav li.dropdown ul.dropdown-menu:before {
  position: absolute;
  content: "\ea6a";
  font-family: 'IcoFont' !important;
  color: var(--white);
  font-size: 40px;
  top: -20px;
  left: 20%;
  z-index: 1;
}

.mainmenu-area .navbar ul li:hover .dropdown-menu {
  top: 130%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.mainmenu-area .navbar-nav li.dropdown ul.dropdown-menu li a {
  color: var(--black);
  clear: both;
  display: var(--display-block);
  line-height: 1.42857;
  text-transform: capitalize;
  padding: 12px 0 11px 20px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: var(--white);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mainmenu-area .navbar-nav li.dropdown ul.dropdown-menu li a:hover {
  background-color: var(--black);
  color: var(--white);
}

.mainmenu-area .navbar-nav li.dropdown ul.dropdown-menu li:before {
  content: none;
}

.mainmenu-area .navbar-nav ul.dropdown-menu li {
  padding: 0;
}

/*mobile menu css*/

.mean-container .mean-nav ul li a.nav-link {
  color: var(--white);
  border: none;
}

.mean-container .mean-nav ul li.dropdown ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  background-color: transparent;
}

.mean-container .mean-nav ul li.dropdown ul.dropdown-menu::before {
  content: none;
}

.mean-container .mean-nav ul li.active::before,
.mean-container .mean-nav ul li::before {
  content: none;
}

.mean-container .mean-nav ul li {
  padding: 15px 0px 15px;
}

.mean-container .mean-nav ul li.dropdown ul.dropdown-menu li a {
  background: transparent;
  color: var(--white);
}

/*menu info box*/

.mainmenu-area .header-search ul li.menuleft-search {
    float: right;
}
.menuleft-search a i {
    text-align: center;
    background-color: var(--primary);
    color: var(--white);
    font-size: 20px;
    display: var(--display-block);
    width: 70px;
    line-height: 72px;
}

.mainmenu-area .header-search .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: var(--display-block);
    min-width: 200px;
    z-index: 999;
    opacity: 0;
    padding: 0;
    top: 130%;
    right: 0;
    left: auto;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.mainmenu-area .header-search .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 80%;
}

.mainmenu-area .header-search .form-control {
    height: 50px;
    border-radius: 25px;
    border: 2px solid #f4cb10;
    background: var(--white);
    box-shadow: none;
    display: inline;
}
.mainmenu-area .header-search form .form-control:hover,
.mainmenu-area .header-search form .form-control:focus {
    color: var(--black);
    border: 2px solid #f4cb10;
    box-shadow: none;
    outline: 0 none;
}
.mainmenu-area .header-search form .btn {
    color: var(--black);
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    top: -5px;
    width: 50px;
}
.mainmenu-area .header-search form .btn:focus {
    box-shadow: none;
}
.mainmenu-area .header-search .form-group {
    margin-bottom: 0;
}
.mainmenu-area .header-search form .form-group i {
    position: absolute;
    right: 0;
    top: 39%;
    left: 0;
}

/* Mobile Menu start*/

.mobile-menu-area {
  z-index: 99;
  background-color: var(--white);
  width: 100%;
  transition: all linear 0.2s;
}

.mobile-menu-area .mobile-topbar {
  width: 100%;
  background-color: var(--white);
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.mobile-menu-area .mobile-topbar .bars i {
  width: 40px;
  height: 40px;
  display: block;
  background-color: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-size: 36px;
  text-align: center;
  line-height: 35px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mobile-menu-area .mobile-topbar .bars i:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.mobile-menu-area .mobile-topbar .icon i {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  cursor: pointer;
  transition: all linear 0.2s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.mobile-menu-area .mobile-topbar .icon i:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.mobile-menu-area .mobile-menu-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.mobile-menu-area .mobile-menu-main {
  width: 320px;
  height: 100%;
  background-color: var(--white);
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 99;
  overflow-y: scroll;
  transition-duration: 0.3s;
}

.mobile-menu-area .mobile-menu-main .logo {
  padding: 20px;
}

.mobile-menu-area .mobile-menu-main .close-mobile-menu {
  position: absolute;
  top: 30px;
  right: 10px;
}

.mobile-menu-area .mobile-menu-main .close-mobile-menu i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--black);
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
}

.mobile-menu-area .mobile-menu-main .close-mobile-menu i:hover {
  color: var(--primary);
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list {
  padding-top: 10px;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a {
  font-weight: 500;
  color: var(--black);
  border-top: 1px solid var(--border-color);
  width: 100%;
  padding: 0px 20px;
  line-height: 40px;
  padding-right: 10px;
  transition: all linear 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li:last-child a {
  border-bottom: 1px solid var(--border-color);
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover {
  color: var(--primary);
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a i {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  border-radius: 3px;
  background-color: var(--bg-gray-color);
  transition: all linear 0.2s;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover i {
  background-color: var(--primary);
  color: var(--white);
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul {
  padding-left: 0;
  display: none;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul a {
  padding: 0px 20px;
  padding-left: 40px;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul li:last-child a {
  border-bottom: 0;
}

.mobile-menu-area .mobile-menu-main .menu-body .social-icon ul li {
  display: inline-block;
}

.mobile-menu-area .mobile-menu-main .social-icon {
  padding: 20px;
  text-align: center;
}

.mobile-menu-area .mobile-menu-main .social-icon ul li {
  display: inline-block;
  margin: 0 4px;
}

.mobile-menu-area .mobile-menu-main .social-icon ul li a {
  width: 36px;
  height: 36px;
  color: var(--black);
  text-align: center;
  line-height: 36px;
  border-radius: 3px;
  border: 1px solid var(--border-color);
}

.mobile-menu-area .mobile-menu-main .social-icon ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.mobile-menu-overlay {
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
}

.mobile-menu-main.active {
  right: 0 !important;
}

.mobile-menu-area .mobile-menu-search {
  padding: 0 20px 16px;
}

.mobile-menu-area .mobile-menu-search input {
  width: 100%;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 0 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: var(--bg-gray-color);
}

.mobile-menu-area .mobile-menu-search input:focus {
  border-color: var(--black);
}

.mobile-menu-area .mobile-menu-search .input-groups button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
}

.mobile-menu-area .menu-action-btn {
  padding: 30px 20px;
}

.mobile-menu-area .menu-action-btn a {
  padding: 10px 30px;
  border-radius: 10px;
  display: block;
  text-align: center;
}

.mobile-menu-area .menu-action-btn a.common-btn-1::before {
  border-radius: 10px;
}


/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 03. START SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

.slider-section {
  float: left;
  width: 100%;
  margin-top: -1px;
}

.home-slide-overlay {
  position: relative;
  z-index: 1;
}

.home-slide-overlay:before {
  background: var(--white);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.home-single-slide {
  background-size: cover;
  background-position: center center;
  position: relative;
  display: table;
  height: 600px;
  width: 100%;
}

.home-single-slide-inner {
  display: table-cell;
  vertical-align: middle;
}

.home-single-slide-dec {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-single-slide p {
  color: var(--black);
  font-weight: 600;
  text-transform: var(--text-transform-upper);
  position: relative;
}

.home-single-slide h2,
.home-single-slide h3 {
  font-size: 60px;
  color: var(--black);
  text-transform: var(--text-transform-upper);
  margin: 0;
}

.home-single-slide .home-single-slide-dec span {
  color: var(--primary);
}

.td-slider-right-circle-wrapper {
  position: absolute;
  right: 0;
  left: 20%;
  top: 20%;
  margin: 0 auto;
  display: table;
}

.td-slider-right-circle{
    height:450px;
    width:450px;
    background:transparent;
    border-radius:50%;
    border:50px solid var(--primary);
}


.td-slider-right-circle {
    opacity:.3;
    animation-name:td-pulse;
    animation-duration:4s;
    animation-iteration-count:infinite
}

@keyframes td-pulse{
    0%{
        transform:scale(1)
    }
    50%{
        transform:scale(.95)
    }
    100%{
        transform:scale(1)
    }
}

/*owl buttons*/
.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides.owl-theme .owl-nav button {
  background: var(--black);
  opacity: 1;
  visibility: visible;
  padding: 0;
  color: var(--white);
  height: 60px;
  width: 60px;
  border-radius: 50px;
  line-height: 60px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.home-slides.owl-theme .owl-nav button i {
  font-size: 40px;
  position: relative;
  top: 10px;
}

.home-slides.owl-theme .owl-nav button:hover {
  background: var(--black);
}

.home-slides.owl-theme .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.home-slides.owl-theme .owl-nav .owl-prev {
  left: -80px;
}

.home-slides:hover.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.home-slides.owl-theme .owl-nav .owl-prev:hover {
  -webkit-border-radius: 50% 3px 3px 50%;
  -moz-border-radius: 50% 3px 3px 50%;
  border-radius: 50% 3px 3px 50%;
}

.home-slides.owl-theme .owl-nav .owl-next {
  right: -80px;
}

.home-slides.owl-theme .owl-nav .owl-next:hover {
  -webkit-border-radius: 3px 50% 50% 0;
  -moz-border-radius: 3px 50% 50% 0;
  border-radius: 3px 50% 50% 0;
}

.home-slides:hover.owl-theme .owl-nav .owl-next {
  right: 0px;
}

.home-slides:hover.owl-theme .owl-nav button {
  opacity: 1;
  visibility: visible;
}

.owl-theme.home-slides .owl-dot {
  color: var(--black);
  display: var(--display-inline-block);
  background: var(--white);
  padding: 0px 8px;
  margin: 0 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.owl-theme.home-slides .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}

.owl-theme.home-slides .owl-dots .owl-dot span {
  height: 0;
  width: 0;
  padding: 4px 18px;
  margin: 0;
  background: transparent;
  border: 4px double var(--black);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.owl-theme.home-slides .owl-dots .owl-dot span:hover {
  background-color: var(--black);
  border-color: var(--white);
}

.owl-theme.home-slides .owl-dots .owl-dot.active span:hover {
  background-color: var(--primary);
  border-color: var(--white);
}

.owl-theme.home-slides .owl-dot {
  background: transparent;
}

.owl-theme.home-slides .owl-dots .owl-dot.active span {
  border-color: var(--primary);
  padding: 4px 10px;
}

/*slider animations*/

.home-slides.owl-carousel .owl-item.active .home-single-slide h2 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.home-slides.owl-carousel .owl-item.active .home-single-slide p,
.home-slides.owl-carousel .owl-item.active .home-single-slide-button {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.home-slides.owl-carousel .owl-item.active img,
.home-slides.owl-carousel .owl-item.active .td-slider-right-circle-wrapper {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.home-slides.owl-carousel .owl-item.active .home-single-slide h3 {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.home-slides.owl-carousel .home-single-slide h2,
.home-slides.owl-carousel .home-single-slide h3,
.home-slides.owl-carousel .home-single-slide p,
.home-slides.owl-carousel .home-single-slide-button,
.home-slides.owl-carousel .owl-item img,
.home-slides.owl-carousel .td-slider-right-circle-wrapper {
  animation-fill-mode: both;
  animation-name: fadeOut;
}

.home-slides.owl-carousel .home-single-slide h2 {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}

.home-slides.owl-carousel .home-single-slide h3 {
  animation-delay: 0.8s;
  animation-duration: 0.8s;
}

.home-slides.owl-carousel .home-single-slide p {
  animation-delay: 1.0s;
  animation-duration: 1.0s;
}

.home-slides.owl-carousel .home-single-slide-button {
  animation-delay: 1.4s;
  animation-duration: 1.4s;
}

.home-slides.owl-carousel .owl-item img {
  animation-delay: 0.8s;
  animation-duration: 0.8s;
}

.home-slides.owl-carousel .td-slider-right-circle-wrapper {
  animation-delay: 1.6s;
  animation-duration: 1.6s;
}

/*
* ----------------------------------------------------------------------------------------
* 03. END SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 04. START FEATURES STYLE
* ----------------------------------------------------------------------------------------
*/

.feature-home {
  position: relative;
}

.feature-home .feature-inner-box {
  position: relative;
  padding: 45px 40px;
  background-color: var(--white);
  background-image: url(../img/bg/pattern-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.feature-home .feature-inner-box:hover {
  background-color: var(--primary);
  transform: translateY(-20px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .20);
}

.feature-home .feature-inner-box:before,
.feature-home .feature-inner-box:after {
  position: absolute;
  height: 200px;
  width: 200px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background-color: var(--white);
  z-index: 9;
  transform: scale(0);
  content: "";
  transition: all 600ms ease;
}

.feature-home .feature-inner-box:hover:before {
  transform: scale(1);
  opacity: .20;
  transition-delay: 300ms;
}

.feature-home .feature-inner-box:hover:after {
  transform: scale(1.7);
  opacity: .10;
  transition-delay: 400ms;
}

.feature-home i {
  position: relative;
  display: var(--display-inline-block);
  font-size: 64px;
  line-height: 1em;
  color: var(--primary);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-home .feature-inner-box:hover i {
  color: var(--white);
}

.feature-home h4 {
  display: var(--display-block);
  font-size: 24px;
  margin: 20px 0;
}

.feature-home h4 a {
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-home .feature-inner-box:hover h4 a {
  color: var(--white);
}

.feature-home p {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-home .feature-inner-box:hover p {
  color: var(--white);
}

/*
* ----------------------------------------------------------------------------------------
* 04. END FEATURES STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 05. START ABOUT STYLE
* ----------------------------------------------------------------------------------------
*/

/* Breadcrumb style */

.single-page-title-area {
  padding: 100px 0;
  margin-top: -1px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
}

.single-page-title-area .row {
  position: relative;
}

.single-page-title-area:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: .7;
  z-index: -1;
}

.single-page-title h6 {
  color: var(--white);
  text-transform: var(--text-transform-upper);
  margin: 0;
}

.single-page-title span {
  position: relative;
  background-color: var(--white);
  height: 1px;
  width: 55%;
  display: var(--display-inline-block);
}

.single-page-title h2 {
  color: var(--white);
  font-size: 36px;
}

.single-page-title-area .breadcrumb {
  background-color: transparent;
  margin: 20px 0 0;
  position: absolute;
  right: 5px;
}

.single-page-title-area .breadcrumb .breadcrumb-item a {
  color: var(--white);
}

.single-page-title-area .breadcrumb .breadcrumb-item.active {
  color: #f4cb10;
}

/*about section right style*/
.about2-image-wrap {
    position: relative;
    margin: 0 0px 0 141px;
}

.about2-image-wrap .about2-img-overlap {
  background-color: var(--white);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 55px 55px 122px 55px;
  left: -117px;
  position: absolute;
  bottom: -51px;
}

.about-shape-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about2-image-wrap .main-img {
    background-color: var(--white);
    border: 1px solid #E6E5E5;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 15px;
}

.about2-image-wrap .main-img img {
  border-radius: 7px;
  width: 100%;
}

.about2-img-overlap-des p {
  color: var(--black);
  font-weight: 500;
  font-size: 18px;
}

.about2-img-overlap-icon i {
  background-color: var(--white);
  color: var(--primary);
  font-size: 38px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  padding: 16px;
  top: -40px;
  position: absolute;
  right: 16px;
}

/*about section left style*/

.about-sec-inner h3 {
  font-size: 40px;
  margin: 0;
}

.service-tab-nav-content .about-sec-inner h3 {
  margin: 20px 0;
  text-transform: capitalize;
}

.service-tab-nav-content .about-sec-inner .dec {
  margin: 0;
}

.about-sec-inner-list .about-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}

.about-sec-inner-list .about-list li {
  list-style-type: none;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #202647;
  position: relative;
  padding-left: 38px;
  padding-top: 2px;
}

.about-sec-inner-list .about-list li i {
  display: var(--display-inline-block);
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-sec-inner-list .about-list li:hover i {
  background-color: var(--black);
}

.about-sec-inner-list {
  float: left;
  width: 100%;
}

.about-sec-inner-list-icon {
  float: left;
  padding-right: 10px;
}

.about-sec-inner-list-des {
  float: left;
  width: 85%;
}

/*
* ----------------------------------------------------------------------------------------
* 05. END ABOUT STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 06. START HOME SERVICE TAB STYLE
* ----------------------------------------------------------------------------------------
*/

.service-tab .nav-pills .service-tab-nav-link.nav-link {
  position: relative;
  padding: 53px;
  background: var(--white);
  color: var(--black);
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
}

.service-tab .nav-pills .service-tab-nav-link.nav-link.active {
  background-color: var(--primary);
}

.service-tab .nav-pills .service-tab-nav-link.nav-link.active i,
.service-tab .nav-pills .service-tab-nav-link.nav-link.active span {
  color: var(--white);
}

.service-tab .nav-pills .service-tab-nav-link.nav-link i {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -26px;
  display: var(--display-block);
  font-size: 50px;
}

.service-tab .nav-pills .service-tab-nav-link.nav-link span {
  position: relative;
  top: 32px;
}

.service-tab .nav-pills .service-tab-nav-link.nav-link {
  display: var(--display-inline-block);
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.service-tab .nav-pills .service-tab-nav-link.nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D8A611;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.service-tab .nav-pills .service-tab-nav-link.nav-link:hover,
.service-tab .nav-pills .service-tab-nav-link.nav-link:focus,
.service-tab .nav-pills .service-tab-nav-link.nav-link:active {
  color: white;
}

.service-tab .nav-pills .service-tab-nav-link.nav-link:hover::before,
.service-tab .nav-pills .service-tab-nav-link.nav-link:focus::before,
.service-tab .nav-pills .service-tab-nav-link.nav-link:active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.ser-tab-wel-tex {
  font-size: 24px;
  color: var(--primary);
  margin: 0;
  margin-bottom: 25px;
}

.ser-tab-con-sec {
  display: var(--display-inline-block);
  position: relative;
  width: 100%;
}

.ser-tab-con-btn {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 23%;
}

.ser-tab-con-btn .icon {
  margin-right: 15px;
  float: left;
  background: var(--black);
  color: var(--white);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ser-tab-con-btn .dec-text {
  float: left;
  color: var(--black);
  font-weight: 500;
}

.ser-tab-con-btn:hover .icon {
  background-color: var(--primary);
}

/*
* ----------------------------------------------------------------------------------------
* 06. END HOME SERVICE TAB STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 07. START COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/

.counter-section {
  padding: 100px 0;
  position: relative;
  float: left;
  width: 100%;
  max-height: 451px;
}

.counter-box {
  position: relative;
}

.counter-box:before {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 0;
  right: 0;
  height: 2px;
  width: 50%;
  background: var(--primary);
  visibility: visible;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.counter-box:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.counter-box h4,
.counter-box h5 {
  color: var(--white);
}

.counter-box h4 {
  font-size: 50px;
  margin-bottom: 15px;
}

.counter-fix-img {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}

.counter-fix-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.counter-fix-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}



/*
* ----------------------------------------------------------------------------------------
* 07. END COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 08. START PORTFOLIO STYLE
* ----------------------------------------------------------------------------------------
*/

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

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

.portfolio-block .inner-box .image-box {
  position: relative
}

.portfolio-block .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: var(--display-block);
  transition: all .3s ease 0s
}

.portfolio-block .inner-box .image-box:hover img {
  transform: scale(1.1)
}

.portfolio-block .inner-box .image-box .caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: var(--white);
  display: var(--display-block);
  font-size: 18px;
  padding: 16px 0;
  text-align: center;
  font-weight: 500;
  background-color: rgb(216, 166, 17, .83);
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease
}

.portfolio-block .inner-box .image-box .overlay-box {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 5px solid rgba(255, 255, 255, .5);
  padding: 40px 35px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgb(216, 166, 17, .83);
  transition: all .5s
}

.portfolio-block .inner-box .image-box .overlay-box h3 {
  position: relative;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 12px
}

.portfolio-block .inner-box .image-box .overlay-box .text {
  color: var(--white);
  margin-bottom: 15px
}

.portfolio-block .inner-box .image-box:hover .caption {
  bottom: -60px;
  opacity: 0
}

.portfolio-block .inner-box .image-box:hover .overlay-box {
  opacity: 1;
  visibility: visible;
}

.portfolio-block .overlay-box .pop-icon a {
  color: var(--black);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--white);
  border-radius: 50%;
  display: var(--display-inline-block);
  font-size: 20px;
  margin-right: 8px;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease
}

.portfolio-block .overlay-box .pop-icon a:hover {
  background-color: var(--black);
  color: var(--white);
}

.portfolio-filter-menu ul li {
  display: var(--display-inline-block);
  cursor: pointer;
  color: var(--black);
  text-transform: var(--text-transform-upper);
  letter-spacing: 1px;
  margin: 0 12px;
  padding: 8px 28px;
  position: relative;
  background-color: #f5f5f5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 30px;
  border: 1px solid var(--border-color);
}

.portfolio-filter-menu ul li:hover,
.portfolio-filter-menu ul li.active {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

/*
* ----------------------------------------------------------------------------------------
* 08. END PORTFOLIO STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09. START PORTFOLIO PROMO STYLE
* ----------------------------------------------------------------------------------------
*/

.port-promo-section-padding {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.port-promo-title h4 {
  color: var(--white);
  margin-top: .5rem;
}

.port-promo-inner-btn.team-con-btn::before {
  background: var(--black);
}

.port-promo-inner-btn.team-con-btn:hover,
.port-promo-inner-btn.team-con-btn:focus,
.port-promo-inner-btn.team-con-btn:active {
  color: var(--white);
}


/*
* ----------------------------------------------------------------------------------------
* 09. END PORTFOLIO PROMO STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 10. START TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

.box2 {
  text-align: center
}

.box2 .inner-content:after {
  content: ""
}

.box2 {
  overflow: hidden
}

.box2 .icon li a {
  border-radius: 50%
}

.box2 {
  position: relative
}

.box2 img {
  width: 100%;
  height: auto
}

.box2 .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%)
}

.box2 .box-content:after,
.box2 .box-content:before,
.box2:after,
.box2:before {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .5s ease 0s
}

.box2:before {
  background: linear-gradient(45deg, rgba(0, 0, 0, .2) 49%, transparent 50%);
  left: -100%
}

.box2:after {
  background: linear-gradient(45deg, transparent 49%, rgba(0, 0, 0, .2) 50%);
  left: 160%
}

.box2 .box-content:after,
.box2 .box-content:before {
  width: 65%;
  height: 65%;
  background: linear-gradient(45deg, rgba(0, 0, 0, .3) 49%, transparent 50%);
  left: -100%;
  transition-delay: .1s
}

.box1 .box-content:after {
  background: linear-gradient(45deg, transparent 49%, rgba(0, 0, 0, .3) 50%);
  left: 160%
}

.box2:hover .box-content:after,
.box2:hover .box-content:before,
.box2:hover:after,
.box2:hover:before {
  left: 50%
}

.box2 .inner-content {
  width: 50%;
  height: 50%;
  color: var(--white);
  padding: 40px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) scale(0);
  transition: all .3s ease .2s
}

.box2 .inner-content:after {
  width: 100%;
  height: 100%;
  background: rgb(216, 166, 17, .83);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg)
}

.box2:hover .inner-content {
  transform: translate(-50%, -50%) scale(1);
  transition: all .3s ease 0s
}

.box2 .title {
  font-size: 18px;
  color: var(--white);
  font-weight: var(--heading-font-weight);
  text-transform: var(--text-transform-upper);
  margin-bottom: 0;
}

.box2 .post {
  display: var(--display-block);
  font-size: 14px;
  text-transform: capitalize;
  margin: 6px 0;
}

.box2 .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: rotateY(360deg) scale(0);
  transition: all .3s ease 0s
}

.box2:hover .icon {
  transform: rotateY(0) scale(1)
}

.box2 .icon li {
  display: var(--display-inline-block);
  margin: 0 3px
}

.box2 .icon li a {
  display: var(--display-block);
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: var(--white);
  color: #505050;
  transition: all .3s ease 0s
}

.box2 .icon li a:hover {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, .5);
  background: var(--white);
  color: var(--primary);
}

@media only screen and (max-width:990px) {
  .box2 {
    margin-bottom: 30px
  }
}

@media only screen and (max-width:320px) {
  .box2 .inner-content {
    padding: 25px 0
  }

  .box2 .title {
    font-size: 16px
  }
}

.owl-theme.team-slider .owl-dot {
  color: var(--black);
  display: var(--display-inline-block);
  background: var(--white);
  padding: 0px 8px;
  margin: 0 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.owl-theme.team-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
}

.owl-theme.team-slider .owl-dots .owl-dot span {
  height: 0;
  width: 0;
  padding: 4px 18px;
  margin: 0;
  background: transparent;
  border: 4px double var(--black);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.owl-theme.team-slider .owl-dots .owl-dot span:hover {
  background-color: var(--black);
  border-color: var(--white);
}

.owl-theme.team-slider .owl-dots .owl-dot.active span:hover {
  background-color: var(--primary);
  border-color: var(--white);
}

.owl-theme.team-slider .owl-dot {
  background: transparent;
}

.owl-theme.team-slider .owl-dots .owl-dot.active span {
  border-color: var(--primary);
  padding: 4px 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 10. END TEAM STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 11. START PROMO STYLE
* ----------------------------------------------------------------------------------------
*/

#promo-section {
  height: 100%;
  max-height: 596px;
}

#promo-section .section-title .dec::after {
  margin: 11px 0;
}

.contact-form {
  margin-top: 45px;
}

.contact-form .form-control:focus {
  border:  1px solid var(--white);
}

.contact-form .form-control {
  margin-bottom: 30px;
  line-height: 2.3;
  color: var(--white);
  background-color: transparent;
}

.contact-form .form-control::placeholder {
  color: var(--white);
}

.contact-form .btnContact {
  border: 1px solid var(--white);
  border-radius: ;
  padding: 6px 30px;
  background: var(--white);
  font-weight: 600;
  color: var(--black);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contact-form .btnContact:hover {
  background-color: transparent;
  color: var(--white);
  border-color: var(--border-color);
}

.promo-fix-img {
  position: relative;
}

.promo-fix-img img {
  position: absolute;
  top: -201px;
}

#promo-section .section-title {
  margin-top: -30px;
}

/*
* ----------------------------------------------------------------------------------------
* 11. END PROMO STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 12. START FAQ STYLE
* ----------------------------------------------------------------------------------------
*/

/*Accordion Box*/

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 24px;
}

.accordion-box .block::before {
  position: absolute;
  content: '';
  left: 15px;
  top: 24px;
  height: 100%;
  border-right: 3px dotted var(--black);
}

.accordion-box .block:last-child:before {
  display: none;
}

.accordion-box .block .acc-btn .icon-outer {
  font-size: 10px;
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
  display: var(--display-block);
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 3px 50%;
  -moz-border-radius: 3px 50%;
  border-radius: 3px 50%;
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: var(--primary);
  background: var(--white);
  border-color: var(--primary);
}

.accordion-box .block .acc-btn {
  font-weight: var(--heading-font-weight);
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0px 20px 10px 70px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

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

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

.accordion-box .block .content {
  position: relative;
  font-size: 14px;
  padding: 0px 20px 0px 70px;
}

.accordion-box .block .content ul li i {
  font-size: 11px;
  padding-right: 6px;
}

.accordion-box .block .content p {
  margin-bottom: 15px;
}

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

.img-overlay img {
  width: 100%;
}


.video-play {
  text-align: center;
  z-index: 9
}

.video-play.style-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.video-play.style-2 .video-icon {
  background: var(--white);
  border: 1px solid var(--white)
}

.video-play.style-2 .video-icon::before {
  background: var(--white)
}

.video-play.style-2 .video-icon::after {
  background: var(--white)
}

.video-play .video-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  display: var(--display-inline-block);
  text-align: center;
  position: relative;
  border: 1px solid rgb(230, 0, 76));
  font-size: 36px;
  color: var(--primary);
  background: rgb(230, 0, 76))
}

.video-play .video-icon::before {
  content: "";
  display: var(--display-block);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(233, 0, 79, .5);
  -webkit-animation: ripple-1 2s infinite ease-in-out;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1
}

.video-play .video-icon::after {
  content: "";
  display: var(--display-block);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(233, 0, 79, .3);
  z-index: -1;
  -webkit-animation: ripple-2 2s infinite ease-in-out;
  animation: ripple-2 2s infinite ease-in-out;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.video-play .video-icon.style-2 {
  border: 1px solid rgb(39, 174, 96));
  color: var(--white);
  background: rgb(39, 174, 96))
}

.video-play .video-icon.style-2::before {
  background: rgba(39, 174, 96, .5)
}

.video-play .video-icon.style-2::after {
  background: rgba(39, 174, 96, .3)
}

.video-play span {
  color: var(--black);
  font-size: 30px;
  font-weight: 800;
}

@keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0
  }
}

@keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0
  }
}


/*
* ----------------------------------------------------------------------------------------
* 12. END FAQ STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 13. START TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/

#testimonial-page-section .sin-tes-item {
  margin-bottom: -50px;
}

.tes-img-box {
  float: left;
  background: var(--white);
  padding: 25px;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-left: 25px;
  box-shadow: 0px 3px 25px 3px var(--border-color);
  top: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.tes-img-box::before {
  position: absolute;
  font-family: 'IcoFont' !important;
  content: "\efcd";
  font-style: normal;
  top: 10px;
  right: 10px;
  color: var(--primary);
  font-size: 40px;
}

.owl-carousel .owl-item .tes-img-box img {
  margin: 0 auto;
}

.tes-img-box h5 {
  margin: 10px 0 0px;
}

.tes-img-box span {
  font-style: italic;
  display: inline;
}

.tes-des-box {
  float: left;
  background: var(--white);
  padding: 25px;
  position: relative;
  top: -107px;
  left: 0;
  box-shadow: 0px 3px 25px 3px var(--border-color);
}

.tes-des-box::before {
  position: absolute;
  font-family: 'IcoFont' !important;
  content: "\efce";
  font-style: normal;
  bottom: 10px;
  right: 10px;
  color: var(--primary);
  font-size: 40px;
}

.tes-des-box::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  bottom: auto;
  height: 2px;
  width: 100%;
  background: #f7921a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sin-tes-item:hover .tes-des-box::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.tes-des-box-inner {
  margin-left: 239px;
}

.sin-tes-item:hover .tes-img-box {
  background-color: var(--primary);
}

.sin-tes-item:hover .tes-img-box h5,
.sin-tes-item:hover .tes-img-box span,
.sin-tes-item:hover .tes-img-box::before {
  color: var(--white);
}

.owl-theme.testimonial-slider .owl-dot {
  color: var(--black);
  display: var(--display-inline-block);
  background: var(--white);
  padding: 0px 8px;
  margin: 0 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.owl-theme.testimonial-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

.owl-theme.testimonial-slider .owl-dots .owl-dot span {
  height: 0;
  width: 0;
  padding: 4px 18px;
  margin: 0;
  background: transparent;
  border: 4px double var(--black);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.owl-theme.testimonial-slider .owl-dots .owl-dot span:hover {
  background-color: var(--black);
  border-color: var(--white);
}

.owl-theme.testimonial-slider .owl-dots .owl-dot.active span:hover {
  background-color: var(--primary);
  border-color: var(--white);
}

.owl-theme.testimonial-slider .owl-dot {
  background: transparent;
}

.owl-theme.testimonial-slider .owl-dots .owl-dot.active span {
  border-color: var(--primary);
  padding: 4px 10px;
}


/*
* ----------------------------------------------------------------------------------------
* 13. END TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 14. START BLOG STYLE
* ----------------------------------------------------------------------------------------
*/

.hsin-blog-post {
  position: relative;
  border: 1px solid var(--border-color);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}

.hsin-blog-details {
  float: left;
  width: 100%;
  padding: 15px;
}

.hsin-blog-header-meta {
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 13px 0;
}

.hsin-blog-header-meta a {
  padding-right: 20px;
}

.hsin-blog-header-meta i {
  color: var(--primary);
  padding-right: 5px;
}

.hsin-blog-blog-des {
  float: left;
}

.hsin-blog-blog-des a {
  font-family: var(--heading-font-family);
  color: var(--black);
  font-weight: var(--heading-font-weight);
  display: var(--display-block);
}

.hsin-blog-blog-des a:hover {
  color: var(--primary);
}

.hsin-blog-footer-meta a {
  background-color: var(--bg-gray-color);
}

.hsin-blog-footer-meta a {
  background-color: #efefef;
  padding: 5px 19px;
  border-radius: 20px;
  color: var(--black);
  font-weight: 500;
  display: var(--display-inline-block);
}

.hsin-blog-footer-meta a:hover {
  background-color: var(--primary);
  color: var(--white);
}

.hsin-blog-post .img-overlay::before {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hsin-blog-post:hover .img-overlay::before {
  background: rgba(0, 0, 0, 0.8);
}

.hsin-blog-post::before {
  position: absolute;
  height: 200px;
  width: 200px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background-color: var(--white);
  z-index: 9;
  transform: scale(0);
  content: "";
  transition: all 600ms ease;
}

.hsin-blog-post:hover::before {
  transform: scale(1);
  opacity: 0.20;
  transition-delay: 300ms;
}


/*footer subscrive*/

.footer-subscribe {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.footer-subscribe .subscribe-form {
  position: relative;
  max-width: 276px;
  width: 100%;
}

.footer-subscribe .subscribe-form input {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  padding-right: 60px;
  background-color: #f4edff;
  font-family: "Rajdhani",sans-serif;
  font-size: 14px;
  color: #919090;
  border: 1px solid #f4edff;
  font-weight: 600;
  outline: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.footer-subscribe .subscribe-form input::placeholder {
  opacity: 1;
  color: #919090;
}

.footer-subscribe .subscribe-form button {
  width: 46px;
  height: 46px;
  line-height: 50px;
  padding: 0;
  border: 0;
  background-color: #f2a100;
  color: var(--white);
  font-size: 26px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 14. END BLOG STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 15. START CLIENT STYLE
* ----------------------------------------------------------------------------------------
*/

.client-section-padding {
  padding: 60px 0;
  position: relative;
  float: left;
  width: 100%;
}

.single-client a img {
  opacity: 0.6;
}

.single-client a img:hover {
  opacity: 1;
}

/*
* ----------------------------------------------------------------------------------------
* 15. END CLIENT STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 16. START NEWLETTER STYLE
* ----------------------------------------------------------------------------------------
*/

.newsletter-section-padding {
  padding: 60px 0;
  position: relative;
  float: left;
  width: 100%;
}

.newsletter-section-title h4 {
  color: var(--white);
}

.subscribe-wrapper {
  overflow: hidden;
}

.subscribe2-wrapper .subscribe-form input {
  background: none;
  border: 1px solid var(--white);
  border-radius: 30px;
  color: var(--white);
  display: var(--display-inline-block);
  font-size: 15px;
  font-weight: 300;
  height: 57px;
  margin-right: 9px;
  padding-left: 35px;
  width: 70%;
}

.subscribe2-wrapper .subscribe-form button {
  background: var(--primary);
  border: none;
  border-radius: 30px;
  color: var(--white);
  display: var(--display-inline-block);
  font-size: 18px;
  line-height: 1;
  padding: 18px 46px;
  transition: all 0.3s ease 0s;
}

.subscribe2-wrapper .subscribe-form button:hover {
  background: var(--white);
  color: var(--black);
}

.subscribe2-wrapper .subscribe-form button i {
  font-size: 18px;
  padding-left: 5px;
}

/*
* ----------------------------------------------------------------------------------------
* 16. END NEWLETTER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 17. START FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/


.footer-top {
  padding: 80px 0;
  background: #252525;
}

.footer-logo-icon,
.footer-logo-text {
  float: left;
}

.footer-logo a {
  margin-bottom: 10px;
}

.footer-logo-icon {
  margin-right: 5px;
  color: #f7921a;
  font-size: 45px;
  line-height: 44px;
  margin-bottom: 20px;
}

.footer-logo-text {
  color: var(--white);
}

.footer-logo-text {
  width: 80%;
}

.footer-logo-text h3 {
  color: var(--white);
  text-transform: var(--text-transform-upper);
  font-size: 20px;
  margin: 0;
  letter-spacing: 2px;
}

.footer-social {
  margin-top: 35px;
}

.footer-social ul li a {
  float: left;
  color: var(--white);
  border: 1px solid #444;
  margin: 0 15px 0 0px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: var(--black);
}

.footer-social ul li a:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}

.footer-section-title {
  margin-bottom: 30px;
}

.footer-section-title h3,
.header-modal-widget h3 {
  color: var(--white);
  text-transform: var(--text-transform-upper);
  font-size: 20px;
  margin: 0;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
}

.footer-section-title h3::after,
.header-modal-widget h3::after {

  position: absolute;
  content: "";
  height: 2px;
  width: 60px;
  background: #f7921a;
  left: 0;
  bottom: 0;
}

ul.quick-link-list li a {
  color: var(--white);
  line-height: 35px;
  position: relative;
  text-transform: capitalize;
  display: var(--display-block);
  padding-left: 20px;
}

ul.quick-link-list li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  background: var(--white);
  top: 18px;
  left: 0;
  opacity: 1;
  visibility: visible;
}

ul.quick-link-list li a:hover {
  padding-left: 0;
  color: var(--primary);
}

ul.quick-link-list li a:hover:after {
  opacity: 0;
  visibility: hidden;
}

.singleRecpost {
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 77px;
  position: relative;
}

.singleRecpost:last-child {
  border: none;
}

.singleRecpost img {
  position: absolute;
  left: 0;
  top: 6px;
  width: 65px;
  height: 55px;
}

.recTitle {
  line-height: 20px;
  margin: 0;
  font-size: 14px;
}

.recTitle a {
  color: var(--white);
}

.singleRecpost p {
  color: var(--primary);
  font-size: 14px;
}

.single-fcontact-icon {
  margin-right: 10px;
  font-size: 20px;
  color: #f7921a;
  background: var(--black);
  height: 30px;
  width: 30px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;

}

.single-fcontact-icon,
.single-fcontact-des {
  float: left;
}

.single-fcontact-des {
  color: #444;
  width: 85%;
  margin-top: 4px;
}

.single-fcontact:hover .single-fcontact-icon {
  background-color: #f7921a;
  color: var(--white);
}

.single-fcontact-des p {
  color: var(--white);
  margin-bottom: 8px;
  margin-top: -7px;
}

.single-fcontact-des p.email a {
  color: inherit;
}

.footer-bottom {
  background: var(--black);
  padding: 22px 0;
  border-top: 8px solid #444;
}

.copyright-text p {
  color: var(--white);
}

.footer-menu ul li {
  display: var(--display-inline-block);
}

.footer-menu ul li a {
  padding: 0 10px;
  color: var(--white);
  position: relative;
}

.footer-menu ul li a:hover {
  color: var(--primary);
}

/*
* ----------------------------------------------------------------------------------------
* 17. END FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 18. START ABOUT PAGE
* ----------------------------------------------------------------------------------------
*/

.about-home-p h3 span {
  color: var(--primary);
}

.about-home-p h3 {
  position: relative;
}

.about-home-p h3:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 80px;
  background: var(--primary);
  margin: 20px auto 0;
  display: var(--display-block);
  left: 0;
  right: 0;
}

.about-home-p p.content-1 {
  color: #000;
  letter-spacing: 1px;
}

.about-home-p p.content-2 {
  margin: 20px 0 30px;
}

.about-home-p p i.icofont-quote-left {
  padding-right: 10px;
}

.about-home-p p i.icofont-quote-right {
  padding-left: 10px;
}

.about-home-p p span {
  color: #000;
  font-size: 22px;
  letter-spacing: 1px;
}


/*about page promo*/
.about-page-promo h4,
.about-page-promo h3 {
 color: var(--white);
}

.about-page-promo h3 {
  margin: 5px 0 30px;
  font-size: 35px;
  text-transform: var(--text-transform-upper);
}

.about-page-promo h3 span {
  color: var(--primary);
  font-family: inherit;
  font-size: inherit;
}

/*
* ----------------------------------------------------------------------------------------
* 18. END ABOUT PAGE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 19. START SERVICE PAGE
* ----------------------------------------------------------------------------------------
*/

.services-wrap {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--white);
  -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
}

.services-wrap .img {
  width: 100%;
  height: 220px;
}

.services-wrap .text {
  width: 100%;
  text-align: center;
  padding: 23px;
  position: relative;
}

.services-wrap .text h2 {
  font-weight: 600;
  font-size: 22px;
  margin: 25px 0;
}

.services-wrap .text .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--white);
  line-height: 7;
  margin: -65px auto 20px auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
  transition: all 0.5s ease 0s;
}

.services-wrap .text .icon i {
  color: var(--primary);
  font-size: 50px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-wrap .text .btn-custom {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  width: 80%;
  background: #040e26;
  color: var(--white);
  padding: 12px 10px;
  border-radius: 3px;
  margin: 0 auto;
  text-transform: var(--text-transform-upper);
  font-weight: 500;
  font-size: 14px;
}

.services-wrap:hover {
  -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
}

.services-wrap:hover .text .icon {
  background: var(--primary);
  -webkit-border-radius: 3px 50%;
  -moz-border-radius: 3px 50%;
  border-radius: 3px 50%;
}

.services-wrap:hover .text .icon i {
  color: var(--white);
}

.services-wrap .text p {
  margin-bottom: 16px;
}

.services-wrap:hover .text .icon i {
  color: var(--white);
}

.services-wrap .common-btn-1 {
  padding: 10px 0;
  border-radius: 0;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  width: 60%;
  margin: 0 auto;
}

.services-wrap:hover .common-btn-1,
.services-wrap:hover .common-btn-1,
.services-wrap:hover .common-btn-1 {
  color: var(--white);
}

.services-wrap:hover .common-btn-1::before,
.services-wrap:hover .common-btn-1::before,
.services-wrap:hover .common-btn-1::before {
  border-radius: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*
* ----------------------------------------------------------------------------------------
* 19. END SERVICE PAGE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 20. START SERVICE DETAILS PAGE
* ----------------------------------------------------------------------------------------
*/

.sidebar-padding-left {
  padding-left: 65px;
}

.sidebar-padding-right {
  padding-right: 65px;
}

.project_single_slider .flexslider {
  border: none;
  margin-bottom: 0px;
}

.project_single_slider #carousel {
  padding: 0px 55px;
  position: relative;
  margin-top: 33px;
}

.project_single_slider #carousel ul li {
  position: relative;
}

.project_single_slider #carousel ul li:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.project_single_slider #carousel .custom-navigation .flex-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 60px;
  color: var(--primary);
}

.project_single_slider #carousel .custom-navigation .flex-next {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 60px;
  color: var(--primary);
}

.ser-dec-mid ul li i {
  color: var(--black);
  font-size: 18px;
  padding-left: 5px;
}

.ser-dec-mid ul li {
  line-height: 30px;
}

/* skill style */

.ser-dec-top h4,
.our-skills h4,
.ser-profile h4 {
  position: relative;
}

.ser-dec-top h4::after,
.our-skills h4::after,
.ser-profile h4::after {
  content: "";
  position: absolute;
  background: var(--primary);
  height: 4px;
  width: 30px;
  left: 0;
  right: 0;
  top: 34px;
}

.skill {
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 30px;
}

.skill .progress .lead {
  color: #444;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: -40px;
  z-index: 99;
}

.skill .progress {
  border-radius: 0;
  box-shadow: none;
  height: 8px;
  margin-bottom: 60px;
  overflow: visible;
  position: relative;
}

.skill .progress-bar {
  background-color: var(--primary);
}

.skill .progress-bar span {
  background: var(--black);
  font-size: 10px;
  position: relative;
  padding: 0 5px;
}

.our-skills .skill .progress-bar span {
  height: 18px;
  width: 40px;
  top: -32px;
  position: absolute;
  left: 151px;
  line-height: 20px;
}

.ser-profile-des {
  margin-top: 33px;
}

.ser-profile-des a {
  font-size: 15px;
  color: #444444;
  line-height: 26px;
  vertical-align: middle;
  margin-right: 55px;
}

.ser-profile-des a i {
  padding-right: 10px;
  color: var(--white);
  font-size: 21px;
  vertical-align: middle;
  line-height: 34px;
  background: var(--primary);
  padding: 10px;
  border: 8px double var(--white);
}

/*sidebar widget*/

.right_widget {
  border: 2px solid #ebebeb;
  margin-bottom: 64px;
  padding: 0px 30px 30px 30px;
  overflow: hidden;
}

.co_w_title {
  padding-top: 32px;
  padding-bottom: 25px;
}

.co_w_title h3::before {
  content: "";
  width: 127px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background: var(--primary);
  position: absolute;
}

.co_w_title h3 {
  font-size: 16px;
  text-transform: var(--text-transform-upper);
  position: relative;
}

/*search widget*/
.search-form {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 4px;
}

.search-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.search-form .form-group input {
  padding-right: 50px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.form-control {
  height: 52px;
  background: var(--white);
  color: #000;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*popular widget*/

.servide-list a {
  font-weight: 600;
  letter-spacing: 1px;
  display: var(--display-block);
  border-bottom: 1px solid var(--border-color);
  padding: 12px 0;
}

.servide-list-drop .form-group {
  margin: 20px 0 10px;
}

.servide-list ul li {
  border-bottom: 1px solid var(--border-color);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.servide-list ul li a {
  color: var(--black);
  font-weight: var(--body-font-weight);
  letter-spacing: 1px;
  padding: 12px 0;
  border: none;
  display: var(--display-inline-block);
}

.servide-list ul li a i {
  padding: 0 10px 0 5px;
  font-size: 25px;
}

.servide-list ul li:hover,
.servide-list ul li.active {
  background: var(--primary);
}

.servide-list ul li:hover a,
.servide-list ul li.active a {
  color: var(--white);
}

/*social widget*/

.socialmediaicons .icofont {
  padding: 12px;
  font-size: 30px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  margin: 5px 6px;
  color: var(--white);
  display: var(--display-inline-block);
}

.socialmediaicons .icofont-facebook {
  background: #3B5998;
}

.socialmediaicons .icofont-twitter {
  background: #55ACEE;
}

.socialmediaicons .icofont-youtube {
  background: #bb0000;
}

.socialmediaicons .icofont-instagram {
  background: #125688;
}

.socialmediaicons .icofont:hover {
  opacity: 0.8;
}

/*
* ----------------------------------------------------------------------------------------
* 20. END SERVICE DETAILS PAGE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 21. START FAQ PAGE
* ----------------------------------------------------------------------------------------
*/

.sing-faq {
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sing-faq h4 {
  font-size: 20px;
  margin: 15px 0;
}

.sing-faq i {
  font-size: 55px;
  color: var(--primary);
}

/* faq accordion style*/

.faq-accordion .card-header {
  background-color: transparent;
  border-bottom: none;
}

.faq-accordion .card {
  border: none;
}

.faq-accordion a {
  position: relative;
  display: var(--display-block);
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  padding-left: 35px;
}

.faq-accordion a::before,
.faq-accordion a::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border: 4px solid var(--black);
  border-color: var(--primary);
}

.faq-accordion a::before {
  left: 0;
}

.faq-accordion a::after {
  left: 7px;
  top: 7px;
}

.faq-accordion a i {
  position: absolute;
  right: 0;
  top: 8px;
}

.faq-accordion .card .collapsed {
  margin-bottom: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 21. END FAQ PAGE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 22. START 404 PAGE
* ----------------------------------------------------------------------------------------
*/

.error-page-inner span {
  background-color: #B0C0DA;
  color: var(--white);
  padding: 12px 25px;
  border-radius: 10px;
  font-weight: 500;
}

.error-page-inner h3 {
  margin: 35px 0 30px;
  font-size: 78px;
}

.error-page-inner p {
  margin-bottom: 35px;
}

.error-page-inner a.error-btn {
  color: var(--black);
}

.error-page-inner a.error-btn {
  color: var(--black);
  font-size: 18px;
  padding-left: 20px;
  letter-spacing: 2px;
}

.error-page-inner a.error-btn i {
  font-size: 20px;
  font-weight: bold;
}

.error-page-inner a.error-btn:hover {
  color: var(--primary);
}

/*
* ----------------------------------------------------------------------------------------
* 22. END 404 PAGE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 23. START BLOG PAGE
* ----------------------------------------------------------------------------------------
*/

.std-blog-post {
  float: left;
}

.std-blog-post .hsin-blog-details {
  background-color: var(--bg-gray-color);
}

.std-blog-post .hsin-blog-details {
  padding: 30px;
}

.std-blog-post .hsin-blog-header-meta {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  padding: 10px 0;
  margin: 15px 0;
}

.blog-single-blockquote figure {
  min-height: 419px;
  background: var(--white);
  padding: 60px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--border-color);
}

.blog-single-blockquote .blockquote p {
  font-size: 18px;
  color: var(--body-font-color);
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.blog-single-blockquote .blockquote p i {
  font-size: 50px;
  padding-right: 20px;
}

.single-blog-linkf {
  padding: 70px;
  color: var(--primary);;
  background: var(--white);
  border: 1px solid var(--border-color);
  font-size: 30px;
  font-style: italic;
  overflow: hidden;
}

.blog-details .blog-single-blockquote figure {
  background: var(--bg-gray-color);
  padding: 20px;
  margin: 0;
  min-height: 0;
}

/*blog pagination style*/

.pagination {
  display: var(--display-inline-block);
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

.pagination a:hover:not(.active) {
  background-color: var(--primary);
  color: var(--white);
}

/*blog widgets style*/

.latest-wid-inner .blog-img {
  display: var(--display-block);
  height: 80px;
  width: 80px;
}

.img,
.blog-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.latest-wid-inner .text {
  width: calc(100% - 100px);
}

.latest-wid-inner .text .heading {
  font-size: 17px;
}

.latest-wid-inner .text .heading a {
  color: #000000;
}

.latest-wid-inner .text .meta>div {
  display: var(--display-inline-block);
  font-size: 12px;
  margin-right: 5px;
}

.latest-wid-inner .text .meta>div a {
  color: gray;
}

/*feature post widget*/

.blog-wi-post.post-thumb {
  position: relative;
}

.blog-wi-post.post-thumb .post-img::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(to top, rgba(33, 38, 49, 0.3) 0%, transparent 100%);
}

.blog-wi-post .post-img>img {
  width: 100%;
}

.blog-wi-post.post-thumb .post-body {
  position: absolute;
  bottom: 0px;
  padding: 20px 15px;
}

.blog-wi-post .post-meta {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-wi-post.post-thumb .post-meta .post-date {
  color: #eceef2;
}

.post-meta .post-date {
  font-size: 13px;
  font-weight: 600;
}

.blog-wi-post.post-thumb .post-title {
  font-size: 22px;
}

.blog-wi-post .post-title {
  font-size: 18px;
  margin-bottom: 0px;
}

.blog-wi-post.post-thumb .post-title>a {
  color: var(--white);
}

.post-meta .post-category.cat-3 {
  background-color: #8d00ff;
}

.post-meta .post-category {
  font-size: 13px;
  text-transform: var(--text-transform-upper);
  padding: 3px 10px;
  font-weight: 600;
  border-radius: 2px;
  margin-right: 15px;
  color: var(--white);
  background-color: #212631;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

/*quick link widget*/

.categories {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.categories li {
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}

.categories li a {
  display: var(--display-block);
  color: var(--black);
}

.categories li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.categories li a:hover span {
  color: var(--primary);
}

.categories li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

/*tag widget*/

ul.tags li a {
  margin: 0 0px 10px 10px;
  float: left;
}

.tag-btn {
  color: var(--white);
  padding: 2px 8px;
  display: var(--display-inline-block);
  background: var(--black);
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.tag-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tag-btn:hover,
.tag-btn:focus,
.tag-btn:active {
  color: var(--white);
}

.tag-btn:hover::before,
.tag-btn:focus::before,
.tag-btn:active::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.tag-btn {
  border: 2px solid var(--black);
  background: transparent;
  color: var(--black);
}

.tag-btn:hover,
.tag-btn:focus,
.tag-btn:active {
  border-color: var(--primary);
}

.blog-details .hsin-blog-footer-meta {
  margin-left: 0;
}

.post-nav-btn {
  color: var(--white);
  padding: 4px 20px;
  display: var(--display-inline-block);
  background: var(--black);
  border-radius: 20px;
  text-transform: var(--text-transform-upper);
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.post-nav-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  border-radius: 20px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.post-nav-btn:hover,
.post-nav-btn:focus,
.post-nav-btn:active {
  color: var(--white);
}

.post-nav-btn:hover::before,
.post-nav-btn:focus::before,
.post-nav-btn:active::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.post-nav-btn {
  border: 2px solid var(--black);
  background: transparent;
  color: var(--black);
}

.post-nav-btn:hover,
.post-nav-btn:focus,
.post-nav-btn:active {
  border-color: var(--primary);
}

/* comment list style */
.comment .avatar {
  float: left;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.comment .comment-text {
  margin: 0 0 0 90px;
  background: #FBFBFB;
  border-bottom: 1px solid #FBFBFB;
  padding: 30px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.comment .comment-text:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #FBFBFB transparent transparent;
  position: absolute;
  content: '';
  top: 0;
  left: -14px;
}

.comment .comment-text .author {
  margin-bottom: 5px;
}

.comment .comment-text .author span {
  font-weight: bold;
  display: var(--display-block);
  line-height: 0.6;
  margin-bottom: 10px;
  color: #666;
}

.comment .comment-text .author a {
  color: var(--black);
}

.comment .comment-text .author span a {
  color: inherit;
}

.comment .comment-text .author p,
.comment .comment-text .author p a {
  color: var(--black);
}

.comment .comment-text .author p a:before {
  content: "\efd4";
  font-family: 'icofont' !important;
  margin: 0 5px;
  color: var(--black);
}

.comment ul {
  margin: 30px 0;
  padding: 0 0 0 70px;
}

.comment:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.comment ul .comment:last-child {
  padding-bottom: 0;
}

.blog-message-form.contact-form .form-control::placeholder {
  color: var(--black);
}

.blog-message-form.contact-form .form-control:focus {
  border:  1px solid #ddd;
}

.blog-message-form.contact-form .form-control {
  color: var(--black);
}


/*
* ----------------------------------------------------------------------------------------
* 23. END BLOG PAGE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 24. START CONTACT PAGE
* ----------------------------------------------------------------------------------------
*/

.contact-page-info {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
  padding: 40px;
}

.single-info-box i {
  font-size: 30px;
  margin-right: 12px;
  color: var(--primary);
}

.single-info-box span {
  color: var(--black);
  font-size: 25px;
  font-weight: var(--heading-font-weight);
}

.single-info-box p {
  color: var(--black);
  font-size: 17px;
}

.contact-form-layout {
  max-height: 564px;
  overflow: hidden;
}

.contact-page-contact {
  background-color: #e5e5e5;
  padding: 50px 40px 40px;
}

.contact-page-contact-title h4 {
  text-transform: var(--text-transform-upper);
  color: #000;
  font-size: 30px;
}

.contact-page-contact textarea.form-control {
  height: auto;
}

.btn-contact-bg {
  background: var(--primary);
  border: none;
  border-radius: 0;
  color: var(--white);
  text-transform: var(--text-transform-upper);
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 14px 130px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-contact-bg:hover {
  background: var(--black);
  color: var(--white);
}

.map iframe {
  height: 500px;
  width: 100%;
}

.success-box {
    background: var(--white);
    color: #000;
    padding: 30px;
}

.success-box i {
    font-size: 50px;
    margin-bottom: 20px;
}


/*
* ----------------------------------------------------------------------------------------
* 24. END CONTACT PAGE
* ----------------------------------------------------------------------------------------
*/


/* container width small device */

@media only screen and (max-width: 480px) {

  .container,
  .auto-container {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {

  .container,
  .auto-container {
    width: 100%;
  }
}
