/*===========================================================

   Template Name: Simone - Personal Portfolio Template
   Author: Harnish Design
   Template URL: http://demo.harnishdesign.net/html/simone
   Author URL: https://themeforest.net/user/harnishdesign
   File Description : Main css file of the template
  
=================================================
  Table of Contents
=================================================

  1. Basic
  2. Helpers Classes
  3. Layouts
  4. Header
    4.1 Navigation
    4.2 Secondary Nav
    4.3 Page Header
  5 Elements
    5.1 Featured Box
    5.2 Team
    5.3 Accordion & Toggle
    5.4 Nav
    5.5 Tabs
    5.6 Hero Background
    5.7 Owl Carousel
    5.8 Brands Grid
    5.9 Portfolio
    5.10 List Style
  6 Footer
    6.1 Social Icons
    6.2 Back to Top
  7 Extra

=======================================================*/
/* =================================== */
/*  1. Basic Style 
/* =================================== */

/* google font > Open Sans && Raleway */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400|Raleway:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400|Poppins:100,200,300,400,500,600,700,800,900");


body, html {
  height: 100%;
}

body {
  color: #4c4d4d;
  font-family: "Raleway", sans-serif;
  background: url('../images/main-page-pic-final-sm.jpg') no-repeat bottom right;
  background-size: cover; 
}


/*-------- Preloader --------*/
/* --- preloader section start --- */
.preloader {
  background-color: #05d77d;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
}
.status{
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 45%;
  margin-top: 140px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.preloader {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.preloader .loading-wrapper {
    position: relative;
    top: 47%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.preloader h4 {
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Raleway';
}
.preloader h4 span {
    color: #fff;
    letter-spacing: 6px;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

/* --- preloader section End --- */
.mfp-container .preloader {
  background: transparent;
}
.mfp-container .preloader .lds-ellipsis div {
  background: #fff;
}

::selection {
  background: #37A660;
  color: #fff;
  text-shadow: none;
}

form {
  padding: 0;
  margin: 0;
  display: inline;
}

img {
  vertical-align: inherit;
}

a, a:focus {
  color: #37A660;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover, a:active {
  color: #1baa80;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:focus, a:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus,
button:active {
  outline: none;
}

p {
  line-height: 1.8;
}

blockquote {
  border-left: 5px solid #eee;
  padding: 10px 20px;
}

iframe {
  border: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #37A660;
  font-family: "Raleway", sans-serif;
}

/* =================================== */
/*  2. Helpers Classes
/* =================================== */
/* Box Shadow */
.shadow-md {
  -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
}

/* Border Radius */
.rounded-lg {
  border-radius: 0.6rem !important;
}

.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-bottom-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-left-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-right-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* Border Size */
.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

/* Text Size */
.text-0 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}

.text-1 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.text-2 {
  font-size: 14.5px !important;
  font-size: 0.905rem !important;
}

.text-3 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.text-4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.text-5 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}

.text-6 {
  font-size: 24px !important;
  font-size: 1.50rem !important;
}

.text-7 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}

.text-8 {
  font-size: 32px !important;
  font-size: 2rem !important;
}

.text-9 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}

.text-10 {
  font-size: 40px !important;
  font-size: 2.50rem !important;
}

.text-11 {
  font-size: 2.75rem !important;
}
@media (max-width: 1200px) {
  .text-11 {
    font-size: calc(1.4rem + 1.8vw)  !important;
  }
}

.text-12 {
  font-size: 3rem !important;
}
@media (max-width: 1200px) {
  .text-12 {
    font-size: calc(1.425rem + 2.1vw)  !important;
  }
}

.text-13 {
  font-size: 3.25rem !important;
}
@media (max-width: 1200px) {
  .text-13 {
    font-size: calc(1.45rem + 2.4vw)  !important;
  }
}

.text-14 {
  font-size: 3.5rem !important;
}
@media (max-width: 1200px) {
  .text-14 {
    font-size: calc(1.475rem + 2.7vw)  !important;
  }
}

.text-15 {
  font-size: 3.75rem !important;
}
@media (max-width: 1200px) {
  .text-15 {
    font-size: calc(1.5rem + 3vw)  !important;
  }
}

.text-16 {
  font-size: 4rem !important;
}
@media (max-width: 1200px) {
  .text-16 {
    font-size: calc(1.525rem + 3.3vw)  !important;
  }
}

.text-17 {
  font-size: 4.5rem !important;
}
@media (max-width: 1200px) {
  .text-17 {
    font-size: calc(1.575rem + 3.9vw)  !important;
  }
}

.text-18 {
  font-size: 5rem !important;
}
@media (max-width: 1200px) {
  .text-18 {
    font-size: calc(1.625rem + 4.5vw)  !important;
  }
}

.text-19 {
  font-size: 5.25rem !important;
}
@media (max-width: 1200px) {
  .text-19 {
    font-size: calc(1.65rem + 4.8vw)  !important;
  }
}

.text-20 {
  font-size: 5.75rem !important;
}
@media (max-width: 1200px) {
  .text-20 {
    font-size: calc(1.7rem + 5.4vw)  !important;
  }
}

.text-21 {
  font-size: 6.5rem !important;
}
@media (max-width: 1200px) {
  .text-21 {
    font-size: calc(1.775rem + 6.3vw)  !important;
  }
}

.text-22 {
  font-size: 7rem !important;
}
@media (max-width: 1200px) {
  .text-22 {
    font-size: calc(1.825rem + 6.9vw)  !important;
  }
}

.text-23 {
  font-size: 7.75rem !important;
}
@media (max-width: 1200px) {
  .text-23 {
    font-size: calc(1.9rem + 7.8vw)  !important;
  }
}

.text-24 {
  font-size: 8.25rem !important;
}
@media (max-width: 1200px) {
  .text-24 {
    font-size: calc(1.95rem + 8.4vw)  !important;
  }
}

.text-25 {
  font-size: 9rem !important;
}
@media (max-width: 1200px) {
  .text-25 {
    font-size: calc(2.025rem + 9.3vw)  !important;
  }
}

.text-11, .text-12, .text-13, .text-14, .text-15, .text-16, .text-17, .text-18, .text-19, .text-20, .text-21, .text-22, .text-23, .text-24, .text-25 {
  line-height: 1.3;
}

/* Line height */
.line-height-07 {
  line-height: 0.7 !important;
}

.line-height-2 {
  line-height: 1.2 !important;
}

.line-height-3 {
  line-height: 1.4 !important;
}

.line-height-4 {
  line-height: 1.6 !important;
}

.line-height-5 {
  line-height: 1.8 !important;
}

/* Font Weight */
.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

/* Opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

/* Background light */
.bg-light-1 {
  background-color: #edeff1 !important;
}

.bg-light-2 {
  background-color: #dee2e6 !important;
}

.bg-light-3 {
  background-color: #ced4da !important;
}

.bg-light-4 {
  background-color: #adb5bd !important;
}

/* Background Dark */
.bg-dark {
  background-color: #111418 !important;
}

.bg-dark-1 {
  background-color: #212529 !important;
}

.bg-dark-2 {
  background-color: #343a40 !important;
}

.bg-dark-3 {
  background-color: #495057 !important;
}

.bg-dark-4 {
  background-color: #6c757d !important;
}

/* Progress Bar */
.progress-sm {
  height: 0.5rem !important;
}

.progress-lg {
  height: 1.5rem !important;
}

hr {
  border-top: 1px solid rgba(16, 85, 96, 0.1);
}

a, .ajax-container a {
  text-decoration: underline;
  color: #37A660;
  font-weight: 500 !important;
}
a, a:hover, a:focus{
  text-decoration:none;
  outline: 0;
  cursor: pointer;
}
a:hover, a:focus{
  text-decoration:none;
  outline: 0;
  cursor: pointer;
  color: black;
}

/* =================================== */
/*  3. Layouts
/* =================================== */
#main-wrapper {
  background: none;
  overflow: hidden;
}

.box #main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.section {
  position: relative;
  padding: 4.5rem 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
  .section {
    padding: 2.5rem 0;
  }
}
@media (max-width: 1199px) {
  .section {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}
/*== Fullscreen Height ==*/
.fullscreen {
  min-height: 100vh !important;
}

/*== Fullscreen Height ==*/
.fullscreen-with-header {
  min-height: calc(100vh - 67px) !important;
}

/*== Scroll Down Arrow ==*/
.scroll-down-arrow {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.scroll-down-arrow .animated {
  position: relative;
  animation: fadeInDown 1.5s infinite;
  -webkit-animation: fadeInDown 1.5s infinite;
  -moz-animation: fadeInDown 1.5s infinite;
  -o-animation: fadeInDown 1.5s infinite;
}

@keyframes fadeInDown {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}
/*== Heading Separator Line ==*/
.heading-separator-line {
  width: 80px;
}

/*== box Framed ==*/
@media (min-width: 992px) {
  .box-framed .dark.frame-top,
  .box-framed .dark.frame-bottom,
  .box-framed .dark.frame-left,
  .box-framed .dark.frame-right {
    background: #000;
  }

  .box-framed .frame-top, .box-framed .frame-bottom, .box-framed .frame-left, .box-framed .frame-right {
    position: fixed;
    top: 0;
    left: 0;
    background: #f0f0f0;
    z-index: 1051;
  }
  .box-framed .dark .frame-top, .box-framed .dark .frame-bottom, .box-framed .dark .frame-left, .box-framed .dark .frame-right {
    background: #000;
  }
  .box-framed .frame-left {
    bottom: 0;
    width: 20px;
  }
  .box-framed .frame-right {
    bottom: 0;
    width: 20px;
    left: auto;
    right: 0;
  }
  .box-framed .frame-top {
    right: 0;
    height: 20px;
  }
  .box-framed .frame-bottom {
    right: 0;
    height: 20px;
    top: auto;
    bottom: 0;
  }
  .box-framed #main-wrapper {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .box-framed #header .primary-menu.bg-transparent {
    top: 20px;
  }
  .box-framed #header .container, .box-framed #header .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
  .box-framed .scroll-down-arrow {
    bottom: 30px;
  }
  .box-framed .modal-dialog {
    margin: 3.2rem auto;
  }
  .box-framed #styles-switcher {
    margin-left: 20px;
  }
}
/* =================================== */
/*  4. Header
/* =================================== */
#header {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  margin-right: 10px;
}
#header .logo span {
  display: block;
  height: 45px;
  line-height: 26px;
  padding: 10px;
  color: white;
  background: #37A660;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: 1px;
}
#header .navbar {
  padding: 0px;
}
#header .logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/*=== 4.1 Navigation ===*/
.navbar-light .navbar-nav .active > .nav-link {
  color: #0c2f55;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
  color: #0c2f55;
}
.navbar-light .navbar-nav .show > .nav-link {
  color: #0c2f55;
}

