@import url(https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap);

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
button.btn.btn-default.filter-button:hover {
    background: #da3636 !important;
    color: #fff !important;
    border: 0 !important;
}
.tm-funfact-content p {
    float: right !important;
    left: -13px !important;
    position: relative !important;
    top: 3px !important;
}
.text-right:hover {
    background: rgba(252, 90, 27, .75);
    transition: 1s;
    color: #fff;
    opacity: 1;
}
.text-right {
    opacity: 0;
}
.content {
    text-align: center;
}
.thumbnail>img, .thumbnail a>img {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 254px!important;
}
.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd !important;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.text-right {
    text-align: center;
    position: absolute;
    top: 5px;
    width: 90%;
    height: 254px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button.btn.btn-default.filter-button {
    padding: 2px 6px;
}

audio,canvas,iframe,img,svg,video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

.hidden {
  display: none!important;
}

.col-md-3.footer-block.adse-icons .fa {
  background: #d53837;
  border: 1px solid;
  padding: 5px 9px;
  margin-right: 10px;
}

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

h2.wel {
  font-size: 26px;
}

.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:after,.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print {
  *,:after,:before {
    background: 0 0!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;
  }

  blockquote,pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,tr {
    page-break-inside: avoid;
  }

  h2,h3,p {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }
}

@-webkit-keyframes tmGrowShrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.55);
    transform: scale(1.55);
    opacity: 0;
  }
}

@keyframes tmGrowShrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.55);
    transform: scale(1.55);
    opacity: 0;
  }
}

@-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 tmAnimatedBg {
  0% {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }

  70% {
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
  }

  80% {
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
  }

  100% {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
}

@keyframes tmAnimatedBg {
  0% {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }

  70% {
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
  }

  80% {
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
  }

  100% {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
}

@-webkit-keyframes tmDashAnim {
  0% {
    stroke-dashoffset: 2000;
  }

  50% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 2000;
  }
}

@keyframes tmDashAnim {
  0% {
    stroke-dashoffset: 2000;
  }

  50% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 2000;
  }
}

@-webkit-keyframes tmRightIndicator {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  85% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}

@keyframes tmRightIndicator {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  85% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}

@-webkit-keyframes bganimatedshape {
  0% {
    width: 1px;
    height: 1px;
    opacity: 1;
  }

  100% {
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}

@keyframes bganimatedshape {
  0% {
    width: 1px;
    height: 1px;
    opacity: 1;
  }

  100% {
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}

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

img {
  max-width: 100%;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.filter-button.active
{
    background-color: #42B32F;
    color: white;
}
.port-image
{
    width: 100%;
}
button.btn.btn-default.filter-button:hover {
    background: #da3636 !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 14px !important;
}
.gallery_product
{
    margin-bottom: 30px;
}

html {
  overflow: hidden;
  overflow-y: auto;
}

body {
  overflow: hidden!important;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans",sans-serif;
  color: #444;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #444;
}

:-moz-placeholder {
  color: #444;
}

::-moz-placeholder {
  color: #444;
}

:-ms-input-placeholder {
  color: #444;
}

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

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  font-family: 'Josefin Sans',sans-serif;
  color: #333;
}

.h1,h1 {
  font-size: 30px;
  line-height: 52px;
  font-weight: 700;
}

.h2,h2 {
  font-size: 26px;
  line-height: 42px;
  font-weight: 500;
}

.h3,h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.h4,h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.h5,h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.h6,h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .h1,h1 {
    font-size: 36px;
    line-height: 46px;
  }

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

  .h3,h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (max-width:767px) {
  .h1,h1 {
    font-size: 25px;
    line-height: 44px;
  }

  .h2,h2 {
    font-size: 22px;
    line-height: 29px;
  }

  .h3,h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .h4,h4 {
    font-size: 16px;
    line-height: 30px;
  }

  .h5,h5 {
    font-size: 16px;
    line-height: 26px;
  }

  .h6,h6 {
    font-size: 14px;
    line-height: 24px;
  }
}

::-moz-selection {
  background: #0075b7;
  color: #fff;
}

::-ms-selection {
  background: #0075b7;
  color: #fff;
}

::-o-selection {
  background: #0075b7;
  color: #fff;
}

::selection {
  background: #0075b7;
  color: #fff;
}

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

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

a:visited {
  color: inherit;
}

button {
  cursor: pointer;
}

button,input,select,textarea {
  background: 0 0;
  border: 1px solid #d2d2d5;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  color: #444;
  font-family: "Open Sans",sans-serif;
}

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

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

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

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

button:active,button:focus,input:active,input:focus,select:active,select:focus,textarea:active,textarea:focus {
  outline: 0;
  border-color: #0075b7;
}

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

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

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

textarea {
  padding: 10px 15px;
}

blockquote {
  border-left: 5px solid #0075b7;
  font-size: 18px;
  line-height: 27px;
  padding: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

blockquote::after {
  content: "\f1b2";
  font-family: Material-Design-Iconic-Font;
  font-weight: 700;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
  font-size: 120px;
  line-height: .4;
  color: #f2f2f2;
}

blockquote p {
  margin-bottom: 10px;
}

blockquote footer {
  font-size: 14px;
}

blockquote footer a {
  color: #0075b7;
}

blockquote footer a:hover {
  color: #0075b7;
}

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

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

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

.stylish-list,.stylish-list-color {
  padding-left: 0;
  display: block;
}

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

.stylish-list li::before,.stylish-list-color li::before {
  content: "\f26f";
  font-family: Material-Design-Iconic-Font;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 16px;
  line-height: 1;
  color: #444;
}

.stylish-list-color li::before {
  color: #0075b7;
}

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 a,input[type=radio]~label a {
  font-weight: 600;
}

input[type=checkbox]~label:before,input[type=radio]~label:before {
  content: "";
  font-family: Material-Design-Iconic-Font;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #d2d2d5;
  height: 15px;
  width: 15px;
  line-height: 1;
  font-size: 13px;
  text-align: center;
}

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

input[type=checkbox]:checked~label a,input[type=radio]:checked~label a {
  color: #0075b7;
}

input[type=checkbox]:checked~label:before,input[type=radio]:checked~label:before {
  content: "\f26b";
  color: #0075b7;
  border-color: #0075b7;
}

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

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

.color-theme {
  color: #0075b7;
}

.color-secondary {
  color: #3498db;
}

.color-dark {
  color: #101010;
}

.colog-grey {
  color: #f8f9fe;
}

.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

.bg-theme {
  background: #0075b7;
}

.bg-secondary {
  background: #3498db;
}

.bg-grey {
  background: #f8f9fe;
}

.bg-dark {
  background: #101010;
}

.bg-black {
  background: #000;
}

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

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

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

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

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

.body-font {
  font-family: "Open Sans",sans-serif;
}

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

.tm-fullscreen {
  min-height: 100vh;
  width: 100%;
}

[data-black-overlay],[data-overlay],[data-secondary-overlay],[data-white-overlay] {
  position: relative;
}

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

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

[data-secondary-overlay]:before {
  background-color: #0075b7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 50px;
}

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

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

.tm-breadcrumb-area.tm-padding-section {
  padding: 70px 0;
}

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

.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;
}

.tm-padding-section1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

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

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

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

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

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

.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-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;
}

#scrollUp {
  display: none;
}

.form-messages {
  margin-bottom: 0;
  text-align: center;
}

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

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

.tm-parallax {
  position: relative;
  z-index: 0;
  background-size: cover;
}

.tm-parallax>.tm-parallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

main.main-content.neck {
  margin-bottom: 100px;
}

.tm-videobgholder {
  position: relative;
}

.tm-videobgwarpper {
  width: 100%;
  height: 100%;
  position: absolute!important;
  top: 0!important;
  left: 0;
  z-index: -1;
}

.tm-videobg {
  display: block;
  height: 100%;
  background: rgba(0,0,0,.5);
  background-size: cover;
  background-position: center center;
}

.tm-video-controls {
  position: absolute;
  left: auto;
  right: 30px;
  top: auto;
  bottom: 30px;
  z-index: 1;
}

.tm-video-controls button {
  height: 45px;
  width: 45px;
  color: #777;
  border: 2px solid #777;
  border-radius: 1000px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  font-size: 22px;
}

.tm-video-controls button:hover {
  color: #fff;
  border-color: #fff;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tm-video-controls {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .tm-video-controls {
    display: none;
  }
}

@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;
  }
}

.lg-backdrop {
  background-color: rgba(25,25,25,.92);
}

.tm-rating span {
  color: #919191;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.tm-rating span.active {
  color: #fdc716;
}

.tm-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #0075b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .6s ease-out 0s;
  -o-transition: all .6s ease-out 0s;
  transition: all .6s ease-out 0s;
}

.tm-preloader svg {
  margin: 100px;
}

.tm-preloader svg path {
  fill: rgba(0,0,0,.05);
  stroke: rgba(255,255,255,.8);
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke-width: 5px;
  -webkit-animation: tmDashAnim 20s ease 0s infinite both;
  animation: tmDashAnim 20s ease 0s infinite both;
}

.tm-preloader .tm-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 15px;
  bottom: 15px;
}

.tm-section {
  position: relative;
  z-index: 1;
}

.bg-shape-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width:767px) {
  .bg-shape-left {
    display: none;
  }
}

.bg-shape-right {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width:767px) {
  .bg-shape-right {
    display: none;
  }
}

.bg-shape-2 {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.img-l {
  float: left;
  max-width: 350px;
  width: auto;
  height: auto;
  margin: 0 20px 0 0;
  padding: 5px;
}

.bg-animated-shape {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 1px;
  width: 1px;
  z-index: -1;
  border-radius: 1000px;
}

.bg-animated-shape span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 1000px;
  border: 1px solid #c5d1da;
  -webkit-animation: bganimatedshape 8s ease-in-out 0s infinite both;
  animation: bganimatedshape 8s ease-in-out 0s infinite both;
}

.bg-animated-shape span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.bg-animated-shape span:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.bg-animated-shape span:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.bg-animated-shape span:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.bg-animated-shape span:nth-child(5) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-animated-shape span:nth-child(6) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.bg-animated-shape span:nth-child(7) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.bg-animated-shape span:nth-child(8) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.bg-animated-shape span:nth-child(9) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.compensate-for-scrollbar {
  margin-right: 0!important;
}

