/*--------------------------------------------------------------
# Google Fonts
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #6e789b;
  /*color: #0b0c26;*/
}

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: #1bbd36;
  outline: none;
}

a:hover {
  color: #1bbd36;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  color: #0b0c26;
}

img {
    max-width: 100%;
    height: auto;
}

.container{
  max-width: 1170px;
}

/* 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: #00AC1F; 
}

[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: #4bd065;
    color: #fff;
}

.green-c {
    color: #4bd065
}

.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
}

.b-line {
    position: relative;
    width: 60px;
    height: 3px;
    background: #4bd065;
    display: block;
    margin: 0 auto;
}

.btn-primary-link {
    background-color: transparent;
    padding: 0;
    border: none;
    color: #ffffff;
    font-weight: 600;
    line-height: 1rem;
}

.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
    color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.btn-button-2 {
    padding: 8px 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.btn-button-2:hover {
    border: 1px solid transparent;
}

.btn-button-2:focus,
.btn-button-2:hover:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn-button-1 {
    padding: 9px 28px;
    border-radius: 4px;
    background: transparent;
    font-weight: 500;
    color: #fff
}

.btn-button-1:hover {
    background-color: #088a1e;
    color: #fff;
}

.btn-button-1:focus,
.btn-button-1:hover:focus {
    box-shadow: none;
    background: #088a1e;
    color: #fff;
}

.bg-btn {
    background-color: #4bd065;
}

.title:hover {
    color: #4bd065
}

.title {
    font-size: 18px;
    font-weight: bold;
    font-family: Poppins;
    color: #333;
}

.hadding-text-area h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.hadidng-icon i {
    font-size: 36px;
    color: #4bd065;
    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;
}

.bg-gray-dark {
  background-color: #DDDDDD;
}

.divider {
  height: 1px;
  position: relative;
  margin: 30px 0;
}

.icon-bx-wraper {
  position: relative;
}

.icon-bx-wraper.center {
  text-align: center;
}

.icon-xl i, .icon-lg i, .icon-md i, .icon-sm i, .icon-xs i {
  vertical-align: middle;
}

.icon-md i {
  font-size: 45px;
  line-height: 45px;
}

/*--------------------------------------------------------------
# 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: 40px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 24px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border-radius: 10px;
    border: none;
}

.scroll-top.open {
    bottom: 170px;
}

.scroll-top:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.scroll-top.scroll-style {
  background-color: #4bd065;
}

.scroll-top.scroll-style:hover{
  color: #ffffff;
  background-color: #181e31;
}

.scroll-top span {
    color: #fff;
}

@media only screen and (max-width: 767px) {
  .scroll-top.open {
    bottom: 185px;
  }
}

@media only screen and (max-width: 550px) {
  .scroll-top.open {
    bottom: 130px;
  }
}

@media only screen and (max-width: 515px) {
  .scroll-top.open {
    bottom: 180px;
  }
}

/*--------------------------------------------------------------
# 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 0;
    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:hover {
    color: #4bd065; 
}
.tabs-section .nav-link.active {
    color: #4bd065;
    border-color: #4bd065;
}
.tabs-section .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}
.tabs-section .tab-pane h3 {
    color: #4bd065;
    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 Three Dots Navbar
--------------------------------------------------------------*/
.threedots-menunav .dropdown{
  z-index: 999;
}
.threedots-menunav .btn.dropdown-toggle{
  position: absolute;
  right: 42px;
  top: 10px;
}
.threedots-menunav .btn.dropdown-toggle svg, .threedots-menunav .btn.dropdown-toggle:hover{
  color: #1bbd36;
}
.threedots-menunav .dropdown-toggle::after{
  display: none;
}

.threedots-menunav .dropdown-menu {
  border: transparent;
  color: #6e789b;
}

.threedots-menunav .dropdown-menu > div {
  display: block;
}

.header_style .threedots-menunav .contact-info{
  padding: 20px;
  box-shadow: 1px 8px 11px 1px rgb(171 171 171 / 30%);
  margin-top: -2px;
}

.header_style .threedots-menunav .contact-info > div + div{
  margin-left: 20px;
}

/* @media (max-width: 1124px){
  .threedots-menunav .dropdown{
    display: block !important;
  }
} */