.primary-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
  -webkit-box-ordinal-group: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #fff;
  border-bottom: 1px solid #efefef;
}
.primary-menu.bg-transparent {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}
.primary-menu .container-fluid {
  background: rgba(0,0,0,0.2);
}
.primary-menu.sticky-on {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
  left: 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  -webkit-animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.primary-menu.sticky-on .none-on-sticky {
  display: none !important;
}
.primary-menu ul.navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.primary-menu ul.navbar-nav > li + li {
  margin-left: 2px;
}
.primary-menu ul.navbar-nav > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.primary-menu ul.navbar-nav > li > a:not(.btn) {
  height: 70px;
  padding: 0px 0.85em;
  color: #37A660;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  position: relative;
}
.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) {
  color: #37A660;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
}
.primary-menu ul.navbar-nav > li > a.active:not(.btn) {
  border-bottom: 5px solid #37A660;
}
.primary-menu ul.navbar-nav > li a.btn {
  padding: 0.4rem 1.4rem;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  padding: 8px 0px;
  background-color: transparent;
  color: #777;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
  color: #37A660;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  border: 0px none;
  padding: 10px 15px;
  min-width: 230px;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 1021;
}
.primary-menu .dropdown-menu-right {
  left: auto !important;
  right: 100% !important;
}
.primary-menu .dropdown-toggle:after {
  content: none;
}
.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 50%;
  right: 0;
  bottom: 14px;
  background-color: transparent;
  color: #fff;
  border-bottom: 2px solid #37A660;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, 0) translateZ(0);
  -webkit-transform: translate(-50%, 0) translateZ(0);
}
.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:hover:not(.logo):after, .primary-menu.navbar-line-under-text ul.navbar-nav > li > a.active:after {
  width: calc(100% - 0.99em);
}

/*== Side Header ==*/
.side-header #main-wrapper {
  margin-left: 260px;
}
.side-header #header {
  border: none;
}
.side-header .primary-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  height: 100% !important;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
}
.side-header .navbar-collapse .navbar-nav {
  flex-direction: column;
  width: 100%;
}
.side-header ul.navbar-nav li {
  display: block;
}
.side-header ul.navbar-nav li a:not(.btn) {
  display: block;
  height: auto;
}
.side-header ul.navbar-nav li + li {
  margin-left: 0px;
}
.side-header ul.navbar-nav li > a:hover:after, .side-header ul.navbar-nav li > a.active:after {
  content: none;
  width: 0px;
}
.side-header ul.navbar-nav > li > a:not(.btn) {
  height: auto;
  padding: 10px 0;
  position: relative;
}
.side-header.side-header-right #main-wrapper {
  margin-right: 260px;
  margin-left: auto;
}
.side-header.side-header-right .primary-menu {
  left: auto;
  right: 0;
}

@media (max-width: 991.98px) {
  .side-header #main-wrapper {
    margin-left: auto;
  }
  .side-header .primary-menu {
    position: initial;
    width: 100%;
    height: auto !important;
    overflow: visible;
  }
  .side-header.side-header-right #main-wrapper {
    margin-right: auto;
  }
}
/*== Color Options ==*/
.primary-menu.navbar-text-light .navbar-toggler span {
  background: #fff;
}

.primary-menu.navbar-text-light .navbar-nav > li > a:not(.btn) {
  color: white;
}

.primary-menu.navbar-text-light.navbar-line-under-text .navbar-nav > li > a:not(.logo):after, .primary-menu.navbar-text-light.navbar-line-under-text .navbar-nav > li > a.active:after {
  border-color: rgba(250, 250, 250, 0.6);
}

.sticky-on.bg-transparent:not(.navbar-text-light), .sticky-top .sticky-on-top.bg-transparent:not(.navbar-text-light) {
  background-color: #fff !important;
  border-bottom: 1px solid #efefef !important;
}

.sticky-on.navbar-text-light.bg-transparent, .sticky-top .sticky-on-top.navbar-text-light.bg-transparent {
  background-color: rgba(0, 0, 0, 0.75) !important;
  -webkit-box-shadow: 0px 0px 10px rgba(250, 250, 250, 0.03);
  box-shadow: 0px 0px 10px rgba(250, 250, 250, 0.03);
  border-bottom: none !important;
}

