/**
 * Reset
 */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

body {
  overflow: hidden;
}

::-moz-selection {
  background: #3ab278;
  text-shadow: none;
}

::selection {
  background: #3ab278;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d2d4d6;
  margin: 1em 0;
  padding: 0;
}
a{
  color: #1d7c82;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/**
 * Animations
 */
@-webkit-keyframes tmSpin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tmSpin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

@-webkit-keyframes growShrink {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes growShrink {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes growShrink1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.8;
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes growShrink1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.8;
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes growShrink2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.8;
  }
  30% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.5;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes growShrink2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.8;
  }
  30% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.5;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes growShrink3 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.8;
  }
  30% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.5;
  }
  90% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes growShrink3 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.8;
  }
  30% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.5;
  }
  90% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes autoAnimated {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  20% {
    -webkit-transform: translateX(15px) translateY(0);
    transform: translateX(15px) translateY(0);
  }
  40% {
    -webkit-transform: translateX(15px) translateY(15px);
    transform: translateX(15px) translateY(15px);
  }
  60% {
    -webkit-transform: translateX(0) translateY(15px);
    transform: translateX(0) translateY(15px);
  }
  80% {
    -webkit-transform: translateX(-15px) translateY(0);
    transform: translateX(-15px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes autoAnimated {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  20% {
    -webkit-transform: translateX(15px) translateY(0);
    transform: translateX(15px) translateY(0);
  }
  40% {
    -webkit-transform: translateX(15px) translateY(15px);
    transform: translateX(15px) translateY(15px);
  }
  60% {
    -webkit-transform: translateX(0) translateY(15px);
    transform: translateX(0) translateY(15px);
  }
  80% {
    -webkit-transform: translateX(-15px) translateY(0);
    transform: translateX(-15px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes upAndDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes upAndDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes upAndDown2 {
  0% {
    top: 0;
    opacity: 0;
  }
  20% {
    top: 0;
    opacity: 1;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes upAndDown2 {
  0% {
    top: 0;
    opacity: 0;
  }
  20% {
    top: 0;
    opacity: 1;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

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

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

/**
 * Typography
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  font-size: 16px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  color: #686b77;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #686b77;
}

:-moz-placeholder {
  color: #686b77;
}

::-moz-placeholder {
  color: #686b77;
}

:-ms-input-placeholder {
  color: #686b77;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  color: #3c424f;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 500;
}

h5,
.h5,
h6,
.h6 {
  font-weight: 400;
}

h1,
.h1 {
  font-size: 42px;
  line-height: 52px;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 46px;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 38px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 34px;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 30px;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 44px;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 42px;
  }
  h3,
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3,
  .h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4,
  .h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 29px;
    line-height: 39px;
  }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

::-moz-selection {
  background: #3ab278;
  color: #ffffff;
}

::-ms-selection {
  background: #3ab278;
  color: #ffffff;
}

::-o-selection {
  background: #3ab278;
  color: #ffffff;
}

::selection {
  background: #3ab278;
  color: #ffffff;
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s;
  -o-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

a:visited {
  color: inherit;
}

button {
  cursor: pointer;
}

input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #d2d4d6;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #686b77;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
}

input::-webkit-input-placeholder,
button::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9c9fa9;
}

input:-moz-placeholder,
button:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9c9fa9;
}

input::-moz-placeholder,
button::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9c9fa9;
}

input:-ms-input-placeholder,
button:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9c9fa9;
}

input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #3ab278;
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
  vertical-align: middle;
}

input:focus,
select:focus,
textarea:focus {
  background: rgba(14, 143, 227, 0.08);
  border-color: rgba(14, 143, 227, 0.2);
}

input,
select,
button {
  height: 50px;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  input,
  select,
  button {
    height: 44px;
  }
}

textarea {
  padding: 10px 15px;
}

blockquote {
  border-left: 5px solid #3ab278;
  font-size: 18px;
  line-height: 27px;
  padding: 30px 30px 15px 30px;
  position: relative;
  z-index: 1;
  font-style: italic;
  background: #F5F9FB;
}

blockquote footer {
  font-size: 14px;
}

blockquote footer a {
  color: #3ab278;
}

blockquote footer a:hover {
  color: #3ab278;
}

@media only screen and (max-width: 767px) {
  blockquote {
    font-size: 16px;
    line-height: 25px;
    padding: 20px;
  }
}

[class^="flaticon-"],
[class*=" flaticon-"],
[class^="flaticon-"],
[class*=" flaticon-"] {
  line-height: 1;
}

[class^="flaticon-"]::before, [class^="flaticon-"]::after,
[class*=" flaticon-"]::before,
[class*=" flaticon-"]::after,
[class^="flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::before,
[class*=" flaticon-"]::after {
  margin-left: 0;
  font-size: inherit;
  vertical-align: middle;
}

.stylish-list {
  padding-left: 0;
}

.stylish-list li {
  list-style: none;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
}

.stylish-list i {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 16px;
  color: #3ab278;
}

/* Checkbox & Radio Styles */
input[type=checkbox],
input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type=checkbox] ~ label,
input[type=radio] ~ label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

input[type=checkbox] ~ label:before,
input[type=radio] ~ label:before {
  content: "";
  font-family: 'fontAwesome';
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #d2d4d6;
  height: 15px;
  width: 15px;
  line-height: 1;
  font-size: 13px;
}

input[type=checkbox]:checked ~ label,
input[type=radio]:checked ~ label {
  color: #3ab278;
}

input[type=checkbox]:checked ~ label:before,
input[type=radio]:checked ~ label:before {
  content: "\f00c";
  color: #3ab278;
  border-color: #3ab278;
}

input[type=radio] ~ label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border: 2px solid #d2d4d6;
  border-radius: 100px;
  height: 15px;
  width: 15px;
  margin-top: -8px;
  line-height: .5;
  font-size: 28px;
}

input[type=radio]:checked ~ label::before {
  content: "";
  color: #3ab278;
  border-color: #3ab278;
}

/**
 * Utilities
 */
.hidden {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
.md-text-right{
  text-align: right;
}

/* Define Colors */
.color-theme {
  color: #005782;
}

.color-secondary {
  color: #3ab278;
}

.color-dark {
  color: #272727;
}

.colog-grey {
  color: #F5F9FB;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

/* Background Color */
.bg-theme {
  background: #005782;
}

.bg-secondary {
  background: #3ab278;
}

.bg-grey {
  background: #F5F9FB;
}

.bg-dark {
  background: #272727 !important;
}

.bg-black {
  background: #000000;
}

.bg-white {
  background: #ffffff !important;
}

.bg-gradient {
  background: -webkit-linear-gradient(90deg, #005782 0%, #3ab278 100%);
  background: -moz-linear-gradient(90deg, #005782 0%, #3ab278 100%);
  background: -ms-linear-gradient(90deg, #005782 0%, #3ab278 100%);
  background: -o-linear-gradient(90deg, #005782 0%, #3ab278 100%);
  background: -webkit-gradient(linear, left top, right top, from(#005782), to(#3ab278));
  background: -webkit-linear-gradient(left, #005782 0%, #3ab278 100%);
  background: -o-linear-gradient(left, #005782 0%, #3ab278 100%);
  background: linear-gradient(90deg, #005782 0%, #3ab278 100%);
}

/* Background Image */
[class*="bg-image-"],
[data-bgimage] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-1 {
  background-image: url(../images/bg/bg-image-1.jpg);
}

.bg-image-2 {
  background-image: url(../images/bg/bg-image-2.jpg);
}

.bg-image-3 {
  background-image: url(../images/bg/bg-image-3.jpg);
}

.bg-image-4 {
  background-image: url(../images/bg/bg-image-4.jpg);
}

.bg-image-5 {
  background-image: url(../images/bg/bg-image-5.jpg);
}

.bg-image-6 {
  background-image: url(../images/bg/bg-image-6.jpg);
}

.bg-image-7 {
  background-image: url(../images/bg/bg-image-7.jpg);
}

.bg-image-8 {
  background-image: url(../images/bg/bg-image-8.jpg);
}

.bg-image-9 {
  background-image: url(../images/bg/bg-image-9.jpg);
}

.bg-image-10 {
  background-image: url(../images/bg/bg-image-10.jpg);
}

.bg-image-11 {
  background-image: url(../images/bg/bg-image-11.jpg);
}

.bg-image-12 {
  background-image: url(../images/bg/bg-image-12.jpg);
}

.bg-image-13 {
  background-image: url(../images/bg/bg-image-13.jpg);
}

.bg-image-14 {
  background-image: url(../images/bg/bg-image-14.jpg);
}

.bg-image-15 {
  background-image: url(../images/bg/bg-image-15.jpg);
}

.bg-image-16 {
  background-image: url(../images/bg/bg-image-16.jpg);
}

.bg-image-17 {
  background-image: url(../images/bg/bg-image-17.jpg);
}

.bg-image-18 {
  background-image: url(../images/bg/bg-image-18.jpg);
}

.bg-image-19 {
  background-image: url(../images/bg/bg-image-19.jpg);
}

.bg-image-20 {
  background-image: url(../images/bg/bg-image-20.jpg);
}

/* Text specialized */
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  font-style: underline;
}

/* Font specialized */
.body-font {
  font-family: "Roboto", sans-serif;
}

.heading-font {
  font-family: "Poppins", sans-serif;
}

/* Height and width */
.tm-fullscreen {
  min-height: 100vh;
  width: 100%;
}

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

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

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

[data-overlay]:before {
  background: -webkit-linear-gradient(45deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(45deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(45deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(45deg, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(45deg, #1976D2 0%, #03A9F4 100%);
}

[data-secondary-overlay]:before {
  background-color: #3ab278;
}

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

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

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

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

[data-overlay="1.5"]:before,
[data-secondary-overlay="1.5"]:before,
[data-black-overlay="1.5"]:before,
[data-white-overlay="1.5"]:before {
  opacity: 0.15;
}

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

[data-overlay="2.5"]:before,
[data-secondary-overlay="2.5"]:before,
[data-black-overlay="2.5"]:before,
[data-white-overlay="2.5"]:before {
  opacity: 0.25;
}

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

[data-overlay="3.5"]:before,
[data-secondary-overlay="3.5"]:before,
[data-black-overlay="3.5"]:before,
[data-white-overlay="3.5"]:before {
  opacity: 0.35;
}

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

[data-overlay="4.5"]:before,
[data-secondary-overlay="4.5"]:before,
[data-black-overlay="4.5"]:before,
[data-white-overlay="4.5"]:before {
  opacity: 0.45;
}

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

[data-overlay="5.5"]:before,
[data-secondary-overlay="5.5"]:before,
[data-black-overlay="5.5"]:before,
[data-white-overlay="5.5"]:before {
  opacity: 0.55;
}

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

[data-overlay="6.5"]:before,
[data-secondary-overlay="6.5"]:before,
[data-black-overlay="6.5"]:before,
[data-white-overlay="6.5"]:before {
  opacity: 0.65;
}

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

[data-overlay="7.5"]:before,
[data-secondary-overlay="7.5"]:before,
[data-black-overlay="7.5"]:before,
[data-white-overlay="7.5"]:before {
  opacity: 0.75;
}

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

[data-overlay="8.5"]:before,
[data-secondary-overlay="8.5"]:before,
[data-black-overlay="8.5"]:before,
[data-white-overlay="8.5"]:before {
  opacity: 0.85;
}

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

[data-overlay="9.5"]:before,
[data-secondary-overlay="9.5"]:before,
[data-black-overlay="9.5"]:before,
[data-white-overlay="9.5"]:before {
  opacity: 0.95;
}

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

/* Slick Preset */
.slick-slide:active, .slick-slide:focus {
  outline: none;
}

.slick-slide.slick-current:active, .slick-slide.slick-current:focus, .slick-slide.slick-active:active, .slick-slide.slick-active:focus {
  outline: none;
}

/* Section Padding */
.tm-padding-section {
  padding-top: 60px;
  padding-bottom: 70px;
}

.tm-padding-section-top {
  padding-top: 80px;
}

.tm-padding-section-bottom {
  padding-bottom: 80px;
}

.tm-padding-section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tm-padding-section-sm-top {
  padding-top: 60px;
}

.tm-padding-section-sm-bottom {
  padding-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-padding-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .tm-padding-section-top {
    padding-top: 70px;
  }
  .tm-padding-section-bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-padding-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .tm-padding-section-top {
    padding-top: 40px;
  }
  .tm-padding-section-bottom {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-padding-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .tm-padding-section-top {
    padding-top: 40px;
  }
  .tm-padding-section-bottom {
    padding-bottom: 60px;
  }
}

.mt-30-reverse {
  margin-top: -30px;
}

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

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

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

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

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mt-50-reverse {
  margin-top: -50px;
}

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

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

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.pb-50 {
  padding-bottom: 50px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.form-messages {
  margin-bottom: 0;
  text-align: center;
}

.form-messages.error {
  margin-top: 20px;
  color: #f80707;
}

.form-messages.success {
  margin-top: 20px;
  color: #0d8d2d;
}

/* Container Width Set */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 480px;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 440px;
  }
}

.tm-section {
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
}

.tm-parallax {
  background-attachment: fixed;
}

body {
  position: relative;
}

.page-content {
  position: relative;
  z-index: 1;
}

/* Scrollbar Style */
::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}

/**
 * Button
 */
.tm-button,
a.tm-button,
button.tm-button {
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  display: inline-block;
  overflow: hidden;
  color: #ffffff;
  background: #3ab278;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  border: 0;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.tm-button::before,
a.tm-button::before,
button.tm-button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #005782 0%, #3ab278 100%);
  background: -moz-linear-gradient(90deg, #005782 0%, #3ab278 100%);
  background: -ms-linear-gradient(90deg, #005782 0%, #3ab278 100%);
  background: -o-linear-gradient(90deg, #005782 0%, #3ab278 100%);
  background: -webkit-gradient(linear, left top, right top, from(#005782), to(#3ab278));
  background: -webkit-linear-gradient(left, #005782 0%, #3ab278 100%);
  background: -o-linear-gradient(left, #005782 0%, #3ab278 100%);
  background: linear-gradient(90deg, #005782 0%, #3ab278 100%);
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.tm-button::after,
a.tm-button::after,
button.tm-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  background: -webkit-linear-gradient(270deg, #005782 0%, #3ab278 100%);
  background: -moz-linear-gradient(270deg, #005782 0%, #3ab278 100%);
  background: -ms-linear-gradient(270deg, #005782 0%, #3ab278 100%);
  background: -o-linear-gradient(270deg, #005782 0%, #3ab278 100%);
  background: -webkit-gradient(linear, right top, left top, from(#005782), to(#3ab278));
  background: -webkit-linear-gradient(right, #005782 0%, #3ab278 100%);
  background: -o-linear-gradient(right, #005782 0%, #3ab278 100%);
  background: linear-gradient(270deg, #005782 0%, #3ab278 100%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.tm-button i,
.tm-button span,
a.tm-button i,
a.tm-button span,
button.tm-button i,
button.tm-button span {
  position: relative;
  z-index: 3;
  vertical-align: baseline;
}

.tm-button i,
a.tm-button i,
button.tm-button i {
  font-size: 22px;
  margin-right: 8px;
}

.tm-button:hover,
a.tm-button:hover,
button.tm-button:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.tm-button:hover::after,
a.tm-button:hover::after,
button.tm-button:hover::after {
  opacity: 1;
}

.tm-button.tm-button-lg,
a.tm-button.tm-button-lg,
button.tm-button.tm-button-lg {
  height: 55px;
  line-height: 55px;
}

.tm-button.tm-button-lg i,
a.tm-button.tm-button-lg i,
button.tm-button.tm-button-lg i {
  font-size: 24px;
}

.tm-button.tm-button-sm,
a.tm-button.tm-button-sm,
button.tm-button.tm-button-sm {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}

.tm-button.tm-button-sm i,
a.tm-button.tm-button-sm i,
button.tm-button.tm-button-sm i {
  font-size: 20px;
}

.tm-button.tm-button-white,
a.tm-button.tm-button-white,
button.tm-button.tm-button-white {
  background: #ffffff;
  color: #004766;
}

.tm-button.tm-button-white::before,
a.tm-button.tm-button-white::before,
button.tm-button.tm-button-white::before {
  display: none;
}

.tm-button.tm-button-white:hover,
a.tm-button.tm-button-white:hover,
button.tm-button.tm-button-white:hover {
  color: #ffffff;
}

.tm-button.tm-button-white.tm-button-transparent,
a.tm-button.tm-button-white.tm-button-transparent,
button.tm-button.tm-button-white.tm-button-transparent {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.tm-button.tm-button-white.tm-button-transparent::after,
a.tm-button.tm-button-white.tm-button-transparent::after,
button.tm-button.tm-button-white.tm-button-transparent::after {
  display: none;
}

.tm-button.tm-button-white.tm-button-transparent:hover,
a.tm-button.tm-button-white.tm-button-transparent:hover,
button.tm-button.tm-button-white.tm-button-transparent:hover {
  background: #ffffff;
  color: #0E8FE3;
}

.tm-button.tm-button-dark,
a.tm-button.tm-button-dark,
button.tm-button.tm-button-dark {
  background: #3c424f;
  color: #ffffff;
}

.tm-button.tm-button-dark::before,
a.tm-button.tm-button-dark::before,
button.tm-button.tm-button-dark::before {
  display: none;
}

.tm-button.tm-button-dark.tm-button-transparent,
a.tm-button.tm-button-dark.tm-button-transparent,
button.tm-button.tm-button-dark.tm-button-transparent {
  border: 1px solid #3c424f;
  background: transparent;
  color: #3c424f;
}

.tm-button.tm-button-dark.tm-button-transparent::after,
a.tm-button.tm-button-dark.tm-button-transparent::after,
button.tm-button.tm-button-dark.tm-button-transparent::after {
  display: none;
}

.tm-button.tm-button-dark.tm-button-transparent:hover,
a.tm-button.tm-button-dark.tm-button-transparent:hover,
button.tm-button.tm-button-dark.tm-button-transparent:hover {
  background: #3c424f;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-button,
  a.tm-button,
  button.tm-button {
    padding: 0 25px;
  }
  .tm-button.tm-button-lg,
  a.tm-button.tm-button-lg,
  button.tm-button.tm-button-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-button,
  a.tm-button,
  button.tm-button {
    padding: 0 25px;
  }
  .tm-button.tm-button-lg,
  a.tm-button.tm-button-lg,
  button.tm-button.tm-button-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-button,
  a.tm-button,
  button.tm-button {
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
  }
  .tm-button.tm-button-lg,
  a.tm-button.tm-button-lg,
  button.tm-button.tm-button-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    display: block;
  }
}

.tm-buttongroup {
  margin-left: -25px;
  margin-top: -10px;
  font-size: 0;
}

.tm-buttongroup .tm-button {
  margin-left: 25px;
  margin-top: 10px;
}

/**
 * Title
 */
.tm-sectiontitle {
  margin-bottom: 0px;
}

.tm-sectiontitle h2 {
  font-weight: 500;
  margin-top: -8px;
}

/**
 * Slider Elements
 */
.tm-slider-arrow {
  position: relative;
}

.tm-slider-arrow-prev, .tm-slider-arrow-next {
  background: #ffffff;
  height: 46px;
  width: 46px;
  line-height: 1;
  padding: 7px;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -23px;
}

.tm-slider-arrow-prev::before, .tm-slider-arrow-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(0deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(0deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(0deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(0deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(bottom, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(bottom, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(0deg, #1976D2 0%, #03A9F4 100%);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  border-radius: 100px;
  opacity: 0.5;
  -webkit-animation: growShrink 2s ease-in-out 0s infinite both;
  animation: growShrink 2s ease-in-out 0s infinite both;
  z-index: -2;
}

.tm-slider-arrow-prev::after, .tm-slider-arrow-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  border-radius: 100px;
}

.tm-slider-arrow-prev i, .tm-slider-arrow-next i {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 100px;
  background: -webkit-linear-gradient(0deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(0deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(0deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(0deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(bottom, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(bottom, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(0deg, #1976D2 0%, #03A9F4 100%);
  color: #ffffff;
  font-size: 24px;
  vertical-align: middle;
}

.tm-slider-arrow-prev {
  left: 0;
  right: auto;
}

.tm-slider-arrow-next {
  left: auto;
  right: 0;
}
/**
 * Form Styles
 */
.tm-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -35px;
}

.tm-form-animatedline {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #0E8FE3;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-form-field {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

.tm-form-field input,
.tm-form-field select,
.tm-form-field textarea {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d2d4d6;
  border-radius: 0;
}

.tm-form-field input:focus,
.tm-form-field select:focus,
.tm-form-field textarea:focus {
  background: transparent;
}

.tm-form-field textarea {
  min-height: 215px;
  padding: 10px 0;
}

.tm-form-field a {
  color: #686b77;
}

.tm-form-field a:hover {
  color: #0E8FE3;
}

.tm-form-field button, .tm-form-field .tm-button {
  margin-top: 10px;
}

.tm-form-fieldhalf {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.tm-form.tm-form-bordered {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 3px;
}

@media only screen and (max-width: 575px) {
  .tm-form.tm-form-bordered {
    padding: 20px;
  }
  .tm-form-fieldhalf {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/**
 * Header
 */
.tm-header {
  padding: 10px 0;
  position: relative;
  /* Fixed Header */
  height: 85px;
}

.tm-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, right top, left top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.tm-header-logo {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-header-logo img {
  width: 70%;
}
.tm-header.tm-header-fixed {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}

.tm-header.tm-sticky-header.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 12;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

}
.tm-header::before{
  background: #d8f4e9;
}
.tm-header.tm-sticky-header.is-sticky::before {
  opacity: 1;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-header .container {
    position: relative;
  }
  .tm-header-logo img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .tm-header .container {
    position: relative;
  }
  .tm-header-logo {
    padding: 6px 0;
    text-align: center;
  }
  .tm-header.tm-sticky-header.is-sticky .tm-header-logo {
    padding: 0;
  }
  .tm-header .tm-button.tm-button-lg{
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .tm-header-logo img {
    width: 90%;
  }
}
@media only screen and (max-width: 414px) {
  .tm-header-logo img {
    width: 90%;
  }
}
/**
 * Navigation
 */
 .nav-btns a:first-child{
  margin-right: 10px;
 }
 .nav-btns a{
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
 }
 .nav-btns a i{
  margin-right: 0px;
 }
 .tm-navigation > ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0;
  margin-right: 30px;
}

.tm-navigation > ul > li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  position: relative;
  margin: 0 18px;
}

.tm-navigation > ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 15px 0;
  color: #3c424f;
  position: relative;
}

.tm-navigation > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 15px;
  height: 1px;
  width: 0;
  background: #3ab278;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.tm-navigation > ul > li:hover > a, .tm-navigation > ul > li.current > a {
  color: #3ab278;
}

.tm-navigation > ul > li:hover > a::before, .tm-navigation > ul > li.current > a::before {
  width: 100%;
}

.tm-navigation > ul > li:last-child {
  margin-right: 0;
}

.tm-navigation > ul > li.tm-navigation-dropdown > a::after {
  content: "\f2f9";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
  margin-left: 8px;
  vertical-align: bottom;
}

.tm-navigation > ul > li.tm-navigation-dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
  width: 220px;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-navigation > ul > li.tm-navigation-dropdown ul li {
  display: block;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.tm-navigation > ul > li.tm-navigation-dropdown ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(-90deg, #005782 0%, #3ab278 100%);
  background: -moz-linear-gradient(-90deg, #005782 0%, #3ab278 100%);
  background: -ms-linear-gradient(-90deg, #005782 0%, #3ab278 100%);
  background: -o-linear-gradient(-90deg, #005782 0%, #3ab278 100%);
  background: -webkit-gradient(linear, right top, left top, from(#005782), to(#3ab278));
  background: -webkit-linear-gradient(right, #005782 0%, #3ab278 100%);
  background: -o-linear-gradient(right, #005782 0%, #3ab278 100%);
  background: linear-gradient(-90deg, #005782 0%, #3ab278 100%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.tm-navigation > ul > li.tm-navigation-dropdown ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tm-navigation > ul > li.tm-navigation-dropdown ul li a {
  color: #3c424f;
  display: block;
  padding: 7px 0;
  font-size: 14px;
}

.tm-navigation > ul > li.tm-navigation-dropdown ul li:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.tm-navigation > ul > li.tm-navigation-dropdown ul li:hover a {
  color: #ffffff;
}

.tm-navigation > ul > li.tm-navigation-dropdown:hover ul {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 1;
}
/**
 * Heroslider
 */
 .tm-heroslider{
  height: 100vh;
 }
.tm-heroslider-inner {
  background: -webkit-linear-gradient(90deg, #005782 0%, #48b281 100%);
  background: -moz-linear-gradient(90deg, #005782 0%, #48b281 100%);
  background: -ms-linear-gradient(90deg, #005782 0%, #48b281 100%);
  background: -o-linear-gradient(90deg, #005782 0%, #48b281 100%);
  background: -webkit-gradient(linear, left top, right top, from(#005782), to(#48b281));
  background: -webkit-linear-gradient(left, #005782 0%, #48b281 100%);
  background: -o-linear-gradient(left, #005782 0%, #48b281 100%);
  background: linear-gradient(90deg, #005782 0%, #48b281 100%);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.tm-heroslider-ovelayshape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.tm-heroslider-content {
  position: relative;
}

.tm-heroslider-content h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 68px;
  font-weight: 700;
  margin-top: -10px;
}

.tm-heroslider-content p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}

.tm-heroslider-content .tm-buttongroup {
  margin-top: 50px;
}

.tm-heroslider-content.text-center {
  padding-right: 0;
}

.tm-heroslider-content.text-center .tm-heroslider-scrolldown {
  left: 50%;
  margin-left: -8px;
}

.tm-heroslider-mobileshow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
    margin-left: -30px;
  margin-bottom: -60px;
  z-index: -1;
}

.heroimg img {
  -webkit-animation: autoAnimated 10s linear 0s infinite both;
  animation: autoAnimated 10s linear 0s infinite both;
  width: 100%;
  margin-top: 50px;
}

.tm-heroslider-mobileshowanim {
  position: absolute;
  left: 50%;
  top: 50%;
  
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 1000px;
}

.tm-heroslider-mobileshowanim span {
  border-radius: 1000px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -50%;
  height: 100%;
  width: 100%;
}

.tm-heroslider-mobileshowanim span:nth-child(1) {
  z-index: 3;
  background: -webkit-linear-gradient(270deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(270deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(270deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(270deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, right top, left top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(270deg, #1976D2 0%, #03A9F4 100%);
  -webkit-animation: growShrink1 5s ease-in-out 0s infinite both;
  animation: growShrink1 5s ease-in-out 0s infinite both;
}

.tm-heroslider-mobileshowanim span:nth-child(2) {
  z-index: 2;
  background: -webkit-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(left, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(left, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  -webkit-animation: growShrink2 5s ease-in-out 0.2s infinite both;
  animation: growShrink2 5s ease-in-out 0.2s infinite both;
}

.tm-heroslider-mobileshowanim span:nth-child(3) {
  z-index: 1;
  background: -webkit-linear-gradient(270deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(270deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(270deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(270deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, right top, left top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(270deg, #1976D2 0%, #03A9F4 100%);
  -webkit-animation: growShrink3 5s ease-in-out 0.4s infinite both;
  animation: growShrink3 5s ease-in-out 0.4s infinite both;
}

.tm-heroslider-scrolldown {
  display: inline-block;
  width: 16px;
  padding: 0;
  border: 0;
  height: 65px;
  position: absolute;
  left: 0;
  top: calc(100% + 100px);
  overflow: hidden;
}

.tm-heroslider-scrolldown::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: upAndDown2 2s ease-in-out 0s infinite both;
  animation: upAndDown2 2s ease-in-out 0s infinite both;
}

.tm-heroslider-scrolldown i {
  position: absolute;
  left: 50%;
  top: 0;
  color: #ffffff;
  width: 20px;
  text-align: center;
  margin-left: -10px;
  margin-top: -10px;
  line-height: 1;
  -webkit-animation: upAndDown2 2s ease-in-out 0s infinite both;
  animation: upAndDown2 2s ease-in-out 0s infinite both;
}
.dis-lg{
  display: block;
}
.dis-mob{
  display: none;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .tm-heroslider-mobileshow {
    margin-left: -70px;
   
  }
  .tm-heroslider-mobileshowanim {
    height: 335px;
    width: 335px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .tm-heroslider-content h1 {
    font-size: 48px;
    line-height: 68px;
  }
  .tm-heroslider-content .tm-buttongroup {
    margin-top: 40px;
  }
  .tm-heroslider-mobileshow {
    margin-left: -50px;
    width: 90%;
  }
  .tm-heroslider-mobileshow img{
    margin: auto;
  }
  .tm-heroslider-mobileshowanim {
    height: 280px;
    width: 280px;
  }
  .tm-heroslider-scrolldown {
    top: calc(100% + 60px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tm-heroslider-content {
    padding-right: 80px;
  }
  .tm-heroslider-content h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .tm-heroslider-content p {
    margin-top: 20px;
  }
  .tm-heroslider-content .tm-buttongroup {
    margin-top: 30px;
  }
  .tm-heroslider-mobileshow {
    margin-left: -145px;
    height: 480px;
    width: 480px;
  }
  .tm-heroslider-mobileshowanim {
    height: 280px;
    width: 280px;
  }
  .tm-heroslider-scrolldown {
    top: calc(100% + 40px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-heroslider-content {
    padding-right: 0;
  }
  .tm-heroslider-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .tm-heroslider-content p {
    margin-top: 15px;
    font-size: 18px;
  }
  .tm-heroslider-content .tm-buttongroup {
    margin-top: 20px;
  }
  .tm-heroslider-mobileshow {
    margin-left: -25px;
    height: 400px;
    width: 400px;
  }
  .tm-heroslider-mobileshowanim {
    height: 220px;
    width: 220px;
  }
  .tm-heroslider-scrolldown {
    top: calc(100% + 30px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-heroslider-content {
    padding-right: 0;
    text-align: center;
    padding: 130px 0 0px;
  }
  .tm-heroslider-content h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .heroimg img{
    margin-top: -20px;
  }
  .tm-heroslider-content p {
    margin-top: 15px;
    font-size: 18px;
  }
  .tm-heroslider-content .tm-buttongroup {
    margin-top: 20px;
  }
  .tm-heroslider-mobileshow {
    margin: 100px auto 0 auto;
    height: 400px;
    width: 400px;
  }
  .tm-heroslider-mobileshowanim {
    height: 220px;
    width: 220px;
  }
  .tm-heroslider-scrolldown {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .tm-heroslider{
    height: 60vh;
  }
  .tm-heroslider-inner{
    min-height: 60vh;
  }
  .heroimg img{
    margin-top: -100px;
    width: 70%;
    margin-left: 20px;
  }
  .tm-heroslider-content {
    padding-right: 0;
    text-align: center;
    padding: 80px 0;
  }
  .tm-heroslider-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .dis-lg{
    display: none;
  }
  .dis-mob{
    display: block;
  }
  .tm-heroslider-content p {
    margin-top: 15px;
    font-size: 16px;
  }
  .tm-heroslider-content .tm-buttongroup {
    margin-top: 20px;
  }
  .tm-heroslider-mobileshow {
    margin: 100px auto 0 auto;
    height: 400px;
    width: 400px;
  }
  .tm-heroslider-mobileshowanim {
    height: 220px;
    width: 220px;
  }
  .tm-heroslider-scrolldown {
    display: none;
  }
  .tm-navigation, .nav-btns{
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .tm-heroslider{
    height: 60vh;
  }
  .tm-heroslider-inner{
    min-height: 60vh;
  }
  .heroimg img{
    margin-top: -100px;
    width: 70%;
    margin-left: 20px;
  }
  .tm-heroslider-content {
    padding-right: 0;
    text-align: center;
    padding: 90px 0;
  }
  .tm-heroslider-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .tm-heroslider-content p {
    margin-top: 15px;
    font-size: 16px;
  }
  .tm-heroslider-content .tm-buttongroup {
    margin-top: 20px;
  }
  .tm-heroslider-mobileshow {
    margin: 100px auto 0 auto;
    height: 290px;
    width: 290px;
  }
  .tm-heroslider-mobileshowanim {
    height: 150px;
    width: 150px;
  }
  .tm-heroslider-scrolldown {
    display: none;
  }
}
@media only screen and (max-width: 480px) {

}
.tm-serve-sec{
  padding-top: 150px;
}
.tm-serve-sec img{
  height: 300px;
  position: absolute;
  top: -100px;
}
.service-links-wrap{
  background-color: #d8f4e9;
  position: relative;
  min-height: 200px;
  border-radius: 10px;
}
.service-links-content{
  padding: 30px;
  padding-top: 50px;
  padding-left: 25%;
}
.service-links-content h3{
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-serve-sec img{
    height: 250px;
    position: absolute;
    top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .service-links-content{
    padding: 30px;
    padding-top: 50px;
    padding-left: 30px;
  }
  .tm-serve-sec img{
    display: none;
  }
  .tm-serve-sec{
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
/**
 * Contact
 */
 .tm-contact-content p{
  color: #3c424f;
  font-size: 18px;

}
.tm-contact-content a strong{
  font-size: 17px;
}
.tm-contact-content a span{
  vertical-align: middle;
}
.tm-contact-content a strong i{
  font-size: 22px;
  vertical-align: middle;
}
.tm-contact-bgshape {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: auto;
  bottom: 0;
  z-index: -1;
}

.tm-contact-block {
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tm-contact-block-icon {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  font-size: 48px;
  background: #0E8FE3;
  text-align: center;
  color: #ffffff;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tm-contact-block-content {
  padding-left: 30px;
}

.tm-contact-block-content h6 {
  font-weight: 500;
}

.tm-contact-block-content P {
  margin-bottom: 0;
  line-height: 24px;
}

.tm-contact-block-content P a {
  color: #686b77;
}

.tm-contact-block-content P a:hover {
  color: #0E8FE3;
}

.tm-contact-block:nth-child(even) {
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.tm-contact-block:nth-child(even) .tm-contact-block-icon {
  background: #ffffff;
  color: #0E8FE3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
  .tm-contact-content {
    margin-top: 10px;
  }
}

.tm-google-map {
  height: 500px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-google-map {
    height: 420px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-google-map {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-google-map {
    height: 350px;
  }
}

/* Widget Social */
.widget-social li {
  display: inline-block;
}

.widget-social li:not(:last-child) {
  margin-right: 26px;
}

.widget-social li a {
  font-size: 18px;
  color: #686b77;
}

.widget-social li a:hover {
  color: #0E8FE3;
}

/**
 * Footer
 */
.tm-footer {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.tm-footer a {
  color: #ffffff;
}

.tm-footer a:hover, .tm-footer a:focus {
  color: #ffffff;
  opacity: 0.8;
}

.tm-footer-bgshape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.tm-footer-bgshape img {
  height: 100%;
  max-width: inherit;
}

.tm-footer-bottomarea {
  padding: 8px 0;
  border-top: 1px dotted #bebbbb;
}

.tm-footer-social {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0;
  text-align: right;
  padding: 5px 0;
}

.tm-footer-social li {
  font-size: 16px;
  display: inline-block;
  margin: 3px 8px;
  vertical-align: middle;
}

.tm-footer-social li:first-child {
  margin-left: 0;
}

.tm-footer-social li:last-child {
  margin-right: 0;
}

.tm-footer-social li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.tm-footer-social li a i {
  line-height: 28px;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tm-footer-social li a i:first-child {
  top: 0;
}

.tm-footer-social li a i:last-child {
  top: -100%;
}

.tm-footer-social li a:hover {
  opacity: 1;
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 7px 7px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 7px 7px rgba(255, 255, 255, 0.1);
}

.tm-footer-social li a:hover i:first-child {
  top: 100%;
}

.tm-footer-social li a:hover i:last-child {
  top: 0;
}

.tm-footer-copyright {
  padding: 5px 0;
  margin-bottom: 0;
}

.tm-footer-copyright a {
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-footer-bottomarea{
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .tm-footer-social {
    text-align: center;
  }
  .tm-footer-copyright {
    text-align: center;
    font-size: 14px;
  }
  .tm-footer-bottomarea{
    text-align: center;
    font-size: 14px;
  }
}

.tm-footer-widgets .widget-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.tm-footer-widgets .widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 70px;
  background: rgba(255, 255, 255, 0.5);
}

.tm-footer-widgets .single-widget {
  padding: 0;
  background: transparent;
}

.tm-footer-widgets .widget-info {
  padding-right: 100px;
}

.tm-footer-widgets .widget-recentpost .widget-recentpost-content {
  margin-top: 0;
}

.tm-footer-widgets .widget-recentpost .widget-recentpost-content h6 {
  font-weight: 400;
}

.tm-footer-widgets .widget-recentpost .widget-recentpost-content h6 a {
  color: #ffffff;
}

.tm-footer-widgets .widget-recentpost .widget-recentpost-content span {
  color: #ffffff;
}

.tm-footer-widgets .widget-recentpost .widget-recentpost-content span::before {
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-footer-widgets .widget-info {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-footer-widgets .widget-info {
    padding-right: 0;
  }
  .md-text-right{
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .tm-footer-widgets .widget-info {
    padding-right: 0;
  }
  .md-text-right{
    text-align: center;
  }
}