@media (max-width: 1024px){
  .header_style .topbar-info .contact-info{
    display: none;
  }
}

@media (max-width: 600px){
  .header_style .contact-info > div {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    width: 100%;
  }
}

.header_style .threedots-menunav .contact-info > div + div {
	margin-left: 0;
	margin-top: 13px;
	border: none;
	padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .threedots-menunav .dropdown.d-lg-none {
    display: block !important;
  }
}


/*--------------------------------------------------------------
# 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 .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #111;
}

#header .logo a span {
  color: #1bbd36;
}

#header .logo img {
  max-height: 40px;
}*/

.logo img{
  height: 120px;
  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: #1bbd36;
}

.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 #1bbd36;
}

.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: #1bbd36;
}

.nav-menu .drop-down > a:after {
  content: "\e64b";
  font-family: 'themify';
  font-size: 10px;
  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 .header-menu:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(../images/header_top_bg.jpg) repeat scroll 0 0 / cover;
}
.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: #fff;
    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: #1bbd36;
}

.header_style .sticky{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.fixed-header .sticky {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.topbar-info{
  width: 100%;
}

.header_style .contact-info {
    float: right;
    overflow: hidden;
}

.header_style .contact-info > div {
    /* float: left; */
    display: inline-block;
    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;
  margin-left: 45px;
}

@media (min-width:991px) and (max-width:1079px){
  .header_style .contact-info p {
    font-size: 13px;
    font-size: 0.813rem;
  }
}

@media (max-width: 991px){
  .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;
  }
}

@media (max-width: 853px){

  .header_style .header-top .language-selection {
    position: absolute;
    top: 50px;
    right: 20px;
  }

  .header_style .header-top .language-selection .lang-btn {
    height: 36px;
  }

  .header_style .header-top .language-selection .button a {
    font-size: 14px;
    font-size: 0.8875rem;
    padding: 6px 15px;
  }
}

@media (max-width: 1024px){
  .header_style.fixed-header #fixed-top {
    padding: 30px 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  }
}

@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 {
    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: -80px;
  }
}



/*.language-selection{
  position: absolute;
  right: 0;
  top: 1rem;
}

.language-selection > ul > li{
  padding-left: 5px;
  border-right: 1px solid #dddddd;
  padding-right: 15px;
  margin-right: 0;
  line-height: 5px;
 }

 .language-selection > ul > li:last-child{
  border-right: 0;
  padding-right: 0;
 }*/

/*.logo{
  position: absolute;
  top: 0;
  z-index: 1;
}*/

.logo img {
  /* height: 120px; */
  padding: 8px 0;
}

.language-selection {
  float: right;
  margin-left: 45px;
}

.language-selection > .button {
  display: flex;
  align-items: center;
}

.language-selection .lang-btn{
	position:relative;
	height:40px;
	line-height:30px;
	display:block;
	font-size:1rem;
	color:#ffffff;
  border: 1px solid #DBDBDB;
	padding:0 15px;
	margin-right:15px;
  line-height: 1;
	cursor:pointer;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.language-selection .lang-btn{
	color:#6e789b;	
  font-weight: 700;
}

.language-selection .lang-btn svg{
	position:relative;
	top:1px;
	padding-left:3px;	
  width: 12px;
}

.dropdown-toggle::after {
  display: none;
}

.language-selection .dropdown-menu{
	right:0px;
	left:auto;
	top:42px;
	width:180px;
	padding:0px;	
	border-radius:0px;
	background-color:#ffffff;
}

.language-selection .dropdown-menu > li{
	padding:0px !important;
	margin:0px !important;
	float:none;
	border:none;
	display:block !important;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.language-selection .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.language-selection .dropdown-menu > li > a{
  display: block;
	padding:10px 20px 7px !important;
	line-height:20px;
	color:#00325d;
	text-align:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.language-selection .dropdown-menu > li.langactive > a,
.language-selection .dropdown-menu > li > a:hover,
.language-selection .dropdown-menu > li > a:focus{
	color:#ffffff;
	background:#4bd065;
}

@media screen and (min-width: 854px) and (max-width:1024px) {
  .language-selection {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .header_style .header-top .language-selection{
    top: -50px;
  }
  .language-selection li ul li,
  .language-selection li ul li:last-of-type{
    padding: 5px;
  }

.language-selection li:hover ul{
    top: 32px;
  }
}




@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: #1bbd36;
  }

  .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: 15px;
  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: #1bbd36;
  font-size: 22px;
}

.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: #1bbd36;
  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;
}

@media (max-width: 1024px) {
  .mobile-nav-toggle, .mobile-nav{
    display: block !important;
  }

  .nav-menu.d-none{
    display: none !important;
  }
}

/*--------------------------------------------------------------
# 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: #1bbd36;
}

@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; */
    height: 620px;
}