/* Hamburger Menu Button */
.navbar-toggler {
  width: 25px;
  height: 30px;
  padding: 10px;
  margin: 18px 15px;
  position: relative;
  border: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #3c3636;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggler span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggler span:nth-child(3) {
  top: 21px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggler.show span:nth-child(1) {
  top: 3px;
  left: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler.show span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggler.show span:nth-child(3) {
  top: 21px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-accordion {
  position: initial;
}

.navbar-expand-none .navbar-collapse {
  position: absolute;
  top: 99%;
  right: 0;
  left: 0;
  background: #fff;
  margin-top: 0px;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.navbar-expand-none .navbar-collapse .navbar-nav {
  overflow: hidden;
  overflow-y: auto;
  max-height: 65vh;
  padding: 15px;
}
.navbar-expand-none ul.navbar-nav li {
  display: block;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
}
.navbar-expand-none ul.navbar-nav li:last-child {
  border: none;
}
.navbar-expand-none ul.navbar-nav li + li {
  margin-left: 0px;
}
.navbar-expand-none ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar-expand-none ul.navbar-nav li > a:hover:after, .navbar-expand-none ul.navbar-nav li > a.active:after {
  content: none !important;
  width: 0px !important;
}
.navbar-expand-none ul.navbar-nav > li > a:not(.btn) {
  height: auto;
  padding: 8px 0;
  position: relative;
}
.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  padding: 8px 0;
  position: relative;
}
.navbar-expand-none ul.navbar-nav > li.dropdown:hover > a:after {
  content: none;
}
.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
  -webkit-transform: translate(-50%, -50%) rotate(134deg);
  transform: translate(-50%, -50%) rotate(134deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-menu {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0px 0px 0px 15px;
}
.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
  margin: 0;
}
.navbar-expand-none.navbar-text-light .navbar-collapse {
  background: rgba(0, 0, 0, 0.95);
}
.navbar-expand-none.navbar-text-light .navbar-collapse ul.navbar-nav li {
  border-color: rgba(250, 250, 250, 0.15);
}
.nav-linkedin {
  background: rgba(255,255,255,0.10);
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .navbar-collapse {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: #fff;
    margin-top: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav {
    overflow: hidden;
    overflow-y: auto;
    max-height: 65vh;
    padding: 15px;
  }
  .navbar-expand-sm ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
  }
  .navbar-expand-sm ul.navbar-nav li:last-child {
    border: none;
  }
  .navbar-expand-sm ul.navbar-nav li + li {
    margin-left: 0px;
  }
  .navbar-expand-sm ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-sm ul.navbar-nav li > a:hover:after, .navbar-expand-sm ul.navbar-nav li > a.active:after {
    content: none !important;
    width: 0px !important;
  }
  .navbar-expand-sm ul.navbar-nav > li > a:not(.btn) {
    height: auto;
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-sm ul.navbar-nav > li.dropdown:hover > a:after {
    content: none;
  }
  .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 0px 0px 15px;
  }
  .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .navbar-expand-sm.navbar-text-light .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
  }
  .navbar-expand-sm.navbar-text-light .navbar-collapse ul.navbar-nav li {
    border-color: rgba(250, 250, 250, 0.15);
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-collapse {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: #fff;
    margin-top: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-md .navbar-collapse .navbar-nav {
    overflow: hidden;
    overflow-y: auto;
    max-height: 65vh;
    padding: 15px;
  }
  .navbar-expand-md ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
  }
  .navbar-expand-md ul.navbar-nav li:last-child {
    border: none;
  }
  .navbar-expand-md ul.navbar-nav li + li {
    margin-left: 0px;
  }
  .navbar-expand-md ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-md ul.navbar-nav li > a:hover:after, .navbar-expand-md ul.navbar-nav li > a.active:after {
    content: none !important;
    width: 0px !important;
  }
  .navbar-expand-md ul.navbar-nav > li > a:not(.btn) {
    height: auto;
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-md ul.navbar-nav > li.dropdown:hover > a:after {
    content: none;
  }
  .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 0px 0px 15px;
  }
  .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .navbar-expand-md.navbar-text-light .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
  }
  .navbar-expand-md.navbar-text-light .navbar-collapse ul.navbar-nav li {
    border-color: rgba(250, 250, 250, 0.15);
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: #fff;
    margin-top: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav {
    overflow: hidden;
    overflow-y: auto;
    max-height: 82vh;
    padding: 15px 15px 0 15px;
  }
  .navbar-expand-lg ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
  }
  .navbar-expand-lg ul.navbar-nav li:last-child {
    border: none;
  }
  .navbar-expand-lg ul.navbar-nav li + li {
    margin-left: 0px;
  }
  .navbar-expand-lg ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-lg ul.navbar-nav li > a:hover:after, .navbar-expand-lg ul.navbar-nav li > a.active:after {
    content: none !important;
    width: 0px !important;
  }
  .navbar-expand-lg ul.navbar-nav > li > a:not(.btn) {
    height: auto;
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-lg ul.navbar-nav > li.dropdown:hover > a:after {
    content: none;
  }
  .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 0px 0px 15px;
  }
  .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .navbar-expand-lg.navbar-text-light .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
  }
  .navbar-expand-lg.navbar-text-light .navbar-collapse ul.navbar-nav li {
    border-color: rgba(250, 250, 250, 0.15);
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl .navbar-collapse {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: #fff;
    margin-top: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav {
    overflow: hidden;
    overflow-y: auto;
    max-height: 65vh;
    padding: 15px;
  }
  .navbar-expand-xl ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
  }
  .navbar-expand-xl ul.navbar-nav li:last-child {
    border: none;
  }
  .navbar-expand-xl ul.navbar-nav li + li {
    margin-left: 0px;
  }
  .navbar-expand-xl ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-xl ul.navbar-nav li > a:hover:after, .navbar-expand-xl ul.navbar-nav li > a.active:after {
    content: none !important;
    width: 0px !important;
  }
  .navbar-expand-xl ul.navbar-nav > li > a:not(.btn) {
    height: auto;
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0;
    position: relative;
  }
  .navbar-expand-xl ul.navbar-nav > li.dropdown:hover > a:after {
    content: none;
  }
  .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 0px 0px 15px;
  }
  .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .navbar-expand-xl.navbar-text-light .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
  }
  .navbar-expand-xl.navbar-text-light .navbar-collapse ul.navbar-nav li {
    border-color: rgba(250, 250, 250, 0.15);
  }
}
/*== Overlay Menu ==*/
.navbar-overlay .navbar-collapse {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: auto;
  height: 100% !important;
  opacity: 0 !important;
  visibility: hidden;
  background: rgba(255, 255, 250, 0.95);
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.navbar-overlay .navbar-collapse.show {
  opacity: 1 !important;
  visibility: visible;
}

.navbar-overlay .navbar-collapse .navbar-nav {
  min-width: 400px;
  max-height: 80vh;
}

.navbar-overlay .navbar-toggler {
  z-index: 1001;
}

.navbar-overlay ul.navbar-nav li {
  text-align: center;
  max-width: 400px;
  border: 0px none;
}

.navbar-overlay ul.navbar-nav li a {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: opacity 0.6s 0.14s ease, transform 0.44s 0.14s ease, color 0.2s linear;
  transition: opacity 0.6s 0.14s ease, transform 0.44s 0.14s ease, color 0.2s linear;
}

.navbar-overlay .navbar-collapse.show ul.navbar-nav li a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*== Push Side Open Menu ==*/
.navbar-side-open .navbar-collapse {
  position: fixed;
  display: block;
  right: 0px;
  left: auto;
  top: 0;
  width: 300px;
  padding: 65px 15px 15px 15px;
  pointer-events: auto;
  height: 100% !important;
  background: rgba(255, 255, 250, 0.95);
  -webkit-transform: translateX(calc(100% + 15px));
  transform: translateX(calc(100% + 15px));
  -webkit-transition: transform 0.5s ease !important;
  transition: transform 0.5s ease !important;
}

.navbar-side-open .navbar-collapse.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.navbar-side-open .navbar-collapse .navbar-nav {
  max-height: 80vh;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.navbar-side-open .navbar-toggler {
  z-index: 1001;
}

.navbar-side-open ul.navbar-nav li {
  border: 0px none;
}

.navbar-side-open ul.navbar-nav li a {
  display: block;
  padding: 10px 0 !important;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  border: 0px none;
  font-size: 14px;
  font-size: 0.875rem;
}

/*=== 4.2 Secondary Nav ===*/
.secondary-nav.nav {
  padding-left: 8px;
}
.secondary-nav.nav .nav-link {
  text-align: center;
  font-size: 16px;
  padding: 1rem 20px;
  white-space: nowrap;
  color: rgba(250, 250, 250, 0.9);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.secondary-nav.nav .nav-link:hover {
  color: #fafafa;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.secondary-nav.nav .nav-link span {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
.secondary-nav.nav .nav-item .nav-link.active {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.secondary-nav.nav.alternate .nav-link {
  color: rgba(0, 0, 0, 0.6);
}
.secondary-nav.nav.alternate .nav-link:hover {
  color: black;
}
.secondary-nav.nav.alternate .nav-item .nav-link.active {
  background-color: transparent;
  color: #1e1d1c;
  border-bottom: 3px solid #37A660;
}

@media (max-width: 1199.98px) {
  .secondary-nav.nav {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}
/*=== 4.3 Page Header ===*/
.page-header {
  margin: 0 0 30px 0;
  padding: 30px 0;
}
.page-header h1 {
  font-weight: normal;
  font-size: 30px;
  margin: 0;
  padding: 5px 0;
}
.page-header .breadcrumb {
  background: none;
  margin: 0 0 8px 2px;
  padding: 0;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-header .breadcrumb > li {
  display: inline-block;
  font-size: 0.85em;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.7;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  padding: 0 7px 0 5px;
  font-weight: 900;
}
.page-header .breadcrumb > li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .breadcrumb > li a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header.page-header-text-light {
  color: #fff;
}
.page-header.page-header-text-light h1 {
  color: #fff;
}
.page-header.page-header-text-light .breadcrumb > li {
  color: rgba(250, 250, 250, 0.8);
}
.page-header.page-header-text-light .breadcrumb > li a {
  color: rgba(250, 250, 250, 0.8);
}
.page-header.page-header-text-light .breadcrumb > li a:hover {
  color: #fff;
}
.page-header.page-header-text-dark h1 {
  color: #1e1d1c;
}
.page-header.page-header-text-dark .breadcrumb > li {
  color: #707070;
}
.page-header.page-header-text-dark .breadcrumb > li a {
  color: #707070;
}
.page-header.page-header-text-dark .breadcrumb > li a:hover {
  color: #37A660;
}

















/* =================================== */
/*  5. Elements
/* =================================== */
/*=== 5.1 Featured Box ===*/
.featured-box {
  box-sizing: border-box;
  position: relative;
}
.featured-box h3, .featured-box h4 {
  font-size: 1.25rem;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.featured-box:not(.style-5) .featured-box-icon {
  display: inline-block;
  font-size: 48px;
  min-width: 55px;
  min-height: 55px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #4c4d4d;
  border-radius: 0;
}
.featured-box.style-1, .featured-box.style-2, .featured-box.style-3 {
  padding-left: 50px;
  padding-top: 8px;
}
.featured-box.style-1 .featured-box-icon, .featured-box.style-2 .featured-box-icon, .featured-box.style-3 .featured-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  font-size: 30px;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-align: center;
}
.featured-box.style-2 p {
  margin-left: -50px;
}
.featured-box.style-3 {
  padding-left: 90px;
  padding-top: 0px;
}
.featured-box.style-3 .featured-box-icon {
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-box.style-4 {
  text-align: center;
}
.featured-box.style-4 .featured-box-icon {
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  width: 120px;
  height: 120px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
}
.featured-box.style-5 {
  text-align: center;
  background: #fff;
  border: 1px solid #f0f2f3;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-box.style-5:hover {
  border: 1px solid #ebeded;
  -webkit-box-shadow: 0px 5px 1.5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 1.5rem rgba(0, 0, 0, 0.15);
}
.featured-box.style-5 h3 {
  background: #f1f5f6;
  font-size: 16px;
  padding: 8px 0;
  margin-bottom: 0px;
}
.featured-box.style-5 .featured-box-icon {
  font-size: 50px;
  margin: 44px 0px;
}

.featured-box.featured-box-reverse {
  text-align: right;
}
.featured-box.featured-box-reverse.style-1, .featured-box.featured-box-reverse.style-2 {
  padding-right: 50px;
  padding-left: 0px;
}
.featured-box.featured-box-reverse.style-1 .featured-box-icon, .featured-box.featured-box-reverse.style-2 .featured-box-icon {
  left: auto;
  right: 0px;
}
.featured-box.featured-box-reverse.style-2 p {
  margin-right: -50px;
  margin-left: 0;
}
.featured-box.featured-box-reverse.style-3 {
  padding-left: 0;
  padding-right: 90px;
}
.featured-box.featured-box-reverse.style-3 .featured-box-icon {
  left: auto;
  right: 0px;
}

.featured-box.featured-box-reverse-sm {
  text-align: right;
}
.featured-box.featured-box-reverse-sm.style-1, .featured-box.featured-box-reverse-sm.style-2 {
  padding-right: 50px;
  padding-left: 0px;
}
.featured-box.featured-box-reverse-sm.style-1 .featured-box-icon, .featured-box.featured-box-reverse-sm.style-2 .featured-box-icon {
  left: auto;
  right: 0px;
}
.featured-box.featured-box-reverse-sm.style-2 p {
  margin-right: -50px;
  margin-left: 0;
}
.featured-box.featured-box-reverse-sm.style-3 {
  padding-left: 0;
  padding-right: 90px;
}
.featured-box.featured-box-reverse-sm.style-3 .featured-box-icon {
  left: auto;
  right: 0px;
}

@media (min-width: 576px) {
  .featured-box.featured-box-reverse-md {
    text-align: right;
  }
  .featured-box.featured-box-reverse-md.style-1, .featured-box.featured-box-reverse-md.style-2 {
    padding-right: 50px;
    padding-left: 0px;
  }
  .featured-box.featured-box-reverse-md.style-1 .featured-box-icon, .featured-box.featured-box-reverse-md.style-2 .featured-box-icon {
    left: auto;
    right: 0px;
  }
  .featured-box.featured-box-reverse-md.style-2 p {
    margin-right: -50px;
    margin-left: 0;
  }
  .featured-box.featured-box-reverse-md.style-3 {
    padding-left: 0;
    padding-right: 90px;
  }
  .featured-box.featured-box-reverse-md.style-3 .featured-box-icon {
    left: auto;
    right: 0px;
  }
}
@media (min-width: 768px) {
  .featured-box.featured-box-reverse-lg {
    text-align: right;
  }
  .featured-box.featured-box-reverse-lg.style-1, .featured-box.featured-box-reverse-lg.style-2 {
    padding-right: 50px;
    padding-left: 0px;
  }
  .featured-box.featured-box-reverse-lg.style-1 .featured-box-icon, .featured-box.featured-box-reverse-lg.style-2 .featured-box-icon {
    left: auto;
    right: 0px;
  }
  .featured-box.featured-box-reverse-lg.style-2 p {
    margin-right: -50px;
    margin-left: 0;
  }
  .featured-box.featured-box-reverse-lg.style-3 {
    padding-left: 0;
    padding-right: 90px;
  }
  .featured-box.featured-box-reverse-lg.style-3 .featured-box-icon {
    left: auto;
    right: 0px;
  }
}
@media (min-width: 992px) {
  .featured-box.featured-box-reverse-xl {
    text-align: right;
  }
  .featured-box.featured-box-reverse-xl.style-1, .featured-box.featured-box-reverse-xl.style-2 {
    padding-right: 50px;
    padding-left: 0px;
  }
  .featured-box.featured-box-reverse-xl.style-1 .featured-box-icon, .featured-box.featured-box-reverse-xl.style-2 .featured-box-icon {
    left: auto;
    right: 0px;
  }
  .featured-box.featured-box-reverse-xl.style-2 p {
    margin-right: -50px;
    margin-left: 0;
  }
  .featured-box.featured-box-reverse-xl.style-3 {
    padding-left: 0;
    padding-right: 90px;
  }
  .featured-box.featured-box-reverse-xl.style-3 .featured-box-icon {
    left: auto;
    right: 0px;
  }
}
/* Video Play button */
.btn-video-play {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.btn-video-play:hover {
  -webkit-box-shadow: 0px 0px 0px 8px rgba(250, 250, 250, 0.2);
  box-shadow: 0px 0px 0px 8px rgba(250, 250, 250, 0.2);
}

/* Testimonial */
.testimonial {
  background: #fff;
  border: 1px solid #f1f5f6;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*=== 5.2 Team ===*/
.team {
  text-align: center;
}
.team .team-img {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}
.team .team-overlay {
  text-align: center;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team:hover .team-overlay {
  opacity: 1;
}
.team .team-overlay-details {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.team .team-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team:hover .team-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.team .team-details {
  padding: 1.5rem 0;
}

/*=== 5.3 Accordion & Toggle ===*/
.accordion .card {
  border: none;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  background-color: transparent;
}
.accordion .card-header {
  padding: 0;
  border: none;
  background: none;
}
.accordion .card-header a {
  font-size: 16px;
  font-weight: normal;
  padding: 1rem 1.25rem 1rem 2.25rem;
  display: block;
  border-radius: 4px;
  position: relative;
}
.accordion:not(.accordion-alternate) .card-header a {
  background-color: #37A660;
  color: #fff;
}
.accordion:not(.accordion-alternate) .card-header a.collapsed {
  background-color: #f1f2f4;
  color: #4c4d4d;
}
.accordion .card-header a:before {
  position: absolute;
  content: " ";
  left: 20px;
  top: calc(50% + 2px);
  width: 9px;
  height: 9px;
  border-color: #CCC;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.accordion .card-header a.collapsed:before {
  top: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.accordion .card-body {
  line-height: 26px;
  padding: 1rem 0 1rem 2.25rem;
}
.accordion.arrow-right .card-header a {
  padding-left: 1.25rem;
}
.accordion.arrow-right .card-header a:before {
  right: 15px;
  left: auto;
}
.accordion.accordion-alternate .card {
  margin: 0;
}
.accordion.accordion-alternate .card-header a {
  padding-left: 1.40rem;
  border-top: 1px solid #e4e9ec;
  border-radius: 0px;
}
.accordion.accordion-alternate .card:first-of-type .card-header a {
  border-top: 0px;
}
.accordion.accordion-alternate .card-header a:before {
  left: 6px;
}
.accordion.accordion-alternate .card-header a.collapsed {
  color: #4c4d4d;
}
.accordion.accordion-alternate .card-body {
  padding: 0rem 0 1rem 1.25rem;
}
.accordion.accordion-alternate.arrow-right .card-header a {
  padding-left: 0;
}
.accordion.accordion-alternate.arrow-right .card-header a:before {
  right: 0px;
  left: auto;
}
.accordion.toggle .card-header a:before {
  content: "-";
  border: none;
  font-size: 20px;
  height: auto;
  top: calc(50% + 2px);
  width: auto;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.accordion.toggle .card-header a.collapsed:before {
  content: "+";
  top: calc(50% - 1px);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion.accordion-alternate.style-2 .card-header a {
  padding-left: 0px;
}
.accordion.accordion-alternate.style-2 .card-header a:before {
  right: 2px;
  left: auto;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}
.accordion.accordion-alternate.style-2 .card-header a.collapsed:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.accordion.accordion-alternate.style-2 .card-body {
  padding-left: 0px;
}
.accordion.accordion-alternate.popularRoutes .card-header .nav {
  margin-top: 3px;
}
.accordion.accordion-alternate.popularRoutes .card-header .nav a {
  font-size: 14px;
}
.accordion.accordion-alternate.popularRoutes .card-header a {
  padding: 0px 8px 0px 0px;
  border: none;
  font-size: inherit;
}
.accordion.accordion-alternate.popularRoutes .card-header a:before {
  content: none;
}
.accordion.accordion-alternate.popularRoutes .card-header h5 {
  cursor: pointer;
}
.accordion.accordion-alternate.popularRoutes .card-header h5:before {
  position: absolute;
  content: " ";
  right: 0px;
  top: 24px;
  width: 10px;
  height: 10px;
  opacity: 0.6;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.accordion.accordion-alternate.popularRoutes .card-header h5.collapsed:before {
  top: 24px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.accordion.accordion-alternate.popularRoutes .card-body {
  padding: 0;
}
.accordion.accordion-alternate.popularRoutes .card {
  border-bottom: 2px solid #e4e9ec;
  padding: 15px 0px;
}
.accordion.accordion-alternate.popularRoutes .routes-list {
  margin: 1rem 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
.accordion.accordion-alternate.popularRoutes .routes-list a {
  color: inherit;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.accordion.accordion-alternate.popularRoutes .routes-list a:hover {
  color: #0071cc;
  text-decoration: underline;
}

/* 5.4 Nav */
.nav .nav-item .nav-link {
  color: #444;
}

.nav.nav-light .nav-item .nav-link {
  color: #ddd;
}

.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover {
  color: #37A660;
  font-weight: 400;
}
.nav:not(.nav-pills) .nav-item .nav-link.active {
  color: #37A660;
  font-weight: 600;
}

.nav-pills .nav-link:not(.active):hover {
  color: #37A660;
}

.nav-pills .nav-link.active, .nav-pills.nav-light .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
}

.nav.nav-separator .nav-item .nav-link {
  position: relative;
}

.nav.nav-separator .nav-item + .nav-item .nav-link:after {
  height: 14px;
  width: 1px;
  content: ' ';
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.nav.nav-separator.nav-separator-light .nav-item + .nav-item .nav-link:after {
  background-color: rgba(250, 250, 250, 0.2);
}

.nav.nav-sm .nav-item .nav-link {
  font-size: 14px;
}

/*=== 5.5 Tabs ===*/ 6

.portfolio-menu {
  border-color: white !important;
}
.portfolio-menu .nav-item .nav-link {
  border: 0;
  background: transparent;
  position: relative;
  border-radius: 0;
  padding: 0.6rem 0.75rem;
  color: #7b8084;
  white-space: nowrap !important;
}
.portfolio-menu .nav-item .nav-link.active {
  color: #0c2f55;
}
.portfolio-menu .nav-item .nav-link.active:after {
  height: 2px;
  width: 100%;
  content: ' ';
  background-color: #37A660;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.portfolio-menu .nav-item .nav-link:not(.active):hover {
  color: #37A660;
}
.portfolio-menu.flex-column {
  border-right: 1px solid #d7dee3;
  border-bottom: 0px;
  padding: 1.5rem 0;
}
.portfolio-menu.flex-column .nav-item .nav-link {
  border: 1px solid #d7dee3;
  border-right: 0px;
  background-color: #f6f7f8;
  font-size: 14px;
  padding: 0.75rem 1rem;
  color: #535b61;
}
.portfolio-menu.flex-column .nav-item:first-of-type .nav-link {
  border-top-left-radius: 4px;
}
.portfolio-menu.flex-column .nav-item:last-of-type .nav-link {
  border-bottom-left-radius: 4px;
}
.portfolio-menu.flex-column .nav-item .nav-link.active {
  background-color: transparent;
  color: #37A660;
}
.portfolio-menu.flex-column .nav-item .nav-link.active:after {
  height: 100%;
  width: 2px;
  background: #fff;
  right: -1px;
  left: auto;
}

.portfolio-menu:not(.flex-column) {
  flex-wrap: wrap;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.portfolio-menu:not(.flex-column) .nav-item {
  margin-bottom: 0px;
}
.portfolio .jimnet-list {
  list-style-type: none;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .portfolio-menu .nav-item .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 10px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .search-input-2 .form-control {
    border-radius: 0px;
  }
  .search-input-2 .custom-select:not(.custom-select-sm) {
    border-radius: 0px;
    height: calc(3.05rem);
  }
  .search-input-2 .btn {
    border-radius: 0px;
  }
  .search-input-2 .form-group:first-child .form-control, .search-input-2 .form-group:first-child .custom-select {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .search-input-2 .form-group:last-child .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .search-input-2 .form-control:focus, .search-input-2 .custom-select:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .search-input-2 .form-group .form-control, .search-input-2 .custom-select {
    border-left: none;
    border-top: none;
    border-bottom: none;
  }

  /* CSS hack for Chrome */
}
@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
  .search-input-2 .custom-select:not(.custom-select-sm) {
    height: calc(3.00rem);
  }
  .search-input-2 .btn {
    line-height: inherit;
  }
}
@media (min-width: 992px) {
  /*  CSS hack for Firfox */
  @-moz-document url-prefix() {
    .search-input-2 .custom-select:not(.custom-select-sm) {
      height: calc(3.05rem);
    }
    .search-input-2 .btn {
      line-height: 1.4;
    }
  }
}
/*=== 5.6 Hero Background ===*/
#home { overflow: hidden; }
.hero-wrap {
  position: relative;
  overflow: hidden;
  background-color: rgba(0,0,0,0.35);
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
}

.hero-wrap .hero-mask, .hero-wrap .hero-bg, .hero-wrap .hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-wrap .hero-mask {
  z-index: 1;
}
.hero-wrap .hero-content {
  position: relative;
  z-index: 2;
}
.hero-wrap .hero-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.hero-wrap .hero-bg-slideshow {
  z-index: 0;
}
.hero-wrap .hero-bg {
  
}
.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer, .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage, .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
  height: 100%;
}

/*=== 5.7 Owl Carousel ===*/
.owl-theme.single-slideshow .owl-nav button.owl-prev, .owl-theme.single-slideshow .owl-nav button.owl-next {
  font-size: 17px;
  width: 45px;
  height: 45px;
  top: calc(50% - 22px);
}
.owl-theme.single-slideshow .owl-nav button.owl-prev {
  left: 10px;
}
.owl-theme.single-slideshow .owl-nav button.owl-next {
  right: 10px;
}
.owl-theme.single-slideshow .owl-stage {
  padding: 0;
}
.owl-theme.single-slideshow .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-theme.single-slideshow .owl-dots .owl-dot.active span, .owl-theme.single-slideshow .owl-dots .owl-dot:hover span {
  border-color: #37A660;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.owl-theme.single-slideshow .owl-dots .owl-dot.active span:after, .owl-theme.single-slideshow .owl-dots .owl-dot:hover span:after {
  background-color: #37A660;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border-color: #37A660;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.owl-theme .owl-dots .owl-dot.active span:after, .owl-theme .owl-dots .owl-dot:hover span:after {
  background-color: #37A660;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.owl-theme.owl-light .owl-dots .owl-dot span:after {
  background-color: rgba(250, 250, 250, 0.5);
}
.owl-theme.owl-light .owl-dots .owl-dot.active span:after, .owl-theme.owl-light .owl-dots .owl-dot:hover span:after {
  background-color: #37A660;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.owl-theme.owl-light .owl-nav button.owl-prev, .owl-theme.owl-light .owl-nav button.owl-next {
  background-color: rgba(250, 250, 250, 0.3);
  color: #fff;
}
.owl-theme.owl-light .owl-nav [class*='owl-']:hover:not(.disabled) {
  background-color: rgba(250, 250, 250, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*=== 5.8 Brands Grid ===*/
.brands-grid {
  overflow: hidden;
}
.brands-grid > .row > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.brands-grid.separator-border > .row > div:after, .brands-grid.separator-border > .row > div:before {
  content: '';
  position: absolute;
}
.brands-grid.separator-border > .row > div:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dotted #e0dede;
}
.brands-grid.separator-border > .row > div:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dotted #e0dede;
}
.brands-grid.separator-border.separator-border-light > .row > div:after {
  border-bottom: 1px dotted rgba(250, 250, 250, 0.15);
}
.brands-grid.separator-border.separator-border-light > .row > div:before {
  border-left: 1px dotted rgba(250, 250, 250, 0.15);
}

/*=== 5.9 Portfolio ===*/
.portfolio .portfolio-box {
  position: relative;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0,0,0,0.15);
  -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0,0,0,0.15);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio .portfolio-box:hover {
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-box .portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio .portfolio-box .portfolio-overlay {
  text-align: center;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255, 0.95);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio .portfolio-box .portfolio-overlay {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio .portfolio-box .portfolio-overlay:hover {
  box-shadow: inset 0 0 0 2px #37A660;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio .portfolio-box:hover .portfolio-overlay {
  box-shadow: inset 0 0 0 2px #37A660;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.portfolio .portfolio-box .portfolio-img img {
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);   
}
.portfolio .portfolio-box:hover .portfolio-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);   
}
.portfolio .portfolio-box .portfolio-overlay-details {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 2vw;
  padding-right: 2vw;
}
.portfolio .portfolio-details {
  padding: 1.5rem 0;
  text-align: center;
}
.portfolio .portfolio-card-divider {
  max-width: 60px;
  margin: 10px auto 0;
}
.portfolio .portfolio-card-text {
  max-width: 100% !important;
  margin: 0px auto 0;
}

.ajax-container {
  position: relative;
  background: #FFF;
  margin: 40px auto;
  max-width: 1170px;
  padding: 35px 50px;
  text-align: left;
}

/*=== 5.10 List Style ===*/
.list-style-1 > li {
  position: relative;
  list-style-type: none;
  line-height: 24px;
}
.list-style-1 > li:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: -15px;
  border-color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.list-style-2 {
  padding: 0;
}

.list-style-2 > li {
  list-style-type: none;
  border-bottom: 1px solid #eaeaea;
  padding-top: 12px;
  padding-bottom: 12px;
}

.list-style-2.list-style-light > li {
  border-bottom: 1px solid rgba(250, 250, 250, 0.12);
}

/* =================================== */
/*  6. Footer
/* =================================== */
#footer {
  background: #fff;
  color: #252b33;
  padding: 66px 0px;
  padding: 4.125rem 0;
}
#footer .nav .nav-item {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  font-weight: 500;
}
#footer .nav .nav-item .nav-link {
  color: #252b33;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .nav .nav-item .nav-link:focus {
  color: #37A660;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .nav .nav-item:first-child .nav-link {
  padding-left: 0px;
}
#footer .nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}
#footer .nav .nav-link:hover {
  color: #37A660;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-copyright {
  border-top: 1px solid #e2e8ea;
  padding: 0px 0px;
  color: #67727c;
}
#footer .footer-copyright .nav .nav-item .nav-link {
  color: #67727c;
}
#footer .footer-copyright .nav .nav-link:hover {
  color: #37A660;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .nav.flex-column .nav-item {
  padding: 0px;
}
#footer .nav.flex-column .nav-item .nav-link {
  margin: 0.7rem 0px;
}
#footer.footer-text-light {
  color: rgba(250, 250, 250, 0.8);
}
#footer.footer-text-light .nav .nav-item .nav-link {
  color: rgba(250, 250, 250, 0.8);
}
#footer.footer-text-light .nav .nav-item .nav-link:hover {
  color: #fafafa;
}
#footer.footer-text-light .footer-copyright {
  border-color: rgba(250, 250, 250, 0.15);
  color: rgba(250, 250, 250, 0.5);
}
#footer.footer-text-light:not(.bg-primary) .social-icons-light.social-icons li a {
  color: white;
}
#footer.footer-text-light:not(.bg-primary) .social-icons-light.social-icons li a:hover {
  color: #37A660;
}
#footer.footer-text-light.bg-primary {
  color: #fff;
}
#footer.footer-text-light.bg-primary .nav .nav-item .nav-link {
  color: #fff;
}
#footer.footer-text-light.bg-primary .nav .nav-item .nav-link:hover {
  color: rgba(250, 250, 250, 0.7);
}
#footer.footer-text-light.bg-primary .footer-copyright {
  border-color: rgba(250, 250, 250, 0.15);
  color: rgba(250, 250, 250, 0.9);
}
#footer.footer-text-light.bg-primary :not(.social-icons) a {
  color: #fff;
}
#footer.footer-text-light.bg-primary :not(.social-icons) a:hover {
  color: rgba(250, 250, 250, 0.7);
}