.tm-button,a.tm-button,button.tm-button {
  font-weight: 500;
  font-size: 16px;
  font-family: Poppins,sans-serif;
  letter-spacing: 1px;
  background: #34b8c0;
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #fff;
  border: 1px solid #34b8c0;
  z-index: 1;
  vertical-align: middle;
  border-radius: 3px;
  white-space: nowrap;
}

.tm-button::before,a.tm-button::before,button.tm-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.3);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-90deg) scaleX(1);
  -ms-transform: rotate(-90deg) scaleX(1);
  transform: rotate(-90deg) scaleX(1);
  -webkit-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  opacity: 1;
}

.tm-button::after,a.tm-button::after,button.tm-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.3);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-90deg) scaleX(1);
  -ms-transform: rotate(-90deg) scaleX(1);
  transform: rotate(-90deg) scaleX(1);
  -webkit-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  opacity: 1;
}

.tm-button:hover::before,a.tm-button:hover::before,button.tm-button:hover::before {
  -webkit-transform: rotate(0) scaleX(1);
  -ms-transform: rotate(0) scaleX(1);
  transform: rotate(0) scaleX(1);
  opacity: 0;
}

.tm-button:hover::after,a.tm-button:hover::after,button.tm-button:hover::after {
  -webkit-transform: rotate(0) scaleX(1);
  -ms-transform: rotate(0) scaleX(1);
  transform: rotate(0) scaleX(1);
  opacity: 0;
}

.tm-button.tm-button-dark,a.tm-button.tm-button-dark,button.tm-button.tm-button-dark {
  background: #292828;
  border-color: #292828;
}

.tm-button.tm-button-dark::before,a.tm-button.tm-button-dark::before,button.tm-button.tm-button-dark::before {
  background: rgba(255,255,255,.1);
}

.tm-button.tm-button-dark::after,a.tm-button.tm-button-dark::after,button.tm-button.tm-button-dark::after {
  background: rgba(255,255,255,.1);
}

.tm-button.tm-button-white,a.tm-button.tm-button-white,button.tm-button.tm-button-white {
  background: #139658;
  border-color: #139658;
  color: #fff;
}

.tm-button.tm-button-white::before,a.tm-button.tm-button-white::before,button.tm-button.tm-button-white::before {
  background: rgba(0,0,0,.1);
}

.tm-button.tm-button-white::after,a.tm-button.tm-button-white::after,button.tm-button.tm-button-white::after {
  background: rgba(0,0,0,.1);
}

.tm-button.tm-button-sm,a.tm-button.tm-button-sm,button.tm-button.tm-button-sm {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
  height: 44px;
  line-height: 42px;
  padding: 0 25px;
}

@media only screen and (max-width:767px) {
  .tm-button,a.tm-button,button.tm-button {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    height: 44px;
    line-height: 42px;
    padding: 0 25px;
  }
}

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

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

.tm-slider-dots ul.slick-dots {
  line-height: 1;
  max-width: 1170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.tm-slider-dots ul.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
}

.tm-slider-dots ul.slick-dots li:first-child {
  margin-left: 0;
}

.tm-slider-dots ul.slick-dots li:last-child {
  margin-right: 0;
}

.tm-slider-dots ul.slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
  margin-right: 0;
  color: #444;
  line-height: 1;
}

.tm-slider-dots ul.slick-dots li button::before {
  display: none;
}

.tm-slider-dots ul.slick-dots li button::after {
  content: "\f26e";
  font-family: Material-Design-Iconic-Font;
  font-size: 16px;
}

.tm-slider-dots ul.slick-dots li.slick-active button {
  color: #ec5f17;
}

.tm-slider-dots.tm-slider-dots-left ul.slick-dots {
  text-align: left;
}

.tm-slider-dots.tm-slider-dots-vertical {
  padding-bottom: 0;
}

.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
  left: auto;
  right: -30px;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 15px;
}

.dynamic-img {
  background-color: #000;
}

.dynamic-img img {
  opacity: .5;
}

.tm-breadcrumb-area.tm-padding-section.dynmic-banner-section {
  padding: 0;
}

.hidden-md.hidden-lg.mobileView.show {
  display: none;
}

.page-daynmic ul li::after {
  content: ""!important;
  padding: 0 8px;
}

section.why-choss {
  border: 1px solid #eee;
  background-color: #fff;
  border: 1px solid rgba(0,34,51,.1);
  box-shadow: 2px 4px 10px 0 rgba(0,34,51,.05),2px 4px 10px 0 rgba(0,34,51,.05);
  border-radius: 7px;
  padding: 10px;
  margin: 14px 0;
  float: left;
  width: 100%;
}

.dynmic-tabsa {
  margin: 14px 0;
  border-radius: 7px!important;
}

section.why-choss li {
  font-size: 17px;
  padding: 10px 0;
  list-style: circle;
  font-weight: 500;
}

.thank-you-pop {
  width: 100%;
  text-align: center;
}

.thank-you-pop img {
  width: 76px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}

.thank-you-pop h1 {
  font-size: 42px;
  margin-bottom: 25px;
  color: #5c5c5c;
}

.thank-you-pop input {
  margin-bottom: 20px;
  height: 43px;
}

button.close span {
  background: #e3530d;
  opacity: 10;
  color: #fff;
  line-height: 10px;
  border-radius: 30px;
  padding: 0 9px;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  opacity: 10;
}

.thank-you-pop p {
  font-size: 20px;
  margin-bottom: 27px;
  color: #5c5c5c;
}

.thank-you-pop h3.cupon-pop {
  font-size: 25px;
  margin-bottom: 40px;
  color: #222;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border: 2px dashed #222;
  clear: both;
  font-weight: 400;
}

.thank-you-pop h3.cupon-pop span {
  color: #03a9f4;
}

.thank-you-pop a {
  display: inline-block;
  margin: 0 auto;
  padding: 9px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #8bc34a;
  border-radius: 17px;
}

.thank-you-pop a i {
  margin-right: 5px;
  color: #fff;
}

#ignismyModal .modal-header {
  border: 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-header h2 {
  font-size: 22px;
  float: left;
  width: 100%;
}

.modal-dialog {
  max-width: 383px;
  margin: 1.75rem auto;
  margin-top: 10%;
}

.modal-body.popm {
  padding-top: 0;
}

.modal-body.popm h2 {
  font-size: 27px;
  margin-bottom: 0;
}

.modal-body.popm p {
  font-size: 15px;
  line-height: 28px;
}

section.why-choss.populer li {
  list-style: none;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
}

section.why-choss.populer ul {
  margin: 0;
  padding: 0 0;
}

.tm-section.mission-vision-area.bg-white.tm-padding-section.sdad {
  float: left;
  width: 100%;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: #e35f29;
  overflow-x: hidden;
  transition: .5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 0 8px 5px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #818181;
  display: block;
  transition: .3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 2px;
  font-size: 36px!important;
  margin-left: 50px!important;
}

footer.footer {
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
}

.Specialist .tm-product-title {
  font-size: 13px;
}

.Specialist p {
  font-size: 12px;
}

section.why-choss.question p {
  padding: 0 29px;
}

.waves-input-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-border-radius: .2em;
  border-radius: .2em;
}

span.waves-input-wrapper.waves-effect.waves-light input {
  border-radius: 3px;
  background-color: #e57138;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  color: #fff;
  font-family: DIN;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  padding: 15px;
  margin-right: 20px;
  border: 0;
  font-weight: 500;
  margin-top: 20px;
}

li.li-class {
  position: relative;
}

.populer-ser1 {
  padding: 0 29px;
}

ul.conditions-ul li {
  padding-bottom: 13px;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 4px;
}

ul.conditions-ul li a:after {
  content: "";
  float: right;
  background: url(../assets/images/Shape.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 0;
  width: 30px;
  height: 30px;
}

a.btn.whatsapp-chat-btn.waves-effect.waves-light {
  border: 2px solid #000;
  margin: 4px 5px 0;
  display: inline-block;
  padding: 10px;
}

ul.conditions-ul li a {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.about-contentbottom.call-actiond {
  display: none;
}

section.why-choss.populer {
  background-color: #fff;
}

a.btn.whatsapp-chat-btn.waves-effect.waves-light .fa {
  color: #25d366;
}

section.why-choss.question input {
  margin-bottom: 18px;
}

section.reviewss ul {
  margin: 0;
  padding: 0;
}

section.reviewss ul li {
  float: left;
  margin: 0 15px 0 0;
  width: 31%;
  list-style: none;
}

section.reviewss {
  float: left;
  width: 100%;
  margin: 15px 0 14px 0;
}

.tab-content-section {
  float: left;
  width: 100%;
}

section.reviewss ul li:last-child {
  margin: 0;
  width: 33%;
}

h3.ng-binding {
  margin: 0;
  padding: 0;
  color: #e85c0c;
}

h5.ng-binding {
  margin: 0;
}

.inner-content {
  margin: 0;
  text-align: center;
  padding: 14px 10px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 7px;
  -moz-box-shadow: 0 1px 2px 0 rgba(84,81,81,.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(84,81,81,.3);
  box-shadow: 0 1px 2px 0 rgba(84,81,81,.3);
  min-height: 133px;
}

section.why-choss p {
  font-weight: 600;
  padding: 0 29px;
  line-height: 27px;
}

section.why-choss h2 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0,34,51,.1);
  padding-bottom: 6px;
  padding: 0 29px;
}

section.why-choss h3 {
  font-size: 18px;
  padding: 0 29px;
}

.page-daynmic h2 {
  color: #fff;
  text-transform: capitalize;
  word-break: break-all;
  float: left;
  width: 49%;
}

.page-daynmic ul {
  margin: 0;
  padding: 0 16px;
  float: left;
  width: 100%;
}

.page-daynmic ul li {
  color: #fff;
  padding: 4px;
  font-size: 16px;
}

.page-daynmic {
  position: absolute;
  top: 190px;
  left: 135px;
}

.daynmic-form {
  position: fixed;
  float: left;
  width: 24%;
  top: 162px;
}

.test-monial {
  background: #efefef;
  width: 100%;
}

.tm-breadcrumb.text-center.page-daynmic ul li {
  display: block;
  text-align: left;
  padding: 14px 0;
  list-style: #b22222;
}

.header-topbutton.callus {
  display: none;
}

.tm-section.about-us-area.bg-white.tm-padding-section.dymic-tab {
  background: #f5f5f5!important;
}

.card {
  background-color: #fff;
  border: 1px solid rgba(0,34,51,.1);
  box-shadow: 2px 4px 10px 0 rgba(0,34,51,.05),2px 4px 10px 0 rgba(0,34,51,.05);
  border-radius: .15rem;
}

#tabs {
  border: 1px solid #eee;
  background-color: #fff;
  border: 1px solid rgba(0,34,51,.1);
  box-shadow: 2px 4px 10px 0 rgba(0,34,51,.05),2px 4px 10px 0 rgba(0,34,51,.05);
  border-radius: .15rem;
}