#hero .slider-img img {
  width: 100%;
  -webkit-transform: translate(0%, -20%);
  transform: translate(0%, -20%);
}

#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;
    transform: none;
  }
}

@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;
    transform: none;
  }
}

@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;
    transform: none;
  }
}

@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;
    transform: none;
  }

  #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;
  }
}



/*@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero .carousel-container {
    top: 58px;
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}*/

/*--------------------------------------------------------------
# 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: #1bbd36;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title.text-left h2::after{
  left: 0;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.bnr-inr .container {
  display: table;
  height: 100%;
}

.bnr-inr-entry {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
}

.bg-image-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bnr-inr {
  height: 220px;
  display: table;
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
}

.bnr-inr .breadcrumb-row {
  padding: 0;
  background-color: rgba(0,0,0,0);
}

.bnr-inr h1 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 10px;
}

.breadcrumb-row ul li {
  padding: 0;
  margin-right: 3px;
  color: #fff;
  display: inline-block;
}

.breadcrumb-row ul li:after {
  content: "\f105";
  margin-left: 7px;
  font-family: "Font Awesome 5 Pro";
}

.breadcrumb-row ul li:last-child:after {
  display: none;
}

.bnr-inr .breadcrumb-row ul li a{
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.bnr-inr-entry{
		vertical-align: bottom;
		padding-bottom:15px;
	}
	.bnr-inr-entry h1{ 
		margin-bottom:10px;
    color: #111;
	}
	.bnr-inr{
		padding-bottom: 0;
	}
	.bnr-inr .breadcrumb-row ul{
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}

  .breadcrumb-row ul li {
    color: #111;
    font-weight: 600;
  }
  .bnr-inr .breadcrumb-row ul li a{
    color: #111;
  }
  .bnr-inr .breadcrumb-row ul li:last-child {
    font-weight: 700;
  }
	.bnr-inr {
		height: 200px;
	}
	.bnr-inr h1{
		line-height: 24px;
		font-size: 20px;
		text-align:center;
	}
	.bnr-inr.bnr-inr-sm,
	.bnr-inr {
		height: 250px;
	}
	.bnr-inr{
		position:relative;
	}
	.bnr-inr .container{
		z-index:2;
		position:relative;
	}
	.bnr-inr:after{
		position:absolute;
		width:100%;
		height:100%;
		content:"";
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
		top: 0;
		z-index: 1;
	}
}


/*--------------------------------------------------------------
# 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: #4bd065;
}

.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: rgba(0,172,31,.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{
    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 .post-grids .grid .entry-media img,
.post-gallery-section .post-grids .grid .entry-media img{
  width: 100%;
  height: 280px;
}

.post-gallery-section .post-grids .grid .entry-media img {
  height: 220px;
}

.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 {
    opacity: 1;
    visibility: visible;
}

.vbox-content {
  padding: 20px 16%;
}

.vbox-close {
  background-color: #111 !important;
  top: 0;
  right: 18px;
}

.vbox-next {
  background-color: #111 !important;
  right: 40px;
}

.vbox-prev {
  background-color: #111 !important;
  left: 18px;
}

.vbox-next span, .vbox-prev span {
  width: 18px;
  height: 18px;
  top: 13px;
}

.vbox-next span {
  right: 18px;
}

.vbox-prev span {
  left: 18px;
}

.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: #1bbd36;
}

.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: #1bbd36;
}

@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){
  .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%;
  }
}




/*--------------------------------------------------------------
# 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: #1bbd36;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Our Team Members
--------------------------------------------------------------*/

.pb-sidebar .entry.team-pg-section {
  padding: 30px;
}

