@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&amp;display=swap");
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
.grid-four {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.navbar-brand img
{
    height:70px;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background: #f6f8fc;
  color: #2f3146;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #fff;
  background-color: #7650e0;
}

::-moz-selection {
  color: #fff;
  background-color: #7650e0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

.dark-version {
  background: #313131;
}
.dark-version .step-inner-content, .dark-version .wizard-content-1 .steps {
  background-image: linear-gradient(-90deg, #555858 0%, #565353 100%);
}
.dark-version .step-no, .dark-version .step-btn-icon-text .step-btn-text h2, .dark-version .step-btn-icon-text .step-btn-text span, .dark-version .wizard-inner-box .inner-title h2, .dark-version .wizard-inner-box .inner-title p, .dark-version .details-form-area .wizard-document-upload .custom-file .file-size-text {
  color: #ffffff;
}
.dark-version .details-form-area .gender-select h3 {
  color: #111;
}

p, label {
  margin: 0;
}
p#les {
    color: #1c4185;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins";
}

.pt150 {
  padding-top: 150px;
}

.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.actions {
  bottom: 0;
  position: relative;
  margin-bottom: 20px;
}
.actions li {
  color: #fff;
  height: 74px;
  width: 210px;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  line-height: 74px;
  border-radius: 50px;
  display: inline-block;
  background-color: #7650e0;
}
.actions li button {
  color: #fff !important;
  border: none;
  background-color: transparent;
}
.actions li button[type=submit] {
  width: 100%;
  padding: 0;
}
.actions li span {
  display: block;
  width: 100%;
}

/*---------------------------------------------------- */
/*Steps area*/
/*----------------------------------------------------*/
.wrapper {
  max-width: 1715px;
  margin: auto;
  padding: 90px 0;
}

.wizard-content-1 .steps {
  max-width: 384px;
  max-height: 932px;
  float: left;
  position: relative;
  border-radius: 30px;
  padding: 40px 40px 240px 40px;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.1);
  background-image: linear-gradient(180deg, #ede6ff 0%, white 100%);
}
.wizard-content-1 .steps .bg-shape {
  top: -5px;
  left: -5px;
  z-index: -1;
  width: 95%;
  height: 95%;
  position: absolute;
  border-radius: 30px;
  transform: rotate(-1deg);
  background-color: #7650e0;
}
.wizard-content-1 .steps li {
  width: 100%;
  margin-bottom: 45px;
  display: inline-block;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text:after {
  display: block;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text:before {
  width: 95px;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text .step-btn-icon:after {
  border: 5px solid #7650e0;
  display: block;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text .step-btn-text h2 {
  color: #7650e0;
}
.wizard-content-1 .steps li.js-active.current:last-child .step-btn-icon-text:after {
  display: none;
}

.step-btn-icon-text {
  position: relative;
}
.step-btn-icon-text > span {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #eaeaea;
  border-radius: 100%;
  text-align: center;
  z-index: 11;
  line-height: 35px;
  font-weight: bold;
  top: -11px;
  border: 6px solid #fff;
}
.step-btn-icon-text:after {
  content: "";
  height: 25px;
  width: 2px;
  left: 60px;
  display: none;
  bottom: -74px;
  position: absolute;
  background-color: #7650e0;
}
.step-btn-icon-text:before {
  top: 62px;
  right: -115px;
  content: "";
  width: 0px;
  z-index: 2;
  height: 2px;
  position: absolute;
  background-color: #000;
}
.step-btn-icon-text .step-btn-icon {
  z-index: 1;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
}
.step-btn-icon-text .step-btn-icon .fix-image {
  position: relative;
  left: -16px;
  top: -3px;
}
.step-btn-icon-text .step-btn-icon .fix-image-2 {
  position: relative;
  left: 0px;
  top: -8px;
}
.step-btn-icon-text .step-btn-icon:before {
  left: -9px;
  top: -3px;
  z-index: -1;
  content: "";
  height: 145px;
  width: 145px;
  border-radius: 100%;
  position: absolute;
  background: #e9e9e9;
}
.step-btn-icon-text .step-btn-icon:after {
  width: 145px;
  height: 145px;
  content: "";
  position: absolute;
  left: -9px;
  top: -4px;
  border-radius: 100%;
  z-index: -1;
}
.step-btn-icon-text .step-btn-text {
  padding-top: 50px;
}
.step-btn-icon-text .step-btn-text h2 {
  font-size: 20px;
  font-weight: 900;
  color: #1a1a1a;
}
.step-btn-icon-text .step-btn-text span {
  font-size: 12px;
  font-family: "Poppins";
}

/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
  padding-top: 60px;
  height: 100%;
}

.multisteps-form__panel {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  overflow: hidden;
  height: 0;
}
.multisteps-form__panel.js-active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
}
.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}
.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

/*---------------------------------------------------- */
/*inner area*/
/*----------------------------------------------------*/
.wizard-progress {
  left: -46%;
  width: 280px;
  bottom: -120px;
  z-index: 3;
  position: absolute;
}
.wizard-progress span {
  color: #2f3146;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.wizard-progress .progress {
  border-radius: 30px;
  height: 23px;
}
.wizard-progress .progress .progress-bar {
  background-color: #7650e0;
  border-radius: 30px;
}

.form-step-2 .wizard-progress {
  bottom: 32%;
}

.form-step-3 .wizard-progress {
  bottom: 0px;
}

.bottom-vector {
  left: -110px;
  bottom: -170px;
}

.step-inner-content {
  width: 100%;
  float: right;
  border-radius: 30px;
  padding: 120px 120px 80px;
  box-shadow: 0px 1px 51px 0px rgba(1, 1, 1, 0.06);
  background-image: linear-gradient(-90deg, #efffff 0%, white 100%);
}
.step-inner-content .bg-shape {
  bottom: -4px;
  right: -10px;
  z-index: -1;
  width: 95%;
  height: 95%;
  position: absolute;
  border-radius: 30px;
  transform: rotate(1deg);
  background-color: #7650e0;
}

.step-no {
  top: -95px;
  right: -85px;
  color: #2f3146;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins";
}

.wizard-inner-box .inner-title h2 {
  color: #2f3146;
  font-size: 50px;
  font-weight: 700;
}
.wizard-inner-box .inner-title p {
  color: #5f5f63;
  font-size: 20px;
}
.wizard-inner-box .need-job-slide {
  margin: 0 auto;
  max-width: 1000px;
  padding: 80px 0px 115px;
}
.wizard-inner-box .need-job-slide .owl-nav .owl-next,
.wizard-inner-box .need-job-slide .owl-nav .owl-prev {
  top: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #e9e9e9;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.wizard-inner-box .need-job-slide .owl-nav .owl-next:hover,
.wizard-inner-box .need-job-slide .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #7650e0;
}
.wizard-inner-box .need-job-slide .owl-nav .owl-prev {
  left: -105px;
}
.wizard-inner-box .need-job-slide .owl-nav .owl-next {
  right: -105px;
}
.wizard-inner-box .need-job-icon-text {
  cursor: pointer;
}
.wizard-inner-box .need-job-icon-text .j-checkbox {
  display: none;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner {
  width: 310px;
  height: 300px;
  background-color: #fff;
  display: block;
  padding-top: 40px;
  border-radius: 30px;
  position: relative;
  border: 2px solid #e9e9e9;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .checkbox-circle-mark {
  position: absolute;
  top: 15px;
  right: 45px;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .checkbox-circle-mark:before {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 100%;
  position: absolute;
  border: 2px solid #e9e9e9;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .checkbox-circle-mark:after {
  top: 4px;
  left: 4px;
  width: 25px;
  content: "";
  display: none;
  height: 25px;
  position: absolute;
  border-radius: 100%;
  background-color: #7650e0;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner span {
  display: block;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .need-job-icon {
  width: 153px;
  height: 153px;
  margin: 0 auto 25px;
  border-radius: 100%;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .need-job-text .need-job-title {
  color: #000000;
  font-size: 23px;
  font-weight: 700;
  font-family: "Poppins";
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .need-job-text .need-job-text {
  font-size: 18px;
  color: #000000;
}
.wizard-inner-box .j-checkbox:checked ~ .need-job-text-inner {
  border: 2px solid #7650e0;
}
.wizard-inner-box .j-checkbox:checked ~ .need-job-text-inner .checkbox-circle-mark:after {
  display: block;
}
.wizard-inner-box .j-checkbox:checked ~ .need-job-text-inner .checkbox-circle-mark:before {
  border: 2px solid #7650e0;
}

.details-form-area {
  padding-top: 30px;
}
/*.details-form-area .select-option-area:after {*/
/*  top: 20px;*/
/*  right: 20px;*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  font-weight: 900;*/
/*  content: "";*/
/*  line-height: 25px;*/
/*  text-align: center;*/
/*  position: absolute;*/
/*  border-radius: 100%;*/
/*  background-color: #f6f6f6;*/
/*  font-family: "Font Awesome 5 Free";*/
/*}*/
/*.details-form-area .date-of-birth:after {*/
/*  top: 20px;*/
/*  right: 20px;*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  color: #898989;*/
/*  content: "";*/
/*  font-weight: 900;*/
/*  text-align: center;*/
/*  line-height: 30px;*/
/*  position: absolute;*/
/*  border-radius: 100%;*/
/*  background-color: #f6f6f6;*/
/*  font-family: "Font Awesome 5 Free";*/
/*}*/
.details-form-area .gender-select {
  height: 175px !important;
}
.details-form-area .gender-select h3 {
  color: #5f5f63;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  padding: 14px 0px 5px;
  margin-bottom: 0px;
}
.details-form-area .gender-select label {
  padding-right: 20px;
}
.details-form-area .gender-select label input {
  top: 11px;
  width: 15px;
  height: 35px;
  position: relative;
  color: #7650e0;
  border-radius: 100%;
  box-shadow: 0px 1px 29px 0px rgb(1 1 1 / 0%);
}
.details-form-area .gender-select label span {
  color: #5f5f63;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}
.details-form-area .add-textarea {
  width: 100%;
  height: 175px !important;
}
.details-form-area .form-input-inner {
  height: 48px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
  text-align: center;
}
.details-form-area .form-input-inner input,
.details-form-area .form-input-inner select,
.details-form-area .form-input-inner textarea {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 25px;
  border-radius: 5px;
  color: #767575;
}
.details-form-area .form-input-inner input::placeholder,
.details-form-area .form-input-inner select::placeholder,
.details-form-area .form-input-inner textarea::placeholder {
  color: #767575 !important;
  font-size: 14px;
}
.details-form-area .form-input-inner textarea {
  width: 100%;
  height: 175px;
  padding-top: 30px;
}
/*.details-form-area .form-input-inner select {*/
/*  -webkit-appearance: none;*/
/*}*/
select {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: auto 44%;
    appearance: none;
}
.details-form-area .form-input-inner select option {
  color: #767575;
  font-size: 14px;
}
.details-form-area .form-input-inner .icon-bg {
  top: 12px;
  left: -12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  border-radius: 100%;
  background-color: #e4e4e4;
}
.details-form-area .form-input-inner .icon-bg i {
  color: #686868;
  font-size: 12px;
  margin:0px;
}
.details-form-area .has-float-label label {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 14px;
  opacity: 1;
  color: #fff;
  transition: all 0.2s;
  top: -12px;
  left: 15px;
  z-index: 3;
  border-radius: 5px;
  padding: 5px 10px;
  background: #7650e0;
  line-height: 1;
}
.details-form-area .has-float-label label.error {
  left: 50%;
}
.details-form-area .has-float-label .form-control::placeholder {
  opacity: 1;
  transition: all 0.2s;
  color: #5756a2;
}
.details-form-area .has-float-label .form-control:focus {
  border: 2px solid #7650e0;
}
.details-form-area .has-float-label .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:focus:-moz-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:focus::-moz-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: 0;
  top: 30px;
  left: 13px;
  visibility: hidden;
  background: transparent;
}
.details-form-area .has-float-label .form-control:focus .form-input-inner .icon-bg {
  background-color: #7650e0 !important;
}
.details-form-area .input-filed-innerbox {
  width: 100%;
  margin: 0px 15px;
}
.details-form-area .wizard-document-upload {
  width: 100%;
}
.details-form-area .wizard-document-upload .custom-file {
  float: right;
  height: 85px;
  width: 710px;
  margin-bottom: 120px;
}
.details-form-area .wizard-document-upload .custom-file .icon-bg {
  top: 0;
  z-index: 1;
  background-color: #7650e0;
}
.details-form-area .wizard-document-upload .custom-file .icon-bg i {
  color: #fff;
}
.details-form-area .wizard-document-upload .custom-file .custom-file-label {
  width: 100%;
  height: 100%;
  left: auto;
  border: none;
  color: #767575;
  line-height: 75px;
  padding-left: 40px;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
}
.details-form-area .wizard-document-upload .custom-file .custom-file-label:after {
  top: 7px;
  right: 7px;
  padding: 0;
  color: #fff;
  height: 72px;
  width: 165px;
  font-size: 20px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  font-family: "Poppins";
  background-color: #7650e0;
}
.details-form-area .wizard-document-upload .custom-file .file-size-text {
  top: 60px;
  left: 30px;
  width: 100%;
  display: block;
  color: #413f3f;
  font-size: 15px;
  font-weight: 500;
}

.thank-content .thank-img {
  padding-bottom: 18px;
}
.thank-content .thank-text {
  padding-bottom: 25px;
}
.thank-content .thank-text h2 {
  color: #2f3146;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 10px;
}
.thank-content .thank-text p {
  font-size: 20px;
}
.thank-content .thank-text p span {
  font-weight: 700;
  color: #7650e0;
}
.thank-content .thank-subscribe {
  margin: 0 auto;
  max-width: 545px;
  overflow: hidden;
  margin-bottom: 32px;
  border-radius: 50px;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
}
.thank-content .thank-subscribe input {
  height: 75px;
  width: 100%;
  border: none;
  padding-left: 40px;
}
.thank-content .thank-subscribe input::placeholder {
  color: #5f5f63;
}
.thank-content .thank-subscribe button {
  top: 10px;
  right: 10px;
  width: 55px;
  border: none;
  height: 55px;
  position: absolute;
  border-radius: 100%;
  background-color: #f0f0f0;
}
.thank-content .thank-subscribe button i {
  color: #1a1a1a;
  font-size: 20px;
}
.thank-content .thank-btn {
  color: #fff;
  height: 75px;
  width: 245px;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 50px;
  font-weight: 900;
  line-height: 75px;
  background-color: #7650e0;
}
.thank-content .thank-btn a {
  width: 100%;
  display: block;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (min-width: 1300.1px) {
  .pos-flex {
    display: flex;
  }
}
/**
 * min
 */
@media screen and (max-width: 1800px) {
  .wizard-progress {
    left: -58%;
  }

  .wrapper {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 1600px) {
  .wrapper {
    padding: 30px 0;
  }

  .wizard-inner-box .need-job-icon-text .need-job-text-inner {
    width: 260px;
  }

  .wizard-content-1 {
    padding: 30px;
  }

  .wizard-content-1 .steps {
    width: 345px;
  }

  .step-inner-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .wrapper {
    padding: 0px 0;
  }

  .step-no {
    right: 0px;
  }

  .wizard-content-1 {
    padding: 15px;
  }

  .wizard-content-1 .steps {
    padding: 30px;
  }

  .step-inner-content {
    max-width: 1000px;
  }

  .wizard-inner-box .inner-title h2 {
    font-size: 45px;
  }

  .wizard-progress {
    left: -40%;
    bottom: -120px;
  }

  .step-btn-icon-text .step-btn-text h2 {
    font-size: 16px;
  }

  .step-inner-content {
    padding: 50px 41px 45px;
  }

  .actions {
    z-index: 3;
    text-align: center;
  }

  .wizard-inner-box .need-job-slide .owl-nav .owl-prev {
    left: -30px;
  }

  .wizard-inner-box .need-job-slide .owl-nav .owl-next {
    right: -30px;
  }

  .actions li,
.thank-content .thank-btn {
    width: 160px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }

  .step-btn-icon-text:before {
    right: -90px;
  }

  .step-btn-icon-text:after {
    bottom: -55px;
  }
}
@media screen and (max-width: 1399px) {
  .wrapper {
    padding: 0;
  }

  .step-no {
    right: -3px;
    top: -95px;
  }

  .wizard-progress {
    left: -50%;
  }

  .step-inner-content {
    max-width: 100%;
  }

  .wizard-content-1 .steps li.js-active.current .step-btn-icon-text:before {
    width: 75px;
  }

  .step-btn-icon-text:before {
    right: -70px;
  }
}
@media screen and (max-width: 1300px) {
  .wrapper {
    transform: scale(1);
    padding: 10px 0;
  }

  .step-no {
    right: 0px;
    top: 10px;
  }

  .wizard-content-1 .steps {
    max-width: 100%;
    width: 100%;
    max-height: auto;
    padding-bottom: 20px;
  }

  .wizard-content-1 .steps .bg-shape,
.step-inner-content .bg-shape {
    display: none;
  }

  .wizard-content-1 .steps li {
    width: inherit;
    text-align: center;
  }

  .step-btn-icon-text:before,
.wizard-content-1 .steps li.js-active .step-btn-icon-text:after {
    display: none;
  }

  .multisteps-form__progress {
    text-align: center;
    padding-top: 0;
  }

  .step-btn-icon-text .step-btn-icon {
    float: none !important;
  }

  .step-btn-icon-text .step-btn-icon {
    margin: 0px 10px;
  }

  .step-btn-icon-text .step-btn-text {
    padding-top: 20px;
  }

  .step-inner-content {
    max-width: 100%;
    padding-top: 40px;
  }

  .wizard-inner-box .need-job-icon-text .need-job-text-inner {
    width: 310px;
  }

  .wizard-progress {
    position: static;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1070px) {
  .wizard-inner-box .need-job-icon-text .need-job-text-inner {
    width: 260px;
  }
}
@media screen and (max-width: 991px) {
    .details-form-area .form-input-inner
    {
        height: 50px;
    margin-bottom: 20px;
    }
    .grid-four {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
    .details-form-area .form-input-inner .icon-bg i {
    font-size: 12px;
    }
    .details-form-area .form-input-inner .icon-bg
    {top: 14px;
    left: -11px;
    width: 25px;
    height: 25px;
    line-height: 25px;}
  .wizard-inner-box .inner-title h2,
.thank-content .thank-text h2 {
    font-size: 40px;
  }
  .details-form-area
  {
    padding-top: 20px;
  }
  .bottom-vector {
    display: none;
  }

  .details-form-area .wizard-document-upload .custom-file {
    width: 100%;
  }

  .step-btn-icon-text > span {
    display: none;
  }

  .need-job-slide .owl-item {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .step-btn-icon-text .step-btn-icon {
    display: none;
  }
 .grid-four {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
  .step-btn-icon-text .step-btn-text {
    margin: 0px 10px;
  }

  .step-btn-icon-text .step-btn-text h2 {
    color: #000;
  }

  .js-active .step-btn-icon-text .step-btn-text h2 {
    color: #7650e0;
  }
}
@media screen and (max-width: 480px) {
  .step-btn-icon-text .step-btn-text {
    padding-top: 10px;
  }

  .wizard-content-1 .steps li {
    margin-bottom: 20px;
  }

  .step-inner-content {
    padding: 15px 20px;
  }

  .wizard-inner-box .inner-title h2, .thank-content .thank-text h2 {
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 25px;
  }

  .wizard-inner-box .need-job-icon-text .need-job-text-inner {
    width: 270px;
  }

  .wizard-inner-box .need-job-slide .owl-nav {
    text-align: center;
    margin-top: 30px;
  }

  .wizard-inner-box .need-job-slide .owl-nav .owl-next,
.wizard-inner-box .need-job-slide .owl-nav .owl-prev {
    position: static;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    transform: translateY(0);
  }

  .wizard-inner-box .need-job-slide {
    padding: 50px 0px;
  }

  .wizard-inner-box .inner-title p {
    font-size: 15px;
  }

  .actions li, .thank-content .thank-btn {
    height: 50px;
    width: 120px;
    line-height: 50px;
  }

  .details-form-area .gender-select label {
    padding-left: 15px;
  }

  .details-form-area .wizard-document-upload .custom-file .custom-file-label:after {
    width: 100px;
  }

  .step-no {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .wizard-content-1 {
    padding: 0px;
  }

  .step-inner-content {
    padding: 15px 25px;
  }
}
/*---------------------------------------------------- */
/*---------------------------------------------------- */

/* nav bar  */

i {
	margin-right: 10px;
}
/*----------bootstrap-navbar-css------------*/
.navbar-logo{
	padding: 15px;
	color: #fff;
}
.navbar-mainbg{
	background-color: #5161ce;
	padding: 0px;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#navbarSupportedContent>ul>li.active>a{
	color: #5161ce;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5161ce;
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}


@media(min-width: 992px){
	.navbar-expand-custom {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
	    display: none;
	}
	.navbar-expand-custom .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
}


@media (max-width: 991px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
}
/* top header nav customization  */
.top-area-site .navbar {
    background-color: #ffffff;
    padding: 0px 0px;
    border-bottom: solid 2px #734EDB;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(239 2 141);
    font-size: 15px;
    padding: 0px 12px;
    font-weight: 600;
}

/* footer css  */
/*footer*/
.col_white_amrc {
  color: #fff;
}
footer {
  width: 100%;
  background-color: #263238;
  padding: 10px 0px 10px 0px;
}
.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
footer p {
  font-size: 13px;
  color: #ccc;
  padding-bottom: 0px;
  margin-bottom: 8px;
}
.mb10 {
  padding-bottom: 15px;
}
.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
  color: #ccc;
}
.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li p {
  display: table;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline;
}
.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
  font-size: 18px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #ccc;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 50%;
}
.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}
/* slider  */
#header {
  width: 100%;
  height: 100vh;
}
#header .carousel {
  height: 100%;
}
#header .carousel .carousel-inner {
  height: 100%;
}
#header .carousel .carousel-inner .carousel-item {
  height: 100%;
}
#header .carousel .carousel-inner .carousel-item .title {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#header .carousel .carousel-inner .carousel-item .title h1 {
  font-size: 5rem;
}
#header .carousel .carousel-inner .carousel-item .title .animated {
  animation-duration: 1.3s;
  animation-delay: 0.5s;
}
#header .carousel .carousel-inner .carousel-item img {
  object-fit: cover;
  height: 100%;
}
.heading-text 
{
  padding: 40px 0px 25px;
}
.heading-text h2
{
    font-size:28px;
    display:block;
    margin:auto;
    text-align:center;
}
.heading-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}
.heading-main a img
{
    max-width: 46px;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 2;
}
.heading-main a button
{
    padding: 10px 10px 10px 40px;
    position: relative;
    background-color:#734edb;
    color:#fff;
   /* width: auto; */
}
.heading-text h3
{
  font-size: 32px;
}
.heading-text h3:last-child
{
    font-size:25px;
    margin-bottom:5px;
}

/* contact  */

/** 
      1. ttm-row 

      2. Row-Equal-Height

      3. Bg-Layer 

      4. Row-Bg-Image

      5. Col-Bg-Image

      6. Section-Title 

      7. Separator

      8. Buttons

      9. Icons

      10. Fid

      11. featured-icon-box

      12. Featured-imagebox

      13. Processbox

      14. Progress-Bar 

      15. Testimonial

      16. Client-row

      17. Accordion

      18. Wrap-Form

      19. Tab

      20. Boxes-Spacing

      21. Pricing-Plan

      22. Sidebar

      23. products
      

**/


/* ===============================================
    1.ttm-row
------------------------*/

.ttm-row{ padding: 90px 0;}
.ttm-row.zero-padding-section,
.ttm-row.map-section{padding: 0 0;}
.ttm-row.topzero-padding-section{padding: 0 0 90px;}
.ttm-row.bottomzero-padding-section{padding: 27px 0px;}
.ttm-row.history-section{padding-bottom: 90px;}
.ttm-row.first-row-title-section{padding-top: 120px;padding-bottom: 190px;}
.ttm-row.team-section{padding-top: 90px;}
.ttm-row.services-section{padding-bottom: 165px;padding-top: 180px;}
.ttm-row.second-row-title-section{padding-top: 180px;}
.ttm-row.our-partner-section{padding-bottom: 20px;padding-top: 120px;}
.ttm-row.fid-section{padding-top: 315px;}
.ttm-row.only-testimonial-section,
.ttm-row.grid-section{padding-bottom: 60px;}
.ttm-row.third-row-title-section{padding-top: 320px;}
.ttm-row.price-text-section{padding-bottom: 155px;}
.ttm-row.our-client-section{padding:35px 0px;}
.ttm-row.aboutus-section-style3{padding-bottom: 230px;}
.ttm-row.services-slide-section{padding-bottom: 320px;}
.ttm-row.contact-box-section{padding-top: 120px;}
.ttm-row.project-single-section{padding-bottom: 70px;}
.ttm-row.client-section{padding: 15px 0 10px;}
.ttm-row.fid_2-section{padding: 47px 0;}


/* ===============================================
    2.Row-Equal-Height
------------------------*/

.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* ===============================================
    3.Bg-Layer 
------------------------*/

.ttm-bg{ position: relative;}
.ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes{ height: 100%; z-index: 9;}

.ttm-bg-layer , .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-bg-layer .ttm-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}
.ttm-left-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0;
}
.ttm-right-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -100px;
    right: 0;
}
.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer,
.ttm-bg.ttm-col-bgimage-yes .ttm-bg-layer-inner { opacity: .90; }

.layer-content{ position: relative ; z-index: 9; height: 100%; }

.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container > .row > [class*='col-'] ,
.bg-layer > .container-fluid > .row > [class*='col-'] { padding: 0; }

.ttm-bg.ttm-bgcolor-grey:not(.ttm-col-bgcolor-yes)>.ttm-bg-layer,
.ttm-bg.ttm-bgcolor-grey:not(.ttm-col-bgcolor-yes)>.ttm-bg-layer .ttm-bg-layer-inner {
    opacity: .7;
}
.ttm-bg.ttm-bgcolor-darkgrey>.ttm-bg-layer,
.ttm-bg.ttm-bgcolor-darkgrey>.ttm-bg-layer .ttm-bg-layer-inner{
    opacity: .8;
}
.ttm-equal-height-image {
    display: none;
}
/* ===============================================
    4.Row-Bg-Image  
------------------------*/

.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ===============================================
    5.Col-Bg-Image  
------------------------*/

.ttm-equal-height-image{ display: none; }

.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-1.jpg) !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-right: -570px !important;
}
.col-bg-img-two.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-2.jpg) !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-3.jpg) !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-four.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-4.jpg) !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-five.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-5.jpg) !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-six.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-6.jpg) !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-seven.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-7.jpg) !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-eight.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-8.jpg) !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-nine.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-9.jpg) !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-ten.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-10.png) !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* ===============================================
    7.Section-Title  
