
/** fonts **/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

/** css **/
/* @import "font-awesome.css"; */
@import "flaticon.css";
@import "animate.css";
@import "slick.css";
/* @import "themify-icons.css"; */
/* @import "prettyPhoto.css"; */

/** Variables **/
:root {
  --bg1: #e1458a;
  --bg2: #ffa800;
  --bg-dark: #190682;
  --dark: #000000;
  --body-fonts-color: #8592a6;
  --grey-color: #f1f4f9;
  --light: #fff;
  --body-fonts: 'Poppins', Tahoma, Geneva, sans-serif;
  --title-fonts: 'Inter', Arial, Helvetica, sans-serif;
}

::-moz-selection {
  background: var(--bg1);
  color: var(--light);
  text-shadow: none;
}

::-moz-selection {
  background: var(--bg1);
  color: var(--light);
  text-shadow: none;
}

::selection {
  background: var(--bg1);
  color: var(--light);
  text-shadow: none;
}

body {
  font-family: var(--body-fonts);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: var(--body-fonts-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--title-fonts);
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--bg-dark);
  font-style: normal;
  text-transform: capitalize;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 {
  font-size: 60px;
  line-height: 72px;
  font-style: normal;
}

h2 {
  font-size: 50px;
  line-height: 64px;
  font-style: normal;
}

h3 {
  font-size: 38px;
  line-height: 48px;
  font-style: normal;
}

h4 {
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
}

h5 {
  font-size: 20px;
  line-height: 26px;
  font-style: normal;
}

h6 {
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
}

/*h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  color: var(--bg1);
}

a, button, input {
  outline: none;
}

ol, ul {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 800;
}

iframe {
  width: 100%;
  border: none;
  display: block;
}

p {
  margin: 0 0 15px;
}

menu, ol, ul {
  margin: 16px 0;
  padding: 0 0 0 25px;
}

/**Input Textarea**/
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="tel"], input[type="color"], .uneditable-input, 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: var(--bg-dark);
  padding: 13px 15px 14px;
  border-radius: 0;
  font-weight: 400;
  background-color: var(--light);
  text-transform: inherit;
  border: 1px solid rgba(119, 119, 119, .2);
  font-size: 14px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0px;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  padding: 11px 40px 11px;
  border: 2px solid transparent;
  border-radius: 0;
  color: var(--light);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  outline: none;
  -webkit-font-smoothing: antialiased;
}

button:focus {
  box-shadow: none;
  outline: 0;
  border: 0;
}

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="tel"]:focus, input[type="color"]:focus {
  border: 1px solid var(--bg1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: searchfield;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: 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: var(--light);
}

/** Extra-outer **/
body .page {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

body .site-main {
  background-color: var(--light);
  position: relative;
  z-index: 1;
}

body .page.sidebar-true .site-main {
  padding: 0;
  background-color: var(--light);
}

.container {
  max-width: 1200px;
}

/* CSS */
.btn-sec {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  text-transform: capitalize;
  font-size: 18px;
}

.btn-sec:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.btn-sec:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.btn-sec:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

/* ===============================================
    Spacing
------------------------*/
.col-lg-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/** Padding **/
.spacing-1 {
  padding: 200px 79px 200px 170px;
  margin: -100px -140px 0 0px;
}

.spacing-2 {
  margin-top: 90px;
  margin-left: -100px;
  margin-bottom: -80px;
  padding: 80px 0 80px 60px;
}

.spacing-3 {
  padding: 100px 0;
  margin-top: -325px;
  margin-left: 100px;
}

.spacing-4 {
  padding: 105px 430px 105px 70px;
  margin-right: -185px;
}

.spacing-5 {
  padding: 80px 0 75px;
  margin-right: -150px;
}

.spacing-6 {
  padding: 40px 0 50px;
  margin-left: 380px;
  margin-right: -200px;
}

.spacing-7 {
  padding: 60px;
  margin-top: -100px;
}

.spacing-8 {
  padding: 70px 10px 70px 70px;
  margin-top: -70px;
  margin-left: -30px;
}

.spacing-9 {
  padding: 90px 140px 90px 0;
}

.spacing-10 {
  padding: 30px 50px 40px;
  margin-top: -470px;
}

.spacing-11 {
  padding: 80px 0 20px 0px;
  margin-left: 90px;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-80 {
  padding: 80px;
}

.p-100 {
  padding: 100px;
}

.padding_right0 {
  padding-right: 0 !important;
}

.padding_right5 {
  padding-right: 5px
}

.padding_right10 {
  padding-right: 10px;
}

.padding_right15 {
  padding-right: 15px;
}

.padding_right20 {
  padding-right: 20px;
}

.padding_right25 {
  padding-right: 25px;
}

.padding_right30 {
  padding-right: 30px;
}

.padding_right35 {
  padding-right: 35px;
}

.padding_right40 {
  padding-right: 40px;
}

.padding_right45 {
  padding-right: 45px;
}

.padding_right50 {
  padding-right: 50px;
}

.padding_right55 {
  padding-right: 55px;
}

.padding_right60 {
  padding-right: 60px;
}

.padding_right65 {
  padding-right: 65px;
}

.padding_right70 {
  padding-right: 70px;
}

.padding_right75 {
  padding-right: 75px;
}

.padding_right80 {
  padding-right: 80px;
}

.padding_right85 {
  padding-right: 85px;
}

.padding_right90 {
  padding-right: 90px;
}

.padding_right95 {
  padding-right: 95px;
}

.padding_right100 {
  padding-right: 100px;
}

.padding_right110 {
  padding-right: 110px;
}

.padding_left0 {
  padding-left: 0px !important;
}

.padding_left3 {
  padding-left: 3px;
}

.padding_left5 {
  padding-left: 5px;
}

.padding_left10 {
  padding-left: 10px;
}

.padding_left15 {
  padding-left: 15px;
}

.padding_left20 {
  padding-left: 20px;
}

.padding_left25 {
  padding-left: 25px;
}

.padding_left30 {
  padding-left: 30px;
}

.padding_left35 {
  padding-left: 35px;
}

.padding_left40 {
  padding-left: 40px;
}

.padding_left45 {
  padding-left: 45px;
}

.padding_left50 {
  padding-left: 50px;
}

.padding_left55 {
  padding-left: 55px;
}

.padding_left60 {
  padding-left: 60px;
}

.padding_left65 {
  padding-left: 65px;
}

.padding_left70 {
  padding-left: 70px;
}

.padding_left75 {
  padding-left: 75px;
}

.padding_left80 {
  padding-left: 80px;
}

.padding_left85 {
  padding-left: 85px;
}

.padding_left90 {
  padding-left: 90px;
}

.padding_left95 {
  padding-left: 95px;
}

.padding_left100 {
  padding-left: 100px;
}

.padding_top0 {
  padding-top: 0px !important;
}

.padding_top5 {
  padding-top: 5px;
}

.padding_top10 {
  padding-top: 10px;
}

.padding_top15 {
  padding-top: 15px;
}

.padding_top20 {
  padding-top: 20px;
}

.padding_top25 {
  padding-top: 25px;
}

.padding_top30 {
  padding-top: 30px;
}

.padding_top35 {
  padding-top: 35px;
}

.padding_top40 {
  padding-top: 40px;
}

.padding_top45 {
  padding-top: 45px;
}

.padding_top50 {
  padding-top: 50px;
}

.padding_top55 {
  padding-top: 55px;
}

.padding_top60 {
  padding-top: 60px;
}

.padding_top65 {
  padding-top: 65px;
}

.padding_top70 {
  padding-top: 70px;
}

.padding_top75 {
  padding-top: 75px;
}

.padding_top80 {
  padding-top: 80px;
}

.padding_top85 {
  padding-top: 85px;
}

.padding_top90 {
  padding-top: 90px;
}

.padding_top100 {
  padding-top: 100px;
}

.padding_top120 {
  padding-top: 120px;
}

.padding_top145 {
  padding-top: 145px;
}

.padding_top150 {
  padding-top: 150px;
}

.padding_bottom0 {
  padding-bottom: 0px !important;
}

.padding_bottom5 {
  padding-bottom: 5px;
}

.padding_bottom10 {
  padding-bottom: 10px;
}

.padding_bottom15 {
  padding-bottom: 15px;
}

.padding_bottom20 {
  padding-bottom: 20px;
}

.padding_bottom25 {
  padding-bottom: 25px;
}

.padding_bottom30 {
  padding-bottom: 30px;
}

.padding_bottom35 {
  padding-bottom: 35px;
}

.padding_bottom40 {
  padding-bottom: 40px;
}

.padding_bottom45 {
  padding-bottom: 45px;
}

.padding_bottom50 {
  padding-bottom: 50px;
}

.padding_bottom55 {
  padding-bottom: 55px;
}

.padding_bottom60 {
  padding-bottom: 60px;
}

.padding_bottom70 {
  padding-bottom: 70px;
}

.padding_bottom80 {
  padding-bottom: 80px;
}

.padding_bottom90 {
  padding-bottom: 90px;
}

.padding_bottom100 {
  padding-bottom: 100px;
}

.padding_bottom120 {
  padding-bottom: 120px;
}

.padding_bottom130 {
  padding-bottom: 130px;
}

.padding_bottom140 {
  padding-bottom: 140px;
}

.padding_bottom150 {
  padding-bottom: 150px;
}

.padding_bottom160 {
  padding-bottom: 160px;
}

.padding_bottom170 {
  padding-bottom: 170px;
}

.padding_bottom180 {
  padding-bottom: 180px;
}

.padding_bottom190 {
  padding-bottom: 190px;
}

.padding_bottom200 {
  padding-bottom: 200px;
}

/** Margin **/
.margin_top0 {
  margin-top: 0px !important;
}

.margin_top5 {
  margin-top: 5px;
}

.margin_top10 {
  margin-top: 10px;
}

.margin_top15 {
  margin-top: 15px;
}

.margin_top20 {
  margin-top: 20px;
}

.margin_top25 {
  margin-top: 25px;
}

.margin_top30 {
  margin-top: 30px;
}

.margin_top35 {
  margin-top: 35px;
}

.margin_top40 {
  margin-top: 40px;
}

.margin_top45 {
  margin-top: 45px;
}

.margin_top50 {
  margin-top: 50px;
}

.margin_top60 {
  margin-top: 60px;
}

.margin_top65 {
  margin-top: 65px;
}

.margin_top70 {
  margin-top: 70px;
}

.margin_top80 {
  margin-top: 80px;
}

.margin_top90 {
  margin-top: 90px;
}

.margin_top100 {
  margin-top: 100px;
}

.margin_top120 {
  margin-top: 120px;
}

.margin_top130 {
  margin-top: 130px;
}

.margin_top140 {
  margin-top: 140px;
}

.margin_top150 {
  margin-top: 150px;
}

.margin_top160 {
  margin-top: 160px;
}

.mt_5 {
  margin-top: -5px;
}

.mt_10 {
  margin-top: -10px;
}

.mt_15 {
  margin-top: -15px;
}

.mt_20 {
  margin-top: -20px;
}

.mt_25 {
  margin-top: -25px;
}

.mt_30 {
  margin-top: -30px;
}

.mt_35 {
  margin-top: -35px;
}

.mt_40 {
  margin-top: -40px;
}

.mt_50 {
  margin-top: -50px;
}

.mt_55 {
  margin-top: -55px;
}

.mt_60 {
  margin-top: -60px;
}

.mt_70 {
  margin-top: -70px;
}

.mt_80 {
  margin-top: -80px;
}

.mt_90 {
  margin-top: -90px;
}

.mt_100 {
  margin-top: -100px;
}

.mt_110 {
  margin-top: -110px;
}

.mt_120 {
  margin-top: -120px;
}

.mt_130 {
  margin-top: -130px;
}

.mt_140 {
  margin-top: -140px;
}

.mt_150 {
  margin-top: -150px;
}

.mt_160 {
  margin-top: -160px;
}

.mt_170 {
  margin-top: -170px;
}

.mt_180 {
  margin-top: -180px;
}

.mt_190 {
  margin-top: -190px;
}

.mt_200 {
  margin-top: -200px;
}

.mt_210 {
  margin-top: -210px;
}

.mt_220 {
  margin-top: -220px;
}

.mt_240 {
  margin-top: -240px;
}

.mt_260 {
  margin-top: -260px;
}

.mt_280 {
  margin-top: -280px;
}

.mt_325 {
  margin-top: -325px;
}

.mt_340 {
  margin-top: -340px;
}

.mt_350 {
  margin-top: -350px;
}

.margin_bottom0 {
  margin-bottom: 0px !important;
}

.margin_bottom5 {
  margin-bottom: 5px;
}

.margin_bottom10 {
  margin-bottom: 10px;
}

.margin_bottom15 {
  margin-bottom: 15px;
}

.margin_bottom25 {
  margin-bottom: 25px;
}

.margin_bottom20 {
  margin-bottom: 20px;
}

.margin_bottom30 {
  margin-bottom: 30px;
}

.margin_bottom35 {
  margin-bottom: 35px;
}

.margin_bottom40 {
  margin-bottom: 40px;
}

.margin_bottom45 {
  margin-bottom: 45px;
}

.margin_bottom50 {
  margin-bottom: 50px;
}

.margin_bottom60 {
  margin-bottom: 60px;
}

.margin_bottom65 {
  margin-bottom: 65px;
}

.margin_bottom70 {
  margin-bottom: 70px;
}

.margin_bottom80 {
  margin-bottom: 80px;
}

.margin_bottom90 {
  margin-bottom: 90px;
}

.margin_bottom100 {
  margin-bottom: 100px;
}

.mb_5 {
  margin-bottom: -5px;
}

.mb_10 {
  margin-bottom: -10px;
}

.mb_15 {
  margin-bottom: -15px;
}

.mb_20 {
  margin-bottom: -20px;
}

.mb_25 {
  margin-bottom: -25px;
}

.mb_30 {
  margin-bottom: -30px;
}

.mb_40 {
  margin-bottom: -40px;
}

.mb_50 {
  margin-bottom: -50px;
}

.mb_60 {
  margin-bottom: -60px;
}

.mb_70 {
  margin-bottom: -70px;
}

.mb_75 {
  margin-bottom: -75px;
}

.mb_80 {
  margin-bottom: -80px;
}

.mb_90 {
  margin-bottom: -90px;
}

.mb_100 {
  margin-bottom: -100px;
}

.mb_110 {
  margin-bottom: -110px;
}

.mb_120 {
  margin-bottom: -120px;
}

.mb_140 {
  margin-bottom: -140px;
}

.margin_left0 {
  margin-left: 0px !important;
}

.margin_left10 {
  margin-left: 10px;
}

.margin_left15 {
  margin-left: 15px;
}

.margin_left20 {
  margin-left: 20px;
}

.margin_left30 {
  margin-left: 30px;
}

.margin_left40 {
  margin-left: 40px;
}

.margin_left50 {
  margin-left: 50px;
}

.margin_left60 {
  margin-left: 60px;
}

.margin_left70 {
  margin-left: 70px;
}

.margin_left80 {
  margin-left: 80px;
}

.margin_left90 {
  margin-left: 90px;
}

.margin_left100 {
  margin-left: 100px;
}

.margin_left110 {
  margin-left: 110px;
}

.margin_left120 {
  margin-left: 120px;
}

.margin_left120 {
  margin-left: 120px;
}

.margin_left130 {
  margin-left: 130px;
}

.margin_left140 {
  margin-left: 140px;
}

.margin_left150 {
  margin-left: 150px;
}

.margin_left160 {
  margin-left: 160px;
}

.margin_left170 {
  margin-left: 170px;
}

.margin_left180 {
  margin-left: 180px;
}

.margin_left190 {
  margin-left: 190px;
}

.margin_left200 {
  margin-left: 200px;
}

.ml_10 {
  margin-left: -10px;
}

.ml_15 {
  margin-left: -15px;
}

.ml_20 {
  margin-left: -20px;
}

.ml_25 {
  margin-left: -25px;
}

.ml_30 {
  margin-left: -30px;
}

.ml_35 {
  margin-left: -35px;
}

.ml_40 {
  margin-left: -40px;
}

.ml_50 {
  margin-left: -50px;
}

.ml_60 {
  margin-left: -60px;
}

.ml_65 {
  margin-left: -65px;
}

.ml_70 {
  margin-left: -70px;
}

.ml_80 {
  margin-left: -80px;
}

.ml_90 {
  margin-left: -90px;
}

.ml_100 {
  margin-left: -100px;
}

.ml_110 {
  margin-left: -110px;
}

.ml_120 {
  margin-left: -120px;
}

.ml_130 {
  margin-left: -130px;
}

.ml_140 {
  margin-left: -140px;
}

.ml_150 {
  margin-left: -150px;
}

.ml_160 {
  margin-left: -160px;
}

.ml_180 {
  margin-left: -180px;
}

.ml_200 {
  margin-left: -200px;
}

.ml_210 {
  margin-left: -210px;
}

.ml_220 {
  margin-left: -220px;
}

.ml_240 {
  margin-left: -240px;
}

.ml_260 {
  margin-left: -260px;
}

.ml_280 {
  margin-left: -280px;
}

.ml_300 {
  margin-left: -300px;
}

.margin_right0 {
  margin-right: 0px !important;
}

.margin_right10 {
  margin-right: 10px;
}

.margin_right15 {
  margin-right: 15px;
}

.margin_right20 {
  margin-right: 20px;
}

.margin_right25 {
  margin-right: 25px;
}

.margin_right30 {
  margin-right: 30px;
}

.margin_right40 {
  margin-right: 40px;
}

.margin_right50 {
  margin-right: 50px;
}

.margin_right60 {
  margin-right: 60px;
}

.margin_right70 {
  margin-right: 70px;
}

.margin_right80 {
  margin-right: 80px;
}

.margin_right90 {
  margin-right: 90px;
}

.margin_right100 {
  margin-right: 100px;
}

.margin_right110 {
  margin-right: 110px;
}

.margin_right120 {
  margin-right: 120px;
}

.margin_right130 {
  margin-right: 130px;
}

.margin_right140 {
  margin-right: 140px;
}

.margin_right150 {
  margin-right: 150px;
}

.margin_right160 {
  margin-right: 160px;
}

.margin_right170 {
  margin-right: 170px;
}

.margin_right180 {
  margin-right: 180px;
}

.margin_right190 {
  margin-right: 190px;
}

.margin_right200 {
  margin-right: 200px;
}

.mr_10 {
  margin-right: -10px;
}

.mr_15 {
  margin-right: -15px;
}

.mr_20 {
  margin-right: -20px;
}

.mr_25 {
  margin-right: -25px;
}

.mr_30 {
  margin-right: -30px;
}

.mr_40 {
  margin-right: -40px;
}

.mr_50 {
  margin-right: -50px;
}

.mr_60 {
  margin-right: -60px;
}

.mr_70 {
  margin-right: -70px;
}

.mr_80 {
  margin-right: -80px;
}

.mr_90 {
  margin-right: -90px;
}

.mr_100 {
  margin-right: -100px;
}

.mr_130 {
  margin-right: -130px;
}

.mr_140 {
  margin-right: -140px;
}

.mr_150 {
  margin-right: -150px;
}

.mr_160 {
  margin-right: -160px;
}

.mr_180 {
  margin-right: -180px;
}

.mr_200 {
  margin-right: -200px;
}

.mr_210 {
  margin-right: -210px;
}

.mr_220 {
  margin-right: -220px;
}

.mr_240 {
  margin-right: -240px;
}

.mr_260 {
  margin-right: -260px;
}

.mr_280 {
  margin-right: -280px;
}

.mr_300 {
  margin-right: -300px;
}

/* ===============================================
    Color
------------------------*/

/** text-color **/
.ttm-textcolor-skincolor {
  color: var(--bg1);
}

.ttm-textcolor-darkgreycolor {
  color: var(--bg-dark);
}

.ttm-textcolor-greycolor {
  color: var(--grey-color);
}

.ttm-textcolor-whitecolor {
  color: var(--light);
}

a {
  color: inherit;
}

a, img {
  -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;
}

label {
  font-size: 14px;
}

.fs-14 {
  font-size: 14px !important;
  line-height: 27px;
}

.fs-16 {
  font-size: 16px !important;
  line-height: 27px;
}

.fs-17 {
  font-size: 17px !important;
  line-height: 27px;
}

.fs-18 {
  font-size: 18px !important;
  line-height: 26px;
}

.fs-20 {
  font-size: 20px !important;
  line-height: 30px;
}

.fs-22 {
  font-size: 22px !important;
  line-height: 26px;
}

.fs-23 {
  font-size: 23px !important;
  line-height: 37px !important;
}

.fs-24 {
  font-size: 24px !important;
  line-height: 26px;
}

.fs-26 {
  font-size: 26px !important;
  line-height: 36px;
}

.fs-28 {
  font-size: 28px !important;
  line-height: 38px;
}

.fs-30 {
  font-size: 30px !important;
  line-height: 40px;
}

.fs-35 {
  font-size: 35px !important;
  line-height: 45px;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.box-shadow {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
}

.border-rad_3 {
  border-radius: 3px;
}

.border-rad_4 {
  border-radius: 4px;
}

.border-rad_5 {
  border-radius: 5px;
}

.border-rad_6 {
  border-radius: 6px;
}

.border-rad_7 {
  border-radius: 7px;
}

.border-rad_8 {
  border-radius: 8px;
}

.border-rad_9 {
  border-radius: 9px;
}

.border-rad_10 {
  border-radius: 10px;
}

/**border **/
.alignleft {
  float: left;
  margin: .425em 1.75em 1.25em 0;
}

.alignright {
  float: right;
  margin: .425em 0 1.25em 1.75em;
}

.z-index_1 {
  z-index: -1;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.ttm_single_image-wrapper {
  position: relative;
}
.floated-abt{
  max-width: 580px;
  float: right;
  margin-left: 18px;
}
@media (max-width: 600px) {
  .floated-abt{
    max-width: 100%;
    float: none;
    margin-left: 0px;
  }
}
.ttm_single_image_text:before {
  position: absolute;
  height: 90%;
  width: 85%;
  top: 70px;
  left: 88px;
  content: "";
  display: block;
  z-index: -1;
}

.ttm_single_image_text p {
  border: none;
  background-color: transparent;
  color: var(--bg-dark);
  font-size: 18px;
  line-height: 28px;
  padding: 20px 0px 0px 110px;
  margin: 0 30px 0 40px;
  position: relative;
  font-weight: 500;
  font-style: italic;
}

.ttm_single_image_text p:before {
  webkit-mask: url(../image/img/quote-img1.svg);
  mask: url(../image/img/quote-img1.svg);
  -webkit-mask-box-image: url(../image/img/quote-img1.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: 25px;
  left: 100px;
  width: 30px;
  height: 22px;
  content: '';
  background-color: var(--bg1);
  display: block;
}

.imagestyle-two:before {
  position: absolute;
  height: 100%;
  width: 93%;
  top: 30px;
  left: 30px;
  content: "";
  display: block;
  z-index: -1;
  background-color: var(--grey-color);
}

.ttm_single_image_text.style1 {
  position: absolute;
  left: 44%;
  top: 11.5%;
}

.ttm_single_image_text.style1:before {
  content: unset;
}

.ttm_single_image_text.style1 p {
  text-align: center;
  background-color: var(--light);
  border: 0;
  font-style: italic;
  padding: 40px 30px 30px;
  margin: 0;
  font-weight: 400;
  font-size: 19px;
  line-height: 31px;
  color: var(--bg-dark);
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

.ttm_single_image_text.style1 p:before {
  webkit-mask: url(../image/img/quote-img1.svg);
  mask: url(../image/img/quote-img1.svg);
  -webkit-mask-box-image: url(../image/img/quote-img1.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 22px;
  content: '';
  z-index: 3;
}

.ttm_single_image_text.style1 p:after {
  content: '';
  position: absolute;
  background-color: var(--light);
  border-radius: 50%;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: block;
}

.imagestyle-four {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #E3E3E3;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  background-color: var(--light);
}

/* ===============================================
    Color
------------------------*/

/** 1.bg1 **/
.ttm-textcolor-skincolor, .ttm-textcolor-skincolor h1, .ttm-textcolor-skincolor h2, .ttm-textcolor-skincolor h3, .ttm-textcolor-skincolor h4, .ttm-textcolor-skincolor h5, .ttm-textcolor-skincolor h6, .ttm-textcolor-skincolor a, .ttm-textcolor-skincolor i, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i, a.ttm-textcolor-skincolor, i.ttm-textcolor-skincolor, :not(.ttm-bgcolor-darkgrey) a.ttm-textcolor-skincolor, :not(.ttm-bgcolor-darkgrey) i.ttm-textcolor-skincolor, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor, .ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h1, .ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h2, .ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h3, .ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h4, .ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h5, .ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h6, .ttm-bgcolor-darkgrey a:hover, .ttm-textcolor-white a:hover, .ttm-bgcolor-darkgrey a:hover i, .ttm-btn-color-skincolor, .ttm-bgcolor-darkgrey .ttm-btn-color-skincolor, .ttm-bgcolor-darkgrey .ttm-btn-color-skincolor i, .ttm-bgcolor-grey .ttm-btn-color-skincolor, .ttm-list-icon-color-skincolor li i, .ttm-icon_element-border.ttm-icon_element-color-skincolor, .ttm-icon_element-border.ttm-icon_element-color-grey, .ttm-btn-style-border.ttm-btn-color-skincolor, .ttm-icon_element-fill.ttm-icon_element-color-white, .ttm-icon_element-color-skincolor, .ttm-icon_element-color-skincolor:not(.ttm-icon_element-fill) i, .ttm-bgcolor-darkgrey 
.ttm-icon_element-color-skincolor i, .top_bar .top_bar_contact_item .top_bar_icon i, .ttm-bgcolor-darkgrey a:hover, .ttm-header-style-02 .header_btn i, .ttm-header-style-03 #site-header-menu .site-navigation ul.menu > li.active >a, .widget ul#menu-footer-quick-links li a:before,  .widget .call_detail h3, .widget.offer_widget h2, .widget.offer_widget h3, .featured-imagebox-post.style2 .featured-content .post-meta span i, .slick-active.slick-current .testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote:before, .ttm-highlight-quote blockquote:before, .ttm-page-title-row .breadcrumb-wrapper i, .featured-imagebox-post .ttm-btn i, h3.title span, .featured-imagebox-post .featured-content .post-meta span i, .featured-imagebox-post.style2 .featured-content h3:hover a, .featured-imagebox-services.style1:hover .featured-content .ttm-details-link a, .ttm-blog-classic .post-meta .ttm-meta-line i, .ttm-blog-single .post-meta .ttm-meta-line i, .ttm-blogbox-footer-readmore .ttm-btn i, .ttm-tags-links-title i, .footer .widget ul.ttm-recent-post-list>li> .post-detail a:hover {
  color: var(--bg1);
}

.breadcrumb-wrapper span{
  color: var(--bg2);
}
/** Skin-bg-color **/
.ttm-bgcolor-skincolor, .ttm-bgcolor-skincolor > .ttm-bg-layer, .ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, .ttm-icon_element-fill.ttm-icon_element-color-skincolor, .ttm-btn-style-fill.ttm-btn-color-skincolor, .ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(.btn-inline):hover:after, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:after, .ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(.btn-inline):hover:before, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:before, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover:before, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover:after, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:after, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:before, .ttm-bgcolor-grey .tooltip:after, .ttm-bgcolor-grey [data-tooltip]:after, .ttm-bgcolor-darkgrey .tooltip:after, .ttm-bgcolor-darkgrey [data-tooltip]:after, .ttm-textcolor-skincolor .tooltip:after, .ttm-textcolor-skincolor [data-tooltip]:after, .slick_slider.slick-dots-style1 .slick-dots li.slick-active button, .slick_slider.slick-dots-style2 .slick-dots li.slick-active button, .slick_slider.slick-arrows-style3 .slick-arrow:hover, .slick_slider.slick-arrows-style4 .slick-arrow:hover, .slick_slider.slick-arrows-style1 .slick-prev:hover, .slick_slider.slick-arrows-style1 .slick-next:hover, .slide .slide__content--headings > h3:before, .slide .slide__content--headings > h3:after, .banner_slider_wrapper .slider-social-links-wrapper li a:hover, .banner_slider_3 .slide .slide__content--headings .highlight_text::after, nav.main-menu ul.menu li ul.mega-submenu li a:before, .ttm-header-style-01 .social-icons li a:hover, .ttm-header-style-03 .social-icons li a:hover, .ttm-play-icon-btn .ttm-play-icon-animation.ttm-play-icon-animation-skincolor:before, .ttm-play-icon-btn .ttm-play-icon-animation.ttm-play-icon-animation-skincolor:after, .featured-imagebox-procedure .process-num, .featured-imagebox-procedure .process-num:after, .featured-imagebox-portfolio.style2 .ttm-media-link a, .featured-imagebox-post.style2 .ttm-box-post-date, .featured-icon-box.style4:hover .featured-icon:before, .featured-icon-box.style5:hover i.ttm-num, .ttm-progress-bar .progress-bar-percent, .progress-bar-color-bar_white.progress-bar, .ttm-bgcolor-darkgrey .ttm-progress-bar.style1 .progress-bar.progress-bar-color-bar_skincolor, .footer .widget .widget-title:before, .footer .widget .widget-title:after, .testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar:before, .featured-imagebox-post.style1 .ttm-box-post-date, .featured-imagebox-team.style1:hover .ttm-media-link, .featured-imagebox-portfolio.style1 .ttm-media-link a, .breadcrumb-wrapper span:first-child:after, .ttm-team-member-single-content .ttm-social-links-wrapper ul li a:hover, .sidebar .widget-area .widget:after, .ttm-blog-classic .ttm-box-post-date, .ttm-blog-single .ttm-box-post-date, .ttm-social-share-wrapper ul li a:hover, .widget .tagcloud a:hover, .pagination-block .page-numbers:hover, .pagination-block .page-numbers.current, #totop.top-visible {
  background-color: var(--bg1);
}

/** Skin-border-color **/
.ttm-btn-style-fill.ttm-btn-color-skincolor, .ttm-btn-color-skincolor:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover, .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor, .slick_slider.slick-arrows-style3 .slick-arrow:hover, .banner_slider_wrapper .slider-social-links-wrapper li a:hover, .ttm-page-title-row-inner .row, .social-icons.circle li>a:hover, .featured-imagebox-procedure:hover .featured-thumbnail img, .widget .tagcloud a:hover {
  border-color: var(--bg1);
}

.ttm-bgcolor-darkgrey .tooltip-top:before, .ttm-bgcolor-darkgrey .tooltip:before, .ttm-textcolor-skincolor .tooltip-top:before, .ttm-textcolor-skincolor .tooltip:before, .ttm-bgcolor-grey .tooltip-top:before, .ttm-bgcolor-grey .tooltip:before, .ttm-bgcolor-grey [data-tooltip]:before, .ttm-bgcolor-skincolor .bottom-angle, .featured-icon-box.style1:hover:before, nav.main-menu, .header_search .header_search_content {
  border-top-color: var(--bg1);
}

.header_search .header_search_content:before, .header_btn:before, .ttm-bgcolor-darkgrey .tooltip-bottom:before, .featured-icon-box.style1:hover, .featured-icon-box.style3::before, .featured-imagebox-team.style1 .featured-content::before {
  border-bottom-color: var(--bg1);
}

/** 2.Darkgrey-color **/
.ttm-textcolor-darkgrey, .ttm-textcolor-darkgrey p, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h1, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h2, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h3, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h4, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h5, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h6, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey p, :not(.ttm-bgcolor-skincolor) .ttm-textcolor-darkgrey span, .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey, .ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover, .ttm-btn-style-fill.ttm-btn-color-skincolor, .ttm-btn-style-fill.ttm-btn-color-skincolor i, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white i, .ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-bgcolor-darkgrey .ttm-btn-style-fill.ttm-btn-color-skincolor:hover i, .ttm-textcolor-white .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-btn-color-dark, .ttm-bgcolor-skincolor a:hover, .ttm-bgcolor-skincolor a:hover i, .ttm-btn-color-skincolor:hover, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white, .ttm-bgcolor-skincolor .row > [class*='col-']:not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white, .ttm-bgcolor-skincolor .row > [class*='col-']:not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white, .ttm-btn-style-fill.ttm-btn-color-white, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):hover, .ttm-icon_element-color-darkgrey, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey > i, .ttm-icon_element-color-darkgrey:not(.ttm-icon_element-fill) i, .ttm-bgcolor-grey .top_bar_content, .ttm-header-style-01 .header_search .search_btn i, nav.main-menu ul.menu li > ul.mega-submenu li a:hover, .ttm-header-style-02 .social-icons li a, .ttm-header-style-02 .social-icons li a:hover, .ttm-header-style-02 .ttm-header-featured-iconbox h3, .ttm-header-style-02 .ttm-header-featured-iconbox h5, .ttm-progress-bar .progress-bar.progress-bar-color-bar_darkgrey, .ttm-progress-bar .progress-bar-title, .ttm-bgcolor-darkgrey .ttm-progress-bar.style1 .progress-bar-percent, .progress-bar-percent.ttm-textcolor-dark-grey, .featured-imagebox-portfolio.style1 .featured-title h3, .featured-imagebox-portfolio.style1 .featured-title h3 a, .ttm-tabs.ttm-tab-style-03 ul.tabs li a, .featured-imagebox-post .ttm-box-post-date .ttm-entry-date, .ttm-pf-single-content-area a.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey, .ttm-icon_element-fill.ttm-icon_element-color-white i, .pagination-block .page-numbers, .pagination-block .page-numbers.current {
  color: var(--bg-dark);
}

/** DarkGrey-bg-color **/
.ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey > .ttm-bg-layer, .ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, .ttm-bgcolor-skincolor .tooltip:after, .ttm-bgcolor-skincolor [data-tooltip]:after, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark, .ttm-btn-style-fill.ttm-btn-color-darkgrey, .tooltip:after, [data-tooltip]:after, .ttm-icon_element-fill.ttm-icon_element-color-darkgrey, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:after, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:before, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover:before, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover:after, .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:not(.btn-inline):hover:before, .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:not(.btn-inline):hover:after, .ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:before, .ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:after, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:before, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:after, .ttm-toggle-title-bgcolor-darkgrey, .toggle.ttm-toggle_style_border.ttm-toggle-title-bgcolor-darkgrey .toggle-title a.active, .ttm-progress-bar .progress-bar.progress-bar-color-bar_darkgrey, .ttm-progress-bar .progress-bar-inner .progress-bar.progress-bar-color-bar_darkgrey:before, .widget.widget-nav-menu ul li a:before, .ttm-pf-single-content-area a:hover.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey, .ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover, .ttm-btn-color-skincolor:hover, .ttm-toggle-title-bgcolor-white .toggle-title a.active {
  background-color: #2b225a;
}

/**Dark-bg-color **/
.ttm-bgcolor-dark, .ttm-bgcolor-dark > .ttm-bg-layer {
  background-color: var(--dark);
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover, .ttm-bgcolor-skincolor .row > [class*='col-']:not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-bgcolor-skincolor .row > [class*='col-']:not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .tooltip-top:before, .tooltip:before, [data-tooltip]:before, .ttm-pf-single-content-area a.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey {
  border-color: var(--bg-dark);
}

.ttm-bgcolor-skincolor .tooltip-top:before, .ttm-bgcolor-skincolor .tooltip:before, .ttm-bgcolor-skincolor [data-tooltip]:before, .tooltip-top:before, .tooltip:before, [data-tooltip]:before {
  border-top-color: var(--bg-dark);
}

/** 3.light **/
.ttm-textcolor-white, .ttm-bgcolor-skincolor a, .ttm-textcolor-white a, .ttm-btn-color-white, .ttm-icon_element-color-white, .ttm-icon_element-color-white > i, .ttm-bgcolor-skincolor i, .ttm-bgcolor-darkgrey i, .ttm-bgcolor-skincolor .ttm-icon_element-color-white:not(.ttm-icon_element-fill) i, .ttm-bgcolor-darkgrey .ttm-icon_element-color-white:not(.ttm-icon_element-fill) i, .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-textcolor-white a, .ttm-bgcolor-skincolor h1, .ttm-bgcolor-skincolor h2, .ttm-bgcolor-skincolor h3, .ttm-bgcolor-skincolor h4, .ttm-bgcolor-skincolor h5, .ttm-bgcolor-skincolor h6, .ttm-bgcolor-skincolor a, :not(.ttm-bgcolor-skincolor) .ttm-textcolor-white span:not(.ttm-textcolor-skincolor), .ttm-bgcolor-darkgrey h1, .ttm-bgcolor-darkgrey h2, .ttm-bgcolor-darkgrey h3, .ttm-bgcolor-darkgrey h4, .ttm-bgcolor-darkgrey h5, .ttm-bgcolor-darkgrey h6, .ttm-bgcolor-darkgrey a, .ttm-bgcolor-darkgrey .section-title h3, .ttm-bgcolor-dark div, .ttm-bgcolor-darkgrey div, .ttm-bgcolor-skincolor div, .ttm-textcolor-white .ttm-social-links-wrapper ul li a, .ttm-icon_element-fill.ttm-icon_element-color-skincolor, .ttm-icon_element-fill.ttm-icon_element-color-skincolor i, .ttm-icon_element-fill.ttm-icon_element-color-darkgrey, .ttm-textcolor-white:not(.ttm-bgcolor-darkgrey) .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover, .ttm-bgcolor-skincolor .ttm-btn.btn-inline.ttm-btn-color-white:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover i, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover i, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-bgcolor-darkgrey .ttm-btn-color-skincolor:hover i, .ttm-bgcolor-skincolor .row > [class*='col-']:not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-bgcolor-skincolor .row > [class*='col-']:not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark, .ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-darkgrey i, .ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-skincolor i, .ttm-bgcolor-skincolor .section-title h2.title, .ttm-bgcolor-darkgrey .section-title h2.title, .social-icons.circle li>a:hover, .social-icons.circle li>a:hover i, .ttm-toggle-title-bgcolor-darkgrey .toggle-title a, .ttm-toggle-title-bgcolor-skincolor .toggle-title a, .ttm-toggle-title-bgcolor-grey .toggle-title a.active, .ttm-toggle-title-bgcolor-white .toggle-title a.active, .toggle.ttm-toggle_style_border .toggle-title a.active, .slick_slider.slick-arrows-style1 .slick-prev:hover, .slick_slider.slick-arrows-style1 .slick-next:hover, .slick_slider.slick-arrows-style3 .slick-prev:hover, .slick_slider.slick-arrows-style3 .slick-next:hover, .slick_slider.slick-arrows-style4 .slick-prev:hover, .slick_slider.slick-arrows-style4 .slick-next:hover, .banner_slider_wrapper .slider-social-links-wrapper li a:hover, .featured-icon-box.style5:hover i.ttm-num, .ttm-header-style-01 .top_bar .social-icons li a, .ttm-header-style-03 .header-social-icon ul.social-icons li a, .ttm-bgcolor-skincolor .ttm-progress-bar .progressbar-title, .ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-percent, .ttm-bgcolor-darkgrey .ttm-progress-bar .progressbar-title, .ttm-bgcolor-darkgrey .ttm-progress-bar.style1 .progress-bar-title, .ttm-bgcolor-skincolor .inside h3, .ttm-bgcolor-skincolor .inside h3 span:not(.ttm-textcolor-skincolor), .ttm-bgcolor-darkgrey .inside h3, .ttm-bgcolor-darkgrey .inside h3 span:not(.ttm-textcolor-skincolor), .toggle.ttm-toggle-title-bgcolor-skincolor .toggle-content p, .toggle.ttm-toggle-title-bgcolor-darkgrey .toggle-content p, .widget .tagcloud a:hover, .ttm-social-share-wrapper ul li a:hover, .featured-imagebox-services.style1:hover .featured-content-services .category, .featured-imagebox-services.style1:hover .featured-content-services .featured-title a, .featured-imagebox-portfolio.style1 .ttm-media-link a i, .featured-imagebox-portfolio.style2 .ttm-media-link a i, .pagination-block .page-numbers:hover, .ttm-bgcolor-dark .section-title.style3 h2, .ttm-bgcolor-dark .ttm-play-icon-title h3, .ttm-bgcolor-dark .ttm-play-icon-title h3, .featured-imagebox-portfolio.style2 .featured-content .featured-title h3 a {
  color: var(--light);
}
.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor i,
.ttm-btn-color-skincolor, .ttm-bgcolor-darkgrey .ttm-btn-color-skincolor,
.featured-icon-box.style2:after,
.featured-icon-box.style2:before,
.ttm-icon_element-color-skincolor:not(.ttm-icon_element-fill) i, .ttm-bgcolor-darkgrey .ttm-icon_element-color-skincolor i,
.ttm-bgcolor-darkgrey div{
  color: var(--bg2) !important;
}

.ttm-bgcolor-skincolor p, .ttm-bgcolor-darkgrey p, .ttm-bgcolor-skincolor span, .ttm-bgcolor-darkgrey span, .ttm-bgcolor-skincolor i, .ttm-bgcolor-darkgrey i {
  color: rgba(255, 255, 255, .85);
}

.ttm-bgcolor-darkgrey p {
  color: rgba(255, 255, 255, 0.75);
}

.ttm-bgcolor-dark p {
  color: rgba(255, 255, 255, 0.80);
}

.ttm-bgcolor-darkgrey .top_bar_content {
  color: rgba(255, 255, 255, 0.60);
}

/** White-bg-color **/
.ttm-bgcolor-white, .ttm-bgcolor-white > .ttm-bg-layer, .ttm-bgcolor-white > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, .ttm-icon_element-fill.ttm-icon_element-color-white, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:before, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):hover:before, .ttm-btn-style-fill.ttm-btn-color-white, .ttm-icon_element-fill.ttm-icon_element-color-white, .ttm-header-style-01 .top_bar .social-icons li a:hover, .ttm-header-style-02 .social-icons li a:hover, .ttm-progress-bar .progress-bar.progress-bar-color-bar_white, .progress-bar-color-bar_white, .ttm-toggle-title-bgcolor-white .toggle-title a, .ttm-bgcolor-darkgrey .ttm-progress-bar.style1 .progress-bar-percent {
  background-color: var(--light);
}

/** White-border-color **/
.ttm-bgcolor-darkgrey > .sep_holder .sep_line, .ttm-bgcolor-skincolor > .sep_holder .sep_line {
  border-color: rgba(255, 255, 255, .06);
}

.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white, .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white, .ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover {
  border-color: var(--light);
}

/** 4.Grey-color **/
.ttm-bgcolor-grey, .ttm-bgcolor-grey > .ttm-bg-layer, .ttm-bgcolor-grey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, .ttm-btn-style-fill.ttm-btn-color-grey, .ttm-icon_element-fill.ttm-icon_element-color-grey, .ttm-toggle-title-bgcolor-grey .toggle-title, .header_search #search_query_top, .widget.widget-nav-menu ul li a, .ttm_single_image_text:before, .ttm-team-member-single-content .ttm-social-links-wrapper ul li a, .wrap-form.contact_form span.text-input input, .wrap-form.contact_form span.text-input textarea, .wrap-form.contact_form span.text-input select, .wrap-form.request_qoute_form span.text-input input, .wrap-form.request_qoute_form span.text-input textarea, .wrap-form.request_qoute_form span.text-input select, .widget.widget-nav-menu ul li a, .sidebar .widget-area .widget.with-title, .widget.widget-download, .ttm-pf-single-detail-box, .ttm-social-share-wrapper ul li a {
  background-color: var(--grey-color);
}

.ttm-btn-style-fill.ttm-btn-color-grey, .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-grey {
  border-color: var(--grey-color);
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-grey {
  color: inherit;
}

/* ===============================================
    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(../image/img/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons {
  margin: 0;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
}

.social-icons li {
  margin: 0 2px;
}

.social-icons li:last-child {
  margin-right: 0px;
}

.social-icons li a {
  display: block;
  min-width: 26px;
  text-align: center;
}

.social-icons.circle li>a {
  border-width: 1px;
  border-style: solid;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  background-color: transparent;
  font-size: 13px;
  border-radius: 50%;
}

/* TooltipTop */
.tooltip-top {
  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: hsla(0, 0%, 20%, .9);
}

.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
  bottom: 100%;
  left: 50%;
}

.tooltip-bottom:after {
  bottom: -100%;
}

.tooltip-bottom:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: transparent;
}

.tooltip-bottom:before {
  bottom: -7px;
}

.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(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
  margin-left: -16px;
}

.tooltip:after, [data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 120px;
  color: var(--light);
  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;
}

/*  ===============================================
    Slick_dots/arrows
------------------------*/

.slick-slide {
  padding: 0 15px;
  /*height: 800px;*/
  width: 100%;
}
.home_banner .slick-slide{
  padding: 0;
}
.slick_slider.slick-dots-style1 .slick-dots {
  padding: 0;
  margin: 0;
  padding-top: 45px;
  top: 100%;
  text-align: center;
  line-height: 0;
}

.slick_slider.slick-dots-style1 .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  display: inline-block;
}

.slick_slider.slick-dots-style1 .slick-dots li button {
  height: 5px;
  width: 115px;
  border: 0;
  position: relative;
  margin: 9px 0;
  padding: 0;
  font-size: 0;
  background-color: transparent;
}

.slick_slider.slick-dots-style1 .slick-dots li.slick-active button {
  background-color: var(--bg1);
  height: 5px;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.slick_slider.slick-dots-style1 .slick-dots li button {
  background-color: #e7e7e7;
  border-radius: 0;
  height: 2px;
}

.slick_slider .slick-arrow {
  width: 46px;
  height: 46px;
  z-index: 1;
  border: 0;
  border-radius: 100%;
  color: inherit;
  background-color: rgba(255, 255, 255, .07);
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
  border: 0;
}

.ttm-bgcolor-skincolor .slick_slider .slick-arrow, .ttm-bgcolor-darkgrey .slick_slider .slick-arrow {
  color: rgba(255, 255, 255, 0.4);
}

.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
  font-family: 'themify';
  font-size: 15px;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick_slider .slick-prev:before {
  content: "\e629";
}

.slick_slider .slick-next:before {
  content: "\e628";
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/*  ===============================================
   rev slider
------------------------*/
.slide-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 800;
  display: inline-block;
}

/*  ===============================================
    TopBar
------------------------*/
.top_bar {
  z-index: 3;
  height: 50px;
  line-height: 50px;
}

.top_bar_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.top_bar_contact_item {
  font-size: 13px;
  padding-right: 18px;
  padding-left: 18px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.top_bar_icon i {
  height: 50px;
  line-height: 46px;
  border: none;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: var(--bg1);
}

.top_bar_content {
  display: inline-block;
}

.top_bar_content a {
  color: rgba(255, 255, 255, 1);
}

.ttm-header-style-01 .top_bar_contact_item:first-child {
  padding-left: 0px;
}

.ttm-header-style-01 .top_bar_contact_item:first-child:before {
  background-color: rgba(255, 255, 255, 0.13);
  top: 14px;
  right: 0;
  content: '';
  height: 19px;
  width: 1px;
  z-index: 1;
  position: absolute;
}

.ttm-header-style-01 .top_bar_contact_item:last-child {
  padding-right: 0;
}

.contact-info {
  text-align: end;
}

.top_bar .social-icons {
  padding: 0;
}

.ttm-header-style-01 .top_bar .social-icons li {
  margin: 0;
  height: 50px;
  line-height: 50px;
}

.top_bar .social-icons li a {
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  border-radius: 0;
  margin-left: 10px;
}

.top_bar .social-icons li a.ttm-social-facebook {
  background-color: #385da9;
}

.top_bar .social-icons li a.ttm-social-twitter {
  background-color: var(--dark);
}

.top_bar .social-icons li a.ttm-social-linkedin {
  background-color: #0073b1;
}

.top_bar .social-icons li a.ttm-social-pinteres {
  background-color: #bd081c;
}

.top_bar_contact_item.ttm-highlight-right:after {
  content: "";
  width: 5000px;
  height: 100%;
  right: 0px;
  left: -4px;
  top: -1px;
  position: absolute;
  z-index: -1;
}

.top_bar_contact_item.ttm-highlight-right .top_bar_icon i, .top_bar_contact_item.ttm-highlight-right .top_bar_content, .top_bar_contact_item.ttm-highlight-right .top_bar_content a {
  color: white !important;
}
.header_search .search_btn i {
  font-size: 17px;
  position: relative;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-weight: inherit;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  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;
}

.header_search:before {
  content: '';
  position: absolute;
  height: 26px;
  width: 1px;
  top: 0;
  left: 42px;
  margin-top: 2px;
  background-color: rgba(12, 45, 98, 0.1);
}

.header_btn {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}

.header_btn .ttm-btn.btn-inline {
  color: var(--bg-dark);
}

.header_btn .ttm-btn.btn-inline:hover {
  color: var(--bg1);
}

/**/
.ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li.active >a, .ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li > a:hover {
  color: var(--bg1);
}

.ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li.active >a:after, .ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li:hover > a:after {
  color: var(--bg1);
}

.ttm-header-style-01 #site-header-menu .site-navigation nav.main-menu 
ul.menu li.active ul.mega-submenu li.active > a {
  color: var(--bg1);
}

.ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li >a {
  color: var(--bg-dark);
}

.ttm-header-style-01 #site-header-menu .site-navigation ul.menu  li.active > a {
  color: var(--bg1);
}

.ttm-header-style-01 #site-header-menu .site-navigation ul.menu>li:hover>a {
  color: var(--bg1);
}

/**/
.ttm-header-style-02 .header_btn:after {
  top: 14px;
  content: '';
  height: 19px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.07);
  z-index: 1;
  position: absolute;
  right: auto;
}

.ttm-header-style-02 .top_bar_contact_item {
  font-size: 14px;
  padding: 0;
}

/* .widget_info */
.ttm-header-style-02 .widget_info {
  position: relative;
  z-index: 1;
}

.ttm-header-style-02 .widget_info:not(:first-child) {
  padding-left: 70px;
}

.ttm-header-style-02 .widget_info:not(:first-child):after {
  content: "";
  height: 50px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.06);
  display: block;
  position: absolute;
  right: 0px;
  left: 35px;
  top: 35px;
}