.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;
}

.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: 120px;
    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;
    margin-bottom: 3px;
}

.ts-team-content .team-number {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 600;
  font-style: normal;
  color: #0b0c26;
}


.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: 'Poppins';
    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: #1bbd36;
}

.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;
}

/*--------------------------------------------------------------
# Post Grid Section
--------------------------------------------------------------*/

.project-single-section .project-single-details {
    padding: 30px 25px;
    border-radius: 5px;
    background-color: #f5faff;
}

@media only screen and (max-width: 767px) {
  .project-single-section .project-single-details {
    margin-bottom: 30px;
  }
}


/*--------------------------------------------------------------
# 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: #1bbd36;
}

.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: #1bbd36;
}

.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: #4bd065;
}

.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: #4bd065;
    padding-bottom: 3px;
    display: block;
    padding-top: 0;
}

.heading-2 p {
    font-size: 15px;
    font-weight: 600;
    color: #666699;
}

.about-content h2 {
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
}

.about-content h2 span {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.about-content h2 span:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #4bd065;
    position: absolute;
    bottom: 7px;
    margin-left: 10px;
}

.about-content {
    padding-left: 100px;
}

.main-about-box {
    position: relative;
    border-radius: 10px;
}

.main-about-box_bottom {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  margin-top: 15px;
}

.info-office-title h4 {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px;
  letter-spacing: .93px;
  color: #0b0c26;
  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{
  font-family: 'Arimo', cursive;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.info-office li:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.info-office li span {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.about-btn .btn-button-1{
  background-color: #ffffff;
  border: 0px solid transparent;
  border-radius: 4px;
  color: #4bd065;
  -webkit-box-shadow: 1px 8px 11px 1px rgb(171 171 171 / 30%);
  box-shadow: 1px 8px 11px 1px rgb(171 171 171 / 30%);
}

.about-btn .btn-button-1:hover{
  background-color: #4bd065;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .about-content {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .about-content {
    padding-left: 0;
  }

  .main-about-box_bottom {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .objective-items {
    width: 33.33333%;
  }
}



/*--------------------------------------------------------------
# Funfact Area
--------------------------------------------------------------*/
.bg-image--1 {
  background-image: url(../images/bg/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-padding--lg {
  padding: 100px 0;
}

.counter-area .funfact-wrapper {
  text-align: center; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .funfact-wrapper {
    text-align: left; 
  } 
}
@media only screen and (max-width: 767px) {
  .counter-area .funfact-wrapper {
    text-align: left; 
  } 
}

.counter-area .funfact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.counter-area .funfact-icon {
  font-size: 46px;
  color: #fff;
  margin-right: 17px; 
}
.counter-area .funfact-content {
  text-align: left;
  border-left: 1px solid #ffffff;
  padding-left: 15px; 
}
.counter-area .funfact-content h3 {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  line-height: 1; 
}
.counter-area  .funfact-content h5 {
  margin-bottom: 0;
  color: #ffffff; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area .funfact-icon {
    font-size: 30px; 
  } 
}


/*--------------------------------------------------------------
# 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: 16px;
  color: #0b0c26;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  padding-right: 35px;
}

.sec-title h5:before {
  background-color: #4bd065; 
    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{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.service-block .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #f6fbf7;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.service-block .inner-box{
  background: #fff;
}


.service-block .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  height: 160px;
}

.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 .overlay-box-1 {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.service-block .inner-box:hover .image-box .overlay-box-1{
  opacity: 1;
  top: 0;
}

.service-block .inner-box .image-box a{
  background-color: #ffffff;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%,-50%);
  font-size: 20px;
  font-size: 1.33333rem;
  border-radius: 50%;
  line-height: 50px;
  color: #4bd065;
  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: 30px;
}

.service-block .inner-box .lower-content a{
  display: inline-block;
  color: #222;
  padding-top: 0;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.service-block .inner-box .lower-content a:hover{
  color: #4bd065;
}

.service-block .inner-box .lower-content p{
  margin-bottom: 29px;
}

.site-button-link.border-link {
  border-bottom: 2px solid rgba(0,0,0,0);
  border-radius: 0;
  padding: 0;
}

.service-block .inner-box .lower-content a.site-button-link{
  position: relative;
  display: inline-block;
  margin-bottom: 0;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.service-block .inner-box:hover .lower-content a.site-button-link{
  border-bottom: 2px solid #1bbd36;
  color: #1bbd36;
}

.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;
}

.service-style .owl-carousel .owl-dots.disabled {
  display: block;
}

.service-style .owl-carousel .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #1bbd36;
  border: 3px solid #fff;
  border-radius: 1px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
  transition: all 500ms ease;
  margin: 0px 5px;
}

.service-style .owl-carousel .owl-dots .owl-dot.active span{
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #1bbd36;
  box-shadow: 0 0 0 2px #1bbd36;
}

@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;
  }
  .service-block .inner-box .image-box {
    height: 130px;
  }
  .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;
  }
}

@media only screen and (max-width: 575px) {
  .service-style .upper-box {
    margin-bottom: 15px;
  }
}



/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.bg--grey {
    background: #fafafa;
}

.testimonial__content {
  position: relative;
  background: #ffffff;
  padding: 50px 30px;
  -webkit-box-shadow: 0 8px 19px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 19px rgba(0, 0, 0, 0.1); }
  .testimonial__content::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-top: -20px;
    margin-left: -15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.07);
    box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.07); }
  .testimonial__content > div {
    position: relative; }
  .testimonial__content .slick-list {
    padding-left: 0;
    padding-right: 0; }

.testimonial__content__single {
  padding: 0 45px; }
  .testimonial__content__single p {
    margin-bottom: 0;
    font-size: 18px; }
    .testimonial__content__single p::before, .testimonial__content__single p::after {
      font-family: "IcoFont";
      opacity: 0.3;
      font-size: 24px; }
    .testimonial__content__single p::before {
      content: "\efcd";
      padding-right: 20px; }
    .testimonial__content__single p:after {
      content: "\efce";
      padding-left: 20px; }
  .testimonial__content__single:active, .testimonial__content__single:focus {
    outline: none; }

/* Testimonial Author Styles */
.testimonial__author {
  margin-top: 35px;
  display: inline-block;
  width: 65%;
  vertical-align: middle; }
  .testimonial__author .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.testimonial__author__single {
  text-align: center;
  opacity: 0.35;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .testimonial__author__single:active, .testimonial__author__single:focus {
    outline: none; }

.testimonial__author__image {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  border: 8px solid #eeeeee;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }
  .testimonial__author__image img {
    height: 100%;
    width: 100%; }

.testimonial__author__description {
  margin-top: 5px; }
  .testimonial__author__description h6 {
    font-size: 14px;
    color: #595959;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .testimonial__author__description span {
    display: block;
    color: #a1a1a1;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 5px; }

.testimonial__author__single.slick-center {
  opacity: 1; }
  .testimonial__author__single.slick-center .testimonial__author__description h6 {
    color: #00AC1F; }

@media only screen and (max-width: 767px) {
  .testimonial__author {
    width: 85%; }
  .testimonial__content__single p {
    font-size: 16px; } }

@media only screen and (max-width: 575px) {
  .testimonial__content__single {
    padding: 0; }
  .testimonial__author {
    width: 100%; } }


/*--------------------------------------------------------------
# Content list view Area
--------------------------------------------------------------*/

.single-blog .log-img img{
  width: 100%;
  height: 260px;
}
.single-blog-content {
    margin-top: 10px;
}

.single-blog-content span {
  border-bottom: 1px solid #f3eeee;
  padding-bottom: 7px;
  display: inline-block;
  margin-bottom: 7px;
  font-size: 13px;
  width: 100%;
}

.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: #4bd065;
}

.page-view .viewall{
  text-align: right;
}

.page-view .viewall a{
  color: #ffffff;
  font-size: 14px;
  letter-spacing: .4px;
}

@media only screen and (max-width: 575px) {
  .page-view .viewall {
    margin-bottom: 20px;
  }
}

@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: #1bbd36;
}

.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: #1bbd36;
}

/*--------------------------------------------------------------
# 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: #1bbd36;
}

/*--------------------------------------------------------------
# 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: #1bbd36;
  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: #1bbd36;
  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: #1bbd36;
  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: #1bbd36;
}

.pricing .featured h3 {
  color: #fff;
  background: #1bbd36;
}

.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: #1bbd36;
  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: #1bbd36;
}

.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
--------------------------------------------------------------*/
/* .location_inner {
  padding-left: 50px;
  padding-right: 50px;
} */


.location_item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 55px;
  margin-bottom: 60px;
}

.location_item:last-child {
  margin-bottom: 0px;
}

.location_item .left_text {
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.location_item .left_text .loc {
  color: #242462;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.location_item .left_text p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #797979;
}

.location_item .left_text .tel {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #797979;
  margin-bottom: 0px;
}

.location_item .left_text .tel a {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #797979;
}

.location_item .left_text .em {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #797979;
  margin-bottom: 0px;
}

.location_item .left_text .em a {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #1bbd36;
}

.location_item .left_text .em:last-child {
  margin-bottom: 0px;
}

.location_item .right_map {
  max-width: 370px;
  width: 100%;
  height: 275px;
}

.location_item .right_map .mapBox2 {
  height: 100%;
}

@media (max-width: 991px){
  .location_item .right_map {
    max-width: 100%;
    margin-top: 30px;
  }
  .location_item {
    display: block !important;
}
}

@media (max-width: 480px){
  .location_item {
    padding: 30px 15px;
  }
}




/*--------------------------------------------------------------
# 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: #1bbd36 !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: 0;
  margin-bottom: 60px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pb-sidebar .entry .entry-img {
  /*max-height: 400px;*/

  overflow: hidden;
}

.pb-sidebar .entry .entry-img img {
  width: 100%;
}

.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: #1bbd36;
}