/*=== 6.1 Social Icons ===*/
.social-icons {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.social-icons li {
  margin: 0px 6px 4px;
  padding: 0;
  overflow: visible;
}
.social-icons li a {
  display: block;
  height: 26px;
  line-height: 26px;
  width: 26px;
  font-size: 18px;
  text-align: center;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-icons li a:hover {
  color: #2567B2;
}
.social-icons li i {
  line-height: inherit;
  font-size: 24px;
}
.social-icons.social-icons-sm li {
  margin: 0px 4px 4px;
}
.social-icons.social-icons-sm li a {
  font-size: 14px;
}
.social-icons.social-icons-lg li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 22px;
}
.social-icons.social-icons-light li a {
  color: rgba(250, 250, 250, 0.9);
}
.social-icons.social-icons-light li a:hover {
  color: #37A660;
}
.social-icons.social-icons-muted li a {
  color: #aab1b8;
}
.social-icons li:hover a {
  color: #999;
}

.social-icons li:hover.social-icons-linkedin a, .social-icons.social-icons-colored li.social-icons-linkedin a {
  color: #0E76A8;
}

.social-icons.social-icons-colored li:hover a {
  color: #999;
}


/* =================================== */
/*  Extras
/* =================================== */
/* Bootstrap Specific */
.form-control, .custom-select {
  border-color: #dae1e3;
  font-size: 16px;
  color: #656565;
}

.form-control:not(.form-control-sm) {
  padding: .810rem .96rem;
  height: inherit;
}

.form-control-sm {
  font-size: 14px;
}

.icon-inside {
  position: absolute;
  right: 15px;
  top: calc(50% - 11px);
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}

.form-control-sm + .icon-inside {
  font-size: 0.875rem !important;
  font-size: 14px;
  top: calc(50% - 13px);
}

select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
  height: auto;
  padding-top: .700rem;
  padding-bottom: .700rem;
}