#tabs h6.section-title {
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
  color: #fff!important;
  background-color: #024568;
  border-color: #014467;
  font-size: 20px;
  font-weight: 700;
}

div#nav-about .tm-accordion button {
  font-size: 14px;
}

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #014568;
  font-size: 17px;
}

.content-tab {
  padding: 0 15px;
}

.dnmi {
  border-bottom: 1px solid #dee2e6!important;
}

.dnmi .nav-item {
  padding: 12px 0;
}

.tab-card {
  border: 1px solid #eee;
}

.tab-card-header {
  background: 0 0;
}

.tab-card-header>.nav-tabs {
  border: none;
  margin: 0;
}

.tm-section.about-us-area.bg-white.tm-padding-section.dymic-tab {
  padding-top: 0;
}

.tab-card-header>.nav-tabs>li {
  margin-right: 2px;
}

.tab-card-header>.nav-tabs>li>a {
  border: 0;
  border-bottom: 2px solid transparent;
  margin-right: 0;
  color: #737373;
  padding: 2px 15px;
}

.card-header.tab-card-header {
  padding: 0;
}

.tab-card-header>.nav-tabs>li>a.show {
  border-bottom: 2px solid #007bff;
  color: #007bff;
}

.tab-card-header>.nav-tabs>li>a:hover {
  color: #007bff;
}

li.nav-item.active {
  border-bottom: 2px solid #007bff;
}

.tab-content .card-text {
  font-size: 15px;
  line-height: 26px;
}

li.nav-item.active a {
  color: #007bff!important;
}

div#myTabContent .card-title {
  margin-bottom: .75rem;
  font-size: 25px;
}

.tab-card-header>.nav-tabs>li>a {
  border: 0;
  border-bottom: 2px solid transparent;
  margin-right: 0;
  font-size: 16px;
  color: #737373;
  padding: 11px 20px;
  font-weight: 800;
}

.tab-card-header>.tab-content {
  padding-bottom: 0;
}

.card.mt-3.tab-card {
  margin-top: 0!important;
}

section.staff h2 {
  font-size: 24px;
  margin-bottom: 0;
  padding: 11px 0;
  color: #ed630f;
}

section.staff {
  margin-bottom: 20px;
}

.mobile-device-banner.hidden-lg.hidden-md {
  display: none;
}

.link-pd {
  padding: 0 5px;
}

.link-ro-sm-box:hover {
  background: #eee;
}

.link-ro-sm-box {
  border: 1px solid #d75d6a;
  margin-bottom: 10px;
  height: 150px;
}

.link-tint {
  background: #124375;
  color: #fff;
  padding: 9px 0;
  height: 35px;
  width: 40px;
  font-size: 18px;
}

.link-ro-sm-box h3 {
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  text-align: center;
}

.link-ro-sm-box img {
  border-left: 1px solid #d75d6a;
  border-bottom: 1px solid #d75d6a;
  border-right: 1px solid #d75d6a;
}

.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
  margin: 4px 0;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .tm-slider-dots.tm-slider-dots-vertical {
    padding-bottom: 50px;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
    max-width: inherit;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
    margin: 0;
    margin: 0 10px;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li:first-child {
    margin-left: 0;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li::last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tm-slider-dots ul.slick-dots {
    max-width: 930px;
  }

  .tm-slider-dots.tm-slider-dots-vertical {
    padding-bottom: 50px;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
    max-width: inherit;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
    margin: 0;
    margin: 0 10px;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li:first-child {
    margin-left: 0;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li::last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tm-slider-dots ul.slick-dots {
    max-width: 690px;
  }

  .tm-slider-dots.tm-slider-dots-vertical {
    padding-bottom: 50px;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
    max-width: inherit;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
    margin: 0;
    margin: 0 10px;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li:first-child {
    margin-left: 0;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li::last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width:767px) {
  .tm-slider-dots ul.slick-dots {
    max-width: 510px;
  }

  .tm-slider-dots.tm-slider-dots-vertical {
    padding-bottom: 40px;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
    max-width: inherit;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
    margin: 0;
    margin: 0 10px;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li:first-child {
    margin-left: 0;
  }

  .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li::last-child {
    margin-right: 0;
  }
}

.tm-slider-arrow {
  position: relative;
}

.tm-slider-arrow-next,.tm-slider-arrow-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 0;
  height: 40px;
  line-height: 1;
  width: 40px;
  display: inline-block;
  border: 1px solid #34b8c0;
  background: #34b8c0;
  color: #fff;
  margin-top: -47px;
  font-size: 16px;
}

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

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

@media only screen and (max-width:767px) {
  .tm-slider-arrow {
    padding-bottom: 70px;
  }

  .tm-slider-arrow-next,.tm-slider-arrow-prev {
    top: auto;
    bottom: 0;
  }

  .tm-slider-arrow-prev {
    left: auto;
    right: calc(50% + 10px);
  }

  .tm-slider-arrow-next {
    right: auto;
    left: calc(50% + 10px);
  }
}

.spine-specifications .fa {
  font-size: 35px;
  margin-right: 8px;
  float: left;
  width: 59px;
  text-align: center;
  height: 59px;
  border-radius: 42px;
  padding: 8px;
  color: #fff;
  background: #d23b37;
  line-height: 44px;
}

.footer-toparea.tm-padding-section {
  padding-top: 5px;
}

.spine-specifications p.spec-desc {
  color: #495057;
  font-size: 14px;
  line-height: 22px;
  margin-top: -25px;
  margin-bottom: 13px;
  padding-left: 70px;
  font-weight: 400;
}

.spine-specifications h4 {
  color: #000;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  min-height: 60px;
}

.tm-slider-arrow-2 {
  position: relative;
}

.tm-slider-arrow-2 .tm-slider-arrow-next,.tm-slider-arrow-2 .tm-slider-arrow-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 0;
  line-height: 24px;
  height: auto;
  width: 40px;
  display: inline-block;
  color: #333;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
  background: 0 0;
  border: none;
  vertical-align: middle;
}

.tm-slider-arrow-2 .tm-slider-arrow-next i,.tm-slider-arrow-2 .tm-slider-arrow-prev i {
  vertical-align: middle;
  line-height: 24px;
}

.tm-slider-arrow-2 .tm-slider-arrow-next:hover,.tm-slider-arrow-2 .tm-slider-arrow-prev:hover {
  color: #0075b7;
}

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

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

@media only screen and (max-width:767px) {
  .tm-slider-arrow-2 {
    padding-bottom: 70px;
  }

  .tm-slider-arrow-2 .tm-slider-arrow-next,.tm-slider-arrow-2 .tm-slider-arrow-prev {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .tm-slider-arrow-2 .tm-slider-arrow-prev {
    left: auto;
    right: calc(50% + 10px);
  }

  .tm-slider-arrow-2 .tm-slider-arrow-next {
    right: auto;
    left: calc(50% + 10px);
  }
}

.tm-slider-arrow-hovervisible .tm-slider-arrow-next,.tm-slider-arrow-hovervisible .tm-slider-arrow-prev {
  visibility: hidden;
  opacity: 0;
}

.tm-slider-arrow-hovervisible:hover .tm-slider-arrow-next,.tm-slider-arrow-hovervisible:hover .tm-slider-arrow-prev {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width:767px) {
  .tm-slider-arrow-hovervisible .tm-slider-arrow-next,.tm-slider-arrow-hovervisible .tm-slider-arrow-prev {
    visibility: visible;
    opacity: 1;
  }
}

.nice-select {
  height: 50px;
  border-radius: 0;
  line-height: 48px;
  padding: 0 15px;
  padding-right: 35px;
  width: 100%;
  border-color: #d2d2d5;
}

.nice-select::after {
  content: "";
  position: absolute;
  border: 0;
  background-image: url(../images/icons/down-caret.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: contain;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  height: 9px;
  width: 9px;
  line-height: 1;
  text-align: center;
}

.nice-select .current {
  display: block;
  padding: 0;
}

.nice-select .list {
  border-radius: 0;
  margin-bottom: 0;
  min-width: 180px;
  width: 100%;
  margin-top: 1px;
}

.nice-select .list .option {
  padding: 0 15px;
  min-height: auto;
  line-height: 30px;
}

.nice-select .list .option:hover {
  background: #0075b7;
  color: #fff;
}

.nice-select:focus {
  border-color: #0075b7;
}

.nice-select.open {
  border-color: #0075b7;
}

.nice-select.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width:767px) {
  .nice-select {
    height: 44px;
    line-height: 42px;
  }
}

.tm-breadcrumb {
  margin-top: -5px;
  margin-bottom: -8px;
}

.tm-section-title.text-center {
  padding: 0 22px;
}

.tm-breadcrumb h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: capitalize;
}

.about-content.about-content-2 td {
  padding: 6px 10px;
}

.about-content.about-content-2 table {
  width: 100%;
}

.about-content.about-content-2 table tr:nth-last-child(6) {
  padding: 10px;
  background: #fcf8e3;
}

.about-content.about-content-2 table tr:nth-last-child(4) {
  padding: 10px;
  background: #dff0d8;
}

.about-content.about-content-2 table tr:nth-last-child(2) {
  padding: 10px;
  background: #f2dede;
}

.about-content.about-content-2 table tr:nth-last-child(1) {
  padding: 10px;
  background: #d9edf7;
}

.tm-breadcrumb ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}

.tm-breadcrumb ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.tm-breadcrumb ul li::after {
  content: "/";
  padding: 0 8px;
}

.tm-breadcrumb ul li:last-child::after {
  display: none;
}

.tm-breadcrumb ul li a {
  color: #fff;
}

.tm-breadcrumb ul li a:hover {
  text-decoration: underline;
}

.tm-pagination ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}

.tm-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 3px;
}

.tm-pagination ul li:first-child {
  margin-left: 0;
  margin-right: 15px;
}

.tm-pagination ul li:last-child {
  margin-right: 0;
  margin-left: 15px;
}

.tm-pagination ul li a {
  display: inline-block;
  color: #444;
  font-family: Poppins,sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  min-width: 30px;
}

.tm-pagination ul li a:hover {
  color: #0075b7;
}

.tm-pagination ul li.is-active a {
  color: #0075b7;
  border-bottom: 2px solid #0075b7;
}

.tm-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.tm-comment:last-child {
  margin-bottom: 0;
}

.tm-comment-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 25px;
}