.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-family: 'Poppins', sans-serif;
  font-weight: bold;
  padding: 30px;
  margin: 0;
}

.pb-sidebar .entry .entry-title,
.pb-sidebar .entry .entry-title a {
  color: #111;
  transition: 0.3s;
}

.pb-sidebar .entry .entry-title {
  cursor: default;
}

.pb-sidebar .entry .entry-title a:hover {
  color: #1bbd36;
}

.pb-sidebar .entry .entry-title + .entry-content {
  padding: 0 30px 30px;
}

.pb-sidebar .entry > .entry-content {
  padding: 30px;
}

.pb-sidebar .entry .entry-content > ul {
  margin-bottom: 0;
}

.pb-sidebar .entry .entry-content > ul > li {
  margin-bottom: 1rem;
}

.pb-sidebar .entry .entry-content > ul > li:last-child {
  margin-bottom: 0;
}

.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.blog-single-section .entry .entry-meta {
  padding-left: 30px;
}

.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: #1bbd36;
}

.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: #1bbd36;
  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-content table {
  width: 100% !important;
}

.pb-sidebar .entry > .entry-content table td {
  padding: 10px;
}

.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: #1bbd36;
}

.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: #1bbd36;
}

.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: #1bbd36;
}

.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: #1bbd36;
  border: 1px solid #1bbd36;
  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: #1bbd36;
  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 a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.pb-sidebar .sidebar .widget {
  padding: 30px;
  /* margin: 0 20px 60px; */
}

