
@import url('themify-icons.css');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #6e789b;
}

.ua-safari input,.ua-chrome input,
.ua-safari input:focus,.ua-chrome input:focus,
.ua-safari input:active,.ua-chrome input:active{box-shadow: none; outline: none;}

a, a:hover, .btn, .btn:hover, button, button:hover, .widget-download ul.download li
{
  -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
  color: #38c179;
  outline: none;
}

a:hover {
  color: #38c179;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  color: #0b0c26;
}

img {
    max-width: 100%;
    height: auto;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.container{
  max-width: 1170px;
}

.bb-1{
  border-bottom: 1px solid #38c179;
  padding-bottom: 80px;
}

/* Overlay styles */
[data-overlay], [data-black-overlay], [data-white-overlay] {
  position: relative; }

[data-overlay] > div, [data-overlay] > *, [data-black-overlay] > div, [data-black-overlay] > *, [data-white-overlay] > div, [data-white-overlay] > * {
  position: relative;
  z-index: 2; }

[data-overlay]:before, [data-black-overlay]:before, [data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

[data-overlay]:before {
  background-color: #38c179; }

[data-black-overlay]:before {
  background-color: #000000; }

[data-white-overlay]:before {
  background-color: #ffffff; }

[data-overlay="1"]:before, [data-black-overlay="1"]:before, [data-white-overlay="1"]:before {
  opacity: 0.1; }

[data-overlay="2"]:before, [data-black-overlay="2"]:before, [data-white-overlay="2"]:before {
  opacity: 0.2; }

[data-overlay="3"]:before, [data-black-overlay="3"]:before, [data-white-overlay="3"]:before {
  opacity: 0.3; }

[data-overlay="4"]:before, [data-black-overlay="4"]:before, [data-white-overlay="4"]:before {
  opacity: 0.4; }

[data-overlay="5"]:before, [data-black-overlay="5"]:before, [data-white-overlay="5"]:before {
  opacity: 0.5; }

[data-overlay="6"]:before, [data-black-overlay="6"]:before, [data-white-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before, [data-black-overlay="7"]:before, [data-white-overlay="7"]:before {
  opacity: 0.7; }

[data-overlay="8"]:before, [data-black-overlay="8"]:before, [data-white-overlay="8"]:before {
  opacity: 0.8; }

[data-overlay="9"]:before, [data-black-overlay="9"]:before, [data-white-overlay="9"]:before {
  opacity: 0.9; }

[data-overlay="10"]:before, [data-black-overlay="10"]:before, [data-white-overlay="10"]:before {
  opacity: 1; }

/*** all color **/

.blue-bg {
    background-color: #38c179;
    color: #fff;
}

.green-c {
    color: #38c179
}

.black-c {
    color: #0b0c26
}

.black-bg {
    background-color: #0b0c26;
    color: #fff
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.pt-50 {
    padding-top: 50px
}

.mt-80 {
    margin-top: 80px
}

.pl-15{
  padding-left: 15px;
}

.b-line {
    position: relative;
    width: 60px;
    height: 3px;
    background: #38c179;
    display: block;
    margin: 0 auto;
}

.btn-primary-link {
    background-color: transparent;
    padding: 0;
    border: none;
    color: #ffffff;
    font-weight: 600;
    line-height: 1rem;
}

.btn-theme {
  padding: 10px 17px;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border: 0;
  z-index: 1;
}

.btn-theme:before,
.btn-theme:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: -1;
}

.btn-theme:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #38c179;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.btn-theme:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #38c179;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.btn-theme:hover:before {
  -webkit-transform: translateX(-49%);
  -ms-transform: translateX(-49%);
  transform: translateX(-49%);
}

.btn-theme:hover:after {
  -webkit-transform: translateX(49%);
  -ms-transform: translateX(49%);
  transform: translateX(49%);
}

.btn-theme.btn-active{
  background-color: #38c179;
}

.btn-theme.btn-active:hover{
  color: #38c179;
}

.btn-theme.btn-active:before {
  border-bottom-color: #fff;
}

.btn-theme.btn-active:after {
  border-top-color:#fff;
}

.section-bg .btn-theme.btn-active:before {
    border-bottom-color: #f7f7f7;
}

.section-bg .btn-theme.btn-active:after {
    border-top-color: #f7f7f7;
}

.btn-theme.btn-button{
  border: 1px solid #38c179;
  color: #38c179;
}

.btn-theme.btn-button:hover{
  background-color: #38c179;
  color: #ffffff;
}

.btn-theme.btn-button:before {
  border-bottom-color: #38c179;
}

.btn-theme.btn-button:after {
  border-top-color:#38c179;
}

.btn:hover, .btn:focus .btn:active:focus {
    color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.line-divider{
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.title:hover {
    color: #38c179
}

.title {
    font-size: 18px;
    font-weight: bold;
    font-family: Poppins;
    color: #333;
    display: inline-block;
    width: 100%;
}

.title p {
    color: #858585;
    float: left;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    margin: 10px 0 0;
}
.title h2 {
    border-bottom: 1px dashed #787876;
    color: #0b0c26;
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

.title h2:before {
    background: #38c179 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 10px;
}

@media (max-width:1280px){
  .title h2{font-size:30px}
}

.hadding-text-area h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.hadidng-icon i {
    font-size: 36px;
    color: #38c179;
    padding-bottom: 3px;
    display: block;
    padding-top: 0;
}

.hadidng-2 p {
    font-size: 15px;
    font-weight: 600;
    color: #666699;
}

.popin {
    font-family: 'Poppins';
}

.position-relative{
  position: relative;
}


/*--------------------------------------------------------------
# OwlCarousel General
--------------------------------------------------------------*/
.owl-nav-none .owl-nav, .owl-dots-none .owl-dots {
    display: none !important;
}

.owl-dots .owl-dot{
  display: inline-block;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 25px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 24px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border-radius: 50%;
    border: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.scroll-top.scroll-style {
  background-color: #38c179;
}

.scroll-top.scroll-style:hover{
  color: #ffffff;
  background-color: #181e31;
}

.scroll-top span {
    color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs-section {
    overflow: hidden;
    background-color: #ffffff;
    padding: 30px 0px;
}
.tabs-section .feature-img {
    max-height: 255px;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #fff;
}
.tabs-section .nav-tabs {
    border: 0;
}
.tabs-section .nav-link {
    border: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 14px 30px 14px 20px;
    transition: 0.3s;
    color: #a0a0a0;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
}

.tabs-section .nav-link:before{
  content: "\ede2";
  font-family: 'boxicons';
  margin-right: 15px;
  font-size: 8px;
  vertical-align: bottom;
}
.tabs-section .nav-link:hover {
    color: #38c179; 
}
.tabs-section .nav-link.active {
    color: #38c179;
    border-color: #38c179;
}
.tabs-section .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}
.tabs-section .tab-pane h3 {
    color: #38c179;
    font-size: 26px;
    line-height: 0.8em;
    margin: 0 0 1.25em;
}

.tabs-section .tab-pane p {
    color: #7a8595;
    margin-bottom: 30px;
}

.tabs-section .tab-pane p:first-child{
  margin-bottom: 30px;
}
.tabs-section .tab-pane p:last-child{
  margin-bottom: 0
}
.tabs-section .tab-pane ul{
  list-style: none;
}

.tabs-section .tab-pane ul li{
  margin-bottom: 12px;
  color: #7a8595;
}

.tabs-section .tab-pane ul svg{
  display: inline-block;
  padding-right: 5px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.header-top {
    background-color: #38c179;
    border-bottom: 2px solid #38c179;
    overflow: hidden;
}

.header-logo {
    position: relative;
    z-index: 9;
    width: 100px;
}

.header-logo::before, .header-logo::after {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.header-logo::before {
    right: -65px;
    width: 70%;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}

.header-logo:after {
    right: -34px;
    width: 1000px;
}


.logo img{
  padding: 8px 0;
}

.header_area {
    background-color: #f3f3f3;
    /*position: relative;*/
}

.header_area .logo {
    /*padding: 37px 0;*/
    padding: 22px 0;
}

.header_area .mainmenu {
    float: right;
    margin-top: 75px;
}

.header_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.header_top_wrapper {
    background: url(../images/header_top_bg.jpg) repeat scroll 0 0 / cover;
    position: relative;
    z-index: 9;
    border-radius: 0 0 0 30px;
}

.header_top_wrapper:before {
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 10000px;
    background: url(../images/header_top_bg.jpg) repeat scroll 0 0 / cover;
}

.header_top_wrapper ul {
    padding: 0 30px;
    text-align: right;
}

.header_top_wrapper ul li {
    display: inline-block;
}

.header_top_wrapper ul li a {
    padding: 15px 5px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.header_top_wrapper ul li a i {
    font-size: 16px;
    padding-right: 8px;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu > ul > li:first-child{
  padding-left: 0;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #111;
  transition: 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #38c179;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid #38c179;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #111;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #38c179;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {left: -90%;}
  .nav-menu .drop-down .drop-down:hover > ul {left: -100%;}
  .nav-menu .drop-down .drop-down > a:after {content: "\ea9d";}
}
.header_style .header-menu{position: relative;}
.header_style.fixed-header .header-menu {background-color: #ffffff;}
.header_style .nav-menu > ul > li, 
.language-selection > ul > li{padding-left: 20px;}
.header_style .nav-menu > ul > li:first-child, 
.language-selection > ul > li:first-child{ padding-left: 0;}
.header_style .nav-menu > ul > li > a,
.language-selection > ul > li > a {
    text-transform: capitalize;
    padding: 7px 0;
    color: #6e789b;
    font-size: 14px;
    font-weight: 600;
}

.header_style .nav-menu a:hover, 
.header_style .nav-menu .active > a, 
.header_style .nav-menu li:hover > a{
  color: #38c179;
}

.header_style .sticky{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.fixed-header .sticky {
    z-index: 999;
    opacity: 1;
    height: 55px;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.topbar-info{
  width: 100%;
}

.header_style .contact-info {
    float: left;
    overflow: hidden;
}

.header_style .contact-info > div {
    float: left;
    position: relative;
    padding-left: 35px;
}

.header_style .contact-info > div + div {
    margin-left: 45px;
}

.header_style .contact-info .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.header_style .contact-info .icon .fi:before {
    font-size: 30px;
    font-size: 1.46667rem;
}

.header_style .contact-info > div p{
  margin-bottom: 0;
}

.header_style .contact-info p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.46em;
    margin: 0;
}

.header_style .contact-info p + span {
    font-size: 14px;
    font-size: 0.93333rem;
}

.language-selection{
  float: right;
}

.header-top .btn-theme {
    background-color: #fff;
    border: 1px solid #fff;
    color: #2e3841;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.99999rem;
    padding: 9px 30px;
}

.header-top .btn-theme:hover {
    background-color: transparent;
    color: #fff;
}

@media (min-width:991px) and (max-width:1121px){
  .header_style .contact-info p {font-size: 13px;font-size: 0.86667rem;}
}

@media (max-width: 991px){
  .header_style .contact-info{display: none !important;}
  .header-top .contact-info > div{padding-left: 30px;}
  .header_style .header-top .contact-info > div + div {margin-left: 35px;}
  .header_style .contact-info p {font-size: 13px;font-size: 0.86667rem;}
  .header_style .header-top .language-selection{top: 15px;position: relative;}
}

@media (max-width: 853px){

  .header_style .header-top .language-selection {
    position: absolute;
    top: 50px;
    right: 20px;
  }

  .header_style .header-top .language-selection .button a {
    font-size: 14px;
    font-size: 0.8875rem;
    padding: 6px 15px;
  }
}

@media (max-width: 800px){
  .header_style .header-top .contact-info > div + div {margin-left: 19px;}
}

@media (max-width: 767px){
  .header_style.fixed-header #fixed-top {
    padding: 30px 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .header-top .row [class*="col-"],
  .header-top .row [class^="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header_style .header-top .contact-info {
    display: none;
    float: none;
    font-size: 14px;
    max-width: 200px;
    margin: 0 auto;
    text-align: left;
    margin-top: 30px;
  }

  .header_style .header-top .contact-info > div {
    float: none;
  }

  .header_style .header-top .contact-info > div + div {
    margin-left: 0;
    margin-top: 15px;
  }

  .header_style .header-top .language-selection{
    top: -60px;
  }
  
}


@media only screen and (min-width: 1200px){
  .ttm-header-style-infostack .ttm-top-info-con, 
  .ttm-header-style-infostack .site-branding {
    height: 113.5px;
    line-height: 113.5px;
  }
  .ttm-header-style-infostack .ttm-header-top-wrapper .site-branding {
      float: left;
      text-align: left;
      display: block;
      position: relative;
      z-index: 10;
      margin-bottom: 32.5px;
  }
  .ttm-header-style-infostack .ttm-stickable-header-w {
    height: auto;
    position: relative;
  }
  .ttm-header-style-infostack #site-header-menu {
    float: none;
    position: absolute;
    width: 100%;
    bottom: -45.5px;
    z-index: 10;
  }
  .ttm-header-style-infostack #site-header-menu .visible-title .container, 
  .ttm-header-style-infostack .site-header-menu-inner {
    position: relative;
    background-color: transparent;
  }
  .ttm-header-style-infostack .site-navigation, 
  .ttm-header-style-stackcenter .site-navigation {
    position: relative;
    padding: 0px;
    background-color: #20303d;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
    -moz-box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
    box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
  }
  .ttm-header-style-infostack #site-header-menu #site-navigation .nav-menu {
    float: none;
  }
  .ttm-header-style-infostack #site-header-menu #site-navigation .nav-menu > ul > li{
    padding: 10px 0 10px 22px;
  }
  .ttm-header-style-infostack #site-header-menu #site-navigation .nav-menu > ul > li > a {
    padding: 0;
    margin: 0;
    height: 65px;
    line-height: 65px;
  }

  .header-3 .nav-menu a{
    color: #ffffff;
  }

  .header-3 .nav-menu a:hover, 
  .header-3 .nav-menu .active > a, 
  .header-3 .nav-menu li:hover > a{
    color: #38c179;
  }

  .ttm-header-style-infostack #site-header-menu #site-navigation .nav-menu > ul > li:first-child{
    padding-left: 25px;
  }

  .ttm-header-style-infostack #site-header-menu #site-navigation .nav-menu > ul > li:last-child{
    padding-right: 25px;
  }

  .header-3 .sticky {
    background-color: #20303d;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }

  .header-3.ttm-header-style-infostack .sticky  .site-navigation{
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.site-branding img {
    max-height: 48px;
}

.ttm-top-info-con {
    float: right;
    position: relative;
    z-index: 3;
    text-align: right;
}

.ttm-top-info-con > ul {
    padding: 0;
    margin: 0;
    padding: 0;
    margin: 0;
    display: table;
    vertical-align: middle;
    height: 100%;
}

.ttm-top-info-con ul li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    margin: 0;
}

.ttm-top-info-con>ul:not(.social-icons)>li {
    padding: 0 20px;
}

.ttm-top-info-con>ul:not(.social-icons)>li:first-child {
    padding-left: 0;
}

.ttm-top-info-con>ul:not(.social-icons)>li:last-child{
  padding-right: 0;
}

.ttm-top-info-con ul li .icon-box, .ttm-top-info-con ul li .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

ul li .icon-box.icon-style-border img {
    text-align: center;
}

ul li .icon-box.icon-style-border {
    position: relative;
}

.ttm-top-info-con ul li .icon-box, .ttm-top-info-con ul li .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.ttm-top-info-con ul li .title-box {
    padding-left: 18px;
}

.ttm-top-info-con .title-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}

.ttm-top-info-con .title-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #0b0c26;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #111;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #38c179;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

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

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  padding-left: 14px;
  margin-left: 20px;
  border-left: 1px solid #c4c4c4;
}

.header-social-links a {
  color: #a0a0a0;
  padding-left: 6px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

.header-social-links a:hover {
  color: #38c179;
}

@media (max-width: 768px) {
  .header-social-links {
    padding: 0 48px 0 0;
    border-left: 0;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*height: 100vh;*/
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
}

.carousel-item.active[data-white-overlay]:before{
  z-index: 3;
}

#hero .slider-items {
    position: relative;
}

#hero .slider-img {
    position: relative;
    height: 510px;
}

#hero .slider-contents {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 4;
}

#hero .slider-content h1 {
    font-size: 38px;
    font-weight: bold;
    font-family: Poppins;
    padding-right: 0;
    line-height: 48px;
    margin-bottom: 30px;
}

#hero .slider-content h2 {
    font-weight: bold;
    font-size: 38px;
    font-family: Poppins;
    text-transform: capitalize;
    margin-bottom: 13px;
}

#hero .slider-content p {
    color: #181e31;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
    padding-right: 20%;
    line-height: 27px;
}

@media (max-width:853px) and (orientation: landscape){
  #hero .slider-content p {
    margin-bottom: 10px;
  }
}

@media (min-width:768px) and (max-width:1024px){
  #hero .slider-content h1 {
    font-size: 26px;
    line-height: 34px;
  }

  #hero .slider-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width:991px){
  #hero .slider-content h1 {
    margin-bottom: 12px;
  }
  #hero .slider-content p {
    margin-bottom: 14px;
  }
}

@media (min-width: 558px) and (max-width: 767px){
  #hero .slider-content h1 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  #hero .slider-content h2 {
    font-size: 30px;
    margin-bottom: 13px;
  }
  #hero .slider-img {
    height: 278px;
  }
  #hero .slider-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