.ttm-header-style-02 .widget_info .widget_icon {
  font-size: 20px;
  margin-right: 17px;
  margin-bottom: 0;
}

.ttm-header-style-02 .widget_info .widget_icon i {
  color: var(--bg-dark) !important;
}

.ttm-header-style-02 .widget_info h5 {
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  color: inherit;
  margin-bottom: 0;
}

.ttm-header-style-02 .widget_info h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
  margin: 0;
}


.ttm-header-style-02 .ttm-header-featured-iconbox  h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--bg-dark) !important;
}

.ttm-header-style-02 .header_search:before {
  content: '';
  position: absolute;
  height: 26px;
  width: 1px;
  top: 0;
  left: 42px;
  margin-top: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}

.ttm-header-style-02 .header_cart .cart_btn {
  position: relative;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  line-height: 31px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: var(--light);
  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;
}

.ttm-header-style-02 .header_cart .cart_btn .cart_count {
  position: absolute;
  bottom: 22px;
  left: 17px;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  display: block;
  background-color: var(--bg1);
  color: var(--bg-dark);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  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;
}

.ttm-header-style-02 .ttm-stickable-header.fixed-header .ttm-header-style-02 .widget_info h3, .ttm-header-style-02 .ttm-stickable-header.fixed-header .ttm-header-style-02 .widget_info h5 {
  color: var(--light) !important;
}

.ttm-header-style-02 #site-header-menu .site-navigation nav.main-menu ul.menu li ul.mega-submenu li a {
  color: var(--body-fonts-color);
}

.ttm-header-style-02 #site-header-menu .site-navigation nav.main-menu ul.menu li ul.mega-submenu li a:hover {
  color: var(--bg-dark);
}

.ttm-header-style-02 #site-header-menu .site-navigation nav.main-menu 
ul.menu li.active ul.mega-submenu li.active > a {
  color: var(--bg1);
}

.ttm-header-style-02 #site-header-menu .site-navigation ul.menu>li.active>a {
  color: var(--bg1);
}

.ttm-header-style-02 #site-header-menu .site-navigation ul.menu>li:hover>a {
  color: var(--bg1);
}

.ttm-header-style-02 #site-header-menu .site-navigation ul.menu > li.active >a:after, .ttm-header-style-02 #site-header-menu .site-navigation ul.menu > li:hover > a:after {
  color: var(--bg1);
}

/**/
.ttm-header-style-03 .header-social-icon ul.social-icons {
  margin: 0;
  padding: 0;
}

.ttm-header-style-03 .header-social-icon ul.social-icons li {
  display: inline-block !important;
  padding-left: 0px;
  margin: 0px;
  min-width: 23px;
  border: none;
  font-size: 14px;
}

.ttm-header-style-03 .header-social-icon ul.social-icons li a {
  border: none;
  width: 50px;
  height: 95px;
  border-radius: 0;
  line-height: 95px;
}

.ttm-header-style-03 .header-social-icon ul.social-icons li a:hover {
  background-color: var(--light) !important;
  color: var(--bg1);
}

.ttm-header-style-03 .header-social-icon ul.social-icons li a.ttm-social-facebook {
  background-color: #385da9;
}

.ttm-header-style-03 .header-social-icon ul.social-icons li a.ttm-social-twitter {
  background-color: #33ccff;
}

.ttm-header-style-03 .header-social-icon ul.social-icons li a.ttm-social-linkedin {
  background-color: #0073b1;
}

.ttm-header-style-03 .header-social-icon ul.social-icons li a.ttm-social-pinteres {
  background-color: #bd081c;
}

.ttm-header-style-03 .header_cta:after {
  content: "";
  width: 5000px;
  height: 96px;
  background-color: var(--bg1);
  right: 0px;
  left: -18px;
  top: -13px;
  position: absolute;
  z-index: -1;
}

.ttm-header-style-03 .header_cta .ttm-icon.ttm-icon_element-size-md {
  height: 67px;
  width: 67px;
  line-height: 80px;
}

.ttm-header-style-03 .header_cta h6 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  font-family: inherit;
}

.ttm-header-style-03 .header_cta h5 {
  line-height: 23px;
  font-size: 17px;
}

.ttm-header-style-03 #site-header-menu .site-navigation ul.menu > li.active >a, .ttm-header-style-03 #site-header-menu .site-navigation ul.menu > li > a:hover {
  color: var(--bg1);
}

.ttm-header-style-03 #site-header-menu .site-navigation ul.menu  li.active > a {
  color: var(--bg1);
}

.ttm-header-style-03 #site-header-menu .site-navigation ul.menu>li:hover>a {
  color: var(--bg1);
}

.ttm-header-style-03 #site-header-menu .site-navigation ul.menu > li.active >a:after, .ttm-header-style-03 #site-header-menu .site-navigation ul.menu > li:hover > a:after {
  color: var(--bg1);
}

/*  ===============================================
    Header
------------------------*/

/** SiteBrand(logo) **/
.site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ttm-header-style-01 .site-branding:before {
  content: "";
  position: absolute;
  left: auto;
  right: 83%;
  top: 0;
  width: 1200px;
  height: 95px;
  background-color: var(--grey-color);
  margin-right: 0px;
  margin-left: 0px;
  z-index: -1
}

/* header_extra */
.header_extra > div {
  margin-left: 18px;
  position: relative;
}

.header_search #searchbox {
  position: relative;
}

.header_extra .header_search {
  margin-left: 20px;
  position: relative;
}

.header_search .search_btn {
  position: relative;
  height: 32px;
  width: 32px;
  line-height: 31px;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: rgba(12, 45, 98, 1);
  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;
}

.header_search .search_btn i {
  font-weight: 700;
  position: relative;
}

.header_search_content button.close-search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  box-shadow: unset;
  font-size: 15px;
  width: 15%;
  border-radius: 0;
  height: 50px;
  text-align: center;
  display: block;
  line-height: 37px;
  color: var(--bg-dark);
  float: left;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-color: var(--bg1);
}

.header_search .header_search_content {
  position: absolute;
  right: 50px;
  width: 400px;
  background: #ffffff;
  border-right: 3px solid var(--bg1);
  opacity: 0;
  top: -25px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 0;
  border-radius: 0px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

.header_search .header_search_content:before {
  position: absolute;
  right: -12px;
  top: 25px;
  width: 47px;
  height: 47px;
  text-align: center;
  width: 0;
  height: 0;
  border-left: 10px solid var(--bg1);
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: " ";
}

.header_search .header_search_content.on {
  opacity: 1;
  z-index: 2;
  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;
}

.header_search #search_query_top {
  font-weight: 400;
  position: relative;
  clear: both;
  min-width: 240px;
  font-size: 14px;
  text-align: left;
  height: 50px;
  border-radius: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none !important;
  background-color: #f6f6f6;
  line-height: 51px;
  float: left;
  border: 1px solid rgba(0, 0, 0, .08);
}

/** SiteNavigation(Menu) **/
.site-navigation {
  position: relative;
  z-index: 2;
}

nav.main-menu ul {
  position: relative;
  margin: 0;
}

/* ===============================================
    Footer
------------------------*/
.footer {
  z-index: 1;
  background-position: center center;
  background-attachment: scroll;
}

.footer .footer-logo img {
  max-height: 46px;
}

.footer .footer-logo {
  position: relative;
  min-width: 260px;
}

.footer .footer-logo:after {
  display: block;
  height: 90%;
  content: '';
  position: absolute;
  right: 55px;
  width: 1px;
  top: 5%;
  background-color: rgba(255, 255, 255, .07);
}