.pb-sidebar .widget-area .widget {
  position: relative;
}

.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;
}

.blog-single-section article{
  margin-right: 15px;
}

.blog-single-section .entry-title-meta {
  margin-bottom: 25px;
}

.blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  border: 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-single-section .entry-meta li {
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
}

.blog-single-section .entry-meta > li + li {
  margin-left: 25px;
}

.pb-sidebar.blog-single-section .entry-meta li a {
  color: #999999;
}

.pb-sidebar .widget.recent-post-widget > h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: uppercase;
}

.pb-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.pb-sidebar .recent-post-widget > .post + .post {
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

.pb-sidebar .recent-post-widget .entry-media {
  width: 75px;
  float: left;
  margin-bottom: 20px;
}

.pb-sidebar .recent-post-widget .entry-details {
  width: calc(100% - 75px);
  float: left;
  padding-left: 15px;
}

.pb-sidebar .recent-post-widget .entry-details h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 0.3em;
}

@media (max-width: 767px) {
  .pb-sidebar .recent-post-widget .entry-details h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.pb-sidebar .recent-post-widget .entry-details h4 a {
  color: #1e2331;
}

.pb-sidebar .recent-post-widget .entry-details h4 a:hover {
  color: #4bd065;
}

.pb-sidebar .recent-post-widget .date {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #bebfc0;
}


/************************************
	Service sidebar
**********************************/

@media screen and (min-width: 992px) {
  .widget.widget-nav-menu {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  /*.pb-sidebar .sidebar .widget.widget-nav-menu {*/
  /*  display: none;*/
  /*}*/
}

.widget.widget-nav-menu ul.widget-menu {
  list-style: none;
}

.widget.widget-nav-menu h3 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 0.46em;
}

@media (max-width: 991px) {
  .widget.widget-nav-menu h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.widget.widget-nav-menu > .widget + .widget {
  margin-top: 55px;
}

.widget.widget-nav-menu .categories li {
  font-family: 'Poppins';
  font-weight: bold;
  border: 1px solid #eeeeee;
  position: relative;
}

.widget.widget-nav-menu .categories li:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #86909e;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget.widget-nav-menu .categories ul > li + li {
  margin-top: 8px;
}

.widget.widget-nav-menu .categories a {
  color: #86909e;
  font-weight: 500;
  padding: 10px 35px 10px 25px;
  display: block;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1199px) {
  .widget.widget-nav-menu .categories a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .widget.widget-nav-menu .categories a {
    padding: 10px 20px;
  }
}

.widget.widget-nav-menu .categories li:hover,
.widget.widget-nav-menu .categories li.active {
  background-color: #09a223;
}

.widget.widget-nav-menu .categories li:hover a,
.widget.widget-nav-menu .categories li.active a {
  color: #fff;
}

.widget.widget-nav-menu .categories li:hover:after,
.widget.widget-nav-menu .categories li.active:after {
  color: #fff;
}


.widget.contact-widget .categories ul li {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: #86909e;
  line-height: 1.6em;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 1199px) {
  .widget.contact-widget .categories ul li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.widget.contact-widget .categories ul > li + li {
  margin-top: 30px;
}

.widget.contact-widget .categories ul li i {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #09a223;
  position: absolute;
  left: 0;
  top: 4px;
}


.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: #1bbd36;
}

.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 #1bbd36;
  background: #1bbd36;
}