.tm-comment-thumb img {
  max-width: 100%;
}

.tm-comment-content::after {
  content: "";
  clear: both;
  display: table;
}

.tm-comment-content h6 {
  margin-top: -4px;
  margin-bottom: 0;
}

.tm-comment-content h6 a {
  color: #333;
}

.tm-comment-content h6 a:hover {
  color: #0075b7;
}

.tm-comment-content p {
  margin-top: 12px;
  margin-bottom: 0;
}

.tm-comment-date {
  color: #757575;
}

.tm-comment-replybutton {
  color: #444;
  font-weight: 500;
  font-family: Poppins,sans-serif;
  font-size: 16px;
  display: inline-block;
  margin-top: 15px;
}

.tm-comment-replybutton:hover {
  color: #0075b7;
}

.tm-comment .tm-rating {
  float: right;
}

.tm-comment-replypost {
  padding-left: 105px;
}

@media only screen and (max-width:767px) {
  .tm-comment-replypost {
    padding-left: 30px;
  }
}

@media only screen and (max-width:575px) {
  .tm-comment {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tm-comment-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .tm-comment-date {
    display: block;
  }

  .tm-comment .tm-rating {
    float: none;
  }
}

.tm-commentbox {
  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-left: -20px;
  margin-top: -15px;
}

section.locations {
  float: left;
  width: 100%;
  padding: 20px;
}

.tm-commentbox p {
  margin-bottom: 5px;
}

.contnt-ar {
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.contnt-ar h4 {
  color: #ec5f17;
  font-size: 21px;
}

.contnt-ar strong {
  font-size: 18px;
}

.tm-commentbox label {
  margin-bottom: 15px;
}

.tm-commentbox-singlefield {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 20px;
  margin-top: 15px;
}

.tm-commentbox-singlefield.w-33 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.tm-commentbox-singlefield .tm-button {
  margin-top: 15px;
}

@media only screen and (max-width:767px) {
  .tm-commentbox-singlefield.w-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.header {
  position: relative;
  z-index: 5;
}

.icon-bar-1 {
  position: fixed;
  top: 75%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
  margin: 0!important;
}

.icon-bar-1 a {
  display: block;
  text-align: center;
  transition: all .3s ease;
  color: #fff;
  font-size: 1.5em;
  padding: 5px 13px 9px 9px;
}

.google {
  background: #dd4b39;
  color: #fff;
}

.twitter {
  background: #25d366;
  color: #fff;
}

.header-toparea {
  background: #da3636;
  color: #fff;
  padding: 5px 0;
}

.header-topinfo ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -15px;
}

.header-topinfo ul li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  padding: 2px 15px;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 600;
  border-right: 1px solid #fff;
}

.header-topinfo ul li:last-child {
  border-right: none;
}

.header-topinfo ul li i {
  margin-right: 10px;
  font-size: 18px;
}

.header-topinfo ul li a {
  color: #fff;
  font-weight: 400;
}

.header-topinfo ul li a:hover {
  opacity: .8;
}

.header-topbutton {
  text-align: right;
}

.header-topbutton .tm-button {
  height: 33px;
  line-height: 34px;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Josefin Sans',sans-serif;
  border-radius: 0;
  text-transform: uppercase;
}

.header-topbutton .tm-button:hover {
  background: #34b8c0;
  color: #fff;
  border-color: #34b8c0;
}

.header-bottomarea {
  background: #fff;
  -webkit-box-shadow: 2px 0 2px rgba(0,0,0,.15);
  box-shadow: 2px 0 2px rgba(0,0,0,.15);
  z-index: 3;
  position: relative;
}

.header-bottominner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.header-bottominner .tm-navigation {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-logo a {
  display: inline-block;
}

.header-icons {
  padding-left: 15px;
}

.header-icons ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header-icons ul li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}

.header-icons ul li:first-child {
  margin-left: 0;
}

.header-icons ul li:last-child {
  margin-right: 0;
}

.header-icons ul li a {
  display: inline-block;
  color: #373737;
  border: 1px solid #333;
  border-radius: 100px;
  font-size: 20px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 1;
}

.header-icons ul li a i {
  line-height: 33px;
}

.header-icons ul li a:hover {
  background: #34b8c0;
  border-color: #34b8c0;
  color: #fff;
}

.header-searchbox {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

.header-searchbox .search-close {
  padding: 0;
  font-size: 18px;
  border: none;
  cursor: pointer;
  height: 35px;
  width: 35px;
  border: 1px solid #d2d2d5;
  border-radius: 1000px;
  line-height: 1;
  text-align: center;
  color: #666;
  display: inline-block;
  vertical-align: middle;
}

.header-searchbox .search-close i {
  line-height: 33px;
  vertical-align: middle;
}

.header-searchbox .search-close:hover {
  color: #0075b7;
  border-color: #0075b7;
}

.header-searchbox.is-visible {
  z-index: 1;
}

.header-searchinner {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-searchform {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-searchform input {
  height: 45px;
  border: none;
  padding: 0;
  font-size: 16px;
}

.header-searchbox.is-visible .header-searchinner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-topinfo ul {
    margin-left: 0;
  }

  .header-topinfo ul li {
    padding: 0;
    display: block;
    border-right: none;
  }

  .header-logo {
    padding: 15px 0;
  }

  .header-icons {
    padding-right: 49px;
  }

  .header-searchbox.is-visible {
    z-index: 3;
  }
}

@media only screen and (max-width:767px) {
  .header-topinfo ul {
    margin-left: 0;
  }

  .header-topinfo ul li {
    padding: 0;
    display: block;
    border-right: none;
  }

  .header-logo {
    padding: 15px 0;
  }

  .header-icons {
    padding-right: 49px;
  }

  .header-searchbox.is-visible {
    z-index: 3;
  }
}

@media only screen and (max-width:575px) {
  .header-topinfo {
    text-align: center;
  }

  .header-topbutton {
    margin: 5px 0;
    text-align: center;
  }
}

@media only screen and (max-width:480px) {
  .header-logo {
    max-width: 130px;
    padding: 15px 0;
  }
}

.header-mobilemenu .mean-container .mean-nav {
  margin-top: 0;
}

.header-mobilemenu .mean-container .mean-bar {
  min-height: 0;
  padding: 0;
  z-index: 2;
}

.header-mobilemenu .mean-container a.meanmenu-reveal {
  color: #373737;
  font-size: 21px!important;
  padding: 0;
  text-indent: 0;
  z-index: 99;
  margin-top: -64px;
  height: 33px;
  width: 33px;
  border: 1px solid #333;
  border-radius: 1000px;
  line-height: 33px;
  text-align: center;
}

.header-mobilemenu .mean-container .mean-nav {
  background: #34b8c0;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  width: 100%;
}

section.why-choss.desk-hide {
  display: none;
}

.header-mobilemenu .mean-container .mean-nav>ul {
  max-height: 277px;
  overflow-y: auto;
}

.header-mobilemenu .mean-container .mean-nav>ul li a {
  padding: 7px 5%;
  border-top: 1px solid rgba(255,255,255,.2);
}

.header-mobilemenu .mean-container .mean-nav>ul li a.mean-expand {
  padding: 3px 6px!important;
  height: 32px;
  line-height: 32px;
}

.header-mobilemenu .mean-container .mean-nav>ul li a.mean-expand:hover {
  background: rgba(255,255,255,.1);
}

.header-mobilemenu .mean-container .mean-nav>ul li li a {
  opacity: 1;
}

.header-mobilemenu .mean-container .mean-nav>ul li ul li a {
  padding: 7px 10%;
}

.header-mobilemenu .mean-container .mean-nav>ul li ul ul li a {
  padding: 7px 15%;
}

.header-mobilemenu .mean-container .mean-nav>ul li ul ul ul li a {
  padding: 7px 20%;
}

.header.sticky-active .header-bottomarea {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  -webkit-box-shadow: 5px 0 5px rgba(0,0,0,.15);
  box-shadow: 5px 0 5px rgba(0,0,0,.15);
  -webkit-animation: slideInDown .5s ease-in-out 0s 1 both;
  animation: slideInDown .5s ease-in-out 0s 1 both;
}

.tm-navigation ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0;
}

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

.tm-navigation ul li a {
  display: inline-block;
  font-size: 16px;
  font-family: Poppins,sans-serif;
  font-weight: 500;
  padding: 34px 20px;
  color: #373737;
}

.tm-navigation ul li:hover>a {
  color: #34b8c0;
}

.tm-navigation .tm-navigation-dropdown>a::after {
  content: "\f2f9";
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  padding-left: 3px;
  vertical-align: middle;
}

.tm-navigation .tm-navigation-dropdown ul {
  position: absolute;
  text-align: left;
  padding: 10px 0;
  left: 100%;
  top: 0;
  width: 250px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
  box-shadow: 0 3px 10px rgba(0,0,0,.15);
  visibility: hidden;
  border-top: 4px solid #34b8c0;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: -1;
  border-radius: 0 0 3px 3px;
  -webkit-transition: visibility .2s ease-in-out 0s,opacity .2s ease-in-out 0s,z-index 0s ease-in-out 0s,-webkit-transform .2s ease-in-out 0s;
  transition: visibility .2s ease-in-out 0s,opacity .2s ease-in-out 0s,z-index 0s ease-in-out 0s,-webkit-transform .2s ease-in-out 0s;
  -o-transition: transform .2s ease-in-out 0s,visibility .2s ease-in-out 0s,opacity .2s ease-in-out 0s,z-index 0s ease-in-out 0s;
  transition: transform .2s ease-in-out 0s,visibility .2s ease-in-out 0s,opacity .2s ease-in-out 0s,z-index 0s ease-in-out 0s;
  transition: transform .2s ease-in-out 0s,visibility .2s ease-in-out 0s,opacity .2s ease-in-out 0s,z-index 0s ease-in-out 0s,-webkit-transform .2s ease-in-out 0s;
}

.tm-navigation .tm-navigation-dropdown ul li {
  display: block;
  padding: 0 15px;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.tm-navigation .tm-navigation-dropdown ul li a {
  padding: 6px 0;
  line-height: 1.3;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #444;
  text-transform: capitalize;
}

.wlcm {
  padding-bottom: 43px!important;
}

.tm-navigation .tm-navigation-dropdown ul li.has-child::after {
  content: "";
  clear: both;
  display: table;
}

.tm-navigation .tm-navigation-dropdown ul li.has-child>a::after {
  content: "\f2fb";
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  float: right;
}

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

.tm-navigation .tm-navigation-dropdown ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 1;
}

.tm-navigation .tm-navigation-dropdown>ul {
  left: 0;
  top: 100%;
}

.tm-navigation .tm-navigation-dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}

.tm-navigation .tm-navigation-dropdown.overflow-element ul {
  left: auto;
  right: 100%;
}

.tm-navigation .tm-navigation-dropdown.overflow-element>ul {
  left: auto;
  right: 0;
}

.tm-navigation .tm-navigation-megamenu {
  position: inherit!important;
}

.tm-navigation .tm-navigation-megamenu>a::after {
  content: "\f2f9";
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  padding-left: 3px;
  vertical-align: middle;
}

.tm-navigation .tm-navigation-megamenu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  text-align: left;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
  box-shadow: 0 3px 10px rgba(0,0,0,.15);
  border-top: 4px solid #34b8c0;
  border-radius: 0 0 3px 3px;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: -1;
  -webkit-transition: visibility .2s ease-in-out 0s,opacity .2s ease-in-out 0s,z-index 0s,-webkit-transform .2s ease-in-out 0s;
  transition: visibility .2s ease-in-out 0s,opacity .2s ease-in-out 0s,z-index 0s,-webkit-transform .2s ease-in-out 0s;
  -o-transition: transform .2s ease-in-out 0s,visibility .2s ease-in-out 0s,opacity .2s ease-in-out 0s,z-index 0s;
  transition: transform .2s ease-in-out 0s,visibility .2s ease-in-out 0s,opacity .2s ease-in-out 0s,z-index 0s;
  transition: transform .2s ease-in-out 0s,visibility .2s ease-in-out 0s,opacity .2s ease-in-out 0s,z-index 0s,-webkit-transform .2s ease-in-out 0s;
}