.custom-select:not(.custom-select-sm) {
  height: calc(3.05rem + 2px);
  padding-top: .700rem;
  padding-bottom: .700rem;
}

.col-form-label-sm {
  font-size: 13px;
}

.custom-select-sm {
  padding-left: 5px !important;
  font-size: 14px;
}

.custom-select:not(.custom-select-sm).border-0 {
  height: 3.00rem;
}

.form-control:focus, .custom-select:focus {
  -webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
  box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}

.form-control:focus[readonly] {
  box-shadow: none;
}

.input-group-text {
  border-color: #dae1e3;
  background-color: #f1f5f6;
  color: #656565;
}

.form-control::-webkit-input-placeholder {
  color: #b1b4b6;
}
.form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #b1b4b6;
}
.form-control::-moz-placeholder {
  /* FF 19+ */
  color: #b1b4b6;
}
.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #b1b4b6;
}

/* Form Dark */
.form-dark .form-control, .form-dark .custom-select {
  border-color: #232a31;
  background: #232a31;
  color: #fff;
}
.form-dark .form-control:focus {
  border-color: #80bdff !important;
}
.form-dark .form-control::-webkit-input-placeholder {
  color: #777b7f;
}
.form-dark .form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #777b7f;
}
.form-dark .form-control::-moz-placeholder {
  /* FF 19+ */
  color: #777b7f;
}
.form-dark .form-control:-ms-input-placeholder, .form-dark .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #777b7f;
}
.form-dark .custom-select {
  color: #777b7f;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.3)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 13px 15px;
  border-color: #232a31;
  background-color: #232a31;
}
.form-dark .icon-inside {
  color: #777b7f;
}

/*  Input with only bottom border  */
.form-border .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  padding-left: 0px !important;
  color: black;
}
.form-border .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-border .form-control:-moz-placeholder {
  /* FF 4-18 */
  color: rgba(0, 0, 0, 0.4);
}
.form-border .form-control::-moz-placeholder {
  /* FF 19+ */
  color: rgba(0, 0, 0, 0.4);
}
.form-border .form-control:-ms-input-placeholder, .form-border .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.4);
}
.form-border .custom-select {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  padding-left: 0px;
  color: rgba(0, 0, 0, 0.4);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(0,0,0,0.3)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 13px 15px;
}
.form-border .form-control:focus, .form-border .custom-select:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}
.form-border .form-control:not(output):-moz-ui-invalid:not(:focus), .form-border .form-control:not(output):-moz-ui-invalid:-moz-focusring:not(:focus), .form-border .custom-select:not(output):-moz-ui-invalid:not(:focus), .form-border .custom-select:not(output):-moz-ui-invalid:-moz-focusring:not(:focus) {
  border-bottom: 2px solid #b00708;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-border .icon-inside {
  color: rgba(0, 0, 0, 0.25);
}
.form-border select option {
  color: #666;
}

.form-border-light .form-control {
  border-bottom: 2px solid rgba(250, 250, 250, 0.3);
  color: #fafafa;
}
.form-border-light .form-control::-webkit-input-placeholder {
  color: rgba(250, 250, 250, 0.7);
}
.form-border-light .form-control:-moz-placeholder {
  /* FF 4-18 */
  color: rgba(250, 250, 250, 0.7);
}
.form-border-light .form-control::-moz-placeholder {
  /* FF 19+ */
  color: rgba(250, 250, 250, 0.7);
}
.form-border-light .form-control:-ms-input-placeholder, .form-border-light .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(250, 250, 250, 0.7);
}
.form-border-light .custom-select {
  border-bottom: 2px solid rgba(250, 250, 250, 0.3);
  color: #fafafa;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.6)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 13px 15px;
}
.form-border-light .form-control:focus, .form-border-light .custom-select:focus {
  border-bottom: 2px solid rgba(250, 250, 250, 0.8);
}
.form-border-light .icon-inside {
  color: #999;
}
.form-border-light select option {
  color: #333;
}

.btn {
  padding: 0.8rem 2.6rem;
  font-weight: 500;
  border-width: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-sm {
  padding: 0.5rem 1rem;
}

.btn:not(.btn-link) {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.btn:not(.btn-link):hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.input-group-append .btn, .input-group-prepend .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.input-group-append .btn:hover, .input-group-prepend .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 575.98px) {
  .btn:not(.btn-sm) {
    padding: .810rem 2rem;
  }

  .input-group > .input-group-append > .btn, .input-group > .input-group-prepend > .btn {
    padding: 0 0.75rem;
  }
}
.bg-primary, .badge-primary {
  background-color: #37A660 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
  color: #37A660 !important;
}

.btn-link:hover {
  color: #1baa80 !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-light {
  color: #929496 !important;
}

.text-light-alt {
  color: #edeff1 !important;
}

.text-body {
  color: #4c4d4d !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #1baa80 !important;
}

.border-primary {
  border-color: #37A660 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.btn-primary {
  background-color: #37A660;
  border: 1px solid #02944a;
  border-radius: 0 !important;
}
.btn-primary:hover {
  background-color: #37A660;
  border: 1px solid #02944a;

}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #1baa80;
  border-color: #1baa80;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #1baa80;
  border-color: #1baa80;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #37A660;
  border-color: #37A660;
}
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover {
  background-color: #37A660;
  border-color: #37A660;
  color: #fff;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.progress-bar,
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active {
  background-color: #37A660;
}

.page-item.active .page-link,
.custom-radio .custom-control-input:checked ~ .custom-control-label:before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #37A660;
  border-color: #37A660;
}

.list-group-item.active {
  background-color: #37A660;
  border-color: #37A660;
}

.page-link {
  color: #37A660;
}
.page-link:hover {
  color: #1baa80;
}

/* Pagination */
.page-link {
  border: none;
  border-radius: 0.25rem;
  margin: 0 0.22rem;
  font-size: 16px;
  font-size: 1rem;
}
.page-link:hover {
  background-color: #e9eff0;
}

/* Vertical Multilple input group */
.vertical-input-group .input-group:first-child {
  padding-bottom: 0;
}
.vertical-input-group .input-group:first-child * {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vertical-input-group .input-group:last-child {
  padding-top: 0;
}
.vertical-input-group .input-group:last-child * {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vertical-input-group .input-group:not(:last-child):not(:first-child) {
  padding-top: 0;
  padding-bottom: 0;
}
.vertical-input-group .input-group:not(:last-child):not(:first-child) * {
  border-radius: 0;
}
.vertical-input-group .input-group:not(:first-child) * {
  border-top: 0;
}

/* styles-switcher */
#styles-switcher {
  background: #fff;
  width: 202px;
  position: fixed;
  top: 35%;
  z-index: 99;
  padding: 20px;
  left: -202px;
}
#styles-switcher ul {
  padding: 0;
}
#styles-switcher ul li {
  list-style-type: none;
  width: 25px;
  height: 25px;
  margin: 4px 2px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
#styles-switcher ul li.blue {
  background: #007bff;
}
#styles-switcher ul li.brown {
  background: #795548;
}
#styles-switcher ul li.purple {
  background: #6f42c1;
}
#styles-switcher ul li.indigo {
  background: #6610f2;
}
#styles-switcher ul li.red {
  background: #dc3545;
}
#styles-switcher ul li.orange {
  background: #fd7e14;
}
#styles-switcher ul li.yellow {
  background: #ffc107;
}
#styles-switcher ul li.green {
  background: #28a745;
}
#styles-switcher ul li.pink {
  background: #e83e8c;
}
#styles-switcher ul li.cyan {
  background: #17a2b8;
}
#styles-switcher ul li.active {
  transform: scale(0.7);
  cursor: default;
}
#styles-switcher .switcher-toggle {
  position: absolute;
  background: #555;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 0px 4px 4px 0;
  right: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
}
#styles-switcher #reset-color {
  background: #37A660;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