.pb-sidebar .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  color: #fff;
  font-size: 14px;
  background: #0b0c26;
}

#footer.space {
	padding-bottom: 60px;
  padding-top: 60px;
}

#footer.footer-img {
  position: relative;
  background-size: cover;
  background-image: url(../images/bg3.jpg);
}

.footer-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 12, 38, 0.8);
}

.footer-img .container {
  z-index: 1;
  position: relative;
}

#footer .Copyright small{
	float: left;
}

#footer .agency a{
	float: right;
	font-size: 15px;
	color: #ffffff;
}

@media only screen and (max-width: 575px){
	#footer .Copyright small,
	#footer .agency a{
		float: none;
	}
}

@media only screen and (max-width: 540px){
	#footer [class*="col-"]:first-child,
	#footer [class^="col-"]:first-child{
		margin-top: 0 !important;
	}

	#footer [class*="col-"],
	#footer [class^="col-"]{
		margin-top: 25px;
	}
}

#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: #1bbd36;
  color: #fff;
  text-decoration: none;
}

/*** 
  
  ====================================================================
      Newsletter Section
  ====================================================================
  
  ***/

  .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);
}

.home_popup .owl-carousel.owl-drag .owl-item {
    height: calc(100vh - 80px);
}

.newsletter .modal-dialog .modal-body .img-wrap {
    height: 100%;
}

.newsletter .modal-dialog .modal-body img {
    height: 100%;
    max-height: 100%;
    width: 100%;
}

.newsletter .modal-dialog .modal-content {
    padding-bottom: 0;
    border: none;
}

.newsletter.newsletter .close {
    position: absolute;
    right: -10px;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    background: #000;
    padding: 0px 8px;
    z-index: 10;
    top: -16px;
    border-radius: 50%;
}

/*========  End of Newsletter Section  =========*/


