/*-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
      01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:400,600,700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #646F87; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a {
  color: #00A78E; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #293651;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #646F87;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== Alt Spinner =====*/
#ajaxprogress {
    display: none;
}

.love {
    color: #ff007d;
}
.anicol {
    color: #00A78E;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 40px;
    font-size: 16px;
    line-height: 55px;
    height: 55px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #00A78E;
}
  @media (max-width: 767px) {
    .main-btn {
      padding: 0 30px;
      height: 45px;
      line-height: 45px; } }
  .main-btn:hover {
    background-color: rgba(0, 167, 142, 0.7);
    color: #fff; }
  .main-btn.main-btn-2 {
    background-color: transparent;
    color: #646F87;
    border: 2px solid #646F87;
    line-height: 51px; }
    @media (max-width: 767px) {
      .main-btn.main-btn-2 {
        line-height: 41px; } }
    .main-btn.main-btn-2:hover {
      background-color: rgba(100, 111, 135, 0.2);
      color: #646F87; }

/*===== All Section Title Style =====*/
.section_title .sub_title {
  font-size: 20px;
  font-weight: 600;
  color: #00A78E; }
  @media (max-width: 767px) {
    .section_title .sub_title {
      font-size: 16px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_title .sub_title {
      font-size: 18px; } }
.section_title .main_title {
  font-size: 35px;
  font-weight: 600;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .section_title .main_title {
      font-size: 22px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_title .main_title {
      font-size: 26px; } }
.section_title .line {
  padding-top: 10px; }
  .section_title .line li {
    display: inline-block;
    background-color: #00A78E;
    border-radius: 50px;
    height: 3px; }
    .section_title .line li:nth-of-type(1) {
      width: 64px; }
    .section_title .line li:nth-of-type(2) {
      width: 10px; }
    .section_title .line li:nth-of-type(3) {
      width: 7px; }

/*============ AJAX operation spinner ============*/
#ajaxprogress {
    position: fixed;
    z-index: 3999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #00A78E #00A78E #eceff8;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #eceff8;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #eceff8;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
/*===========================
        02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .sticky .navbar {
    padding: 10px 0; }

.navbar {
  padding: 25px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navbar-brand {
  padding: 0; }


.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #293651;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

.navbar-nav .nav-item {
  margin-left: 28px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-left: 17px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    font-family: "Open Sans", sans-serif;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #293651; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #293651; } }
    .navbar-nav .nav-item a span {
      width: 0;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 50px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .navbar-nav .nav-item a span::before {
        position: absolute;
        content: '';
        width: 0;
        height: 2px;
        background-color: #fff;
        left: 110%; }
      .navbar-nav .nav-item a span::after {
        position: absolute;
        content: '';
        width: 0;
        height: 2px;
        background-color: #fff;
        left: 140%; }
  .navbar-nav .nav-item.active > a span, .navbar-nav .nav-item:hover > a span {
    opacity: 1;
    visibility: visible;
    width: 60%; }
    .navbar-nav .nav-item.active > a span::before, .navbar-nav .nav-item:hover > a span::before {
      width: 20%; }
    .navbar-nav .nav-item.active > a span::after, .navbar-nav .nav-item:hover > a span::after {
      width: 15%; }
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
  .navbar-nav .nav-item .sub-menu {
    width: 240px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    .navbar-nav .nav-item .sub-menu li {
      display: block; }
      .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #293651; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #00A78E; }
.navbar-nav .sub-nav-toggler {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      top: -10px;
      right: 0;
      bottom: 0;
      background: none;
      color: #293651;
      font-size: 18px;
      border: 0;
      background-image: url("../images/arrow_submenu.png");
      background-repeat: no-repeat;
      width: 30px;
      height: 30px; } }
  @media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: -10px;
      background: none;
      color: #293651;
      font-size: 18px;
      border: 0;
      background-image: url("../images/arrow_submenu.png");
      background-repeat: no-repeat;
      width: 30px;
      height: 30px; } }
.navbar-nav .sub-nav-toggler span {
    /*width: 8px;
    height: 8px;
    border-left: 1px solid #293651;
    border-bottom: 1px solid #293651;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;*/
}

.sticky .navbar-nav .nav-item .page-scroll {
    color: #293651;
}
.sticky .navbar-nav .nav-item.active .page-scroll, .sticky .navbar-nav .nav-item:hover .page-scroll {
    color: #00A78E;
}


/*===== HEADER HERO =====*/
.header_hero {
  position: relative;
  z-index: 5;
  background-position: bottom center;
  background-color: #F9F9F9;
  overflow: hidden;
  padding-top: 70px; }

/*--/Slide-out--*/
.box-out {
    max-width: 75px;
    top: 50%;
    left: 20px;
    position: fixed;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 20px;
    padding: 0.5em 0.3em;
    background: rgba(229, 229, 229, 1);
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    transition: .5s ease-out;
    z-index: 1100;
}
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .box-out {
        left: 10px;
        } 
    }
    @media only screen and (min-width: 220px) and (max-width: 1199px) {
    .box-out {
        display: none;
        }
    }

.box-in {
    margin: 0 0 0 -100px;
}

.slide-btn {
    font-size: 1.6em;
    color: #00A78E;
    top: -34px;
    left: 90px;
    position: absolute;
    width: 40px;
    height: 40px;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    transition: .5s ease-out;
    z-index: 1200;
}

    .slide-btn:hover {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        cursor: pointer;
    }

.slide-btn-left {
    color: #111;
}
/*--//Slide-out--*/

/*--/Portfolio--*/
#portfolio {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2em;
    margin: 1.5em 6em;
}

#portfolio-alt {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2em;
    margin: 1.5em 6em;
    color: #333;
}

#portfolio header {
    margin-bottom: 2em;
}

    #portfolio header p {
        text-align: left;
    }