#styles-switcher.right {
  left: auto;
  right: -202px;
}

#styles-switcher.right .switcher-toggle {
  right: auto;
  left: -40px;
  border-radius: 4px 0px 0px 4px;
}


















/* HELPER CLASSES */
.bg-darker {
  background: #444444;
}
.text-numbers {
  font-family: "Poppins", sans-serif;
}
p.company span {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.text-underline {
  text-decoration: underline !important;
}
.margin-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.text-yellow {
  color: yellow;
}
div.p-6 {
  padding: 2rem !important;
}
a.btn-main-green, button.btn-main-green {
    width: auto;
    padding: 15px 20px;
    margin: 10px 10px 10px 10px;
    color: #fff !important;
    font-family: "Raleway", sans-serif;
    font-weight: bold !important;
    letter-spacing: 1.5px;
    text-transform: none;
    border: 1px solid #028140 !important;
    background: #37A660;
    border-radius: 0 !important;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93);
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93);
    box-shadow: none !important;
  }
a.btn-main-green:hover, button.btn-main-green:hover {
    border: 1px solid #37A660 !important;
    background: #262626;
    color: white;
    border: 1px solid black !important;
    box-shadow: none;
}
p.hero-summary {
  line-height: 130%;
}
.light-shadow{
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
}
p.para {
  line-height: 1.4;
}
#home .fadeIn {
  -webkit-animation-delay: 1s;
  animation-delay: 1s !important;
}
#home .fadeInLeft {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s !important;
}
#home .fadeInRight {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s !important;
}
#home .fadeInUp {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s !important;
}
.side-bar {
    font-size: 1.5rem !important;
    text-transform: uppercase !important;
    line-height: 28px;

}
.side-bar.company {
    font-size: inherit;
    line-height: 28px;
    height: 26px;
    font-size: 1.0rem !important;
    text-transform: inherit !important;
    margin-bottom: 0 !important;
}
.side-bar.company span {
    color: black !important;
}
.side-bar span.vertical-bar {
    display: inline-block;
    width: 3px;
    line-height: 28px;
    height: 28px;
    background: #37A660;
}

.side-bar span.title {
    position: absolute;
    margin-left: 7px;
    color: #262626;
    min-width: 300px;
}

/* HOME CONTENT */
#home .home-buttons a.btn-custom {
    width: auto;
    padding: 15px 20px;
    margin: 10px 20px 10px 0px;
    color: #fff !important;
    font-family: "Raleway", sans-serif;
    font-weight: bold !important;
    letter-spacing: 1.5px;
    text-transform: none;
    border: 1px solid #fff !important;
    background: transparent;
    border-radius: 0 !important;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93);
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93);
  }
#home .home-buttons a.btn-custom:hover {
    border: 1px solid #37A660 !important;
    background: #37A660;
    color: white;
    border: 1px solid #02944a !important;
  }
#home #main-name {
  font-size: 4em;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1;
  margin: 10px auto 5px;
  color: #fff;
}
.Service-box-desc {
  max-width: 300px;
  margin: 0 auto;
}
.expertise-description {
  line-height: 120%;
}
#home #hello-there {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 24px;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 2px;
  margin: 10px auto 10px;
}
#home .intro .text-primary {
  color: #27af46 !important;
}
#home .opacity-5 {
  opacity: 0.65;
}
#home .text-shadow {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
#home #expert-text {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 60px;
  color: white;
  font-size: 2vw;
}
.follow-linkedin {
  padding: 10px 10px 3px 10px;
  background: #2867b2;
  border-radius: 5px;
  box-shadow: inset 0 0 10px rgba(0,0,0,.15);
  display: block;
  width: 150px;
  transition: all .2s ease-in-out;
}
}
.follow-linkedin:hover {
  box-shadow: inset 0 0 30px rgba(0,0,0,.15);
  transition: all .2s ease-in-out;
}


/* SECTION DEFAULTS */
.primary-border-bottom {
  border-bottom: 2px solid #05d77d;
}