------------------------*/


.section-title{ position: relative; }
.section-title h5{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
}
.section-title h2.title{
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0;
}
.section-title h2.title span{
    font-style: italic;  
    font-weight: 700; 
    font-family: 'Playfair Display', serif; 
    letter-spacing: 1.2px;
}
.section-title .title-desc{
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #6e6e6e;
    text-align: justify;
}
.section-title.with-desc .title-header{margin-bottom: 52px;}
.section-title .title-header{ 
    margin-bottom: 30px;
    position: relative;
}
.section-title.with-desc .title-header:before{
    width: 52px;
    bottom: -20px;
    height: 4px;
    left: 0;
    top: auto;
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-bottom: 0;
}
.section-title.with-desc.text-center .title-header:before{
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.section-title.text-right.with-desc .title-header:before{left: 0; margin-left: 0;}
.section-title.style2 .title-header{
    width: 52%;
    padding-right: 80px;
    margin-bottom: 0;
}
.section-title.style2 .title-header:after {
    content: "";
    right: 55px;
    height: 90%;
    position: absolute;
    top: 10%;
    width: 1px;
    border-right-width: 1px;
    background-color: #f0f0f0;
}
.section-title.style2 .title-header,
.section-title.style2 .title-desc{
    display: table-cell;
    vertical-align: middle;
}
.row-title h2.title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 0px;
    padding: 0;
    text-transform: capitalize;
}
.section-title.row-title .title-header{margin-bottom: 20px;}


/* ===============================================
    8.separator
------------------------*/
.separator .sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    width: 100%;
}
.ttm-bgcolor-darkgrey .separator .sep-line{
    border-color: rgba(255,255,255,0.14);
}
.ttm-bgcolor-white .separator .sep-line{
    border-color: #f1f1f1;
}