#portfolio-alt header {
    margin-bottom: 2em;
}

    #portfolio-alt header p {
        text-align: left;
    }
/*--//Portfolio--*/

.header_hero_shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1; }
  .header_hero_shape::before {
    position: absolute;
    content: '';
    width: 1000%;
    height: 100%;
    background-color: #00A78E;
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    top: 0;
    left: 0; }

  .header_hero_shape_blog {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: -1; }
  .header_hero_shape_blog::before {
    position: absolute;
    content: '';
    width: 1000%;
    height: 100%;
    background-color: #00A78E;
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    top: 0;
    left: 0; }

.header_hero_content .header_sub_title {
  font-size: 30px;
  font-weight: 600;
  color: #00A78E;
  letter-spacing: 4px; }
  @media (max-width: 767px) {
    .header_hero_content .header_sub_title {
      font-size: 24px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_hero_content .header_sub_title {
      font-size: 30px; } }
.header_hero_content .header_title {
  font-size: 50px;
  font-weight: 700;
  color: #293651;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .header_hero_content .header_title {
      font-size: 24px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_hero_content .header_title {
      font-size: 30px; } }
.header_hero_content span {
  font-size: 18px;
  font-weight: 500;
  color: #293651;
  margin-top: 15px; }
.header_hero_content p {
    margin-top: 15px;
    margin-bottom: 15px;}
.header_hero_content .main-btn {
  margin-top: 30px; }

.header_hero_image img {
  width: 100%;
}
@media (max-width: 991px) {
    .header_hero_image {
        display: none;
    }
}

/*===========================
        03.ABOUT css 
===========================*/
.about_image {
  position: relative; }
  .about_image img {
    width: 100%; }
  .about_image {
    width: 100%; }
    @media (max-width: 767px) {
        .about_image {
            width: 70%;
            margin: 0 auto;
        } 
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about_image {
        width: 60%;
        margin: 0 auto;
      } 
    }
    

.about_content p {
  margin-top: 10px; }

.skill_item .skill_header {
  position: relative; }
  .skill_item .skill_header .skill_title {
    font-size: 14px;
    font-weight: 500; }
  .skill_item .skill_header .skill_percentage {
    position: absolute;
    top: -3px;
    right: 0; }
    .skill_item .skill_header .skill_percentage p {
      font-size: 14px;
      font-weight: 400; }
.skill_item .skill_bar {
  margin-top: 15px; }
  .skill_item .skill_bar .bar_inner {
    width: 100%;
    height: 9px;
    border-radius: 5px;
    background-color: rgba(100, 111, 135, 0.11);
    position: relative; }
    .skill_item .skill_bar .bar_inner .progress_line {
      position: absolute;
      top: 0;
      left: 0;
      height: 9px;
      border-radius: 5px;
      background-color: #00A78E;
      -webkit-transition: all 2s ease-out 0s;
      -moz-transition: all 2s ease-out 0s;
      -ms-transition: all 2s ease-out 0s;
      -o-transition: all 2s ease-out 0s;
      transition: all 2s ease-out 0s;
      width: 0; }
      .skill_item .skill_bar .bar_inner .progress_line::before {
        position: absolute;
        content: '';
        width: 7px;
        height: 18px;
        background-color: #fff;
        border: 2px solid #00A78E;
        top: -5px;
        right: 0; }

/*===========================
       04.SERVICE css 
===========================*/
.services_area {
  background-color: #F9F9F9; }

.single_service {
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #fff; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_service {
      padding: 20px; } }
  .single_service .service_icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 46px;
    background-color: #00A78E;
    color: #fff;
    border-radius: 25px;
    border-bottom-right-radius: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_service .service_icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 36px; } }
  .single_service .service_content {
    margin-top: 25px; }
    .single_service .service_content .service_title a {
      font-size: 22px;
      font-weight: 600;
      color: #293651;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single_service .service_content .service_title a {
          font-size: 18px; } }
    .single_service .service_content p {
      margin-top: 20px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .single_service:hover {
    background-color: #00A78E; }
    .single_service:hover .service_icon i {
      background-color: #fff;
      color: #00A78E; }
    .single_service:hover .service_content .service_title a {
      color: #fff; }
    .single_service:hover .service_content p {
      color: #fff; }

/*===========================
   09.WORK EXPERIENCE css 
===========================*/
.work_experience {
  position: relative;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .work_experience {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .work_experience {
      margin-top: 0; } }
  .work_experience::before {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #00A78E; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .work_experience::before {
        display: none; } }
    @media (max-width: 767px) {
      .work_experience::before {
        display: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_experience {
    margin-top: 25px; } }
@media (max-width: 767px) {
  .single_experience {
    margin-top: 25px; } }
.single_experience .experience_title {
  width: 46%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_experience .experience_title {
      width: 100%; } }
  @media (max-width: 767px) {
    .single_experience .experience_title {
      width: 100%; } }
  .single_experience .experience_title .title {
    font-size: 25px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .single_experience .experience_title .title {
        font-size: 20px; } }
  .single_experience .experience_title p {
    color: #00A78E;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .single_experience .experience_title p {
        font-size: 15px; } }
  .single_experience .experience_title .date {
    font-size: 16px;
    font-weight: 600;
    color: #646F87;
    font-family: "Open Sans", sans-serif;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .single_experience .experience_title .date {
        font-size: 15px; } }
.single_experience .experience_number {
  width: 8%;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_experience .experience_number {
      display: none; } }
  @media (max-width: 767px) {
    .single_experience .experience_number {
      display: none; } }
  .single_experience .experience_number span {
    width: 55px;
    height: 55px;
    line-height: 51px;
    text-align: center;
    border: 2px solid #00A78E;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: #00A78E;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #fff; }
.single_experience .experience_content {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  width: 46%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_experience .experience_content {
      width: 100%;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .single_experience .experience_content {
      width: 100%;
      margin-top: 30px;
      padding: 20px; } }
  .single_experience .experience_content p {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.single_experience:hover .experience_number span {
  background-color: #00A78E;
  color: #fff; }
.single_experience:hover .experience_content {
  background-color: #00A78E; }
  .single_experience:hover .experience_content p {
    color: #fff; }

  /*===========================
       06.PRICING css 
===========================*/
.pricing_area {
  position: relative; }

.pricing_shape {
  position: absolute;
  top: 0;
  right: 0; }

.single_price {
  padding: 40px 50px 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  background-color: #fff;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .single_price {
      padding: 30px; } }
  .single_price .sticker {
    display: block;
    font-size: 13px;
    background-color: #00A78E;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    right: -136px;
    width: 100%; }
    @media (max-width: 767px) {
      .single_price .sticker {
        top: 30px;
        right: -100px; } }
  .single_price .price_header {
    border-bottom: 1px solid rgba(100, 111, 135, 0.26);
    padding-bottom: 30px; }
    .single_price .price_header .price_title {
      font-size: 25px;
      font-weight: 600; }
    .single_price .price_header .price {
      font-size: 35px;
      line-height: 40px;
      color: #00A78E;
      font-weight: 600;
      margin-top: 15px; }
    .single_price .price_header p {
      margin-top: 10px; }
  .single_price .price_body {
    padding-top: 15px; }
    .single_price .price_body ul li {
      margin-top: 15px;
      font-size: 16px;
      color: #646F87; }
      .single_price .price_body ul li i {
        margin-right: 10px; }
  .single_price .price_btn {
    margin-top: 30px; }
    .single_price .price_btn .main-btn {
      border-radius: 50px; }


/*===========================
   10.CALL TO ACTION css 
===========================*/
.call_to_action_wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative; }
  .call_to_action_wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.06;
    background-color: #000;
  }

.call_to_action_box {
  background-color: #00A78E;
  padding: 30px 60px 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 5; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .call_to_action_box {
      padding: 10px 40px 40px; } }
  @media (max-width: 767px) {
    .call_to_action_box {
      padding: 0px 20px 20px; } }
  .call_to_action_box::before {
    position: absolute;
    content: '';
    background-image: url(../images/shape-2.png);
    background-position: bottom center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: -1; }
  .call_to_action_box .call_to_action_content {
    max-width: 650px;
    margin-top: 25px; }
    .call_to_action_box .call_to_action_content .action_title {
      color: #fff;
      font-size: 35px;
      font-weight: 600; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .call_to_action_box .call_to_action_content .action_title {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .call_to_action_box .call_to_action_content .action_title {
          font-size: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .call_to_action_box .call_to_action_content .action_title {
          font-size: 26px; } }
    .call_to_action_box .call_to_action_content .line {
      padding-top: 10px; }
      .call_to_action_box .call_to_action_content .line li {
        display: inline-block;
        background-color: #fff;
        border-radius: 50px;
        height: 3px; }
        .call_to_action_box .call_to_action_content .line li:nth-of-type(1) {
          width: 64px; }
        .call_to_action_box .call_to_action_content .line li:nth-of-type(2) {
          width: 10px; }
        .call_to_action_box .call_to_action_content .line li:nth-of-type(3) {
          width: 7px; }
    .call_to_action_box .call_to_action_content p {
      color: #fff;
      margin-top: 15px; }
  .call_to_action_box {
    margin-top: 26px; }
  .call_to_action_btn {
    margin-top: 30px;
    margin-left: 30px;
  }
    .call_to_action_box .main-btn {
      color: #00A78E;
      background-color: #fff; }
      .call_to_action_box .main-btn:hover {
        background-color: rgba(255, 255, 255, 0.8); }

/*===========================
      Blog section css 
===========================*/
.blogsrch_area {
    background-color: #F9F9F9;
    margin: 0 auto;
}

/*===========================
   Contact us css 
===========================*/

.address .item {
    font-size: 0.95em;
    font-weight: 600;
    padding: 0.4em 0;
    color: #666;
}
.address .item span{
    padding: 0 1em 0 0;
    color: #00A78E;
}
.container .if-cont {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%; /* 4:3 Map Aspect Ratio (divide 3 by 4 = 0.75) */
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*===========================
     08.COUNTER css 
===========================*/
.single_counter .counter_icon i {
  color: #293651;
  font-size: 67px;
  line-height: 70px; }
  @media (max-width: 767px) {
    .single_counter .counter_icon i {
      font-size: 55px;
      line-height: 60px; } }
.single_counter .counter_content {
  padding-left: 30px; }
  .single_counter .counter_content .count {
    font-size: 35px;
    font-weight: 600;
    color: #00A78E;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 767px) {
      .single_counter .counter_content .count {
        font-size: 30px; } }
  .single_counter .counter_content p {
    font-weight: 600;
    font-family: "Montserrat", sans-serif; }

/*=====================================
    PROMO AREA LAYOUT
======================================*/
.promo-area {
    padding: 1em 0;
    background-color: #f1f1f1;
}
.promo-item {
    display: block;
    width: 300px;
}
    .promo-item p {
        font-size: 14px;
    }
    .promo-item b {
        font-size: 16px;
    }
    .promo-item img {
        margin-left: 10px;
    }

@media (max-width: 991px) {
    .promo-item {
        margin: 1em 0;
    }
}
/*======================================
      10.2 INFORMATION PAGE LAYOUT css 
========================================*/
#info_layout h3 {
    padding: 0.4em 0 0.6em 0;
}
#info_layout h4 {
    padding: 0.8em 0 0.4em 0;
}
#info_layout h5 {
    padding: 0.3em 0 0.5em 0;
}
#info_layout p {
    padding: 0.7em 0;
}
/* in-page Quotes */
#layoutquote {
    font-size: 0.8em;
    text-align: left;
    background: #f5f5f5;
    border-left: 10px solid #00A78E;
    margin: 1.5em;
    padding: 0.1em 1.5em 0.5em 1.5em;
    quotes: "\201C""\201D""\2018""\2019";
    line-height: 1.4;
}
    #layoutquote:before {
        content: open-quote;
        display: inline;
        height: 0;
        line-height: 0;
        left: -16px;
        position: relative;
        top: 30px;
        color: #00A78E;
        font-size: 3em;
    }
    #layoutquote p {
        margin: 0;
    }
    #layoutquote footer {
        margin: 0;
        text-align: right;
        font-size: 0.95em;
        font-style: italic;
        font-weight: 400;
        color: #333;
    }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #layoutquote {
        margin: 1em 1.5em;
    }
}
@media (max-width: 767px) {
    #layoutquote {
        margin: 1em 1em;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    #layoutquote {
        margin: .2em .5em;
    }
}

.hostingtech {
    display: flex;
    padding: 1em 0;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .hostingtech {
        display: none;
    }
}
img.hosticon {
    display: inline-block;
    margin: 1em 1em 0.7em 1em;
}

/*===========================
    CRYPTO SERVICES BLOCKS
===========================*/

.cryptoitem {
    display: inline-block;
    background-color: #f5f5f5;
    border: solid 2px #ddd;
    border-radius: 6px;
    padding: 1em 1.5em;
    font-size: 0.8em;
    line-height: 1em;
    max-width: 300px;
    margin-bottom: 2em;
}
    .cryptoitem h5 {
        line-height: 1.2em;
        font-size: 1.2em;
        letter-spacing: 0.1em;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }
    .cryptoitem a {
        color: #1f8477;
        border: 0;
    }
        .cryptoitem a:hover {
            color: #111;
            border: 0;
        }
    .cryptoitem img {
        display: block;
        margin-bottom: 0.5em;
        border: 0;
    }
    .cryptoitem span {
        line-height: 1.5em;
        font-size: 1.1em;
    }

/*===========================
      11.FOOTER css 
===========================*/
#footer h6 {
    margin-top: 2em;
    margin-bottom: 1.2em;
}
#footer .affiliates {
    display: inline-block;
    background-color: #fff;
    border: solid 2px #ddd;
    border-radius: 10px;
    padding: 1em 1.5em;
    font-size: 0.8em;
    line-height: 1em;
    max-width: 260px;
    margin-right: 1em;
    margin-bottom: 1em;
}

    #footer .affiliates h5 {
        line-height: 1.2em;
        margin-bottom: 0.5em;
        font-size: 1.1em;
        letter-spacing: 0.1em;
    }

    #footer .affiliates a {
        color: #1f8477;
        border: 0;
    }

        #footer .affiliates a:hover {
            color: #111;
            border: 0;
        }

    #footer .affiliates img {
        margin-bottom: 0.5em;
        border: 0;
    }

    #footer .affiliates span {
        line-height: 1.3em;
        font-size: 0.95em;
    }