/* ABOUT CONTENT */
.counter-box {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 145px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    perspective: 600px;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.counter-box {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 145px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    perspective: 600px;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.counter-box:hover {
    border: 1px solid #37A660;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.counter-box .front {
    border: 1px solid #fff;
}
.counter-box .front:hover {
    border: 1px solid #37A660;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.counter-box h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    line-height: 25px;
    letter-spacing: 1px;
    height: 50px;
}
.counter-box .front {
    padding: 64px 24px 24px 24px;
    width: 100%;
    height: 100%;
}
.counter-box .front .icon-bg {
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    background: white;
    border: 2px solid #37A660;
    border-bottom-color: white;
    box-shadow: 0 -7px 10px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.counter-box:hover .front .icon-bg {
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    background: white;
    border: 2px solid #37A660;
    border-bottom-color: white;
    box-shadow: 0 0 0 8px white;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.counter-box .front img {
    width: 54px;
    height: 54px;
    margin: auto auto;
}
.counter-box .back {
    width: 100%;
    height: 220px;
    padding: 25px 10px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
}
.counter-box .front {
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.counter-box .back {
    background: #37A660;
    position: absolute;
    top: 0;
    z-index: 1000;
    transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.counter-box.flip .front {
    z-index: 900;

}
.counter-box.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}


/* -------------------------------------
    ( 7 ) Start Services Section
* ------------------------------------- */
.service-box-margin {
  margin-bottom: 80px;
}
.services-box {
    margin: 0px auto;
    min-height: 150px;
    max-width: 300px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    perspective: 600px;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.services-box:hover {
    border: 1px solid #37A660;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.services-box .front:hover {
    border: 1px solid #37A660;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.services-box h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
    line-height: 25px;
    letter-spacing: 1px;
    height: 25px;
    font-weight: 600;
}
.services-box .front {
    border: 1px solid #fff;
    padding: 64px 53px 24px 53px;
    width: 100%;
    height: 100%;
}
.services-box .front .icon-bg {
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    background: white;
    border: 2px solid #37A660;
    border-bottom-color: white;
    box-shadow: 0 -7px 10px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.services-box:hover .front .icon-bg {
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    background: white;
    border: 2px solid #37A660;
    border-bottom-color: white;
    box-shadow: 0 0 0 8px white;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.services-box .front img {
    width: 54px;
    height: 54px;
    margin: auto auto;
}
.services-box .back {
    width: 100%;
    height: 220px;
    padding: 25px 10px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
}
.services-box .front {
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.services-box .back {
    background: #37A660;
    position: absolute;
    top: 0;
    z-index: 1000;
    transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.services-box.flip .front {
    z-index: 900;

}
.services-box.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}


  /* End Services Section */



/* EXPERIENCE CONTENT */
.tool-card-header {
  font-size: 22px;
}
.date-bg {
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
}
.date-bg h1 {
  line-height: 1.35;
}

/* End Experience Section */




/*================== 08 start Experience section css ==================  */

#experience .exprince_box {
    margin: 20px 0;
    -webkit-transition: all 05s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#experience .exprince_box.last {
  padding-bottom: 0;
  margin-bottom: 0;
}
#experience .exprince_box.last .skill, .ex_rightsidebox_odd {
  margin-bottom: 0 !important;
}
#experience .full-card {
    margin-bottom: 20px;
    -webkit-transition: all 05s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#experience .design-tool-card, #services .design-tool-card {
    margin-bottom: 0px;
    -webkit-transition: all 05s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#experience .ex_leftside {
    background: #37A660;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    padding: 23px 20px;
    position: relative;
    text-align: center;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 15px #9292926e;
    -webkit-box-shadow: 5px 5px 15px #9292926e;
    -moz-box-shadow: 5px 5px 15px #9292926e;
}
#experience .ex_rightside {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-transition: all 05s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
}
#experience .exprince_box:hover .ex_rightside {
    border: 1px solid #37A660;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#experience .ex_rightside_inner  {
    border: 1px solid white;
    height: 100%;
    width: 100%;
    padding: 20px;
    -webkit-transition: all 05s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#experience .exprince_box:hover .ex_rightside_inner {
    border: 1px solid #37A660;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#experience .exprince_box:hover .ex_rightside_inner {
    border: 1px solid #37A660;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#experience .education-box .education-card  {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-transition: all 05s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    min-height: 190px;
}
#experience .education-box .education-card:hover  {
    border: 1px solid #37A660;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#experience .design-tool-card, #services .design-tool-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-transition: all 05s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
}
#experience .design-tool-card:hover, #services .design-tool-card:hover {
    border: 1px solid #37A660;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#experience .design-cool-frame, #services .design-cool-frame  {
    padding: 20px;
    border: 1px solid white;
    -webkit-transition: all 05s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#experience .design-tool-card:hover .design-cool-frame, #services .design-tool-card:hover .design-cool-frame {
    border: 1px solid #37A660;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.exprince_box h1, .exprince_box h4, .exprince_box p {
    padding: 0;
    margin: 0;
}
.ex_leftsidebox .ex_leftside:after {
    position: absolute;
    content: "";
    right: -20px;
    top: calc(50% - 11px);
    border-left:11px solid #37A660;
    border-right: 11px solid #ffffff00;
    border-top: 11px solid #ffffff00;
    border-bottom: 11px solid #ffffff00;
}

.ex_rightsidebox .ex_leftside:after {
    position: absolute;
    content: "";
    left: -22px;
    top: calc(50% - 11px);
    border-left: 11px solid #f6483a00;
    border-right:11px solid #37A660;
    border-top: 11px solid #ffffff00;
    border-bottom: 11px solid #ffffff00;
}
#experience .ex_rightside h4 {
    font-size: 18px;
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 25px;
}
.ex_leftside h4 {
    padding: 5px 0px;
    font-size: 15px;
    color: #fff;
}
#experience .ex_leftsidebox .padding-0 {
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
#experience .ex_rightsidebox .padding-0 {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ex_rightside .ex_details {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ex_rightside .more_content{
  display:none;
  line-height: 1.4;
}
.ex_btn {
  margin-top: 5px;
  display: block;
}
.ex_leftside h1 {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
}
.ex_rightside span {
    display: inline-block;
    margin-top: 2px;
    font-size: 0.9rem;
}
.ajax-container .owl-carousel .owl-stage-outer {
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.ajax-container .owl-carousel .owl-stage-outer:hover {
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 2px #37A660;
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 2px #37A660;
  -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 2px #37A660;
  -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 2px rgba#37A660;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.line-height-1 {
  line-height: 1.3 !important;
}
.please_note {
  font-size: 12px;
}
#experience .exprince_box:hover, .counter-box:hover, .services-box:hover, .testimonial-box:hover, .portfolio .portfolio-box:hover, .education-card:hover, .design-tool-card:hover {
    -webkit-transform: translate(0px,-4px);
    -o-transform: translate(0px,-4px);
    -ms-transform: translate(0px,-4px);
    -moz-transform: translate(0px,-4px);
    transform: translate(0px,-4px);
}
.ex_rightsidebox .padding-0 {
    padding-left: 0;
    padding-right: 15px;
}
.experience_section .col-md-12:nth-child(2) .ex_leftside {
    background: #ffc454;
}
.experience_section .col-md-12:nth-child(3) .ex_leftside {
    background: #ff754a;
}
.experience_section .col-md-12:nth-child(4) .ex_leftside {
    background: #00c8da;
}
.experience_section .col-md-12:nth-child(5) .ex_leftside {
    background: #ffc454;
}
.experience_section .col-md-12:nth-child(6) .ex_leftside {
    background: #ff517e;
}
.experience_section .col-md-12:nth-child(2) .ex_leftside:after {
    border-left-color:#ffc454;
}
.experience_section .col-md-12:nth-child(3) .ex_leftside:after {
  border-right-color: #ff754a;
}
.experience_section .col-md-12:nth-child(4) .ex_leftside:after {
    border-right-color:#00c8da;
}
.experience_section .col-md-12:nth-child(5) .ex_leftside:after {
    border-left-color:#ffc454;
}
.experience_section .col-md-12:nth-child(6) .ex_leftside:after {
    border-left-color:#ff517e;
}





                                      /** section experience start **/
                                      .experience-timeline {
                                          border-collapse:collapse;
                                          border-spacing:0;
                                          display:table;
                                          position:relative;
                                          table-layout:fixed;
                                          width:100%;
                                      }
                                      .experience-timeline:before {
                                          background-color:#424242;
                                          bottom:0;
                                          content:"";
                                          left:50%;
                                          position:absolute;
                                          top:0;
                                          width:1px;
                                          z-index:0;
                                      }
                                      .section-experience {
                                          padding-top:20px;
                                          padding-bottom: 20px;
                                      }
                                      .section-experience .row {
                                          margin-top:60px;
                                      }
                                      .section-experience .row.first {
                                          margin-top:10px;
                                      }
                                      .exprince_box .row.first, .seperator, .seperator .row, .alt_row {
                                          display: flex;
                                          flex-direction: row;
                                          flex-wrap: nowrap;
                                          justify-content: center;
                                          align-items: center;
                                          align-content: center;
                                          margin: 20px 0;
                                      }
                                      .seperator.last, .row. {
                                          margin: 0 0 10px 0;
                                      }
                                      p.date-range-tag {
                                          color: white !important;
                                          padding: 5px 10px !important;
                                          font-weight: 600;
                                          text-align: center;
                                          margin: -34px 20px 20px 20px !important;
                                          background: #37A660;
                                          border: 1px solid #02944a;
                                          display: inherit;
                                      }
                                      .timeline-item-left {
                                          background-image: url('../images/exp-side-bg.png');
                                      }
                                      .timeline-marker {
                                          height:60px;
                                          color:#fff;
                                          border-radius:0px;
                                          text-align:center;
                                          margin-top:0px;
                                          position:relative;
                                      }
                                      .timeline-marker .timeline-date {
                                          font-size:17px;
                                          font-weight: 600;
                                          letter-spacing:1;
                                          padding:16px 18px;
                                          background: #37A660;
                                          border: 1px solid rgba(0,0,0,0.15);
                                          box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
                                          -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
                                          -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
                                          -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);

                                      }

                                      #experience .ex_leftside {
                                          background: #37A660;
                                          border: 1px solid rgba(0,0,0,0.15);
                                          box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
                                          -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
                                          -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
                                          -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
                                          padding: 23px 20px;
                                          position: relative;
                                          text-align: center;
                                          height: 100%;
                                          display: flex;
                                          flex-flow: column;
                                          align-items: center;
                                          justify-content: center;
                                          box-shadow: 5px 5px 15px #9292926e;
                                          -webkit-box-shadow: 5px 5px 15px #9292926e;
                                          -moz-box-shadow: 5px 5px 15px #9292926e;
                                      }
                                      .timeline-details .skill-heading {
                                          padding-top:0px;
                                          text-transform:uppercase;
                                          font-size: 18px;
                                          color: #222222;
                                          font-family: 'Poppins', sans-serif;
                                          font-weight: 500;
                                          line-height: 25px;
                                      }
                                      .experience-timeline .left {
                                          margin-right:30px;
                                      }
                                      .experience-timeline .right {
                                          margin-left:30px;
                                      }
                                      .experience-timeline .timeline-divider {
                                          background: url('../images/timeline-divider.png') no-repeat;
                                          width:33px;
                                          height:59px;
                                          float:right;
                                          margin:auto -31px auto 0;
                                          color:#fff;
                                          text-align:center;
                                      }
                                      .right-timeline-divider {
                                          float: left !important;
                                          margin:auto 0 auto -32px !important;
                                      }
                                      .experience-timeline .timeline-divider i {
                                          padding-top:22px;
                                      }
                                      .timeline-details .skill p {
                                          line-height:1.4;
                                          border-top: 1px solid rgba(0,0,0,0.1);
                                          color: black;
                                      }
                                      .fr {
                                          float:right;
                                      }
                                      .fl {
                                          float:left;
                                      }
                                      .fc {
                                          margin: auto;
                                      }
                                      .arrow-left {
                                          border-color:transparent #14b06d transparent transparent;
                                          border-style:solid;
                                          border-width:9px;
                                          width:0;
                                          height:0;
                                          /*float:left;*/
                                          left:-18px;
                                          top:20px;
                                          position:absolute;
                                      }
                                      .arrow-right {
                                          border-color:transparent transparent transparent #14b06d;
                                          border-style:solid;
                                          border-width:9px;
                                          width:0;
                                          height:0;
                                          /*float:right;*/
                                          right:-18px;
                                          top:20px;
                                          position:absolute;
                                      }
                                      .tar {
                                          text-align:right;
                                          display: block;
                                      }
                                      p.tar {
                                          padding-right: 0px;
                                      }
                                      .text-500 { font-weight: 500; }
                                      /** section experience end **/



                                      /** section skill start **/
                                      .section-title {
                                          text-align:center;
                                      }
                                      .section-title h1 {
                                          margin:auto;
                                          text-transform:uppercase;
                                      }
                                      .section-skill {
                                          min-height:755px;
                                          background:#efeded url("../img/about-bg.jpg") no-repeat fixed center;
                                          background-size:cover;
                                          padding-top:80px;
                                      }
                                      .section-subheading-nobg {
                                          margin-top:25px;
                                          font-size:19px;
                                          text-align:center;
                                          text-transform:uppercase;
                                          font-weight:400;
                                          margin-bottom:80px;
                                          letter-spacing:1;
                                      }
                                      .skill {
                                          border: 2px solid #fff;
                                          min-height:180px;
                                          background-color:#fff;
                                          width:100%;
                                          display: inline-block;
                                          height: 100%;
                                          width: 100%;
                                          padding: 20px;
                                          -webkit-transition: all 05s;
                                          -moz-transition: all 0.5s;
                                          -ms-transition: all 0.5s;
                                          -o-transition: all 0.5s;
                                          transition: all 0.5s;
                                          background: #ffffff;
                                          -webkit-transition: all 05s;
                                          -moz-transition: all 0.5s;
                                          -ms-transition: all 0.5s;
                                          -o-transition: all 0.5s;
                                          transition: all 0.5s;
                                          box-shadow: 0 0 20px 4px rgb(0 0 0 / 8%), 0 0 0 1px rgba(0,0,0,0.08);
                                          -webkit-box-shadow: 0 0 20px 4px rgb(0 0 0 / 8%), 0 0 0 1px rgba(0,0,0,0.08);
                                          -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0,0,0,0.08);
                                          -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0,0,0,0.08);
                                      }
                                      .skill:hover {
                                      border: 2px solid #37A660;
                                      color: #37A660 !important;
                                      transition: all 0.4s ease-in-out;
                                      -webkit-transition: all 0.4s ease-in-out;
                                      -moz-transition: all 0.4s ease-in-out;
                                      -ms-transition: all 0.4s ease-in-out;
                                          box-shadow: 0 0 20px 4px rgb(0 0 0 / 8%), 0 0 0 1px rgba(0,0,0,0.08);
                                          -webkit-box-shadow: 0 0 20px 4px rgb(0 0 0 / 8%), 0 0 0 1px rgba(0,0,0,0.08);
                                          -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0,0,0,0.08);
                                          -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0,0,0,0.08);
                                  }
                                      .pad30 {
                                          padding:0 30px;
                                      }
                                      .skill .name {
                                          width:50%;
                                          float:left;
                                          min-height:180px;
                                          background-color:#424242;
                                          z-index:100;
                                          border-radius:4px 0 0 4px;
                                          -webkit-border-radius:4px 0 0 4px;
                                      }
                                      .skill .knob {
                                          z-index:90;
                                          float:left;
                                          width:50%;
                                          text-align:center;
                                      }
                                      .skill .label {
                                          font-size:18px;
                                          text-transform:uppercase;
                                          color:#fff;
                                          text-align:center;
                                          font-weight:400;
                                          letter-spacing:1px;
                                          margin-top:75px;
                                          width:100%;
                                          float:left;
                                          white-space: normal;
                                          line-height: 22px;
                                      }
                                      .skill-heading {
                                          margin:0px;
                                          padding:0px;
                                          font-size:18px;
                                          letter-spacing:1px;
                                          color:#37A660;
                                          padding-top:20px;
                                      }
                                      .skill-subheading {
                                          margin:0px;
                                          padding:0px;
                                          color:black;
                                          font-size:14px;
                                          font-weight:300;
                                          margin-top:10px;
                                      }
                                      .skill h4 {
                                          font-size: 18px;
                                          color: #00b85b !important;
                                      }
                                      .skill span.text-uppercase {
                                          color: black;
                                          font-weight: 500;
                                      }
                                      .skill.text-align-right {
                                          text-align: right;
                                      }
                                      .skill.text-align-left {
                                          text-align: left;
                                      }
                                      .skill p {
                                          padding:15px 0px 0 0;
                                          font-size:14px;
                                          line-height:20px;
                                          color:#37A660;
                                          margin-top: 15px;
                                      }
                                      .skillnews {
                                          background-color:#fff;
                                          min-height:80px;
                                          text-align:center;
                                          padding-top:20px;
                                          padding-bottom:20px;
                                          margin-top:70px;
                                          border-radius:4px;
                                      }
                                      .skillnews h2 {
                                          margin:0px;
                                          padding:0px;
                                          color:#05d77d;
                                          font-size:28px;
                                          text-transform:uppercase;
                                      }
                                      .skillnews h3 {
                                          padding:0px;
                                          margin:0px;
                                          color:#292c34;
                                          margin-top:10px;
                                          font-weight:400;
                                          font-size:18px;
                                          letter-spacing:0.5;
                                      }
                                      .arrow {
                                          border-color:transparent transparent transparent #424242;
                                          border-style:solid;
                                          border-width:9px;
                                          width:0;
                                          height:0;
                                          float:right;
                                          margin-right:-18px;
                                          margin-top:75px;
                                          position:relative;
                                      }
                                      .chart {
                                          position:relative;
                                          display:inline-block;
                                          width:110px;
                                          height:110px;
                                          margin-top:40px;
                                          text-align:center;
                                      }
                                      .chart canvas {
                                          position:absolute;
                                          top:0;
                                          left:0;
                                      }
                                      .percent {
                                          display:inline-block;
                                          line-height:110px;
                                          z-index:2;
                                          font-size:25px;
                                          color:#3e3e3e;
                                      }
                                      .percent:after {
                                          content:'%';
                                          margin-left:0.1em;
                                          font-size: .8em;
                                      }
                                      /** section skill end **/







/*================== 08 End Experience section css ==================  */





/* -------------------------------------
    ( 15 ) Start Testimonials Section
* ------------------------------------- */
#testimonial .testimonial-thumb {
  width: 65px;
  height: 65px;
}
#testimonial .testimonial-box {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
#testimonial .testimonial-box.left {
  margin: 0 5px 0 15px;
}
#testimonial .testimonial-box.right {
  margin: 0 15px 0 5px;
}