@media (min-width:598px) and (max-width:767px) and (orientation: landscape){
  #hero .slider-content h1 {
    font-size: 25px;
    line-height: 26px;
     margin-bottom: 7px;
  }
  #hero .slider-content h2 {
    font-size: 30px;
    margin-bottom: 13px;
  }
  #hero .slider-img {
    height: 278px;
  }
  #hero .slider-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 568px){
  #hero .carousel-indicators {
    margin-bottom: 0;
  }

  #hero .slider-img {
    height: 300px;
  }

  #hero .slider-img img {
    height: 100%;
    object-fit: cover;
  }

  #hero .slider-content h1 {
    font-size: 26px;
    padding-right: 0;
    margin-bottom: 3px;
    line-height: 33px;
  }

  #hero .slider-content p {
    height: 50px;
    overflow: hidden;
  }

  
}

@media (min-width: 598px) and (max-width: 767px) and (orientation: landscape){
  #hero .slider-img{
    height: 278px;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f7f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #38c179;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title.text-left h2::after{
  left: 0;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  min-height: 40px;
  padding: 80px 0 60px 0;
}

.breadcrumb_left {
    padding: 10px 0;
    padding-right: 30px;
}

.breadcrumb_right {
    padding: 10px 0;
}

.breadcrumb_left h2 {
  font-size: 43px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
  line-height: 50px;
  font-family: "Poppins",Arial,Helvetica,sans-serif;
}

.breadcrumb_left p {
    margin-bottom: 0;
    color: #ffffff;
}

.breadcrumb_right ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.breadcrumb_right ol li{
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Poppins",Arial,Helvetica,sans-serif;
  line-height: 20px;
}

.breadcrumb_right ol a {
  color: #fff;
}

.breadcrumb_right ol li + li {
  padding-left: 10px;
}