#footer .copyright {
    padding: 2em 0.3em;
    font-size: 1em;
    line-height: 1em;
}

    #footer .copyright a {
        color: #1f8477;
    }

    #footer .copyright li {
        display: inline-block;
        margin-left: 1em;
        padding-left: 1em;
        border-left: dotted 1px;
    }

        #footer .copyright li:first-child {
            margin: 0;
            padding: 0;
            border: 0;
        }
@media only screen and (min-width: 240px) and (max-width: 400px) {
    #footer .copyright {
        line-height: 1.8em;
    }
}

#footer .tinylinks {
    padding: 2em 1em;
    font-size: 0.75em;
    line-height: 1.6em;
}

    #footer .tinylinks li {
        display: inline-block;
        margin-left: 1em;
        padding-left: 1em;
    }

        #footer .tinylinks li:first-child {
            margin: 0;
            padding: 0;
            border: 0;
        }

    #footer .tinylinks a {
        color: #1f8477;
    }

        #footer .tinylinks a:hover {
            color: #111;
        }

#footer .mediumlinks {
    font-size: 0.9em;
    font-weight: 400;
}

/* Random Quotes */
#ranquote {
    font-size: 0.9em;
    text-align: left;
    background: #fff;
    border-left: 10px solid #00A78E;
    margin: 1.5em 12em;
    padding: 1em 1.5em;
    quotes: "\201C""\201D""\2018""\2019";
    line-height: 1.4;
}
    #ranquote:before {
        content: open-quote;
        display: inline;
        height: 0;
        line-height: 0;
        left: -15px;
        position: relative;
        top: 30px;
        color: #00A78E;
        font-size: 3em;
    }
    #ranquote p {
        margin: 0;
    }
    #ranquote footer {
        margin: 0;
        text-align: right;
        font-size: 0.95em;
        font-style: italic;
        font-weight: 400;
        color: #333;
    }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #ranquote {
        margin: 1em 6em;
    }
}
@media (max-width: 767px) {
    #ranquote {
        margin: 1em 3em;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    #ranquote {
        margin: 1em 1em;
    }
}