#testimonial .testimonial-box {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-transition: all 05s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
}
#testimonial .testimonial-box:hover {
    border: 1px solid #37A660;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#testimonial .testimonial-card {
    padding: 20px;
    border: 1px solid white;
    -webkit-transition: all 05s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#testimonial .testimonial-box:hover .testimonial-card {
    border: 1px solid #37A660;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

/*================== 08 End Testimonials section css ==================  */


/* -------------------------------------
    ( 15 ) Start Footer Section
* ------------------------------------- */
  footer .copyright {
    background: #212121;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  footer .copyright p {margin-bottom: 0; color: #ccc; text-align: center;}
  footer .copyright i {
    color: #e43629; 
    -webkit-animation: heartBeat 2s infinite;
        animation: heartBeat 2s infinite;
  }
  @-webkit-keyframes heartBeat {
    0%, 50%, 100% {
      -webkit-transform: scale(1);
          transform: scale(1);
    }
    5% {
      -webkit-transform: scale(1.1);
          transform: scale(1.1);
    }
    10% {
      -webkit-transform: scale(1.2);
          transform: scale(1.2);
    }
    15% {
      -webkit-transform: scale(1.3);
          transform: scale(1.3);
    }
  }
  @keyframes heartBeat {
    0%, 50%, 100% {
      -webkit-transform: scale(1);
          transform: scale(1);
    }
    5% {
      -webkit-transform: scale(1.1);
          transform: scale(1.1);
    }
    10% {
      -webkit-transform: scale(1.2);
          transform: scale(1.2);
    }
    15% {
      -webkit-transform: scale(1.3);
          transform: scale(1.3);
    }
  }

  /* End Footer Section */




/* -------------------------------------
    ( 16 ) Start To Top Button
* ------------------------------------- */
  #toTop {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 20;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    background: #37A660;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
    -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
        transform: scale(0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93);
          transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93);
  }
  #toTop.appeared {
    bottom: 20px;
    right: 20px;
    opacity: 0.7;
    -webkit-transform: scale(1);
      -ms-transform: scale(1);
        transform: scale(1);
  }
  #toTop i {
    display: inline-block;
    font-size: 25px;
    line-height: 40px;
    font-size: 30px;
  }
  #toTop:hover {
    opacity: 1;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.16), 0px 4px 12px 0px rgba(0,0,0,0.15);
  }

  /* End To Top Button */





/*================== 18 Start start go to top css ==================  */
.bottom_top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background-color: #37A660;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    border-radius: 42px;
    border: 1px solid #02944a;
  -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.bottom_top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #262626;
    opacity: 0;
    visibility: hidden;
    width: 40px;
    text-align: center;
    height: 42px;
    border-radius: 42px;
    border: 1px solid #000 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.bottom_top i {
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
   -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bottom_top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.bottom_top.active {
    top: 98%;
    -o-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}
.bottom_top:hover, .bottom_top:focus {
    color: #ffffff;
}
.bottom_top:hover::before, .bottom_top:focus::before {
    opacity: 1;
    visibility: visible;
}
.bottom_top:hover i:first-child, .bottom_top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.bottom_top:hover i:last-child, .bottom_top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
/*================== 18 End  go to top css ==================  */





/*== EXTRA SMALL ==  */
@media (max-width: 575px) {
  #header .logo {
  font-size: 24px;
}
  .hero-wrap .hero-bg {
    max-height: 100%;
    height: 100%;
    width: 100%;
    background-position: bottom right;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }
  .hero-content .container {
    margin top: 100px !important;
  }
  .about-name {
    font-size: 1.5rem !important;
  }
  .intro {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-content .container.hero-container {
    margin-top: 8vh !important;
  }
  .hidden-xs {
    display: none !important;
  }
  #home #main-name {
    font-size: 8.5vw;
    margin: 10px auto 10px;
    letter-spacing: 2px;
  }
  #home #expert-text {
    font-size: 6vw !important;
    height: 20vw;
  }
  #home .home-buttons a.btn-custom {
    padding: 2vw;
    letter-spacing: 1.5px;
    font-size: 3.75vw;
    margin: 10px 2vw 0px 0px;
  }
  .preloader h4 {
    line-height: 30px;
    font-size: 18px;
  }
  .preloader h4 span {
    color: #fff;
    letter-spacing: 2px;
    font-size: 24px;
  }
  .preloader img {
    width: 100px;
  }
  .status {
    margin-top: 75px;
  }
  .margin-auto {
    margin-top: 5vh;
  }
  .container, .container-md, .container-sm {
    max-width: initial;
  }
  .contact-details > .pl-4 {
    padding-left: 0 !important;
    margin-top: 20px;
  }
  .mt-xs {
    margin-top: 20px;
  }
  .text-24 {
    font-size: calc(1.5rem + 4.4vw) !important;
  }
  .section-title-middle {
    display: none;
    color: #111111 !important;
  }
  .section-title-main-container {
    margin-bottom: 10px !important;
  }
  .section-title-main {
    color: #37A660 !important;
    opacity: 100% !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    font-size: 12vw !important;
  }
  .counter-box {
    margin-bottom: 45px;
  }
  #about .no-margin-btm, #about .no-margin-btm-xs {
    margin-bottom: 0 !important;
  }
  .services-box .front {
    padding: 64px 43px 24px 43px;
  }
  .services-box .front.arch, .services-box .front.research {
    padding: 64px 40.5px 24px 40.5px;
  }
  .services-box h3 {
    font-size: 19px;
  }
  #services .section-title-main {
    margin-bottom: 60px !important;
  }
  .section-title-main {
    text-align: center !important;
  }
  .service-box-margin.xs-margin {
    margin-bottom: 10px !important;
  }
  .services-row { 
    padding-top: 0px;
  }
  #about-anchor {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 1px;
    opacity: 0;
  }
  .portfolio-menu .nav-item .nav-link {
    padding: 0.3rem .64rem;
    margin: 0;
  }
  .experience-timeline .exprince_box .skill.text-align-right {
    text-align: left !important;
  }
  #experience .education-box .education-card {
    min-height: 200px;
  }
}

/*== SMALL ==  */
@media (min-width: 576px) and (max-width: 767px) {
  .hero-container {
    margin-top: 20vh;
  }
  .intro {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero-wrap .hero-bg {
    max-height: 100%;
    height: 100%;
    background-position: bottom right;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }
  .hidden-sm {
    display: none !important;
  }
  .counter-box h3 {
    font-size: 14px;
  }
  .services-box {
    max-width: 430px;
    min-height: 130px;
  }
  .services-box h3 {
    font-size: 19px;
  }
  .service-box-margin.xs-margin {
    margin-bottom: 10px !important;
  }
  .services-box .front {
    padding: 64px 25px 34px 25px;
  }
  #experience .ex_rightsidebox .padding-0 {
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #home #main-name {
    font-size: 2.5rem;
    margin: 10px auto 10px;
  }
  #home #expert-text {
    font-size: 1.5rem !important;
  }
  #home .home-buttons a.btn-custom, #experience .home-buttons a.btn-custom {
    padding: 15px 15px;
    letter-spacing: 1.5px;
    font-size: 15px;
    margin: 30px 10px 10px 0px;
  }
  .preloader h4 {
    line-height: 40px;
  }
  .preloader h4 span {
    color: #fff;
    letter-spacing: 2px;
    font-size: 40px;
  }
  .margin-auto {
    margin-top: 30vh;
  }
  .container, .container-md, .container-sm {
    max-width: initial;
  }
  .side-bar {
    font-size: 1.05rem !important;
  }
  .contact-details > .pl-4 {
    padding-left: 0 !important;
    margin-top: 20px;
  }
  .mt-xs {
    margin-top: 20px;
  }
  .counter-box {
    margin-bottom: 45px;
  }
  .services-box {
    margin-bottom: 0px;
  }
  .services-row { 
    padding-top: 30px;
  }
  #about .no-margin-btm-sm {
    height: 145px;
  }
  #about .no-margin-btm-sm .no-margin-btm {
    margin-bottom: 0 !important;
  }
  .contact-details p {
    font-size: 2.25vw !important;
  }
  #about-anchor {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 1px;
    opacity: 0;
  }
  .portfolio-menu .nav-item .nav-link {
    font-size: 15px;
  }
  .experience-timeline .exprince_box .skill.text-align-right {
    text-align: left !important;
  }
  #experience .education-box .education-card {
    min-height: 140px;
  }
}

/*== MEDIUM ==  */
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
  #home #main-name {
    font-size: 3rem;
  }
  #home #expert-text {
    font-size: 1.75rem !important;
  }
  #experience .ex_rightsidebox .padding-0 {
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hero-wrap .hero-bg {
    max-height: 100%;
    height: 100%;
    background-position: center right;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }
  .intro {
    padding-left: 30px;
    padding-right: 30px;
  }
  .margin-auto {
    margin-top: 10vh;
  }
  .container, .container-md, .container-sm {
    max-width: initial;
  }
  #about .list-style-2 > li {
    font-size: 15px;
  }
  .counter-box {
    margin-bottom: 45px;
  }
  .services-box {
    margin-bottom: 45px;
  }
  .side-bar span.title {
    font-size: 20px;
  }
  #about .no-margin-btm-sm {
    height: 145px;
  }
  .service-box-margin {
    margin-bottom: 40px;
  }
  .services-box.no-margin-btm {
    margin-bottom: 0px;
  }
  .services-row { 
    padding-top: 30px;
  }
  #about-anchor {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 1px;
    opacity: 0;
  }
  #experience .education-box .education-card {
    min-height: 120px;
  }
}

/*== LARGE ==  */
@media (min-width: 992px) and (max-width: 1199px) {
  .nothing {
    display: none;
  }
  .hero-wrap .hero-bg {
    max-height: 100%;
    height: 100%;
    background-position: center right;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }
  .hero-bg-lg {
    max-height: 100%;
    height: 100%;
    background-position: center right;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: none;
  }
  .intro {
    padding-left: 30px;
    padding-right: 30px;
  }
  .primary-menu .container-fluid.position-relative {
    padding: 0;
  }
  .hidden-lg {
    display: none !important;
  }
  .counter-box {
    min-height: 170px;
  }
  .counter-box .front {
    padding: 64px 36px 24px 36px;
  }
  .counter-box h3 {
    height: 80px;
  }
  .counter-box h3 {
    font-size: 18px;
  }
  .services-box {
    min-height: 150px;
  }
  .services-box .front {
    padding: 64px 36px 24px 36px;
  }
  .services-box h3 {
    height: 80px;
  }
  .services-box h3 {
    font-size: 18px;
  }
  .services-box .front {
    padding: 64px 48px 24px 48px;
  }
  .services-row { 
    padding-top: 30px;
  }
  .no-margin-btm-md {
    margin-bottom: 30px;
  }
  .primary-menu ul.navbar-nav > li a {
    font-size: 15px;
  }
  .container, .container-md, .container-sm {
    max-width: initial;
  }
  #about-anchor {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 1px;
    opacity: 0;
  }
}

/*== EXTRA LARGE ==  */
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
  .hero-bg-lg { 
    background-position: center right;
    background-attachment: fixed;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms;
  }
  .no-margin-btm-md {
    margin-bottom: 20px;
  }
  #about-anchor {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    opacity: 0;
  }
  .services-row { 
    padding-top: 30px;
  }
}