.footer .social-icons li {
  font-weight: normal;
  text-align: center;
  position: relative;
  margin: 0;
}

.footer .social-icons li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 2px solid rgba(255, 255, 255, 0.48);
  text-align: center;
  display: block;
  margin: 0 3px;
  background-color: transparent;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .social-icons li a i {
  color: rgba(255, 255, 255, 1);
}

.footer .widget .widget-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* first-footer (newsletter) */
.first-footer {
  padding-top: 40px;
  padding-bottom: 25px;
  position: relative;
  background-color: #ffb200;
}

.first-footer .featured-icon-box.icon-align-before-content {
  margin: 0;
}

.first-footer .featured-icon-box.icon-align-before-content .featured-title h3 {
  font-size: 25px;
  margin-bottom: 0;
  color: var(--bg-dark);
  font-weight: 700;
}

.first-footer .featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
  color: var(--bg-dark);
}

/* second-footer */
.bg-footer {
  background-image: url(../image/img/bg-image/footer-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.ttm-bgimage-yes.bg-footer >.ttm-bg-layer {
  opacity: 0.80 !important;
}

.footer .second-footer {
  padding: 35px 0 0 0px;
}

.second-footer .container {
  position: relative;
}

.second-footer .widget-area .widget {
  padding: 20px 0px 0px;
}

/** menu-footer-quick-links **/
.widget ul#menu-footer-quick-links li a {
  display: inline-block;
  position: relative;
}

.widget ul#menu-footer-quick-links li a i {
  padding-right: 10px;
  color: var(--bg1);
}

.widget ul#menu-footer-quick-links li {
  display: block;
  padding: 0px 0px 15px 0;
  position: relative;
}

.widget ul#menu-footer-quick-links li:last-child {
  padding-bottom: 0;
}

.widget ul#menu-footer-quick-links li {
  display: inline-block;
  width: calc(50% - 2px);
  padding: 0 0 15px 0;
  position: relative;
}

.widget ul#menu-footer-quick-links li:last-child {
  padding-bottom: 0;
}

.widget ul#menu-footer-quick-links li:nth-child(9) {
  width: 100%;
}

.widget-latest-tweets {
  background-color: #1a0682;
  padding: 30px 30px 35px 30px;
}

.widget-latest-tweets .widgte-text .widgte-title h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.widget-latest-tweets .widgte-text ul.ttm-timelist-block {
  padding: 0;
  list-style: none;
}

.widget-latest-tweets .widgte-text ul.ttm-timelist-block li {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.widget-latest-tweets .widgte-text ul.ttm-timelist-block li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.widget-latest-tweets .widgte-text ul.ttm-timelist-block li:first-child {
  padding-top: 0;
}

.widget-latest-tweets .widgte-text ul.ttm-timelist-block li .service-time {
  float: right;
}

.widget-latest-tweets .widgte-text ul.ttm-timelist-block li .sundaylist {
  float: right;
  color: var(--bg1);
}

/** ttm-recent-post-list **/
.footer .widget ul.ttm-recent-post-list>li {
  padding: 0 0 30px !important;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.footer .widget ul.ttm-recent-post-list>li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0;
  margin-bottom: 0;
}

.footer .widget ul.ttm-recent-post-list>li> .post-detail a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--light);
}

.footer .widget ul.ttm-recent-post-list>li img {
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 18px;
}

.footer .widget ul.ttm-recent-post-list>li .post-date {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.75);
}

.widget ul.ttm-recent-post-list>li .post-date i {
  margin-right: 5px;
  font-size: 11px;
  color: var(--bg1) !important;
}

/** widget_contact_wrapper **/
ul.widget_contact_wrapper li {
  padding-left: 35px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 25px;
  color: rgba(255, 255, 255, .75);
  border-bottom: 1px solid #29343b;
}

ul.widget_contact_wrapper li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

ul.widget_contact_wrapper li i {
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
}

.newsletter_widget {
  padding: 0 !important;
}

.newsletter_widget .newsletter-form {
  position: relative;
}

.newsletter_widget .newsletter-form input {
  background-color: var(--light);
  border: 1px solid rgba(255, 255, 255, 1) !important;
  font-size: 13px;
  width: 100%;
  height: 54px;
  outline: none;
  border-radius: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 145px;
}

.newsletter_widget .newsletter-form button[type="submit"] {
  position: absolute;
  top: 0;
  height: 54px;
  border: 0;
  z-index: 1;
  padding: 0 25px;
  right: 0;
  font-weight: 700;
  background-color: var(--bg-dark);
  color: var(--bg1);
  font-size: 15px;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newsletter_widget .newsletter-form button[type="submit"] i {
  color: var(--bg1);
}

/* .bottom-footer-text:before {
  background-image: url(../image/img/fuel-truck.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  top: -68px;
  animation: running-anim 20s linear infinite;
  content: '';
  z-index: 9;
}

.bottom-footer-text:after {
  background-image: url(../image/img/crane-truck.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 85px;
  height: 85px;
  right: 70%;
  top: -80px;
  animation: running-anim-left 35s linear infinite;
  content: '';
  z-index: 9;
}

@-moz-keyframes running-anim {
  0% {
    right: -30%
  }

  100% {
    right: 100%
  }

}

@-webkit-keyframes running-anim {
  0% {
    right: -30%
  }

  100% {
    right: 100%
  }

}

@keyframes running-anim {
  0% {
    right: -30%
  }

  100% {
    right: 100%
  }

}

@-moz-keyframes running-anim-left {
  0% {
    left: -30%
  }

  100% {
    left: 100%
  }

}

@-webkit-keyframes running-anim-left {
  0% {
    left: -30%
  }

  100% {
    left: 100%
  }

}

@keyframes running-anim-left {
  0% {
    left: -30%
  }

  100% {
    left: 100%
  }

} */

/** copyright **/
.copyright {
  padding-top: 20px;
  margin-top: 55px;
  padding-bottom: 15px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, .03);
}

.copyright, .copyright .cpy-text {
  color: rgba(255, 255, 255, .75) !important;
}

.copyright ul.list-inline {
  margin: 0;
}

/** Footer-nav-menu **/
.bottom-footer-text.ttm-bg.copyright {
    background-color: var(--bg1);
}
.footer-nav-menu {
  padding: 0;
  margin: 0;
}

.footer-nav-menu li {
  display: inline-block;
  padding-right: 18px;
  font-size: 14px;
  margin-top: 4px;
}

.footer-nav-menu li:last-child {
  padding-right: 0;
}

ul.footer-nav-menu li:after {
  position: absolute;
  content: "|";
  color: var(--light);
  padding-left: 8px;
}

ul.footer-nav-menu li:last-child:after {
  content: unset;
}

/* ===============================================
GoTop BUtton
------------------------*/
#totop {
  font-weight: 900;
  color: var(--light);
  display: none;
  position: fixed;
  right: 34px;
  bottom: 50px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 0px;
  transition: .3s ease-in-out;
}

#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: inline;
}

/*----about-us-------*/
.about-sec {
  background-color: var(--secondary);
  position: relative;
}

.about-us {
  z-index: 1;
  text-align: center;
  width: 45%;
  float: left;
}

.about-img{
    margin-right:2rem;
}
.about-us img {
  width: 100%;
}

.about-box {
  width: 100%;
}

.about-header .sub-title {
  color: var(--dark) !important;
  font-weight: 500;
}

.ab_btn {
  padding-left: 25px;
  padding-right: 25px;
}

ul.about-list li {
  font-family: var(--font1);
  margin-bottom: 10px;
  list-style: disc;
  font-weight: 400;
}

/* ===============================================
Page-Title-Row
------------------------*/
.ttm-page-title {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  width: 100%;
  z-index: 1;
}

.ttm-page-title:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .4;
  background-color: var(--dark);
}


.ttm-page-title-row {
  background: url(../image/img/pagetitle-row.jpg);
  background-color: rgba(0, 0, 0, 0.36);
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  width: 100%;
  z-index: 1;
}

.ttm-page-title-row.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer {
  opacity: 0.4;
}

.ttm-page-title-row-inner {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 75px 0;
  margin: 0 auto;
  z-index: 2;
}

.page-title-heading h1,
.page-title-heading h2 {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 48px;
  line-height: 57px;
  display: inline-block;
  margin-bottom: 45px;
  color: var(--light);
}

.breadcrumb-wrapper span {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.breadcrumb-wrapper span:first-child {
  padding-right: 20px;
}

.breadcrumb-wrapper span:first-child a {
  color: var(--light);
}

.breadcrumb-wrapper span:first-child:after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 17px;
  margin-left: 4px;
  margin-top: 2px;
  opacity: 1;
  color: var(--light);
  background-color: transparent;
}

.breadcrumb-wrapper {
  z-index: 1;
  background-color: var(--bg-dark);
  padding: 12px 30px;
  line-height: 20px;
  margin: 0 auto;
  
}

.breadcrumb-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: max-content;
}

/* ===============================================
Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/

/*  single_services
/*------------------------------------------------------------------------------*/ 
.ttm-service-single-content-area div:not(.featured-title) > h3 {
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}
/*------------------------------------------------------------------------------*/

/*  single_team
/*------------------------------------------------------------------------------*/

.ttm-team-details {
  border: 5px solid #e7e7e7;
  margin: 0;
  padding: 40px 25px 40px;
}

.ttm-team-member-content {
  position: relative;
}

.ttm-team-member-content .featured-icon-box {
  position: absolute;
  left: -150px;
  top: -10px;
}

.ttm-team-member-content .featured-icon-box .featured-icon .ttm-icon.ttm-icon_element-size-md {
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: var(--light);
  font-size: 30px;
  text-align: center;
}

.ttm-team-member-content .featured-icon-box .featured-content .featured-title h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 700;
}

.ttm-team-member-content .ttm-team-deatils-box {
  padding: 125px 20px 25px;
}

.ttm-team-member-content .ttm-team-deatils-box .ttm-team-details-list {
  padding: 0;
  margin: 0;
}

.ttm-team-member-content .ttm-team-deatils-box .ttm-team-details-list li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  display: block;
  float: left;
  padding: 10px 0;
  width: 100%;
}

.ttm-team-member-content .ttm-team-deatils-box .content-post.content-team-post .ttm-social-links-wrapper ul li a {
  margin: 0 2px;
  display: block;
  color: rgba(44, 44, 44, .6);
}

.ttm-team-member-content .ttm-team-deatils-box .ttm-social-links-wrapper {
  border: 0;
  padding: 0;
  margin: 21px 0 0;
}

.ttm-team-member-content .ttm-team-deatils-box .ttm-team-details-list .ttm-team-list-title {
  margin-right: 8px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  float: left;
  color: var(--bg-dark);
}

.ttm-team-member-content .ttm-team-deatils-box .ttm-team-details-list .ttm-team-list-value {
  font-size: 14px;
}

.ttm-team-member-content .ttm-team-deatils-box .ttm-social-links-wrapper {
  display: block;
  clear: both;
  padding-top: 10px;
}

.ttm-team-member-content .ttm-team-deatils-box .ttm-social-links-wrapper ul li a {
  display: block;
  background-color: transparent;
  font-size: 14px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid rgba(133, 146, 166, 0.30);
  border-radius: 0;
  margin-right: 0px;
  color: inherit;
}

.ttm-team-member-content .ttm-team-deatils-box .ttm-social-links-wrapper ul li a:hover {
  background-color: var(--bg1);
  color: var(--light);
}

.ttm-team-member-title h2 {
  font-size: 26px;
  line-height: 36px;
  position: relative;
  margin-bottom: 0;
}

.ttm-team-member-title.line-style {
  border-right: 5px solid #E7E7E7;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*------------------------------------------------------------------------------*/

/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.ttm-blog-classic {
  margin-bottom: 40px;
  padding-bottom: 0;
}

article.ttm-blog-classic:last-child {
  margin-bottom: 15px;
}

article.ttm-blog-classic .ttm-post-featured-wrapper, article.ttm-blog-single .ttm-post-featured-wrapper {
  position: relative;
  overflow: hidden;
}

article.ttm-blog-classic .ttm-blog-classic-content, article.ttm-blog-single .ttm-blog-single-content {
  background: var(--grey-color);
  padding: 30px 30px 35px;
  position: relative;
  display: block;
  position: relative;
}

article.ttm-blog-single .ttm-blog-single-content {
  margin-bottom: 50px;
}

.ttm-blog-classic .ttm-box-post-date, .ttm-blog-single .ttm-box-post-date {
  z-index: 1;
  text-align: center;
  background-color: var(--bg1);
  color: var(--bg-dark);
  position: relative;
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
}

.ttm-blog-classic .ttm-box-post-date .ttm-entry-date, .ttm-blog-single .ttm-box-post-date .ttm-entry-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
}

.ttm-blog-classic .ttm-box-post-date .ttm-entry-date .entry-month, .ttm-blog-single .ttm-box-post-date .ttm-entry-date .entry-month {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  text-transform: uppercase;
}

.ttm-blog-classic .post-meta .ttm-meta-line, .ttm-blog-single .post-meta .ttm-meta-line {
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.ttm-blog-classic .post-meta .ttm-meta-line:last-child {
  padding-right: 0;
}

.ttm-blog-classic .post-meta .ttm-meta-line:not(:last-child):after, .ttm-blog-single .post-meta .ttm-meta-line:not(:last-child):after {
  position: absolute;
  display: inline-block;
  content: "";
  height: 17px;
  width: 1px;
  right: 10px;
  top: 0;
  margin-top: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  opacity: 0.4;
}

.ttm-blog-classic .post-meta .ttm-meta-line i, .ttm-blog-single .post-meta .ttm-meta-line i {
  padding-right: 10px;
  font-size: 15px;
}

.ttm-blog-classic .entry-header .entry-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}

.ttm-blog-classic .ttm-blogbox-footer {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.ttm-blog-classic .ttm-blogbox-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ttm-blog-classic .ttm-blogbox-footer a i {
  color: var(--bg1);
}

.ttm-blog-classic .ttm-post-featured img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.ttm-blog-classic:hover .ttm-post-featured img {
  transform: scale(1.03) rotate(0.50deg);
}

/*------------------------------------------------------------------------------*/

/*  Single_Blog
/*------------------------------------------------------------------------------*/
.without-sidebar-container {
  max-width: 1024px;
}

.ttm-blog-single .post-meta {
  display: block;
  margin-bottom: 15px;
}

.ttm-blog-single  h3 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 20px;
}

.ttm-blog-single ol.ttm-post-num-list {
  position: relative;
}

.ttm-blog-single ol li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 0;
  margin-bottom: 25px;
}

.ttm-blog-single ol li::marker {
  font-size: 20px;
  line-height: 26px;
  font-family: var(--title-fonts);
  font-weight: 700;
  position: relative;
  color: var(--bg-dark);
}

.ttm-blog-single ol li:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: var(--bg1);
  top: 0;
  left: 15px;
}

.ttm-blog-single .social-media-block {
  display: block;
  clear: both;
  overflow: hidden;
  padding-top: 10px;
  border-top: 1px solid #f3f3f3;
  margin-top: 20px;
}

.ttm-blog-single .ttm_tag_lists {
}

.ttm-blog-single .ttm_tag_lists {
  font-size: 16px;
}

.ttm-blog-single .ttm_tag_lists .ttm-tags-links-title {
  font-size: 16px;
  font-weight: 600;
  padding-right: 7px;
  color: var(--bg-dark);
}

.ttm-blog-single .ttm_tag_lists .ttm-tags-links-title i {
  padding-right: 5px;
}

.ttm-blog-single .social-media-block .ttm-tags-links a {
  position: relative;
  color: inherit;
  display: inline-block;
  padding: 7px 19px;
  margin: 0 3px 10px;
  border: 1px solid rgba(227, 227, 227, 0.7);
  background-color: var(--light);
  font-size: 14px;
}

.ttm-blog-single .social-media-block .ttm-tags-links a:hover {
  background-color: var(--bg1);
  color: var(--light);
}

.ttm-blog-single .ttm-social-share-wrapper {
  display: flex;
  align-items: center;
}

.ttm-blog-single .ttm-social-share-wrapper ul li a {
  display: block;
  background-color: var(--light);
  font-size: 14px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid rgba(133, 146, 166, 0.30);
  border-radius: 0;
  margin-right: 0px;
  color: inherit;
}

.ttm-blog-single .ttm-social-share-wrapper ul li a:hover {
  background-color: var(--bg1);
  color: var(--light);
}

/**/
.featured-icon-box.icon-align-before-content .featured-title h4 {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

/*blog-comment*/
.comments-area {
  padding-top: 30px;
  margin-bottom: 0;
}

.comments-area p.comment-notes {
  margin-bottom: 10px;
  font-size: 15px;
  font-style: italic;
}

.comments-area h3.comment-reply-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
  font-size: 15px;
  padding: 13px 15px;
  border-radius: 0;
  background-color: var(--light);
}

.comments-area .comment-form .comment-form-url {
  margin-right: 0;
}

.comment-form button.submit:hover {
  background-color: var(--bg1);
  border-color: var(--bg1);
}

/*------------------------------------------------------------------------------*/

/*  Project_Blog
/*------------------------------------------------------------------------------*/ 
.ttm-pf-single-detail-box {
  display: block;
  height: 100%;
  padding: 25px 30px 30px;
  overflow: hidden;
}

.ttm-pf-single-detail-box .ttm-short-desc {
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 22px;
}

.ttm-pf-single-title h3 {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}

.ttm-pf-single-detail-box ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.ttm-pf-single-detail-box ul li {
  display: grid;
  margin-bottom: 10px;
  padding: 8px 0px 8px 0px;
}

.ttm-pf-single-detail-box ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ttm-pf-single-detail-box ul li h3 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 0;
}

.ttm-pf-single-detail-box ul li > span:first-child {
  margin-right: 5px;
  font-size: 15px;
  color: var(--bg-dark);
}

.ttm-pf-single-content-area h2, .ttm-pf-single-related-wrapper h2 {
  text-align: left;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

.ttm-pf-single-content-wrapper ul.social-icons li a {
  display: block;
  background-color: var(--grey-color);
  color: #8592a6;
  font-size: 14px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid rgba(133, 146, 166, 0.30);
  border-radius: 0;
  margin-right: 0px;
  color: inherit;
}

.ttm-pf-single-content-wrapper ul.social-icons li a:hover {
  background-color: var(--bg1);
  color: var(--light);
}

.portfolio-single ul.social-icons:before, .portfolio-single ul.social-icons:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 42%;
  top: 17px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.portfolio-single ul.social-icons:after {
  left: auto;
  right: 0;
}

.ttm-pf-single-content-area a.ttm-btn.ttm-btn-style-border {
  position: relative;
  color: inherit;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  margin: 0 3px 10px;
  border: 1px solid rgba(227, 227, 227, 0.7);
  background-color: var(--light);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-family: var(--body-fonts);
}

.ttm-pf-single-content-area a:hover.ttm-btn.ttm-btn-style-border {
  background-color: var(--bg1);
  color: var(--light);
}

.ttm-pf-single-content-area a.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey {
  font-weight: 600;
}

/*------------------------------------------------------------------------------*/

/*  Contact_page
/*------------------------------------------------------------------------------*/ 
.contact-img{
  padding: 1rem;
}
.ttm_contact_widget_wrapper {
  position: relative;
  z-index: 222;
  overflow: hidden;
  clear: both;
  background-color: var(--light);
  padding: 30px 50px 40px;
  position: absolute;
  top: -474px;
  min-width: 325px;
}

.ttm_contact_widget_wrapper h3 {
  font-size: 30px;
  line-height: 40px;
}

.ttm_contact_widget_wrapper ul {
  padding: 0;
  margin: 0;
  z-index: 2;
  list-style: none;
  clear: both;
}

.ttm_contact_widget_wrapper li {
  margin-bottom: 17px;
}

.ttm_contact_widget_wrapper li h6 {
  text-align: left;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}

/*------------------------------------------------------------------------------*/

/*  Error_page
/*------------------------------------------------------------------------------*/
.error-404 {
  background-image: url(../image/img/404-page-bg.png);
  background-color: #0c2d62;
  background-position: right bottom;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.page-header {
  margin: 40px 0 20px;
}

section.error-404 {
  padding: 150px 0;
  text-align: center;
}

section.error-404 .ttm-big-icon {
  font-size: 105px;
}

section.error-404 h1 {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 100%;
}

section.error-404 .page-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.50);
}

/*------------------------------------------------------------------------------*/

/*  Map
/*------------------------------------------------------------------------------*/   
#map {
  display: block;
  /* height: 550px; */
  width: 100%;
}

/* short codes start  */

.ttm-row {
  padding: 100px 0;
}

.ttm-row.top-section {
  padding: 100px 0 55px 0;
}

.ttm-row.Lifestyle-section {
  padding: 100px 0 110px 0;
}
.ttm-row.service-one-section {
  padding: 100px 0px 85px 0px;
}

.ttm-row.portfolio-section {
  padding: 100px 0 80px 0;
}

.ttm-row.testimonial-section {
  padding: 100px 0 90px 0;
}

.ttm-row.image-section {
  padding: 135px 0;
}

.ttm-row.progressbar-section {
  padding: 0 0;
}

.ttm-row.construction-section {
  padding: 93px 0 420px 0px;
}

.ttm-row.expert-team-section {
  padding: 100px 0 80px 0;
}

.ttm-row.price-section {
  padding: 100px 0 75px 0;
}

.ttm-row.project-section-section {
  padding: 93px 0 80px 0;
}

.ttm-row.fid-section {
  padding: 80px 0 400px 0;
}

.ttm-row.consistency-section {
  padding: 90px 0 0 0;
}

.ttm-row.Professional-section {
  padding: 180px 0 70px 0;
}

.ttm-row.dream-section {
  padding: 0 0 100px 0;
}

.ttm-row.work-section {
  padding: 100px 15px 85px 15px;
}

.ttm-row.perfomance-section {
  padding: 100px 0 0 0;
}

.ttm-row.padding_bottom_zero-section {
  padding: 100px 0 0;
}

.ttm-row.padding_top_zero-section {
  padding: 0 0 100px 0;
}

.ttm-row.stepline-section {
  padding: 0 0 50px 0;
}

.ttm-row.padding_zero-section {
  padding: 0 0;
}

.ttm-row.process-section {
  padding: 170px 0 93px 0;
}

.ttm-row.news-section {
  padding: 100px 0 30px 0;
}

.ttm-row.valuable-section {
  padding: 90px 0 30px 0;
}

.ttm-row.service2-section {
  padding: 100px 0 30px 0;
}

.ttm-row.form-section {
  padding: 93px 0px 150px 0px;
}

.ttm-row.client-saying-section {
  padding: 100px 0px 70px 0;
}

.ttm-row.latest-blog-section {
  padding: 100px 0 85px 0;
}
.ttm-row.step-box-section {
  padding: 93px 0px 92px 0px;
}

.ttm-row.grid-section {
  padding: 85px 0px;
}

.ttm-row.sidebar {
  padding: 80px 0px 0px 0px;
}

.ttm-row.ttm-without-sidebar {
  padding: 100px 0 50px 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 {
  z-index: 1;
}

.bg-layer-equal-height .ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes {
  height: 100%;
}

.ttm-bg-layer, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer, .ttm-col-wrapper-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: -500px;
  right: 0;
}

.ttm-right-span > .ttm-col-wrapper-bg-layer {
  width: auto;
  margin-right: -500px;
  right: 0;
}

.layer-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.bg-layer {
  position: relative;
}

.bg-layer > .container > .row {
  margin: 0;
}

.bg-layer > .container, .bg-layer > .container-fluid {
  padding: 0;
}

.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: .88;
}

.ttm-bgcolor-white.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bgcolor-white.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: .94;
}

.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.08;
}

.bg-img6.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.8;
}

.bg-img8.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.5;
}

.bg-img9.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.7;
}

.ttm-bgcolor-dark.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.55;
}

.ttm-bgcolor-grey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.05;
}

.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.9;
}