/* ===============================================
    9.Buttons
------------------------*/
.ttm-btn{ 
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: capitalize;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ttm-btn.ttm-icon-btn-left{ padding-left: 44px; }
.ttm-btn.ttm-icon-btn-right{ padding-right: 44px; }
.ttm-btn.ttm-icon-btn-left i{ left: 20px;}
.ttm-btn.ttm-icon-btn-right i{ right: 20px;}
.ttm-btn.ttm-icon-btn-right{ padding-right: 22px; }
.ttm-btn.ttm-icon-btn-right i{ right: 2px; }

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor{
    background-color: transparent;
    color: #fff;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey{
    color: #1e2637!important;
    border-color: #1e2637;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover{
    background-color: #1e2637;
    color: #fff !important;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white{
    color: #fff!important;
    border-color: #fff;
}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover{
    background-color: #fff;
    color: #1e2637 !important;
}
/** btn-with-icon **/
.ttm-btn i{
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.ttm-btn.ttm-icon-btn-right{ text-align: right; }
.ttm-btn.ttm-icon-btn-left { text-align: left; }

/** btn-size-xs **/
.ttm-btn.ttm-btn-size-xs { font-size: 12px; padding: 6px 22px;}
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-right{ padding-right: 31px; }
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left{ padding-left: 31px; }
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left i{ left: 18px; }
.ttm-btn.ttm-btn-size-xs i {
    font-size: 14px;
    height: 11px;
    line-height: 11px;
    right: 18px;
}

/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm { font-size: 14px; padding: 10px 24px 10px 24px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-right{ padding-right: 35px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left{ padding-left: 39px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left i{ left: 22px;}
.ttm-btn.ttm-btn-size-sm i {
    font-size: 10px;
    right: 22px;
    line-height: 1;
}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md { font-size: 14px; padding: 10px 30px 10px 30px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right { padding-right: 55px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left{ padding-left: 55px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left i{ left: 30px;}
.ttm-btn.ttm-btn-size-md i {
    font-size: 11px;
    line-height: 1;
    right: 30px;
}

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg { font-size: 20px; line-height: 20px; padding: 18px 45px;}
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right { padding-right: 58px; }
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left{ padding-left: 58px; }
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left i{ left: 40px;}
.ttm-btn.ttm-btn-size-lg i {
    font-size: 20px;
    height: 16px;
    line-height: 16px;
    right: 40px;
}

/** btn-shape **/
.ttm-btn.ttm-btn-shape-round { border-radius: 2em; }
.ttm-btn.ttm-btn-shape-rounded { border-radius: 5px; }
.ttm-btn.ttm-btn-shape-square { border-radius: 0; }

/** btn-style-border **/
.ttm-btn.ttm-btn-style-border{ background-color: transparent; border: 1px solid; }
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

/** btn-inline **/
.ttm-btn.btn-inline{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 0 !important;
    border: 1px solid transparent;
    background-color: transparent;
    overflow: visible;
}
.ttm-btn.btn-inline i{ 
    position: unset;
    transform: unset;
    display: inline-block;
    vertical-align: middle;
    transition: 0s;
}
.ttm-btn.btn-inline.ttm-icon-btn-right i{ margin-right: 4px;}
.ttm-btn.btn-inline.ttm-icon-btn-left i{ margin-left: 4px;}
.ttm-btn.btn-inline i.fa-minus:before { height: 1px; display: block; }
.ttm-btn.btn-inline.ttm-icon-btn-right .ti-angle-double-left:before {
    content: "\e662";
}

.ttm-btn.btn-inline.style2{font-weight: 400;font-size: 15px;}
.ttm-btn.btn-inline.style2:before{
    position: absolute;
    content: '';
    background: #fff;
    height: 2px;
    width: 15px;
    right: 0;
    top: 11px;
    transform: scaleX(0);
    opacity: 0;
    transition: .5s ease;
}
.ttm-btn.btn-inline.style2:hover{
    padding-right: 25px !important;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.ttm-btn.btn-inline.style2:hover:before{
    opacity: 1;
    transform: scaleX(1);
}

/* play-btn / play-icon */
.ttm-play-icon-btn{display: inline-block;}
.ttm-play-icon {
    color: #fff;
    display: block;
    position: relative;
}
.ttm-play-icon .ttm-icon.ttm-icon_element-size-md{
    height: 95px;
    width: 95px;
    line-height: 95px;
    margin: 0;
}
.ttm-play-icon .ttm-play-icon-animation{ 
    display: inline-block;
    position: relative;
}
.ttm-play-icon .ttm-play-icon-animation:after, .ttm-play-icon .ttm-play-icon-animation:before {
    content: '';
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}
.ttm-play-icon .ttm-play-icon-animation:after, .ttm-play-icon .ttm-play-icon-animation:before {
    -webkit-animation:videoplay-anim 1.05s infinite;
    -moz-animation:videoplay-anim 1.05s infinite;
    -ms-animation:videoplay-anim 1.05s infinite;
    -o-animation:videoplay-anim 1.05s infinite;
    animation:videoplay-anim 1.05s infinite;
}
.ttm-play-icon .ttm-play-icon-animation:after{
    border-color: #bfbfbf;
}
.ttm-play-icon .ttm-play-icon-animation:before {
    border-color: #e4e4e4;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm{
    display: block;
    height: 64px;
    width: 64px;
    line-height: 64px;
    margin: 0;
    z-index: 2;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm i.fa-play{ 
    padding-left: 5px;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.ttm-play-icon-btn .ttm-play-icon-animation{
    position: relative;
    display: inline-block;
}
.ttm-play-icon-btn .ttm-play-icon-animation .ttm-icon{ margin-bottom: 0; }
.ttm-play-icon-btn .ttm-play-icon-animation:after, .ttm-play-icon-btn .ttm-play-icon-animation:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.ttm-play-icon-btn .ttm-play-icon-animation:after{
    z-index: 1;
    width: 95px;
    height: 95px;
    opacity: .1;
    background-color: #fff;
}
.ttm-play-icon-btn .ttm-play-icon-animation:before {
    width: 80px;
    height: 80px;
    opacity: .2;
    background-color: #fff;
}
.ttm-play-icon-btn:hover .ttm-play-icon-animation:after, .ttm-play-icon-btn:hover .ttm-play-icon-animation:before{
    -webkit-animation:scaling 1.05s infinite;
    -moz-animation:scaling 1.05s infinite;
    -ms-animation:scaling 1.05s infinite;
    -o-animation:scaling 1.05s infinite;
    animation:scaling 1.05s infinite;
}
@-webkit-keyframes scaling{ 100% { width:200%;height:200%;opacity:0 } }
@keyframes scaling{ 100% { width:200%;height:200%;opacity:0 } }

.ttm-play-icon-btn.ttm-play-icon-btn-center{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -35px;
}


/* ===============================================
    10.Icons
------------------------*/
.ttm-icon{
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

.ttm-icon i{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ttm-icon.h-auto.w-auto i {
    position: unset;
    transform: unset;
}

/** icon-size-xs **/
.ttm-icon.ttm-icon_element-size-xs { height: 40px; width: 40px; line-height: 40px; }
.ttm-icon.ttm-icon_element-size-xs i { font-size: 16px; }

/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm { height: 50px; width: 50px; line-height: 50px; }
.ttm-icon.ttm-icon_element-size-sm i { font-size: 28px; }

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md { height: 56px; width: 56px; line-height: 56px; }
.ttm-icon.ttm-icon_element-size-md i { font-size: 30px; }

/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg { height: 62px; width: 62px; line-height: 62px; }
.ttm-icon.ttm-icon_element-size-lg i { font-size: 45px; }

/** icon-size-xl **/
.ttm-icon.ttm-icon_element-size-xl { height: 92px; width: 92px; line-height: 92px; }
.ttm-icon.ttm-icon_element-size-xl i { font-size: 50px; }

/** icon-shape **/
.ttm-icon.ttm-icon_element-style-rounded { border-radius: 5px; }
.ttm-icon.ttm-icon_element-style-round { border-radius: 50%; }
.ttm-icon.ttm-icon_element-style-square { border-radius: 0;}

/** icon-style-border **/
.ttm-icon.ttm-icon-color-darkgrey.ttm-icon-style-border { background-color: transparent; }


/* ===============================================
    11.Fid
------------------------*/
.inside {
    text-align: center;
    position: relative;
    padding: 29px 15px 25px 15px;
}
.inside h4 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 37px;
    line-height: 40px;
}
.ttm-fid-view-righticon.inside h4, 
.ttm-fid-view-lefticon.inside h4 { margin-bottom: 0; float: left; display: inline-block;}
.inside h3 {
    margin-bottom: 0;
    bottom: -11px;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 0;
    display: inline-block;
}
.ttm-fid-view-righticon .ttm-fid-left, .ttm-fid-view-lefticon .ttm-fid-left {
    position: relative;
    display: block;
    width: 100%;
}
 .ttm-fid-view-righticon .ttm-fid-icon-wrapper, .ttm-fid-view-lefticon .ttm-fid-icon-wrapper {
    position: absolute;
    top: 0;
}
.ttm-fid-icon-wrapper i { font-size: 48px; }

.ttm-fid-view-lefticon.inside .ttm-fid-contents { padding-left: 60px; }
.ttm-fid-view-righticon .ttm-fid-contents, .ttm-fid-view-lefticon .ttm-fid-contents {
    clear: both;
    overflow: hidden;
}
/*  topicon */
.ttm-fid-view-topicon .ttm-fid-icon-wrapper .ttm-icon{
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}
.ttm-fid-view-topicon .ttm-fid-icon-wrapper .ttm-icon.ttm-icon_element-size-lg {
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 5px;
}
.ttm-fid-view-topicon .ttm-fid-icon-wrapper .ttm-icon.ttm-icon_element-size-lg i{font-size: 40px;}
.ttm-fid-view-topicon h4{font-size: 46px;line-height: 56px;}
.ttm-fid-view-topicon h3{font-weight: 500;font-size: 16px;padding-top: 10px;}
/*  style1 */
.ttm-fid-view-lefticon.style1{margin-bottom: 0; padding:0 0;margin-top: 35px;}
.ttm-fid-view-lefticon .ttm-fid-icon-wrapper{margin-top: 20px;}
.row > [class*='col-']:not(:last-child) >  .ttm-fid-view-lefticon.style1:before{
    position: absolute;
    content: '';
    background-color: rgba(243,243,243,.06);
    width: 1px;
    height: 100%;
    bottom: 0;
    right: 0px;
}
/*  style2 */
.ttm-fid-view-lefticon.style2{margin-bottom: 0; padding:30px 15px;}
.ttm-highlight-fid-style-1 {
    position: absolute;
    background: #fff;
    padding: 24px 25px 19px;
    border: 3px solid #e8e9ea;
    max-width: 250px;
    top: 0;
    left: 0;
    z-index: 9;
    margin-bottom: 0;
}
.ttm-highlight-fid-style-1 .inside,
.ttm-highlight-fid-style-2 .inside{margin-bottom: 0;padding: 0;}
.ttm-highlight-fid-style-1 .ttm-fid.inside h4 {
    font-size: 80px;
    line-height: 72px;
    padding-right: 10px;
    float: left;
    display: block;
}
.ttm-highlight-fid-style-1 .ttm-fid.inside h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #1e2637;
    display: inline;
}
.ttm-highlight-fid-style-1:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 11px;
    left: 113px;
    border: 10px solid transparent;
    border-bottom: 0;
    border-top-color: #fff;
    margin-bottom: -19px;
}
.ttm-highlight-fid-style-1:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 118px;
    left: 110px;
    border: 13px solid transparent;
    border-bottom: 0;
    border-top-color: #e8e9ea;
}
.ttm-highlight-fid-style-2{
    position: absolute;
    background: #f7f9fe;
    padding: 25px 25px 25px;
    max-width: 160px;
    bottom: -60px;
    right: 5px;
    border: 1px solid #dfe5f3;
    text-align: center;
}
.ttm-highlight-fid-style-2:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    top: -13px;
    left: 30px;
    border: 13px solid transparent;
    border-top: 0;
    border-bottom-color: #f7f9fe;
}
.ttm-highlight-fid-style-2:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -17px;
    left: 27px;
    border: 16px solid transparent;
    border-top: 0;
    border-bottom-color: #e8e9ea;
}
.ttm-highlight-fid-style-2 .inside h4{ font-size: 46px;line-height: 56px; }
.ttm-highlight-fid-style-2 .inside h3{color: #6e6e6e}


/* ===============================================
    12.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative;}
.featured-icon-box .ttm-icon{ margin-bottom: 0px; }
.featured-icon-box.top-icon .featured-content{ padding-top: 14px; }
.featured-icon-box.left-icon .featured-icon:not(.ttm-icon_element-border),
.featured-icon-box.left-icon .featured-icon, 
.featured-icon-box.left-icon .featured-content{
    display: table-cell;
    vertical-align: middle; 
}

.featured-icon-box.iconalign-before-heading .featured-content{ display: table; }
.featured-icon-box.iconalign-before-heading .ttm-icon.ttm-icon_element-size-md { height: auto; width: auto; }
.featured-icon-box.iconalign-before-heading .ttm-icon,
.featured-icon-box.iconalign-before-heading .featured-title{ display: table-cell; vertical-align: middle; padding-left: 20px;}
.iconalign-before-heading .ttm-icon.style1{width: 40px; height: 50px;}
.iconalign-before-heading .ttm-icon.style1 .ttm-num:before{font-size: 20px;font-weight: 600; color: #1e2637;}
.featured-icon-box.iconalign-before-heading .featured-desc{padding-top: 10px;}

.featured-icon-box.left-icon.icon-align-top .featured-icon{ vertical-align: top; padding-top: 5px; }
.featured-icon-box.left-icon .featured-content { padding-left: 24px; }
.featured-title h5{ font-size: 19px; line-height: 26px; margin-bottom: 0px;}
.featured-desc p{margin-bottom: 0;}

body{ counter-reset: section; }
.ttm-num:before{ 
    counter-increment: section; 
    content: counter(section, decimal-leading-zero) " " ;
    font-size: 14px;
    font-family: "Poppins",Arial,Helvetica,sans-serif;
} 
/*  style1 */
.featured-icon-box-style1-row{margin-top: -35px;padding-left: 10px;padding-right: 10px;}
.featured-icon-box.style1{ padding: 28px 20px;}
.featured-icon-box.style1 .featured-title h5{font-weight: 500;}
.featured-icon-box.style1 .featured-desc p{font-weight: 300;}
/*  style2 */
.featured-icon-box.style2 .ttm-icon.ttm-icon_element-size-md i { font-size: 24px;}
.featured-icon-box.style2 .featured-title h5{margin-bottom: 5px;}
/*  style3 */
.featured-icon-box.style3 .ttm-icon.ttm-icon_element-size-lg{
    height: 45px;
    width: 45px;
    line-height: 45px;
}
.featured-icon-box.style3 {padding-top: 15px;}
.featured-icon-box.style3 .featured-content{padding-left: 12px;}
/*  without-icon */
.featured-icon-box.without-icon .featured-title h5{padding-left: 26px;position: relative;}
.featured-icon-box.without-icon .featured-title h5:before{
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    margin: auto;
    top: 50%;
    left: 0;
}
/*  style4 */
.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-md{
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-md i{font-size: 35px;}
.featured-icon-box.style4 .featured-content{padding-left: 12px;}

/*  style5 */
.featured-icon-box.style5{position: relative;z-index: 1;overflow: hidden;}
.featured-icon-box.style5{
    border:1px solid rgba(255,255,255,0.15) !important;
    padding: 40px 35px;
    border-radius: 5px;
}
.featured-icon-box.style5 .ttm-icon.ttm-icon_element-size-lg{height: 45px;width: 45px; line-height: 45px;}
.featured-icon-box.style5 .featured-content{padding-top: 10px;}
.featured-icon-box.style5 .featured-title h5{margin-bottom: 10px;}
.featured-icon-box.style5:before{
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -moz-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -ms-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    -o-transition: .55s cubic-bezier(.68,1.55,.265,.55);
    transition: .55s cubic-bezier(.68,1.55,.265,.55);
}
.featured-icon-box.style5:hover:before{
    bottom: 0;
}
/*  style6 */
.featured-icon-box.style6{
    border: 1px solid #ebeef0;
    padding: 30px 30px 30px 30px;
    height: 100%;
    position: relative;
    background-color: #fff;
    margin-right: -1px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.featured-icon-box.style6 .ttm-icon.ttm-icon_element-size-lg {
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.featured-icon-box.style6 .ttm-icon.ttm-icon_element-size-lg i{font-size: 50px;}

/*  style7 */
.featured-icon-box.style7{padding: 30px 20px;border:1px solid #ebedf2 !important;}
.featured-icon-box.style7 .ttm-icon.ttm-icon_element-size-md{
    height: 70px;
    width: 70px;
    line-height: 70px;
}
.featured-icon-box.style7 .ttm-icon.ttm-icon_element-size-md i{font-size: 58px;}
.featured-icon-box.style7 .featured-title h5{margin-bottom: 5px;}

/*  style8 */
.featured-icon-box.style8{
    padding: 60px 30px 40px;
    background-color: #fff;
    position: relative;
}
.featured-icon-box.style8 .ttm-icon{
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -33px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    text-align: center;
    height: 70px;
    width: 70px;
    line-height: 70px;
}

/* style9 */
.ttm-boxes-quickservicebox:before {
    content: '';
    position: absolute;
    left: -335px;
    right: -100%;
    height: 100%;
    display: block;
    background: url(../images/vector_page/quick-services-bg.png) center left no-repeat;
}
.featured-icon-box.style9{
    padding: 55px 30px;
    margin: 5px 0;
    background-color: #fff;
    position: relative;
    text-align: center;
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.featured-icon-box.style9 .featured-title h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.featured-icon-box.style9:before,
.featured-icon-box.style9:after{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
}
.featured-icon-box.style9:before {
    width: 105px;
    height: 40px;
    background-image: url(../images/vector_page/ser_bg_shape1.png);
    background-repeat: no-repeat;
}
.featured-icon-box.style9:after {
    left: auto;
    top: auto;
    right: 0;
    height: 140px;
    width: 140px;
    background-image: url(../images/vector_page/ser_bg_shape2.png);
    background-repeat: no-repeat;
}
.featured-icon-box.style9 .ttm-icon i { font-size: 60px; }
.featured-icon-box.style9 .servicebox-number {
    color: rgb(39 57 107 / .10);
    font-size: 80px;
    position: absolute;
    top: 90px;
    left: 50%;
}
.featured-icon-box.style9:hover .featured-icon .ttm-icon{
    transform: rotateY(180deg);
}

.featured-icon-box.style10 {
    background-color: #fff;
    padding: 30px 30px 0;
    margin: 15px 0;
    transition: all .4s;
}
.featured-icon-box.style10:hover{
    box-shadow: rgb(255 255 255 / 30%) 5px 5px, rgb(255 255 255 / 20%) 10px 10px, rgb(255 255 255 / 10%) 15px 15px;
}
.featured-icon-box.style10 .featured-title h5 {
    font-size: 20px;
    margin-bottom: 8px;
}
.featured-icon-box.style10 .featured-icon i { font-size: 40px; }
.featured-icon-box.style10 .footer-bottom {
    margin: 0 -30px;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding: 15px 30px;
    transition: all .4s;
}
.featured-icon-box.style10 .ttm-btn{
    display: flex;
    font-size: 15px;
    color: inherit;
    justify-content: space-between;
    align-items: center;
}
.featured-icon-box.style10 .ttm-btn i {font-size: 13px;}


.featured-icon-box.style11 {
    background-color: #fff;
    padding: 10px 20px 10px 10px;
    text-align: left;
    position: absolute;
    bottom: 90px;
    right: 0;
}
.featured-icon-box.left-icon.style11 .featured-content {
    padding-left: 18px;
}
.featured-icon-box.style11 .featured-title h5 {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 700;
}


/* ===============================================
    13.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox .featured-thumbnail{position: relative;overflow: hidden;}


/*  Team  */
.featured-imagebox-team{position: relative;overflow: hidden;}
.featured-imagebox-team:hover .featured-thumbnail img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.featured-imagebox-team.style1 .featured-content{
    text-align: center;
    position: relative;
    z-index: 2;
    margin: -25px 40px 5px;
    padding: 18px 0 22px;
    background-color: #fff;
    border-bottom: 5px solid transparent;
    -webkit-transition: .5s cubic-bezier(.3,.57,.55,1);
    transition: .5s cubic-bezier(.3,.57,.55,1);
}
.featured-imagebox-team .social-icons{
    position: absolute;
    top: 0;
    left: -40px;
    right: auto;
    padding: 10px;
    margin-top: 0;
    opacity: 0;
    z-index: 9;
    background-color: #000;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.featured-imagebox-team ul.social-icons li{display: block;}
.featured-imagebox-team ul.social-icons a {
    font-size: 14px;
    color: #fff;
    position: relative;
}
.featured-imagebox-team:hover .social-icons{opacity: 1;left: 0;}
.featured-imagebox-team .featured-content p.category{ margin-bottom: 0; color: inherit; }
/*  style2  */
.featured-imagebox-team.style2 .ttm-box-view-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: center;
    opacity: 0;
    transition: opacity .5s;
    background: linear-gradient(to bottom,rgba(4,62,76,0) 0%,rgba(38,48,69,.9) 100%);
    transition-property: top,opacity;
}
.featured-imagebox-team.style2:hover .ttm-box-view-overlay{opacity: 1;}
.featured-imagebox-team.style2 .featured-content{
    position: absolute;
    transition-duration: 0.5s;
    transform: translateY(130px);
    color: #fff;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}
.featured-imagebox-team.style2:hover .featured-content{
    top: 50px;
}
.featured-imagebox-team.style2 .featured-title h5 a{color: #fff;}

/*  Portfolio  */
.featured-imagebox-portfolio{position: relative;overflow: hidden;} 
.featured-imagebox-portfolio .featured-thumbnail{
    position: relative;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform,-webkit-box-shadow;
    transition-property: -webkit-transform,-webkit-box-shadow;
    transition-property: transform,box-shadow;
    transition-property: transform,box-shadow,-webkit-transform,-webkit-box-shadow;
}
.featured-imagebox-portfolio.style1:hover .featured-thumbnail{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.featured-imagebox-portfolio .ttm-box-view-overlay{
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.75);
}
.featured-imagebox-portfolio:hover .ttm-box-view-overlay{ opacity: 1;}
.featured-imagebox-portfolio .ttm-media-link a{
    display: inline-block;
    font-size: 17px;
    position: absolute;
    top: 42%;
    right: 42%;
    margin-top: -17px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    transform: translateX(-20px);
    -webkit-transition: .5s;
    transition: .5s;
}
.featured-imagebox-portfolio .ttm-media-link a.ttm_link{
    transform: translateX(20px);
    -webkit-transition: 1s;
    margin-right: -51px;
}
.featured-imagebox-portfolio:hover .ttm-media-link a{
    -webkit-transform: translate(0);
    transform: translate(0);
}
.featured-imagebox-portfolio .ttm-media-link a:hover{background-color: transparent;}
.featured-imagebox-portfolio .featured-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 15px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}
.featured-imagebox-portfolio:hover .featured-content{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.featured-imagebox-portfolio .category p{margin-bottom: 0;color: #fff;}
/*  style2  */
.featured-imagebox-portfolio.style2 .featured-thumbnail:before{
    position: absolute;
    content: '';
    background-color: rgba(255,255,255,.75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .9s ease;
    z-index: 1;
    opacity: 0;
}
.featured-imagebox-portfolio.style2:hover .featured-thumbnail:before{opacity: 1;}
.featured-imagebox-portfolio.style2 .featured-content{
    position: absolute;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    width: 84%;
    z-index: 1;
    transform: translateY(100%);
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    -ms-transition: all 0.9s;
    transition: all 0.9s;
    padding: 23px 25px 24px;
    text-align: left;
}
.featured-imagebox-portfolio.style2:hover .featured-content{
    opacity: 1;
    transform: translateY(0);
}
/* testimonial-slide */
.portfolio-slide.owl-theme .owl-controls .owl-dots {
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;
    line-height: 1;
}
.portfolio-slide.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 10px;
    width: 27px;
    border-radius: 5px;
    margin-bottom: 0;
    background-color: #e9e9e9;
    transition: all 0.5s ease 0s;
    border: none;
}
.portfolio-slide.owl-theme .owl-dots .owl-dot.active span{
    width: 12px;
    border-radius: 6px;
}
.ttm-bgcolor-skincolor .portfolio-slide.owl-theme .owl-dots .owl-dot.active span,
.ttm-bgcolor-darkgrey .portfolio-slide.owl-theme .owl-dots .owl-dot.active span{
    background-color: #fff;
}


/*  blog  */
.blog-slide.owl-carousel {
    margin-bottom: -10px;
}
.featured-imagebox-blog{
    background-color: #fff;
    margin-bottom: 10px;
}
.featured-imagebox-blog:hover{
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.10);
    box-shadow: 1px 2px 10px rgba(0,0,0,.10);
}
.featured-imagebox-blog .featured-thumbnail{position: relative;overflow: hidden;}
.featured-imagebox-blog:hover .featured-thumbnail img{
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.ttm-blog-overlay-iconbox a{
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -17px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 25px;
    background: transparent;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.featured-imagebox-blog:hover .ttm-blog-overlay-iconbox a{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.featured-imagebox-blog .featured-content{padding: 45px 25px 25px 25px; position: relative;}
.post-meta{
    display: block;
    padding: 5px 0;
    margin: 10px 0;
}
.featured-imagebox-blog .post-meta{
    display: block;
    padding: 5px 0px;
    margin: 12px 0px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}
.featured-imagebox-blog .post-meta .ttm-meta-line:not(:last-child){  padding-right: 23px;}
.post-meta i{padding-right: 5px;}
.post-meta .ttm-meta-line{position: relative;}
.post-meta .ttm-meta-line:not(:last-child):after{
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    right: 10px;
    top: 2px;
    background-color: #dce1e9;
}
.ttm-box-post-date{
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}
.ttm-box-post-date .entry-date{
    height: 60px;
    width: 60px;
    display: block;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.featured-imagebox-blog .ttm-box-post-date{
    left: 25px;
    top: -35px;
    border-radius: unset;
}
.ttm-entry-date span{display: block;}
.featured-imagebox-blog .ttm-box-view-overlay:after{
    content: '';
    position: absolute;
    left: 0!important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.featured-imagebox-blog .ttm-box-view-overlay:before{
    content: '';
    position: absolute;
    right: 0!important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}
.featured-imagebox-blog:hover .ttm-box-view-overlay:before,
.featured-imagebox-blog:hover .ttm-box-view-overlay:after{
    opacity: .5;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
/*  style2  */
.featured-imagebox-blog.style2{ padding: 15px; }
.featured-imagebox-blog.style2 .featured-content{ padding: 25px 5px 5px;}
.featured-imagebox-blog.style2 .post-meta{
    display: block;
    padding-top: 16px;
    margin: 16px 38px 4px 0;
    padding-bottom: 0;
    border-bottom: 0;
    border-top: 1px solid #f0f0f0;
    font-size: 12px;
}
.featured-imagebox-blog.style2 .ttm-box-post-date {
    left: 20px;
    top: -80px;
}
.featured-imagebox-blog.style2 .ttm-entry-date span {
    display: block;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.featured-imagebox-blog.style2 .ttm-box-post-date .entry-date{display: block;line-height: 30px;}

/*  services  */
.services-slide.featured-imagebox-services {
    margin-bottom: -15px;
}
.featured-imagebox-services.style1 .featured-content{
    padding: 34px 50px 30px;
    margin: -55px 20px 0;
    text-align: center;
    border-bottom: 3px solid #1e2637;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    background-color: #fff;
}
.featured-imagebox-services .featured-title h5{margin-bottom: 10px;}


/*  services  */
.featured-imagebox-services.style2 {
    overflow: hidden;
    margin: 15px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
}
.featured-imagebox-services.style2 .featured-content{
    padding: 0 30px 27px 30px;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    background-color: #fff;
}
.featured-imagebox-services.style2 .featured-title h5{
    position: relative;
    top: -60px;
    left: 0;
    margin: 0;
    margin-right: -30px;
    background-color: #fff;
    margin-bottom: -35px;
}
.featured-imagebox-services.style2 .featured-title h5 span.ttm-icon {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 26px;
    height: 58px;
    width: 58px;
    line-height: 58px;
    font-weight: normal;
    margin-right: 20px !important;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.featured-imagebox-services.style2 .ttm-box-view-overlay:after,
.featured-imagebox-services.style2 .ttm-box-view-overlay:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.featured-imagebox-services.style2 .ttm-box-view-overlay:before{
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}
.featured-imagebox-services.style2:hover .ttm-box-view-overlay:before,
.featured-imagebox-services.style2:hover .ttm-box-view-overlay:after{
    opacity: .5;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.ttm-overlay-iconbox a{
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -17px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 25px;
    background: transparent;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.featured-imagebox-services.style2:hover .ttm-overlay-iconbox a{
    opacity: 1;
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
}


/* post */
.featured-imagebox-post{
    background-color: #fff;
    padding: 0;
    margin-bottom: 30px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-imagebox-post .featured-content{ padding: 22px 27px 22px 27px; }
.ttm-box-view-left-image.featured-imagebox-post{padding: 15px;}
.ttm-box-view-left-image .ttm-featured-img-left { padding: 0;}
.ttm-box-view-left-image.featured-imagebox-post .featured-content {
    padding-left: 25px !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 0 !important;
}
.featured-imagebox-post.ttm-box-view-left-image .featured-content {
    padding: 15px 17px 11px 17px;
}
.featured-imagebox .featured-content .category, 
.featured-imagebox .featured-content .category a {
    color: #9dabaf;
}
.ttm-box-view-left-image .featured-content .category {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.featured-imagebox .featured-content .category, 
.featured-imagebox .featured-content .category a {
    font-size: 15px;
}
.ttm-box-view-left-image .featured-content .category> a {
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    margin-right: 1px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
}
.ttm-box-view-left-image .featured-content .ttm-box-desc, 
.ttm-box-view-left-image .featured-content .featured-desc {
    border-top: 1px solid #f2f2f2;
   margin-top: 7px;
    padding-top: 15px;
}
/* ===============================================
    14.Processbox
------------------------*/
.ttm-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 8px;
}
.ttm-processbox-wrapper .ttm-processbox {
    width: calc(100% / 3);
    padding: 0 15px;
    position: relative;
    text-align: center;
}
.ttm-processbox-wrapper .ttm-processbox .ttm-box-image {
    border: 3px solid #f0f0f0;
    border-radius: 50%;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.ttm-processbox-wrapper .ttm-box-image  img {
    border: 10px solid #fff;
    box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
    border-radius: 50%;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    height: 185px;
    width: 185px;
}
.ttm-processbox-wrapper .ttm-processbox .ttm-box-image:before {
    display: block;
    content: '';
    position: absolute;
    right: -95px;
    top: 45%;
    height: 22px;
    width: 72px;
    background-image: url(../images/process-arrow.png);
    background-repeat: no-repeat;
}
.ttm-processbox-wrapper .ttm-processbox .process-num {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
    background-color: #1e2637;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 41px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -15px;
    z-index: 10;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.ttm-processbox-wrapper .featured-content {
    text-align: center;
    padding: 0 15px;
}
.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
    margin-bottom: 10px;
}
.ttm-processbox-wrapper .ttm-processbox:last-child .ttm-box-image:before{content:unset}

/* ===============================================
    15.Progress-Bar
------------------------*/
.ttm-progress-bar {
    position: relative
}
.ttm-progress-bar:not(:last-child) {
    margin-bottom: 24px
}
.ttm-progress-bar .progress-bar-title {
    top: -35px;
    left: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 11px
}
.ttm-progress-bar .progress-bar-percent {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    text-shadow: none
}
.ttm-progress-bar .progress-bar {
    border-radius: 0;
    height: 6px;
    position: relative
}
.ttm-progress-bar .progress-bar-inner {
    height: 6px;
    width: 100%;
    background-color: #e9e9e9
}
.progress-bar:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    bottom: -6px;
    right: -1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .06)
}


/* ===============================================
    16.Testimonial
------------------------*/
.testimonials{
    position: relative;
}
.testimonials .testimonial-content{ text-align: center;}
.testimonial-content .testimonial-avatar{display: block;margin: 0 auto;}
.testimonials .testimonial-content h6{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}
.testimonials .testimonial-content label {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
    color: #687076;
}
.testimonials .testimonial-content blockquote {
    padding: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    background-color: transparent;
    line-height: 26px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 20px;
}
.testimonials .testimonial-avatar .testimonial-img img {
    height: 91px;
    width: 91px;
    border-radius: 50%;
    border: 5px solid #f0f0f0;
}
.testimonial-slide.style1{padding: 40px 40px 30px 40px;}
.testimonial-slide.style1 .ttm-ratting-star ,
.testimonial-slide.style2 .ttm-ratting-star {
    padding-top: 12px;
    padding-bottom: 10px;
}

.testimonial-slide.style2{padding: 0 15px ;}
.testimonials.style2 .testimonial-content blockquote {
    color: #6e6e6e;
    font-style: normal;
    font-size: 20px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 10px;
}
.testimonial-slide.style2.owl-theme .owl-controls .owl-nav div {
    position: absolute;
    top: 40%;
    padding: 0;
    color: #8d9297;
    margin: 0 3px;
    z-index: 1;
    right: -60px;
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;     
}
.testimonial-slide.style2.owl-theme .owl-controls .owl-nav div:hover {
    color: #fff;
}
.testimonial-slide.style2.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -60px;
    right: auto;  
}
.testimonial-slide.style2.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.testimonial-slide.style2.owl-theme .owl-controls .owl-nav div.owl-next:before {
    font-family: "themify";
    content: "\e649";
    color: inherit;
    font-size: 17px;
    line-height: 45px;
    position: relative;
    opacity: 1;
}
.testimonial-slide.style2.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    content: "\e64a";
    text-align: center;
}


.testimonial-slide.style3 .testimonial-content {
    text-align: left;
}
.testimonial-slide.style3 .testimonials{
    margin: 0 -15px;
}
.testimonial-slide.style3 .testimonials .testimonial-img{
    display: inline-block;
    vertical-align: middle;
    width: 85px;
    height: 85px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.testimonial-slide.style3 .testimonials .testimonial-img img{
    border: 5px solid #fff;
    border-radius: 50px;
    -webkit-border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    transition: opacity 400ms;
    transform: translateZ(0)!important;
    -webkit-transform: translateZ(0);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
}
.testimonial-slide.style3 .testimonials .testimonial-content{ 
    position: relative;
}
.testimonial-slide.style3 .testimonials .testimonial-content .testimonial-caption h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 4px;
}
.testimonial-slide.style3 .testimonials .testimonial-content blockquote{
    margin: 22px 0px 20px 0px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    position: relative;
}
.testimonial-slide.style3.owl-theme .owl-dots .owl-dot.active span{
    background-color: #e9e9e9;
}
.testimonial-slide.style3.owl-theme .owl-controls .owl-dots {
    position: absolute;
    top: 25px;
    right: 20px;
    padding: 0;
}

.testimonial-slide.style4 .testimonials {
    padding: 10px 30px 30px;
    margin: 50px 0 15px;
    box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
}
.testimonial-slide.style4 .testimonials .ttm-ratting-star { font-size: 20px; }
.testimonial-slide.style4 .testimonials:after{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    opacity: .07;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: right bottom;
    background-image: url(../images/testimonial-bg.png);
}
.testimonial-slide.style4 .testimonials .testimonial-content { margin-top: -50px; }
.testimonial-slide.style4 .testimonials .testimonial-content blockquote{ 
    margin-top: 15px;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 20px;
}
.testimonial-slide.style4 .testimonial-avatar .testimonial-img {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}
.testimonial-slide.style4 .testimonial-avatar .testimonial-img:after {
    position: absolute;
    content: "\e67e";
    right: -5px;
    bottom: 0;
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
    font-family: "themify";
}


/* ===============================================
    17.Client-row  
------------------------*/

.ttm-client-logo-tooltip{ position: relative; }
.ttm-box-view-separator-logo .client-box .client:after {
    border-right: 1px solid #eaeaea;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -25px;
    top: 0;
}
.ttm-box-view-separator-logo .row .col-sm-4:nth-child(3n+3) .client-box .client:after{ display: none; }
.client-box.ttm-box-view-boxed-logo{ 
    padding: 0;
    margin-top: 30px; 
    margin-bottom: 30px;
}
.client-box.ttm-box-view-boxed-logo .ttm-client-logo-tooltip{
    margin-right: 13px;
    margin-left: 13px;
    padding: 18px 12px;
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
.client-box.ttm-box-view-boxed-logo .client{
    width: 100%;
    display: table;
}
.client-box.ttm-box-view-boxed-logo .client:hover img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
.client-box.ttm-box-view-boxed-logo{position: relative;display: block;}

/* ===============================================
    18.Accordion
------------------------*/
.accordion .toggle{  margin-bottom: 15px;}
.accordion .toggle-title a{ 
    color: #1e2637;
    font-size: 17px;
    padding: 17px 20px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    border: 1px solid rgba(227,227,227,.7);
    background-color: transparent;
    position: relative;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "themify";
    right: 19px;
    top: 15px;
    content: "\e61a";
    color: #1e2637;
    font-size: 14px;
    font-weight: bold;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\e622";
    font-family: "themify";
    color: #fff;
}
.accordion .toggle-content {
    display: none;
    padding: 14px 20px;
    overflow: hidden;
}
.accordion .toggle.active .toggle-title:after { color: #fff; }

/* accordion.style2 */
.accordion.style2 .toggle:not(:last-child){  border-bottom: 1px solid #eaeaea !important;}
.accordion.style2 .toggle .toggle-title a{
    padding-bottom: 15px;
    border:0;
    padding: 0 15px 15px 35px;
    font-weight: 600;
    font-size: 16px;
}
.accordion.style2 .toggle .toggle-title a:after {
    position: absolute;
    font-family: "FontAwesome";
    left: 0;
    top: 0;
    content: "\f055";
    font-size: 14px;
    font-weight: bold;
}
.accordion.style2 .toggle .toggle-title a.active:after {
    content: "\f056";
    font-family: "FontAwesome";
}
.accordion.style2 .toggle .toggle-title a.active{background-color: transparent;}

/* ===============================================
    19.Wrap-Form
------------------------*/
/* quote-form */
.ttm-quote-form .form-group{margin-bottom: 30px;}
.form-group .input-group-icon{ position: absolute; top: 8px; left: 17px; font-size: 16px; color: #4d5257;}
.ttm-quote-form .form-control.with-white-bg{border:none;background-color: #fff;}
.ttm-quote-form .form-control.with-grey-bg{border:none;background-color: #f7f9fb;}

.ttm-contact-form .form-group{
    margin-bottom: 20px;
    display: block;
    padding-top: 0;
}
.ttm-contact-form input[type="text"], 
.ttm-contact-form input[type="email"], 
.ttm-contact-form textarea {
    background-color: #f7f9fe;
    border: 1px solid #f7f9fe;
    color: #242424;
    padding: 11px 15px;
}

.quote_form {
    padding: 45px 25px 45px 25px;
    margin: 0;
    background-color: rgba(255,255,255,.06);
}
.quote_form .form-group {
    margin-bottom: 30px;
}
.quote_form .form-control {
    padding: 12px 20px 12px;
    border: 1px solid #fff;
    color: #fff;
}
.quote_form .form-control:focus {
    border-color: #fff !important;
}
.quote_form textarea.form-control { height: 100px; }
.quote_form button { height: 50px; cursor: pointer; }



/* ===============================================
    20.Tab
------------------------*/
.ttm-tabs {
    width:100%; 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ttm-tabs .section-title{ padding-bottom: 0; }
.ttm-tabs ul{ margin: 0; padding: 0; }
.ttm-tabs ul.tabs li{ display: inline-block; }
.ttm-tabs ul.tabs li a{
    display: block;
    cursor: pointer;
    padding: 8px 22px;
    margin-bottom: 5px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #1e2637;
}
.ttm-tabs ul.tabs li a i{
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: 2px;
}
.ttm-tabs ul.tabs li a span{
    font-size: 18px;
    font-weight: normal;
}
.tab-padding-box{
    padding-top: 105px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
}
.ttm-tabs .content-tab{ margin-top: 20px; width: 100%;}
.ttm-tabs .content-tab h6{ font-size: 15px; line-height: 28px; margin-bottom: 29px; padding-bottom: 7px; }

/* ttm-tab-style-vertical */
.ttm-tabs.ttm-tab-style-vertical .content-tab{ padding: 0; margin: 0;}
.ttm-tabs.ttm-tab-style-vertical ul.tabs li { margin-top: 1px; width: 100%; display: block;}
.ttm-tabs.ttm-tab-style-vertical ul.tabs li a{ background-color: #2a2a2a; color: #fff; letter-spacing: 1.2px; 
padding: 14px 20px; text-transform: uppercase; font-size: 18px; line-height: 27px; margin: 0; border-radius: 0;}

/* ttm-tab-style-horizontal */
.ttm-tabs.ttm-tab-style-horizontal ul{ margin: 0; padding: 0; display: -webkit-flex; display: flex; }
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li{ margin-right: 6px; display: inline-block; }
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li:last-child{ margin-right: 0; }
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a{ padding: 16px 18px 15px 18px; font-size: 15px; border-radius: 5px; 
    letter-spacing: 1.2px; border: none; color: #fff; display: block; text-align: left;}
.ttm-tabs.ttm-tab-style-horizontal .content-tab img{ height: 150px; width: 150px; }

/* ttm-tab-style-classic-style1*/

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li{
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
}
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li:not(:first-child):before{
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 76%;
    background-color: red;
    z-index: 9;
    top: 12%;
    background-color: #f0f0f0;
}
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active:before{content: unset;}
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li:first-child{margin-left: 0;}
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li:last-child{margin-right: 0;}
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li i,
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li span{display: block;}
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li i{
    font-size: 42px;
    line-height: 60px;
    margin: 0;
}
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li a{
    padding: 15px 15px 23px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li a:before{
    display: block;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 13px;
    height: 13px;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transition-delay: 0.07s;
    -moz-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s;
}
.ttm-tabs.ttm-tab-style-classic .content-tab{padding: 30px;}
/* ttm-tab-style-classic-style2*/
.ttm-tabs.ttm-tab-style-classic.style2 ul.tabs li{
margin-right: 5px;
margin-bottom: 5px;
}
.ttm-tabs.ttm-tab-style-classic.style2 .content-tab {
    padding: 0;
    margin: 0;
}
/* ===============================================
    21.Boxes-Spacing
------------------------*/
.row.ttm-boxes-spacing-10px {
    margin: 0 0;
    padding: 0 5px;
}
.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0 0 10px;
}
.row.ttm-boxes-spacing-10px.style2{ padding: 10px 0 0; margin: 0 -5px; }

.row.ttm-boxes-spacing-5px{ padding: 10px 5px 0px; margin: 0;}
.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.row.ttm-boxes-spacing-5px.style2{ padding: 5px 0 0; margin: 0 -5px; }

/* ===============================================
    22.Pricing-Plan
------------------------*/
.ttm-pricing-plan {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 50px 30px 30px;
}
.ttm-pricing-plan.ttm-pricing-plan-col{
    z-index: 1;
    padding: 50px 30px 69px;
}
.ttm-ptablebox-title h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px;
}
.ttm-ptablebox-price-w {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
}
.ttm-pricing-plan .ttm-ptablebox-price {
    padding-left: 20px;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
}
.ttm-pricing-plan .ttm-ptablebox-frequency:before {content: '/ ';}
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-after,
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before {font-size: 20px; font-weight: 600;}
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before { position: absolute; top: 0; }
.ttm-currency-before .ttm-ptablebox-price {
    padding-left: 20px;
    font-size: 50px;
    line-height: 40px;
    font-weight: 600;
}
.ttm-pricing-plan .ttm-ptablebox-frequency {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #6e6e6e;
    font-style: italic;
}
.ttm-ptablebox-price, .ttm-ptablebox-frequency, 
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-after, 
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before {
    display: inline-block;
}
.ttm-ptablebox-features .ttm-feature-lines {
    list-style-type: none;
    margin: 0;
    padding: 12px 0 20px 0;
}
.ttm-ptablebox-features .ttm-feature-lines li {
    padding: 0;
    margin: 0;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 13px;
}
.ttm-ptablebox-features .ttm-feature-lines li:not(:last-child){ border-bottom: 1px solid #f1f1f1;;}
.price_btn{ display: block; padding-top: 5px; text-align: center;}
.price_btn .ttm-btn.ttm-btn-size-md{
    font-size: 15px;
}
.ttm-ptablebox-featured-col{
    box-shadow: 0 0 30px rgba(24,35,51,.06);
    padding: 50px 40px 68px;
    z-index: 1;
    background-color: #fff;
    overflow: visible;
}
.ttm-pricing-plan .ttm-featured-title {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 12px 15px;
    background-color: #1e2637;
}
.ttm-pricing-plan .ttm-featured-title i {
    margin-right: 10px;
}
/* ===============================================
    23.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    margin: 30px 0 30px;
    padding: 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
}
.sidebar .widget-area .widget:first-child{margin-top: 0;}
.sidebar .widget a {
    font-weight: 500;
    font-size: 14px;
}
.sidebar .widget .widget-title{ margin-bottom: 15px;}
.sidebar .widget .widget-title:before{
    display: block;
    height: 5px;
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    top: 0;
    margin-top: 10px;
    margin-left: -30px;
    margin-bottom: 0;
}
.sidebar .widget ul>li:last-child{
    padding-bottom: 0 !important;
}
.sidebar .content-area{
    padding-top: 65px;
    padding-bottom: 55px;
}
.sidebar div.widget-area{
    position: relative;
    margin-top: 60px;
}
.sidebar .sidebar-right, .sidebar .sidebar-left{
    margin-top: -37px;
    padding-top: 60px;
    padding-bottom: 70px;
    float: right;
}
.sidebar .sep_holder .sep_line{ border-color: #ebebeb; }

/*author-widget*/
.ttm-author-widget .author-widget_img img{ 
    margin-bottom: 20px;
}
.ttm-author-widget .author-name {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    display: none;
}
.ttm-author-widget .author-widget_text {margin-bottom: 0;
text-align: justify;}

/*widget-search*/
.widget.widget-search{padding: 0 !important;box-shadow: unset !important;}
.widget-search .form-group{margin: 0;position: relative;}
.widget-search .form-group input{padding: 14px;padding-bottom: 14px; border: 1px solid transparent;}
.widget.widget-search .form-group i{
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #000;
    border: 1px solid #000;
}

/*widget-categories*/
.sidebar .widget_product_categories li, .sidebar .widget_categories li {
    position: relative;
    margin: 5px 0;
    padding-bottom: 5px!important;
}
.sidebar .widget_product_categories li span, .sidebar .widget-Categories li span {
    position: absolute;
    right: 0;
    top: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

/** ttm-recent-post-list **/
ul.ttm-recent-post-list>li {
    padding: 5px 0 15px !important;
    display: inline-block;
    width: 100%;
    line-height: 20px;
}
ul.ttm-recent-post-list>li:last-child{padding-bottom: 0 !important;}
ul.ttm-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
    padding: 4px;
    border: 1px solid rgba(46,56,77,1);
}
ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
}
ul.ttm-recent-post-list>li .post-date i{margin-right: 7px;font-size: 11px;}
.sidebar ul.ttm-recent-post-list>li,
.sidebar .widget-top-rated-products ul >li{
    padding: 15px 0 !important;
}
.sidebar ul.ttm-recent-post-list>li:first-child,
.sidebar .widget-top-rated-products ul >li:first-child{padding-top: 0 !important;}
.sidebar ul.ttm-recent-post-list>li:last-child,
.sidebar .widget-top-rated-products ul >li:last-child{padding-bottom: 0 !important;}
.sidebar ul.ttm-recent-post-list>li:not(:last-child),
.sidebar .widget-top-rated-products ul >li:not(:last-child){border-bottom: 1px solid #f0f0f0}
.sidebar ul.ttm-recent-post-list>li img {
    padding: 0px !important;
    border: unset!important;
}
/* widget_media_gallery */
.widget.widget_media_gallery .gallery-item{
    display: inline-block;
    max-width: 32%;
    padding: 0 1% 2% 0%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
/* tagcloud-widget */
.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 10px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: transparent;
}

/* widget-nav-menu */
.widget.widget-nav-menu ul li{ 
    margin-bottom: 2px;
    padding: 0;
}
.widget.widget-nav-menu ul li a{
    display: block;
    padding: 13px 15px 13px 70px;
    margin: 5px 0;
    position: relative;
    background-color: transparent;
    border: 1px solid #f0f0f0;
    color: #1e2637;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.widget.widget-nav-menu ul li a:before {
    font-family: "FontAwesome";
    content: "\f101";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #f0f0f0;
    line-height: 50px;
    font-size: 14px;
    height: 100%;
    width: 50px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
.widget.widget-nav-menu ul li a:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: -2;
}
.widget.widget-nav-menu ul li:hover a:after, 
.widget.widget-nav-menu ul li.active a:after{
    width: 100%;
}
/* categories-widget */
.sidebar .widget-categories ul li{
    padding: 12px 0;
    display: block;
    position: relative;
}
.sidebar .widget-categories ul li:not(:last-child){ border-bottom: 1px solid #f0f0f0;}
.sidebar .widget-categories ul li a{padding-left: 20px;position: relative;}
.sidebar .widget-categories ul li a:before{
    font-family: "FontAwesome";
    content: "\f067";
    position: absolute;
    top: 4px;
    left: 0;
    line-height: 16PX;
    font-size: 13px;
}
/* product-list-widget */
.sidebar .widget-top-rated-products ul.product-list-widget > li{
   border-top: 2px solid #f5faff;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
    list-style: none;
    display: block;
}
.sidebar .widget-top-rated-products ul.product-list-widget > li:first-child{border-top: none;padding-top: 0;}
.sidebar .widget-top-rated-products li a{
    display: block;
}
.sidebar .widget-top-rated-products  li a img{
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
.widget-top-rated-products .star-ratings ul li{padding-bottom: 0;}
.widget-top-rated-products .star-ratings ul{margin-top: -5px;}
.Price-amount.amount ins {padding: 2px 4px;text-decoration: none;}

/* contact-widget */
.sidebar ul.contact-widget-wrapper li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
}
.sidebar ul.contact-widget-wrapper li {
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 15px;
}
/* download-widget */
.widget-download ul.download li i{
    color: #fff;
    font-size: 28px;
    padding-right: 20px;
    background: #1e2637;
    width: 63px;
    height: 60px;
    padding: 15px 19px;
    vertical-align: middle;
}
.widget-download ul.download li{
    display: block;
    width: 100%;
    background-color: #1e2637;
    border: none;
    margin-bottom: 15px;
    padding: 0;
}
.widget-download ul.download li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.widget-download ul.download li a:hover{color: #fff; }
/* widget_media_image */
.widget.widget_media_image{padding: 0 !important;}
.banner-img-box {
    background-image: url(../images/widget-banner.png);
    padding: 15px;
    color: #fff;
    text-align: center;
    justify-content: left;
    display: flex;
    align-items: center;
    min-height: 385px;
    position: relative
}
.banner-img-box:before {
    content: "";
    position: absolute;
    height: 91%;
    width: 90%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border:1px dashed rgb(255 255 255 / 53%)
}
.banner-img-box .featured-content i{font-size: 50px;}
.banner-img-box .featured-content{padding: 30px;}
.banner-img-box .featured-content .featured-title h5 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    font-family: Montserrat;
    margin-bottom: 10px;
    padding-top: 20px;
}
.banner-img-box .featured-content .featured-desc p {
    font-size: 14px;
    margin-bottom: 10px
}
.banner-img-box .featured-content ul li i{
    font-size: 14px;
    margin-right: 7px;
}
.banner-img-box .featured-content ul li{padding-top: 10px;}
.banner-img-box .featured-content ul li:not(:last-child){border-bottom: 1px dashed #fff;padding-bottom: 10px;}

/* pagination */
.ttm-pagination {
   display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.ttm-pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
    background-color: #f8f9fa;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #f8f9fa;
    border-radius: 0;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* ===============================================
    23.Products
------------------------*/
.product{ 
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 35px;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07); 
}
.product-thumbnail { position: relative; overflow: hidden;}
.product:hover .product-thumbnail img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.product .onsale {
    background: #51ad00;
    color: #fff;
    font-size: 10px;
    padding: 0 10px;
    display: table;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: auto;
    min-width: 50px;
    line-height: 26px;
    z-index: 5;
    min-height: auto;
    font-weight: 400;
    margin: 0;
    vertical-align: top;
    border-radius: 0;
}
.ttm-shop-icon { position: absolute; bottom: 0px; left: 0px; z-index: 1;right: 0;text-align: center;}
.ttm-shop-icon .product-btn{
    height: 48px;
    line-height: 48px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
}
.product:hover .ttm-shop-icon .product-btn{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.ttm-shop-icon .product-btn a{color: #fff;}
.product .product-content { padding: 18px;position: relative; border-top: 1px solid #f0f0f0;}
.product .product-content .product-title h2 { margin: 0; font-size: 17px;line-height: 27px;}
.product .ttm-ratting-star,
.widget-top-rated-products .ttm-ratting-star{ font-size: 12px;letter-spacing: 1px;color: #ffdd20;}
.product-price { font-size: 17px;}
.product-price del{font-size: 15px;color: #6e6e6e;}
.product-price ins,
.widget-top-rated-products ins{margin-left: 5px;text-decoration: none;}
.widget-top-rated-products ins{padding: 1px 2px;}
.products-result-count { float: left;  margin-top: 13px;}
.products-ordering .form-control{padding: 13px 13px;}

/* single-product-details */
.ttm-single-product-details { background-color: #fff; margin-bottom: 30px;}
.ttm-single-product-info { padding: 30px}
div.product.ttm-single-product-details div.images { width: 48%; float: left;}
div.product.ttm-single-product-details div.summary { width: 48%; float: right;}
div.product.ttm-single-product-details .product-gallery__image img{ height: auto; max-width: 100%;}
.ttm-single-product-details div.images .product-gallery__image:nth-child(n+2) {width: 25%; display: inline-block; margin-top: 4px;}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
div.product .summary .price .Price-amount { font-size: 22px;}
.summary .ttm-ratting-star { line-height: 1; padding: 0; margin: 0; margin-right: 5px;display: inline-block;}
.ttm-single-product-details .product-details__short-description { margin-top: 20px; margin-bottom: 50px;}
.summary form.cart { margin-top: 30px; margin-bottom: 30px;}
div.product form.cart div.quantity { float: left; margin: 0 4px 0 0;}
.quantity .qty { width: 80px; text-align: center; line-height: 1;padding: 8px;}
.sku_wrapper,.posted_in { display: block;}
.sku_wrapper span,.posted_in span { font-weight: 600;}
.posted_in a { font-weight: 400; }
.ttm-tabs.tabs-for-single-products{padding: 0 30px 30px 30px;}
div.product ul.tabs li a { 
    font-weight: 500; 
    padding: 13px 30px;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
}
div.product ul.tabs li.active a{background-color: #fff !important;border-color:#e4e4e4 !important; }
div.product ul.tabs li a:before{
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #f7bd00;
}
div.product ul.tabs li.active a:before{opacity: 1;}
div.product ul.tabs li { margin: 0 2px; }
div.product ul.tabs li:first-child{margin-left: 0;}
div.product .ttm-tabs .content-inner h2 { font-size: 24px;line-height: 1; }
div.product .ttm-tabs .tabs{margin-bottom: 0;}
div.product .ttm-tabs .content-tab{ 
    width: 100%;
    background: #fff!important;
    margin-top: -1px;
    padding: 30px;
    border: 1px solid #ececec;
}
.related.products { margin-top: 50px; }

#reviews #comments ol{ margin: 0; padding: 0; }
#reviews #comments ol.commentlist li img.avatar { width: 65px; }
#reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}
#reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    border: 0;
}
#reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #e4e1e3;
    padding: 1em 1em 0;
    border-radius: 0;
    margin-left: 80px;
}
#reviews #comments ol.commentlist li .comment-text p.meta {font-size: 12px; margin-bottom: 9px;}
#reviews #comments ol.commentlist li .comment-text p.meta .eview__author{font-size: 16px;font-weight: 600;}
div.product .Reviews .star-rating { margin: 0; margin-top: 7px;  float: right;}
.comment-form-rating { padding-bottom: 20px;}
.comment-form-rating .stars{  margin-bottom: 15px; color: #ffdd20; }
#review_form_wrapper .comment-reply-title { font-size: 18px; line-height: 20px; color: #283d58;}
#review_form_wrapper .comment-respond p { margin: 0 0 10px; }
#reviews #review_form_wrapper select { width: 154px !important; }
#reviews #comment { height: 75px; }
#review_form_wrapper .comment-respond .form-submit { margin-top: 30px; }

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.75em;
}
table tbody tr, table thead tr { border: 1px solid #e6e6e6; }
table tbody th { border-right: 1px solid #e6e6e6; }
table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}
table.shop_attributes td {
    font-style: italic;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    padding-left: 10px;
    line-height: 1.5;
}
table.shop_attributes td p { margin: 0; padding: 8px 0;}

/* Cart */
.ttm-cart-form,
.checkout{ margin: 0; background-color: #fff;}
.checkout .form-group .form-control{padding: 10px 15px;}
.shop_table{
    border: 1px solid #ededed;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0px;
}
table.shop_table .Price-amount{ color: #4d5257;}
table.shop_table tbody tr, 
table.shop_table thead tr { border: 1px solid #e6e6e6;}
table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    border-top: 1px solid rgba(0,0,0,.1);
}
table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 1.5em;
}
table.shop_table .product-thumbnail img{ width: 32px; height: auto; }
table.shop_table td.actions{ text-align: right; }
table.shop_table td.actions .form-control { width: 150px; float: left;padding: 12px; text-align: center;}
.quantity { height: 41px; width: 88px; }
.coupon { float: left;}
.coupon .form-control{  float: left; margin: 0 4px 0 0;}
.coupon button , a.checkout-button, button.cart_button{
    padding: 15px 30px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.cart-collaterals { margin-top: 60px; }
.cart-collaterals .cart_totals { float: right; width: 48%;}
.cart_totals h2 { margin-bottom: 15px; font-size: 24px;}
a.checkout-button { display: block; }
a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
a.remove:hover { color: #fff; background: red;}
.checkout-process-div { margin: 16px 0; overflow: hidden; text-align: center;}
.checkout-button-separator { display: block; opacity: .5; margin: 0 0 16px;}


/* checkout */
.form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.checkout h3#order_review_heading {
    margin-bottom: 30px;
    margin-top: 15px;
}
.checkout #payment {
    background: #ebe9eb;
    border-radius: 5px;
}
ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
#payment .payment_box {
    border-top: 3px solid #a46497;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #f8f9fa;
    color: #515151;
    padding-left: 50px;
}
#payment div.form-row { padding: 1em; }
.checkout-process-div{
    margin: 16px 0;
    overflow: hidden;
}
.checkout-button-separator{
    display: block;
    opacity: .5;
    margin: 0 0 16px;
}
.coupon_toggle .coupon_code{
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    border-top: 3px solid;
    background-color: #f8f9fa;
}
.coupon_toggle .coupon_code:before,
#payment .payment_box:before{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 1.5em;
    content: "\e67c";
    font-family: 'themify';
}
.checkout-form input[type="text"],
.checkout-form input[type="tel"],
.checkout-form input[type="email"]{line-height: normal;}
.checkout .billing-fields h3,
.checkout .additional-fields h3
{font-size: 28px;}
.checkout-form.checkout-form-row-first,
.checkout-form.checkout-form-row-last{
    width: 47%;
    overflow: visible;
}
.checkout-form.checkout-form-row-first{float: left;}
.checkout-form.checkout-form-row-last{float: right;}
.checkout-form .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
#payment div.checkout-form {
    padding: 1em;
}
.checkout .checkout-form-row-first, .checkout .checkout-form-row-last {
    width: 47%;
    overflow: visible;
}
.checkout .checkout-form-row-first {
    float: left;
}
.checkout .checkout-form-row-last {
    float: right;
}

.textwidget .fa
{
    color: #6689cb;
}
.list-inline .fa 
{
    color: #fff;
}
/**
  * Name: Altech
  * Version: V3.5
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700&amp;display=swap');

/**

  1. General
     - Variables
     - Transition
     - Shadow
     - Extra-outer

  2. Spacing
     - Padding
     - Margin

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color
     - Extra-color

  4. Pre-loader

  5. TooltipTop

  6. TopBar

  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - ttm-rt-contact(HeaderIcons - Search, Cart)
     - ttm-search-overlay

  8. Footer
     - FirstFooter
     - SecondFooter
     - menu-footer-services
     - mailchimp-inputbox
     - flicker-widget
     - Footer-nav-menu

  9. GoTop BUtton
  
  10. Page-Title-Row

  12. Inner-Pages
      - contact-us
      - error
      - portfolio
      - blog
      - team-member-details
      - element

**/
 
/* ===============================================
    General
------------------------*/

/** Variables **/
.ti-arrow-circle-right
{
    margin-top: 24px !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
a:focus { 
    text-decoration: none; 
}
a:focus, a:hover { 
    color: #2d4a8a; 
    text-decoration: none; 
}
a, button, input { 
    outline: medium none; 
    color: #2d4a8a; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
    list-style: none;
}
strong{ 
  font-weight: 700;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    margin: 0 0 15px; 
}

*::-moz-selection { 
    background: #2d4a8a; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #2d4a8a; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #2d4a8a; 
    color: #fff; 
    text-shadow: none; 
}
.form-control {
    padding: 17px 24px;
    height: auto;
    border-radius: 0;
    border: 1px solid transparent;
    font-size: 14px;
    background-color: transparent;
}
.form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
textarea.form-control,
textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="file"],
input[type="tel"], 
input[type="color"], 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid #fda02b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde  {   
  color: #fff;
}
textarea.mycontrol
{
    height: 100px;
}

menu, ol, ul {
    margin: 0;
    padding: 0 0 0 25px;
}

body { 
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #6e6e6e;
    background-color: #fff;
    letter-spacing: 0px;
}
h1, h2, h3, h4, h5, h6{ font-family: "Poppins",sans-serif; margin-bottom: 15px; font-weight: 600; color: #1c4185;}
h1 { font-size: 45px; line-height: 50px; text-transform: uppercase;}
h2 { font-size: 35px; line-height: 40px; }
h3 { font-size: 27px; line-height: 35px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 19px; line-height: 23px; }
h6 { font-size: 16px; line-height: 18px;}


/** Transition **/
rs-slide a { transition: unset; }
.slider-images-rs 
{
    max-width: 100% !important;
    height: auto  !important;
}

.featured-icon-box .featured-icon, .ttm-btn, button, 
.owl-item, img, span, .featured-icon-box,
.featured-icon,#totop {
    -webkit-transition: all 0.5s ease-in-out 0s; 
    -moz-transition: all 0.5s ease-in-out 0s; 
    -ms-transition: all 0.5s ease-in-out 0s; 
    -o-transition: all 0.5s ease-in-out 0s; 
    transition: all 0.5s ease-in-out 0s; 
}
a, .site-branding, #site-header-menu #site-navigation .menu ul li > a, .ttm-header-icon, .header-btn,
a.ttm-btn, i.ttm-btn, a.nav-link , .social-icons li>a ,
.ttm-menu-toggle .toggle-block,.accordion .toggle-title a,
.widget-download ul.download li,
.featured-icon-box.style6 .featured-desc p,
.featured-icon-box.style6 .featured-title h5{
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -moz-transition: all 0.3s ease-in-out 0s; 
    -ms-transition: all 0.3s ease-in-out 0s; 
    -o-transition: all 0.3s ease-in-out 0s; 
    transition: all 0.3s ease-in-out 0s; 
}

a.tp-caption:hover,
.ttm-processbox-wrapper .featured-content,
.ttm-processbox-wrapper .ttm-processbox .process-num{
    -webkit-transition: all 0.3s ease-in-out 0s !important; 
    -moz-transition: all 0.3s ease-in-out 0s !important; 
    -ms-transition: all 0.3s ease-in-out 0s !important; 
    -o-transition: all 0.3s ease-in-out 0s !important; 
    transition: all 0.3s ease-in-out 0s !important; 
}
.ttm-btn span, .nav-link span, .cart-info a i,.site-branding img,.site-branding a, .panel-title > a span,
.ttm-header-icon.ttm-header-cart-link .navbar-form span , ul.products li.product .ttm-shop-icon a i{
    -webkit-transition: all 0s ease-in-out 0s; 
    -moz-transition: all 0s ease-in-out 0s; 
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s; 
    transition: all 0s ease-in-out 0s; 
}
.featured-imagebox .ttm-box-bottom-content,
.ttm-box-bottom-content .ttm-icon,
.ttm-box-bottom-content .featured-title h5,
.ttm-box-bottom-content .featured-desc,
.ttm-history-box-details,
.ttm-history-box-wrapper .ttm-historybox-title h5,
.ttm-historybox-description,
.featured-desc p{
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
/**  Shadow **/
.box-shadow,
.featured-imagebox-blog{
    -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.box-shadow2{
    -webkit-box-shadow: 0 0 15px 0 rgba(32,46,60,.12);
    -moz-box-shadow: 0 0 15px 0 rgba(32,46,60,.12);
    box-shadow: 0 0 15px 0 rgba(32,46,60,.12);
}
/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .page.sidebar-true .site-main{ 
  padding: 0;
  background-color: #fff;
}

.container-fluid {
    padding: 0 0;
    overflow: hidden;
}

a{ color: #1c4185; }

.z-1{z-index: 1 !important;}
.z-0{z-index: 1 !important;}
.z-11{z-index: 11 !important;}
.fs-16{font-size: 16px !important;}
.fs-18{font-size: 18px !important;}
.fs-20{font-size: 20px !important;}
.fs-22{font-size: 22px !important;}
.fs-30{font-size: 30px !important; line-height: 36px !important;}
.fs-38{font-size: 38px !important;}
.desc-line{
    width: 8% !important;
    margin: 0 auto;
    height: 2px !important;
    background-color: #fff;
}
.rs-layer.ttm-btn { transition: unset; }
.rs-layer.ttm-btn:hover {
    transition: all .4s;
}
.fw-500{font-weight: 500;}

.about-overlay-01{
    top: 100px;
    color: #fff;
    padding: 28px 30px;
    border-radius: 15px;
    font-size: 22px;
    line-height: 31px;
    width: 210px;
    text-align: center;
    position: absolute;
    right: 0px;
}
.about-overlay-02{
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 15px 30px 15px 30px;
    border-left: 8px solid #1c4185;
}
.about-overlay-02 h3{
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.about-overlay-02 p{
    font-size: 13px;
    line-height: 26px;
    color: rgba(255,255,255,.85);
    margin-bottom: 0;
}
.about-overlay-03{
  position: absolute;
  right: 15px;
  bottom: 0px;
  padding: 10px 23px;
  width: max-content;
}
.about-overlay-03 h3{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.with-border15 img{border:15px solid;}


.cta-widget {
    padding: 50px;
    background-color: #fff;
    margin: 50px 0;
    margin-right: 75px;
    max-width: 400px;
    margin-left: auto;
    text-align: center;
}
.cta-widget .cta-title h4 {
    font-size: 24px;
    line-height: 25px;
}
.cta-widget .cta-avtar {
    height: 169px;
    width: 169px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 35px;
}
.cta-widget .cta-caption h5{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
}
.cta-widget .cta-caption ul li {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.cta-widget .cta-form button {
    font-size: 16px;
    padding: 14px 30px 14px 30px;
    cursor: pointer;
}


/* ===============================================
    Spacing
------------------------*/

/** Padding **/
.spacing-1{ 
    margin-top: 80px;
    margin-bottom: -80px;
    padding-top: 70px;
    padding-left: 70px;
    padding-bottom: 70px;
    padding-right: 15px;
}

.spacing-2{padding: 50px 50px 50px 50px;}
.spacing-3{padding: 40px 40px 30px 40px;}
.spacing-4{padding: 45px 30px 45px 45px;}
.spacing-5{ padding: 60px 0px 60px 0;}
.spacing-6{padding: 50px 15px 50px 50px;}
.spacing-7{padding: 50px 50px 50px 15px; }
.spacing-8{padding: 80px 0px 80px 50px; }
.spacing-9{padding: 80px 60px 80px 0px; }
.spacing-10{padding: 80px 0px 80px 40px; }
.spacing-11{padding: 40px 25px; }
.spacing-12{
    padding: 120px 0;
    padding-right: 300px;
    margin: 0;
}
.spacing-13 { padding: 90px 0; }
.spacing-14 { padding: 0 25px 90px 0; margin-top: -94px;}
.spacing-15 {
    margin-top: -155px;
    margin-right: 45%;
    padding-top: 75px;
    padding-bottom: 80px;
}


.p-12{padding: 12px !important;}

.pr-5{ padding-right: 5px !important}
.pr-10{ padding-right: 10px !important; }
.pr-15{ padding-right: 15px !important; }
.pr-20{ padding-right: 20px !important; }
.pr-25{ padding-right: 25px !important; }
.pr-30{ padding-right: 30px !important; }
.pr-35{ padding-right: 35px !important; }
.pr-40{ padding-right: 40px !important; }
.pr-45{ padding-right: 45px !important; }
.pr-50{ padding-right: 50px !important; }
.pr-55{ padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-65 { padding-right: 65px !important; }
.pr-75{ padding-right: 75px !important}
.pr-80{ padding-right: 80px !important; }


.pl-0{ padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10{ padding-left: 10px !important; }
.pl-15{ padding-left: 15px !important; }
.pl-20{ padding-left: 20px !important; }
.pl-25{ padding-left: 25px !important; }
.pl-30{ padding-left: 30px !important; }
.pl-35{ padding-left: 35px !important; }
.pl-40{ padding-left: 40px !important; }
.pl-45{ padding-left: 45px !important; }
.pl-50{ padding-left: 50px !important; }
.pl-55{ padding-left: 55px !important; }
.pl-60{ padding-left: 60px !important; }
.pl-65{ padding-left: 65px !important; }
.pl-70{ padding-left: 70px !important; }
.pl-75{ padding-left: 75px !important; }
.pl-80{ padding-left: 80px !important; }

.pt-2{ padding-top: 2px !important; }
.pt-5{ padding-top: 5px !important;}
.pt-10{ padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-18{ padding-top: 18px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30{ padding-top: 30px !important; }
.pt-35{ padding-top: 35px !important; }
.pt-40{ padding-top: 40px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-50{ padding-top: 50px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80{padding-top: 80px !important;}
.pt-90{padding-top: 90px !important;}


.pb-5{ padding-bottom: 5px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-25{ padding-bottom: 25px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !important; }
.pb-45{ padding-bottom: 45px !important; }
.pb-50{ padding-bottom: 50px !important; }
.pb-55{ padding-bottom: 55px !important; }
.pb-60{ padding-bottom: 60px !important; }
.pb-70{ padding-bottom: 70px !important; }
.pb-80{ padding-bottom: 80px !important; }

.ptb-50{padding-top: 50px !important;padding-bottom: 50px !important;}


/** Margin **/
.mt-5{ margin-top: 5px!important; }
.mt-10 { margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important;}
.mt-20{ margin-top: 20px !important;}
.mt-23{ margin-top: 23px !important;}
.mt-25{ margin-top: 25px !important;}
.mt-30{ margin-top: 30px !important;}
.mt-35{ margin-top: 35px !important;}
.mt-37{ margin-top: 37px !important;}
.mt-40{ margin-top: 40px !important;}
.mt-45{ margin-top: 45px !important;}
.mt-50{ margin-top: 50px !important;}
.mt-60{ margin-top: 60px !important; }
.mt-70{ margin-top: 70px !important; }
.mt-80{margin-top: 80px !important;}
.mt-90{margin-top: 90px !important;}
.mt-100 { margin-top: 100px !important; }

.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_12{ margin-top: -12px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_40{ margin-top: -40px!important; }
.mt_50{ margin-top: -50px !important; }
.mt_55{ margin-top: -55px !important; }
.mt_60{ margin-top: -60px !important; }
.mt_70{ margin-top: -70px !important; }
.mt_72{ margin-top: -72px !important; }
.mt_80{ margin-top: -80px !important; }
.mt_90{ margin-top: -90px !important; }
.mt_95{ margin-top: -95px!important; }
.mt_100{ margin-top: -100px!important; }
.mt_225{ margin-top: -225px!important; }
.mt_230{ margin-top: -230px!important; }


.ml-0{ margin-left: 0px !important }
.ml-3{ margin-left: 3px !important }
.ml-5{ margin-left: 5px !important }
.ml-15 { margin-left: 15px!important; }
.ml-20{ margin-left: 20px !important }
.ml-30{ margin-left: 30px !important }
.ml-35 { margin-left: 35px!important; }
.ml-65 { margin-left: 65px!important; }
.ml-287{ margin-left: 287px !important; }
.mr-15 { margin-right: 15px!important; }
.ml_15{ margin-left: -15px !important; }
.ml_30{ margin-left: -30px !important; }
.ml_40{ margin-left: -40px !important; }
.ml_230{ margin-left: -230px !important; }

.mr-0{ margin-right: 0px !important; }
.mr-20{margin-right: 20px!important;}
.mr-35{ margin-right: 35px !important; }
.mr-40{ margin-right: 40px !important; }
.mr-50{margin-right: 50px !important;}
.mr-70{margin-right: 70px!important;}
.mr_20{ margin-right: -20px ;}
.mr_30{ margin-right: -30px ;}
.mr_25{ margin-right: -25px ;}
.mr_40{ margin-right: -40px ;}
.mr_60{ margin-right: -60px ;}
.mr_80{ margin-right: -80px ;}

.mb_1{ margin-bottom: -1px !important; }
.mb-4{ margin-bottom: 4px !important; }
.mb-5{ margin-bottom: 5px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-20{ margin-bottom: 20px !important; }
.mb-25{ margin-bottom: 25px !important;}
.mb-27{ margin-bottom: 27px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-70{ margin-bottom: 70px !important; }
.mb-80{ margin-bottom: 80px !important;}
.mb-90{ margin-bottom: 90px !important;}
.mb-100 { margin-bottom: 100px !important; }
.mb_15{ margin-bottom: -15px !important; }
.mb_30{ margin-bottom: -30px !important; }
.mb_60{ margin-bottom: -60px !important; }
.mb_80{ margin-bottom: -80px !important; }
.mb_85{ margin-bottom: -85px !important; }


/* ===============================================
    Color
------------------------*/
/** 1.Skin-color **/
a:hover,
.ttm-textcolor-skincolor,
.ttm-textcolor-white a:hover,
.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-color-darkgrey.btn-inline:hover,
.ttm-topbar-wrapper.ttm-textcolor-white a:hover,
a.tp-caption.dark-text-button:hover,
.section-title h5,
.section-title h2.title span,
.ttm-bgcolor-white .section-title h5,
.ttm-textcolor-white.ttm-topbar-wrapper .social-icons li>a:hover,
ul li .icon-box.icon-style-border i,
#site-header-menu #site-navigation .menu ul.dropdown > li.active > a, 
#site-header-menu #site-navigation .menu ul.sub-menu > li.active > a,
#site-header-menu #site-navigation .menu > ul > li > ul > li a:before,
.ttm-header-style-01 #site-header-menu #site-navigation .menu ul.dropdown > li.active > a,
.ttm-header-style-01 #site-header-menu #site-navigation .menu ul.dropdown > li:hover > a,
#site-header-menu #site-navigation .menu ul > li:hover > a, 
#site-header-menu #site-navigation .menu ul.sub-menu li > a:hover, 
#site-navigation .menu ul > li:hover > a:before,
.ttm-icon_element-color-skincolor,
.ttm-icon_element-bgcolor-white i,
.ttm-btn.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .featured-title h6,
.title-box .breadcrumb-wrapper span:last-child,
.tp-caption.skin-flatborder-button,
.sidebar .widget a:hover,
.header-btn .ttm-btn.ttm-btn-bgcolor-skincolor:hover,
.about-text-box span a,
.featured-imagebox-portfolio .ttm-media-link a:hover,
.post-meta i,
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li i,
.ttm-highlight-fid-style-1 .ttm-fid.inside h4,
.ttm-ptablebox-price-w,
.ttm-highlight-fid-style-2 .inside h4,
.ttm-fid-view-lefticon.style2 .ttm-fid-icon-wrapper i,
.accordion.style2 .toggle .toggle-title a:after,
.accordion.style2 .toggle .toggle-title a.active:after,
.ttm-pf-single-detail-box ul li i,
.ttm-blog-classic .ttm-commentbox i,
.coupon_toggle .coupon_code:before, #payment .payment_box:before,
.ttm-fid-icon-wrapper i,
.ttm-team-list-title i,
.timing-box i,
.widget_info .widget_icon,
.ttm-bgcolor-grey.ttm-topbar-wrapper .social-icons li>a:hover i{
  color: #2d4a8a ;
}

h1.ttm-textcolor-skincolor, h2.ttm-textcolor-skincolor, h3.ttm-textcolor-skincolor, 
h4.ttm-textcolor-skincolor, h5.ttm-textcolor-skincolor, h6.ttm-textcolor-skincolor {
  color: #2d4a8a ;
}
.ttm-service-description p{
    text-align: justify;
}
.ttm-service-description ul
{
    padding-left: 21px;
}
.ttm-service-description ul li {
    list-style-type: disc;
}
.ttm-service-description h3{
    font-size: 27px;
    line-height: 42px;
}
/** Skin-bg-color **/
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-bg-layer-inner,
.tp-shapewrapper, .ttm-bg-highlight-skin,
.tp-caption.skin-flatborder-button:hover,
.top-contact.ttm-highlight-left:after,
.top-contact.ttm-highlight-right:after,
.ttm-header-icons .ttm-header-cart-link span.number-cart,
.ttm-header-icons .ttm-header-search-link a:hover,
#site-navigation .menu ul.dropdown > li > a:before,
#site-header-menu #site-navigation .menu ul li a span,
.ttm-icon_element-bgcolor-skincolor,
.ttm-btn-bgcolor-skincolor,
.ttm-tabs ul.tabs li.active a ,
.widget .widget-title:after,
.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
#totop.top-visible,
.ttm-processbox-wrapper .ttm-processbox:hover .process-num,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a,
.widget.widget-nav-menu ul li a:after,
.mailchimp-inputbox button[type="submit"], 
a.checkout-button:hover, .coupon button:hover, .ttm-cart-form button:hover, .place-order button:hover,
.ttm-btn-play:after, .ttm-btn-play:before,
.tp-caption.skin-flat-button, .skin-flat-button,
.ttm-video-play-btn,
.ttm-video-btn .ttm-video-btn-play,
.ttm-video-btn .ttm-video-btn-play:before,
.ttm-video-btn .ttm-video-btn-play:after,
.ttm-tabs.ttm-tab-style-classic ul.tabs li.active:after,
.ttm-search-overlay .ttm-site-searchform button,
.ttm-rt-contact .ttm-custombutton,
.sidebar .widget .tagcloud a:hover,
.color-trigger, 
.ttm-header-icons .ttm-header-search-link a,
.tooltip:after, [data-tooltip]:after,
.newsletter-form input[type="submit"],
.footer .social-icons li>a:hover,
.about-overlay-01,
.ttm-history-box-wrapper:hover .ttm-history-box-details,
.featured-imagebox-team .social-icons,
.progress-bar-color-bar_skincolor,
.progress-bar-color-bar_skincolor.progress-bar:before,
.featured-imagebox-portfolio .ttm-media-link a,
.featured-imagebox-blog .ttm-box-post-date,
.featured-icon-box.style5:before,
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active a:before,
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active a,
.testimonial-slide.owl-theme.ttm-bgcolor-white .owl-dots .owl-dot span,
.featured-imagebox-portfolio.style2 .featured-content,
.featured-icon-box.style6:hover,
.about-overlay-02,
.about-overlay-03,
.ttm-btn-bgcolor-grey:hover,
.featured-imagebox-services.style1:hover .featured-content,
.accordion .toggle-title a.active,
.sidebar .widget .widget-title:before,
.widget.widget-search .form-group i,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
.ttm-box-view-left-image .featured-content .category> a:hover,
.ttm-blog-single .ttm-blog-single-content blockquote:before,
.ttm-tag-list span a:hover,
.ttm-blog-single-content .social-icons li>a:hover,
.comment-list a.comment-reply-link:hover,
.ttm-shop-icon .product-btn:hover,
.widget-top-rated-products ins,
div.product ul.tabs li a:before,
.featured-imagebox-portfolio.style1 .featured-content,
.testimonial-slide.style2.owl-theme .owl-controls .owl-nav div:hover,
.testimonial-slide.style3.owl-theme .owl-dots .owl-dot span,
.portfolio-slide.owl-theme .owl-dots .owl-dot.active span,
.testimonial-slide.style4 .testimonial-avatar .testimonial-img:after,
.ttm-play-icon-animation.ttm-skincolor:before,
.ttm-play-icon-animation.ttm-skincolor:after {
  background-color: #2d4a8a ;
}

/** Skin-border-color **/
.skincolor-border,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.sidebar .widget .tagcloud a:hover,
.tp-caption.skin-flat-button, .skin-flat-button,
.tp-caption.skin-flatborder-button,
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
.skin-border .with-top-border img,
.ttm-bgcolor-skincolor .panel-title > a,
.ttm-header-style-01 .ttm-header-icons .ttm-header-search-link a:hover,
.ttm-tabs ul.tabs li.active a,
.ttm-blog-classic .ttm-blog-classic-content  blockquote,
.ttm-header-icons .ttm-header-search-link a:hover,
.footer .social-icons li>a:hover,
.footer .social-icons li>a:hover,
.featured-imagebox-team.style1:hover .featured-content,
.ttm-processbox:hover .ttm-box-image,
.featured-imagebox-portfolio .ttm-media-link a,
.accordion .toggle-title a.active,
.widget.widget-search .form-group i,
.ttm-box-view-left-image .featured-content .category> a:hover,
.ttm-blog-single-content .social-icons li>a:hover,
.testimonial-slide.style2.owl-theme .owl-controls .owl-nav div:hover,
textarea:focus { 
    border-color: #2d4a8a !important;
}
.ttm-search-overlay,
.ttm-rounded-shadow-box, div.product ul.tabs li.active a:before,
.coupon_toggle .coupon_code,
#payment .payment_box,
.tooltip-top:before, .tooltip:before, [data-tooltip]:before,
.section-title.with-desc .title-header:before,
#site-header-menu #site-navigation .menu > ul{
    border-top-color: #2d4a8a !important; 
}
.ttm-search-overlay .w-search-form-row:before,
.tooltip-bottom:before,
.featured-imagebox-services.style1 .featured-content,
.ttm-pf-single-detail-box { border-bottom-color: #2d4a8a !important; }

.quicklink-box .featured-icon-box .ttm-icon:before,
.ttm-blog-single .ttm-blog-single-content blockquote{ border-left-color: #2d4a8a !important; }


/** 2.DarkGrey-color **/
.ttm-textcolor-darkgrey, .ttm-textcolor-darkgrey p, .ttm-textcolor-darkgrey span,
.ttm-textcolor-darkgrey h1, .ttm-textcolor-darkgrey h2, .ttm-textcolor-darkgrey h3, 
.ttm-textcolor-darkgrey h4, .ttm-textcolor-darkgrey h5, .ttm-textcolor-darkgrey h6,
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey, .ttm-bgcolor-skincolor .ttm-textcolor-darkgrey p, 
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey span, .ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h1, 
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h2, .ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h3, 
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h4, .ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h5, 
.ttm-bgcolor-skincolor .ttm-textcolor-darkgrey h6, .ttm-bgcolor-skincolor .ttm-textcolor-darkgrey .featured-title h5,
.ttm-bgcolor-white .section-title h2.title,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn.ttm-btn-color-darkgrey,
#site-header-menu #site-navigation .menu ul li > a,
.sidebar .widget a, .ttm-pagination .page-numbers,
.ttm-tabs ul.tabs li a,
.ttm-list.ttm-list-style-icon li,
.about-text-box,
.accordion.style2 .toggle .toggle-title a,
.accordion.style2 .toggle .toggle-title a.active,
.ttm-pf-single-detail-box ul li span,
.ttm-box-view-left-image .featured-content .category> a,
.product-price,
div.product ul.tabs li.active a,
.ttm-team-details-list{
  color: #1c4185;
}

/** DarkGrey-bg-color **/
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-btn-bgcolor-darkgrey,
.ttm-btn-color-darkgrey:hover,
.ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-icon_element-bgcolor-darkgrey,
.ttm-btn-bgcolor-white:hover,
.ttm-btn-bgcolor-skincolor:hover,
.widget.widget-nav-menu ul li:hover a:before, .widget.widget-nav-menu ul li.active a:before,
.ttm-btn.ttm-btn-bgcolor-darkgrey,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-border:hover,
.ttm-header-icons .ttm-header-cart-link a,
.progress-bar-color-bar_darkgrey,
.progress-bar-color-bar_darkgrey.progress-bar:before,
.featured-imagebox-blog .ttm-box-view-overlay:before,
.featured-imagebox-blog .ttm-box-view-overlay:after,
.featured-icon-box.without-icon .featured-title h5:before,
.ttm-bgcolor-skincolor .tooltip:after,
.ttm-bgcolor-skincolor [data-tooltip]:after,
.comment-list a.comment-reply-link,
.ttm-shop-icon .product-btn,
div.product ul.tabs li a,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a,
.featured-imagebox-services.style2 .ttm-box-view-overlay:after,
.featured-imagebox-services.style2 .ttm-box-view-overlay:before{
  background-color: #1c4185;
}
.darkgrey-border,
.ttm-header-style-01 .ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-box-view-left-image .featured-content .category> a,
div.product ul.tabs li a{ 
  border-color: #1c4185;
}
.ttm-bgcolor-skincolor .testimonials .testimonial-content{border-bottom-color: #1c4185;}
.ttm-bgcolor-skincolor .tooltip-top:before, 
.ttm-bgcolor-skincolor .tooltip:before, 
.ttm-bgcolor-skincolor [data-tooltip]:before{border-top-color: #1c4185 !important;}

.sidebar .widget.widget-nav-menu ul li.active a:before,
.sidebar .widget.widget-nav-menu ul li:hover a:before{border-right-color: #1c4185 !important;}
/** 3.White-color **/
.ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3, 
.ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6, 
.ttm-bgcolor-skincolor a, .ttm-textcolor-white a,
#site-header-menu #site-navigation .menu ul li a span,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-textcolor-white .ttm-fid-icon-wrapper i,
.ttm-textcolor-white .featured-content .featured-title h5 a,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a:hover,
.ttm-btn-bgcolor-white:hover,
.ttm-btn.ttm-btn-color-white.ttm-btn-bgcolor-white:hover,
.ttm-btn.ttm-btn-color-white.ttm-btn-bgcolor-skincolor:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-bgcolor-white:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-bgcolor-skincolor:hover ,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-bgcolor-grey:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn-bgcolor-darkgrey, a.ttm-btn-bgcolor-darkgrey,
.ttm-btn-bgcolor-darkgrey:hover, a.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn-bgcolor-skincolor, a.ttm-btn-bgcolor-skincolor,
.ttm-btn-bgcolor-skincolor:hover, a.ttm-btn-bgcolor-skincolor:hover{
    color: rgba(255,255,255,1);
}

.ttm-bgcolor-skincolor .testimonials .testimonial-content label,
.ttm-bgcolor-darkgrey .testimonials .testimonial-content label,
.ttm-textcolor-white .testimonials .testimonial-content label,
.ttm-bgcolor-skincolor p,
.ttm-bgcolor-darkgrey  p,
.ttm-bgcolor-skincolor input::placeholder,
.ttm-bgcolor-skincolor select::placeholder,
.ttm-bgcolor-skincolor textarea::placeholder,
.ttm-bgcolor-skincolor a:hover,
.ttm-bgcolor-skincolor ul.top-contact li a:hover,
.ttm-bgcolor-skincolor.ttm-topbar-wrapper ul.social-icons li>a:hover,
.ttm-bgcolor-skincolor .section-title .title-desc,
.ttm-bgcolor-darkgrey .section-title .title-desc,
.top-contact li a:hover,.ttm-topbar-wrapper .social-icons li>a:hover,
.mailchimp-inputbox input::placeholder,
.ttm-bgcolor-skincolor .testimonial-content h6, 
.ttm-bgcolor-darkgrey .testimonial-content h6,
.ttm-bgcolor-skincolor .testimonials .testimonial-content blockquote,
.ttm-bgcolor-darkgrey .testimonials .testimonial-content blockquote,
.banner-img-box .featured-content ul li,
.banner-img-box .featured-content ul li a,
.banner-img-box .featured-content .featured-desc p {
    color: rgba(255,255,255,.80);
}

.heilight-white-text,
.ttm-textcolor-white,
.ttm-textcolor-white a,
.ttm-btn.ttm-btn-color-white,
.ttm-highlight-right li,
.ttm-icon_element-color-white i,
.ttm-icon_element-bgcolor-skincolor i,
.ttm-icon_element-bgcolor-darkgrey i,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-darkgrey .section-title h2.title,
.ttm-bgcolor-skincolor .section-title h2.title span,
.ttm-bgcolor-darkgrey .section-title h2.title span,
.ttm-bgcolor-darkgrey .ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor .section-title h5,
.ttm-bgcolor-darkgrey .section-title h5,
.ttm-bgcolor-skincolor .featured-title h5,
.ttm-bgcolor-darkgrey .featured-title h5,
.ttm-bgcolor-skincolor .inside h3, .ttm-bgcolor-darkgrey .inside h3,
.ttm-tabs ul.tabs li.active a,
.ttm-btn.ttm-btn-bgcolor-darkgrey,
.ttm-bgcolor-skincolor .featured-title h6,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-title,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-title,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-percent,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-percent,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-border:hover,
.ttm-rt-contact .ttm-custombutton a,
.ttm-rt-contact .ttm-custombutton a:hover,
.footer .social-icons li>a,
.ttm-tag-list span a:hover,
.ttm-bgcolor-skincolor .ttm-fid-icon-wrapper i,
.ttm-bgcolor-skincolor .ttm-fid.inside h4,
.ttm-bgcolor-darkgrey .ttm-fid.inside h4,
.ttm-header-style-02 .top-contact li, 
.ttm-header-style-02 .top-contact li a,
.ttm-header-style-02 .ttm-topbar-wrapper .social-icons li>a,
.ttm-header-style-01 .top-contact li, 
.ttm-header-style-01 .top-contact li a,
.ttm-header-style-01 .ttm-topbar-wrapper .social-icons li>a,
.footer .social-icons li>a:hover,
.ttm-history-box-wrapper:hover .ttm-historybox-title h5,
.ttm-history-box-wrapper:hover .ttm-historybox-description,
.ttm-history-box-wrapper:hover .ttm-btn.ttm-btn-color-skincolor,
.featured-imagebox-portfolio .featured-title h5 a,
.featured-imagebox-portfolio .ttm-media-link a,
.featured-icon-box.style5 .ttm-btn.ttm-btn-color-white:hover,
.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.active i,
.featured-icon-box.style6:hover .featured-title h5,
.featured-icon-box.style6:hover .featured-desc p,
.featured-icon-box.style6:hover .ttm-icon_element-color-skincolor,
.featured-icon-box.style6:hover .ttm-btn.ttm-btn-color-skincolor,
.featured-imagebox-services.style1:hover .featured-title h5 a,
.featured-imagebox-services.style1:hover .featured-desc p,
.featured-imagebox-services.style1:hover .ttm-btn,
.accordion .toggle-title a.active,
.sidebar .widget.widget-nav-menu ul li.active a,
.sidebar .widget.widget-nav-menu ul li:hover a,
.widget.widget-search .form-group i,
.sidebar .widget .tagcloud a:hover,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
.ttm-box-view-left-image .featured-content .category> a:hover,
.social-icons li>a:hover,
.widget-top-rated-products ins,
.featured-imagebox-team.style2 .featured-content p.category,
.ttm-header-style-02 .ttm-custombutton a {
    color: #fff;
}


/** White-bg-color **/
.ttm-bgcolor-white,
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn.ttm-btn-style-border.ttm-bgcolor-white,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.ttm-bgcolor-darkgrey .ttm-custombutton.ttm-btn-bgcolor-skincolor:hover,
.ttm-btn-bgcolor-white,
.ttm-col-bgcolor-skincolor .inside.ttm-fid-view-topicon h3:after, 
.ttm-bgcolor-skincolor .inside.ttm-fid-view-topicon h3:after,
.ttm-header-style-01 .ttm-stickable-header.fixed-header,
.header-btn .ttm-btn.ttm-btn-bgcolor-skincolor:hover,
.ttm-icon_element-bgcolor-white{
    background-color: #fff;
}

/** White-border-color **/
.white-border,
.ttm-bgcolor-skincolor .featured-icon-box .featured-icon.ttm-icon_element-border,
.ttm-bgcolor-darkgrey .featured-icon-box .featured-icon.ttm-icon_element-border,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.ttm-bgcolor-grey .ttm-pagination .page-numbers,
.header-btn .ttm-btn.ttm-btn-bgcolor-skincolor:hover{ 
    border-color: #fff;
}

.ttm-bgcolor-skincolor .heading-seperator span:after,
.ttm-bgcolor-skincolor .heading-seperator:after{
    border-bottom-color: #fff !important;
}
.ttm-bgcolor-darkgrey .separator .sep-line,
.ttm-bgcolor-skincolor .separator .sep-line{
    border-color: rgba(255, 255, 255, .07);
}
.ttm-bgcolor-skincolor .section-title.with-desc .title-header:before,
.ttm-bgcolor-darkgrey .section-title.with-desc .title-header:before{
  border-top-color: #fff !important;
}

.ttm-bgcolor-darkgrey .section-title.style2 .title-header:after,
.ttm-bgcolor-skincolor .section-title.style2 .title-header:after{
  background-color: rgba(240,240,240,.09);
}
.banner-img-box .featured-content ul li:not(:last-child){
  border-bottom-color: rgba(255, 255, 255, .2);
}
/** 4.Grey-color **/
.ttm-bgcolor-grey>.ttm-bg-layer,
.ttm-bgcolor-grey, .ttm-btn-bgcolor-grey,
.ttm-search-overlay .ttm-site-searchform input[type="search"],
.ttm-icon_element-bgcolor-grey,
.sidebar .ttm-bgcolor-grey>.ttm-bg-layer,
.ttm-blog-single-content .social-icons li>a { 
    background-color: #f7f9fe;
}
.grey-boder{border-color: #f7f9fe !important;}
/* Extra-color*/
.grey-bg-shape{
  background-color: #b6bfd5;
}


.ttm-ratting-star{color: #f5cc26!important;}

.about-overlay-02 h3{
  font-family: 'Playfair Display',Arial,Helvetica;
}
.about-overlay-03 h3{
  font-family: "Poppins",sans-serif;
}
/* ===============================================
    Pre-loader ------------------------*/

#preloader  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px;
 }
#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    background-image: url(../images/pre-loader-1.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/*  ===============================================
    SocialIcon
------------------------*/
.social-icons ul{ margin: 0; padding: 0; }
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px;
}
.social-icons.circle li>a,
.social-icons.square li>a {
    border: 1px solid #e8ecef;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.social-icons.square li>a{border-radius: 0;}
.ttm-bgcolor-darkgrey .social-icons.circle li>a, 
.ttm-bgcolor-skincolor .social-icons.circle li>a {
    border: none;
    color: #2c2c2c;
}
.ttm-bgcolor-darkgrey .social-icons.circle li>a, 
.ttm-bgcolor-skincolor .social-icons.circle li>a{
  background-color: #fff;
}

/*  ===============================================
    TooltipTop
------------------------*/
.tooltip-top,
.tooltip-bottom{ position: relative; }
.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: rgba(24,35,51,1);
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 26%;
    left: 30%;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, 
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, 
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    transform: translateY(-16px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -20px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, 
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}
.tooltip-bottom:after{
    bottom: -68px;
    left: 0;
    margin-left: -10px;
}
.tooltip-bottom:before{
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent!important;
}
.tooltip-bottom:before{
    bottom: -24px;
}

/*  ===============================================
    TopBar
------------------------*/
.ttm-topbar-wrapper{
    line-height: 51px;
    height: 52px;
}
.ttm-topbar-wrapper .top-contact.text-left {
    position: relative;
    float: left;
    line-height: 52px;
}
.ttm-topbar-wrapper .top-contact.text-left li:not(:last-child):before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(255,255,255,.09);
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
}
.ttm-bgcolor-grey.ttm-topbar-wrapper .top-contact li:not(:last-child):before,
.ttm-bgcolor-grey.ttm-topbar-wrapper .topbar-right .top-contact li:before{
    background-color: rgba(0,0,0,.09);
}
.top-contact li{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.top-contact li:first-child {
    padding-left: 0px !important;
}
.top-contact li strong{font-weight: 500;}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    position: relative;
}
.topbar-right .top-contact li:before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.09);
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
}
.topbar-right .top-contact.ttm-highlight-right li:last-child:after { content: unset;}
.ttm-topbar-wrapper .ttm-social-links-wrapper{ margin: 0; position: relative; padding-left: 5px;padding-right: 15px;}
.ttm-topbar-wrapper .social-icons li{ margin: 0 3px; }
.ttm-topbar-wrapper .social-icons li>a {
    display: block;
    border: none;
    width: 16px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
}
.ttm-bgcolor-grey.ttm-topbar-wrapper .social-icons li>a { color: inherit; }
.ttm-topbar-wrapper .social-icons li>a:hover{ color: rgba(255,255,255,.80) !important;}
.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 52px;
}
.top-contact.ttm-highlight-left {
    margin-right: 15px;
    padding-right: 5px;
}
.top-contact.ttm-highlight-right{
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.top-contact.ttm-highlight-left:after ,
.top-contact.ttm-highlight-right:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5000px;
    height: 100%;
}
.top-contact.ttm-highlight-right:after {
    right: 0;
}
.top-contact.ttm-highlight-right:after {
    left: 0;
}
.top-contact strong {
    font-weight: 600;
}
.top-contact i {
    margin-right: 9px;
}

/*  ===============================================
    Header
------------------------*/

/** SiteBrand(logo) **/
.site-branding{
    float: left;
    height: 100px;
    line-height: 100px;
    position: relative;
    display: block;
    z-index: 1;
}
.ttm-header-top-wrapper{
    position: relative;
}
.site-branding img {
    max-height: 72px;
}

.ttm-header-style-01 .fixed-header .site-branding img {
    max-height: 42px;
}
.ttm-header-style-05 .fixed-header .site-branding img {
    max-height: 40px;
}
/** SiteNavigation(Menu) **/
.site-navigation {  position: relative;}
#site-header-menu #site-navigation .menu ul li ul > li:not(:last-child){
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0,0,0,0.04);
}
#site-header-menu #site-navigation .menu ul {  padding: 0px;  margin: 0px; }
.ttm-menu-toggle{ float: right; }
.ttm-menu-toggle input[type=checkbox] { display: none; }
#site-header-menu #site-navigation .menu > ul > li { display: inline-block; position: relative;}
#site-header-menu #site-navigation .menu ul li:hover > ul { 
  opacity: 1; 
  display: block; 
  visibility: visible; 
  height: auto;
  transform:translate(0,0); 
}
#site-header-menu #site-navigation .menu ul ul > li { position: relative; }
#site-header-menu #site-navigation .menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}
#site-header-menu #site-navigation .menu ul li > a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 19px;
    color: #1c4185;
}
  #site-header-menu #site-navigation ul ul li {
      position: relative;
      border-bottom: 1px solid transparent;
  }
  #site-header-menu #site-navigation .menu ul li > ul li > a{
      margin: 0;
      display: block;
      padding: 15px 20px;
      position: relative;
      font-weight: 400;
      font-size: 13px;
      text-transform: capitalize;
      height: auto;
      line-height: 18px;
  }
#site-header-menu #site-navigation .menu ul > li> ul li.has-submenu > a:after {
    content: "\f105";
    position: absolute;
    background-color: transparent;
    right: 12px;
    top: 16px;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin-left: 4px;
    opacity: 0.8;
}
#site-header-menu #site-navigation .menu ul li a span {
    padding: 1px 3px 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 7px;
}

/** ttm-rt-contact(HeaderIcons - Search, Cart) **/
.ttm-header-icons {  position: relative;  padding-left: 25px; }
.ttm-header-icons .ttm-header-cart-link a, .ttm-header-icons .ttm-header-search-link a {
    position: relative;
    border: none;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    height: 31px;
    width: 31px;
    line-height: 31px;
    color: rgba( 11,12,38,1);
    border-color: rgba( 11,12,38,1);
    font-size: 12px!important;
    z-index: 9;
    color: #fff;
}
.ttm-header-icons .ttm-header-cart-link a:hover, 
.ttm-header-icons .ttm-header-search-link a:hover{color: rgba(255, 255, 255, .8) !important;}
.ttm-header-icons .ttm-header-cart-link a i, 
.ttm-header-icons .ttm-header-search-link a i{ font-weight: 900;font-size: 11px; }
.ttm-header-icons .ttm-header-cart-link{
    padding-left: 4px;
    padding-right: 0px;
}
.ttm-header-style-03 .topbar-right.text-right .list-inline {
    padding-right: 0;
    margin-right: -4px;
}
.ttm-header-icons .ttm-header-icon{ margin-left: 7px; }
.ttm-header-icons .ttm-header-cart-link span.number-cart {
    position: absolute;
    bottom: 20px;
    left: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-btn .ttm-btn.ttm-btn-size-md{
    font-size: 14px;
    padding: 13px 25px 13px 25px;
    height: 52px;
    line-height: 25px;
}
.ttm-header-style-01 .header-btn .ttm-btn.ttm-btn-bgcolor-skincolor:hover{background-color: #fff !important;}
.ttm-header-icons, .ttm-header-icon{
    height: 100px;
    line-height: 100px;
    float: right;
}

/**  ttm-search-overlay **/
.ttm-header-icon{ position: relative; }
.ttm-search-overlay {
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
    background: #fff;
    border-top: 3px solid;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    z-index: 111;
}
.ttm-header-style-01 .ttm-search-overlay .w-search-form-row:before{
    right:5px;
}
.ttm-search-overlay .w-search-form-row {
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 20px;
}
.ttm-search-overlay .w-search-form-row:before {
    position: absolute;
    right: 5px;
    top: -8px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid;
    content: " ";
}
.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    font-size: 14px;
    text-align: left;
    height: 45px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none!important;
    color: #333;
    width: 88%;
    line-height: 45px;
    float: left;
    padding: 9px 15px;
}
.ttm-search-overlay .ttm-site-searchform button {
    font-size: 14px;
    width: 12%;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: 45px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
    float: left;
}
.ttm-header-search-link .ttm-tectxon-icon-search:before {
    font-weight: 600;
}
.ttm-tectxon-icon-search:before {
    content: '\e825';
    font-family: "themify";
}
.ttm-search-overlay.st-show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* .widget_info */
.widget_info{
    position: relative;
}
.widget_info:not(:last-child) {
    padding-right: 50px;
}
.widget_info .widget_icon {
    font-size: 34px;
}
.widget_info .widget_content {
    margin-left: 14px;
    position: relative;
}
.widget_info:not(:last-child) .widget_content:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(243,243,243,1);
    display: block;
    position: absolute;
    right: -25px;
    top: 0px;
}
.widget_info .widget_title{
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}
.widget_info .widget_desc{ 
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
}
/* ===============================================
    Footer
------------------------*/
.footer .widget { margin: 55px 0 55px; }
.footer .ttm-textcolor-white { color: rgba(255,255,255,.8); }
.footer .widget .ttm-btn.ttm-btn-size-md{ padding: 14px 27px 14px 27px; }
.footer .widget ul>li { padding: 0 0 9px 0;}

/** FirstFooter **/
.first-footer{padding: 40px 0 40px 0;}
.footer-logo img { max-height: 45px;}
.first-footer .featured-icon-box .ttm-icon.ttm-icon_element-size-md{
    height: 30px; 
    width: 30px; 
    line-height: 30px;
}
.first-footer .featured-content{padding-left: 12px !important;}
.first-footer .ttm-btn{font-weight: 500;font-size: 15px;}
.first-footer .ttm-btn i{font-size: 15px;}

/** SecondFooter **/
.second-footer .quicklink-box {
    padding: 17px 15px;
    border: 1px solid rgba(46,56,77,1);
    background-color: rgba(34,44,64,1);
    margin: 22px 0 0px;
    position: relative;
}
.quicklink-box .featured-icon-box .ttm-icon.ttm-icon_element-size-md{
    height: 50px;
    width: 50px;
    line-height: 51px;
}
.quicklink-box .featured-icon-box .ttm-icon:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    top: 19px;
    right: -7px;
    border: 7px solid transparent;
    border-right: 0;
    border-left-color: #000;
}
.quicklink-box .featured-icon-box .ttm-icon span{font-size: 23px; transition: unset;}
.quicklink-box .featured-title h5{font-size: 17px;line-height: 24px;margin-bottom: 0;}
.quicklink-box .featured-content{padding-left: 15px !important;}
/** bottom-footer **/
.bottom-footer-text{background-color: #222c40;}

/* newsletter-form */
.newsletter-form {
    position: relative;
    margin-bottom: 30px;
    margin-top: 25px;
}
.newsletter-form input[type="email"] {
    border: 1px solid rgba(46,56,77,1);
    background-color: rgba(34,44,64,1);
    height: 47px;
    width: 100%;
    font-size: 14px;
    outline: none;
    padding: 9px 40px;
    color: rgba(255,255,255,1);
    padding-right: 60px;
    text-overflow: ellipsis;
}
.newsletter-form input[type="submit"] {
    position: absolute;
    content: "\e628";
    top: 0px;
    right: 0px;
    font-family: "themify";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    height: 47px;
    width: 55px;
    padding: 0;
    line-height: 47px;
    text-align: center;
    border: 0;
    cursor: pointer;
}
.newsletter-form i {
    padding-right: 1px;
    position: absolute;
    left: 15px;
    top: 17px;
}
.mailchimp-inputbox:after {
    position: absolute;
    content: "\f1d9";
    top: 10px;
    right: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 16px;
    color: #fff;
    z-index: 3;
    pointer-events: none;
}
/** SecondFooter **/
.widget ul{ margin: 0; padding: 0; }
.widget ul>li {
    padding: 0 0 13px 0;
    position: relative;
}
.widget .widget-title {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 19px;
    line-height: 23px;
    text-transform: capitalize;
}

/** footer-social-icons **/
.footer .social-icons li {
    margin-left: 3px;
    margin-right: 3px;
    min-width: auto;
    padding-bottom: 0 !important;
}
.footer .social-icons li:first-child{margin-left: 0;}
.footer .social-icons li>a {
    border: 1px solid #fff ;
    font-size: 14px;
}

/** .widget.link-widget **/
.widget.link-widget ul li:last-child {padding-bottom: 0;}

/** Footer-nav-menu **/
.copyright{
    padding-top: 18px;
    padding-bottom: 18px;
}

/** Footer-nav-menu **/
.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 16px;
    font-size: 14px;
    padding-bottom: 0;
}
.footer-nav-menu li:last-child { padding-right: 0; }
.footer-nav-menu li:first-child { padding-left: 0; }
ul.footer-nav-menu li:not(:last-child):after {
    position: absolute;
    content: "|";
    padding-left: 7px;
}
.widget ul#menu-footer-services li a {
    padding-left: 16px;
    position: relative;
}
.widget ul#menu-footer-services li a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 18px;
    font-size: 15px;
}
/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}

/* ===============================================
    Page-Title-Row
------------------------*/
.first-widget
{
    padding: 0px !important;
}
.ttm-page-title-row { 
    position: relative;
    background-image: url(../images/ttm-pagetitle-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
div.ttm-page-title-row > .ttm-bg-layer { background-color: rgba(24,35,51,0.85); }
.ttm-page-title-row { 
    display: block;
    padding-top: 195px;
    padding-bottom: 110px;
    z-index: 11;
}
.title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}
.title-box .page-title-heading{ position: relative; }
.breadcrumb-wrapper span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
}

/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  Contact_Us
/*------------------------------------------------------------------------------*/ 

#map_canvas { margin: 0; padding: 0; height: 100%; }
.map-wrapper{ 
  height: 450px; 
}

/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
.error-404{   position: relative; }
.page-header { margin: 40px 0 20px; }
section.error-404 { 
    padding: 300px 0 150px; 
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}
section.error-404 .ttm-big-icon { font-size: 150px; }
section.error-404 h1 { font-size: 95px; text-transform: uppercase; line-height: 100%; }
section.error-404 .page-content p { font-size: 18px; margin-bottom: 30px; }


/* ===   link-list ==
------------------------*/
.list-style-disc {list-style-type: disc !important;}
.list-style-decimal {list-style-type: decimal!important;}
ul.ttm-list {
    list-style: none;
    padding: 0;
    padding-left: 0;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: 0px;
    top: 5px;
}
.ttm-list.ttm-list-style-icon li {
    padding-left: 22px;
    list-style: none; 
    position: relative;
    padding-bottom: 10px; 
    font-weight: 500;
}
.ttm-list.ttm-list-textsize-medium li{font-size: 16px;padding-bottom: 9px;}

/* ===   ttm-history-box-wrapper ==
------------------------*/
.ttm-history-box-wrapper {position: relative;text-align: center;margin-top: 5px;}
.ttm-history-box-wrapper .ttm-history-box-icon-wrapper {position: relative}
.ttm-history-box-wrapper .ttm-icon.ttm-icon_element-size-md{
    height: 70px;
    width: 70px;
    line-height: 66px;
    border:1px solid #e5e5e5;
}
.ttm-history-box-wrapper .ttm-icon.ttm-icon_element-size-md i{font-size: 35px;}
.ttm-history-box-icon-wrapper:before {position: absolute;content: ' ';top: 74px;height: 90px;width: 1px;background-color: #e8eaed}
.ttm-history-box-wrapper .ttm-history-box-border {position: relative;margin: 39px 0 43px;border: 1px dashed #e5e5e5;width: 111%}
.ttm-history-box-border:before{
    position: absolute;
    content: ' ';
    left: 50%;
    margin-left: -19px;
    height: 12px;
    width: 12px;
    z-index: 1;
    border-radius: 50px;
    background-color: #e8eaed;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    top: -7px;
}
.ttm-history-box-details {
  text-align: center;
  background-color: #fff;
  padding: 40px 30px 40px;
  -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
  -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06)
}
.ttm-history-box-wrapper .ttm-historybox-title h5 {font-size: 19px;line-height: 26px;margin-bottom: 8px}
.ttm-history-box-wrapper:hover .ttm-icon.ttm-icon_element-size-md {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15)
}

/* ===   project single ==
------------------------*/

.ttm-pf-single-detail-box{
    padding: 35px 35px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    border-bottom: 3px solid #000;
}
.ttm-pf-single-title h5{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 11px;
}
.ttm-pf-single-detail-box ul li{
    position: relative;
    display: block;
    padding: 15px 0 15px 0px;
    font-size: 15px;
    margin-left: 3px;
}
.ttm-pf-single-detail-box ul{margin: 0;padding: 0;}
.ttm-pf-single-detail-box ul li i{margin-right: 10px;font-size: 16px;}
.ttm-pf-single-detail-box ul li span{font-weight: 500;margin-right: 5px;}
.ttm-pf-single-detail-box ul li:not(:last-child){
  border-bottom: 1px solid #e8ecef;
}
.ttm-nextprev-bottom-nav .nav-next a:after,
.ttm-nextprev-bottom-nav .nav-previous a:after {
  position: absolute;
  font-size: 15px;
  top: 10px
}
.ttm-nextprev-bottom-nav .nav-previous a {
  padding-right: 25px;
  padding-left: 44px
}
.ttm-nextprev-bottom-nav .nav-previous a:after {
  content: '\f100';
  font-family: FontAwesome;
  left: 25px
}
.ttm-nextprev-bottom-nav .nav-next a {
  padding-right: 50px;
  padding-left: 32px
}
.ttm-nextprev-bottom-nav .nav-next a:after {
  content: '\f101';
  font-family: FontAwesome;
  right: 25px
}
.ttm-pf-single-related-wrapper {margin-top: 50px;}

/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.ttm-blog-classic {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
}
article.ttm-blog-classic:last-child{ 
    margin-bottom: 15px;
}
article.ttm-blog-classic, .post-featured-wrapper{ 
  position: relative; 
}
.ttm-blog-classic .ttm-box-post-date .entry-month, .ttm-blog-classic .ttm-box-post-date .entry-date{
    display: block;
    font-size: 22px;
    line-height: 18px;
}
article.ttm-blog-classic .ttm-blog-classic-content {
    padding: 45px 30px 30px;
    background: #fff;
    z-index: 1;
    position: relative;
}
article.ttm-blog-classic .ttm-post-entry-header{
    position: absolute;
    top: -20px;
    left: auto;
}
.ttm-blog-classic .post-meta{
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    margin: 0;
}
.ttm-blog-classic .post-meta .ttm-meta-line, .ttm-blog-single-content .post-meta .ttm-meta-line {
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    padding-right: 25px;
    position: relative;
}
.ttm-blog-classic .post-meta .ttm-meta-line:not(:last-child):after,
.ttm-blog-single-content .post-meta .ttm-meta-line:not(:last-child):after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 10px;
    display: block;
    background-color: rgba(0,0,0,0.2);
}
.ttm-blog-classic .post-meta .ttm-meta-line i, .ttm-blog-single-content .post-meta .ttm-meta-line i {
    padding-right: 7px;
    font-size: 13px;
}
.ttm-blog-classic .entry-header .entry-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
}
.ttm-blog-classic .ttm-blogbox-desc-footer {
    margin-top: 15px;
    clear: both;
    overflow: hidden;
}
.ttm-blog-classic .ttm-commentbox i{margin-right: 5px;}

.ttm-blog-single .ttm-blog-single-content blockquote {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    padding: 32px 60px 16px 40px;
    position: relative;
    font-weight: 500;
    margin: 35px 0 50px 0;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    color: #6e6e6e;
    border-left: 4px solid;
}
.ttm-blog-single .ttm-blog-single-content blockquote:before{
    content: '\f10d';
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 70px;
    top: auto;
    bottom: -30px;
    right: 35px;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
}
.ttm-tag-list span a {
    padding: 7px 15px;
    background-color: #f7f9fe;
    display: inline-block;
    margin-right: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
}
/*blog-comment*/
.comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}
.comments-area h2,
.comment-reply-title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.comment-list li { position: relative; margin-top: 30px; }
.comment-list, .comment-list .children { 
  list-style-type: none;
  padding: 0; 
}
.single-post .comments-area { margin-top: 50px; margin-bottom: 0; }
.single-post .comments-area .comments-title { font-size: 33px; font-weight: 600; }
.comment-body {
    margin-left: 105px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px;
    position: relative;
    background-color: #f5faff;
    border: 1px solid #f5faff;
}
.comment-body:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #f5faff transparent #f5faff;
    z-index: 1;
    content: "";
    left: -12px;
}
.comment-author {
    float: left;
    text-align: center;
    width: 87px;
    height: 87px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
    margin-left: -125px;
    margin-top: -20px;
}
.comment-author img { max-width: 100%; height: auto; }
.comment-meta {
    font-size: 14px;
    padding: 0;
    position: relative;
}
.comment-meta, .comment-meta a { color: #6e6e6e; font-size: 13px; }
.comment-meta .ttm-comment-owner h5, .ttm-comment-owner {
   display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #182333;
    font-style: normal;
}
.comment-box .author-content-wrap p{margin-top: 10px;}
.single article.post .comment-body p { margin-top: 10px;margin-bottom: 0; }
.comment-list a.comment-reply-link {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 2px 30px 3px 17px;
    position: relative;
    margin-top: 5px;
    display: inline-block;
}
.comment-list a.comment-reply-link:after {
    position: absolute;
    top: 6px;
    font-family: 'themify';
    content: "\e649";
    font-weight: 400;
    display: inline-block;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    line-height: 22px;
    font-size: 10px;
    margin-left: 8px;
}
.comments-area .comment-respond { padding-top: 10px; }
#respond .comment-reply-title { margin: 0 0 20px!important; }
.comments-area .comment-form textarea,
.comments-area .comment-form input{
      background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    padding-left: 0;
}

/*------------------------------------------------------------------------------*/
/*  Elements_page
/*------------------------------------------------------------------------------*/
.element-row{ padding: 40px 0 0px; position: relative;}
.element-row .section-title h2.title{ margin-top: 22px; margin-bottom: 25px;}
.element-row .ttm-row{padding: 50px 0;}

/** element-progressbar **/
.ttm-progress-bar .progress-bar.progress-bar-color-bar_blue,
.ttm-progress-bar .progress-bar-color-bar_blue.progress-bar:before  { background-color: #0074cc; }
.ttm-progress-bar .progress-bar.progress-bar-color-bar_green,
.ttm-progress-bar .progress-bar-color-bar_green.progress-bar:before { background-color: #5bb75b; }
.ttm-progress-bar .progress-bar.progress-bar-color-bar_pink,
.ttm-progress-bar .progress-bar-color-bar_pink.progress-bar:before { background-color: #f4524d; }
.ttm-progress-bar .progress-bar.progress-bar-color-bar_turquoise,
.ttm-progress-bar .progress-bar-color-bar_turquoise.progress-bar:before { background-color: #00c1cf; }
.ttm-progress-bar .progress-bar.progress-bar-color-bar_yellow,
.ttm-progress-bar .progress-bar-color-bar_yellow.progress-bar:before { background-color: #ffb300; }

/** icon_element-style-fill **/
.ttm-icon.ttm-icon_element-fill {color: #fff; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-yellow  { background-color: #ffb300; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-orange  { background-color: #ff4c00; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-red  { background-color: #ff0a26; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-dark_pink  { background-color: #ff0061; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-mulled_wine  { background-color: #50485b; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-aqua{ background-color: #39c8df; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-aqua{ color: #39c8df; }

/** icon_element-style-border **/
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-mulled_wine { border-color: #50485b; color: #50485b; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-blue { border-color: #5472d2; color: #5472d2; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white { border-color: #fff; color: #fff; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-yellow { border-color: #ffb300; color: #ffb300; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-orange { border-color: #ff4c00; color: #ff4c00; }
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-red { border-color: #ff0a26; color: #ff0a26; }

/** icon_element-bgcolor **/
.element-style .icon-box-wrapper { padding-top: 15px; }
.element-style .row .col-md-6 .featured-icon-box:not(:last-child){ padding: 0; margin-bottom: 40px; }

/** team-member-details **/
.ttm-team-member-single-title {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 0
}
.ttm-team-member-single-position {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
.ttm-team-details-list{margin: 0;padding: 0;}
.ttm-team-details-list li{width: 50%;float: left;padding-bottom: 10px;}
.ttm-team-details-list .ttm-team-list-title {
  margin-right: 3px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding-left: 24px
}
.ttm-team-extra-details-wrapper .ttm-team-details-list .ttm-team-list-title {
  text-indent: 0;
  width: auto;
  margin-right: 3px
}
.ttm-team-details-list .ttm-team-list-title,
.ttm-team-details-list .ttm-team-list-value {
  display: inline-block
}
.ttm-team-list-title i {
  position: absolute;
  text-align: center;
  text-indent: 0;
  font-size: 16px;
  top: 0;
  margin-right: 3px;
  display: inline;
  left: 0px
}
.ttm-team-details-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px
}
.member-info-box{padding: 30px;}
.timing-box{position: relative;}
.timing-box i{
    font-size: 25px;
    position: absolute;
    left: 0;
    font-weight: normal;
}
.timing-box h5{padding-left: 35px}
ul.timing-list,ul.info-list{padding: 0;margin: 0;}
ul.timing-list li{
    padding: 2px 0;
    font-size: 15px;
    line-height: 23px;
}
ul.timing-list li span{}
ul.timing-list li span.day{}
ul.timing-list li span.time{float: right;}

ul.info-list li{
  padding: 15px 0;
  font-size: 15px;
  line-height: 23px;
}
ul.info-list li:first-child{padding-top: 0;}
ul.info-list li:not(:last-child){
    border-bottom: 1px solid #eaeaea;
}
ul.info-list li:last-child{padding-bottom: 0;}
ul.timing-list,ul.info-list{padding-top: 10px;}
ul.info-list li i{margin-right: 10px;font-size: 15px;}
.member-contact-form{padding: 30px;}

@media only screen and (min-width: 1801px){

	/* Bg-Layer */
	.ttm-left-span .ttm-col-wrapper-bg-layer {
	    margin-left: -500px;
	}
	.ttm-right-span .ttm-col-wrapper-bg-layer
	{
	    margin-right: -500px;
	}
}

@media only screen and (max-width: 1800px) and (min-width: 1601px){

	/* Bg-Layer */
	.ttm-left-span .ttm-col-wrapper-bg-layer {
	    margin-left: -400px;
	}
	.ttm-right-span .ttm-col-wrapper-bg-layer,
	.col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
	    margin-right: -400px;
	}
}

@media only screen and (max-width: 1600px) and (min-width: 1401px){

	/* Bg-Layer */
	.ttm-left-span .ttm-col-wrapper-bg-layer {
	    margin-left: -300px;
	}
	.ttm-right-span .ttm-col-wrapper-bg-layer,
	.col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
	    margin-right: -300px;
	}
}

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

	/* Bg-Layer */
	.ttm-left-span .ttm-col-wrapper-bg-layer {
	    margin-left: -200px;
	}
	.ttm-right-span .ttm-col-wrapper-bg-layer ,
	.col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer{
	    margin-right: -200px;
	}
}

@media only screen and (min-width: 1200px){

	/*topbar*/
	.ttm-header-style-01 .ttm-topbar-wrapper,
	.ttm-header-style-02 .ttm-topbar-wrapper{background-color: #1e2637;}
	.site-header-menu{background-color: rgba(255,255,255,0.8);height: 93px;}
	#site-header-menu #site-navigation .menu ul > li > a {
	   display: block;
	    margin: 0px;
	    padding: 0px 17px 0px 17px;
	    text-decoration: none;
	    position: relative;
	    z-index: 1;
	    height: 100px;
	    line-height: 100px;
	}
	header:not(.ttm-header-style-02) #site-header-menu #site-navigation .menu ul.dropdown > li > a:before {
		content: "";
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	    background-color: #2d4a8a;
	    height: 2px;
	    transform-origin: right center;
	    -webkit-transform-origin: right center;
	    -webkit-transform: scale(0,1);
	    -khtml-transform: scale(0,1);
	    -moz-transform: scale(0,1);
	    -ms-transform: scale(0,1);
	    -o-transform: scale(0,1);
	    transform: scale(0,1);
	    -webkit-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
	    -khtml-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
	    -moz-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
	    -ms-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
	    -o-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
	    transition: transform .25s cubic-bezier(.37,.31,.2,.85);
	}
	header:not(.ttm-header-style-02) #site-header-menu #site-navigation .menu ul.dropdown > li:hover > a:before,
	header:not(.ttm-header-style-02) #site-header-menu #site-navigation .menu ul.dropdown > li.active > a:before{
		transform-origin: left center;
	    -webkit-transform-origin: left center;
	    -webkit-transform: scale(1,1);
	    -khtml-transform: scale(1,1);
	    -moz-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	    -o-transform: scale(1,1);
	    transform: scale(1,1);
	}
	#site-header-menu #site-navigation .menu > ul > li > ul > li a{
	    font-weight: 400;
	    font-size: 13px;
	    line-height: 16px;
	    -webkit-transition: all .3s linear;
    	transition: all .3s linear;
	}
	#site-header-menu #site-navigation .menu > ul > li ul a{
	    -webkit-transition: all .3s linear;
    	transition: all .3s linear;
	}
	#site-header-menu #site-navigation .menu > ul ul li:hover > a{
	    padding-left: 25px;
	}
	#site-header-menu #site-navigation .menu > ul > li ul a:before{
	    font-size: 24px;
	    line-height: 9px;
	    content: "";
	    margin-right: 5px;
	    position: absolute;
	    width: 6px;
	    height: 2px;
	    opacity: 0;
	    left: 0px;
	    -webkit-transition: .5s all;
	    -o-transition: .5s all;
	    -moz-transition: .5s all;
	    -ms-transition: .5s all;
	    transition: .5s all;
	    background-color: #2d4a8a;
	    top: 22px;
	}
	#site-header-menu #site-navigation .menu > ul > li ul a:hover:before{
	    opacity: 1;
	    left: 10px;
	}
	.ttm-header-style-01 .ttm-header-icons:before,
	.ttm-header-style-classic .ttm-header-icons:before {
	    display: block;
	    content: "";
	    position: absolute;
	    height: 30px;
	    width: 1px;
	    left: 10px;
	    top: 50%;
	    margin-top: -14px;
	    background-color: rgba( 11,12,38,0.06);
	}
	.ttm-header-style-01 .ttm-header-icons:before {
	    background-color: rgba( 38,48,69,0.09);
	}
	.ttm-stickable-header.fixed-header {
		z-index: 111;
		background-color: #fff;
	    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
	}
	.ttm-header-style-01 #site-header-menu .ttm-stickable-header.fixed-header #site-navigation > .menu > ul > li > a,
	.ttm-header-style-01 .ttm-stickable-header.fixed-header .site-branding,
	.ttm-header-style-01 .ttm-stickable-header.fixed-header .ttm-header-icons,
	.ttm-header-style-01 .ttm-stickable-header.fixed-header .ttm-header-icon,
	.ttm-header-style-01 .ttm-stickable-header.fixed-header .header-btn{ 
		height: 70px; 
		line-height: 70px; 
	}
	.fixed-header {
	    position: fixed !important;
	    top: 0;
	    left: 0;
	    width: 100%; 
	    z-index: 9;
	}
	.menu, .ttm-rt-contact, .ttm-header-icon, .header-btn,.ttm-custombutton{ float: right; }
	
	/*ttm-header-style-01*/
	.ttm-header-style-01 .ttm-topbar-wrapper{ border-bottom: 1px solid rgba(255,255,255,0.09);}
	.ttm-header-style-01 .site-branding,
	.ttm-header-style-01 #site-header-menu #site-navigation .menu > ul > li > a,
	.ttm-header-style-01 .ttm-header-icons, .ttm-header-style-01 .ttm-header-icon	 { 
		height: 93px; 
		line-height: 93px;
	}
	.ttm-header-style-01 .ttm-stickable-header-w,
	.ttm-header-style-05 .ttm-stickable-header-w,
	.ttm-header-style-03 .ttm-stickable-header-w {
	    position: absolute;
	    height: 93px;
	    z-index: 21;
	    width: 100%;
	    box-shadow: none;
	    -khtml-box-shadow: none;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    -ms-box-shadow: none;
	    -o-box-shadow: none;
	}

    #site-header-menu #site-navigation .menu > ul > li:last-child:after{ display: none; }
    #site-header-menu #site-navigation > ul li > a, 
    #site-header-menu #site-navigation .menu ul > li ul li > a {
        margin: 0;
        display: block;
        padding: 15px 15px 15px 15px;
        position: relative;
    }
    #site-header-menu #site-navigation .menu > ul > li > ul > li.active > a,
    #site-header-menu #site-navigation .menu > ul > li > ul > li:hover > a,
    #site-header-menu #site-navigation .menu > ul > li > ul > li> ul > li.active > a,
    #site-header-menu #site-navigation .menu > ul > li > ul > li> ul > li:hover > a{
	    background-color: #f7f9fe;
    }
	#site-header-menu #site-navigation .menu ul ul {
	    text-align: left;
	    position: absolute;
	    visibility: hidden;
	    display: block;
	    opacity: 0;
	    line-height: 14px;
	    left: 0;
	    top: auto;
    	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	    transition: all .2s ease;
    	z-index: 99;
    	background-color: #fff;
    	width: 250px;
	    transform: translate(0, 10px);
    	transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
	}
	#site-header-menu #site-navigation .menu > ul > li:last-child > ul{
		right: 0;
		left: auto;
	}
	#site-header-menu #site-navigation div.menu > ul > li:nth-child(2) ul {
	    background-position: 0% 0%;
	    background-size: auto;
	    background-repeat: repeat;
	    background-attachment: scroll;
	}
    #site-header-menu #site-navigation > ul > li ul a:before {
        font-family: "FontAwesome";
        display: inline;
        text-decoration: inherit;
        text-align: center;
        font-size: 24px;
        line-height: 9px;
        content: "-";
        margin-right: 5px;
        transform: translateY(-50%) translateX(-10px);
        left: 0px;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
    }
    /* ttm-header-style 02*/
	.ttm-header-style-02 .site-branding {
	    padding: 34px 0;
	}
	.ttm-header-style-02 .widget_info {
	    padding-top: 35px;
	    padding-bottom: 35px;
	}
	.ttm-header-style-02 .site-branding {
        display: block;
        position: relative;
        z-index: 10;
        height: auto;
        line-height: 1;
    }
    .ttm-header-style-02 .site-branding:before {
        left: auto;
        right: 100%;
        width: 1200px;
    }
    .ttm-header-style-02 #site-header-menu {
	    border-top: 1px solid #eaeff5;
	}
	.ttm-header-style-02 #site-header-menu {
		height: 60px;
	    background-color: #f7f9fe;
	}
	.ttm-header-style-02 .ttm-stickable-header.fixed-header{background-color: #f7f9fe;}
	.ttm-header-style-02 #site-header-menu .site-navigation .header_extra .search_btn{ 
		position: relative; 
	}
	.ttm-header-style-02 #site-header-menu .site-navigation .menu ul.dropdown > li > a { 
		margin: 0px 22px 0px 22px !important;
		padding: 0 !important; 
	}
	.ttm-header-style-02 #site-header-menu .site-navigation .menu ul.dropdown > li:first-child > a{margin-left: 0 !important;}
	.ttm-header-style-02 #site-header-menu .site-navigation ul.dropdown > li:not(:last-child) >a:after{
	    content: "";
	    position: absolute;
	    height: 20px;
	    width: 1px;
	    right: -22px;
	    top: 50%;
	    -khtml-transform: translateX(0%) translateY(-50%);
	    -moz-transform: translateX(0%) translateY(-50%);
	    -ms-transform: translateX(0%) translateY(-50%);
	    -o-transform: translateX(0%) translateY(-50%);
	    transform: translateX(0%) translateY(-50%);
	    background-color: rgba( 38,48,69,0.06);
	    display: inline-block;
	}
	.ttm-header-style-02 #site-header-menu .site-navigation ul.dropdown > li >a:before{
	    width: 0;
	    height: 2px;
        left: 2%;
	    bottom: 16px;
	    right: auto;
	    display: block;
	    opacity: 0;
	    position: absolute;
	    content: "";
	    background-color: #2d4a8a;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.ttm-header-style-02 #site-header-menu .site-navigation ul.dropdown > li:hover >a:before{
	    width: 15px;
    	opacity: 1;
	}
	.ttm-header-style-02 #site-header-menu .site-navigation .header_extra .search_btn:after{
		height: 75px;
		top: 20px;
		right: -25px;
	}
	.ttm-header-style-02 #site-header-menu .site-navigation .header_extra > div {
	    margin: 0 25px;
	}
	.ttm-header-style-02 .menu{float: none;}
	.ttm-header-style-02 #site-header-menu #site-navigation .menu ul.dropdown > li > a,
	.ttm-header-style-02 .ttm-header-icons, 
	.ttm-header-style-02 .ttm-header-icon,
	.ttm-header-style-02 .ttm-custombutton{
		height: 60px;
		line-height: 60px;
	}
	.ttm-header-style-02 .ttm-custombutton {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
	}
	.ttm-header-style-02 .ttm-custombutton:after {
    content: "";
    width: 5000px;
    height: 100%;
    background-color: rgba( 45,74,138,1);
    left: 100%;
    top: 0px;
    position: absolute;
	}
	.ttm-header-style-02 .ttm-header-icons {padding-right: 15px;}

	/* header-style-03 */
	.ttm-header-style-03 .site-header-menu{background-color: transparent;}
	.ttm-header-style-03 nav.menu > ul{float: right;}
	.ttm-header-style-03 .site-branding {
    height: 108px;
    line-height: 108px;
    padding-right: 50px;
	}
	.ttm-header-style-03 .site-branding:before{
	    position: absolute;
	    content: '';
	    right: 0;
	    width: 1px;
	    height: 145px;
	    top: -21px;
	    background-color: rgba(0,0,0,0.06);
	}
	.ttm-header-style-03 .site-navigation {position: relative; width: 100%;}
	.ttm-header-style-03 .site-navigation:after{
	    position: absolute;
	    bottom: 0;
	    content: '';
	    width: auto;
	    border-bottom: 1px solid rgba(0,0,0,0.06);
	    left: -3000px;
	    right: -3000px;
	}
	.ttm-header-style-03 .ttm-topbar-wrapper{height: 50px;line-height: 50px;position: relative;}
	.ttm-header-style-03 .ttm-topbar-wrapper:before{
		position: absolute;
		content: "";
		height: 1px;
	    bottom: 0;
	    left: 0;
	    right: -3000px;
		background-color: rgba(0,0,0,0.06);
	}
	.ttm-header-style-03 #site-header-menu #site-navigation .menu > ul > li > a,
	.ttm-header-style-03 .header-btn,
	.ttm-header-style-03 .ttm-header-icons, 
	.ttm-header-style-03 .ttm-header-icon{height: 93px;line-height: 93px;}
	.ttm-header-style-03 .header-btn{padding-left: 25px;}
	.ttm-header-style-03 .fixed-header .ttm-topbar-wrapper{display: none;}

	.ttm-header-style-03  #site-header-menu .fixed-header .menu > ul > li > a, 
	.ttm-header-style-03 .fixed-header .header-btn, 
	.ttm-header-style-03 .fixed-header .ttm-header-icons, 
	.ttm-header-style-03 .fixed-header .ttm-header-icon,
	.ttm-header-style-03 .fixed-header .site-branding{height: 70px !important;line-height: 70px !important;}

	.ttm-header-style-03 .fixed-header .site-branding:before { height: 70px; top: 0;}

	
	.ttm-header-style-04  {
	    position: absolute;
	    left: 0;
	    right: 0;
	    z-index: 11;
	}
	.ttm-header-style-04 .site-header-menu { 
		background-color: transparent;
		border-bottom: 1px solid rgba(231,231,231,0.70);
	}
	.ttm-header-style-04 .site-branding,
	.ttm-header-style-04 #site-header-menu #site-navigation ul > li > a ,
	.ttm-header-style-04 .ttm-header-icons, 
	.ttm-header-style-04 .ttm-header-icon { 
		height: 93px; 
		line-height: 93px;
	}
	.ttm-header-style-04 .site-branding img {
	    max-height: 47px;
	}
	.ttm-header-icons:before {
	    display: block;
	    content: "";
	    position: absolute;
	    height: 30px;
	    width: 1px;
	    left: 7px;
	    top: 50%;
	    margin-top: -14px;
	    background-color: rgba( 38,48,69,0.09);
	}


	.ttm-header-style-05 #site-header-menu #site-navigation .menu > ul > li > a,
	.ttm-header-style-05 .site-branding,
	.ttm-header-style-05 .header-btn,
	.ttm-header-style-05 .ttm-header-icons, 
	.ttm-header-style-05 .ttm-header-icon{height: 67px;line-height: 67px;}
	.ttm-header-style-05 .site-navigation {
	    position: relative;
	    width: 100%;
	}
	.ttm-header-style-05 .header-btn {
	    padding-left: 22px;
	}
	.ttm-header-style-05 .ttm-topbar-wrapper {
	    height: 50px;
	    line-height: 50px;
	    position: relative;
	}
	.ttm-header-style-05 .site-header-menu {
	    background-color: transparent;
	    height: auto;
	    border-bottom: 1px solid rgba(0,0,0,0.06);
	}
	.ttm-header-style-05 .ttm-topbar-wrapper:before {
	    position: absolute;
	    content: "";
	    height: 1px;
	    bottom: 0;
	    left: 10%;
	    right: -3000px;
	    background-color: rgba(0,0,0,0.06);
	}
	.ttm-header-style-05 .site-navigation:before {
	    position: absolute;
	    content: '';
	    left: 10%;
	    width: 1px;
	    height: 100%;
	    top: 0;
	    background-color: rgba(0,0,0,0.06);
	}
	.ttm-header-style-05 .fixed-header .ttm-topbar-wrapper {
	    display: none;
	}


    /*Footer*/
	.second-footer>div>.row .widget-area:first-child .widget { margin-right: 10px; }
	.second-footer>div>.row .widget-area:first-child .widget:not(:first-child) { padding: 0; margin-top: -20px; }
}

@media all and (max-width: 1199px) {

	/* Header */
	header .container{ max-width: 100%; }

	.ttm-menu-toggle {
	    position: relative;
	    height: 31px;
	    width: 31px;
	    float: left;
	}
	.ttm-menu-toggle label {
	    cursor: pointer;
	    position: absolute;
	    z-index: 99;
	    height: 100%;
	    width: 100%;
	    top: 33px;
	    left: 0;
	    margin : 0;
	}
	.ttm-menu-toggle .toggle-block {
	    position: absolute;
	    height: 2px;
	    width: 100%;
	    padding: 0;
	    background-color: #262626;
	}
	.ttm-menu-toggle .toggle-blocks-1 {
	    position: relative;
	    float: left;
	}
	.ttm-menu-toggle .toggle-blocks-2 {
	    position: relative;
	    float: left;
	    margin-top: 6px;
	}
	.ttm-menu-toggle .toggle-blocks-3 {
	    position: relative;
	    float: left;
	    margin-top: 6px;
	}
	.ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 { opacity: 0; }
	.ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
	    transform: rotate(135deg);
	    -webkit-transform: rotate(135deg);
	    margin-top: 10px;
	}
	.ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
	    transform: rotate(-135deg);
	    -webkit-transform: rotate(-135deg);
	    margin-top: -10px;
	}
	#site-header-menu #site-navigation .menu {
	    clear: both;
	    min-width: inherit;
	    float: none;
	}
	#site-header-menu #site-navigation .menu > li > ul.sub-menu {
	    padding: 0px;
	    border: none;
	}
	#site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul , 
	#site-header-menu #site-navigation .menu ul li > ul li a:before{ display: none;}
	#site-header-menu #site-navigation .menu.active,
	#site-header-menu #site-navigation .menu > ul ul.active { max-height: 55em; display: block;}
	#site-header-menu #site-navigation .menu > ul > li:last-of-type a { border: none; }
	#site-header-menu #site-navigation .menu li a {
	    color: #fff;
	    display: block;
	    padding: 0.8em;
	    position: relative;
	}
	#site-header-menu #site-navigation .menu ul ul > li a {
	    padding: 10px 18px 10px 30px;
	}
	#site-header-menu #site-navigation .menu ul li:hover > ul {
	    display: block;
	}
	#site-header-menu #site-navigation .menu ul li > ul{ padding-left: 15px; }
	#site-header-menu #site-navigation .menu ul.dropdown li a.active:after { content: '\f106'; font-family: 'FontAwesome'; }
	#site-header-menu #site-navigation .menu ul ul, #site-header-menu #site-navigation .menu ul ul ul {
	    display: inherit;
	    position: relative;
	    left: auto;
	    top: auto;
	    border: none;
	}

	/* header */
	.site-header-menu-inner.ttm-stickable-header{ width: auto; display: block; position: relative;}
	.site-branding{ float: none; text-align: center; }
	.site-branding  {
	    display: block; 
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 1;
        height: 80px;
    	line-height: 80px;
	}
	.header-btn{ display: none;}
	#site-header-menu #site-navigation .menu ul > li ul li > a { padding : 15px 15px 15px 0; font-size: 13px;}
	#site-header-menu #site-navigation .menu > ul {
		position: absolute;
	    padding: 10px 20px;
	    box-shadow: rgba(0,0,0,0.12) 3px 3px 15px;
	    z-index: 100;
	    width: 100%;
	    top: auto;
	    background-color: #fff;
	    border-top: 3px solid;
	}
	.ttm-header-style-03 #site-header-menu #site-navigation .menu > ul{top: 80px;}
	.ttm-header-style-03 .ttm-rt-contact{display: none;}
	#site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a:after{ content: '\f107'; }
	#site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a.active:after{ content: '\f106'; }
	#site-navigation .menu > ul li:not(:last-child){
		border-bottom: 1px solid rgba(93,101,118,0.15);
	}
	#site-header-menu #site-navigation .menu ul.dropdown > li > a:after{ 
		position: absolute;
		right: 0;
		font-size: 16px;
		opacity: .8;
	}
	#site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
	    content: "\f107";
	    display: inline-block;
	    font-family: "FontAwesome";
	    position: relative;
	    font-size: 20px;
	    position: absolute;
	    right: 5px;
	}
	#site-header-menu #site-navigation .menu ul li a {
	    display: block;
	    padding: 15px 0px;
	    text-decoration: none;
	    line-height: 18px !important;
	    height: auto;
	    line-height: 18px;
	}
	#site-header-menu #site-navigation .menu li, #site-header-menu #site-navigation .menu > ul > li {
    	display: block;
	}
	#site-header-menu #site-navigation .menu,#site-header-menu #site-navigation .menu > ul ul{ 
		overflow: hidden;
	    max-height: 0;
	    background-color: #fff;
	}
	.ttm-search-overlay .w-search-form-row:before{ right: 7px; }
	.ttm-header-style-05 .site-branding img {
	    max-height: 42px;
	}

	/* ttm-menu-toggle */
	.ttm-menu-toggle .spinner {
      position: absolute;
      height: 2px;
      width: 100%;
      padding: 0;
      background-color: #262626;
    }

	.ttm-topbar-wrapper,.ttm-custombutton{
	    display: none;
	}
	.ttm-menu-toggle .toggle-block{ background-color: #1e2637; }
	.ttm-stickable-header-w { background-color: #fff; height: 80px; line-height: 80px;}
	.header-btn, .ttm-header-icons, .ttm-header-icon{ height: 80px; line-height: 80px;}

	/* ttm-header-style-02 */
	.widget_info {
    display: none !important;
    visibility: hidden;
	}

	/* width */
	.width-36, .width-64{ width: 100%; }

	/* tabs */
	.ttm-tabs ul.tabs.text-right{ text-align: left !important; }

	/* padding */
	.res-1199-ptb-0{ padding: 0px !important; }
	.res-1199-pt-0{ padding-top: 0px !important; }
	.res-1199-pb-30{ padding-bottom: 30px !important; }
	.res-1199-pl-30{ padding-left: 30px !important; }
	.res-1199-pb-50{ padding-bottom: 50px !important; }
	.res-1199-mt-0{ margin-top: 0 !important; }
	.res-1199-mt-10{ margin-top: 10px !important; }
	.res-1199-mt-20{ margin-top: 20px !important; }
	.res-1199-mt-30{ margin-top: 30px !important; }
	.res-1199-mb-10{ margin-bottom: 10px !important; }
	.res-1199-mb-20{ margin-bottom: 20px !important; }
	.res-1199-mtb-0{ margin-top: 0 !important; margin-bottom: 0px !important;}
	.res-1199-mr-0{ margin-right: 0 !important; }
	.res-1199-plr-0{ padding-left: 0px !important; padding-right: 0px !important; }
	.res-1199-plr-15{ padding-left: 15px !important; padding-right: 15px !important; }
	.res-1199-ml_30{margin-left: -30px!important;}
	.res-1199-mlr-15{margin-left: 15px !important; margin-right: 15px !important;}

	/* ttm-bg-layer */
	.ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container, .element-row .container,.sidebar .container{ max-width: 100%; }
	.ttm-row .container, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container{ padding: 0; }
	.ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row, .element-row .container > .row , .sidebar .container > .row{ margin: 0; }
    
    .ttm-fid-view-topicon-row {margin-left: 15px !important;margin-right: 15px!important;}

    .ttm-page-title-row { padding-top: 80px; padding-bottom: 80px;}

    /* featured-imagebox */
	.featured-imagebox-services.style1 .featured-content { padding: 20px 20px 20px;}

	section.error-404 {  padding: 100px 0 100px;}
	section.error-404 .ttm-big-icon {
	    font-size: 120px;
	}
	section.error-404 h1 { font-size: 65px; }
	.spacing-11 { padding: 20px 0px;}

	/* sidebar */
	.sidebar .widget .widget-title:before {margin-left: -20px;}
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
	.spacing-5 { padding: 60px 15px 60px 15px;}
	.spacing-9{padding-left: 15px;}
	.spacing-10{padding-right: 15px;}
	.ttm-row.aboutus-section-style3 { padding-bottom: 170px;}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
	.about-overlay-01{left: 0;}
	.about-overlay-03 {left: 15px;}
	.featured-imagebox-team.style1 .featured-content { margin: -25px 15px 5px;}
}

@media (min-width: 992px){

	/* sidebar-right*/
    .sidebar .col-lg-9.content-area{flex: 0 0 70%;max-width: 70%;}
    .sidebar .col-lg-3.widget-area{flex: 0 0 30%;max-width: 30%;}
}

@media (max-width: 991px){
.details-form-area .select-option-area:after {
    top: 9px;
    right: 9px;}
	.details-form-area .form-input-inner input, .details-form-area .form-input-inner select, .details-form-area .form-input-inner textarea{
	        padding-left: 22px;

	}
	.navbar-dark .navbar-nav .nav-link
	{
	    padding: .5rem 0rem !important;
	}
	.top-area-site .container{
	    padding:0px 15px;
	}
	.details-form-area .gender-select {
    height: auto !important;
}
	.details-form-area .gender-select h3 {
    font-size: 18px;
    padding: 16px 0px 12px;
    margin-bottom: 0px;
}
.details-form-area .gender-select label span {
    font-size: 15px;
 
}
.details-form-area .gender-select label input {
    top: 6px;
    width: 20px;
    height: 20px;
}
	.details-form-area .gender-select h3 {
      padding: 15px 0px 13px;
    line-height: 27px;
}
	.ttm-equal-height-image{
	    display: block;
	    width: 100%;
	}
	.row > [class*='col-'] > .ttm-col-bgimage-yes { height: auto; }

	/* ttm-btn */
	.ttm-btn.float-right{ float: none!important; }

	/* title */
	.section-title h2.title {font-size: 26px !important;line-height: 36px;}
	.section-title h5{margin-bottom: 5px;}
	.section-title.with-desc .title-header {  margin-bottom: 45px;}
	.section-title.style2 .title-header{ width: 100%; display: block; margin-bottom: 10px; padding-right: 0; }
	.section-title.style2 .title-header:after { position: unset;}


	/* ttm-row */
	.ttm-row { padding: 55px 0 !important; }
	.ttm-row.zero-padding-section,
	.ttm-row.map-section,
	.ttm-row.our-partner-section{padding: 0 0 !important;}
	.ttm-row.our-client-section{
		padding: 20px 0px !important;
	}
	.ttm-row.aboutus-section-style2{padding-bottom: 0 !important;}
	.ttm-row.first-row-title-section,
	.ttm-row.second-row-title-section{padding-top: 80px !important;padding-bottom: 80px !important;}
	.ttm-row.services-section,
	.ttm-row.only-testimonial-section,
	.ttm-row.grid-section{padding-bottom: 20px !important;}
	.ttm-row.price-text-section { padding-bottom: 110px !important;}
	.ttm-row.services-slide-section { padding-bottom: 270px !important;}
	.ttm-row.contact-box-section{padding-top: 75px !important; padding-bottom: 0px !important;}
	.ttm-row.project-single-section{padding-bottom: 30px !important;}
	.ttm-row.fid_2-section { padding: 35px 0 !important; }
	.ttm-row.client-section { padding: 0 0 !important; }

	/* spacing */
	.spacing-1 { margin: 0; padding: 50px 15px 50px; }
	.spacing-2 { padding: 30px 15px 50px 15px;}
	
	.spacing-4 {padding: 45px 15px 45px 15px;}
	.spacing-5 { padding: 40px 15px 40px 15px;}
	.spacing-6 { padding: 40px 15px 40px 15px;}
	.spacing-7 { padding: 40px 15px 40px 15px;}
	.spacing-8 { padding: 40px 15px 40px 15px;}
	.spacing-9 { padding: 40px 15px 40px 15px;}
	.spacing-10{ padding: 40px 15px 40px 15px;}

	.spacing-12 { padding: 50px 0; margin-right: -15px; padding-right: 15px;}
	.spacing-13 { padding: 50px 0; margin-left: -15px; padding-left: 15px;}
	.spacing-14 { padding: 0 0 50px 0; margin-top: -50px; margin-right: -15px; padding-right: 15px; }

	.quote_form { margin: 0 15px; padding: 40px 0; margin-top: 55px; }

	/* featured-box */
	.featured-title h5, 
	.ttm-history-box-wrapper .ttm-historybox-title h5 { font-size: 16px; line-height: 22px;}
	.featured-thumbnail img{ width: 100%; }
	.featured-imagebox-team .featured-content { margin: -25px 10px 5px !important;}
	.featured-imagebox-blog .featured-content { padding: 40px 15px 20px 15px;}

	/* featured-icon-box */
	.featured-icon-box.style5 { padding: 20px 20px;}
	.featured-icon-box.style7{margin-bottom: 20px;}
	.featured-icon-box.style8 { margin-bottom: 60px;}

	/* footer */
	.footer .widget { margin: 35px 0 0px; }
	.first-footer { padding: 40px 0 40px;}
	
	.footer .second-footer {padding: 10px 0 40px;}
	.second-footer .widget.widget_nav_menu ul li:last-child,
	.second-footer .widget ul.ttm-recent-post-list>li:last-child{padding-bottom: 0px !important;}

	/* ttm-tab */
	.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li {margin: 0 10px;}
	.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li a { padding: 15px 15px;}
	/* element-page */
	.element-row  { padding: 0 0 30px; }
	.element-row > .section-title h2.title{ margin-top: 0px ;}

	/* shop */
	.ttm-product-image-box img{ width: 100%; }
	div.product .summary .product-rating{ float: none; }

	/* processbox */
	.ttm-processbox-wrapper { display: block;}
	.ttm-processbox-wrapper .ttm-processbox { width: 50%; float: left;}
	.ttm-processbox-wrapper .ttm-processbox:not(:last-child){ padding-bottom: 20px;}
	.ttm-processbox-wrapper .ttm-processbox:nth-last-child(2){ padding-bottom: 0;}
	.ttm-processbox-wrapper .ttm-processbox .ttm-box-image:before{content: unset;}

	/* testimonial */
	.testimonial-slide.style1 { padding: 40px 15px 30px 15px;}
	.testimonials.style2 .testimonial-content blockquote { 
		margin-top: 0;
		font-size: 18px;
		line-height: 34px;
	}

	/* ttm-fid */
	.inside { padding: 19px 15px 15px 15px; }
	.ttm-highlight-fid-style-2 {
	    bottom: 20px;
	    right: 0;
	    left: 0;
	    margin: 0 auto;
	}

	/* client */
	.client-box.ttm-box-view-boxed-logo {
	    padding: 35px 0;
	    margin-top: 0px;
	    margin-bottom: 0;
	}

	/* margin */
	.res-991-ml-0{ margin-left: 0 !important ; }
	.res-991-ml-15{ margin-left: 15px !important ; }
	.res-991-mr-0{ margin-right: 0 !important; }
	.res-991-mr-15{ margin-right: 15px !important ; }
	.res-991-mt-0{ margin-top: 0 !important; }
	.res-991-mb-0{ margin-bottom: 0 !important; }
	.res-991-mt-10{ margin-top: 10px !important; }
	.res-991-mtb-0{ margin-top: 0 !important; margin-bottom: 0px !important;}
	.res-991-mtb-20{ margin-top: 20px !important; margin-bottom: 20px !important;}
	.res-991-mt_15{ margin-top: -15px !important;}
	.res-991-mt-30{ margin-top: 30px !important;}
	.res-991-mt-40{ margin-top: 40px !important; }
	.res-991-mt-50{ margin-top: 50px !important; }
	.res-991-mb-20{ margin-bottom: 20px !important;}
	.res-991-mb-30{ margin-bottom: 30px !important;}
	.res-991-mb-40{ margin-bottom: 40px !important;}
	.res-991-mb-50{ margin-bottom: 50px !important;}
	.res-991-mlr-15{ margin-left: 15px !important; margin-right: 15px !important; }
	.res-991-ml_15{margin-left: -15px!important;}
	.res-991-ml_30{margin-left: -30px!important;}
	
	/* padding */
	.res-991-p-0{ padding: 0 ! important;}
	.res-991-pt-15{ padding-top: 15px !important; }
	.res-991-pt-30{ padding-top: 30px !important; }
	.res-991-pt-40{ padding-top: 40px !important; }
	.res-991-pt-45{ padding-top: 45px !important; }
	.res-991-pt-50{ padding-top: 50px !important; }
	.res-991-ptb-0{ padding-top: 0px !important ; padding-bottom: 0px !important ; }
	.res-991-ptb-20{ padding-top: 20px !important ; padding-bottom: 20px !important ; }
	.res-991-pt-0 { padding-top: 0px !important; }
	.res-991-pl-0 { padding-left: 0px !important; }
	.res-991-pr-0 {padding-right: 0!important;}
	.res-991-pl-15 { padding-left: 15px !important; }
	.res-991-pb-0{ padding-bottom: 0px !important }
	.res-991-pb-5{ padding-bottom: 5px !important }
	.res-991-pb-30{ padding-bottom: 30px !important }
	.res-991-pb-50{ padding-bottom: 50px !important }
	.res-991-pb-60{ padding-bottom: 60px !important }
	.res-991-pb-70{ padding-bottom: 70px !important }
	.res-991-pb-80{ padding-bottom: 80px !important }
	.res-991-pb-90{ padding-bottom: 90px !important }
	.res-991-pb-100{ padding-bottom: 100px !important }
	.res-991-plr-0{ padding-left: 0px  !important; padding-right: 0px !important;	}
	.res-991-plr-15{ padding-left: 15px !important; padding-right: 15px !important;	}
	.res-991-ptb-35{ padding-top: 35px !important; padding-bottom: 35px !important;	}

	.ttm-video-btn.ttm-right-center-video-btn{left: 0; right: 0;text-align: center;}
	.sidebar div.widget-area{margin-top: 0; margin-bottom: 40px;}
	.sidebar .widget-area .widget:last-child{margin-bottom: 0!important;}
	
	.sidebar .content-area{ padding-top: 40px; padding-bottom: 40px; }
	.banner-img-box:before{content: unset;}
	.banner-img-box .featured-content { padding: 15px;}

	.res-991-h-auto{height: auto;}
	.ttm-pf-single-detail-box { padding: 20px 20px 10px;}

	/* ttm-blog-classic */
	article.ttm-blog-classic .ttm-blog-classic-content { padding: 25px 15px 15px;}
	.ttm-blog-classic .entry-header .entry-title { font-size: 24px; line-height: 30px;}

}

@media (min-width: 768px){

	/* featured-icon-box */
	.featured-icon-box.iconalign-before-heading.style1{
	    border-right: 1px solid rgba(255,255,255,.15);
	}
	div.product.ttm-single-product-details div.summary{width: 57%;}
	div.product.ttm-single-product-details div.images{width: 40%;}
	.comment-body .reply {
    position: absolute;
    top: 10px;
    right: 15px;
	}

}

@media (max-width: 767px){

	/* Page-Title */
	.title-box .page-title-heading h1{ font-size: 30px ; line-height: 42px; }
	.ttm-row.price-text-section { padding-bottom: 70px !important;}

	/* footer */
	.footer-logo { margin-bottom: 25px;}
	.copyright { padding-top: 25px; padding-bottom: 25px;}
	.footer-nav-menu{margin-bottom: 7px;}

	/* featured-icon-box */
	.featured-icon-box-style1-row{padding: 0;}

	/* featured-imagebox */
	
	/* margin */
	.res-767-mb-0{	margin-bottom: 0px!important; }
	.res-767-mb-15{	margin-bottom: 15px!important; }
	.res-767-mb-30{	margin-bottom: 30px!important; }
	.res-767-mt-0{ margin-top: 0px !important; }
	.res-767-mt-10{ margin-top: 10px !important; }
	.res-767-mt-20{ margin-top: 20px !important; }
	.res-767-mt-30{	margin-top: 30px !important; }
	.res-767-mt-40{	margin-top: 40px !important; }
	.res-767-mt-50{	margin-top: 50px !important; }
	.res-767-ml-10{	margin-left: 10px!important; }
	.res-767-ml-0{	margin-left: 0px!important; }


	/* padding */
	.res-767-plr-15{ padding: 0 15px !important; }
	.res-767-pl-15{ padding-left: 15px !important; }
	.res-767-pr-15{ padding-right: 15px !important; }
	.res-767-pl-0{ padding-left: 0px !important; }
	.res-767-pr-0{ padding-right: 0px !important; }
	.res-767-p-30{ padding: 30px; }
	.res-767-pb-30{	padding-bottom: 30px!important;	}
	.res-767-pt-30{	padding-top: 30px!important; }
	.res-767-pt-15{	padding-top: 15px!important; }

	.res-767-fnone{float: none !important;}

	/* tab */
	.ttm-tabs.ttm-tab-style-vertical .content-tab{ padding: 10px 20px; }
	
	.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a{ border-radius: 0; }
	.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li { margin: 0 2px;}
	.ttm-tabs.ttm-tab-style-classic .content-tab { padding: 20px 15px;}
	
	.coupon{ float: none; padding-bottom: 5px; }
	td.actions button{ width: 100%; }
	.coupon input, td.actions .coupon .button{ width: auto; }

	.panel-row{display: block;}
	.tab-row{display: none;}

	/* ttm-single-product */
	div.product.ttm-single-product-details div.images,
	div.product.ttm-single-product-details div.summary{ width: 100%; float: none; }
	.quantity { display: inline-block;}
	.cart-collaterals .cart_totals { width: 100%; float: none;}
	.cart-collaterals { margin-top: 0px;}
	.checkout .billing-fields h3, .checkout .additional-fields h3 { font-size: 24px;}
	.ttm-single-product-info { padding: 30px 15px;}
	.ttm-tabs.tabs-for-single-products { padding: 0 15px 15px 15px;}
	div.product .ttm-tabs .content-tab { padding: 20px;}

	.ttm-tag-list span a{margin-top: 15px;}
	.res-767-h-auto{height: auto;}

	.ttm-pricing-plan{margin-bottom: 20px !important; margin: 0 15px;}
	.ttm-pricing-plan .ttm-featured-title {position: relative;}
	.ttm-pricing-plan.ttm-pricing-plan-col { padding: 50px 30px 30px;}

	.ttm-blog-single .ttm-blog-single-content blockquote { padding: 20px 20px 16px 20px; font-size: 17px;}

}

@media (max-width: 624px){
	
	div.product ul.tabs li { margin-bottom: 5px;}
	/* processbox */
	.ttm-processbox-wrapper { display: block;}
	.ttm-processbox-wrapper .ttm-processbox { width: 100%;}
	.ttm-processbox-wrapper .ttm-processbox:not(:last-child){ padding-bottom: 20px;}
}

@media (min-width: 576px){
	.ttm-tabs.ttm-tab-style-classic ul.tabs {
    display: -webkit-flex;
    display: flex;
    width: 100%;
	}
	.ttm-tabs.ttm-tab-style-classic.style2 ul.tabs{display: block;}
	.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs { border: 1px solid #f0f0f0;}
}
@media (max-width: 575px){

	.ttm-header-style-01 .site-branding img, .site-branding img { max-height: 40px;}
	.ttm-header-icons .ttm-header-icon { margin-left: 0;}
	.ttm-header-icons .ttm-header-cart-link a, 
	.ttm-header-icons .ttm-header-search-link a {
	    height: 25px;
	    width: 25px;
	    line-height: 25px;
	}

	/* single-blog */
	.ttm-post-prev-next-buttons{ text-align: center; }
	.ttm-post-prev-next-buttons a.float-right{ float: none !important; }

	/* footer */
	.first-footer .featured-icon-box.left-icon{margin-bottom: 30px;}
	.footer-logo img { max-height: 44px;}
	
	/* featured-icon-box */
	.featured-icon-box.style1.without-icon { padding-top: 30px;}
	.row > [class*='col-']:not(:last-child) > .ttm-fid-view-lefticon.style1:before{content: unset;}
	

	.res-575-mt-30{margin-top: 30px !important;}

	/* padding */
	.res-575-plr-15{ padding: 0 15px !important; }
	.res-575-pl-15{ padding-left: 15px !important; }
	.res-575-pr-15{ padding-right: 15px !important; }
	.res-575-pl-0{ padding-left: 0px !important; }
	.res-575-pr-0{ padding-right: 0px !important; }
	.res-575-p-30{ padding: 30px; }
	.res-575-pb-30{	padding-bottom: 30px!important;	}
	.res-575-pt-30{	padding-top: 30px!important; }
	.res-575-pt-15{	padding-top: 15px!important; }

	/* ttm-tab */
	.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li i { display: none;}
	.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li a { margin-bottom: 15px;}
	.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li a { border: 1px solid #f0f0f0;}
	.ttm-tabs .content-tab { margin-top: 5px;}

	.ttm-tabs.ttm-tab-style-horizontal ul.tabs li,
	.ttm-tabs.ttm-tab-style-horizontal ul{ display: block; margin-right: 0; }

	.ttm-team-details-list li{width: 100%;float: none;}

	.featured-icon-box.style11 { position: unset; }
}
@media (max-width: 480px){

	/* ttm-search-overlay */
	.ttm-search-overlay {width: 292px;}

	/* blog-comment */
	.comment-author img{display: none;}
	.comment-body,
	.comment-list .children{margin-left: 0;}
	.res-480-mt-0{margin-top: 0 !important;}

	table.shop_table td.actions .form-control {
	    float: right;
	    margin: 0 0 5px 5px;
	}
	table.shop_table .product-thumbnail img { display: none; }
	
	.checkbox-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-left:20px;
    padding-right:20px;
}
}

 .btn.focus, .btn:focus {
    outline: 0;
   box-shadow:none !important;
}
 