.tm-navigation .tm-navigation-megamenu>ul>li {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 0 20px;
}

.tm-navigation .tm-navigation-megamenu>ul>li:not(:last-child) {
  border-right: 1px solid #d2d2d5;
}

.tm-navigation .tm-navigation-megamenu>ul>li>a {
  display: block;
  color: #34b8c0;
  border-bottom: 1px solid #34b8c0;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
}

.tm-navigation .tm-navigation-megamenu>ul ul li {
  display: block;
}

.tm-navigation .tm-navigation-megamenu>ul ul li a {
  padding: 5px 0;
  line-height: 1.3;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #444;
}

.tm-navigation .tm-navigation-megamenu>ul ul li a:hover {
  color: #34b8c0;
}

.tm-navigation .tm-navigation-megamenu:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}

.heroslider-area {
  position: relative;
  overflow: hidden;
}

.heroslider-slider.slick-dotted {
  padding-bottom: 0;
}

.heroslider-slider ul.slick-dots {
  position: absolute;
  top: auto;
  bottom: 30px;
  z-index: 2;
}

.heroslider-singleslider {
  background-attachment: scroll;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.heroslider-contentwrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.heroslider-content {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  -webkit-transition: all .1s ease-in-out 0s;
  -o-transition: all .1s ease-in-out 0s;
  transition: all .1s ease-in-out 0s;
  padding: 70px 0;
}

.heroslider-content h1 {
  margin-top: -5px;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  color: #000;
}

.heroslider-content p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-top: 30px;
}

.heroslider-content .tm-button {
  margin-top: 28px;
}

.heroslider-content-white h1 {
  color: #fff;
}

.heroslider-content-white p {
  color: #fff;
}

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

.heroslider-image {
  margin-right: -200px;
  padding: 70px 0;
}

.heroslider-image.heroslider-image-left {
  margin-right: 0;
  margin-left: -200px;
}

@media only screen and (max-width:1600px) {
  .heroslider-image {
    margin-right: -100px;
  }

  .heroslider-image.heroslider-image-left {
    margin-left: -100px;
  }
}