.breadcrumb_right ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

.breadcrumb_right li a:hover,
.breadcrumb_right li {
  color: #0b0c26;
}

.bg-image-2 {
    background-image: url(../images/bg/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 991px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-icon-bg {
    background-image: url(../images/icon/s-1.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    padding: 30px;
}

.service-icon i {
    font-size: 42px;
}

.service-content {
    padding-top: 19px;
}

.service-content > a {
    font-size: 22px;
    font-weight: bold;
    color: #0b0c26;
}

.service-content > a:hover, a.readmore:hover{
    color: #38c179;
}

.service-content p {
    padding: 16px 0;
}

a.readmore {
    color: #0b0c26;
    text-transform: capitalize;
    font-weight: bold;
}

a.readmore > i {
    font-size: 21px;
    display: inline-block;
    clear: both;
    position: relative;
    top: 4px;
}

/*--------------------------------------------------------------
# Card Grid Section
--------------------------------------------------------------*/
.card {
    border: 0;
    border-radius: 0;
    margin-bottom: 2rem;
}

.card-service {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    color: #fff;
    height: 270px;
}

.card-service .card-block {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 68px;
    overflow: hidden;
    padding: 1.25rem;
    background-color: rgb(56 193 121 / 95%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.card-service:hover .card-block {
    height: 250px;
}

.btn .fa, .btn [class^="ti-"] {
    margin: 0 0.125rem;
    font-size: 1rem;
    /*vertical-align: middle;*/
}

.card-service .card-block a.btn{
  font-size: 0.875rem;
}

.card-service .card-block .card-text, 
.card-service .card-block .btn {
    opacity: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
}

.card-service:hover 
.card-block .card-text, 
.card-service:hover 
.card-block .btn {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out 0.3s;
    -o-transition: opacity 0.3s ease-in-out 0.3s;
    transition: opacity 0.3s ease-in-out 0.3s;
}

.card-service .card-title {
  font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 68px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-service .card-title::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 20%;
    right: 20%;
    border-top: 1px solid #0b0c26;
}

.card-service a {
    color: #fff;
}

.card-service:hover a{
  color: #0b0c26;
}

.card-service a.btn:hover{
  text-decoration: underline;
}

.btn-primary-link:hover, 
.btn-primary-link:focus, 
.btn-primary-link:active, 
.btn-primary-link:active:focus {
    background-color: transparent;
    color: #0b0c26;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Post Grid Section
--------------------------------------------------------------*/
.latest-post-section .post-grids,
.post-gallery-section .post-grids,
.post-gallery-section .fbar-notice{
    overflow: hidden;
    margin: 0 -12.5px;
}

.latest-post-section .post-grids .grid,
.post-gallery-section .post-grids .grid {
    max-width: calc(25% - 0px);
    flex: 0 0 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.latest-post-section .post-grids .grid{
  max-width: calc(33.333% - 0px);
  flex: 0 0 33.333%;
  margin-bottom: 20px;
}


.post-gallery-section .post-grids .grid{
  margin-bottom: 25px;
}
 
.latest-post-section .entry-media,
.post-gallery-section .entry-media {
    position: relative;
    overflow: hidden;
}

.latest-post-section .entry-media .overlay,
.post-gallery-section .entry-media .overlay{
    background-color: rgba(0, 172, 31, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.latest-post-section .entry-media .overlay a,
.post-gallery-section .entry-media .overlay a{
    font-size: 20px;
    font-size: 1.33333rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-gallery-section .entry-media .overlay a{
  font-size: 35px;
}

.latest-post-section .grid:hover .entry-media .overlay,
.post-gallery-section .grid:hover .entry-media .overlay,
.post-gallery-section .fbar-notice:hover .entry-media .overlay {
    opacity: 1;
    visibility: visible;
}

.latest-post-section .entry-meta {
    padding: 12px 0 10px;
    border-bottom: 1px solid #e1e2e3;
}

.latest-post-section .entry-meta ul {
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.latest-post-section .entry-meta ul > li + li {
    margin-left: 20px;
}

.latest-post-section .entry-meta li {
    float: left;
}

.latest-post-section .entry-meta li:last-child{
  float: right;
}

.latest-post-section .entry-meta a {
    font-size: 13px;
    font-size: 0.8111rem;
    color: #999ea5;
}

.latest-post-section .entry-meta a:hover {
    color: #38c179;
}

.latest-post-section .entry-body {
    padding-top: 15px;
}

.latest-post-section .entry-body h3 {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.4em;
    margin: 0 0 0.8em;
}

.latest-post-section .entry-body h3 a {
    color: #1e2331;
}

.latest-post-section .entry-body h3 a:hover {
    color: #38c179;
}

.vbox-container img{
  width: 650px;
}

@media (max-width: 1199px){
  .latest-post-section .post-grids .grid,
  .post-gallery-section .post-grids .grid  {
    max-width: calc(33.33% - 0px);
    flex: 0 0 33.33%;
  }
}

@media (max-width: 991px){
  .latest-post-section .post-grids .grid,
  .post-gallery-section .post-grids .grid  {
    max-width: calc(50% - 0px);
    flex: 0 0 50%;
  }
}

@media (max-width: 767px){
  .two-sided-area{overflow: inherit;}
  .latest-post-section .entry-meta {padding: 10px 0 8px;}
  .latest-post-section .entry-body h3 {font-size: 17px;font-size: 1.13333rem;}
}

@media (max-width: 600px){
  .latest-post-section .post-grids .grid,
  .post-gallery-section .post-grids .grid  {
    max-width: calc(100% - 0px);
    flex: 0 0 100%;
  }
}


/*--------------------------------------------------------------
# Download Event List
--------------------------------------------------------------*/
.download-event-list table th {
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border: 0;
}

.download-event-list table thead th {
    color: #585858;
    background-color: #ccd5db;
}

.download-event-list.min-width-space table thead th:first-child{
  width: 50%;
}
.download-event-list table{
  margin-bottom: 0;
}
.download-event-list table thead th,
.download-event-list table tbody > tr >td{
    border-top: none;
    font-weight: normal;
    font-size: 15px;
    vertical-align: middle;
}
.download-event-list table tbody > tr:nth-child(2n) {
    background-color: #eeeeee;
}

.check-list li .table a,
.table a  {
    color: #212529;
    font-size: 15px;
    font-weight: normal;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    /*height: 0.9rem;*/
    overflow: visible;
    vertical-align: -.125em;
}

.svg-inline--fa.fa-w-16 {
    width: 0.9rem;
}

.table a.btnViewFile,.btnViewFile{
  background: #38c179;
  color: #ffffff;
}

.Download-container_table table thead th:first-child{
  width: 50%;
}

.Download-container_table.table_file table thead th:first-child{
  width: 80%;
}



/*--------------------------------------------------------------
# Branch List Detail
--------------------------------------------------------------*/
.single-image{
  margin-bottom: 60px;
}
.single-sidebar-img {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.single-sidebar-img .lead-image-title {
    background-color: #0b0c26;
    letter-spacing: -.6px;
    color: #fff;
    text-align: right;
    padding: 10px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(37px);
}

.single-sidebar-img img{
  width: 80%;
}

.post-detail h2{
  margin-bottom: 15px;
}

.post-detail span{
  display: flex;
  margin-bottom: 7px;
  line-height: 20px;
}
.post-detail span i{
  margin-right: 10px;
  font-size: 13px;
}
.post-detail span a{
  color: #6e789b;
}

.post-detail span a:hover{
  color: #38c179;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Our Team Members
--------------------------------------------------------------*/
.ts-team-wrapper {
    position: relative;
    overflow: hidden;
    /*-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);*/
    text-align: center;
    min-height: 310px;
}

.team-img-wrapper {
    position: relative;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.team-img-wrapper:after {
    position: absolute;
    content: '';
    background: rgba(31, 31, 31, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.ts-team-wrapper:hover .team-img-wrapper:after {
    opacity: 1;
    right: 0;
}

.team-img-wrapper img {
    width: 100%;
}

.ts-team-content {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    height: 95px;
    padding: 22px 25px;
    margin-top: 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
}

.ts-team-wrapper:hover .ts-team-content {
    position: absolute;
    top: 50%;
    margin-top: -95px;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.ts-team-wrapper:hover .ts-team-content h3, 
.ts-team-wrapper:hover .ts-team-content p {
    color: #fff;
}

.ts-team-content .team-name {
    font-size: 20px;
    margin: 0;
    line-height: normal;
}

.ts-team-content .team-designation {
    font-size: 14px;
    font-style: italic;
}

.team-social-icons {
    display: none;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.team-social-icons a {
    color: #252a37;
    margin-right: 12px;
    text-align: center;
}

.ts-team-wrapper:hover .team-social-icons {
    display: block;
    height: 95px;
    padding: 30px 0;
}

/* Team Single */

.all-member-content-wrapper [class*=col-], 
.all-member-content-wrapper [class^=col-],
.pb-teams [class*=col-],
.pb-teams [class^=col-]{
  margin-bottom: 25px;
}

.all-member-content-wrapper [class*=col-]:nth-last-of-type(1), 
.all-member-content-wrapper [class^=col-]:nth-last-of-type(1), 
.all-member-content-wrapper [class*=col-]:nth-last-of-type(2), 
.all-member-content-wrapper [class^=col-]:nth-last-of-type(2), 
.all-member-content-wrapper [class*=col-]:nth-last-of-type(3), 
.all-member-content-wrapper [class^=col-]:nth-last-of-type(3),
.pb-teams [class*=col-]:nth-last-of-type(1),
.pb-teams [class^=col-]:nth-last-of-type(1),
.pb-teams [class*=col-]:nth-last-of-type(2),
.pb-teams [class^=col-]:nth-last-of-type(2),
.pb-teams [class*=col-]:nth-last-of-type(3),
.pb-teams [class^=col-]:nth-last-of-type(3),
.pb-teams [class*=col-]:nth-last-of-type(4),
.pb-teams [class^=col-]:nth-last-of-type(4){
  margin-bottom: 0;
}

.team-pg-section .leadership-grids {
    overflow: hidden;
    margin: 0 -15px;
}

.team-pg-section .leadership-grids .grid {
    width: 50%;
    float: left;
    padding: 0 15px 30px;
}

.team-pg-section .leadership-grids .grid.mx-auto{
  float: none;
}

.team-pg-section .leadership-grids .member-info {
    border-bottom: 1px solid #09a223;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.team-pg-section .leadership-grids h4 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 1em 0 0.15em;
}

.team-pg-section .leadership-grids h4 + span {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: bold;
    color: #7a8595;
}

.team-pg-section .leadership-grids .details a {
    margin-bottom: 4px;
    font-weight: 600;
    display: block;
    color: #0b0c26;
}

.team-pg-section .leadership-grids .details a:hover{
  color: #38c179;
}

.team-pg-section .leadership-grids .social ul {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 0;
    list-style-type: none;
}

.team-pg-section .leadership-grids .social li {
    float: left;
}

.team-pg-section .leadership-grids .social ul > li + li {
    margin-left: 5px;
}

.team-pg-section .leadership-grids .social a {
    background-color: #3b5998;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.team-pg-section .leadership-grids .social ul li:nth-child(2) a {
    background-color: #26e5fc;
}

.team-pg-section .leadership-grids .social ul li:nth-child(3) a {
    background-color: #447bc0;
}

.team-pg-section .leadership-grids .social ul li:nth-child(4) a {
    background-color: #ed573e;
}

.team-pg-section .leadership-grids .social a:hover {
    opacity: 0.8;
}
@media only screen and (max-width: 767px){
  .team-pg-section .leadership-grids .grid{
    width: 100%;
  }
}


/*--------------------------------------------------------------
# Post Grid Section
--------------------------------------------------------------*/

.project-single-section .project-single-details {
    padding: 30px 25px;
    border-radius: 5px;
    background-color: #f5faff;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #38c179;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #111;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #444444;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #2b2b2b;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #38c179;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #57e76f;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.feature-style {
  position: relative;
  padding: 94px 0px;
}

.feature-block .inner-box {
  position: relative;
  display: block;
  padding-left: 75px;
}

.feature-block .inner-box:before {
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 120px;
  top: -14px;
  right: 0px;
}

.feature-style .feature-block:last-child .feature-block .inner-box:before{
  display: none;
}

.feature-block .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 60px;
  line-height: 60px;
  transition: all 500ms ease;
}

.feature-block .inner-box:hover .icon-box{
  transform: rotateY(360deg);
  color: #222 !important;
}

.feature-block .inner-box .icon-box {
    color: #38c179;
}

.feature-style .feature-block:nth-child(2) 
.feature-block .inner-box .icon-box {
    color: #f0a400;
}

.feature-style .feature-block:last-child 
.feature-block .inner-box .icon-box {
    color: #1b62db;
}

.feature-block .inner-box h3 {
  margin-bottom: 4px;
}

.feature-block .inner-box p {
  padding-right: 10px;
  line-height: 28px;
}

@media (max-width: 991px){
  .feature-block .inner-box:before{display: none;}
  .feature-block .inner-box{margin-bottom: 30px;}
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.heading-2 h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 12px;
}

.heading-icon i {
    font-size: 36px;
    color: #38c179;
    padding-bottom: 3px;
    display: block;
    padding-top: 0;
}

.heading-2 p {
    font-size: 15px;
    font-weight: 600;
    color: #666699;
}

.about-content h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.about-content h2 span {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.about-content h2 span:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #38c179;
    position: absolute;
    bottom: 7px;
    margin-left: 10px;
}

.about-content {
    padding-right: 100px;
}

.about-btn .btn-theme {
    border: 1px solid #38c179;
    font-weight: 400;
    margin-right: 11px;
    margin-top: 4px;
    min-width: 150px;
}

.main-about-box {
    position: relative;
    box-shadow: 0 2px 20px 0 #b2afaf;
    border-radius: 10px;
}

.main-about-box_bottom {
    margin-top: 15px;
}

.info-office-title h4 {
  background: #0b0c26;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  padding: 20px;
  letter-spacing: .93px;
  color: #fff;
  font-weight: 600;
}

.info-office {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}

.info-office p{
  margin-bottom: 5px;
}

.info-office p a{
  color: #0b0c26;
}

.info-office li{
  margin-bottom: 10px;
}

.info-office li{
  font-weight: 600;
}

@media only screen and (max-width: 767px){
  .about-content {padding-right: 0;}
}

/*--------------------------------------------------------------
# Ad Banner Area
--------------------------------------------------------------*/
.ad-banner-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
}

.add-banner-carousel div.slide {
    width: 100%;
}

.add-banner-carousel .owl-item {
 -webkit-backface-visibility: hidden;
 -webkit-transform: translateZ(0) scale(1.0, 1.0);
}


@media only screen and (max-width: 767px){
  .add-banner-carousel div.item{
    height: auto;
  }
  .add-banner-carousel .item img, .add-banner-carousel .owl-item img {
    height: 100px;
  }
}

@media only screen and (max-width: 479px){
  .add-banner-carousel .item img, .add-banner-carousel .owl-item img {
    height: 55px;
  }
}


/*=============== Graph ===================*/
@media only screen and (max-width: 767px) {
  .graph ul.x-axis,.graph ul.y-axis,.graph .bars{
    margin-left: 50px;
  }
}


/*=============== Company Value ===================*/
.company-value-wrapper {
    float: left;
    padding-left: 80px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
 
.full-width .container > .row > [class*=col-],
.full-width .container > .row > [class^=col-]{position:unset}
.company-value-inner {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin-left: 0;
    padding:0 130px 0 20px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 10px 1px 13px #e0e0e0;
    -moz-box-shadow: 10px 1px 13px #e0e0e0;
    -ms-box-shadow: 10px 1px 13px #e0e0e0;
    -o-box-shadow: 10px 1px 13px #e0e0e0;
    box-shadow: 10px 1px 13px #e0e0e0;
}
.company-value-inner:before{
    background: rgba(0, 0, 0, 0) url("../images/value-arrow.png") no-repeat scroll 0 0 / 100% 100%;
    content: "";
    height: 100%;
    left: -72px;
    position: absolute;
    top: 0;
    width: 72px;
}
.company-carousel {
    float: left;
    width: 100%;
}
.company-slide {
    float: left;
    width: 100%;
    padding:30px 0;
    position:relative;
}
.company-slide .title {
    margin-bottom: 20px;
    padding-right: 100px;
}
.company-slide > p {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.list {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.list > li {
    color: #858585;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    width: 100%;
}
.list > li:last-child{margin:0}
.list > li:before{
    content:"\eed7";
    color:#3a3a3a;
    font-family: 'IcoFont';
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}
.value-badge {
    background: transparent url("../images/badge-bg.png") no-repeat scroll 0 0 / 100% 100%;
    color: #fff;
    font-family: roboto;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 30px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 73px;
}

.company-carousel .owl-nav {
  position: absolute;
  left: auto;
  right: -30px;
  top: 20px;
  width: 134px;
  height: 0;
}

.company-carousel .owl-nav [class*='owl-'] {
    cursor: pointer;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.company-carousel .owl-nav > [class*='owl-']{
  color: transparent;
  float: right;
  font-size: 50px;
  height: 40px;
  position: relative;
  width: 40px;
  margin:0
}

.company-carousel .owl-nav > [class*='owl-'].owl-next{
  left: -65px;
}


.company-carousel .owl-nav > [class*='owl-']:before {
    color: #d1d1d1;
    content: "\e684" ;
    font-family: 'Pe-icon-7-stroke';
    height: 100%;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.company-carousel .owl-nav > [class*='owl-'].owl-next:before {
    content: "\e686";
}

@media (max-width:1280px){
  .company-value-inner{padding-right:40px}
}

@media (max-width:980px){
  .company-value-wrapper {float: left;
    margin-top: 40px;
    padding-left: 0;
    position: relative;
    top: 0;
    width: 100%;

    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

@media (max-width:600px){
  .company-value-inner:before{display:none}
  .company-value-inner{box-shadow: none;padding:20px}
  .company-value-inner .owl-nav{display: block !important;}
}


/*--------------------------------------------------------------
# Sliding Items Area
--------------------------------------------------------------*/

.service-style{
  position: relative;
  padding: 93px 0px 90px 0px;
}

.service-style .upper-box .title-inner{
  position: relative;
  display: block;
  max-width: 900px;
  width: 100%;
}

.service-style .upper-box .title-inner .sec-title{
  width: 50%;
}

.service-style .upper-box .title-inner .text{
  position: relative;
  padding-left: 30px;
  margin-top: 4px;
  width: 50%;
}

.service-style .upper-box .title-inner .text:before{
  position: absolute;
  content: '';
  background: #8db6d6;
  width: 1px;
  height: 75px;
  left: -40px;
  top: 3px;
}

.sec-title.left.style-three h5 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #0b0c26;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  padding-right: 35px;
}

.sec-title h5:before {
  background-color: #38c179; 
    position: absolute;
    content: '';
    width: 25px;
    height: 1px;
    top: 18px;
    right: 0;
}

.service-style .upper-box .btn-box{
  position: absolute;
  top: 25px;
  right: 0px;
}

.service-style .upper-box .btn-box .btn svg{
  margin-left: 10px;
}

.service-style .upper-box .btn-box a.btn{
  border: 1px solid #38c179;
  padding: 13px 38px;
}

.service-style .upper-box{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.service-block .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #f6fbf7;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.service-block .inner-box:hover{
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.service-block .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #38c179;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-block .inner-box:hover:before{
  transform: scale(1,1);
}

.service-block .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.service-block .inner-box .image-box img{
  width: 100%;
}

.service-block .inner-box .image-box .overlay-box-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block .inner-box .image-box .overlay-box-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block .inner-box:hover .image-box .overlay-box-1,
.service-block .inner-box:hover .image-box .overlay-box-2{
  width: 50%
}

.service-block .inner-box .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.service-block .inner-box:hover .image-box a{
  opacity: 1;
}

.service-block .inner-box .lower-content{
  position: relative;
  padding: 37px 45px 38px 45px;
}

.service-block .inner-box .lower-content a{
  display: inline-block;
  color: #222;
  padding-top: 0;
  padding-bottom: 11px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.service-block .inner-box .lower-content a:hover{
  color: #38c179;
}

.service-block .inner-box .lower-content p{
  margin-bottom: 29px;
}

.service-block .inner-box .lower-content .readmore{
  position: relative;
  display: block;
  margin-bottom: 0;
}

.service-block .inner-box .lower-content div.readmore {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.service-style .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  padding-top: 15px;
}

.service-style .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  background: #dddddd;
  width: 20px;
  height: 4px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-style .owl-dots .owl-dot.active span,
.service-style .owl-dots .owl-dot span:hover{
  background: #180c54;
}

@media only screen and (max-width: 1200px){
  .service-style .upper-box .btn-box {
    position: relative;
    top: 0px;
  }
}

@media only screen and (max-width: 991px){
  .service-style .upper-box .title-inner .sec-title {
    width: 100%;
  }

  .service-style .upper-box .title-inner .text {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px){
  .service-block .inner-box{margin-bottom: 0;}
  .owl-nav, .owl-dots {display: none !important;}
}

@media only screen and (max-width: 599px){
  .sec-title h2 {font-size: 32px !important;line-height: 40px !important;}
}



/*--------------------------------------------------------------
# Company Summery
--------------------------------------------------------------*/
.summery-dec h3 {
    font-size: 15px;
    font-weight: 600;
    color: #6666b2;
}

.summery-dec h2 {
    font-weight: bold;
    margin: 14px 0;
    line-height: 35px;
    font-size: 30px;
}

.summery-dec p {
    padding-bottom: 14px;
}

.section-bg1 {
    background: #f6fbf7;
}

.round-pin {
    height: 300px;
    width: 100%
}

@media (max-width: 991px) {
  .summery-dec h2 {font-size: 20px;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .summery-dec h2 {line-height: 27px;font-size: 18px;}
}


/*--------------------------------------------------------------
# Testimonail Area
--------------------------------------------------------------*/
.test-app{
  display: flex;
  width: 100%;
}
.testimonials {
    /*background:url(../images/pagetop.jpg) no-repeat scroll 0 0 / cover transparent;*/
    border-bottom: 5px solid #38c179;
    display: table-cell;
    padding:110px 110px 110px 200px;
    position:relative;
    width: 50%;
}
.testimonials:before{
    background: #f7f7f7;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.title.style2 {
    text-align: left;
    margin-bottom: 40px;
}

.testimonials-carousel {
    float: left;
    width:450px;
}
.review {
    float: left;
    width: 100%;
}
.review-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
}
.review-img {
    overflow: hidden;
}
.review-img img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.review-detail {
    display: table-cell;
    padding-left: 40px;
    vertical-align: middle;
    width: 100%;
}
.review-img > img{border:3px solid #38c179}
.review-detail > strong {
    color: #3a3a3a;
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    width: 100%;
}
.review-detail > span {
    color: #929292;
    float: left;
    font-family: montserrat;
    font-size: 14px;
    width: 100%;
}
.star {
    float: left;
    margin-top: 5px;
    width: 100%;
}
.review > p {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.testimonials-carousel .owl-nav {
    height: auto;
    left: auto;
    position: absolute;
    right: 30px;
    top: 20px;
}
.owl-theme .testimonials-carousel .owl-nav > [class*='owl-'],
.owl-theme .testimonials-carousel .owl-nav > [class^='owl-']{
  background-color: #38c179;
  margin:0;
  color: transparent;
  position: relative;
  margin-left: 25px;
}
.owl-theme .testimonials-carousel .owl-nav > [class*='owl-'] > [class*='icofont-'],
.owl-theme .testimonials-carousel .owl-nav > [class^='owl-'] > [class^='icofont-']{
  color: #ffffff;
  font-size: 30px;
}
/*.testimonials-carousel .owl-nav > div:before{
    color: #fff;
    content: "\ea93";
    font-size: 30px;
}
.testimonials-carousel .owl-nav > div.owl-next:before{content:"\ea94"}*/
.test-app.style2 .make-app{background:none}
.test-app.style3 .form-bottom > span{text-align:right}
.test-app.style3 .form-bottom{margin: 0 5%;width: 90%;}

/* ============ Make Appointment =========== */
.make-app {
    background-color: #38c179;
    background-image: url("../images/app-bg.png");
    background-repeat: repeat;
    background-size: cover;
    padding: 30px 100px;
    vertical-align: middle;
    width: 50%;
}
.title.style3 > h2 {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
    color: #fff;
}
.title.style3 > h2:before {
    background: #0b0c26 none repeat scroll 0 0;
}
.title.style3 > h2 span{color:#0b0c26}
.make-app .title{margin-bottom:20px}
.opening-time {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    float: left;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}
.opening-time > i {
    float: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    color: #0b0c26;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 100%;
}
.opening-time > strong {
    color: #fff;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
}
.opening-time > img {
    display: inline-block;
    margin-bottom: 8px;
}
.make-app form {
    float: left;
    padding-top: 50px;
    width: 100%;
}
label {
    color: #fff;
    float: left;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 10px;
    width: 100%;
}
.field {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 5px 30px 5px 10px;
    position: relative;
    width: 100%;
}
.field input {
    border: 0 none;
    color: #3a3a3a;
    float: left;
    height: 100%;
    width: 100%;
}
.field > img {
    position: absolute;
    right: 5px;
    top: 10px;
}
.make-app form .row > div{margin-bottom:10px}
.make-app form textarea {
    border: 0 none;
    float: left;
    height: 100px;
    padding: 10px;
    width: 100%;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
}

.form-bottom {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    margin-bottom: 0;
    width: 100%;
}
.form-bottom > span {
    color: #eeeeee;
    width: 50%;
    margin-top: 15px;
    vertical-align: middle;
    display: flex;
    /*align-items: center;*/
}
.form-bottom > span:last-child{
  display: inline-block;
  float: right;
}
.form-bottom > span input {
    display: inline-block;
    height: 25px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.form-bottom > a,
.make-app form button {
    color: #fff;
    display: table-cell;
    border:0;
    font-weight: 400;
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase;
}
.make-app .btn-theme.btn-button {
    background-color: #ffffff;
    color: #2e3841;
    float: right;
    width: 150px;
}

.make-app .btn-theme.btn-button:hover{
  color: #ffffff;
}

.test-app.style3 .make-app {
    background:none;
}
.test-app.style3 .make-app form textarea{
    height: 150px;
    padding: 20px;
}

@media only screen and (max-width: 640px){
  .form-bottom > span{
    width: 100%;
  }
  .form-bottom > span:last-child {
    margin-top: 0;
  }
}

/*NiceSelect*/
.nice-select {
    line-height: 29px;
    width: 100%;
}

.nice-select .list {
    width: 100%;
}

.nice-select .list > li:before{
  display: none;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
    background-color: #0b0c26;
    color: #38c179;
}
.nice-select .option:hover {
    background-color: #38c179;
    color: #ffffff;
}


.nice-select:active, .nice-select.open, .nice-select:focus {
    border: none;
    box-shadow: none;
}

@media (max-width:1280px){
  .testimonials{padding:90px}
  .testimonials-carousel .owl-nav{display: block !important;}
  .make-app{padding:30px}
  .testimonials-carousel{width:400px}
  .make-app{padding:30px 70px}
}

@media (max-width:980px){
  .testimonials-carousel{width:100%}
  .testimonials{display: unset;float: left;width:100%}
  .make-app{display: unset; float: left;width:100%}
  .test-app{display: unset;float: left;width: 100%}
  .make-app form .row > div{ float:left;width:50%}
  .make-app form .row > div.form-bottom{float: left;width:100%}
  .make-app form .row > div.col-md-8{width:100%}
}

@media (max-width:767px){
  #customer-section{overflow: inherit;}
  .testimonials{padding:30px}
  .review-info{display:unset}
  .review-img{display:table}
  .review-detail{display:unset;float:left;margin-top:30px;padding-left:0;width:100%}
  .make-app form .row > div{margin-bottom:20px;width:100%}
  .make-app form .row > div.form-bottom{display: unset;margin-top:0}
  .make-app .btn-theme.btn-button{width: 100%; margin-top: 15px;}
  .testimonials-carousel .owl-nav{right: 30px;top:-27px;display: inline-block !important;}
}


/*--------------------------------------------------------------
# Content list view Area
--------------------------------------------------------------*/
.content-list.page-view{
  clear: both;
}

.single-blog .log-img img{
  width: 100%;
  height: 260px;
}
.single-blog-content {
    margin-top: 20px;
}

.single-blog-content span {
    padding: 0px 13px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 13px;
}

.single-blog-content > a {
    padding: 9px 0;
    padding-top: 0;
    padding-bottom: 11px;
    padding-top: 4px;
    font-size: 18px;
    font-weight: bold;
    font-family: Poppins;
    color: #333;
}

.single-blog-content p{
  margin-bottom: 0;
}

a.readmore {
    color: #0b0c26;
    text-transform: capitalize;
    font-weight: bold;
}

a.readmore:hover {
    color: #38c179;
}

.page-view .viewall{
  position: absolute;
  right: 15px;
  bottom: 0;
  transform: translateY(-10px);
}

.page-view .viewall a{
  border: 1px solid #38c179;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: .4px;
}

@media (min-width:768px) and (max-width:1024px) {
  .single-blog {margin-bottom: 30px;}
}

@media (max-width: 853px) and (orientation: landscape){
  .single-blog { margin-bottom: 30px;}
}

@media (min-width:558px) and (max-width:767px) {
  .single-blog {margin-bottom: 30px;}
}

@media (min-width:598px) and (max-width:767px) and (orientation: landscape) {
  .single-blog {margin-bottom: 30px;}
}

@media (max-width:767px) and (orientation: landscape) {
  .single-blog {margin-bottom: 30px;}
}

@media (min-width: 320px) and (max-width: 568px){
  .single-blog {margin-bottom: 30px;}
}

/*--------------------------------------------------------------
# Our Client
--------------------------------------------------------------*/

.partners .client-items img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  filter: grayscale(100%);
}

.partners .client-items .slick-slide:hover img {
  filter: none;
  transform: scale(1.1);
}

.slick-slide {
    margin: 0px 20px;
}




/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #111;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #38c179;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #111;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e7e7e7;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #38c179;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #111;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #38c179;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #847872;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #38c179;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #4d4643;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #38c179;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #38c179;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #38c179;
}

.pricing .featured h3 {
  color: #fff;
  background: #38c179;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #38c179;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: lightgray;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #38c179;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #dddddd;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #38c179;
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid #38c179;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info:hover i {
  background: #38c179;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, 
.contact .php-email-form textarea
input.form-control[type="text"],
input.form-control[type="number"],
textarea.form-control {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, 
.contact .php-email-form textarea:focus,
input.form-control[type="text"]:focus,
input.form-control[type="number"]:focus,
textarea.form-control:focus {
  border-color: #38c179;
  box-shadow: none;
}

.contact .php-email-form input,
input.form-control[type="text"],
input.form-control[type="number"] {
  height: 44px;
}

.contact .php-email-form textarea,
textarea.form-control {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"],
button.btn.btn-success[type="submit"],
button.btn.btn-primary[type="submit"],
button.btn.btn-primary[type="button"] {
  background: #38c179;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  outline: none;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #181e31;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #38c179 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (min-width: 992px){
  .right-sidebar .col-lg-9.content-area, 
  .left-sidebar .col-lg-9.content-area {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .right-sidebar .col-lg-3.widget-area, 
  .left-sidebar .col-lg-3.widget-area, 
  .ttm-sidebar-right .col-lg-3.product-sidebar-right {
    flex: 0 0 28%;
    max-width: 28%;
  }
}

.bgcolor-grey{
  background-color: #f5faff;
}


.pb-sidebar {
  padding: 40px 0 20px 0;
}

.pb-sidebar div.widget-area {
    position: relative;
    padding: 0px 30px;
}

.left-sidebar div.content-area {
    float: right;
}

.left-sidebar div.widget-area {
    float: left;
}

.pb-sidebar .entry {
  position: relative;
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pb-sidebar .entry .entry-img {
  /*max-height: 400px;*/
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.entry .post-img{
  position: relative;
}

.entry .entry-body {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 40px;
    margin-left: -30px;
}

.entry-body .readmore {
    display: block;
    margin-top: 20px;
    font-weight: 700;
    color: #38c179;
}

.entry-body .readmore:hover {
    color: #009144;
    text-decoration: underline;
}

.entry-body .readmore i{
  top: 0;
  font-size: 1rem;
  vertical-align: middle;

  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.readmore:hover i {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}

.pb-sidebar .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.pb-sidebar .entry .entry-title a {
  color: #111;
  transition: 0.3s;
}

.pb-sidebar .entry .entry-title a:hover {
  color: #38c179;
}

.pb-sidebar .entry .entry-meta {
  margin-bottom: 15px;
  color: #aaaaaa;
}

.pb-sidebar .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pb-sidebar .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.pb-sidebar .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.pb-sidebar .entry .entry-meta a {
  color: #5e5e5e;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  transition: 0.3s;
}

.pb-sidebar .entry .entry-meta a:hover {
  color: #38c179;
}

.pb-sidebar .entry .entry-content p {
  line-height: 24px;
}

.pb-sidebar .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.pb-sidebar .entry .entry-content .read-more a {
  display: inline-block;
  background: #38c179;
  color: #fff;
  padding: 7px 25px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.pb-sidebar .entry .entry-content .read-more a:hover {
  background: #1ed33c;
}

.pb-sidebar .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.pb-sidebar .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.pb-sidebar .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.pb-sidebar .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.pb-sidebar .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.pb-sidebar .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pb-sidebar .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.pb-sidebar .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.pb-sidebar .entry .entry-footer a {
  color: #8b8b8b;
  transition: 0.3s;
}

.pb-sidebar .entry .entry-footer a:hover {
  color: #38c179;
}

.pb-sidebar .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.pb-sidebar .entry .entry-footer .cats li {
  display: inline-block;
}

.pb-sidebar .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.pb-sidebar .entry .entry-footer .tags li {
  display: inline-block;
}

.pb-sidebar .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.pb-sidebar .entry .entry-footer .share {
  font-size: 16px;
}

.pb-sidebar .entry .entry-footer .share i {
  padding-left: 5px;
}

.pb-sidebar .entry-single {
  margin-bottom: 30px;
}

.pb-sidebar .pb-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.pb-sidebar .pb-author img {
  width: 120px;
}

.pb-sidebar .pb-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.pb-sidebar .pb-author .social-links {
  margin: 0 0 5px 140px;
}

.pb-sidebar .pb-author .social-links a {
  color: #777777;
}

.pb-sidebar .pb-author p {
  margin-left: 140px;
  font-style: italic;
  color: #bfb9b6;
}

.pb-sidebar .pb-comments {
  margin-bottom: 30px;
}

.pb-sidebar.pb-comments .comments-count {
  font-weight: bold;
}

.pb-sidebar .pb-comments .comment {
  margin-top: 30px;
  position: relative;
}

.pb-sidebar .pb-comments .comment .comment-img {
  width: 50px;
}

.pb-sidebar .pb-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.pb-sidebar .pb-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.pb-sidebar .pb-comments .comment h5 a:hover {
  color: #38c179;
}

.pb-sidebar .pb-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111;
}

.pb-sidebar .pb-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #777777;
  margin-bottom: 5px;
}

.pb-sidebar .pb-comments .comment p {
  margin-left: 65px;
}

.pb-sidebar .pb-comments .comment.comment-reply {
  padding-left: 40px;
}

.pb-sidebar .pb-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.pb-sidebar .pb-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.pb-sidebar .pb-comments .reply-form p {
  font-size: 14px;
}

.pb-sidebar .pb-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.pb-sidebar .pb-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #57e76f;
}

.pb-sidebar .pb-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.pb-sidebar .pb-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #57e76f;
}

.pb-sidebar .pb-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.pb-sidebar .pb-comments .reply-form .btn-primary {
  padding: 8px 20px;
  border: 0;
  border-radius: 4px;
  background-color: #38c179;
}

.pb-sidebar .pb-comments .reply-form .btn-primary:hover {
  background-color: #1ed33c;
}

.pb-sidebar .pb-pagination {
  color: #444444;
}

.pb-sidebar .pb-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.pb-sidebar .pb-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.pb-sidebar .pb-pagination li.active {
  background: white;
}

.pb-sidebar .pb-pagination li a {
  color: #b4aca8;
  padding: 7px 16px;
  display: inline-block;
}

.pb-sidebar .pb-pagination li.active, .pb-sidebar .pb-pagination li:hover {
  background: #38c179;
  border: 1px solid #38c179;
  border-radius: 4px;
}

.pb-sidebar .pb-pagination li.active a, .pb-sidebar .pb-pagination li:hover a {
  color: #fff;
}

.pb-sidebar .pb-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.pb-sidebar .pb-pagination li.disabled i {
  color: #f6f5f5;
  padding: 10px 16px;
  display: inline-block;
}

.pb-sidebar .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111;
  position: relative;
}

.pb-sidebar .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.pb-sidebar .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.pb-sidebar .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.pb-sidebar .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #38c179;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.pb-sidebar .sidebar .search-form form button:hover {
  background: #1ed33c;
}

.pb-sidebar .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.pb-sidebar .sidebar .categories ul li + li {
  padding-top: 10px;
}

.pb-sidebar .sidebar .categories ul a {
  color: #2b2b2b;
  transition: 0.3s;
  text-transform: capitalize;
}

.pb-sidebar .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.pb-sidebar .sidebar .widget {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pb-sidebar .widget-area .widget {
  position: relative;
  margin: 40px 0 40px;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget.widget-nav-menu ul li {
  position: relative;
  margin-bottom: 2px;
  padding: 0;
}

.pb-sidebar .sidebar .widget.widget-nav-menu ul li + li{
  padding-top: 0;
}

.widget.widget-nav-menu ul li a {
  display: block;
  padding: 14px 30px 14px 24px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.widget.widget-nav-menu ul li:hover a,
.widget.widget-nav-menu ul li.active a{
  color: rgba(255,255,255,1);
}

.widget.widget-nav-menu ul li a:before {
  content: "";
  width: 4px;
  top: 0;
  left: 0;
  background: #ebf3f9;
  height: 100%;
  position: absolute;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  z-index: 1;
}

.icon_element-background-color-darkgrey,
.widget-download ul.download li:hover,
.widget.widget-nav-menu ul li:hover a:before,
.widget.widget-nav-menu ul li.active a:before{
  background-color: #0b0c26;
}

.widget.widget-nav-menu ul li a:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: -2;
}

.widget.widget-nav-menu ul li:hover a:after, 
.widget.widget-nav-menu ul li.active a:after {
    width: 100%;
}

.widget.widget-nav-menu ul li a:after,
.widget.widget-nav-menu ul li a:hover{
  background-color: #38c179;
}
.widget-download ul.download li{
  background-color: #fff;
  display: block;
  margin-bottom: 15px;
  display: block;
  padding: 10px 9px 10px 60px;
  position: relative;
}
.sidebar .widget a{
  color: #0b0c26;
}
.widget-download .pb-icon {
    margin-bottom: 0;
    font-size: 34px;
    position: absolute;
    top: 0%;
    left: 0%;
}
.pb-icon {
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}
.pb-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pb-icon.icon_element-size-xs i {
    font-size: 16px;
}
.pb-icon.icon_element-size-xs {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.widget-download ul.download li:hover a,
.icon_element-background-color-darkgrey i{
  color: #ffffff;
}
.pb-sidebar .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.pb-sidebar .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.pb-sidebar .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.pb-sidebar .sidebar .recent-posts h4 a {
  color: black;
  transition: 0.3s;
}

.pb-sidebar .sidebar .recent-posts h4 a:hover {
  color: #38c179;
}

.pb-sidebar .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #777777;
}

.pb-sidebar .sidebar .tags {
  margin-bottom: -10px;
}

.pb-sidebar .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.pb-sidebar .sidebar .tags ul li {
  display: inline-block;
}

.pb-sidebar .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #dddddd;
  display: inline-block;
  transition: 0.3s;
  border-radius: 4px;
}

.pb-sidebar .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #38c179;
  background: #38c179;
}

.pb-sidebar .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Apply Loan Form
--------------------------------------------------------------*/
.dropdown-menu {
  -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  -webkit-animation-name: DropDownSlide;
  animation-name: DropDownSlide;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: none;
  font-size: .8125rem;
  margin: 0;
  position: absolute;
  z-index: 1000;
}
.loan-apply-form .card-body {
  padding: 0;
}

.loan-apply-form .group {
    background: #f1f5f8;
    border-radius: 4px;
    padding: 35px;
}

.apply-form .form-group label {
  color: #555c63;
  margin-bottom: 0.5rem;
  line-height: 25px;
}

.form-check {
  position: relative;
  display: flex;
  padding-left: 1.25rem;
  vertical-align: middle;
  align-items: center;
}

.form-check label {
  display: flex;
  align-items: center;
  margin: 20px;
  margin-left: 0;
  cursor: pointer;
  font-size: 18px;
}

.form-check-input {
  position: absolute;
  margin-top: .7rem;
  margin-left: -1.25rem;
}


.bselect-picker .group .form-group > label{
  color: #0b0c26;
  font-style: normal;
}

.bselect-picker .group .form-group {
  text-align: left;
  position: relative;
  display: inline-block;
  width: 100%;
}
.bselect-picker .group .form-group
.bselect-picker .group .form-group input[type="text"],
.bselect-picker .group .form-group input[type="email"],
.bselect-picker .group .form-group input[type="number"],
.bselect-picker .group .form-group input[type="date"],
.bselect-picker .group .form-group input[type="tel"],
.bselect-picker .group .form-group textarea,
.bselect-picker .group .form-group button,
.bselect-picker .group .form-group select {
  padding: 12px;
  font-size: 14px;
  border: 1px solid #c6c6c6;
  width: 100%;
  color: #888;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bselect-picker .make-app .group .form-group input[type="text"],
.bselect-picker .make-app .group .form-group input[type="email"],
.bselect-picker .make-app .group .form-group input[type="number"],
.bselect-picker .make-app .group .form-group input[type="date"],
.bselect-picker .make-app .group .form-group input[type="tel"],
.bselect-picker .make-app .group .form-group textarea,
.bselect-picker .make-app .group .form-group button,
.bselect-picker .make-app .group .form-group select {
  border: none;
}
.bselect-picker .group .form-group select{
  padding: .375rem .75rem;
}
.bselect-picker .group .form-group input[type="text"]:focus, 
.bselect-picker .group .form-group input[type="text"]:hover,
.bselect-picker .group .form-group input[type="email"]:focus,
.bselect-picker .group .form-group input[type="email"]:hover,
.bselect-picker .group .form-group input[type="number"]:focus,
.bselect-picker .group .form-group input[type="number"]:hover,
.bselect-picker .group .form-group input[type="date"]:focus,
.bselect-picker .group .form-group input[type="date"]:hover,
.bselect-picker .group .form-group input[type="tel"]:focus,
.bselect-picker .group .form-group input[type="tel"]:hover,
.bselect-picker .group .form-group textarea:focus,
.bselect-picker .group .form-group textarea:hover,
.bselect-picker .group .form-group button:focus,
.bselect-picker .group .form-group button:hover,
.bselect-picker .group .form-group select:focus,
.bselect-picker .group .form-group select:hover {
  outline: none !important;
  border-color: #9fb1c1 !important;
  box-shadow: none !important;
}
.bselect-picker .group .form-group input[type="text"]:focus + label, .bselect-picker .group .form-group input[type="text"]:hover + label,
.bselect-picker .group .form-group input[type="email"]:focus + label,
.bselect-picker .group .form-group input[type="email"]:hover + label,
.bselect-picker .group .form-group input[type="number"]:focus + label,
.bselect-picker .group .form-group input[type="number"]:hover + label,
.bselect-picker .group .form-group input[type="date"]:focus + label,
.bselect-picker .group .form-group input[type="date"]:hover + label,
.bselect-picker .group .form-group input[type="tel"]:focus + label,
.bselect-picker .group .form-group input[type="tel"]:hover + label,
.bselect-picker .group .form-group textarea:focus + label,
.bselect-picker .group .form-group textarea:hover + label,
.bselect-picker .group .form-group button:focus + label,
.bselect-picker .group .form-group button:hover + label,
.bselect-picker .group .form-group select:focus + label,
.bselect-picker .group .form-group select:hover + label {
  color: #38c179;
  cursor: text;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    letter-spacing: .1rem;
    font-family: 'Poppins';
    font-weight: 400;
    color: #999;
}
.bselect-picker .group .form-group .bootstrap-select>.dropdown-toggle{
  background-color: #ffffff;
  height: 44px;
}
.bselect-picker .group .form-group .dropdown-item{
  padding: 10px 25px;
}
.bselect-picker .group .form-group .dropdown-item.active{
  background-color: #0b0c26;
  color: #38c179;
}
.bselect-picker .group .form-group .dropdown-item:hover{
  background-color: #38c179;
  color: #ffffff;
}
.bselect-picker .group .form-group .fa-sort {
  position: absolute;
  right: 10px;
  top: 17px;
  color: #999;
}
.bselect-picker .group .form-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bselect-picker .group .form-group label {
  position: absolute;
  left: 8px;
  top: 12px;
  width: 60%;
  color: #999;
  font-size: 16px;
  display: inline-block;
  padding: 4px 10px;
  font-weight: 400;
  font-family: 'Poppins';
  width: 100%;
  letter-spacing: .1rem;

  -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
  transition: color 0.3s, top 0.3s, background-color 0.8s;
}
.bselect-picker .make-app .group .form-group label{
  position: unset;
  color: #ffffff;
  display: inline-block;
  padding: 0;
}
.bselect-picker .group .form-group label.custom-control-label {
  top: 10px;
  font-style: normal;
  padding: 4px 0;
}
.bselect-picker .group .form-group label.active {
  top: -11px;
  color: #555;
  background-color: white;
  width: auto;
  z-index: 1
}
.bselect-picker .group .form-group textarea {
  resize: none;
  height: 200px;
}

.bselect-picker .group .form-group .radio label, 
.bselect-picker .group .form-group .checkbox label {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    float: none;
    font-style: normal;
    width: auto;
}

.bselect-picker .group .form-group .radio label:before, 
.bselect-picker .group .form-group .checkbox label:before{
  margin-left: -30px;
}

.bselect-picker .group .form-group-header {
    font-size: 1.1em;
    font-weight: 500;
    color: #0b0c26;
    margin-bottom: 15px;
    line-height: 1.4em;
}

.bselect-picker .form-footer .applynow-btn .btn-theme {
    border: 1px solid #38c179;
    font-weight: 400;
    margin-right: 11px;
    margin-top: 4px;
    min-width: 150px;
}

@media only screen and (max-width: 480px){
  .bselect-picker .group .form-group label,
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    font-size: 11px;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #0b0c26;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1e1e1e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1ed33c;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #38c179;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #181e31;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #38c179;
  color: #fff;
  text-decoration: none;
}


/*Off Canvas Toggle*/


/*--
    Off Canvas
------------------------------------------*/
.off-canvas {
  position: fixed;
  right: -400px;
  top: 0;
  height: 100vh;
  width: 400px;
  background-color: #1a1a1a;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.09);
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  z-index: 9999;
}

.off-canvas.off-canvas-open {
  opacity: 1;
  visibility: visible;
  right: 0;
}

@media only screen and (max-width: 479px) {
  .off-canvas {
    width: 280px;
  }
}

/*Off Canvas Wrap*/
.off-canvas-wrap {
  height: 100%;
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .off-canvas-wrap {
    padding: 60px 0 40px;
  }
}

/*Off Canvas Close Button*/
.off-canvas-close, .off-canvas-wrap > a {
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 9;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
}

.off-canvas-wrap > a + a{
  right: 60px;
  left: inherit;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.off-canvas-wrap > a + a:hover{
  color: #38c179;
}

@media only screen and (max-width: 479px) {
  .off-canvas-close {
    left: 30px;
    top: 20px;
  }
  .off-canvas-close i {
    font-size: 16px;
  }
}

.off-canvas-close i {
  font-size: 24px;
  line-height: 1;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.off-canvas-close:hover {
  color: #38c179;
}

.off-canvas-close:hover i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*Off Canvas Inner*/
.off-canvas-inner {
  padding: 0 40px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: auto;
}

.off-canvas-inner .fbar-box .fbar-panel{
  margin-bottom: 15px;
}

.off-canvas-inner .fbar-box .fbar-panel:last-child{
  margin-bottom: 0;
}

.off-canvas-inner .fbar-box .fbar-panel h2 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 500;
    line-height: 40px;
}

@media only screen and (max-width: 767px) {
  .off-canvas-inner {
    padding: 0 30px;
  }
}


/*--
    Site Document
------------------------------------------*/
.terms_condition {position: relative;}
.terms_condition-content {padding: 80px 0px 80px;}
.terms_condition-text {margin-bottom: 45px;}
.terms_condition-text:last-child {margin-bottom: 0;}
.terms_condition-text h3, .terms_condition-text .h3 {
  font-size: 24px;
  font-family: 'Poppins';
  margin-bottom: 30px;
}
.terms_condition-text p {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}
.terms_condition-text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
}
.terms_condition-text li i {
  line-height: 35px;
  margin-right: 15px;
  font-size: 15px;
  color: #1E2E50; 
}


/*Share Button*/
.entry-post-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.entry-post-share .share-media {
    position: relative;
    margin-left: 10px;
}

.entry-post-share .share-media .share-icon {
    color: #fff;
    background: #38c179;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.entry-post-share .share-list {
    position: absolute;
    bottom: 100%;
    right: 0%;
    -webkit-transform: translate(0%, -1px);
    -ms-transform: translate(0%, -1px);
    transform: translate(0%, -1px);
    width: auto;
    white-space: nowrap;
    padding: 0 4px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.entry-post-share .share-list::before {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    content: '';
    border-top: 8px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.entry-post-share.opened .share-list {
    -webkit-transform: translate(0%, -12px);
    -ms-transform: translate(0%, -12px);
    transform: translate(0%, -12px);
    visibility: visible;
    opacity: 1;
}

.entry-post-share .share-list a {
    display: inline-block;
    font-size: 13px;
    padding: 12px;
    color: #555;
}

/*--
    Site Document
------------------------------------------*/

.newsletter.show {
  align-items: center;
  padding: 0 !important;
}

.newsletter .modal-dialog{
width: 30%;
max-width: calc(34vw - 80px);
  z-index: 9999;
}

.newsletter .modal-body {
box-shadow: rgb(0 0 0 / 60%) 0px 0px 0px 14px !important;
border-radius: 6px;
/*max-height: calc(100vh - 80px);*/
  /*overflow-y: auto;*/
padding: 0;
height: calc(100vh - 80px);
}

.newsletter .modal-dialog .modal-body .img-wrap{
height: 100%;
width: 100%;
}

.newsletter .modal-dialog .modal-body img{
height: 100%;
max-height: 100%;
}

.newsletter .modal-dialog .modal-content{
  padding-bottom: 0;
  border: none;
}

.newsletter .close {
  position: absolute;
  right: -10px;
  color: #111;
  cursor: pointer;
  font-size: 16px;
  opacity: 1;
  background: #000;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0px 5px;
  z-index: 10;
  top: -16px;
  border-radius: 50%;
  line-height: 1.2;
}


/* Home Popup */

.home_popup .owl-carousel .owl-stage-outer{
  padding-bottom: 0;
}

.home_popup .owl-carousel.owl-drag .owl-item {
  height: calc(100vh - 80px);
}

.home_popup .owl-loaded .owl-nav{
  width: 100%;
  height: 100%;
  top: 0;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"],
.home_popup .owl-loaded .owl-nav [class^="owl-"]{
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 6px 16px;
  background: #fff;
  border-radius: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  webkittransform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.home_popup .owl-loaded .owl-nav .owl-prev {
  left: -20px;
}
.home_popup .owl-loaded .owl-nav .owl-next {
  right: -20px;
}
.home_popup .owl-loaded .owl-nav [class*="owl-"]{
  color: #fff;
  padding: 0;
  background-color: #0b0c26;
  border-radius: 50%;
}
.home_popup .owl-loaded .owl-nav [class*="owl-"]{
  font-size: 20px;
}
.home_popup .owl-loaded .owl-nav [class*="owl-"]:hover{
  color: #fff;
  background-color: #38c179;
}
.home_popup .owl-loaded .owl-nav{
  display: none;
}
.home_popup .modal-dialog:hover .owl-nav{
  display: block;
}

.home_popup .modal-dialog:hover .owl-nav.disabled{
  display: none;
}

.vertical-alignment-helper {
  display:table;
  height: 100%;
  width: 100%;
  pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events:none;
}
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width:inherit;
  max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height:inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

@media only screen and (min-width: 375px) and (max-device-width: 812px) and (orientation: landscape){
	.newsletter .modal-body {
		max-height: calc(100vh - 80px);
	    overflow-y: auto;
	}

	.newsletter .modal-dialog .modal-body img{
		height: 100% !important;
	}
}

@media (max-width: 767px){

	.newsletter .modal-dialog {
    	width: 100%;
    	max-width: 100%;
    	margin: 1.75rem auto;
		padding: 20px;
	}
}
@media (max-width: 667px){
	.newsletter .modal-body {
	    padding: 0;
	}

	.modal-open{
        overflow: auto;
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.apply-form {
    padding-top: 40px;
}

.apply-form .block-title {
    margin-bottom: 20px;
}

.contact_form-input{
	width: 100%;
	display: block;
	border: none;
	outline: none;
	background-color: #eff2f6;
	color: #555c63;
	height: 67px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	font-size: 15px;
  }
  
.contact_form-input:focus {
	box-shadow: none;
	background-color: #eff2f6 ;
}
  
.contact_form-box {
	margin-top: 40px;
}
  
.contact_form textarea {
	height: 140px;
	padding-top: 20px;
}
  
.contact_form .thm-btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}
  
.contact_form label strong {
	/* font-size: 12px !important; */
	color: #0c2139;
}
  
.contact_form-submit {
	margin-top: 10px;
}

.page-title{
	display: block;
	margin: 20px 0;
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
	text-transform: capitalize;
}
.page-title span{
	font-size: 30px;
	font-weight: 700;
}
.profile-uploader {
	display: table;
	float: right;
	vertical-align: middle;
}
.title-header-content {
	height: 100%;
}
#imageUpload
{
	display: none;
}

#profileImage
{
	cursor: pointer;
}

#profile-container {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-left: 20px;
	/* -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%; */
}

.profile-uploader span{
	display: table-cell;
	font-size: 22px;
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}

#profile-container img {
	width: 150px;
	height: 150px;
}

.contact_form-box .input-group-append {
	display: table;
}
.contact_form-box .input-group-text{
	background-color: #e9ecef !important;
	border: none;
	vertical-align: middle;
	display: table-cell;
}

.uploader {
	display: block;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}
.uploader .contact_form-input +  label {
	float: left;
	clear: both;
	width: 100%;
	padding: 2rem 1.5rem;
	text-align: center;
	background: #fff;
	border-radius: 7px;
	border: 3px solid #eee;
	transition: all 0.2s ease;
	-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
.uploader label:hover {
	border-color: #454cad;
}
.uploader label.hover {
	border: 3px solid #454cad;
	box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
	transform: scale(0.8);
	opacity: 0.3;
}
.uploader #start {
	float: left;
	clear: both;
	width: 100%;
 }
.uploader #start.hidden {
	display: none;
}
.uploader #start i.fa {
	font-size: 50px;
	margin-bottom: 1rem;
	transition: all 0.2s ease-in-out;
}
.uploader #response {
	float: left;
	clear: both;
	width: 100%;
}
.uploader #response.hidden {
	display: none;
}
.uploader #response #messages {
	margin-bottom: 0.5rem;
}
.uploader #file-image {
	display: inline;
	margin: 0 auto 0.5rem auto;
	width: auto;
	height: auto;
	max-width: 180px;
}
.uploader #file-image.hidden {
	display: none;
}
.uploader #notimage {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}
.uploader #notimage.hidden {
	display: none;
}
.uploader progress,
.uploader .progress {
	display: inline;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 180px;
	height: 8px;
	border: 0;
	border-radius: 4px;
	background-color: #eee;
	overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
	border-radius: 4px;
	background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
	background: linear-gradient(to right, #393f90 0%, #454cad 50%);
	border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
	background: linear-gradient(to right, #393f90 0%, #454cad 50%);
	border-radius: 4px;
}
.uploader input[type=file] {
	display: none;
}
.uploader div {
	margin: 0 0 0.5rem 0;
	color: #5f6982;
}
.uploader .btn {
	display: inline-block;
	margin: 0.5rem 0.5rem 1rem 0.5rem;
	clear: both;
	font-family: inherit;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	text-transform: initial;
	border: none;
	border-radius: 0.2rem;
	outline: none;
	padding: 0 1rem;
	height: 36px;
	line-height: 36px;
	color: #fff;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	background: #454cad;
	border-color: #454cad;
	cursor: pointer;
}

/* form validate color */
form.cmxform label.error, label.error {
	color: red;
	font-style: italic;
}