/* ===============================================
  4.Row-Bg-Image  
------------------------*/
.bg-img1 {
  background-image: url(../image/img/bg-image/row-bgimage-1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img2 {
  background-image: url(../image/img/bg-image/row-bgimage-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-img3 {
  background-image: url(../image/img/bg-image/row-bgimage-3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img4 {
  background-image: url(../image/img/bg-image/row-bgimage-4.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-img5 {
  background-image: url(../image/img/bg-image/row-bgimage-5.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg-img6 {
  background-image: url(../image/img/bg-image/row-bgimage-6.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.bg-img7 {
  background-image: url(../image/img/bg-image/row-bgimage-7.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.bg-img8 {
  background-image: url(../image/img/bg-image/row-bgimage-8.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-img9 {
  background-image: url(../image/img/bg-image/row-bgimage-9.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* ===============================================
  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(../image/img/bg-image/col-bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.col-bg-img-two.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../image/img/bg-image/icon-img1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
}

.col-bg-img-three.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../image/img/bg-image/iocn-img2.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
}

.col-bg-img-four.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../image/img/bg-image/col-bgimage-2.jpg);
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
}

.col-bg-img-five.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../image/img/bg-image/col-bgimage-5.jpg);
  background-position: 50% 50%;
  background-repeat: repeat;
  background-size: cover;
}

.col-bg-img-six.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../image/img/bg-image/col-bgimage-6.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-bg-img-seven.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../image/img/bg-image/col-bgimage-7.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-bg-img-eight.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../image/img/bg-image/col-bgimage-8.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-bg-img-eight.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: .02;
}

.col-bg-img-nine.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../image/img/bg-image/col-bgimage-9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.col-bg-img-ten.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../image/img/bg-image/col-bgimage-10.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ===============================================
  6.Section-Title  
------------------------*/
.section-title {
  position: relative;
  margin-bottom: 12px;
  margin-top: -7px;
}

.section-title .h3-tx,
.section-title h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
  color: var(--body-fonts-color);
  margin-bottom: 5px;
}

 .h2-tx.title,
.section-title .h2-tx.title,
.section-title h2.title {
  font-weight: 800;
  font-size: 43px;
  line-height: 56px;
  text-transform: capitalize;
  color: var(--bg-dark);
  margin-bottom: 15px;
}

.section-title .h2-tx.title span,
.section-title h2.title span {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 800;
  display: inline-block;
  color: var(--bg1);
}

.section-title .title-desc p {
  padding-bottom: 15px;
  margin: 0;
}

.section-title.title-style-center_text {
  text-align: center;
}

.section-title.title-style-center_text .title-desc p {
  margin-bottom: 15px;
  width: 55%;
  margin: 0 auto;
}

.section-title .title-header {
  position: relative;
  padding-left: 28px;
  margin-bottom: 25px;
}

.section-title .title-header:after {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  background-color: var(--bg1);
  top: 0;
}

.section-title.title-style-center_text .title-header:after {
  content: unset;
}

.section-title.style3 h4.title {
  display: inline-block;
  font-family: var(--body-fonts);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 27px;
  color: var(--bg-dark);
  background-color: var(--bg1);
  padding: 4px 18px 3px 18px;
}

.ttm-bgcolor-darkgrey .section-title.style3 h4.title {
  background-color: rgb(128, 128, 128, 0.22);
  color: #FFFFFFDB;
  font-family: var(--body-fonts);
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: capitalize;
}

.ttm-bgcolor-darkgrey .section-title.style3 h2 {
  color: var(--light);
  font-family: var(--title-fonts);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.3em;
}

.section-title.style3 h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.section-title.style3 h2 span {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 800;
  display: inline-block;
}

/* style2 */
.section-title.style2 {
  margin-bottom: 22px;
}

.section-title.style2 .title-header {
  width: 49.5%;
  padding-right: 30px;
  padding-bottom: 0;
  position: relative;
}

.section-title.style2 .title-desc {
  padding-right: 20px;
}

.section-title.style2 .title-desc p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.section-title.style2 .title-header, .section-title.style2 .title-desc {
  display: table-cell;
  vertical-align: middle;
}

h3.title {
  font-size: 24px;
  line-height: 30px;
}

h3.title span {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 800;
  display: inline-block;
}

.ttm-desc p {
  color: var(--bg-dark);
  font-family: var(--title-fonts);
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
}

/**/
.row-title .section-title h2 {
  font-size: 60px;
  line-height: 70px;
}

.row-title .section-title {
  margin-bottom: 20px;
}

.col-title.section-title .h2-tx,
.col-title.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 40px;
}

.col-title.section-title .h2-tx span,
.col-title.section-title h2 span {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 800;
  display: inline-block;
  color: var(--bg1);
}

.column-title:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 7px solid var(--bg1);
  top: 0;
  left: -25px;
}

/* ===============================================
  7.sep_holder
------------------------*/
.ttm-horizontal_sep {
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
}

.ttm-bgcolor-darkgrey .ttm-horizontal_sep {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.ttm-bgcolor-white .ttm-horizontal_sep {
  border-top-color: #0000001a;
}

.border, .border-top, .border-left, .border-bottom, .border-right {
  border-color: #E3E3E3 !important;
}

.ttm-bgcolor-darkgrey .border, .ttm-bgcolor-darkgrey .border-top, .ttm-bgcolor-darkgrey .border-left, .ttm-bgcolor-darkgrey .border-bottom, .ttm-bgcolor-darkgrey .border-right, .ttm-bgcolor-skincolor .border, .ttm-bgcolor-skincolor .border-top, .ttm-bgcolor-skincolor .border-left, .ttm-bgcolor-skincolor .border-bottom, .ttm-bgcolor-skincolor .border-right {
  border-color: rgba(255, 255, 255, 0.06) !important;
}

.ttm-vertical_sep > [class*='col']:not(:last-child):before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: 15px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.06);
}

.row.no-gutters.ttm-vertical_sep > [class*='col']:not(:last-child):before {
  right: 0;
}

.ttm-bgcolor-darkgrey .ttm-vertical_sep > [class*='col']:not(:last-child):before, .ttm-bgcolor-skincolor .ttm-vertical_sep > [class*='col']:not(:last-child):before {
  background-color: rgba(255, 255, 255, .21);
}

/* ===============================================
  8.Buttons
------------------------*/
.ttm-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
  padding: 15px 30px 15px 30px;
  background: transparent;
  border: 2px solid var(--bg-dark);
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.ttm-btn i {
  transition: ease-in-out 0.5s;
  font-size: 18px;
  line-height: 18px;
}

.ttm-btn:hover i {
  webkit-animation: tfLeftToRight 0.5s forwards;
  -moz-animation: tfLeftToRight 0.5s forwards;
  animation: tfLeftToRight 0.5s forwards;
}

@-webkit-keyframes tfLeftToRight {
  49% {
      -webkit-transform: translateX(100%);
  }

  50% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
  }

  51% {
      opacity: 1;
  }

}

@keyframes tfLeftToRight {
  49% {
      transform: translateX(100%);
  }

  50% {
      opacity: 0;
      transform: translateX(-100%);
  }

  51% {
      opacity: 1;
  }

}

.ttm-btn.ttm-icon-btn-left {
  padding-left: 22px;
  transition: unset;
}

.ttm-btn.ttm-icon-btn-right {
  padding-right: 22px;
  transition: unset;
}

.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: var(--light);
}

.ttm-btn:hover.btn-inline.ttm-btn-color-skincolor {
  background-color: transparent;
  color: var(--bg-dark);
}

.rev-btn.ttm-btn.ttm-btn-style-fill:hover {
  background-color: transparent;
  border-color: currentColor;
}

.rev-btn.ttm-btn.ttm-btn-style-fill:before {
  position: unset;
  background-color: transparent;
}

/** btn-with-icon **/
.ttm-btn i {
  display: inline-block;
  vertical-align: middle;
  text-align: inherit;
  margin-left: 10px;
  transition: .4s;
}

.ttm-btn.ttm-icon-btn-right i {
  text-align: right;
  margin-left: 10px;
  margin-right: 0;
}

.ttm-btn.ttm-icon-btn-left i {
  text-align: left;
  margin-right: 10px;
  margin-left: 0;
}

/** btn-size-xs **/
.ttm-btn.ttm-btn-size-xs {
  font-size: 11px;
  padding: 8px 20px;
}

.ttm-btn.ttm-btn-size-xs i {
  font-size: 10px;
  line-height: 11px;
}

.ttm-btn.ttm-icon-btn-right.ttm-btn-size-xs i {
  text-align: right;
  margin-left: 6px;
  margin-right: 0;
}

.ttm-btn.ttm-icon-btn-left.ttm-btn-size-xs i {
  text-align: left;
  margin-right: 6px;
  margin-left: 0;
}

/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm {
  font-size: 13px;
  padding: 15px 20px;
}

.ttm-btn.ttm-btn-size-sm i {
  font-size: 13px;
  line-height: 14px;
}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md {
  font-size: 14px;
  padding: 12px 30px 12px 30px;
}

.ttm-btn.ttm-btn-size-md i {
  font-size: 14px;
  line-height: 15px;
  font-size: 16px;
}

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg {
  font-size: 18px;
  line-height: 18px;
  padding: 15px 35px;
}

.ttm-btn.ttm-btn-size-lg i {
  font-size: 18px;
  line-height: 18px;
}

/** btn-shape **/
.ttm-btn.ttm-btn-shape-round {
  border-radius: 2em;
}

.ttm-btn.ttm-btn-shape-rounded {
  border-radius: 3px;
}

.ttm-btn.ttm-btn-shape-square {
  border-radius: 0;
}

/** btn-style-border **/
.ttm-btn.ttm-btn-style-border {
  background-color: transparent;
  border: 2px solid currentColor;
}

.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

/** btn-inline **/
.ttm-btn.btn-inline {
  text-transform: capitalize;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.ttm-btn.btn-inline i {
  display: inline-block;
  vertical-align: middle;
  transition: 0s;
}

.ttm-btn.btn-inline.ttm-icon-btn-right i {
  margin-left: 7px;
  transition: ease-in-out 0.5s;
  font-size: 18px;
  line-height: 18px;
}

.ttm-btn.btn-inline:hover i {
  margin-left: 7px !important;
  webkit-animation: tfLeftToRight 0.5s forwards;
  -moz-animation: tfLeftToRight 0.5s forwards;
  animation: tfLeftToRight 0.5s forwards;
}

@-webkit-keyframes tfLeftToRight {
  49% {
      -webkit-transform: translateX(100%);
  }

  50% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
  }

  51% {
      opacity: 1;
  }

}

@keyframes tfLeftToRight {
  49% {
      transform: translateX(100%);
  }

  50% {
      opacity: 0;
      transform: translateX(-100%);
  }

  51% {
      opacity: 1;
  }

}

.ttm-btn.btn-inline.ttm-icon-btn-left i {
  margin-right: 7px;
  transition: ease-in-out .5s;
}

.ttm-btn.btn-inline i.fa-minus:before {
  height: 1px;
  display: block;
}

.ttm-btn.btn-inline.ttm-icon-btn-left:hover i {
  margin-right: 11px !important;
}

/* play-btn / play-icon */
.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: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0;
  z-index: 2;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm i.fa-play {
  padding-left: 5px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md {
  display: block;
  height: 67px;
  width: 67px;
  line-height: 67px;
  margin: 0;
  z-index: 2;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md i.fa-play {
  font-size: 28px;
}

i.fa-play {
  padding-left: 5px;
}

.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: calc(100% * 1.3);
  height: calc(100% * 1.3);
  opacity: .3;
  background-color: var(--light);
}

.ttm-play-icon-btn .ttm-play-icon-animation:before {
  width: calc(100% * 1.6);
  height: calc(100% * 1.6);
  opacity: .5;
  background-color: var(--light);
}

.ttm-bgcolor-skincolor .ttm-play-icon-btn .ttm-play-icon-animation:after {
  opacity: .1;
}

.ttm-bgcolor-skincolor .ttm-play-icon-btn .ttm-play-icon-animation:before {
  opacity: .3;
}

.ttm-play-icon-btn:hover .ttm-play-icon-animation:after, .ttm-play-icon-btn:hover .ttm-play-icon-animation:before {
  -webkit-animation: sep-anim 1.05s infinite;
  -moz-animation: sep-anim 1.05s infinite;
  -ms-animation: sep-anim 1.05s infinite;
  -o-animation: sep-anim 1.05s infinite;
  animation: sep-anim 1.05s infinite;
}

@-webkit-keyframes sep-anim {
  100% {
      width: 200%;
      height: 200%;
      opacity: 0
  }

}

@keyframes sep-anim {
  100% {
      width: 200%;
      height: 200%;
      opacity: 0
  }

}

.ttm-play-icon-title {
  padding-left: 15px;
  padding-top: 15px;
}

.ttm-play-icon-title h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}

.ttm-play-icon.style1 {
  position: absolute;
  bottom: -25px;
  left: -100px;
  right: 0;
}



.ttm-play-icon.style1 .ttm-icon i {
  font-size: 45px;
  line-height: 110px;
}

.ttm-play-icon-animation.style2 {
  display: inline-flex;
}

.ttm-play-icon-animation.style2 .ttm-icon {
  margin-bottom: 0;
}

.ttm-play-icon-animation.style2 .ttm-icon i {
  line-height: normal;
}

.ttm-play-icon.style2 .ttm-play-icon-title {
  display: inline-table;
  vertical-align: top
}

/* ===============================================
  9.Icons
------------------------*/
.ttm-icon {
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  box-sizing: content-box;
  position: relative;
}

/*.ttm-icon i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/

/** 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: 18px;
}

/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm {
  height: 45px;
  width: 45px;
  line-height: 50px;
}

.ttm-icon.ttm-icon_element-size-sm i {
  font-size: 22px;
  line-height: 50px;
}

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md {
  height: 67px;
  width: 67px;
  line-height: 67px
}

.ttm-icon.ttm-icon_element-size-md i {
  font-size: 37px;
}

/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg {
  height: 78px;
  width: 78px;
  line-height: 78px;
}

.ttm-icon.ttm-icon_element-size-lg i {
  font-size: 48px;
}

/** icon-size-xl **/
.ttm-icon.ttm-icon_element-size-xl {
  height: 99px;
  width: 99px;
  line-height: 99px;
}

.ttm-icon.ttm-icon_element-size-xl i {
  font-size: 58px;
}

.ttm-icon.ttm-icon_element-onlytxt {
  height: auto;
  width: auto;
  line-height: 1;
}

.ttm-icon.ttm-icon_element-onlytxt i {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate(0, 0);
}

/** icon-shape **/
.ttm-icon.ttm-icon_element-style-round {
  border-radius: 5px;
}

.ttm-icon.ttm-icon_element-style-rounded {
  border-radius: 50%;
}

.ttm-icon.ttm-icon_element-style-square {
  border-radius: 0;
}

/* ttm-list-style-icon */
.ttm-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.ttm-list.ttm-list-style-icon.font-weight-normal li i, .ttm-list.ttm-list-style-icon.font-weight-normal .ttm-list-li-content {
  font-weight: normal;
  padding-bottom: 2px;
}

.ttm-list.ttm-list-style-icon li {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.ttm-list.ttm-list-style-icon li:hover {
  color: var(--bg1);
  
}

.ttm-list.ttm-list-style-icon li i {
  position: absolute;
  left: auto;
  top: 4px;
  font-weight: 700;
}

.ttm-list.ttm-list-style-icon li i.fa-minus:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  height: 2px;
  width: 7px;
  background-color: currentcolor;
}

.ttm-list.ttm-list-style-icon .ttm-list-li-content {
  display: inline-block;
  padding-left: 30px;
  font-weight: 500;
}

.ttm-list.ttm-bordered-lists li {
  padding: 13px 0 13px 0;
  display: block;
}

.ttm-list.ttm-bordered-lists li+li {
  border-top: 1px solid #eee;
}

.row > [class*='col']:nth-of-type(even) > .ttm-list.ttm-bordered-lists li:before {
  content: "";
  position: absolute;
  border-right: 1px solid #ebebeb;
  width: 1px;
  height: 65%;
  top: 18%;
  left: -15px;
}

.ttm-list.ttm-bordered-lists.ttm-list-style-icon li i {
  top: 19px;
}

/* ttm-video-icon */
.ttm-video-icon .ttm-icon.ttm-icon_element-size-md {
  height: 98px;
  width: 98px;
  line-height: 98px;
}

.ttm-video-icon .ttm-icon.ttm-icon_element-size-md i {
  font-size: 40px;
}

.ttm-right-video-icon, .ttm-left-video-icon, .ttm-center-video-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

/* ===============================================
  10.Fid
------------------------*/
.inside {
  position: relative;
  transition: all .4s;
  padding: 10px 0 15px;
}

.ttm-fid-view-lefticon .ttm-fid-icon-wrapper, .ttm-fid-view-lefticon .ttm-fid-contents, .ttm-fid-view-righticon .ttm-fid-icon-wrapper, .ttm-fid-view-righticon .ttm-fid-contents {
  display: table-cell;
  vertical-align: top;
}

.ttm-fid-view-lefticon .ttm-fid-contents, .ttm-fid-view-righticon .ttm-fid-icon-wrapper {
  padding-left: 20px;
  text-align: left;
}

.ttm-fid-view-topicon i {
  margin-bottom: 10px;
}

.ttm-fid-icon-wrapper i {
  font-size: 45px;
  line-height: 50px;
  display: inline-block;
}

.inside h4, .inside h4 span {
  font-size: 46px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 0;
}

.inside h3 {
  margin-bottom: 0;
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  padding-top: 0;
  color: inherit;
}

.ttm-fid span:not(.numinate) {
  opacity: 1;
  font-size: 35px;
  font-weight: 600;
  bottom: 0;
}

.ttm-fid.inside.ttm-fid-boxed-view {
  background-color: rgba(0, 0, 0, .02);
  padding: 25px 30px 35px 35px;
  margin: 15px 0;
}

.ttm-bgcolor-darkgrey .ttm-fid.inside.ttm-fid-boxed-view, .ttm-bgcolor-skincolor .ttm-fid.inside.ttm-fid-boxed-view {
  background-color: rgba(242, 242, 242, .1);
}

/**style1*/
.ttm-fid.inside.style1 {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgb(43 52 59 / 10%);
  padding: 20px 10px 16px 10px;
  background-color: var(--light);
}

.ttm-fid.inside.style1 .ttm-fid-contents {
  text-align: center;
  padding-right: 95px;
}

.ttm-fid.inside.style1 h4, .ttm-fid.inside.style1 h4 span {
  font-size: 37px;
  line-height: 46px;
  font-weight: 700;
}

.ttm-fid.inside.style1 .ttm-fid-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.ttm-fid.inside.style1 .ttm-fid-icon-wrapper i {
  font-size: 50px;
  line-height: 110px;
}

.ttm-fid.inside.style1 h3 {
  font-size: 16px;
  line-height: 18px;
  color: var(--body-fonts-color);
}

/** style2**/
.ttm-fid.inside.style2 {
  margin: 0;
  padding: 0px 0px 0px 20px;
  position: relative;
  border-right: 1px solid #FFFFFF12;
}

.row.col-lg-3.ttm-fid.inside.style2:last-child {
  border-right: none;
}

.ttm-fid.inside.style2 .ttm-fid-icon-wrapper i {
  font-size: 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  color: var(--bg1);
}

.ttm-fid.inside.style2:hover .ttm-fid-icon-wrapper i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.ttm-fid.inside.style2 h4, .ttm-fid.inside.style2 h4 span {
  font-size: 36px;
  line-height: 46px;
  color: var(--light);
  font-weight: 700;
}

.ttm-fid.inside.style2 h3 {
  font-size: 16px;
  line-height: 26px;
  color: var(--light);
}

/**style3**/
.ttm-fid.inside.style3 {
  padding: 20px 15px 0px 0px;
}

.ttm-fid.inside.style3 .ttm-fid-contents {
  display: table-cell;
  vertical-align: inherit;
}

.ttm-fid.inside.style3 .ttm-fid-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.ttm-fid.inside.style3 .ttm-fid-title h6 {
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
  color: var(--bg-dark);
  margin-top: -5px;
}

.ttm-bgcolor-skincolor .ttm-fid.inside.style3 h3.ttm-fid-title, .ttm-bgcolor-darkgrey .ttm-fid.inside.style3 h3.ttm-fid-title {
  color: rgba(255, 255, 255, .8);
}

.ttm-fid.inside.style3 h4, .ttm-fid.inside.style3 h4 span {
  font-size: 64px;
  line-height: 46px;
  color: var(--bg1);
  font-weight: 700;
}

/****/
.ttm-fid.inside.style4 {
  margin: 0;
  padding: 22px 15px 30px 30px;
  position: relative;
  background-color: var(--light);
  width: 77%;
}

.ttm-fid.inside.style4 .ttm-fid-icon-wrapper i {
  font-size: 60px;
  padding-top: 10px;
  display: block;
  color: var(--bg1);
}

.ttm-fid.inside.style4 .h4-tx, .ttm-fid.inside.style4 .h4-tx span ,
.ttm-fid.inside.style4 h4, .ttm-fid.inside.style4 h4 span {
  font-size: 36px;
  line-height: 46px;
  color: var(--bg-dark);
  font-weight: 700;
}

.ttm-fid.inside.style4 h3 {
  font-size: 16px;
  line-height: 26px;
  color: var(--body-fonts-color);
}

/****/
.vertical-border:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: -36px;
  background-color: var(--bg1);
  top: 30px;
  z-index: -1;
}

.fid-box-style {
  position: absolute;
  bottom: 0px;
  left: 90px;
}

.ttm-fid.inside.style5 {
  text-align: center;
  position: relative;
  padding: 20px 30px 0px 30px;
  border-style: solid;
  border-width: 20px 20px 20px 20px;
  border-color: #F1F4F9;
  background-color: var(--bg1);
}

.ttm-fid.inside.style5 .h4-tx, .ttm-fid.inside.style5 .h4-tx span ,
.ttm-fid.inside.style5 h4, .ttm-fid.inside.style5 h4 span {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: var(--light);
}

.ttm-fid.inside.style5 p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: var(--light);
}

/****/
.ttm-fid.inside.style6 {
  padding: 35px 15px 50px;
  margin: 15px;
  text-align: center;
  background-color: var(--grey-color);
}

.ttm-fid.inside.style6 .ttm-fid-icon-wrapper {
  margin-bottom: 0px;
  height: 79px;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.ttm-fid.inside.style6 .ttm-fid-icon-wrapper i {
  position: relative;
  top: 15px;
  font-size: 45px;
}

.ttm-fid.inside.style6 h4, .ttm-fid.inside.style6 h4 span {
  font-size: 43px;
  line-height: 50px;
  font-weight: bold;
}

.ttm-fid.inside.style6 h3 {
  margin-bottom: 0;
  width: 100%;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  padding-top: 5px;
  color: var(--body-fonts-color);
}

/* ===============================================
  11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box {
  position: relative;
  margin: 15px 0;
}

.featured-icon-box .ttm-icon {
  margin-bottom: 0;
}

.featured-title .h3-tx,
.featured-title h3 {
  font-size: 20px;
  line-height: 30px;    
  font-weight: 600;
  text-transform: capitalize;
  color: var(--bg-dark);
}

.featured-icon-box.icon-align-before-content .featured-icon, .featured-icon-box.icon-align-before-content 
.featured-content, .featured-icon-box.icon-align-before-title .featured-title, .featured-icon-box.icon-align-before-title .featured-icon {
  display: table-cell;
  vertical-align: middle;
}

.featured-icon-box.icon-align-before-content .featured-icon i {
  display: inline-block;
  vertical-align: middle;
}

.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
  vertical-align: top;
  padding-top: 4px;
}

.featured-icon-box.icon-align-before-content .featured-content, .featured-icon-box.icon-align-before-title 
.featured-title {
  padding-left: 15px;
}

.featured-icon-box.icon-align-before-content .featured-title h3 {
  margin-bottom: 13px;
}

.featured-icon-box.icon-align-before-title .featured-title h3 {
  margin-bottom: 0;
}

.featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
  margin-bottom: 0;
}

.featured-icon-box.icon-align-before-title .featured-content {
  margin-top: 15px;
}

.featured-icon-box.icon-align-top-content .featured-content {
  padding-top: 15px;
}

.container-fluid, .container {
  counter-reset: featuredbox-number;
}

.featuredbox-number .ttm-num:before {
  counter-increment: featuredbox-number;
  content: counter(featuredbox-number, decimal-leading-zero) " ";
}

/* style1 */
.featured-icon-box.style1 {
  padding: 45px 30px 40px 30px;
  margin: 0;
  background-color: var(--light);
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  text-align: center;
  webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  -webkit-transition: .5s cubic-bezier(.24, .74, .58, 1);
  -khtml-transition: .5s cubic-bezier(.24, .74, .58, 1);
  -moz-transition: .5s cubic-bezier(.24, .74, .58, 1);
  -ms-transition: .5s cubic-bezier(.24, .74, .58, 1);
  -o-transition: .5s cubic-bezier(.24, .74, .58, 1);
  transition: .5s cubic-bezier(.24, .74, .58, 1);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}

.featured-icon-box.style1 .ttm-icon {
  position: relative;
  height: 85px;
  width: 85px;
  line-height: 95px;
  text-align: center;
  background-color: var(--grey-color);
  color: var(--bg1);
}

.featured-icon-box.style1 .ttm-icon i {
  font-size: 45px;
}

.featured-icon-box.style1 {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.featured-icon-box.style1:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.featured-icon-box.style1 .ttm-btn.btn-inline.ttm-icon-btn-right i {
  color: var(--bg1);
}

/* style2 */
.featured-icon-box.style2 {
  background-color: #1a0682;
  padding: 55px 15px 52px;
  position: relative;
  text-align: center;
  height: 344px;
  overflow: hidden;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -o-transition: all .9s;
  -ms-transition: all .9s;
  transition: all .9s;
  z-index: 1;
}

.featured-icon-box.style2:before, .featured-icon-box.style2:after {
  webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: -1;
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  opacity: 0;
}

.featured-icon-box.style2:before {
  content: '';
  border-left: 3px solid;
  border-top: 3px solid;
  top: 0;
  left: 0;
  color: var(--bg1);
}

.featured-icon-box.style2:after {
  content: '';
  border-right: 3px solid;
  border-bottom: 3px solid;
  bottom: 0;
  right: 0;
  color: var(--bg1);
}

.featured-icon-box.style2.active:before, .featured-icon-box.style2.active:after, .featured-icon-box.style2:hover:before, .featured-icon-box.style2:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 45px;
  height: 45px;
  opacity: 1;
}

.featured-icon-box.style2 .ttm-icon i {
  font-size: 45px;
}

/* style3 */
.featured-icon-box.style3 {
  -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
  transition: .3s cubic-bezier(.24, .74, .58, 1);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  position: relative;
}

.featured-icon-box.style3:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.featured-icon-box.style3 .featured-content {
  padding: 65px 35px 40px;
  text-align: center;
  position: relative;
  margin: 50px 0 30px;
  z-index: -1;
  background-color: var(--light);
  -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-icon-box.style3 .ttm-icon {
  position: absolute;
  padding-bottom: 13px;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  text-align: center;
  border-radius: 50%;
}

.featured-icon-box.style3 .ttm-icon i {
  display: inline-block;
  font-size: 40px;
  line-height: 90px;
  color: #fff;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.featured-icon-box.style3:hover .ttm-icon i {
  transform: rotateY(360deg);
}

/*style4*/
.featured-icon-box.style4 {
  padding: 30px 30px 30px 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  position: relative;
}

.featured-icon-box.style4:first-child {
  padding-top: 20px;
}

.featured-icon-box.style4:last-child {
  border-bottom: none;
}

.featured-icon-box.style4 .ttm-icon {
  margin-top: -25px;
}

.featured-icon-box.style4 .ttm-icon {
  height: 39px;
  width: 39px;
  line-height: 39px;
  text-align: center;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  background-color: var(--bg1);
}

.featured-icon-box.style4 .ttm-icon:before {
  position: absolute;
  content: '';
  height: 49px;
  width: 49px;
  line-height: 49px;
  background-color: transparent;
  border: 1px solid var(--bg1);
  display: block;
  top: -5px;
  left: -5px;
}

.featured-icon-box.style4 .ttm-icon i {
  font-size: 15px;
  font-weight: 600;
  color: var(--bg-dark);
  font-family: var(--body-fonts);
}

.featured-icon-box.style4 .featured-content {
  padding-left: 25px;
}

.featured-icon-box.style4 .featured-content .featured-title h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

/* style5 */
.featured-icon-box.style5 {
  position: relative;
}

.featured-icon-box.style5:after {
  display: block;
  height: 100%;
  content: '';
  position: absolute;
  left: -50px;
  width: 1px;
  top: 5%;
  background-color: #e3e3e3c4;
}

.featured-icon-box.style5:before {
  display: block;
  height: 1px;
  content: '';
  position: absolute;
  right: 25px;
  width: 100%;
  bottom: -20px;
  background-color: #e3e3e3c4;
}

.row > [class*='col']:nth-child(2n+1) > .featured-icon-box.style5:after {
  content: unset;
}

.row > [class*='col']:nth-child(3n) > .featured-icon-box.style5:before, .row > [class*='col']:nth-child(4n) > .featured-icon-box.style5:before {
  content: unset;
}

/* style6 */
.featured-icon-box.style6 {
  transition: all 500ms ease;
  position: relative;
  margin-bottom: 0;
}

.featured-icon-box.style6:hover {
  transform: translateY(-10px);
}

.featured-icon-box.style6 .featured-icon .ttm-icon {
  position: relative;
  font-size: 55px;
  height: 105px;
  width: 140px;
  line-height: 100px;
  text-align: center;
  margin: 0 auto;
  transition: .5s;
  background-color: #082452;
  padding-top: 30px;
  border: none;
}

.featured-icon-box.style6 .featured-icon .ttm-icon i {
  font-size: 55px;
  color: var(--bg1);
}

.featured-icon-box.style6:hover .featured-icon .ttm-icon i {
  color: var(--light);
  z-index: 2;
  position: relative;
}

.featured-icon-box.style6 .process-num {
  z-index: 1;
}

.featured-icon-box.style6 .process-num:before {
  counter-increment: featured-imagebox-procedure;
  content: counter(featured-imagebox-procedure, decimal-leading-zero) " ";
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  transition: all .6s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--bg1);
  border-radius: 50px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

section {
  counter-reset: featured-imagebox-procedure;
}

.featured-icon-box.style6 .featured-icon .ttm-icon:before, .featured-icon-box.style6 .featured-icon .ttm-icon:after {
  position: absolute;
  content: '';
  background-color: var(--bg1);
  transition: 0.5s all ease;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.featured-icon-box.style6 .featured-icon .ttm-icon:before {
  left: 0px;
  top: 0px;
}

.featured-icon-box.style6 .featured-icon .ttm-icon:after {
  bottom: 0px;
  right: 0;
}

.featured-icon-box.style6:hover .featured-icon .ttm-icon:before, .featured-icon-box.style6:hover .featured-icon .ttm-icon:after {
  height: 100%;
  width: 100%;
}

.featured-icon-box.style6 .featured-content {
  padding: 25px 10px 0;
}

.featured-icon-box.style6 .featured-content .featured-desc p {
  margin-bottom: 0;

}


/* style7 */
.featured-icon-box.style7 {
  padding: 40px 25px 38px 25px;
  background-color: var(--light);
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s cubic-bezier(.24, .74, .58, 1);
  -khtml-transition: .5s cubic-bezier(.24, .74, .58, 1);
  -moz-transition: .5s cubic-bezier(.24, .74, .58, 1);
  -ms-transition: .5s cubic-bezier(.24, .74, .58, 1);
  -o-transition: .5s cubic-bezier(.24, .74, .58, 1);
  transition: .5s cubic-bezier(.24, .74, .58, 1);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

.featured-icon-box.style7:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.featured-icon-box.style7 .ttm-icon i {
  font-size: 45px;
}

.featured-icon-box.style7 .featured-content {
  padding-top: 8px;
}

.featured-icon-box.style7 .featured-content .featured-title h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
}

.featured-icon-box.style7 .featured-content .featured-desc p {
  margin-bottom: 0;
}

/* style8 */
.featured-icon-box.style8 {
  padding: 45px 30px 38px 30px;
  background-color: var(--grey-color);
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s cubic-bezier(.24, .74, .58, 1);
  -khtml-transition: .5s cubic-bezier(.24, .74, .58, 1);
  -moz-transition: .5s cubic-bezier(.24, .74, .58, 1);
  -ms-transition: .5s cubic-bezier(.24, .74, .58, 1);
  -o-transition: .5s cubic-bezier(.24, .74, .58, 1);
  transition: .5s cubic-bezier(.24, .74, .58, 1);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}

.featured-icon-box.style8:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.featured-icon-box.style8 .ttm-icon i {
  font-size: 45px;
}

.featured-icon-box.style8 .featured-content {
  padding-top: 8px;
}

.featured-icon-box.style8 .featured-content .featured-title h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
}

/** style-9**/
.featured-icon-box.style9 {
  padding: 35px 35px 30px;
  background-color: var(--light);
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

.featured-icon-box.style9:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 3px solid var(--bg1);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.featured-icon-box.style9:hover:before, .featured-icon-box.style9.active:before {
  transform: scaleX(1);
}

.featured-icon-box.style9 .ttm-icon i {
  font-size: 45px;
}

.featured-icon-box.style9.icon-align-before-content .featured-icon {
  vertical-align: top;
}

.featured-icon-box.style9.icon-align-before-content .featured-title h3 {
  margin-bottom: 10px;
}

/****/
.featured-icon-box.style10.without-icon {
  padding: 30px 15px;
  margin: 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background-color: var(--grey-color);
}

.featured-icon-box.style10.without-icon .featured-content .featured-desc p {
  margin-bottom: 0;
}

/****/
.featured-icon-box.style11 {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: absolute;
  bottom: -15px;
  right: 0;
  background-color: var(--bg1);
  padding: 10px 25px;
}

.featured-icon-box.style11:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  z-index: 1;
  top: -2px;
  left: -40px;
  border: 40px solid transparent;
  border-top: 0;
  border-bottom-color: #ffa800;
  border-right: 0;
  border-bottom-width: 75px;
}

.featured-icon-box.style11 .featured-icon i {
  height: 45px;
  width: 45px;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  display: block;
}

.featured-icon-box.style11 .featured-content {
}

/* ===============================================
  12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox, .featured-imagebox .featured-thumbnail {
  position: relative;
  overflow: hidden;
}

.featured-imagebox .featured-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.featured-imagebox:hover .featured-thumbnail img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.featured-imagebox {
  margin: 15px 0;
}

.featured-imagebox .featured-content .featured-title h3 {
  position: relative;
  overflow: hidden;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.featured-imagebox .featured-content .category, .featured-imagebox .featured-content .category a {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 0;
  transition: all .3s;
  display: inline-block;
}

.ttm-box-view-overlay, .ttm-box-view-content-inner {
  position: relative;
  overflow: hidden;
}

.ttm-box-view-overlay:after {
  content: "";
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.40);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

div:hover > .ttm-box-view-overlay:after {
  height: 100%;
  opacity: 1;
  overflow: hidden;
}

/* post */
.featured-imagebox-post .featured-content .post-meta span {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 12px;
}

.featured-imagebox-post .featured-content .post-meta span:last-child {
  margin-right: 0;
}

.featured-imagebox-post .featured-content .post-meta span:not(:last-child):after {
  position: absolute;
  background-color: currentColor;
  display: inline-block;
  content: "/ ";
  color: var(--body-fonts-color);
  width: 1px;
  height: 100%;
  border-radius: 50%;
  vertical-align: middle;
  top: 0;
  background-color: transparent;
  right: -10px;
}

.featured-imagebox-post .featured-content .post-meta span i {
  padding-right: 8px;
  font-size: 14px;
  line-height: 0;
}

.featured-imagebox-post .featured-content .post-meta span i.fa-comments-o {
  font-size: 16px;
}

.featured-imagebox-post .ttm-box-post-date .ttm-entry-date {
  display: inline-block;
  padding: 20px 8px;
  z-index: 2;
  font-size: 15px;
}

.ttm-box-post-date .ttm-entry-date .entry-month, .ttm-box-post-date .ttm-entry-date .entry-year {
  font-size: 16px;
  line-height: 1;
  display: block;
  font-weight: 700;
  text-transform: capitalize;
}

.post-category {
  display: inline-block;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  padding: 6px 10px;
  color: #fff;
  margin-bottom: 15px;
}

.post-bottom.ttm-post-link {
  display: flex;
}

.ttm-post-format-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 55.25%;
  padding-top: 25px;
  height: 0;
}

.ttm-post-format-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* post-1*/
.featured-imagebox-post.style1 {
  border: 17px solid var(--light);
  background-color: var(--light);
  transition: all .4s;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

.featured-imagebox-post.style1 .post-header {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.featured-imagebox-post.style1 .featured-content {
  padding: 25px 10px 17px;
  position: relative;
}

.featured-imagebox-post.style1 .post-meta {
  display: block;
  padding: 5px 0px 0;
}

.featured-imagebox-post.style1 .ttm-box-post-date {
  position: absolute;
  right: 0;
  top: -45px;
  height: 60px;
  width: 60px;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-family: var(--title-fonts);
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}

.featured-imagebox-post.style1:hover .ttm-box-post-date {
  transform: rotateY(360deg);
}

.featured-imagebox-post.style1 .ttm-box-post-date .ttm-entry-date {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 20px;
  display: block;
  font-weight: 700;
}

.featured-imagebox-post.style1 .ttm-box-post-date .ttm-entry-date .entry-month {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
}

.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;
  z-index: 2;
  -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-post:hover .ttm-blog-overlay-iconbox a {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.featured-imagebox-post.style1 .ttm-btn {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  font-family: var(--title-fonts);
}

.featured-imagebox-post.style1  .featured-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* post-2 */
.featured-imagebox-post.style2 {
  -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;
  overflow: hidden;
}

.featured-imagebox-post.style2:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.featured-imagebox-post.style2 .featured-content {
  background-color: var(--grey-color);
  padding: 40px 72px 30px;
}

.featured-imagebox-post.style2 .ttm-box-post-date i {
  margin-right: 5px;
}

.featured-imagebox-post.style2 .ttm-box-post-date {
  position: absolute;
  color: rgb(255, 255, 255);
  z-index: 1;
  right: 0;
  top: -35px;
  display: block;
  height: 35px;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 16px;
}

.featured-imagebox-post.style2 .featured-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-imagebox-post.style2 .featured-content .post-meta {
  padding-bottom: 5px;
}


/*style-3*/
.featured-imagebox.featured-imagebox-post.style3 {
  margin-bottom: 15px;
  display: flex;
}

.featured-imagebox.featured-imagebox-post.style3 .featured-content {
  padding: 75px 15px 50px 40px;
  background-color: var(--grey-color);
}

.featured-imagebox.featured-imagebox-post.style3 .ttm-meta-line.tags-links:after {
  opacity: 0;
}

.featured-imagebox.featured-imagebox-post.style3 .featured-title h3 {
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
}

.featured-imagebox.featured-imagebox-post.style3 .post-meta {
  line-height: 5px;
  margin-bottom: 10px;
}

/*style4*/
.featured-imagebox-post-quoted.style4 {
  position: relative;
  margin-bottom: 0;
}

.featured-imagebox-post-quoted.style4 .featured-content {
  padding: 25px 18px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 100%;
  height: 100%;
}

.featured-imagebox-post-quoted.style4 .featured-content blockquote {
  background-color: transparent;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0 15px;
  border: none;
  z-index: 2;
  position: relative;
  border: 0;
}

.featured-imagebox-post-quoted.style4 .featured-content:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .8;
  background-color: var(--bg-dark);
}

.featured-imagebox-post-quoted.style4 cite {
  font-style: normal;
}

.featured-imagebox-post-quoted.style4 cite span {
  font-size: 14px;
  margin-top: -10px;
  position: relative;
  font-weight: 500;
  color: var(--light);
}

.featured-imagebox-post-quoted blockquote:before {
  font-family: 'themify';
  content: "\e67e";
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 62px;
  color: #fff;
}

/* services-01*/
.featured-imagebox-sevices.style1 {
  position: relative;
  background-color: var(--light);
  padding: 20px 20px 30px 20px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  text-align: center;
  margin-bottom: 30px !important;
  margin-top: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  overflow: visible;
}

.featured-imagebox-sevices.style1:hover {
  margin-bottom: -10px !important;
  padding-bottom: 40px;
}

.featured-imagebox-sevices.style1 .featured-thumbnail {
  position: relative;
  overflow: hidden;
}

.featured-imagebox-sevices.style1 .featured-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.featured-imagebox-sevices.style1:hover .featured-thumbnail img {
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.featured-imagebox-sevices.style1 .ttm-media-link {
  opacity: 0;
  position: absolute;
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  left: 0px;
  bottom: 0px;
  line-height: 83px;
  -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-sevices.style1 .ttm-media-link a i {
  font-size: 35px;
}

.featured-imagebox-sevices.style1:hover .ttm-media-link {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.featured-imagebox-sevices.style1 .featured-content {
  padding: 25px 0px 0;
}

.featured-imagebox-sevices.style1 .featured-content .featured-desc {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.featured-imagebox-sevices.style1 .ttm-details-link {
  position: relative;
  overflow: visible;
}

.featured-imagebox-sevices.style1 .ttm-details-link a {
  position: absolute;
  bottom: -95px;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  background-color: var(--bg-dark);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #fff;
  transition: all .5s;
  font-size: 13px;
}

.featured-imagebox-sevices.style1 .ttm-media-link .ttm-icon {
  margin-bottom: 14px;
}

.featured-imagebox-sevices.style1:hover .ttm-details-link a {
  z-index: 1;
  opacity: 1;
  bottom: -60px;
}

.featured-imagebox-sevices.style1 .ttm-details-link a i {
  font-size: 15px;
  line-height: 40px;
}

/* services-02*/
.featured-imagebox-procedure, .featured-imagebox-procedure .featured-thumbnail {
  text-align: center;
  overflow: visible;
}

.featured-imagebox-procedure .featured-thumbnail {
  display: inline-block;
}

.procedure-row:before {
  content: '';
  position: absolute;
  left: -103px;
  right: -60px;
  height: 100%;
  display: block;
  top: -50px;
  margin-left: 40px;
  background: url(../image/img/procedure-bg.html) center center no-repeat;
}

.row > [class*='col-']:nth-child(odd) .featured-imagebox-procedure {
  margin-top: 50px;
}

.featured-imagebox-procedure:hover .featured-thumbnail img {
  transform: translateY(-10px);
}

.featured-imagebox-procedure .featured-content {
  margin-top: 30px;
  padding: 0 25px;
}

.featured-imagebox-procedure .featured-content .featured-title h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.featured-imagebox-procedure .featured-thumbnail img {
  border-radius: 50%;
  min-width: auto;
  transition: all 0.3s ease 0s;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.featured-imagebox-procedure .process-num {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 20px;
  z-index: 1;
  border-radius: 50%;
}

.featured-imagebox-procedure .process-num:after {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  z-index: -1;
  opacity: .2;
}

.featured-imagebox-procedure .process-num:before {
  counter-increment: featured-imagebox-procedure;
  content: counter(featured-imagebox-procedure, decimal-leading-zero) " ";
}

section {
  counter-reset: featured-imagebox-procedure;
}

/* style1 */
.ttm-boxes-spacing-10px .featured-imagebox-portfolio.style1 {
  margin: 0;
}

.featured-imagebox.featured-imagebox-portfolio.style1 {
  overflow: visible;
}

.featured-imagebox-portfolio.style1 .ttm-media-link a i {
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
}

.featured-imagebox-portfolio.style1 .ttm-media-link a.ttm_image {
  transform: translate(-30px, -45px);
  margin-left: -45px;
}

.featured-imagebox-portfolio.style1 .ttm-media-link a {
  color: var(--light);
  text-align: center;
  font-size: 28px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  z-index: 2;
  transform: translateX(50px);
  opacity: 0;
  transition: all .4s;
  transition-delay: .1s;
  background-color: #000;
}

.featured-imagebox-portfolio.style1:hover .ttm-media-link a {
  opacity: 1;
  transform: translateX(0);
}

.featured-imagebox-portfolio.style1 .featured-thumbnail {
  position: relative;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.featured-imagebox-portfolio.style1:hover .featured-thumbnail {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.featured-imagebox-portfolio.style1 .featured-content {
  text-align: center;
  background-color: var(--grey-color);
  position: relative;
  z-index: 1;
  margin: -51px 26px 5px 0;
  padding: 23px 34px 27px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

.featured-imagebox-portfolio.style1 .featured-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--bg1);
  z-index: -1;
  transition: .5s;
}

.featured-imagebox-portfolio.style1:hover .featured-content:before {
  height: 100%;
}

.featured-imagebox-portfolio.style1:hover .featured-content, 
.featured-imagebox-portfolio.style1:hover .featured-content .h3-tx a,
.featured-imagebox-portfolio.style1:hover .featured-content h3 a,
.featured-imagebox-portfolio.style1 .featured-content .featured-title .h3-tx a:hover,
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3 a:hover
{
  color: var(--light);
}

.featured-imagebox-portfolio.style1 .featured-content .featured-title .h3-tx,
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

/* style2 */
.ttm-boxes-spacing-10px .featured-imagebox-portfolio.style2 {
  margin: 0;
}

.featured-imagebox-portfolio.style2 .ttm-box-view-overlay:after {
  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(0, 0, 0, 0.55);
}

.featured-imagebox-portfolio.style2:hover .ttm-box-view-overlay:after {
  height: 100%;
  opacity: 1;
  overflow: hidden;
}

.featured-imagebox-portfolio.style2 .ttm-media-link a {
  display: inline-block;
  font-size: 17px;
  position: absolute;
  top: 42%;
  right: 50%;
  margin-top: -15px;
  height: 45px;
  width: 45px;
  opacity: 0;
  line-height: 45px;
  border-radius: 0;
  text-align: center;
  margin-right: 5px;
  z-index: 1;
  background-color: var(--light);
  transform: translateX(-20px);
  -webkit-transition: .5s;
  transition: .5s;
}

.featured-imagebox-portfolio.style2 .ttm-media-link a.ttm_link {
  transform: translateX(20px);
  -webkit-transition: 1s;
  margin-right: -49px;
}

.featured-imagebox-portfolio.style2:hover .ttm-media-link a {
  opacity: 1;
  z-index: 2;
}

.featured-imagebox-portfolio.style2:hover .ttm-media-link a {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.featured-imagebox-portfolio.style2:hover .ttm-media-link a:hover {
  border: 1px solid var(--bg1) !important;
  background-color: transparent !important;
}

.featured-imagebox-portfolio.style2:hover .ttm-media-link a:hover i {
  color: var(--bg1);
}

.featured-imagebox-portfolio.style2 .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.style2:hover .featured-thumbnail {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.featured-imagebox-portfolio.style2 .featured-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--bg1);
  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.style2: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.style2 .featured-content .featured-title h3 {
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 0;
}

/* style3 */
.ttm-boxes-spacing-10px .featured-imagebox-portfolio.style3 {
  margin: 0;
}

.featured-imagebox.featured-imagebox-portfolio.style3 {
  text-align: center;
  padding-top: 20px;
}

.featured-imagebox.featured-imagebox-portfolio.style3 .ttm-portfolio-box-view-overlay {
  position: relative;
  overflow: hidden;
}

.featured-imagebox.featured-imagebox-portfolio.style3 .ttm-portfolio-box-view-overlay:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.55);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.featured-imagebox.featured-imagebox-portfolio.style3:hover .ttm-portfolio-box-view-overlay:after {
  opacity: 1;
}

.featured-imagebox-portfolio.style3 .ttm-media-link a i {
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
}

.featured-imagebox-portfolio.style3 .ttm-media-link a:hover i {
  color: var(--light);
}

.featured-imagebox-portfolio.style3 .ttm-media-link a {
  color: var(--light);
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  position: absolute;
  top: 57%;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  margin: -50px auto 0;
  z-index: 3;
  opacity: 0;
  background-color: var(--bg1);
  -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-portfolio.style3:hover .ttm-media-link a {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.featured-imagebox-portfolio.style3 .featured-thumbnail {
  transition: transform 0.9s ease-in-out;
  width: 100%;
  position: relative;
}

.featured-imagebox-portfolio.style3:hover .featured-thumbnail {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.featured-imagebox-portfolio.style3 .featured-content {
  text-align: center;
  position: relative;
  padding: 20px 0px 0px 0px;
}

.featured-imagebox-portfolio.style3 .featured-content .featured-title h5 {
  margin-bottom: 0;
}

.featured-imagebox-portfolio.style3 .featured-content .featured-title h5 a {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  color: var(--bg1) !important;
}

/* team-1 */
.featured-imagebox-team.style1 {
  transition: all .4s;
  position: relative;
  overflow: hidden;
  background-color: var(--light);
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

.featured-imagebox-team.style1:before {
  position: absolute;
  content: '';
  border-left: 10px solid var(--bg1);
  border-top: 10px solid var(--bg1);
  width: 70px;
  height: 70px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.featured-imagebox-team.style1 .featured-thumbnail {
  padding: 10px;
}

.featured-imagebox-team.style1 .featured-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.featured-imagebox-team.style1:hover .featured-thumbnail img {
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.featured-imagebox-team.style1 .featured-content {
  text-align: center;
  position: relative;
  padding: 10px 15px 20px;
  -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;
  overflow: hidden;
  background-color: var(--light);
}

.featured-imagebox-team .featured-content .featured-title h5 {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 5px;
}

.featured-imagebox-team.style1 .team-position {
  font-size: 14px;
  line-height: 14px;
  color: var(--body-fonts-color);
  margin-bottom: 0;
}

.featured-imagebox-team.style1 .ttm-media-link {
  position: absolute;
  right: 35px;
  top: -30px;
}

.featured-imagebox-team.style1:hover .ttm-media-link {
  height: 100%;
  opacity: 1;
}

.featured-imagebox-team.style1 .media-block .social-icons li {
  list-style: none;
  position: absolute;
  top: 0;
  left: -25px;
  opacity: 0;
  display: block;
  text-align: center;
  border-radius: 3px;
  width: 0px;
  height: 0px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.featured-imagebox-team.style1 .media-block .social-icons li a {
  background: var(--bg1);
  color: var(--light);
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 36px;
  display: block;
  border-radius: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 10px 7px 30px 0px rgba(43, 52, 59, 0.05);
  -moz-box-shadow: 10px 7px 30px 0px rgba(43, 52, 59, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
}

.featured-imagebox-team.style1 .media-block .social-icons li a:hover {
  background-color: var(--bg-dark);
  color: var(--light);
}

.featured-imagebox-team.style1:hover .media-block .social-icons li {
  opacity: 1;
  width: 37px;
  height: 37px;
  top: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.featured-imagebox-team.style1 .media-block .social-icons li:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.featured-imagebox-team.style1 .media-block .social-icons li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.featured-imagebox-team.style1 .media-block .social-icons li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.featured-imagebox-team.style1 .media-block .social-icons li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.featured-imagebox-team.style1 .media-block .social-icons li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.featured-imagebox-team.style1 .media-block .social-icons li:nth-child(6) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.featured-imagebox-team.style1 .media-block .social-icons li:nth-child(7) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.featured-imagebox-team.style1:hover .media-block .social-icons li:nth-child(1) {
  top: 55px;
}

.featured-imagebox-team.style1:hover .media-block .social-icons li:nth-child(2) {
  top: 95px;
}

.featured-imagebox-team.style1:hover .media-block .social-icons li:nth-child(3) {
  top: 135px;
}

.featured-imagebox-team.style1:hover .media-block .social-icons li:nth-child(4) {
  top: 175px;
}

.featured-imagebox-team.style1:hover .media-block .social-icons li:nth-child(5) {
  top: 215px;
}

.featured-imagebox-team.style1:hover .media-block .social-icons li:nth-child(6) {
  top: 255px;
}

.featured-imagebox-team.style1:hover .media-block .social-icons li:nth-child(7) {
  top: 295px;
}

/**style2**/
.featured-imagebox-team.style2 {
  position: relative;
  overflow: hidden;
  background-color: var(--light);
  padding: 30px;
}

.featured-imagebox-team.style2 .featured-thumbnail img {
  position: relative;
}

.featured-imagebox-team.style2 .featured-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.featured-imagebox-team.style2:hover .featured-thumbnail img {
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.featured-imagebox-team.style2 .featured-iconbox.ttm-media-link {
  position: relative;
}

.featured-imagebox-team.style2 .featured-iconbox.ttm-media-link .ttm-social-share-icon i {
  position: absolute;
  right: 40px;
  bottom: -20px;
  background: var(--bg1);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 14px;
  z-index: 1;
  color: var(--bg-dark);
  cursor: pointer;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
}

.featured-imagebox-team.style2 .featured-iconbox.ttm-media-link .ttm-social-share-icon:before {
  position: absolute;
  content: '';
  height: 52px;
  width: 52px;
  background-color: var(--bg1);
  opacity: .6;
  bottom: -26px;
  right: 34px;
  z-index: 1;
  border-radius: 50%;
}

.featured-imagebox-team.style2 .featured-iconbox.ttm-media-link .media-block  ul.social-icons {
  position: absolute;
  bottom: -40px;
  right: 40px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0;
}

.featured-imagebox-team.style2 .featured-iconbox.ttm-media-link:hover .media-block  ul.social-icons {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  opacity: 1
}

.featured-imagebox-team.style2 .featured-iconbox.ttm-media-link .media-block  ul.social-icons li {
  display: block;
  list-style: none;
}

.featured-imagebox-team.style2 .featured-iconbox.ttm-media-link .media-block  ul.social-icons li a {
  background: #ffffff;
  font-size: 14px;
  display: block;
  border-radius: 0;
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}

.featured-imagebox-team.style2 .featured-iconbox.ttm-media-link .media-block  ul.social-icons li a i {
  color: var(--bg-dark);
}

.featured-imagebox-team.style2 .featured-iconbox.ttm-media-link .media-block  ul.social-icons li a:hover i {
  color: var(--bg1);
}

.featured-imagebox-team.style2 .featured-content {
  padding-top: 25px;
}

.featured-imagebox-team.style2 .featured-content .featured-title h5 a {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 1px;
  color: var(--bg-dark);
}

.featured-imagebox-team.style2 .featured-content .featured-title h5 a:hover {
  color: var(--bg1);
}

.featured-imagebox-team.style2 .featured-content p.team-position {
  font-size: 14px;
  color: var(--body-fonts-color);
  margin-bottom: 0;
}

/* ===============================================
  13.Progress-Bar
------------------------*/
.ttm-progress-bar {
  position: relative;
}

.ttm-progress-bar:not(:last-child) {
  margin-bottom: 20px;
}

.ttm-progress-bar .progress-bar-title {
  text-align: right;
  font-size: 16px;
  line-height: 46px;
  font-weight: 500;
  font-family: var(--title-fonts);
}

.ttm-progress-bar .progress-bar-percent {
  position: absolute;
  left: -1px;
  top: 25px;
  content: '';
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  
}

.ttm-progress-bar .progress-bar {
  border-radius: 5px;
  height: 10px;
  line-height: 10px;
  position: relative
}

.ttm-progress-bar .progress-bar-inner {
  height: 10px;
  line-height: 10px;
  border-radius: 5px;
  background-color: #e9e9e9
}

/* style1 */
.ttm-progress-bar.style1 {
  position: relative;
}

.ttm-progress-bar.style1:not(:last-child) {
  margin-bottom: 20px;
}

.ttm-progress-bar.style1 .progress-bar-title {
  text-align: right;
  font-size: 16px;
  line-height: 46px;
  font-weight: 500;
  font-family: var(--title-fonts);
  padding-right: 115px;
}

.ttm-progress-bar.style1 .progress-bar-percent {
  position: absolute;
  left: -1px;
  top: 13px;
  content: '';
  height: 45px;
  width: 45px;
  font-weight: 700;
  line-height: 44px;
  border-radius: 0px;
}

.ttm-progress-bar.style1 .progress-bar {
  border-radius: 5px;
  height: 10px;
  line-height: 10px;
  position: relative;
  background-color: var(--bg-dark);
}

.ttm-progress-bar.style1 .progress-bar-inner {
  height: 10px;
  line-height: 10px;
  border-radius: 5px;
  background-color: #e9e9e9;
  width: 83%;
}

/* ===============================================
  14.Testimonial
------------------------*/
.testimonials {
  position: relative;
}

.testimonials .testimonial-caption h3 {
  font-size: 20px;
  line-height: 30px;
  display: block;
  font-weight: 500;
  margin-bottom: 0;
}

.testimonial-caption label {
  display: block;
  margin: 0;
  margin-bottom: -5px;
}

.testimonials .testimonial-content blockquote {
  padding: 10px 25px;
  font-size: 20px;
  position: relative;
  line-height: 32px;
  font-style: italic;
  margin: 0;
  font-weight: normal;
}

.star-ratings ul {
  padding: 0;
  margin: 0;
}

.star-ratings li {
  font-size: 13px;
  min-width: 13px;
  display: inline-block;
  color: #e0e8f0;
}

.star-ratings ul li.active, .star-ratings ul li.active i {
  color: #f1d121;
}

/* ttm-testimonial-box-view-style1 */
.testimonials.ttm-testimonial-box-view-style1.slick-slide {
  padding: 0;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote {
  text-align: left;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
  font-style: italic;
  padding: 35px 0 30px 0;
  border-left: none;
  color: var(--bg-dark);
  font-family: var(--body-fonts);
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 22px;
  content: '';
  background-color: var(--bg1);
  text-align: center;
  display: block;
  -webkit-mask: url(../image/img/quote-img2.svg) no-repeat 100% 100%;
  -webkit-mask-box-image: url(../image/img/quote-img2.svg);
  -webkit-mask-size: cover;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-img img {
  width: 80px;
  height: 80px;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-content .testimonial-bottom {
  display: flex;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-content .testimonial-bottom .testimonial-caption {
  margin-left: 20px;
  align-self: center;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-content .testimonial-bottom .testimonial-caption h3 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0px;
  font-weight: 700;
  color: var(--bg1);
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-content .testimonial-bottom .testimonial-caption label {
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
}

/* ttm-testimonial-box-view-style2 */
.testimonials.ttm-testimonial-box-view-style2 {
  margin: 10px 40px 40px 30px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.testimonials.ttm-testimonial-box-view-style2:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.testimonials.ttm-testimonial-box-view-style2:before {
  content: '';
  position: absolute;
  border-right: 42px solid transparent;
  border-top: 40px solid #fff;
  bottom: -40px;
  right: 110px;
  z-index: 16;
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-content, 
.testimonials.ttm-testimonial-box-view-style2 .testimonial-avatar {
  display: table-cell;
  vertical-align: middle;
  z-index: -1;
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-content {
  position: relative;
  background-color: var(--light);
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.06);
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .08));
  padding: 30px 30px 28px 75px;
}

.testimonials.ttm-testimonial-box-view-style2:after {
  content: "";
  background-color: #dbe1eb;
  -webkit-mask: url(../image/img/quote-img3.svg);
  -webkit-mask-box-image: url(../image/img/quote-img3.svg);
  position: absolute;
  right: 16px;
  bottom: 0px;
  width: 165px;
  height: 165px;
  text-align: center;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  opacity: .2;
}

.testimonials.ttm-testimonial-box-view-style2:hover:after {
  background-color: var(--bg1);
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote {
  margin: 10px 0 20px;
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-content i {
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote {
  border-left: none;
  text-align: left !important;
  margin: 0;
  padding: 15px 0 17px 0;
  font-size: 17px;
  line-height: 28px;
  color: inherit;
  font-style: italic;
  position: relative;
  color: var(--bg-dark);
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-content .testimonial-caption {
  display: flex;
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-content .testimonial-caption .h5-tx,
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content .testimonial-caption h5 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0px;
  color: var(--bg1);
  padding-right: 10px;
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-content .testimonial-caption label {
     font-size: 13px;
  font-weight: normal;
  font-style: italic;
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-content i:before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background-repeat: no-repeat;
  -webkit-mask-box-image: url(../image/img/quote.html);
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-avatar .testimonial-img {
  position: absolute;
  top: 15%;
  left: -5%;
}

.testimonials.ttm-testimonial-box-view-style2 .testimonial-avatar .testimonial-img img {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  border: 3px solid var(--bg1);
  padding: 7px;
}

/*@media (min-width:992px) {
  .testimonials.ttm-testimonial-box-view-style2 {
      margin-top: 30px;
  }

  .testimonials.ttm-testimonial-box-view-style2 .testimonial-content {
      transform: scale(1);
      margin-top: 25px;
      transition: .6s ease;
      text-align: center;
      z-index: -1;
  }

  .slick-active.slick-current .testimonials.ttm-testimonial-box-view-style2 .testimonial-caption h5 {
      font-size: 17px;
      line-height: 21px;
  }

  .slick-active.slick-current .testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote {
      font-size: 13px;
      line-height: 26px;
  }

  .slick-active.slick-current .testimonials.ttm-testimonial-box-view-style2 .testimonial-caption label {
      font-size: 11px;
      line-height: 22px;
  }

  .slick-active.slick-current .testimonials.ttm-testimonial-box-view-style2 .testimonial-content {
      transform: scale(1.2);
      z-index: 1;
      margin-top: -10px;
  }

}
*/

/* ttm-testimonial-box-view-style3 */
.ttm-testimonial-box-view-style3 {
  padding: 35px 35px;
}

.testimonials.ttm-testimonial-box-view-style3 .testimonial-caption, .testimonials.ttm-testimonial-box-view-style3 .testimonial-avatar {
  display: table-cell;
  vertical-align: middle;
}

.testimonials.ttm-testimonial-box-view-style3 .testimonial-caption {
  padding-left: 20px;
}

.testimonials.ttm-testimonial-box-view-style3 .testimonial-content blockquote {
  text-align: left;
  font-size: 19px;
  line-height: 31px;
  font-weight: 400;
  padding: 0;
  position: relative;
  margin: 15px 0 25px;
  padding-top: 50px;
  border-left: none;
  font-style: italic;
  background-color: transparent;
}

.testimonials.ttm-testimonial-box-view-style3 .testimonial-content blockquote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  position: absolute;
  top: -10px;
  left: 0;
  color: #fff;
  text-align: center;
  display: block;
  opacity: .9;
  letter-spacing: 0;
  font-size: 52px;
  font-style: normal;
}

.testimonials.ttm-testimonial-box-view-style3 .testimonial-img {
  width: 83px;
  height: 83px;
}

.testimonials.ttm-testimonial-box-view-style3 .testimonial-caption h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

/* ===============================================
  15.Client-row  
------------------------*/
.client-box {
  position: relative;
  text-align: center;
}

.client-box .client-thumbnail {
  margin-top: 44px;
  margin-bottom: 44px;
}

.client-box .client-thumbnail img {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: auto;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  opacity: 1;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
}

.client-box:hover .client-thumbnail img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.client-box .ttm-client-logo-tooltip {
  margin-top: 45px;
  margin-bottom: 45px;
}

.client-box .ttm-client-logo-tooltip, .client-box .ttm-client-logo-tooltip-inner {
  position: relative;
}

.client-box .ttm-client-logo-tooltip img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.client-box:hover .ttm-client-logo-tooltip img {
  opacity: 1;
}

.client-box .ttm-client-logo-tooltip .client-thumbnail_hover {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.client-box:hover .ttm-client-logo-tooltip .client-thumbnail_hover {
  bottom: 0;
}

.ttm-box-seperator {
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.client-box.style1 {
  position: relative;
  text-align: center;
}

.client-box.style1 .client-thumbnail {
  margin-top: 20px;
  margin-bottom: 30px;
}
.perfomance-img {
    margin-top: 7rem;
}
/* ===============================================
  16.Accordion
------------------------*/
.wrap-acadion .accordion {
  margin-top: 15px;
}

.accordion .toggle:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.accordion .toggle-title a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}

.accordion .toggle-title a i {
  margin-right: 15px;
}

.accordion .toggle-content {
  margin-top: 15px;
}

.accordion .toggle-content.show {
  display: block !important;
}

.accordion .toggle-content p {
  margin-bottom: 0;
  clear: both;
}

.accordion .toggle .toggle-title a:after {
  position: absolute;
  font-family: "FontAwesome";
  right: 20px;
  top: 5px;
  display: inline-block;
  content: "\f0fe";
  border-radius: 50%;
  font-size: 20px;
  line-height: 10px;
}

.accordion .toggle .toggle-title a.active:after {
  content: "\f146";
}

.accordion .alignleft {
  margin: .15em 1.5em 1.1em 0;
}

.accordion .toggle.ttm-control-left-true .toggle-title a {
  padding-left: 40px;
}

.accordion .toggle.ttm-control-left-true .toggle-title a:after {
  left: 20px;
}

.accordion .toggle.ttm-control-left-true .toggle-title a {
  padding-left: 30px;
}

.accordion .toggle.ttm-control-left-true .toggle-title a:after {
  left: 0;
  border: 0;
  font-size: 10px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
}

/* ttm-style-classic */
.accordion .toggle.ttm-toggle_style_classic {
  padding-bottom: 0px;
  margin-bottom: 20px;
  border: 0;
  position: relative;
}

.accordion .toggle.ttm-toggle_style_classic:last-child {
  margin-bottom: 0;
}

.accordion .toggle.ttm-toggle_style_classic .toggle-content {
  padding: 30px 20px 15px;
  margin-top: 0;
}

.accordion .toggle.ttm-toggle_style_classic .toggle-title a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  border-radius: 6px;
  padding: 12px 20px 12px;
  padding-right: 48px;
  position: relative;
  -webkit-transition: color 0s ease-in-out;
  -o-transition: color 0s ease-in-out;
  transition: color 0s ease-in-out;
}

.accordion .toggle.ttm-toggle_style_classic.ttm-control-left-true .toggle-title a {
  padding-right: 20px;
  padding-left: 48px;
}

.accordion .toggle.ttm-toggle_style_classic.ttm-control-left-true .toggle-title a:after {
  left: 20px;
}

.accordion .toggle.ttm-toggle_style_classic .toggle-title a:after {
  top: 30%;
  font-size: 20px;
  line-height: 1;
}

/****/
.accordion .toggle.ttm-toggle_style_classic.style2 .toggle-title a {
  display: block;
  border-radius: 0px !important;
  position: relative;
  padding: 18px 20px;
  font-family: var(--title-fonts);
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: inherit;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  margin-top: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 15px 20px;
  cursor: pointer;
  outline: none;
  color: var(--bg-dark);
}

.accordion .toggle.ttm-toggle_style_classic.style2 .toggle-title a:after {
  content: "\f055";
  font-size: 18px;
  color: var(--bg-dark);
  transition: all .4s;
}

.accordion .toggle.ttm-toggle_style_classic.style2 .toggle-title a.active:after {
  color: var(--light);
}

.accordion .toggle.ttm-toggle_style_classic.style2 .toggle-title a.active {
  background-color: var(--bg1);
  color: var(--light);
}

/****/
.accordion .toggle.ttm-toggle_style_classic.style3 .toggle-title a {
  display: block;
  border-radius: 0px !important;
  position: relative;
  padding: 18px 20px;
  font-family: var(--title-fonts);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  margin-top: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 15px 20px;
  cursor: pointer;
  outline: none;
  color: var(--bg-dark);
}

.accordion .toggle.ttm-toggle_style_classic.style3 .toggle-title a:after {
  content: "\f067";
  font-size: 18px;
  color: var(--bg-dark);
  transition: all .4s;
}

.accordion .toggle.ttm-toggle_style_classic.style3 .toggle-title a.active:after {
  content: "\f068";
  font-size: 18px;
  color: #fff;
}

.accordion .toggle.ttm-toggle_style_classic.style3 .toggle-title a.active {
  background-color: var(--bg1);
  color: var(--light);
}

/* ===============================================
  17.Wrap-Form
------------------------*/
.wrap-form label {
  width: 100%;
  margin: 0;
}

.wrap-form span.text-input {
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.wrap-form span.text-input > i {
  position: absolute;
  left: 10px;
  top: 21px;
  opacity: .9;
  font-size: 14px;
  z-index: 1;
}

/* contactform */
.wrap-form.contact_form span.text-input i {
  position: absolute;
  left: 0;
  top: 20px;
  opacity: .9;
  font-size: 16px;
  z-index: 1;
}

.wrap-form.contact_form span.text-input input, .wrap-form.contact_form span.text-input textarea, .wrap-form.contact_form span.text-input select {
  border-radius: 0;
  color: rgba(0, 0, 0, .60);
  border-color: #f1f1f1;
  border-radius: 0;
  padding: 12px 15px;
}

.wrap-form.contact_form span.text-input textarea {
  padding: 10px 15px;
}

.wrap-form.contact_form button[type="submit"] {
  font-size: 14px;
  padding: 14px 28px;
}

/* .ttm-bgcolor-grey .wrap-form.contact_form span.text-input textarea, .ttm-bgcolor-grey .wrap-form.contact_form span.text-input select {
  background-color: #fff;
}*/
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input, .ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea, .ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select {
  background-color: transparent;
  border: 0;
  color: #fff;
  padding-left: 0;
  border-bottom: 2px solid rgba(255, 255, 255, .12);
}

.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder, .ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder, .ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
  color: #fff;
}

.wrap-form.request_qoute_form span.text-input {
  margin: 5px 0 25px;
}

.wrap-form.request_qoute_form label {
  width: auto;
}

/* ===============================================
  18.Tab
------------------------*/
.ttm-tabs ul.tabs {
  width: 100%;
  padding: 0;
  margin: 0;
}

.ttm-tabs ul.tabs li {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.ttm-tabs ul.tabs li:last-child {
  margin-bottom: 0;
}

.ttm-tabs .content-tab .content-inner {
  display: none;
}

.ttm-tabs .content-tab .content-inner.active {
  display: block;
}

/* ttm-tab-style-01 */
.ttm-tabs.ttm-tab-style-01 ul.tabs {
  margin: 15px 0 0px;
  display: flex;
  width: 85%;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li {
  border-bottom: 1px solid #e3e3e3 !important;
  flex: 1 1 auto;
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 0;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li a {
  font-family: var(--title-fonts);
  font-size: 17px;
  font-weight: 700;
  color: var(--bg-dark);
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li.active {
  border-bottom: 3px solid var(--bg1) !important;
}

.ttm-tabs.ttm-tab-style-01 .tab-figure {
  margin: 5px 20px 20px 0px;
}

.ttm-tabs.ttm-tab-style-01 .ttm-list.ttm-list-style-icon li {
  display: block;
  margin: 0 0 10px;
  font-weight: 400;
}

.ttm-tabs.ttm-tab-style-01 .ttm-list.ttm-list-style-icon li span {
  font-weight: 400;
  padding-left: 15px;
}

.ttm-tabs.ttm-tab-style-01 .content-tab {
  padding: 30px 0;
}

/* ttm-tab-style-02 */
.ttm-tabs.ttm-tab-style-02 {
  text-align: center;
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li {
  display: inline-block;
  margin: 0 5px;
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li:first-child {
  margin-left: 0;
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li:last-child {
  margin-right: 0;
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li a {
  display: block;
  cursor: pointer;
  padding: 7px 20px 10px;
  line-height: 22px;
  width: auto;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  color: var(--bg-dark);
}

.ttm-tabs.ttm-tab-style-02 ul.tabs {
  padding: 5px 15px 0px;
  margin-bottom: 40px;
  margin-top: 13px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: auto;
  display: inline-flex;
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: var(--bg1);
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li a:hover:after, .ttm-tabs.ttm-tab-style-02 ul.tabs li.active a:after {
  opacity: 1;
  transform: scale(1);
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li.active a {
  color: var(--bg1);
}

/*style-03*/
.ttm-tabs.ttm-tab-style-03 ul.tabs li {
  display: inline-block;
  margin: 5px;
  width: auto;
}

.ttm-tabs.ttm-tab-style-03 ul.tabs li:first-child {
  margin-left: 0;
}

.ttm-tabs.ttm-tab-style-03 ul.tabs li:last-child {
  margin-right: 0;
}

.ttm-tabs.ttm-tab-style-03 ul.tabs li a {
  display: block;
  cursor: pointer;
  padding: 7px 20px;
  line-height: 22px;
  width: auto;
  position: relative;
  z-index: 3;
  -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;
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  border-radius: 0px;
  text-transform: uppercase;
  border: 2px solid var(--bg-dark);
}

.ttm-tabs.ttm-tab-style-03 ul.tabs li.active a {
  border-color: transparent;
  color: white;
}

.ttm-tabs.ttm-tab-style-03 ul.tabs {
  padding: 0;
  margin: 0;
  width: auto;
}

.ttm-tabs.ttm-tab-style-03 ul.tabs li.active {
  background-color: var(--bg1);
}

/* ttm-tab-style-04 */
.ttm-tabs.ttm-tab-style-04 ul.tabs {
  display: flex;
  width: 85%;
  margin-bottom: -25px;
}

.ttm-tabs.ttm-tab-style-04 ul.tabs li {
  text-align: center;
  padding: 8px 35px;
  margin: 5px 30px;
  background-color: var(--light);
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

.ttm-tabs.ttm-tab-style-04 ul.tabs li.active {
  background-color: var(--bg1);
}

.ttm-tabs.ttm-tab-style-04 ul.tabs li.active a {
  color: var(--light);
}

.ttm-tabs.ttm-tab-style-04 ul.tabs li a {
  font-family: var(--title-fonts);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: var(--bg-dark);
}

.ttm-tabs.ttm-tab-style-04 .tab-figure {
  margin: 20px 30px 0px 0px;
}

.ttm-tabs.ttm-tab-style-04 .ttm-list.ttm-list-style-icon li {
  display: inline-block;
  margin: 0 0 5px;
  font-weight: 400;
}

.ttm-tabs.ttm-tab-style-04 .ttm-list.ttm-list-style-icon li span {
  font-weight: 400;
  padding-left: 15px;
}

.ttm-tabs.ttm-tab-style-04 .content-tab {
  padding: 40px 30px 30px 30px;
  background-color: var(--grey-color);
}

/* ttm-tab-style-vertical */
.ttm-tabs.ttm-tab-style-vertical {
  overflow: hidden;
  display: flex;
}

.ttm-tabs.ttm-tab-style-vertical .content-tab {
  padding: 0;
  margin: 0;
  padding-left: 35px;
}

.ttm-tabs.ttm-tab-style-vertical ul {
  width: auto;
}

.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 {
  position: relative;
  background-color: var(--light);
  margin: 10px 18px 18px 5px;
  padding: 35px 28px;
  text-align: center;
  -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 10px 0 rgb(0 0 0 / 5%);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .05));
}

.ttm-tabs.ttm-tab-style-vertical ul.tabs li.active:after {
  content: '';
  position: absolute;
  top: 62px;
  z-index: -1;
  transition: .4s ease-in-out;
  border-bottom-width: 14px;
  border-left-width: 14px;
  border-bottom-color: #f34e3a;
  width: 0;
  height: 0;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #fff;
  border-right: 18px solid transparent;
  border-top: 18px solid transparent;
  right: -36px;
  bottom: auto;
}

.ttm-tabs.ttm-tab-style-vertical ul.tabs li .ttm-tabs-icon i {
  font-size: 40px;
  display: block;
  color: var(--bg1);
  margin-bottom: 5px;
}

.ttm-tabs.ttm-tab-style-vertical ul.tabs li .ttm-tabs-title h3 {
  font-size: 16px;
  line-height: 26px;
  color: var(--bg-dark);
}

/* ===============================================
  19.Boxes-Spacing
------------------------*/
.row.ttm-boxes-spacing-30px, .ttm-boxes-spacing-30px {
  margin: 0 -20px;
}

.ttm-boxes-spacing-30px .ttm-box-col-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}

.row.ttm-boxes-spacing-20px, .ttm-boxes-spacing-20px {
  margin: 0 -15px;
}

.ttm-boxes-spacing-20px .ttm-box-col-wrapper {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}

.row.ttm-boxes-spacing-15px, .ttm-boxes-spacing-15px {
  margin: 0 -10px;
}

.ttm-boxes-spacing-15px .ttm-box-col-wrapper {
  padding-right: 7.5px;
  padding-left: 7.5px;
  padding-bottom: 15px;
}

.row.ttm-boxes-spacing-10px, .ttm-boxes-spacing-10px {
  margin: 0 -5px;
}

.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}

.row.ttm-boxes-spacing-9px, .ttm-boxes-spacing-9px {
  margin: 0 -5px;
}

.ttm-boxes-spacing-9px .ttm-box-col-wrapper {
  padding-right: 4.5px;
  padding-left: 4.5px;
  padding-bottom: 10px;
}

.row.ttm-boxes-spacing-5px, .ttm-boxes-spacing-5px {
  margin: 0;
}

.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
  padding-right: 2.5px;
  padding-left: 2.5px;
  padding-bottom: 5px;
}

.row.ttm-boxes-spacing-0px, .ttm-boxes-spacing-0px {
  margin: 0;
}

.ttm-boxes-spacing-0px .ttm-box-col-wrapper {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  outline: 0;
}

/* ===============================================
  15.Pricing-Plan
------------------------*/
.ttm-pricing-plan {
  text-align: center;
  position: relative;
  background-color: var(--light);
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 10%);
  transition: all 0.3s ease;
}

.ttm-pricing-plan:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.ttm-pricing-plan .ttm-p_table-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 30px;
  padding-top: 30px;
  display: table;
  width: 100%;
}

.ttm-pricing-plan .ttm-p_table-icon {
  width: 44%;
}

.ttm-pricing-plan .ttm-p_table-icon {
  display: table-cell;
  vertical-align: middle;
}

.ttm-pricing-plan .ttm-p_table-icon {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.ttm-pricing-plan .ttm-p_table-icon i {
  font-size: 60px;
  line-height: 60px;
}

.ttm-pricing-plan .ttm-p_table-title {
  padding-top: 30px;
}

.ttm-pricing-plan .ttm-p_table-title h3 {
  font-size: 24px;
  line-height: 30px;
}

.ttm-p_table-amount {
  padding: 0px 20px 0px 0;
}

.ttm-p_table-amount, .ttm-p_table-price {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  display: inline-block;
  color: var(--bg-dark);
  font-family: var(--title-fonts);
}

.ttm-p_table-amount .cur_symbol {
  font-size: 22px;
  font-weight: 600;
  color: var(--bg-dark);
  vertical-align: middle;
}

.ttm-p_table-amount .pac_frequency {
  position: relative;
  font-size: 16px;
  padding-left: 50px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: var(--body-fonts-color);
  font-family: var(--body-fonts);
}

.ttm-p_table-body .ttm-p_table-features {
  list-style-type: none;
  margin: 0;
  padding: 10px 30px 10px;
}

.ttm-p_table-features li {
  padding: 15px 0 15px 0px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}

.ttm-p_table-features li:first-child {
  padding: 0 0 15px 0;
}

.ttm-p_table-features li:last-child {
  border-bottom: none;
}

.ttm-p_table-footer {
  display: block;
  margin-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 15px;
}

.ttm-p_table-footer  a i {
  color: var(--bg1);
}

/* ===============================================
  21.Sidebar
------------------------*/
.sidebar .widget-area .widget {
  position: relative;
  margin-bottom: 30px;
 /* overflow: hidden;*/
}

.sidebar .widget-area .widget.with-title {
  padding: 30px 30px 30px;
}

.sidebar .widget .widget-title {
  display: block;
  margin-left: 0px;
  padding-left: 22px;
  position: relative;
}

.sidebar .widget .widget-title:before, .sidebar .widget .widget-title:after {
  display: block;
  content: "";
  position: absolute;
  height: 22px;
  width: 2px;
  left: 0;
  top: 4px;
  transform: rotate(12deg);
  background-color: var(--bg1);
}

.sidebar .widget .widget-title:after {
  left: 7px;
}

.sidebar .widget a {
  font-weight: 400;
  font-size: 14px;
}

.sidebar .widget ul {
  margin: 0;
  padding: 0;
}

.sidebar .widget ul >li {
  list-style: none;
}

.sidebar .widget ul li i {
  color: var(--bg1);
  padding-right: 10px;
  font-size: 14px;
}

.sidebar .widget ul.ttm-recent-post-list>li .post-date i {
  color: var(--body-fonts-color) !important;
  padding-right: 0;
}

.sidebar .widget ul>li:first-child {
  border-top: none;
  padding-top: 0;
}

.sidebar .sep_holder .sep_line {
  border-color: #ebebeb;
}

.sidebar .widget-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
}

/*widget-search*/
.sidebar .widget.widget-search, .sidebar .widget-area.ttm-col-bgcolor-yes .widget.widget-search {
  padding: 0;
}

.sidebar .widget.widget-search .search-form {
  border: 0;
  position: relative;
}

.sidebar .widget.widget-search .search-form label {
  display: block;
  margin: 0;
}

.sidebar .widget-search .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.sidebar .widget.widget-search .search-form .btn[type="submit"] {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  z-index: 1;
  outline: 0;
  border: 0;
  border-radius: 0;
  background-color: var(--bg1);
  color: var(--light);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.sidebar .widget.widget-search .input-text {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 11px 15px;
  border-radius: 0;
  background-color: var(--light);
}

.sidebar .widget.widget-search input {
  color: var(--body-fonts-color);
}

/* contact-widget */
ul.contact-widget-wrapper {
  padding: 20px 15px !important;
}

ul.contact-widget-wrapper li {
  border: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 16px !important;
}

ul.contact-widget-wrapper li:last-child {
  padding-bottom: 0 !important;
}

ul.contact-widget-wrapper li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 17px;
}

ul.contact-widget-wrapper li {
  padding-left: 30px;
  position: relative;
  padding-top: 0;
  font-size: 14px;
  padding-bottom: 17px;
  line-height: 23px;
}

/* widget-banner */
.widget-banner .ttm-bgcolor-darkgrey > .ttm-bg-layer, .widget-banner .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.7 !important;
}

.widget-banner .widget-banner-inner {
  padding: 40px 40px 40px;
}

.widget-banner .widget-banner-inner h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 4px;
}

.widget-banner .widget-banner-inner p {
  color: var(--light);
}

.widget-banner .widget-banner-inner a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
  padding: 18px 30px;
}

.widget-banner .widget-banner-inner a:hover {
  color: var(--light) !important;
}

.sidebar .title {
  display: block;
  margin-left: 0px;
  padding-left: 22px;
}

h2.title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
}

.sidebar .title:before, .sidebar .title:after {
  display: block;
  content: "";
  position: absolute;
  height: 22px;
  width: 2px;
  left: 0;
  top: 4px;
  transform: rotate(12deg);
  background-color: var(--bg1);
}

.sidebar .title:after {
  left: 7px;
}

.sidebar .widget-banner .ttm-sidebar-contact-banner:after {
  content: '';
  position: absolute;
  background-image: url(../image/img/sidebar-banner2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 170px;
  height: 385px;
  top: -29px;
  left: 1px;
}

.sidebar .widget-banner .banner-contact-top .banner-contact-button a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
  padding: 10px 20px 10px 20px;
  background: transparent;
  border: 2px solid var(--light);
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease 0s;
}


.sidebar .widget-banner .banner-contact-top .banner-contact-button a:hover {
  background-color: var(--light);
  color: var(--bg-dark) !important;
}

.sidebar .widget-banner .banner-contact-top .banner-contact-button a:hover i {
  color: var(--bg-dark) !important;
}

.sidebar .widget-banner .banner-contact-top {
  padding: 10px 0 80px;
}

/*download*/
.widget.widget-download .download_block {
  background: var(--bg-dark);
  padding: 0px 30px 15px;
  margin-bottom: 25px;
}
.widget.widget-download .download_block:last-child {
  margin-bottom: 0;
}

.widget.widget-download .download_block .download_img_icon a i {
  font-size: 21px;
  padding-bottom: 10px;
  color: var(--bg1);
}

.widget.widget-download .download_block h2 {
  color: var(--light) !important;
  font-weight: 600;
  margin-bottom: 0;
}

/* widget-categories */
.widget-Categories ul li a {
  position: relative;
  display: inline-block;
}

.widget-Categories ul li {
  padding: 12px 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 12px;
  padding-top: 12px;
  margin: 0;
}

.widget-Categories li span {
  position: absolute;
  right: 30px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  z-index: 1;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  padding: 3px 4px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: var(--light);
}

/* widget-nav-menu */
.sidebar .widget-area .widget.widget.widget-nav-menu:after {
  content: unset;
}

.widget.widget-nav-menu ul li {
  position: relative;
}

.widget.widget-nav-menu ul li a {
  display: block;
  padding: 16px 20px 14px;
  margin: 6px 0px 6px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  color: var(--bg-dark);
}

.widget.widget-nav-menu ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  display: block;
  border-radius: 0px;
  background-color: #f1f4f9;
  opacity: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: width .5s linear;
  transition: width .5s linear;
  border-left: 5px solid #ffa800;
}

.widget.widget-nav-menu ul li.active a {
  background-color: var(--bg-dark);
  color: var(--light);
}

.widget.widget-nav-menu ul li:hover a {
  color: var(--light);
}

.widget.widget-nav-menu ul li:hover a:before, .widget.widget-nav-menu ul li.active a:before {
  opacity: 1;
  width: 100%;
  left: 0;
}

.widget.widget-nav-menu ul li a:after {
  content: '\f178';
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 15px;
  right: 20px;
  background-color: transparent;
  color: #c4cddc;
}

/** ttm-recent-post-list **/
.widget-recent-post ul.ttm-recent-post-list>li {
  padding: 12px 10px 12px 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.widget-recent-post ul.ttm-recent-post-list>li:first-child {
  border-top: 0;
  padding-top: 0 !important;
}

.widget-recent-post ul.ttm-recent-post-list>li > a, .widget-recent-post ul.ttm-recent-post-list>li> .post-detail {
  display: table-cell;
  vertical-align: middle;
}

.widget-recent-post ul.ttm-recent-post-list>li> a {
  padding-right: 15px;
  width: 95px;
}

.widget-recent-post ul.ttm-recent-post-list>li .post-detail a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  color: var(--bg-dark);
  padding-bottom: 4px;
}

.widget-recent-post ul.ttm-recent-post-list>li .post-detail a:hover {
  color: var(--bg1);
}

.widget-recent-post ul.ttm-recent-post-list>li .post-date {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.widget-recent-post ul.ttm-recent-post-list li:after {
  content: " ";
  display: table;
  clear: both;
}

/** widget_img_gellary **/
.widget_img_gellary ul {
  display: inline-table;
  padding-top: 2px;
  font-size: 0;
  margin: 0 -1.1666667%;
}

.widget_img_gellary ul li {
  display: inline-block;
  max-width: 33.21%;
  padding: 3px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

/* tagcloud */
.widget .tagcloud a {
  display: inline-block;
  padding: 7px 21px;
  margin: 0 4px 10px 0;
  border: 1px solid #eee;
  border-radius: 0;
  font-size: 14px !important;
  background-color:var(--light);
  font-weight: 400;
  color: var(--bg-dark);
}

.widget .tagcloud a:nth-last-child(-n+2) {
  margin-bottom: 5px;
}

/* pagination */
.pagination-block {
  display: block;
  margin-top: 35px;
  margin-bottom: 60px;
  text-align: center;
}

.pagination-block .page-numbers {
  width: 43px;
  height: 43px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background-color: var(--grey-color);
  font-size: 15px;
  font-weight: 600;
  margin: 0 2px 10px;
  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;
}

.pagination-block .page-numbers i {
  font-size: 15px;
}

/* ===============================================
  19.timeline 
------------------------*/
.stepline-story {
  position: relative;
  z-index: 1;
}

.stepline-story .stepline ul li {
  list-style-type: none;
}

.stepline:after {
  position: absolute;
  content: '\e61c';
  font-family: 'themify';
  font-size: 40px;
  color: var(--light);
  line-height: 48px;
  top: 0px;
  left: 25px;
  right: 0;
  margin: 0 auto;
  background: var(--bg1);
  width: 100px;
  height: 100px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  border: 5px solid var(--light);
}

.stepline:before {
  position: absolute;
  content: '';
  left: 25px;
  right: 0;
  top: 13%;
  margin: 0 auto;
  bottom: 55px;
  width: 2px;
  background-color: #eee;
  transform: translateX(-50%);
}

.stepline li {
  width: 50%;
  padding-left: 215px;
  position: relative;
  margin-bottom: 62px;
  list-style: none;
}

.stepline li:nth-child(even) {
  padding-left: 0;
  padding-right: 215px;
  text-align: right;
  transform: translateY(127px);
}

.stepline {
  margin-top: -50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
  flex-direction: row-reverse;
  min-width: 600px;
}

.stepline li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  background-color: var(--bg1);
  border: 9px solid var(--light);
  border-radius: 50%;
  transform: translateX(-50%);
}

.stepline li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 34px;
  height: 34px;
  background-color: var(--bg1);
  border: 14px solid var(--light);
  border-radius: 50%;
  transform: translateX(-50%);
}

.stepline li:nth-child(even):before {
  left: auto;
  right: 0;
  transform: translateX(50%);
}

.stepline li:nth-child(even):after {
  left: auto;
  right: 0;
  transform: translateX(50%);
}

.stepline .img {
  position: absolute;
  left: 55px;
  top: 10px;
}

.stepline li:nth-child(even) .img {
  left: auto;
  right: 55px;
}

.stepline li .date {
  color: var(--bg1);
  padding-bottom: 6px;
}

.stepline li h4 {
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  color: var(--bg-dark);
}

.stepline li .btnlink {
  padding-top: 15px;
}

.stepline li .btnlink a i {
  color: var(--bg1);
}
/*** Color Switcher Style
==================================================================== ***/
.prt_floting_customsett {
  position: fixed;
  top: 50%;
  right: 0;
  padding: 3px 0 10px;
  margin: -89px 0 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
  z-index: 99999;
}
.tmtheme_fbar_icons {
  display: block;
  position: relative;
  width: 55px;
  height: 45px;
  line-height: 52px;
  text-align: center;
}
.tmtheme_fbar_icons i {
  display: inline-block;
  vertical-align: middle;
  transition: .3s;
  font-size: 21px;
  color: #232323;
}
.tmtheme_fbar_icons > span {
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  color: #232323;
  transform: translateX(-5px);
  transition: 0.5s ease;
  padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
  padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -10px;
  right: -15px;
  width: 15px;
  background-color: #fff;
  height: 55px;
}
.tmtheme_fbar_icons:hover > span {
 opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.tm-desctext {
  position: absolute;
  top: 30px;
  background-color: #fff;
  max-width: 400px;
  right: 30px;
  padding: 30px 50px 23px 30px;
  text-align: left;
}
.tm-desctext:before {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffb120;
}
.tm-iocnbox-btn {
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}
/* short codes end */

/* menu start */
/* MEGAMENU STYLE
=================================*/
nav.main-menu .mega-menu-item.megamenu-fw {
  position: static;
}

nav.main-menu .megamenu-fw .mega-submenu, nav.main-menu .megamenu-content {
  width: auto !important;
}

nav.main-menu .megamenu-fw .mega-submenu .row {
  margin: 0;
}

nav.main-menu .megamenu-content {
  width: 100%;
}

nav.main-menu .mega-menu-item.megamenu-fw .mega-submenu {
  left: 0;
  right: 0;
}

nav.main-menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

nav.main-menu ul li {
  position: relative;
}

nav.main-menu {
  margin-bottom: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
  z-index: 2;
}

nav.main-menu li ul.mega-submenu {
  text-align: left;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  line-height: 14px;
  margin: 0;
  list-style: none;
  left: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  background-clip: padding-box;
  transition: all .2s ease;
  z-index: 99;
  width: 250px;
  box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
  top: auto;
  border-radius: 0px;
  margin-top: -1px;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  background-color: var(--light);
}

nav.main-menu ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0;
}
nav.main-menu ul.menu li ul.mega-submenu li a::after {
      position: absolute;
    content: "\f105";
    right: 10px;
    top: 15px;
    z-index: 5;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    font-weight: 800;
    font-size: 12px;
    color: var(--bg-dark);
    font-family: 'Font Awesome 6 Free';
}
nav.main-menu ul.menu li ul.mega-submenu li a {
  margin: 0;
  display: block;
  padding: 13px 15px 14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: -1px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid rgba(133, 146, 166, 0.19);
  font-family: var(--body-fonts);
  text-transform: capitalize;
  color: var(--bg-dark);
}


nav.main-menu ul.menu li ul.mega-submenu > li:last-child > a {
  border-bottom: 0;
}

nav.main-menu ul.menu li ul.mega-submenu li a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  display: block;
  border-radius: 0px;
  background-color: #f1f4f9;
  opacity: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: width .5s linear;
  transition: width .5s linear;
}

nav.main-menu ul.menu li ul.mega-submenu li.active > a {
  color: var(--bg-dark);
}

nav.main-menu ul.menu li ul.mega-submenu li a:hover:before, 
nav.main-menu ul.menu li ul.mega-submenu li.active > a:before, 
nav.main-menu ul.menu li ul.mega-submenu li.active > ul.mega-submenu li.active a:before {
  opacity: 1;
  width: 100%;
  left: 0;
}

ul.menu-col li a {
  color: #6f6f6f;
}

ul.menu-col li a:hover, ul.menu-col li a:focus {
  text-decoration: none;
}
.menu-opn-btn {
  font-size: 32px;
  color: black;
  position: absolute;
  right: 10px;
  top: 3px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: white;
  padding-top: 25px;
  height: 44px;
}

nav.main-menu ul.menu li ul.mega-submenu li  ul{
      position: absolute;
    left: 100%;
    top: 0px;
    width: 16rem;
    padding: 15px ;
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0px;
    background-color: var(--light);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
nav.main-menu ul.menu li ul.mega-submenu li.drp-dwn:hover .sub_menu{
      -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
nav.main-menu ul.menu li ul.mega-submenu li  ul li a:after{
  display: none;
}
@media (min-width: 1176px) {
  .menu-opn-btn{
      display: none;
  }
}



/* Responsive
=================================*/
@media (min-width:1200px) {
  nav.main-menu li.mega-menu-item ul.mega-submenu li ul {
      left: 100%;
      top: 0;
      border-top: 0;
  }

  nav.main-menu li.mega-menu-item:last-child > ul {
      right: 0;
      left: auto;
  }

  nav.main-menu ul.menu > li > a {
      display: block;
      position: relative;
      font-weight: 500;
      text-transform: capitalize;
      font-size: 15px;
      line-height: 15px;
      letter-spacing: 0;
  }

  nav.main-menu ul.menu > li > a:after {
      position: absolute;
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 13px;
      margin-left: 4px;
      margin-top: 2px;
      opacity: 1;
      color: var(--body-fonts-color);
  }

  nav.main-menu ul.menu > li > a:last-child:after {
      content: unset;
  }

  nav.main-menu li.mega-menu-item ul.mega-submenu li.mega-menu-item > a.mega-menu-link:after {
      font-family: 'FontAwesome';
      float: right;
      content: "\f105";
      margin-top: 0;
  }

  nav.main-menu ul.mega-submenu.megamenu-content .content ul.menu-col li:last-child a {
      border-bottom: unset;
  }

  nav.main-menu li.mega-menu-item.on ul.mega-submenu.megamenu-content .content {
      display: block !important;
      height: auto !important;
  }

  nav.main-menu li.mega-menu-item:hover > ul.mega-submenu {
      opacity: 1;
      display: block;
      visibility: visible;
      height: auto;
      -webkit-animation: dropdown-menuhover .25s cubic-bezier(.68, -.55, .265, 1.55);
      animation: dropdown-menuhover .25s cubic-bezier(.68, -.55, .265, 1.55);
  }

  nav.main-menu .megamenu-content .megamenu-content-inner {
      display: flex;
  }

  nav.main-menu ul.menu li ul.mega-submenu li {
      position: relative;
      list-style: none;
  }

  #site-header-menu .site-navigation ul.menu > li >a {
      display: inline-block;
      padding: 15px 0px;
      text-decoration: none;
      line-height: 18px;
      height: auto;
      line-height: 18px !important;
  }

}

@media (max-width:1199px) {
  .menubar {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 9;
      cursor: pointer;
  }

  .menubar-box {
      display: block;
      width: 30px;
      height: 24px;
  }

  .menubar-inner, .menubar-inner:after, .menubar-inner:before {
      position: absolute;
      width: 30px;
      height: 3px;
      transition-timing-function: ease;
      transition-duration: .15s;
      transition-property: transform;
      border-radius: 4px;
      background-color: var(--bg-dark);
  }

  .menubar--squeeze .menubar-inner {
      top: 50%;
      display: block;
      margin-top: -2px;
      transition-timing-function: cubic-bezier(.55, .055, .675, .19);
      transition-duration: .1s;
  }

  .menubar-inner:after, .menubar-inner:before {
      display: block;
      content: '';
  }

  .menubar-inner:after {
      bottom: -8px;
  }

  .menubar-inner:before {
      top: -8px;
  }

  .menubar--squeeze.is-active .menubar-inner {
      transition-delay: .14s;
      transition-timing-function: cubic-bezier(.215, .61, .355, 1);
      transform: rotate(45deg);
  }

  .menubar--squeeze.is-active .menubar-inner:before {
      top: 0;
      transition: top .1s ease, opacity .1s ease .14s;
      opacity: 0;
  }

  .menubar--squeeze.is-active .menubar-inner:after {
      bottom: 0;
      transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
      transform: rotate(-90deg);
  }

  nav.main-menu {
      display: none;
      max-height: 10000px;
      position: absolute;
      box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
      z-index: 100;
      top: 100%;
      left: 0;
      right: 0;
      border-top: 3px solid var(--bg1);
      background-color: #fff;
  }

  nav.main-menu.show {
      display: block;
      max-height: 10000px;
  }

  nav.main-menu ul.menu, nav.main-menu ul.menu > li {
      display: block;
      position: relative;
  }

  nav.main-menu ul.menu > li > a {
      display: block;
      font-weight: 600;
      font-size: 16px;
      padding: 15px 15px;
      line-height: 20px;
      border-top: 1px solid rgba(123, 128, 149, 0.15);
      text-align: left;
      transition: all .4s;
  }

  nav.main-menu ul.menu > li:first-child > a {
      border-top: none;
  }

  nav.main-menu ul.menu li ul.mega-submenu li a {
      border-bottom: 0;
  }

  nav.main-menu ul.menu li > ul.mega-submenu li a:hover {
      background-color: transparent;
      color: inherit;
  }

  nav.main-menu ul.menu li ul.mega-submenu li:not(:first-child) a {
      border-top: 1px solid rgba(93, 93, 93, 0.07)
  }

  nav.main-menu li.mega-menu-item a.mega-menu-link:after {
      font-family: 'FontAwesome';
      content: "\f107";
      float: right;
      font-size: 16px;
      margin-left: 10px;
  }

  nav.main-menu li.mega-menu-item > a.mega-menu-link.active:after {
      content: "\f106";
  }

  nav.main-menu ul.menu-left > li:last-child > ul.mega-submenu {
      border-bottom: solid 1px #e0e0e0;
  }

  nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu {
      width: 100%;
      background-color: transparent;
      float: none;
      border: none;
      transform: unset;
      transition: unset;
      padding: 0 0 10px 15px;
      -moz-box-shadow: 0px 0px 0px;
      -webkit-box-shadow: 0px 0px 0px;
      -o-box-shadow: 0px 0px 0px;
      box-shadow: 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px;
      -o-border-radius: 0px 0px 0px;
      border-radius: 0px 0px 0px;
  }

  nav.main-menu ul.menu li ul.mega-submenu li.active > a {
      background-color: transparent;
  }

  nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu.active {
      position: relative;
      visibility: visible;
      top: 0;
      transform: unset;
      width: 100%;
      opacity: 1;
      z-index: 1;
      display: block;
      background-color: transparent;
      box-shadow: unset;
  }

  nav.main-menu ul.menu ul.mega-submenu li.mega-menu-item.on > ul.mega-submenu {
      display: inline-block;
      margin-top: -10px;
  }

  nav.main-menu .mega-menu-item .megamenu-content .col-menu .title:before {
      font-family: 'FontAwesome';
      content: "\f105";
      float: right;
      font-size: 16px;
      margin-left: 10px;
      position: relative;
      right: 0;
  }

  nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
      border-bottom: none;
  }

  nav.main-menu .megamenu-content {
      padding: 0;
  }

  nav.main-menu .megamenu-content .megamenu-content {
      padding-bottom: 0;
      max-width: 100%;
      flex: 100%;
      display: block;
  }

  nav.main-menu .megamenu-content .title {
      cursor: pointer;
      display: block;
      padding: 10px 15px;
      margin-bottom: 0;
      font-weight: normal;
  }

  nav.main-menu .megamenu-content .menu-col {
      display: none;
  }

  nav.main-menu .megamenu-content .menu-col.active {
      display: block;
  }

  nav.main-menu .megamenu-content .megamenu-content-inner {
      padding: 0 15px;
  }

}

/* menu end */

/* responsive start */
@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 {
		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 {
		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 {
		margin-right: -200px;
	}

}

@media (max-width:1860px) {
	.col_overlay_section [class*=col-] {
		width: 100%;
		flex: 100%;
		max-width: 100%;
	}

	.col_overlay_section .ml_160 {
		margin-left: 0;
	}

	.slick_slider.slick-arrows-style3 .slick-next, .slick_slider.slick-arrows-style3 .slick-prev {
		top: -70px;
	}

	.slick_slider.slick-arrows-style3 .slick-prev {
		left: 10px;
	}

	.slick_slider.slick-arrows-style3 .slick-next {
		left: 60px;
	}

}

@media only screen and (min-width:1200px) {
	.ttm-header-style-01 #site-header-menu .site-navigation li.ttm-sepline {
		position: absolute !important;
		top: 0px !important;
		left: 0px;
		right: auto;
		text-align: center;
		height: 25px !important;
		margin: 0 0px 0 0;
		display: block;
		margin: 0 auto;
		overflow: hidden;
	}

	.ttm-header-style-01 #site-header-menu .site-navigation .sep-img {
		display: inline-block;
		position: absolute;
		content: "";
		top: 0px;
		margin: 0 auto;
		left: 50%;
		background-repeat: no-repeat;
		background-position: 0px -6px;
		width: 22px;
		height: 18px;
		text-align: center;
		margin-left: -22px;
		background-color: var(--bg1);
	}

	.ttm-header-style-01 #site-header-menu .site-navigation .sep-img {
		-webkit-mask: url(../image/img/menu-sprite.svg);
		-webkit-mask-box-image: url(../image/img/menu-sprite.svg);
		-webkit-mask-size: cover;		 /*
			-webkit-mask-box-image: url(../image/img/menu-sprite.svg);
		    -webkit-mask-size: cover;
			-webkit-mask: url(../image/img/menu-sprite.svg);*/
	}

	/* header */
	.ttm-stickable-header.fixed-header {
		z-index: 4;
		background-color: #fff;
		box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
	}

	.fixed-header {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9;
	}

	.ttm-header-style-01 #site-header-menu .site-navigation ul.menu>li>a {
		font-family: "Inter", Arial, Helvetica, sans-serif;
		font-weight: 700;
		font-size: 14px;
		display: inline-block;
		margin: 0px;
		padding: 0px 24px 0px 24px;
		text-decoration: none;
		position: relative;
		z-index: 1;
		height: 95px;
		line-height: 95px !important;
	}

	.ttm-header-style-01 #site-header-menu .site-navigation ul.menu>li:first-child>a {
		padding: 0px 24px 0 0px;
	}

	/**/
	.ttm-header-style-02 .site-branding img {
		max-height: 55px;
	}

	.ttm-header-style-02 .site-branding, .ttm-header-style-02 .widget_info {
		padding: 30px 0 60px 0;
	}

	.ttm-header-style-02 .ttm-header-featured-iconbox .widget_info {
		padding: 12px 30px 12px 15px;
	}

	.ttm-header-style-02 .widget_info:not(:first-child) {
		padding-left: 70px;
	}

	.ttm-header-style-02 .widget_info:first-child:after {
		content: unset;
	}

	.ttm-header-style-02 .site-header-menu-inner .site-navigation-content {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -35px;
		z-index: 2;
	}

	.ttm-header-style-02 #site-header-menu .site-navigation ul.menu>li>a {
		height: 70px;
		line-height: 30px !important;
	}

	.ttm-header-style-02 #site-header-menu .site-navigation ul.menu>li>a {
		padding: 23px 15px;
	}

	.ttm-header-style-02 .social-icons li a {
		background-color: transparent;
		width: 30px;
		height: 30px;
		line-height: 33px;
	}

	.ttm-header-style-02 nav.main-menu ul.menu>li>a {
		font-family: var(--title-fonts);
		font-weight: 700;
		font-size: 14px;
	}

	.ttm-header-style-02 .site-header-menu-inner.fixed-header .site-navigation-content {
		position: unset;
	}

	.ttm-header-style-02 .ttm-stickable-header.fixed-header {
		background-color: var(--bg-dark);
	}

	.ttm-header-style-02 .ttm-stickable-header.fixed-header .ttm-header-featured-iconbox:after {
		background-color: var(--bg1);
	}

	/**/
	.full-wide {
		padding-left: 50px;
		padding-right: 50px;
	}

	.ttm-header-style-03 .site-branding {
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		padding: 20px 50px 20px 0px;
	}

	.ttm-header-style-03 .ttm-stickable-header.fixed-header  nav.main-menu ul.menu > li > a {
		color: var(--bg-dark);
	}

	.ttm-header-style-03 .ttm-stickable-header.fixed-header #site-header-menu .site-navigation ul.menu>li>a {
		height: 10px;
		line-height: 0px !important;
	}

	.ttm-header-style-03 nav.main-menu ul.menu > li > a {
		font-family: var(--title-fonts);
		font-weight: 700;
		font-size: 14px;
		line-height: 25px;
		color: var(--light);
	}

	.ttm-header-style-03 nav.main-menu ul.menu > li > a.active {
		color: var(--bg1);
	}

	.ttm-header-style-03 #site-header-menu .site-navigation li.ttm-sepline {
		position: absolute !important;
		top: 0px !important;
		left: 0px;
		right: auto;
		text-align: center;
		height: 25px !important;
		margin: 0 0px 0 0;
		display: block;
		margin: 0 auto;
		overflow: hidden;
	}

	.ttm-header-style-03 #site-header-menu .site-navigation .sep-img {
		display: inline-block;
		position: absolute;
		content: "";
		top: 0px;
		margin: 0 auto;
		left: 50%;
		background-repeat: no-repeat;
		background-position: 0px -6px;
		width: 22px;
		height: 18px;
		text-align: center;
		margin-left: -22px;
		background-color: var(--bg1);
	}

	.ttm-header-style-03 #site-header-menu .site-navigation .sep-img {
		-webkit-mask: url(../image/img/menu-sprite.svg);
		-webkit-mask-box-image: url(../image/img/menu-sprite.svg);
		-webkit-mask-size: cover;	/*-webkit-mask-box-image: url(../image/img/menu-sprite.svg);
		  -webkit-mask-size: cover;
		  -webkit-mask: url(../image/img/menu-sprite.svg);*/
	}

	.ttm-header-style-03 .site-header-menu {
		position: absolute;
		z-index: 2;
		width: 100%;
		box-shadow: none;
		background-color: rgba(0, 0, 0, 0.45) !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	}

	.ttm-header-style-03 #site-header-menu .site-navigation ul.menu>li>a {
		height: 10px;
		line-height: 5px !important;
	}

	.ttm-header-style-03 #site-header-menu .site-navigation ul.menu>li>a {
		padding: 50px 15px 43px 15px;
		position: relative;
	}

	.ttm-header-style-03 .widget_info {
		padding-left: 0;
	}

	.ttm-header-style-03 .widget_info:after {
		content: unset;
	}

	.ttm-header-style-03 .widget_info .widget_icon {
		font-size: 43px;
	}

	.ttm-header-style-03 .widget_info h3 {
		font-size: 18px;
		line-height: 25px;
	}

	.ttm-header-style-03 .widget_info p {
		font-size: 15px;
		line-height: 20px;
		font-weight: 400;
		color: inherit;
	}

}

@media all and (max-width:1199px) {
	.res-1199-margin_left0 {
		margin-left: 0 !important;
	}

	.res-1199-margin_right0 {
		margin-right: 0 !important;
	}

	.res-1199-margin_top0 {
		margin-top: 0 !important;
	}

	.res-1199-margin_bottom0 {
		margin-bottom: 0 !important;
	}

	.res-1199-margin_left10 {
		margin-left: 10px !important;
	}

	.res-1199-margin_left15 {
		margin-left: 15px !important;
	}

	.res-1199-margin_left20 {
		margin-left: 20px !important;
	}

	.res-1199-margin_left30 {
		margin-left: 30px !important;
	}

	.res-1199-margin_right10 {
		margin-right: 10px !important;
	}

	.res-1199-margin_right15 {
		margin-right: 15px !important;
	}

	.res-1199-margin_right20 {
		margin-right: 20px !important;
	}

	.res-1199-padding_right0 {
		padding-right: 0 !important;
	}

	.res-1199-padding_left0 {
		padding-left: 0 !important;
	}

	.res-1199-padding_left30 {
		padding-left: 30px !important;
	}

	.res-1199-padding_bottom0 {
		padding-bottom: 0 !important;
	}

	.res-1199-padding_bottom50 {
		padding-bottom: 50px !important;
	}

	.res-1199-padding_top0 {
		padding-top: 0 !important;
	}

	.res-1199-padding_top15 {
		padding-top: 15px !important;
	}

	.res-1199-padding_top30 {
		padding-top: 30px !important;
	}

	.res-1199-padding_top40 {
		padding-top: 40px !important;
	}

	.res-1199-padding_top50 {
		padding-top: 50px !important;
	}

	.res-1199-padding_top70 {
		padding-top: 70px !important;
	}

	.res-1199-padding_left15 {
		padding-left: 15px;
	}

	.res-1199-padding_right15 {
		padding-right: 15px !important;
	}

	.res-1199-plr15 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.res-1199-margin_top0 {
		margin-top: 0px !important;
	}

	.res-1199-margin_top15 {
		margin-top: 15px !important;
	}

	.res-1199-margin_top30 {
		margin-top: 30px !important;
	}

	.res-1199-margin_top50 {
		margin-top: 50px !important;
	}

	.res-1199-margin_left40 {
		margin-left: 40px !important;
	}

	.res-1199-width_100 {
		width: 100% !important;
	}

	.res-1199-mt_150 {
		margin-top: -150px !important;
	}

	.ttm-header-style-01 .site-branding:before {
		content: unset;
	}

	.top_bar, .side-menu-container, .ttm-header-style-03 .social-icons {
		display: none;
	}

	.ttm-header-style-03 .site-header-menu-inner.ttm-stickable-header {
		background-color: #1a2227;
	}

	.ttm-header-style-03 .menubar-inner, .ttm-header-style-03 .menubar-inner:after, .ttm-header-style-03 .menubar-inner:before {
		position: absolute;
		width: 30px;
		height: 3px;
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform;
		border-radius: 4px;
		background-color: var(--light);
	}

	/* Header */
	header .container {
		max-width: 100%;
	}

	.header_extra, .widget_info {
		display: none !important;
		visibility: hidden;
	}

	/* logo */
	.full-wide {
		padding: 0 15px 0 20px;
	}

	.site-branding {
		padding: 25px 0;
	}

	.site-branding:before {
		content: unset;
	}

	.ttm-header-style-01 #site-header-menu {
		background-color: transparent;
	}

	.ttm-header-style-02 #site-header-menu .menubar {
		position: absolute;
		top: -87px;
	}

	.first-footer .widget-area:not(:last-child) .widget:after {
		right: 10px;
	}

	nav.main-menu ul.menu>li>a {
		color: var(--body-fonts-color);
	}

	nav.main-menu ul.menu>li.active>a {
		color: var(--bg1);
	}

	/* ttm-bg-layer */
	.bg-layer>.container>.row>[class*='col-lg'] {
		padding: 0;
	}

	[class*='col-xl'] .ttm_single_image-wrapper {
		text-align: center;
	}

	.ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container {
		max-width: 100%;
	}

	/* .ttm-row .container, .ttm-page-title-row .container, footer .container {
		padding: 0;
	} */

	.ttm-row .container>.row, .ttm-page-title-row .container>.row, footer .container .row {
		margin: 0;
	}

	.section-title.title-style-center_text .title-desc p {
		width: 65%;
	}

	.ttm-fid.inside.ttm-fid-with-icon.style1 {
		margin-left: 0;
	}

	.ttm-vertical_sep>[class*='col-xl']:not(:last-child):before {
		content: unset;
	}

	.procedure-row:before {
		content: unset;
	}

	.stepline .img {
		display: none;
	}

	.stepline li {
		padding-left: 50px;
	}

	.stepline li:nth-child(even) {
		padding-right: 50px;
	}

	.ttm-play-icon.style1 {
		position: absolute;
		bottom: 55px;
		left: 0px;
		right: 0;
	}
	.featured-icon-box.style11:before {
		content: unset;
	}

}

@media all and (max-width:1130px) {
	.fid-box-style {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

	.spacing-11 {
		padding: 80px 0 20px 0px;
		margin: 0;
	}

}

@media (max-width:1023px) {
	.res-1024-margin_top30 {
		margin-top: 30px !important;
	}

}

@media (min-width:992px) {
	.sidebar .sidebar-right, .sidebar .sidebar-left {
		flex: 30%;
		max-width: 30%;
	}

	.sidebar .content-area {
		flex: 70%;
		max-width: 70%;
	}

	.sidebar.ttm-sidebar-left .content-area, .sidebar .sidebar-right {
		padding-left: 20px;
	}

	.sidebar.ttm-sidebar-right .content-area, .sidebar .sidebar-left {
		padding-right: 20px;
	}

	.ttm-tabs.ttm-tab-style-classic ul.tabs {
		display: -webkit-flex;
		display: flex;
		width: 100%;
	}

}

@media (max-width:991px) {
	.col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-equal-height>[class*='col-'], .ttm-equal-height-image, .featured-imagebox img, .ttm_single_image-wrapper, .ttm_single_image-wrapper img, [class*='col-lg'] .ttm-equal-height-image {
		display: block;
		text-align: center;
		margin: 0 auto;
	}

	[class*='col-lg'] .ttm-equal-height-image {
		display: block;
	}

	.featured-imagebox img {
		min-width: 100%;
	}

	.ttm_single_image-wrapper:not(.margin_top30) {
		margin: 0 auto;
    margin-bottom: 2rem;
	}

	.section-title h2.title {
		font-size: 35px;
		line-height: 46px;
	}

	.section-title.title-style-center_text .title-desc p {
		width: 75%;
	}

	.page-title-heading h2 {
		font-size: 38px;
		line-height: 44px;
	}

	.ttm-page-title-row-inner {
		padding: 60px 0;
	}

	.ttm-fid.inside.style2 {
		padding: 15px 30px 15px 30px;
	}

	/* ttm-bg-layer */
	[class*='col-lg'] .ttm-col-bgimage-yes, .bg-layer-equal-height [class*='col-lg'] .ttm-col-bgcolor-yes {
		height: auto !important;
	}

	.bg-layer>.container>.row>[class*='col-lg'] {
		padding: 0;
	}

	h1 {
		font-size: 50px;
		line-height: 60px;
	}

	h2 {
		font-size: 36px;
		line-height: 46px;
	}

	h3 {
		font-size: 32px;
		line-height: 42px;
	}

	h3 {
		font-size: 24px;
		line-height: 34px;
	}

	h5 {
		font-size: 19px;
		line-height: 22px;
	}

	h6 {
		font-size: 17px;
		line-height: 20px;
	}

	.section-title h2.title {
		font-size: 28px;
		line-height: 36px;
	}

	.section-title.style2 .title-header {
		width: 100%;
		padding-bottom: 20px;
	}

	.section-title.style2 .title-header, .section-title.style2 .title-desc {
		display: block;
	}

	/*.section-title.style2 .title-header:after {
		content: unset;
	}*/
	.row>[class*='col-']:nth-child(odd) .featured-imagebox-procedure, .featured-imagebox-procedure {
		margin-top: 20px;
		margin-bottom: 0;
	}

	/* ttm-row */
	.ttm-row {
		padding: 40px 0 !important;
	}

	body .page.ttm-sidebar-true .site-main {
		padding: 0;
	}

	.ttm-row.sidebar {
		padding: 40px 0 0 0 !important;
	}

	.ttm-row.padding_bottom_zero-section {
		padding: 40px 0 0 !important;
	}

	.ttm-row.padding_zero-section {
		padding: 0 0 !important;
	}

	.ttm-row.padding_top_zero-section {
		padding: 0 0 40px !important;
	}

	.ttm-row.grid-section {
		padding: 45px 0 !important;
	}

	.ttm-row.client-section {
		padding: 10px 0 !important;
	}

	section.error-404 {
		padding: 60px 0 50px;
	}

	.ttm-row.ttm-fid-section {
		padding: 25px 0 !important;
	}

	.ttm-row.client-section {
		padding: 5px 0 !important;
	}

	.ttm-row.features-title_only-section {
		padding: 60px 0 20px !important;
	}

	.ttm-row.only_title-section {
		padding: 30px 0 0 !important;
	}

	.ttm-row.features_row-section {
		padding: 0 0 !important;
	}

	.spacing-1 {
		padding: 40px 15px 20px;
		margin: 0;
		margin-bottom: 20px;
	}

	.spacing-2 {
		padding: 60px 30px;
		margin: 0px;
	}

	.spacing-3 {
		padding: 60px 15px;
		margin: 0;
	}

	.spacing-4 {
		padding: 60px 15px 30px;
	}

	.spacing-5 {
		padding: 10px 10px 0;
		margin: 0;
	}

	.spacing-6 {
		padding: 40px 15px 15px;
		margin: 0;
		margin-top: 30px;
	}

	.spacing-7 {
		padding: 50px 15px 50px;
		margin-top: 50px;
	}

	.spacing-8 {
		padding: 50px 15px 35px;
		margin: 0;
	}

	.spacing-9 {
		padding: 60px 15px;
		margin-top: 0;
	}

	.ttm-fid.inside.ttm-fid-with-icon.style1 {
		padding: 18px 0;
		margin-left: 0;
	}

	.featured-icon-box.style1 {
		margin-top: 120px;
	}

	section.error-404 .ttm-big-icon {
		font-size: 100px;
	}

	section.error-404 h1 {
		font-size: 50px;
	}

	/* spacing */
	.res-991-p-0 {
		padding: 0px !important;
	}

	.res-991-p-15 {
		padding: 15px !important;
	}

	.res-991-p-30 {
		padding: 30px !important;
	}

	.res-991-p-40 {
		padding: 40px !important;
	}

	.res-991-padding_lr15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.res-991-padding_top0 {
		padding-top: 0 !important;
	}

	.res-991-padding_top10 {
		padding-top: 10px !important;
	}

	.res-991-padding_top15 {
		padding-top: 15px !important;
	}

	.res-991-padding_top20 {
		padding-top: 20px !important;
	}

	.res-991-padding_top30 {
		padding-top: 30px !important;
	}

	.res-991-padding_top40 {
		padding-top: 40px !important;
	}

	.res-991-padding_top50 {
		padding-top: 50px !important;
	}

	.res-991-padding_top60 {
		padding-top: 60px !important;
	}

	.res-991-padding_bottom0 {
		padding-bottom: 0 !important;
	}

	.res-991-padding_bottom5 {
		padding-bottom: 5px !important;
	}

	.res-991-padding_bottom15 {
		padding-bottom: 15px !important;
	}

	.res-991-padding_bottom30 {
		padding-bottom: 30px !important;
	}

	.res-991-padding_bottom40 {
		padding-bottom: 40px !important;
	}

	.res-991-padding_bottom50 {
		padding-bottom: 50px !important;
	}

	.res-991-padding_bottom60 {
		padding-bottom: 60px !important;
	}

	.res-991-padding_bottom70 {
		padding-bottom: 70px !important;
	}

	.res-991-padding_bottom80 {
		padding-bottom: 80px !important;
	}

	.res-991-padding_right0 {
		padding-right: 0 !important;
	}

	.res-991-padding_right15 {
		padding-right: 15px !important;
	}

	.res-991-padding_right30 {
		padding-right: 30px !important;
	}

	.res-991-padding_right50 {
		padding-right: 50px !important;
	}

	.res-991-padding_right60 {
		padding-right: 60px !important;
	}

	.res-991-padding_left0 {
		padding-left: 0 !important;
	}

	.res-991-padding_left15 {
		padding-left: 15px !important;
	}

	.res-991-padding_left30 {
		padding-left: 30px !important;
	}

	.res-991-padding_left50 {
		padding-left: 50px !important;
	}

	.res-991-padding_left60 {
		padding-left: 60px !important;
	}

	.res-991-m-0 {
		margin: 0px !important;
	}

	.res-991-margin_top0 {
		margin-top: 0 !important;
	}

	.res-991-margin_top10 {
		margin-top: 10px !important;
	}

	.res-991-margin_top15 {
		margin-top: 15px !important;
	}

	.res-991-margin_top20 {
		margin-top: 20px !important;
	}

	.res-991-margin_top25 {
		margin-top: 25px !important;
	}

	.res-991-margin_top30 {
		margin-top: 30px !important;
	}

	.res-991-margin_top40 {
		margin-top: 40px !important;
	}

	.res-991-margin_top50 {
		margin-top: 50px !important;
	}

	.res-991-margin_top60 {
		margin-top: 60px !important;
	}

	.res-991-margin_top_0 {
		margin-top: 0px !important;
	}

	.res-991-margin_top_15 {
		margin-top: -15px !important;
	}

	.res-991-margin_top_20 {
		margin-top: -20px !important;
	}

	.res-991-margin_top_30 {
		margin-top: -30px !important;
	}

	.res-991-margin_bottom0 {
		margin-bottom: 0 !important;
	}

	.res-991-margin_bottom15 {
		margin-bottom: 15px !important;
	}

	.res-991-margin_bottom10 {
		margin-bottom: 10px !important;
	}

	.res-991-margin_bottom20 {
		margin-bottom: 20px !important;
	}

	.res-991-margin_bottom25 {
		margin-bottom: 25px !important;
	}

	.res-991-margin_bottom30 {
		margin-bottom: 30px !important;
	}

	.res-991-margin_bottom40 {
		margin-bottom: 40px !important;
	}

	.res-991-margin_bottom50 {
		margin-bottom: 50px !important;
	}

	.res-991-margin_bottom60 {
		margin-bottom: 60px !important;
	}

	.res-991-mt_40 {
		margin-top: -40px !important;
	}

	.res-991-mb_15 {
		margin-bottom: -15px !important;
	}

	.res-991-mb_20 {
		margin-bottom: -20px !important;
	}

	.res-991-mb_25 {
		margin-bottom: -25px !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-mb_60 {
		margin-bottom: -60px !important;
	}

	.res-991-mb_70 {
		margin-bottom: -70px !important;
	}

	.res-991-mb_80 {
		margin-bottom: -80px !important;
	}

	.res-991-margin_left0 {
		margin-left: 0 !important;
	}

	.res-991-margin_left15 {
		margin-left: 15px !important;
	}

	.res-991-margin_left20 {
		margin-left: 20px !important;
	}

	.res-991-margin_left30 {
		margin-left: 30px !important;
	}

	.res-991-margin_left40 {
		margin-left: 40px !important;
	}

	.res-991-margin_left50 {
		margin-left: 50px !important;
	}

	.res-991-ml_15 {
		margin-left: -15px !important;
	}

	.res-991-ml_30 {
		margin-left: -30px !important;
	}

	.res-991-ml_50 {
		margin-left: -50px !important;
	}

	.res-991-margin_right0 {
		margin-right: 0 !important;
	}

	.res-991-margin_right15 {
		margin-right: 15px !important;
	}

	.res-991-margin_right20 {
		margin-right: 20px !important;
	}

	.res-991-margin_right30 {
		margin-right: 30px !important;
	}

	.res-991-margin_right40 {
		margin-right: 40px !important;
	}

	.res-991-margin_right50 {
		margin-right: 50px !important;
	}

	.res-991-mr_15 {
		margin-right: -15px !important;
	}

	.res-991-mr_20 {
		margin-right: -20px !important;
	}

	.res-991-mr_30 {
		margin-right: -30px !important;
	}

	.res-991-mr_50 {
		margin-right: -50px !important;
	}

	.res-991-w-100 {
		width: 100% !important;
	}

	.ttm-vertical_sep>[class*='col-lg']:not(:last-child):before {
		content: unset;
	}

	.ttm-team-member-title.line-style {
		border-right: 0;
	}

	/* footer */
	.first-footer {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.first-footer .container {
		padding: 35px 15px;
	}

	.first-footer .widget {
		padding: 15px 0 10px;
		margin: 0 -15px;
		border: 0;
	}

	.second-footer>div>.row .widget-area .widget:not(:first-child) {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.newsletter_widget .newsletter-form input {
		width: 85.8%;
		float: none;
		margin: 0 5px;
	}

	/* sidebar */
	.sidebar .sidebar-right {
		padding-top: 50px !important;
		order: 1;
		width: 100%;
	}

	.sidebar .sidebar-left {
		padding-top: 50px !important;
		order: 1;
		width: 100%;
	}

	article.ttm-blog-classic .ttm-blog-classic-content, article.ttm-blog-single .ttm-blog-single-content {
		padding: 35px 20px;
		margin-right: 0;
		margin-top: 0;
	}

	.ttm-blog-classic .entry-header .entry-title {
		font-size: 24px;
		line-height: 30px;
	}

	.pagination-block {
		margin-bottom: 0px;
	}

	.slick-active.slick-current .testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote:before {
		color: #000;
		opacity: .06;
	}

	.ttm_single_image-wrapper.imagestyle-two .ttm_single_image_text {
		padding-right: 15px;
		font-size: 20px;
	}

	.ttm_single_image-wrapper.imagestyle-two:before {
		content: unset;
	}

	.ttm_single_image_text p {
		padding: 20px 0 0 0;
	}

	.ttm_single_image_text p:before {
		top: 30px;
		left: 200px;
	}

	.ttm-play-icon.style1 {
		position: absolute;
		bottom: 45.5%;
		left: 0;
	}

	.ttm_single_image_text.style1 {
		position: unset;
	}

	.testimonials.ttm-testimonial-box-view-style2 {
		margin: 10px 20px 40px 40px;
	}

	.fid-box-style {
		position: unset;
	}

	.vertical-border:after {
		content: unset;
	}

	.featured-icon-box.style5:before {
		content: unset;
	}

	.ttm-expandcontent-yes {
		margin-right: 30px !important;
	}

	.expandcontent {
		margin-right: 0 !important;
	}
	.featured-icon-box.style11 {
    padding: 13px 25px;
}
	.featured-icon-box.style11:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    top: 0px;
    left: -40px;
    border: 40px solid transparent;
    border-top: 0;
    border-bottom-color: #ffa800;
    border-right: 0;
    border-bottom-width: 75px;
}

}

@media (max-width:768px) {
	.res-768-margin_top20 {
		margin-top: 20px !important;
	}
	.ttm_single_image_text p:before {
		top: 30px;
		left: 100px;
	}
	.ttm-expandcontent-yes{
		margin-right: 0 !important;
	}
	.title-desc{
		padding: 4px 10px;
	}
	.ttm-team-member-content .featured-icon-box {
		position: unset;
	}

	.ttm-team-member-content .ttm-team-deatils-box {
		padding: 0;
	}
	.featured-icon-box.style6 {
		margin-top: 40px;
	}


}

@media (max-width:767px) {
	.col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.res-767-margin_right0 {
		margin-right: 0px !important;
	}

	.res-767-margin_right15 {
		margin-right: 15px !important;
	}

	.res-767-mr_15 {
		margin-right: -15px !important;
	}

	.res-767-margin_left0 {
		margin-left: 0px !important;
	}

	.res-767-margin_bottom0 {
		margin-bottom: 0px !important;
	}

	.res-767-margin_top0 {
		margin-top: 0px !important;
	}

	.res-767-margin_top10 {
		margin-top: 10px !important;
	}

	.res-767-margin_top15 {
		margin-top: 15px !important;
	}

	.res-767-margin_top20 {
		margin-top: 20px !important;
	}

	.res-767-margin_top25 {
		margin-top: 25px !important;
	}

	.res-767-margin_top30 {
		margin-top: 30px !important;
	}

	.res-767-margin_top40 {
		margin-top: 40px !important;
	}

	.res-767-padding_top0 {
		padding-top: 0 !important;
	}

	.res-767-padding_bottom0 {
		padding-bottom: 0 !important;
	}

	.res-767-padding_left0 {
		padding-left: 0 !important;
	}

	.res-767-padding_left15 {
		padding-left: 15px !important;
	}

	.res-767-padding_right0 {
		padding-right: 0 !important;
	}

	.res-767-padding_right15 {
		padding-right: 15px !important;
	}

	.res-767-padding_top15 {
		padding-top: 15px !important;
	}

	.res-767-padding_top30 {
		padding-top: 30px !important;
	}

	.res-767-padding_top40 {
		padding-top: 40px !important;
	}

	.res-767-padding_top50 {
		padding-top: 50px !important;
	}

	.res-767-padding_bottom15 {
		padding-bottom: 15px !important;
	}

	.res-767-padding_bottom20 {
		padding-bottom: 20px !important;
	}

	.res-767-padding_bottom30 {
		padding-bottom: 30px !important;
	}

	.res-767-padding_bottom40 {
		padding-bottom: 40px !important;
	}

	.res-767-padding_bottom50 {
		padding-bottom: 50px !important;
	}

	[class*='col-md'] .ttm-equal-height-image {
		text-align: center;
		margin: 0 auto
	}

	[class*='col-md'] .ttm-equal-height-image {
		display: block;
	}

	/* ttm-bg-layer */
	[class*='col-md'] .ttm-col-bgimage-yes, .bg-layer-equal-height [class*='col-md'] .ttm-col-bgcolor-yes {
		height: auto !important;
	}

	.section-title.title-style-center_text .title-desc p {
		width: 100%;
	}

	/* Page-Title */
	.breadcrumb-wrapper .breadcrumb-wrapper-inner {
		padding: 0;
		background: transparent;
	}

	.title-box .page-title-heading h1 {
		font-size: 38px;
		line-height: 41px;
	}

	.slick_slider .slick-arrow, .slick_slider .slick-dot {
		display: none;
		visibility: hidden;
	}

	.ttm-tabs.ttm-tab-style-vertical {
		display: block;
	}

	.ttm-tabs.ttm-tab-style-vertical .content-tab {
		padding-left: 0;
		padding-top: 20px;
	}

	.ttm-tabs.ttm-tab-style-vertical .content-tab p:last-child {
		margin-bottom: 0;
	}

	a.float-end {
		float: none !important;
	}

	.featured-imagebox.featured-imagebox-portfolio.style3 {
		padding-top: 0;
	}

	.featured-icon-box.style6 {
		margin-top: 40px;
	}

}

@media (max-width:575px) {
	.col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.second-footer .widget-area:nth-child(2) {
		margin-top: 0;
	}

	.res-575-margin_top0 {
		margin-top: 0px !important;
	}

	.res-575-margin_top10 {
		margin-top: 10px !important;
	}

	.res-575-margin_top15 {
		margin-top: 15px !important;
	}

	.res-575-margin_top30 {
		margin-top: 30px !important;
	}

	.res-575-margin_bottom0 {
		margin-bottom: 0px !important;
	}

	.res-575-margin_bottom10 {
		margin-bottom: 10px !important;
	}

	.res-575-margin_bottom15 {
		margin-bottom: 15px !important;
	}

	.res-575-margin_bottom30 {
		margin-bottom: 30px !important;
	}

	.res-575-margin_left0 {
		margin-left: 0 !important;
	}

	.res-575-margin_right0 {
		margin-right: 0 !important;
	}

	.res-575-padding_left0 {
		padding-left: 0 !important;
	}

	.res-575-padding_right0 {
		padding-right: 0 !important;
	}

	.res-575-padding_right15 {
		padding-right: 15px !important;
	}

	.res-575-padding_left15 {
		padding-left: 15px !important;
	}

	.ttm-list.ttm-bordered-lists li {
		border-bottom: 1px solid #eee;
	}

	.ttm-list.ttm-bordered-lists li+li {
		border-top: none;
	}

	.row>[class*='col']:nth-of-type(even)>.ttm-list.ttm-bordered-lists li:last-child {
		border-bottom: none;
	}

	.testimonials.ttm-testimonial-box-view-style1 .testimonial-content-inner .d-flex {
		display: block !important;
	}

	.testimonials.ttm-testimonial-box-view-style1 .testimonial-caption {
		padding: 0;
		padding-top: 20px;
	}

	.ttm-blog-single blockquote {
		padding: 30px 30px;
		font-size: 18px;
		line-height: 30px;
	}

	.ttm-blog-single blockquote:after {
		left: 20px;
	}

	.ttm-blog-single .ttm-blogbox-desc-footer {
		display: block;
	}

	.ttm-blog-single .ttm-blogbox-desc-footer .ttm-social-share-wrapper {
		padding-bottom: 30px;
	}

	.comments-area .comment-form .comment-form-author, .comments-area .comment-form .comment-form-email, .comments-area .comment-form .comment-form-url {
		width: 100%;
		margin-right: 0;
	}

	.slick_slider.slick-dots-style1 .slick-dots {
		display: none !important;
	}

	.border-left, .border-right {
		border: 0px !important;
	}

	.row.ttm-vertical_sep>[class*=col-]:not(:last-child):before {
		content: unset;
	}

	.ttm-blog-classic .ttm-blogbox-desc-footer {
		display: block;
		height: auto;
	}

	.ttm-social-share-wrapper {
		padding-top: 10px;
		height: 51px;
	}

	.footer .footer-logo {
		min-width: 100%;
	}

	.footer .footer-logo:after {
		content: unset;
	}

	.newsletter_widget .newsletter-form input {
		width: 100%;
		margin: 5px 0;
	}

	.featured-icon-box.style1 {
		margin-top: 40px;
	}

	.newsletter_widget .newsletter-form button[type="submit"] {
		top: 5px;
	}

	.ttm-play-icon.style1 {
		position: absolute;
		bottom: 50%;
		left: 0;
	}

	.stepline {
		position: relative;
		display: block;
		flex-wrap: unset;
		padding-top: 125px;
		flex-direction: unset;
		min-width: auto;
		padding-left: 0;
	}

	.stepline li:after, .stepline li:before, .stepline:before {
		content: unset;
	}

	.stepline li {
		width: 100%;
		margin-bottom: 25px;
		padding: 0;
	}

	.stepline li:nth-child(even) {
		transform: none;
		padding: 0;
		text-align: left;
	}

	.stepline:after {
		left: 0;
	}

	.featured-icon-box.style6 {
		margin-bottom: 30px;
	}

	.ttm_single_image_text:before {
    position: absolute;
    height: 90%;
    width: 100%;
    top: 70px;
    left: 0px;
    content: "";
    display: block;
    z-index: -1;
}

	.ttm_single_image_text p:before {
    top: 30px;
    left: 20px;
}

}

@media only screen and (max-width:480px) {
	.col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.first-footer .newsletter-form input[type="email"] {
		padding-right: 0;
	}

	.first-footer .newsletter-form button[type="submit"] {
		margin-top: 0px;
	}

	.comment-author, .comment-body {
		margin: 0;
		margin-top: 130px;
	}

	.comment-author {
		margin-top: -130px;
	}

	.comment-body:after {
		top: -25px;
		left: 50px;
		transform: rotate(90deg);
	}

	.reply {
		float: none;
	}

	.ttm-tabs.ttm-tab-style-01 ul.tabs {
		display: block;
	}

	.ttm-tabs.ttm-tab-style-02 ul.tabs {
		display: block;
		border: none;
		margin: 0px 15px 30px 0;
	}

	.ttm-tabs.ttm-tab-style-02 ul.tabs li {
		border: 1px solid rgba(0, 0, 0, 0.06);
		margin: 10px 0 0 0;
	}

	.ttm-fid.inside.style4 {
		width: 100%;
	}

	.testimonials.ttm-testimonial-box-view-style2 {
		margin: 10px 20px 40px 15px;
	}

	.ttm-tabs.ttm-tab-style-04 ul.tabs {
		display: block;
		margin-bottom: 20px;
	}

	.first-footer .featured-icon-box.icon-align-before-content .featured-title h3 {
		font-size: 18px;
	}

	.ttm-play-icon.style1 {
		position: absolute;
		bottom: 64%;
		left: 0;
	}

	.ttm_single_image_text:before {
		position: absolute;
		height: 75%;
		width: 100%;
		top: 28%;
		left: 0px;
		content: "";
		display: block;
		z-index: -1;
	}

	.ttm_single_image_text p:before {
		top: 30px;
		left: -30px;
	}
	.featured-icon-box.style11:before {
		content: unset;
	}

}
@media (max-width:375px) { 
	 
	 .res-375-margin_top30 {
		margin-top: 30px !important;
	}

	.res-375-margin_top50 {
		margin-top: 50px !important;
	}

	.testimonials.ttm-testimonial-box-view-style2 {
    margin: 70px 0px 40px 0px;
   }

   .testimonials.ttm-testimonial-box-view-style2 .testimonial-avatar .testimonial-img {
    position: absolute;
    top: -12%;
    left: 33%;
   }

   .testimonials.ttm-testimonial-box-view-style2 .testimonial-content {
   	padding: 30px 10px 30px 15px;
   }
  

   .testimonials.ttm-testimonial-box-view-style2 .testimonial-content .testimonial-caption {
   	display: block;
   }

   .testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote {
   	padding: 30px 0;
   }

   .testimonials.ttm-testimonial-box-view-style2:after {
   	height: 130px;
   	width: 130px;
   }
   .ttm-row.client-saying-section .ttm-expandcontent-yes {
   	margin-right: 0 !important;
   }
	}


@media (max-width:320px) {
	.res-320-padding_top30 {
		padding-top: 30px !important;
	}

	.res-320-padding_bottom30 {
		padding-bottom: 30px !important;
	}

	.res-320-padding_bottom0 {
		padding-bottom: 0px !important;
	}

	.res-320-padding_lr15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.res-320-padding_right0 {
		padding-right: 0px !important;
	}

	.res-320-margin_right0 {
		margin-right: 0px !important;
	}

	.res-320-margin_bottom0 {
		margin-bottom: 0px !important;
	}

	.res-320-margin_top30 {
		margin-top: 30px !important;
	}

	.first-footer .featured-icon-box.icon-align-before-content .featured-title h3 {
		font-size: 18px;
	}

	.ttm_single_image_text:before {
		height: 93%;
		width: 100%;
		top: 50px;
		left: 0px;
	}

	.ttm_single_image_text p {
		padding: 30px 20px 0px 20px;
		margin: 0;
		font-size: 16px;
		line-height: 26px;
	}

	.ttm_single_image_text p:before {
		top: 30px;
		left: 15px;
	}

	.col-title.section-title h2 {
		font-size: 16px;
		font-weight: 600;
		line-height: 26px;
	}

	.newsletter_widget .newsletter-form button[type="submit"] {
		position: absolute;
		top: 5px;
	}

	.ttm-tabs.ttm-tab-style-04 ul.tabs {
		display: block;
		margin-bottom: 20px;
	}

	.ttm-play-icon.style1 {
		position: absolute;
		bottom: 68%;
		left: 0;
	}

	.ttm-progress-bar.style1 .progress-bar-title {
		padding-right: 0;
	}

	.ttm-tabs.ttm-tab-style-01 ul.tabs {
		display: block;
	}
	.featured-icon-box.style11:before {
		content: unset;
	}

}
/* responsive end */


/*****====================******/

.top-header {
    background-color: var(--bg1);
    position: relative;
    transition: all 0.4s ease-in-out 0.5s;
}

.top-header::after {
      content: "";
    position: absolute;
    left: -10%;
    top: 0;
    bottom: -1px;
    width: 60%;
    background: #2b225a;
    border-top-right-radius: 0;
    z-index: 9;
    transform: skewX(-20deg);
}

.th-wrap {
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}

.th-contact ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.th-element {
    display: flex;
    color: var(--light);
    align-items: center;
    text-align: center;
    z-index: 99;
    position: relative;
}

.th-left {
    position: relative;
    z-index: 99;
}

.social-links span {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--light);
}

.social-links a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: var(--grey-color);
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    background: var(--bg);
    transition: var(--transition);
    display: inline-block;
}

.footer-social-links a {
    background-color: var(--light);
    color: var(--bg);
    transition: var(--transition);
}

.footer-social-links a:hover {
    background-color: var(--bg);
    color: var(--bg2);
}

/* ------===============------- */
.th-info a {
    color: var(--light);
    font-family: var(--font1);
    font-weight: 400;
}

.th-icon {
    color: var(--bg2);
    margin-right: 5px;
}

.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  left: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 30px;
  right: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 34px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 54px;
  color: #fff;
}
/* navbar-header */

header {
    position: relative;
    width: 100%;
    left: 0;
    background-color: transparent;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    font-family: var(--font2);
    background-color: transparent;
}
header ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-logo img {
    object-fit: contain;
    width: 135px;
    height:100px;
}

.logo-sec {
    display: inline-block;
    position: relative;
    z-index: 999;
    padding-right: 50px;
}

/* .logo-sec .bg-color {
    position: absolute;
    z-index: -1;
    top: -1rem;
    right: 0px;
    width: 5000px;
    height: calc(100% + 3rem);
    background: var(--light);
    margin-top: -38px;
    clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%, 0px 0px);
} */

.nav-menu {
       display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: block;
    position: relative;
}

.nav-menu li a {
    font-family: var(--font1);
    text-transform: capitalize;
    display: block;
    padding: 36px 16px;
    font-weight: 500;
    line-height: 1;
    font-size: 17px;
    color: var(--dark);
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.nav-menu li a:hover {
    color: var(--bg);
}

.nav-menu li a :nth-child(last) {
    padding-right: 0px !important;
}

.nav-menu li a.active {
    color: var(--bg2);
}

.nav-menu li.drop-menu a {
    padding-right: 1.5rem;
}

.nav-menu li.drop-menu {
    position: relative;
    display: block;
    transition-delay: 0.6s;
}

.drop-content {
    position: absolute;
    top: 100%;
    width: 260px;
    height: auto;
    display: none;
    background-color: var(--light);
    z-index: 999;
    box-shadow: rgba(9, 9, 9, 0.2) 0px 2px 2px 0px;
    border-top: 3px solid var(--bg1);
    transition: all 0.6s ease-in-out 0.4s;
    z-index: 999;
  margin: 0;
}
.drop-content .sub-menu{
    position: absolute;
    top:10%;
    left:100%;
    width: 260px;
    height: 260px;
    display: none;
    background-color: var(--light);
    z-index: 999;
    box-shadow: rgba(9, 9, 9, 0.2) 0px 2px 2px 0px;
    border-top: 3px solid var(--bg2);
    transition: all 0.6s ease-in-out 0.4s;
    z-index: 999;
     margin: 0;
     overflow-x: scroll;
}

.drop-menu:hover .drop-content {
    display: block;
    top: 100%;
}
.drop-menu:hover .drop-content.sub-menu{
    display: block;
    top: 0%;
}

.drop-content li {
    line-height: 50px;
    display: block;
    transition: all 0.8s ease;
    border-bottom: 1px solid var(--grey-color);
}

.drop-content li a {
    color: var(--dark);
    display: block;
    width: 100%;
    font-family: var(--font1);
    font-weight: 400;
    padding: 16px;
    transition: all 0.4s ease;
    position: relative;
}
.drop-content li a:hover {
    background: transparent;
    color: var(--bg);
    padding-left: 22px;
}


.drop-content::-webkit-scrollbar {
    width: 7px;
    background-color: var(--bg);
    box-shadow: 1px solid var(--dark);
}

.drop-content::-webkit-scrollbar-thumb {
    color: var(--dark);
    background-color: var(--bg1);
    border-radius: 5px;
}

ul.drop-content li:after {
    display: none;
}
 li.drp_dwn{
  position: relative;
}
li.drp_dwn:hover .sub-menu{
  display: block;
}
.click-btn {
    position: absolute;
    right: 1px;
    top: 36px;
    color: var(--dark);
    cursor: pointer;
}
.click_btn {
    right: 5px;
    top: 0;
    color: var(--dark);
    cursor: pointer;
}

/*----sticky-header----------*/
#my-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: slide-down 1s ease-in-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    background-color: var(--light);
}

#my-header.sticky .top-header {
    display: none;
}

#my-header.sticky .nav-sec>li>a {
    color: var(--dark);
}

@keyframes slide-down {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

#my-header.sticky .nav-sec>li>a:hover {
    color: var(--bg1);
}

#my-header.sticky .logo img {
    margin-top: 0;
}

@media (max-width:992px) {
  
    header {
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0;
        background-color: var(--light);
        z-index: 999;
    }

    .header-btn {
        display: none;
    }

    /* ---------------- */
    .top-header::after {
        width: 0;
    }

    .th-email,
    .th-number {
        display: none;
    }

    .th-element .th-icon {
        font-size: 16px;
    }

    .th-element a {
        font-size: 14px;
    }

    /* ========== */
    .c-logo img {
        width: 100px;
    }

    .nav-menu {
        display: none;
    }

    header {
        position: relative;
        width: 100%;
        z-index: 999;
        overflow: visible;
    }

    .header {
        display: flex;
        justify-content: space-between;
    }

    .comp-logo img {
        width: 80px;
        margin-top: 0;
    }

    .enq-icon {
        display: none;
        align-items: center;
    }

    .enq-icon img {
        width: 30px;
    }

    .enq-number {
        font-size: 13px;
        font-family: var(--font1);
    }

    .toggle-btn {
        margin: 10px 0;
        cursor: pointer;
        height: 30px;
        width: 30px;
        order: 3;
    }

    .toggle-btn>* {
        background-color: var(--dark);
        display: block;
        height: 3px;
        width: 25px;
        margin: 5px 0;
        transition: all 0.5s ease-in-out;
    }

    .toggle-btn.active .span1 {
        transform: rotate(45deg) translate(3px, 10px);
    }

    .toggle-btn.active .span2 {
        opacity: 0;
    }

    .toggle-btn.active .span3 {
        transform: rotate(-45deg) translate(1px, -8px);
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        z-index: 999;
        background-color: var(--light);
        flex-direction: column;
        width: 100%;
        left: 0;
        height: 100vh;
        background-color: var(--bg1);
    }

    .nav-menu>li {
        display: block;
        line-height: 35px;
        background-color: var(--light);
    }

    .nav-menu>li>a {
        font-family: var(--font1);
        text-transform: capitalize;
        display: block;
        padding: 10px 30px;
        font-weight: 600;
        line-height: 30px;
        box-shadow: rgba(99, 99, 99, 0.8) 0px 1px 1px 0px;
        color: var(--light);
        background-color: var(--bg1);
        border-bottom: 1px solid var(--bg2);
    }

    .nav-menu>li>a:hover {
        color: var(--bg1);
    }

    .click-btn {
        position: absolute;
        right: 0px;
        top: 1px;
        display: inline-block;
        color: var(--light);
        background-color: var(--dark);
        padding: 9px 30px;
        line-height: 30px;
    }

    .drop-content {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 400px;
        display: none;
        background-color: var(--light);
        z-index: 999;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        overflow: auto;
        border: none;
    }

    .drop-content li a {
        color: var(--dark);
    }

    .enquiry-sec {
        display: none;
    }

    .nav-menu li::after {
        display: none;
        height: 0;
        color: var(--dark);
    }

    .drop-content li a:hover {
        color: var(--light);
        background-color: var(--dark);
    }

    .nav-menu li a:hover::after {
        width: 0;
        height: 0;
    }

    .drop-content .sub-menu {
    position: revert;
    left: 100%;
    width: 100%;
    height: 450px;
    display: none;
    background-color: var(--light);
    z-index: 999;
    margin: 0;
    overflow-x: scroll;
}
.click_btn {
       right: 5px;
    top: 0;
    color: var(--light);
    cursor: pointer;
    transform: rotate(90deg);
    padding: 12px;
    display: flex;
    align-items: center;
}
.th-wrap {
    justify-content: center;
}


}