@media only screen and (max-width:1400px) {
  .heroslider-image {
    margin-right: 0;
  }

  .heroslider-image.heroslider-image-left {
    margin-left: 0;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .heroslider-content h1 {
    font-size: 46px;
    line-height: 50px;
  }

  .heroslider-content p {
    margin-top: 20px;
  }

  .heroslider-content .tm-button {
    margin-top: 15px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .heroslider-content h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .heroslider-content p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .heroslider-content .tm-button {
    margin-top: 15px;
  }
}

@media only screen and (max-width:767px) {
  .heroslider-content {
    padding-top: 50px;
  }

  .heroslider-content h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .heroslider-content p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .heroslider-content .tm-button {
    margin-top: 15px;
  }

  .heroslider-image {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .heroslider-slider ul.slick-dots {
    display: none!important;
  }
}

@media only screen and (max-width:575px) {
  .heroslider-content {
    padding-top: 40px;
  }

  .heroslider-content h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

.heroslider-animated .heroslider-singleslider .heroslider-content h1 {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

.heroslider-animated .heroslider-singleslider .heroslider-content p {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

.heroslider-animated .heroslider-singleslider .heroslider-content .tm-button {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

.heroslider-animated .heroslider-singleslider .heroslider-image {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

.heroslider-animated .heroslider-singleslider.slick-current .heroslider-content h1 {
  -webkit-animation: fadeInUp 1s ease-in-out .5s 1 forwards;
  animation: fadeInUp 1s ease-in-out .5s 1 forwards;
}

.heroslider-animated .heroslider-singleslider.slick-current .heroslider-content p {
  -webkit-animation: fadeInUp 1s ease-in-out 1s 1 forwards;
  animation: fadeInUp 1s ease-in-out 1s 1 forwards;
}

.heroslider-animated .heroslider-singleslider.slick-current .heroslider-content .tm-button {
  -webkit-animation: fadeInUp 1s ease-in-out 1.5s 1 forwards;
  animation: fadeInUp 1s ease-in-out 1.5s 1 forwards;
}

.heroslider-animated .heroslider-singleslider.slick-current .heroslider-image {
  -webkit-animation: fadeInRight 1s ease-in-out 2s 1 forwards;
  animation: fadeInRight 1s ease-in-out 2s 1 forwards;
}

.heroslider-animated .heroslider-singleslider.slick-current .heroslider-image-left {
  -webkit-animation: fadeInLeft 1s ease-in-out 2s 1 forwards;
  animation: fadeInLeft 1s ease-in-out 2s 1 forwards;
}

@media only screen and (max-width:767px) {
  .heroslider-animated .heroslider-singleslider.slick-current .heroslider-content h1 {
    -webkit-animation: fadeInUp 1s ease-in-out 1s 1 forwards;
    animation: fadeInUp 1s ease-in-out 1s 1 forwards;
  }

  .heroslider-animated .heroslider-singleslider.slick-current .heroslider-content p {
    -webkit-animation: fadeInUp 1s ease-in-out 1.5s 1 forwards;
    animation: fadeInUp 1s ease-in-out 1.5s 1 forwards;
  }

  .heroslider-animated .heroslider-singleslider.slick-current .heroslider-content .tm-button {
    -webkit-animation: fadeInUp 1s ease-in-out 2s 1 forwards;
    animation: fadeInUp 1s ease-in-out 2s 1 forwards;
  }

  .heroslider-animated .heroslider-singleslider.slick-current .heroslider-image {
    -webkit-animation: fadeInUp 1s ease-in-out .5s 1 forwards;
    animation: fadeInUp 1s ease-in-out .5s 1 forwards;
  }

  .heroslider-animated .heroslider-singleslider.slick-current .heroslider-image-left {
    -webkit-animation: fadeInUp 1s ease-in-out .5s 1 forwards;
    animation: fadeInUp 1s ease-in-out .5s 1 forwards;
  }
}

.heroslider-particle .particles-js {
  width: 100vw;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}

.tm-cta a {
  border-radius: 72px;
}

.icon-bar-1 a:hover {
  background-color: #000;
}

.heroslider-content a {
  border-radius: 37px;
  background: #da3636;
  border-color: #da3636;
  box-shadow: 2px 10px 14px 2px #c6c6c6;
}

.heroslider-particle .container {
  z-index: 4;
}

.heroslider-content h3 {
  font-size: 41px!important;
  line-height: 55px;
}

.tm-section.products-area.tm-padding-section.bg-white.bg-gryd {
  background: #f1f1f1!important;
  padding-bottom: 43px;
}

.tm-section.services-area.tm-padding-section.bg-white.diffrence {
  padding: 30px 0;
}

.tm-section-title.text-center h2 {
  font-size: 30px;
  font-weight: 600;
}

section.why-choss h1 {
  font-size: 25px;
  line-height: 32px;
  padding: 0 29px;
}

.tm-navigation ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0;
}

.about-content.about-content-2 li {
  font-size: 15px;
  padding: 3px 0;
  line-height: 27px;
}

h4.brk {
  color: #e3530d;
}

.test-monial .tm-rating {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 15px;
}

box.clearfix h4 {
  background: #e85011;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.callus-widget {
  background: #109d57;
  border: 0;
  box-shadow: none;
  margin: 20px 0;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
}

.tm-funfact-contentbg {
  position: absolute;
  background: #fff;
  border-radius: 25px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.tm-funfact-content .odometer {
  margin-bottom: 5px;
  font-weight: 700;
  font-family: Poppins,sans-serif;
  font-size: 32px;
  color: #0075b7;
}

.tm-funfact-content::before {
  content: "";
  position: absolute;
  left: 43%;
  top: -9px;
  height: 22px;
  width: 26px;
  background: #fff;
  -webkit-transform: rotate(60deg) skew(30deg);
  -ms-transform: rotate(60deg) skew(30deg);
  transform: rotate(60deg) skew(30deg);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
  box-shadow: 0 0 10px rgba(0,0,0,.25);
  z-index: -2;
}

.tm-funfact-content {
  background: #fff;
  padding: 26px 15px;
  border-radius: 25px;
  position: relative;
  margin-top: 40px;
  z-index: 1;
}

.tm-funfact-icon {
  font-size: 50px;
  margin-top: -4px;
  color: #0075b7;
  display: inline-block;
  vertical-align: middle;
}

.tm-funfact-contentbg {
  position: absolute;
  background: #fff;
  border-radius: 25px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.tm-funfact-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
  box-shadow: 0 0 10px rgba(0,0,0,.25);
  z-index: -3;
}

.tm-funfact {
  min-width: 200px;
  display: inline-block;
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tm-callbutton-icon {
  font-size: 30px;
  display: inline-block;
  height: 50px;
  width: 50px;
  float: left;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  margin-right: 10px;
}

.tm-callbutton h3 {
  font-weight: 700;
  color: #0075b7;
  margin-bottom: 0;
}

.tm-missvis-tabs li {
  display: inline-block;
  list-style: none;
  margin: 0 40px;
}

.tm-section-title.text-center h2::before,.tm-section-title.text-center h3::before {
  display: inline-block;
}

.tm-section-title h2::before,.tm-section-title h3::before {
  content: "";
  margin-right: 20px;
  display: none;
}

.tm-section-title h2::after,.tm-section-title h2::before,.tm-section-title h3::after,.tm-section-title h3::before {
  display: inline-block;
  height: 1px;
  width: 70px;
  background: #0075b7;
  vertical-align: middle;
}

.tm-section-title h2:after,.tm-section-title h3:after {
  content: "";
  margin-left: 20px;
}

.tm-section-title h2::after,.tm-section-title h2::before,.tm-section-title h3::after,.tm-section-title h3::before {
  display: inline-block;
  height: 1px;
  width: 70px;
  background: #0075b7;
  vertical-align: middle;
}

.tm-contactblock:hover {
  background: #f8f9fe;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

.tm-contactblock {
  padding: 9px 29px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  z-index: 1;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  margin-bottom: 10px;
}

.tm-contactblock.text-center.top-msd {
  padding: 7px 51px;
}

.tm-contactblock.text-center.fvds {
  padding: 9px 61px;
}

.text-center {
  text-align: center!important;
}

.tm-contactblock-icon {
  display: inline-block;
  height: 66px;
  font-size: 60px;
  margin-bottom: 20px;
  vertical-align: middle;
  color: #0075b7;
  margin-top: 25px;
}

.tm-contactblock-backicon {
  position: absolute;
  left: auto;
  right: -30px;
  top: auto;
  bottom: -30px;
  font-size: 160px;
  color: rgba(51,51,51,.05);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.tm-contactblock p {
  margin-bottom: 0;
  padding: 0 0;
}

.tm-contactblock.text-center h5 {
  margin: 0;
}

.tm-contactblock:hover .tm-contactblock-backicon {
  visibility: visible;
  opacity: 1;
}

.tm-contactblock ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}

.tm-contactblock ul li {
  list-style: none;
}

.tm-contactblock ul li span {
  float: right;
}

.tm-form-field {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  float: left;
  width: 47%;
  margin: 15px 10px;
}

.tm-form-field.v {
  width: 97%;
}

.tm-form-field.text-center {
  width: 100%;
}

.single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.widget-contact-social {
  margin-top: 30px;
}

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

.widget-contact-social li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  background: #2b2b2b;
  color: #fff;
  border-radius: 100px;
}

.widget-contact-social li a i {
  line-height: 35px;
}

.tm-accordion .card-header button.collapsed::before {
  content: "+";
}

.tm-accordion .card-header button::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 50px;
  text-align: center;
  width: 55px;
  background: rgba(0,117,183,.1);
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.tm-accordion .card-header button {
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  padding: 11px 0;
  padding-left: 75px;
  font-size: 18px;
  font-family: Poppins,sans-serif;
  color: #333;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none!important;
  border: 0;
  position: relative;
  white-space: inherit;
}

.tm-accordion .card-header {
  padding: 0;
  background: 0 0;
  border: 0;
}

.tm-accordion .card-header button:not(.collapsed):before {
  content: "-";
  background: rgba(0,117,183,.05);
}

.tm-appointment .tm-form-field {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  float: left;
  width: 46%;
  margin: 15px 6px;
}

.tm-form-field.nh {
  width: 94%;
}

.tm-information-timing ul li {
  list-style: none;
  line-height: 36px;
  border-bottom: 1px dashed #d2d2d5;
}

.tm-information-timing ul li span {
  float: right;
}

.tm-information-timing ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-widgets .widget-newsletter-form {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-newsletter-form [type=submit],.widget-newsletter-form button {
  border-radius: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 54px;
  padding: 0;
  border: 1px solid #fff;
  border-left: none;
  font-size: 20px;
}

div#service-acc {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}

.py-4,section.home-content-top.py-5.pt-4 {
  display: flex;
}

.tm-testimonial-author.testi img {
  width: 20%;
  height: 20%;
}

.tm-testimonial-authorinfo.tsti-name h5 {
  color: #fff;
}

.tm-testimonial-authorinfo.tsti-name h6 {
  color: #fff;
}

form#tm-mailchimp-form input {
  float: left;
  width: 79%;
}

.widget-contact-social li {
  display: inline-block;
  padding-left: 0;
}

.tm-contactblock::after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #0075b7;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.tm-missvis-tabs li a,.tm-missvis-tabs li button {
  display: inline-block;
  padding: 0;
  text-align: center;
  margin-bottom: -1px;
  position: relative;
}

.tm-missvis-tabs li .tab-icon {
  font-size: 42px;
  display: inline-block;
  vertical-align: middle;
  color: #444;
  margin-bottom: 20px;
}

.tm-missvis-tabs li h5 {
  margin-bottom: 20px;
}

.tm-missvis-tabs li a::after,.tm-missvis-tabs li button::after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #0075b7;
  -webkit-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

.tm-missvis-tabs {
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d2d2d5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tm-missvis-tabs li a.active::after,.tm-missvis-tabs li button.active::after {
  width: 100%;
}

.tm-callbutton-icon i {
  background: #0075b7;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  line-height: 42px;
  -webkit-animation: bounceIn 1.5s ease-in-out 1s infinite both;
  animation: bounceIn 1.5s ease-in-out 1s infinite both;
}

.widget-box:nth-child(2n)>h4 {
  background: #34b8c0;
  text-align: center;
  color: #fff;
  padding: 6px 0;
}

.test-monial .zmdi-long-arrow-left {
  background: #34b8c0;
  padding: 5px;
  color: #fff;
}

.about-content.about-content-2 p {
  font-size: 16px;
  line-height: 29px;
  text-align: justify;
}

.test-monial .zmdi-long-arrow-right {
  background: #34b8c0;
  padding: 5px;
  color: #fff;
}

.test-monial {
  margin: 18px 0;
  background: #efefef;
}

.test-monial h2 {
  background: #cc3d38;
  text-align: left;
  font-size: 20px;
  color: #fff;
  padding: 5px 10px;
}

.test-monial p {
  font-size: 15px;
  padding: 10px 55px;
  text-align: justify;
  line-height: 25px;
}

.tm-testimonial-authorimage img {
  margin: auto;
  border-radius: 50%;
  width: 20%;
}

.tm-testimonial-authorimage {
  text-align: center;
}

.tabbable-panel.aas.pt-5 {
  padding-bottom: 3em;
}

.tm-testimonial-authorinfo {
  text-align: center;
}

.tm-testimonial-authorinfo h5 {
  margin: 0;
}

.widget-box>form {
  background: #d73535 url(../img/form-bg.png) no-repeat top center;
  margin: -15px 0 0 0;
  padding: 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15),0 0 1.5rem .5rem rgba(33,37,41,.05)!important;
}

aside.widget-box.clearfix h4 {
  background: #d73535;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 20px;
  text-align: center;
}

.workimg {
  padding: 15px 0;
}

.input.text.required.dy textarea {
  height: 100px;
}

.about-content.about-content-2 h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 13px 0 0;
}

button.button.sds {
  width: 100%;
  background: #109d57;
  color: #fff;
  padding: 0!important;
  text-transform: uppercase;
  margin: 0!important;
  border-radius: 34px;
}

.buttonsend {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all .5s;
  cursor: pointer;
  margin: 5px;
}

.buttonsend span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: .5s;
}

.buttonsend span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  font-size: 39px;
  top: -6px;
  right: -20px;
  transition: .5s;
}

.buttonsend:hover span {
  padding-right: 25px;
}

.buttonsend:hover span:after {
  opacity: 1;
  right: 0;
}

.widget-box>form .filebox,.widget-box>form .selectbox,.widget-box>form .textarea,.widget-box>form .textbox {
  background: #fff;
  border: solid 1px #ddd;
  color: #222;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0;
  line-height: 38px;
  border-radius: 5px!important;
  margin: 0 0 15px 0;
  padding: 0 15px;
  text-transform: none;
  width: 100%;
}

.callus-widget span {
  color: #fff;
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
}

.callus-widget a {
  color: #efefef;
  display: inline-block;
  font-size: 16px;
  line-height: 1.32;
  margin: 5px 8px 0 8px;
}

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

.tm-navigation ul li a {
  display: inline-block;
  font-size: 16px;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 500;
  padding: 34px 0;
  color: #373737;
  text-transform: uppercase;
  position: relative;
}

.tm-navigation ul li:hover>a {
  color: #0075b7;
}

.service-thumbnail .service-img {
  border-bottom: 2px solid #34b8c0;
}

.service-thumbnail .service-img img {
  width: 100%;
}

.zoom-pic img {
  position: relative;
  z-index: -1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.service-content h2 {
  font-size: 24px;
  color: #ec5f17;
  margin: 0 0 4px 0;
}

.service-thumbnail p:last-child {
  margin-bottom: 0;
  color: #8e8e8e;
  font-size: 14px;
}

a.tm-readmore {
  background: #0e9858;
  color: #fff;
  padding: 7px 7px 7px 7px;
  display: inline-block;
  margin-top: 14px!important;
  margin-bottom: 12px;
}

.services-area {
  position: relative;
}

.wrapper {
  margin-top: 31px;
}

div#demo {
  color: #747474;
}

div#demo h2 {
  color: #747474;
}

.tm-service {
  padding: 2px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tm-service::after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #0e9858;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.tm-service-icon {
  display: inline-block;
  height: 66px;
  font-size: 60px;
  line-height: 1;
  vertical-align: middle;
  color: #d53135;
  opacity: 1;
  position: relative;
  z-index: -1;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.tm-service-icon i {
  display: inline-block;
  vertical-align: middle;
}

.tm-service-backicon {
  position: absolute;
  left: auto;
  right: 13px;
  top: 59px;
  height: 200px;
  bottom: -30px;
  font-size: 215px;
  color: rgba(51,51,51,.05);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

span.tm-service-backicon i::before {
  font-size: 201px;
}

.link_wrapper {
  position: relative;
}

.link_wrapper a {
  display: block;
  width: 162px;
  border-radius: 20px;
  line-height: 41px;
  font-weight: 700;
  text-decoration: none;
  background: #1b9d5f;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 3px solid #1b9d5f;
  transition: all .35s;
}

.icon {
  width: 50px;
  height: 50px;
  border: 3px solid transparent;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  z-index: -1;
  transition: all .35s;
}

.icon svg {
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  transform: rotate(-45deg);
  fill: #ec5f17;
  transition: all .35s;
}

.link_wrapper a:hover {
  width: 200px;
  border: 3px solid #1b9d5f;
  background: 0 0;
  color: #1b9d5f;
}

.link_wrapper a:hover+.icon {
  border: 3px solid #ec5f17;
  right: -25%;
}

.tm-service h5 {
  margin-top: 20px;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.all-service-btnn a {
  background: #ec5f17;
  color: #fff;
  box-shadow: 2px 2px 12px 2px rgba(0,0,0,.12);
  padding: 10px;
  font-size: 17px;
  border-radius: 20px;
}

.tm-service h5 a {
  color: #333;
  font-weight: 600;
}

.tm-service h5 a:hover {
  color: #ec5f17;
}

.tm-service p {
  margin-bottom: 0;
}

.tm-service .tm-readmore {
  margin-top: 0;
  height: 0;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.tm-service:hover {
  background: rgba(0,117,183,.1);
}

.tm-service:hover .tm-service-icon {
  height: 0;
  opacity: 0;
}

.tm-service:hover h5 {
  margin-top: 0;
}

.tm-service:hover .tm-readmore {
  margin-top: 30px;
  height: 28px;
  line-height: 0;
  opacity: 1;
}

.tm-service:hover::after {
  width: 100%;
}

.tm-service:hover .tm-service-backicon {
  visibility: visible;
  opacity: 1;
}

.tm-service-details h2 {
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
}

.tm-service-details-image {
  margin-bottom: 25px;
}

.tm-service-details blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
}

.tm-blog-meta {
  margin-bottom: 15px;
}

.tm-blog-meta span:not(:last-child) {
  margin-right: 15px;
}

.tm-blog-meta span {
  display: inline-block;
  font-weight: 500;
}

.tm-blog-meta span a {
  color: #444;
}

.tm-blog-bottom h5 {
  font-weight: 500;
}

.tm-blog-bottom h5 a {
  color: #333;
}

.tm-button.tm-button-dark,a.tm-button.tm-button-dark,button.tm-button.tm-button-dark {
  background: #292828;
  border-color: #292828;
}

.tm-service-details.sticky-sidebar p a {
  font-weight: 600;
  color: #0593cc;
}

.widget-search-form {
  position: relative;
}

.widget-search-form input[type=search],.widget-search-form input[type=text] {
  background: #f7f7f7;
  padding-right: 50px;
}

.widget-search-form button,.widget-search-form input[type=submit] {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  padding: 0;
  border: none;
}

.widget-search-form button i,.widget-search-form input[type=submit] i {
  line-height: 48px;
}

.widget-archives ul li,.widget-categories ul li,.widget-serviceitems ul li {
  border-bottom: 1px solid #d2d2d5;
  padding: 12px 0;
}

.single-widget ul li {
  list-style: none;
}

.widget-archives ul li a,.widget-categories ul li a,.widget-serviceitems ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #444;
}

.single-widget.widget-categories .fa {
  margin-right: 10px;
}

.widget-archives ul li a span,.widget-categories ul li a span,.widget-serviceitems ul li a span {
  float: right;
}

.single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.widgets-blog {
  padding-left: 40px;
}

.single-widget {
  margin-top: 40px;
}

.widget-title {
  position: relative;
  padding-bottom: 15px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}

.widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 70px;
  background: #0075b7;
}

.widget-recentpost-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  float: left;
  margin-right: 20px;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.widget-recentpost-content h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

a.blogitem-imageslider-image.slick-slide img {
  width: 100%;
  border-radius: 0;
}

span.tm-blog-date {
  background: #ec622a;
  padding: 10px;
  color: #fff;
  position: relative;
  font-size: 24px;
  top: -94px;
  left: -91px;
  border-top-right-radius: 25px;
  border-radius-right-top: 20px;
  border-bottom-right-radius: 25px;
}

.widget-recentpost ul li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-recentpost-content {
  margin-top: -6px;
}

.widget-recentpost-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.widget-recentpost-image::after {
  content: "\f18e";
  font-family: Material-Design-Iconic-Font;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 18px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-top: 15px;
}

.widget-tags ul li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
}

.widget-tags ul li a {
  display: inline-block;
  vertical-align: middle;
  background: #f7f7f7;
  padding: 6px 22px;
  color: #444;
}

.tm-product {
  overflow: hidden;
}

.tm-product-title a {
  color: #ec5f17;
}

.col-md-6.copyright p {
  color: #fff;
  font-size: 16px;
}

.tm-product-image {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.tm-product-image img {
  display: block;
  width: 100%;
  border-radius: 0;
}

.tm-product-imagelink {
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
}

.tm-product-imagelink::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,117,183,.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.tm-product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 35px;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  line-height: 1;
}

main.main-content.all-page {
  padding: 30px 0;
}

.tm-product-content p {
  padding: 0!important;
}

.tm-product-content {
  padding-top: 0;
  margin-bottom: -5px;
  background: #d23b37;
  padding: 5px;
  min-height: 90px;
}

.tm-product-content p {
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  font-size: 12px;
}

.tm-product-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
}

.tm-product-title a {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.tm-product-title a:hover {
  color: #0075b7;
}

.tm-product-rating span {
  color: #919191;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.tm-product-rating span.active {
  color: #fdc716;
}

.tm-product-price {
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 16px;
}

.tm-product-price del {
  color: #7a7a7a;
  font-size: 14px;
}

.tm-product:hover .tm-product-imagelink::before {
  visibility: visible;
  opacity: 1;
}

.tm-product:hover .tm-product-actions li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.product-slider-active.tm-slider-dots {
  padding-bottom: 50px;
}

.tm-product-quickview {
  padding-right: 0!important;
}

.tm-product-quickview .close {
  position: absolute;
  left: auto;
  right: 3px;
  top: 3px;
  background: #1cb9c8;
  font-size: 15px;
  text-shadow: none;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  opacity: 1;
  line-height: 1;
  z-index: 1;
}

.tm-product-quickview .close i {
  line-height: 30px;
  height: auto;
}

.tm-product-quickview .close:hover {
  color: #fff!important;
}

.tm-product-quickview .modal-dialog {
  max-width: inherit!important;
  position: relative;
  margin: 0;
}

.tm-product-quickview .modal-content {
  padding: 30px;
  border: none;
  border-radius: 0;
}

.tm-product-quickview .tm-prodetails-thumbs {
  width: 100%;
}

.tm-product-quickview .tm-prodetails-thumbs .slick-list {
  margin-right: -8px;
}

.tm-product-quickview .tm-prodetails-thumbs .slick-list .slick-slide {
  display: block;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tm-product-quickview .modal-content {
    padding: 15px;
  }
}

@media only screen and (max-width:575px) {
  .tm-product-quickview .modal-content {
    padding: 15px;
  }
}

.col-md-8.vp {
  padding-left: 40px;
}

.row.bn {
  position: relative;
  overflow: hidden;
}



.capri-box {
  float: right;
}

.bn img {
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
  max-height: 350px;
  object-fit: cover;
  background: #fff;
  height: auto;
  box-shadow: 0 2px 12px #ddd;
}

.img-responsive.transition {
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
}

.heading4 {
  font-size: 18px;
  font-weight: 400;
  font-family: Lato,sans-serif;
  color: #ec5f17;
  margin: 0 0 5px 0;
}

.heading1 {
  font-size: 30px;
  line-height: 20px;
  font-family: Lato,sans-serif;
  text-transform: uppercase;
  color: #1b2834;
  font-weight: 900;
}

.content-quality {
  float: left;
  width: 193px;
}

.content-quality p {
  margin-left: 10px;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.content-quality p span {
  display: block;
}

.tabtop li a {
  font-family: Lato,sans-serif;
  font-weight: 700;
  color: #34b8c0;
  border-radius: 0;
  border: 1px solid #ebebeb!important;
}

.tabtop .active a:before {
  content: "â™¦";
  position: absolute;
  top: 22px;
  left: 82px;
  color: #e31837;
  font-size: 30px;
}

.tabtop li a:hover {
  color: #fff!important;
  text-decoration: none;
  background-color: #34b8c0!important;
}

.tabtop .active a {
  background-color: #0075b7!important;
  color: #fff!important;
}

.margin-tops {
  margin-top: -3px;
  border: 1px solid #ebebeb!important;
}

.tabtop li a:last-child {
  padding: 12px 20px;
}

.thbada {
  padding: 13px 18px!important;
}

.service-content {
  background: #fff;
  padding: 11px;
  border: 1px solid #ddd;
  min-height: 194px;
}

.margin-tops4 {
  margin-top: 20px;
}

.tabsetting {
  padding: 0;
}

ul.nav.nav-tabs.tabtop.tabsetting a {
  font-size: 16px;
  text-align: center;
}

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}

ul.nav.nav-tabs.tabtop.tabsetting span {
  width: 100%;
  float: left;
  font-size: 40px;
  margin-bottom: 10px;
  text-align: center;
  color: #ec5f17;
}

.services {
  background-color: #d4d4d4;
  padding: 65px 0 27px 0;
}

.services a:hover {
  color: #000;
}

.services h1 {
  margin-top: 0!important;
}

.heading-container p {
  font-family: Lato,sans-serif;
  text-align: center;
  font-size: 16px!important;
  text-transform: uppercase;
}

.col-md-8.vp p {
  font-size: 15px;
  color: #5d5c5c;
  margin-bottom: 22px;
  font-family: "Open Sans",sans-serif;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.review-slider .tm-slider-arrow-next.slick-arrow {
  right: -51px;
}

.review-slider .tm-slider-arrow-prev.slick-arrow {
  left: -51px;
}

.testimonial:after {
  position: absolute;
  top: 0!important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.footer-block ul li {
  font-family: 'Josefin Sans',sans-serif;
}

.col-md-3.footer-block p {
  color: #fff;
}

.col-md-3.footer-block.adse-icons p {
  font-size: 17px;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(/assets/images/testimonials.webp);
  padding-top: 25px;
  padding-bottom: 0;
  background-position: center;
  background-size: cover;
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: 0 0;
  border: 2px solid #fff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .6s cubic-bezier(.3,1,0,1);
  transition: all .6s cubic-bezier(.3,1,0,1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0,0,0,.23);
  -moz-box-shadow: -6px 6px 6px rgba(0,0,0,.23);
  -o-box-shadow: -6px 6px 6px rgba(0,0,0,.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0,0,0,.23);
}

.testimonial4_slide p {
  color: #fff;
  font-size: 18px;
  font-family: 'Josefin Sans',sans-serif;
  line-height: 1.4;
}

.testimonial4_slide h4 {
  color: #fff;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom: 0;
}

.testimonial .carousel-control-next-icon,.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

.abt-videos {
  float: left;
  width: 100%;
  padding: 2em 0 3em;
}

.vdo-row {
  margin-bottom: 2em;
  float: left;
}

.vdo-row iframe {
  width: 100%;
  height: 400px;
}

.abt-vdo-content {
  padding: 15px 15px 10px;
  background: #eee;
  margin-top: -7px;
}

.abt-vdo-content h4 {
  font-weight: 700;
  margin-top: 0;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2px;
}

.abt-vdo-content p {
  text-align: justify;
  margin-bottom: 10px;
}

.vdo-row:hover .abt-vdo-content {
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  transition: .5s all;
  box-shadow: 0 2px 12px #b7b6b6;
}

.tm-section.call-to-action-area.tm-padding-section1 {
  background: #cb372f!important;
  opacity: 10;
}

.tm-section-title.text-center.testim h2 {
  color: #fff;
}

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Josefin Sans',sans-serif;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}

.white-heading {
  color: #fff;
}

.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}

.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.white-heading span {
  color: #fff;
}

.tm-cta {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -30px;
}

.tm-cta-content {
  padding-top: 30px;
  padding-right: 15px;
}

.tm-cta-content h2,.tm-cta-content h3 {
  margin-bottom: 0;
  color: #fff;
}

.tm-cta-content h3 {
  margin-bottom: 5px;
}

.tm-cta-content h2 {
  letter-spacing: -.75px;
  font-size: 25px;
  text-transform: uppercase;
}

.tm-service-inner a {
  padding: 13px 7px 0 7px;
}

.tm-cta-button {
  padding-top: 30px;
}

.footer-toparea {
  background: #151515;
}

.listnone li {
  list-style: none;
  text-decoration: none;
}

.footer h3 {
  color: #fff;
  margin-bottom: 10px;
}

.location {
  border-top: 2px solid #323334;
  padding-top: 12px;
  border-bottom: 2px solid #323334;
  padding-bottom: 12px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.location ul {
  margin-bottom: 0;
}

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

.location ul li a {
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 40px;
  color: #595a5c;
  font-weight: 500;
  padding-left: 40px;
}

.location ul li a:hover {
  color: #ff9805;
}

.footer-section {
  margin-top: 20px;
}

.footer-block {
  margin-bottom: 30px;
}

.footer-block h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: center;
}

.footer-block img {
  margin-bottom: 22px;
  width: 173px;
}

.col-md-3.footer-block p {
  color: #fff;
}

.ban {
  color: #fff;
}

.ban strong {
  color: #d9d9d9;
}

.tm-service-inner {
  float: left;
  width: 100%;
}

.col-md-2.footer-block p {
  color: #d9d9d9;
  font-family: 'Josefin Sans',sans-serif;
}

.footer-block ul li a {
  color: #fff;
}

.footer-block ul li a:hover {
  color: #ff9805;
}

.footer-block .form-control {
  background-color: #38393a;
  border: none;
  border-radius: 2px;
}

.col-md-3.footer-block p a {
  color: #fff;
}

p.sds {
  float: left;
  margin-right: 5px;
  margin-bottom: 34px;
}

.tiny-footer {
  margin-top: 1px;
}

.copyright {
  font-size: 12px;
  line-height: 3.4;
}

.soical-block ul {
  text-align: right;
}

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

.soical-block ul li a {
  border-radius: 2px;
  border: 2px solid #fff;
  width: 38px;
  height: 38px;
  font-size: 22px;
  display: block;
  text-align: center;
  line-height: 33px;
  margin-left: 6px;
  color: #fff;
}

.soical-block ul li a:hover {
  border: 2px solid #ff9805;
  color: #ff9805;
}

.tm-product-quickview {
  padding: 15px 0;
  display: none;
}

.tm-cart-table {
  text-align: center;
}

.tm-cart-table tr th {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
}

.tm-cart-table tr td {
  vertical-align: middle;
}

.tm-cart-table .tm-cart-col-image {
  width: 180px;
  min-width: 180px;
}

.tm-cart-table .tm-cart-col-remove {
  width: 100px;
  min-width: 100px;
}

.tm-cart-table .tm-cart-col-productname {
  min-width: 250px;
}

.tm-cart-table .tm-cart-col-price,.tm-cart-table .tm-cart-col-total {
  min-width: 100px;
}

.tm-cart-table .tm-cart-productimage {
  margin: 5px 30px;
  display: inline-block;
  border: 1px solid #d2d2d5;
}

.tm-cart-table .tm-cart-productname {
  color: #333;
  font-weight: 600;
}

.tm-cart-table .tm-cart-productname:hover {
  color: #0075b7;
}

.tm-cart-table .tm-cart-totalprice {
  font-weight: 700;
  color: #444;
}

.tm-cart-table .tm-cart-removeproduct {
  border: none;
}

.tm-cart-table .tm-cart-removeproduct:hover {
  color: #0075b7;
}

.tm-cart-table .tm-cart-removeproduct:focus {
  outline: 0;
}

@media only screen and (max-width:767px) {
  .tm-cart-table .tm-cart-col-image {
    width: 120px;
    min-width: 120px;
  }

  .tm-cart-table .tm-cart-productimage {
    margin: 0;
  }
}

.tm-cart-bottomarea {
  margin-top: 30px;
}

.tm-cart-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tm-cart-coupon label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.tm-cart-coupon input:not([type=submit]) {
  margin-right: 10px;
  max-width: 220px;
  margin-bottom: 10px;
}

.tm-cart-pricebox {
  text-align: right;
}

.tm-cart-pricebox>h2 {
  margin-top: -8px;
  font-weight: 700;
}

.tm-cart-pricebox table {
  margin-bottom: 30px;
}

.tm-cart-pricebox table td {
  padding: 0;
  font-size: 16px;
  color: #444;
}

.tm-cart-pricebox table .tm-cart-pricebox-shipping td {
  padding-top: 5px;
}

.tm-cart-pricebox table .tm-cart-pricebox-total td {
  color: #333;
  font-weight: 700;
  font-size: 22px;
  padding-top: 20px;
}

@media only screen and (max-width:767px) {
  .tm-cart-pricebox {
    text-align: left;
    margin-top: 30px;
  }
}

@media (max-width:1440px) {
  .nav.nav-tabs.tabtop.tabsetting li a {
    width: 100%;
    float: left;
  }

  .nav.nav-tabs.tabtop.tabsetting li a {
    font-family: Lato,sans-serif;
    font-weight: 700;
    color: #1b2834;
    border-radius: 0;
    border: 1px solid #ebebeb!important;
    float: left;
    width: 100%;
  }

  .nav.nav-tabs.tabtop.tabsetting li {
    float: left;
  }

  .tm-padding-section {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .footer-block h3 {
    text-align: left;
  }
}

@media (max-width:1080px) {
  .nav.nav-tabs.tabtop.tabsetting li {
    float: left;
    width: 20%;
  }
}

@media (max-width:991px) {
  .header-mobilemenu .mean-container a.meanmenu-reveal {
    margin-top: -75px;
  }

  .tabsetting {
    padding: 0;
  }
}

@media only screen and (max-width:360px) {
  .col-md-8.vp {
    padding-left: 10px;
  }

  .heading {
    margin-bottom: 32px;
  }

  .testimonial4_slide {
    width: 93%;
  }

  .carousel-control-next,.carousel-control-prev {
    width: 6%!important;
  }

  .soical-block ul {
    text-align: left;
  }
}

@media only screen and (max-width:320px) {
  .header-mobilemenu .mean-container a.meanmenu-reveal {
    margin-top: -66px;
  }

  .tm-padding-section {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .nav.nav-tabs.tabtop.tabsetting li {
    float: left;
    width: 100%;
  }

  .pt-5,.py-5 {
    padding-top: 1rem!important;
  }

  .pb-5,.py-5 {
    padding-bottom: 2rem!important;
  }

  .col-md-8.vp p {
    font-size: 15px;
    color: #5d5c5c;
    margin-bottom: 22px;
    font-family: "Open Sans",sans-serif;
    float: right;
  }

  li:hover {
    color: #fff;
  }

  .heading4 {
    font-size: 18px;
    font-weight: 400;
    font-family: Lato,sans-serif;
    color: #111;
    margin: 0 0 5px 0;
    float: right;
  }

  .tabtop li a {
    font-family: Lato,sans-serif;
    font-weight: 700;
    color: #1b2834;
    border-radius: 0;
    border: 1px solid #ebebeb!important;
    float: left;
    width: 100%;
  }

  .arrival-product .arrival-item ul li {
    float: left;
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin-right: 2.6%;
  }

  .titlebar .next-back {
    float: right;
    margin: 12px 0;
    margin-right: 20px;
  }

  .vdo-row iframe {
    width: 100%;
    height: auto;
  }

  .testimonial .carousel {
    padding-bottom: 0;
  }

  .footer-block h3 {
    margin-top: 0;
    text-align: left;
  }

  .soical-block ul {
    text-align: left;
  }

  .footer-block ul {
    margin-left: -34px;
  }
}