/*** 

====================================================================
	Form
====================================================================

 ***/

 input[type=number]::-webkit-inner-spin-button,
 input[type=number]::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
 }
 
 label {
   user-select: none;
   -moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
 }
 
 .form-check label {
   display: flex;
   align-items: center;
   margin: 20px;
   margin-left: 0;
   cursor: pointer;
   font-size: 18px;
 }
 
 .form-check input[type="radio"] {
   opacity: 0;
 }
 
 .form-check .design {
   width: 8px;
   height: 8px;
   border-radius: 50%;
   outline-offset: 3px;
   outline: 3px solid #888888;
   margin-right: 15px;
 }
 
 .form-check input[type="radio"]:checked~.design {
   outline-color: #28a745;
   background: #28a745;
 }
 
 .form-check input[type="radio"]:checked~.value {
   color: #28a745;
 }
 
 .text-thm,
 .text-thm:hover {
   color: var(--thm-base);
 }
 
 /*========  End of Form  =========*/


/*** 
  
  ====================================================================
      Home popup Section
  ====================================================================
  
  ***/

.home_popup .modal {
    z-index: 9999;
}

.modal-backdrop {
    z-index: 9998;
}

.home_popup .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
}


.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: 25px;
    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%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"] span,
.home_popup .owl-loaded .owl-nav [class^="owl-"] span {
  margin-top: -5px;
}

.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: 5px 12px;
    background-color: #c50227;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background-color: #222;
}

.home_popup .owl-loaded .owl-nav {
    display: none;
}

.home_popup .modal-dialog:hover .owl-nav {
    display: block;
}


.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;
}

.overlay-modal.active {
    display: inline-block;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.overlay-modal {
    display: none;
    opacity: 0;
}


@media (min-width: 992px) {
    .newsletter .modal-dialog {
        width: auto;
    }
}

@media only screen and (max-width: 1699px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(40vw - 100px);
    }
}

@media only screen and (max-width: 1199px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(55vw - 100px);
    }
}

@media only screen and (max-width: 991px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(60vw - 100px);
    }
}

@media only screen and (min-width: 768px) and (max-width:860px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(85vw - 100px);
    }
}

@media only screen and (max-width: 767px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(75vw - 100px);
    }
}

@media only screen and (max-width: 412px) {
    .newsletter .modal-dialog {
        max-width: calc(100vw - 100px);
    }

    .newsletter .modal-body {
        /* height: calc(72vh - 80px); */
    }

    .home_popup .owl-carousel.owl-drag .owl-item {
        height: auto;
    }

    .newsletter .modal-dialog .modal-body img {
        height: auto !important;
        height: calc(100vh - 80px) !important;
    }

}

/*========  Home popup Section  =========*/


  /*** 
  
  ====================================================================
      Member Registration Form
  ====================================================================
  
  ***/

  .small-title.badge {
    font-size: 80%;
    padding: 0.45rem 0.4rem;
    line-height: 1.1;
    font-weight: 500;
}

.small-title.badge-danger {
    background-color: #1bbd36;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact_form-box .form-input input {
    display: none;

}

.contact_form-box .form-input label {
    display: block;
    height: 45px;
    text-align: center;
    background: #eff2f6;

    color: #555c63;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 42px;
}

.contact_form-box .form-input img {
    width: 320px;
    height: 200px;
    display: none;

    margin: 20px auto 30px;
}

.apply-form {
    padding-top: 40px;
}

.apply-form .block-title {
    margin-bottom: 20px;
}

.contact_form-input {
    border: 1px solid #dcdee0;
    border-radius: 4px;
    color: #111;
    font-size: 15px;
    width: 100%;
    display: block;
    outline: none;
    height: 45px;
    margin-bottom: 20px;
}

.contact_form-input:focus {
    box-shadow: none;
    border-color: #1bbd36;
}

.contact_form-box {
    margin-top: 40px;
}

.contact_form textarea {
    height: 140px;
    padding-top: 20px;
}

.contact_form .thm-btn:hover {
    background-color: #111;
    color: #fff;
}

.contact_form label strong {
    /* font-size: 12px !important; */
    color: #0c2139;
}

.contact_form-submit {
    margin-top: 10px;
}

.dropdown-menu {
    font-size: .875rem;
}

.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 button.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.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;
}

/*========  End of Member Registration Form  =========*/