.footer_content .footer_social {
    margin-top: 22px;
    margin-bottom: 32px;
}
  .footer_content .footer_social li {
    display: inline-block;
    margin: 0 10px; }
    .footer_content .footer_social li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      font-size: 18px;
      color: #646F87;
      background-color: rgba(41, 54, 81, 0.07);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .footer_content .footer_social li a:hover {
        color: #00A78E; }
.footer_content .email {
  font-size: 44px;
  font-weight: 600;
  color: #293651;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .footer_content .email {
      font-size: 20px;
      margin-top: 25px; } }
.footer_content .footer_menu {
  padding-top: 20px; }
  .footer_content .footer_menu li {
    display: inline-block;
    margin: 10px 20px 0; }
    @media (max-width: 767px) {
      .footer_content .footer_menu li {
        margin: 10px 12px 0; } }
    .footer_content .footer_menu li a {
      font-size: 16px;
      font-weight: 600;
      color: #293651; }
      @media (max-width: 767px) {
        .footer_content .footer_menu li a {
          font-size: 15px; } }

#toTop {
    font-size: 1.8em;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 38px;
    height: 38px;
    border: none;
    z-index: 1000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #toTop {
        font-size: 1.6em;
    }
}
@media only screen and (min-width:280px) and (max-width: 767px) {
    #toTop {
        font-size: 1.4em;
    }
}

/* Blog Section */
.blogcontent {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
}

.bloglink {
    font-family: 'Oswald', sans-serif;
    border-top: 2px dashed #d1eeea;
    padding-top: 1.5em;
}

    .bloglink h3 {
        font-weight: 400;
    }

a.blogtag {
    text-decoration: none;
    border: 0;
}

    a.blogtag:hover {
        text-decoration: none;
        border: 0;
    }

.bloggroup {
    text-align: left;
}

input.blogcontrol, select.blogcontrol {
    margin-bottom: 1em;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #9c9c9c;
    border-radius: 10px;
}

    .badge.cat {
        background-color: #00a837;
    }

    .badge.tag {
        background-color: #1d75e2;
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #e5e5e5;
    font-size: 0.9em;
    font-weight: 400;
}
/*# sourceMappingURL=style.css.map */
