/**
  1. General
     -fonts
     -css
     - Variables
     -Input Textarea
     - Extra-outer

  2. Spacing

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color

  4. Pre-loader

  5. SocialIcon / TooltipTop

  6. Slick_dots/arrows

  7. TopBar

  8. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - side-menu

  9. Footer
     - FirstFooter
     - SecondFooter
 
  10. GoTop BUtton
  
  11. Page-Title-Row

  12. Inner-Pages
      - single-pages-content
      - Classic_Blog
      - Single_Blog
      - Contact_page
      - Error_page
      - Map

**/

/* ===============================================
   General
------------------------*/

/** fonts **/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Teko:wght@300;400;500;600;700&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
/** css **/
@import "all.min.css";
@import "fontawesome.min.css";
@import "flaticon.css";
@import "themify-icons.css";
@import "slick.css";
@import "prettyPhoto.css";
@import "animate.css";

@font-face {
  font-family: 'von-bond';
  src: url('../fonts/von-bond-regular.otf'),
}

/** Variables **/
:root {
  --skin-color: #d44d7c;
  --dark-grey-color: #222429;
  --body-fonts-color: #a0a2a6;
  --grey-color: #f7f7f7;
  --white-color: #fff;
  --body-fonts: 'Rubik', Arial, Helvetica, sans-serif;
  --title-fonts: 'Lora', serif !important;
  --box-color:#EED9DD;
}

::-moz-selection {
  background: var(--skin-color);
  color: var(--white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--skin-color);
  color: var(--white-color);
  text-shadow: none;
}

::selection {
  background: var(--skin-color);
  color: var(--white-color);
  text-shadow: none;
}

body {
  font-family: var(--body-fonts);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-fonts-color);
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-fonts);
  margin-bottom: 15px;
  font-weight: 500;
  color: var(--dark-grey-color);
  font-style: normal;
  text-transform: capitalize;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 {
  font-size: 40px;
  line-height: 45px;
  font-style: normal;
}

h2 {
  font-size: 40px;
  line-height: 55px;
  font-style: normal;
}

h3 {
  font-size: 30px;
  line-height: 35px;
  font-style: normal;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-style: normal;
}

h5 {
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
}

h6 {
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
}

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(--skin-color);
}

a,
button,
input {
  outline: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: bold;
}

iframe {
  width: 100%;
  border: none;
  display: block;
}

p {
  margin: 0 0 15px;
  text-align: justify;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 25px;
}
.plr{padding: 0 15px 0 15px;}
/**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(--dark-grey-color);
  padding: 13px 15px 14px;
  border-radius: 0;
  font-weight: 400;
  background-color: var(--white-color);
  text-transform: inherit;
  border: 1px solid rgba(119, 119, 119, .2);
  font-size: 14px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0px;
  /* width: 270px; */
}

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(--white-color);
  -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(--skin-color);
  -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(--white-color);
}

/** Extra-outer **/
body .page {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

body .site-main {
  background-color: var(--white-color);
  position: relative;
  z-index: 1;
}

body .page.sidebar-true .site-main {
  padding: 0;
  background-color: var(--white-color);
}

.container {
  max-width: 1200px;
}

/* ===============================================
    Spacing
------------------------*/
.col-lg-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/** Padding **/
.spacing-1 {
  padding: 115px 100px 100px 15px;
}

.spacing-2 {
  padding: 100px 140px 100px 0;
}

.spacing-3 {
  padding: 70px 10px 70px 70px;
  margin-top: -70px;
  margin-left: -30px;
}

.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;
}

.p-175 {
  padding: 175px;
}
.pl_15{
  padding-left: 15px;
}

.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_bottom95 {
  padding-bottom: 95px;
}

.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 !important;
}

.margin_top20 {
  margin-top: 20px;
}

.margin_top25 {
  margin-top: 25px;
}

.margin_top30 {
  margin-top: 30px !important;
}

.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;
}

.margin_top190 {
  margin-top: 190px;
}

.mt_5 {
  margin-top: -5px;
}

.mt_6 {
  margin-top: -6px;
}

.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__30 {
  margin-top: 70px;
}
.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_65 {
  margin-top: -65px;
}

.mt_70 {
  margin-top: -70px;
}

.mt_72 {
  margin-top: -72px;
}

.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 !important;
}

.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;
}

.margin_bottom115 {
  margin-bottom: 115px;
}

.margin_bottom180 {
  margin-bottom: 180px;
}

.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_left45 {
  margin-left: 45px;
}

.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_left275 {
  margin-left: 275px;
}

.margin_left200 {
  margin-left: 200px;
}

.margin_left240 {
  margin-left: 240px;
}

.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_85 {
  margin-left: -85px;
}

.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_right45 {
  margin-right: 45px;
}

.margin_right50 {
  margin-right: 50px;
}

.margin_right60 {
  margin-right: 60px;
}

.margin_right70 {
  margin-right: 70px;
}

.margin_right80 {
  margin-right: 80px;
}

.margin_right85 {
  margin-right: 85px;
}


.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_right175 {
  margin-right: 175px;
}

.margin_right180 {
  margin-right: 180px;
}

.margin_right190 {
  margin-right: 190px;
}

.margin_right200 {
  margin-right: 200px;
}

.margin_right250 {
  margin-right: 250px;
}

.margin_right275 {
  margin-right: 275px;
}

.margin_right280 {
  margin-right: 280px;
}

.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_110 {
  margin-right: -110px;
}

.mr_120 {
  margin-right: -120px;
}

.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;
}

.mr_330 {
  margin-right: -330px;
}

.mr_370 {
  margin-right: -370px;
}

/* ===============================================
    Color
------------------------*/
.img_ctr{
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}
/** text-color **/
.ttm-textcolor-skincolor {
  color: var(--skin-color);
}

.ttm-textcolor-darkgreycolor {
  color: var(--dark-grey-color);
}

.ttm-textcolor-greycolor {
  color: var(--grey-color);
}

.ttm-textcolor-whitecolor {
  color: var(--white-color);
}

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: 32px;
}

.fs-30 {
  font-size: 30px !important;
  line-height: 40px;
}

.fs-35 {
  font-size: 35px !important;
  line-height: 45px;
}

.fs-25 {
  font-size: 26px !important;
  line-height: 36px;
  font-family: var(--body-fonts);
}
.fs-60{
  font-size: 60px !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;
}

/*================blockquote
-----------------------*/
.ttm-highlight-quote {
  position: relative;
}

.ttm-highlight-quote blockquote {
  font-size: 18px;
  line-height: 34px;
  color: #222d35;
  padding: 30px 30px 30px 30px;
  margin: 0;
  margin-bottom: 55px;
  font-weight: 500;
}

.ttm-highlight-quote blockquote:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-top: 80px solid #f8f8f8;
  border-right: 72px solid transparent;
}

.ttm-highlight-quote blockquote:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f10d';
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  left: 30px;
  top: -17px;
  font-style: normal;
  display: block;
}

/* ===============================================
    Color
------------------------*/

/** 1.Skin-color **/
.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-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):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-fill.ttm-icon_element-color-white i,
.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,
.ttm-bgcolor-darkgrey a:hover,
.top_bar .top_bar_contact_item .top_bar_icon i,
.widget ul#menu-footer-quick-links li a:before,
.breadcrumb-wrapper span,
.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(--skin-color);
}

/** 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-prev:hover.slick-arrow,
.slick_slider .slick-next:hover.slick-arrow,
.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-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-bgcolor-grey .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:hover,
.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,
.footer .social-icons li a:hover {
  background-color: var(--skin-color);
}

/** 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-btn-style-border.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover,
.slick_slider .slick-prev:hover.slick-arrow,
.slick_slider .slick-next:hover.slick-arrow,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next: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,
.footer .social-icons li a:hover {
  border-color: var(--skin-color);
}

.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(--skin-color);
}

.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(--skin-color);
}

/** 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-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.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-darkgrey,
.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 .top_bar .social-icons li a,
.ttm-header-style-01 .header_search .search_btn i,
nav.main-menu ul.menu li>ul.mega-submenu li a,
.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,
.featured-imagebox-portfolio.style1 .ttm-media-link a i,
.ttm-tabs.ttm-tab-style-03 ul.tabs li a,
.featured-imagebox-post .ttm-box-post-date .ttm-entry-date,
.pagination-block .page-numbers,
.pagination-block .page-numbers.current {
  color: var(--dark-grey-color);
}

/** 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-darkgrey:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey: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-darkgrey:hover,
.ttm-btn-color-skincolor:hover,
.ttm-toggle-title-bgcolor-white .toggle-title a.active {
  background-color: var(--dark-grey-color);
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-btn-style-border.ttm-btn-color-skincolor:hover,
.ttm-btn-style-border.ttm-btn-color-darkgrey:hover,
.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-darkgrey: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(--dark-grey-color);
}

.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(--dark-grey-color);
}

/** 3.White-color **/
.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 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-btn-style-fill.ttm-btn-color-skincolor,
.ttm-btn-style-fill.ttm-btn-color-skincolor i,
.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-fill.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey: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,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white: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-next:hover:before,
.slick_slider .slick-prev:hover:before,
.slick_slider.slick-arrows-style1 .slick-prev:hover:before,
.slick_slider.slick-arrows-style1 .slick-next:hover:before,
.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,
.ttm-header-style-02 .social-icons li a:hover,
.ttm-header-style-02 .social-icons li a:hover i,
.featured-imagebox-portfolio.style1 .ttm-media-link a:hover,
.featured-icon-box.style5:hover i.ttm-num,
.ttm-bgcolor-grey .featured-icon-box.style5:hover i.ttm-num,
.featured-icon-box.style6:hover .featured-content,
.featured-icon-box.style6:hover .featured-content .featured-title h3,
.featured-icon-box.style6:hover .ttm-icon i,
.ttm-header-style-03 .social-icons li a:hover,
.ttm-header-style-03 .social-icons li a:hover i,
.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 .progress-bar-percent,
.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,
.pagination-block .page-numbers:hover,
.pagination-block .page-numbers.current {
  color: var(--white-color);
}

.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: rgb(255 255 255 / .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-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-progress-bar .progress-bar.progress-bar-color-bar_white,
.progress-bar-color-bar_white,
.ttm-toggle-title-bgcolor-white .toggle-title a {
  background-color: var(--white-color);
}

/** 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(--white-color);
}

/** 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,
.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(../images/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%;
}

.hero_p{margin-top: 50px;}

/* 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: -60px;
}

.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 120px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
}

.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(Opacity=100);
  opacity: 1;
}

/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick_slider:not(.g-0) .slick-slide {
  padding: 0 15px;
}

.slick_slider.style1 .slick-slide {
  padding: 0px;
}

.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(--skin-color);
  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 {
  border: 1px solid #cacaca;
  width: 47px;
  height: 39px;
  line-height: 50px;
  z-index: 1;
  border-radius: 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: 'Font Awesome 5 Free';
  color: #cacaca;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 600;
}

.slick_slider .slick-prev:before {
  content: "\f053";
}

.slick_slider .slick-next:before {
  content: "\f054";
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 15px;
  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;
}

.slick_slider .slick-prev {
  left: 15px
}

.slick_slider .slick-next {
  left: 80px;
}

.slick_slider:hover .slick-prev:before .slick_slider:hover .slick-next:before {
  color: var(--white-color);
}

.slick_slider.slick-arrows-style1 .slick-arrow {
  width: 46px;
  height: 46px;
  line-height: 56px;
  z-index: 1;
  border: 0;
  color: inherit;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  box-shadow: unset;
  background-color: rgba(255, 255, 255, .07);
  top: 50%;
}

.slick_slider.slick-arrows-style1 .slick-prev:before,
.slick_slider.slick-arrows-style1 .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-arrows-style1 .slick-prev:before {
  content: "\e629";
}

.slick_slider.slick-arrows-style1 .slick-next:before {
  content: "\e628";
}

.slick_slider.slick-arrows-style1 .slick-next {
  right: 0px;
  left: auto;
}

.slick_slider.slick-arrows-style1 .slick-prev {
  left: 0px;
}

.slick_slider.slick-arrows-style1:hover .slick-arrow {
  margin: 0 -60px;
  opacity: 1;
  overflow: visible;
}

.slick_slider.slick-arrows-style2 .slick-arrow {
  border-radius: 50%;
}

.slick_slider.slick-arrows-style2 .slick-next {
  right: -50px;
  left: auto;
}

.slick_slider.slick-arrows-style2 .slick-prev {
  left: -50px;
}

.slick_slider.slick-arrows-style3 .slick-next,
.slick_slider.slick-arrows-style3 .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 10px;
  top: auto;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .13);
  cursor: pointer;
  color: #fff;
}

.slick_slider.slick-arrows-style3 .slick-prev {
  left: -39%;
}

.slick_slider.slick-arrows-style3 .slick-next {
  left: -35%;
}

/*  ===============================================
    TopBar
------------------------*/
.top_bar {
  z-index: 3;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.top_bar .row {
  border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.top_bar_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.top_bar_contact_item {
  font-size: 14px;
  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;
}

.top_bar_content {
  display: inline-block;
}

.ttm-bgcolor-darkgrey .top_bar_content {
  color: rgb(255 255 255 / .60);
}

.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:before {
  content: unset;
}

.ttm-header-style-01 .top_bar_contact_item {
  color: rgba(255, 255, 255, .60);
}

.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 {
  position: relative;
  min-width: auto;
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-right: 0px;
  color: rgba(255, 255, 255, 1);
}

.top_bar .social-icons li a {
  background-color: transparent;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.top_bar .social-icons li a i {
  color: var(--white-color);
}

.top_bar .social-icons li a:hover i {
  background-color: transparent;
  color: var(--skin-color);
}

.top_bar_contact_item.ttm-highlight-right:after {
  content: "";
  width: 5000px;
  height: 100%;
  background-color: var(--skin-color);
  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: var(--dark-grey-color) !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);
}

/**/
.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(--skin-color);
}

.ttm-header-style-01 #site-header-menu .site-navigation ul.menu>li.active>a {
  font-weight: 500;
}

.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(--skin-color);
}

.ttm-header-style-01 #site-header-menu .site-navigation nav.main-menu ul.menu li.active ul.mega-submenu li.active>a {
  color: var(--skin-color);

}

.ttm-header-style-01 #site-header-menu .site-navigation ul.menu>li>a {
  color: #333;
}


.ttm-header-style-01 #site-header-menu .site-navigation ul.menu>li:hover>a {
  color: var(--skin-color);
}

.ttm-header-style-01 .ttm-widget_header .widget_info {
  padding: 0 30px;
}

.ttm-header-style-01 .ttm-widget_header .widget_info:first-child {
  padding-left: 0;
}

.ttm-header-style-01 .widget_info:last-child {
  padding-right: 0 !important;
}

.ttm-header-style-01 .ttm-widget_header .header_btn {
  padding-left: 22px;
}

.ttm-header-style-01 .widget_info .widget_icon i {
  height: 45px;
  width: 45px;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  display: block;
  margin-right: 10px;
  margin-bottom: 0;
}

.ttm-header-style-01 .widget_info p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #666;
  font-family: var(--title-fonts);
}

.ttm-header-style-01 .widget_info h3 {
  font-size: 16px;
  line-height: 25px;
  text-transform: inherit;
  font-family: var(--body-fonts);
  font-weight: 400;
}

.ttm-header-style-01 .widget_info {
  position: relative;
  z-index: 1;
}

.ttm-header-style-01 .widget_info:not(:first-child):after {
  content: "";
  height: 50px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}

/*  ===============================================
    Header
------------------------*/

/** SiteBrand(logo) **/
.site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 30px;
  position: relative;
}

/* .site-branding:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgb(255 255 255 / 8%);
  top: 0%;
  right: 0;
  display: block;
} */

.site-description h2 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(255 255 255 / .60);
  margin: 0px 0px 0px 28px;
}

/* 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(--dark-grey-color);
  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(--skin-color);
}

.header_search .header_search_content {
  position: absolute;
  right: 50px;
  width: 400px;
  background: #ffffff;
  border-right: 3px solid var(--skin-color);
  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(--skin-color);
  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;
}

/*banner_slider*/
.banner_slider.banner_slider_wide {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 40px;
  position: relative;
}

.banner_slider.banner_slider_wide:after {
  display: block;
  height: 100%;
  content: '';
  position: absolute;
  top: 0px;
  z-index: -1;
  left: -40%;
  width: 100%;
  background-color: #ffaa01;
}

.banner_slider.banner_slider_wide:before {
  display: block;
  height: 100%;
  content: '';
  position: absolute;
  top: 0px;
  z-index: -1;
  right: -40%;
  width: 100%;
  background-color: #f6f6f6;
}

.banner_slider.slick-slider .slick-prev,
.banner_slider.slick-slider .slick-next {
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-right: 3px;
  text-align: center;
  position: absolute;
  display: block;
  z-index: 1;
  margin: 0 20px;
  background: rgba(34, 54, 69, 0.5);
  /* border-radius: 50%;*/
}

.banner_slider.slick-slider .slick-next {
  right: 0;
  left: auto;
  padding-right: 0;
  padding-left: 3px;
}

.banner_slider.slick-slider:hover .slick-prev,
.banner_slider.slick-slider:hover .slick-next {
  opacity: 1;
  visibility: visible;
}

.banner_slider.slick-slider .slick-prev:hover,
.banner_slider.slick-slider .slick-next:hover {
  background: #000;
}

.banner_slider.slick-slider .slick-prev:before,
.banner_slider.slick-slider .slick-next:before {
  font-family: 'themify';
  font-size: 14px;
  opacity: 1;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner_slider.slick-slider .slick-prev:before {
  content: "\e64a";
}

.banner_slider.slick-slider .slick-next:before {
  content: "\e649";
}

.banner_slider_wrapper .slider-textarea h4 {
  left: 36px;
  /* top: 180px;*/
  z-index: 1;
  width: 70px;
  font-size: 21px;
  line-height: 31px;
  margin: 0;
  display: block;
  position: absolute;
  height: 370px;
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.banner_slider_wrapper .slider-social-links-wrapper {
  position: absolute;
  right: 11px;
  top: 302px;
  z-index: 1;
  transform-origin: left top 0;
  width: 60px;
  display: block;
}

.banner_slider_wrapper .slider-social-links-wrapper li {
  display: block;
  margin-bottom: 10px;
}

.banner_slider_wrapper .slider-social-links-wrapper li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #002c42;
  text-align: center;
  color: #002c42;
  border-radius: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media (max-width:1800px) {
  .banner_slider.banner_slider_wide {
    max-width: 88%;
    margin: 0 auto;
  }
  .menubar-box{
    display: none;
  }


}

@media (max-width:1400px) {
  .banner_slider.banner_slider_wide {
    max-width: 100%;
    margin: 0 auto;
  }

  .banner_slider_wrapper .slider-textarea,
  .banner_slider_wrapper .slider-social-links-wrapper {
    display: none;
  }

}

.slide {
  height: 700px;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.banner_slider .slide_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.slide .slide__img img {
  opacity: 1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

.slide .slide__content {
  position: relative;
}

.fade-main {
  position: absolute;
  content: "";
  height: 15px;
  width: 17%;
  right: -45px;
  bottom: 30px;
}

.fade-main-bottom {
  position: absolute;
  content: "";
  height: 15px;
  width: 29%;
  right: -45px;
  top: -45px;
}

.fade-in-main {
  position: absolute;
  content: "";
  top: -37px;
  right: -4%;
  background-color: var(--white-color);
  width: 15px;
  height: 100%;
}

.slide .slide__content--headings {
  margin-top: 220px;
  margin-right: 50px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}

.slide .slide__content--headings .slide_icon {
  float: left;
  margin-right: 35px;
}

.slide .slide__content--headings .slide_icon i {
  font-size: 50px;
  line-height: 60px;
}

.slide .slide__content--headings h2 {
  font-size: 50px;
  line-height: 70px;
  font-weight: 400;

}

.slide .slide__content--headings h2 span {
  /* text-transform: uppercase; */
  font-weight: 400;

}


.slide .slide__content--headings>h3 {

  letter-spacing: 1.2px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  margin-top: 15px;
}

.fade-main2 {
  position: absolute;
  content: "";
  height: 15px;
  width: 18%;
  left: -50px;
  bottom: 30px;
}

.fade-main-bottom2 {
  position: absolute;
  content: "";
  height: 15px;
  width: 26%;
  top: -45px;
  left: -50px;
}

.fade-in-main2 {
  position: absolute;
  content: "";
  top: -37px;
  left: -50px;
  background-color: var(--white-color);
  width: 15px;
  height: 100%;
}

.slide .slide__content--headings .slide_icon2 {
  float: right;
  margin-left: 35px;
}

.slide .slide__content--headings .slide_icon2 i {
  font-size: 50px;
  line-height: 60px;
}

@media only screen and (max-width:1200px) {

  .res-1200-margin_left70 {
    margin-left: 70px !important;
  }

  .lg-hide {
    display: none;
  }

  .banner_slider.banner_slider_wide {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .site-description h2,
  .site-description h2:before {
    display: none;
  }

  .slide .ttm-btn {
    font-size: 12px;
  }

  .slide .ttm-btn.ttm-btn-size-md:not(.btn-inline) {
    padding: 12px 21px 12px 21px;
  }

  .slide .ttm-icon.ttm-icon_element-size-xs {
    height: 36px;
    width: 36px;
    line-height: 36px;
  }

  .slide .fbox {
    bottom: 45%;
  }

  .slide .fbox {
    padding: 25px 20px;
    color: rgb(255, 255, 255);
    width: 200px;
    height: 150px;
  }

  .slide .fbox h6 {
    line-height: 40px;
    font-size: 30px;
  }

  .overlay_banner_header .slide .slide__content {
    padding-top: 0;
  }

  .slide .slide__content--headings {
    margin-top: 135px;
    margin-right: 120px;
  }

  .fade-in-main {
    right: -45px;
  }

}

@media only screen and (max-width:1024px) {
  .banner_slider .slide {
    height: 460px;
  }

  .slide .slide__content--headings h2 {
    font-size: 60px;
    line-height: 70px;
  }

}

@media only screen and (max-width:991px) {
  .md-hide {
    display: none;
  }

  .slide .slide__content--headings h2 {
    font-size: 45px;
    line-height: 55px;
  }

}

@media only screen and (max-width:767px) {
  .sm-hide {
    display: none !important;
  }

  .banner_slider .slide {
    height: 420px;
  }

  .slide .slide__content--headings {
    text-align: center !important;
    margin-top: 95px;
    margin-right: 0;
  }

  .slide .slide__content--headings>h3 {
    font-size: 18px;
  }

  .slide .slide__content--headings h2 {
    font-size: 45px;
    line-height: 55px
  }

  .slide_icon i {
    display: none;
  }

  .slide_icon2 i {
    display: none;
  }

}

@media only screen and (max-width:600px) {
  .banner_slider .slide {
    height: 320px;
  }

  .slide .slide__content--headings {
    margin-top: 50px;
  }

}

@media (max-width:575px) {
  .slide .slide__content--headings {
    margin-top: 65px;
  }

  .slide .slide__content--headings>h3 {
    display: none;
  }

}

@media only screen and (max-width:400px) {
  .banner_slider .slide {
    height: 300px;
  }

  .slide .slide__content--headings {
    margin-top: 50px;
  }

}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .banner_slider .slide {
    height: 600px;
  }

}

@media (max-width:387px) {
  .slide .slide__content--headings {
    margin-top: 60px;
  }

  .slide .slide__content--headings>h3 {
    display: none;
  }

  .slide .slide__content--headings h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .slide .slide__content--headings .slide .ttm-btn.ttm-btn-size-md:not(.btn-inline) {
    display: block;
  }

}

/* ===============================================
    Footer
------------------------*/
.footer {
  z-index: 1;
  background-position: center center;
  background-attachment: scroll;
  position: relative;
}

.footer .footer-logo img {
  max-height: 204px;
}
.footer-logo img{
  width: 180px;
  /* width: 230px; */
  /* height: 80px; */
  
}

.footer .footer-logo {
  position: relative;
  min-width: 160px;
  justify-content: center;
  align-items: center;
  
}

.footer .social-icons li {
  font-weight: normal;
  text-align: center;
  position: relative;
  display: inline-block;
  border: none;
  z-index: 1;
  margin: 0 4px;
}

.footer .social-icons li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #000000;
  text-align: center;
  display: block;
  margin: 0 1px;
  background-color: transparent;
  font-size: 14px;
  color: #000;
  border-radius: 5px;
}

.footer .social-icons li a:hover i {
  color: var(--white-color) !important;
}

.footer .widget .widget-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  position: relative;
}

.footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* first-footer (newsletter) */
.first-footer {
  position: relative;
  margin: -105px 0px -90px 0px;
  z-index: 1;
}

.first-footer .row {
  padding: 32px 45px 40px 45px;
  position: relative;
  /* background-color:#F0DDDF ; */
  background: url(../images/bg-image/row-bgimage-1.jpg);
  background-size: cover;
  border-radius: 12px;
  box-shadow: rgb(43 52 59 / 10%) 0px 0px 10px 0px;
  color: #fff;
  background-position-y: 30%;
}

.first-footer .widget-area {
  position: relative;
}

.first-footer .widget-area:after {
  left: auto;
  content: "";
  right: -15px;
  height: 100%;
  position: absolute;
  top: 2%;
  width: 1px;
  background-color: #e1e8ed;
}

.first-footer .widget-area:nth-child(3):after {
  content: unset;
}

.first-footer .widget.widget-title .footer-title h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 25px;

  color: var(--skin-color);
  margin-bottom: 0;
}

.first-footer .widget.widget-title .footer-title h2.title {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 0;
  font-weight: 500;
}

.first-footer .widget.widget_featured-content .featured-content {
  padding: 20px 0 0 110px;
}

.first-footer .widget.widget_featured-content .featured-content h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.first-footer .widget.widget_featured-content .featured-content .featured-contact h2 {
  font-size: 20px;
  line-height: 35px;
}

.first-footer .ttm-foooter-btn {
  text-align: end;
}

/* second-footer */
.second-footer .container {
  position: relative;
}

.bg-footer {
 
  background-attachment: scroll;
  background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
  
 
}
.background-layer{
  position: absolute;
  left: 0;
  top:0;
  height: 100%;
  width:100%;
  /* background-image: url(https://pngfreepic.com/wp-content/uploads/2022/08/Abstract-wave-png-21.png?v=1663405233); */
  background-image: url(../images/wave-lines-vector-png-photo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0.3;
}
.background-layersss{
  position: absolute;
  left: 0;
  top:0;
  height: 100%;
  width:100%;
  background-color: #000;
  background-image: url(../images/bg-image/assest-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0.6;
  border-radius: 10px;
}


.footer .second-footer {
  padding: 100px 0px 0px;
}

.second-footer .widget-area .widget {
  padding: 50px 0 55px;
}

.footer .second-footer p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(22, 22, 22, 0.6);
}

/** menu-footer-quick-links **/
.widget ul#menu-footer-quick-links li a {
  display: inline-block;
  transition: all .6s;
  color: rgba(41, 40, 40, 0.6) !important;
}

.widget ul#menu-footer-quick-links li a:before {
  position: absolute;
  font-family: "themify";
  content: "\e661";
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 12px;
  transition: all .4s;
}

.widget ul#menu-footer-quick-links li:hover a {
  padding-left: 22px;
  color: var(--skin-color) !important;
}

.widget ul#menu-footer-quick-links li:hover a:before {
  opacity: 1;
}

.widget ul#menu-footer-quick-links li {
  display: inline-block;
  width: calc(50% - 2px);
  padding: 0 0 5px 0;
  position: relative;
}

.widget ul#menu-footer-quick-links li:last-child {
  padding-bottom: 0;
}

/** ttm-recent-post-list **/
.footer .widget ul.ttm-recent-post-list>li {
  display: table;
  padding: 0 0 5px !important;
}

.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: 20px;
  line-height: 30px;
  display: block;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: var(--title-fonts);
}

.footer .widget ul.ttm-recent-post-list>li img {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 0%;
  float: left;
  margin-right: 18px;
}

.footer .widget ul.ttm-recent-post-list>li .post-date {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 10px;
  color: var(--skin-color);

}

.footer .widget ul.ttm-recent-post-list>li .post-date:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-bottom: 1px solid var(--skin-color);
  transition: all 0.3s ease 0s;
}

.widget ul.ttm-recent-post-list>li .post-date i {
  margin-right: 5px;
  font-size: 11px;
}



/** 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 {
  width: 100%;
  height: 52px;
  border-radius: 0;
  margin: 0 2px 0 0;
  font-size: 15px;
  text-align: left;
  background-color: transparent;
  margin-top: 10px;
  color: #fff;
  margin-bottom: 8px;
}

.newsletter_widget .newsletter-form button[type="submit"] {
  float: left;
  text-align: center;
  top: 6px;
  padding: 5px 35px;
  border: none;
  line-height: 10px;
  height: 47px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.newsletter_widget .newsletter-form button[type="submit"]:hover {
  background-color: var(--white-color) !important;
  color: var(--dark-grey-color);
}

.newsletter_widget .newsletter-form button i {
  font-size: 20px;
  line-height: 28px;
  height: 30px;
}

.bottom-footer-text.copyright {
  border-top: 1px solid;
}

.bottom-footer-text {
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/** copyright **/
.copyright {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 15px;
}

.copyright,
.copyright .cpy-text {
  color: rgba(255, 255, 255, .75) !important;
}

.copyright ul.list-inline {
  margin: 0;
}

/** Footer-nav-menu **/
.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: #fff;
  padding-left: 8px;
}

ul.footer-nav-menu li:last-child:after {
  content: unset;
}

.bottom-footer-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.bottom-footer {
  font-size: 14px;
  padding-right: 18px;
  padding-left: 18px;
  position: relative;
  z-index: 1;
}

.bottom-footer-icon i {
  height: 50px;
  line-height: 46px;
  border: none;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: var(--skin-color);
}

.bottom-footer-content {
  display: inline-block;
}

/* ===============================================
GoTop BUtton
------------------------*/
#totop {
  font-weight: 900;
  color: var(--white-color);
  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;
}

/* ===============================================
    Page-Title-Row
------------------------*/
.ttm-page-title-row {
  background: url(../images/pagetitle-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.ttm-page-title-row.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
  opacity: .79;
}

.ttm-page-title-row-inner {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 75px 0;
}

.page-title-heading h2 {
  text-transform: capitalize;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 44px;
  line-height: 54px;
  display: inline-block;
  margin-bottom: 0;
}

.page-title-heading p {
  font-size: 18px;
  color: #fff;
}

.breadcrumb-wrapper {
  z-index: 99;
  text-align: center;
  display: inline-block;
  padding: 9px 25px;
}

.breadcrumb-wrapper span {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}

.breadcrumb-wrapper span:first-child {
  padding-right: 24px;
}

.breadcrumb-wrapper span:first-child a {
  color: #fff;
}

.breadcrumb-wrapper span:first-child:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  right: 10px;
  top: 6px;
  display: inline-block;
  font-style: normal;
}

/* ===============================================
Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/

/*  single_services
/*------------------------------------------------------------------------------*/
.ttm-service-single-content-area div:not(.featured-title)>h3 {
  font-size: 34px;
  line-height: 42px;
}

/*------------------------------------------------------------------------------*/

/*  single_team
/*------------------------------------------------------------------------------*/
.ttm-team-member-single-content h2,
.ttm-team-member-content h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.ttm-team-member-content .ttm-team-member-header-content {
  padding: 10px;
  text-align: center;
}

.ttm-team-member-single-content-area {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
}

.ttm-team-member-content .ttm-team-member-header-content .ttm-team-member-single-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

.ttm-team-member-single-content ul.ttm-team-details-list {
  margin: 0;
  padding: 25px 30px;
  overflow: hidden;
  clear: both;
}

.ttm-team-details-list li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding: 8px 0 9px 0;
}

.ttm-team-details-list .ttm-team-list-title {
  margin-bottom: 3px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--body-fonts);
}

.ttm-team-member-single-content .ttm-social-links-wrapper {
  display: block;
  clear: both;
  padding: 30px;
  border-top: 1px solid #eee;
}

.ttm-team-member-single-content .ttm-social-links-wrapper ul li a {
  display: block;
  font-size: 14px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: 0;
  margin-right: 0;
}

/*------------------------------------------------------------------------------*/

/*  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: #fff;
  padding: 30px;
  position: relative;
  display: block;
  position: relative;
  margin-top: -30px;
  /* margin-right: 30px; */
  -webkit-box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
  -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
  box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
}

.ttm-blog-classic .ttm-box-post-date,
.ttm-blog-single .ttm-box-post-date {
  position: absolute;
  right: 30px;
  left: auto;
  top: 30px;
  height: 60px;
  width: 60px;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  padding-top: 11px;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.ttm-blog-classic .ttm-box-post-date .ttm-entry-date,
.ttm-blog-single .ttm-box-post-date .ttm-entry-date {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  display: block;
  font-weight: 500;
}

.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-blog-single .post-meta {
  display: block;
  margin-bottom: 8px;
}

.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;
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  right: 8px;
  display: block;
  background-color: #dce1e9;
}

.ttm-blog-classic .post-meta .ttm-meta-line i,
.ttm-blog-single .post-meta .ttm-meta-line i {
  padding-right: 7px;
  font-size: 13px;
}

.ttm-blog-classic .entry-header .entry-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

/*------------------------------------------------------------------------------*/

/*  Single_Blog
/*------------------------------------------------------------------------------*/
.ttm-blog-single .post-meta {
  display: block;
  display: block;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ttm-blog-single h3 {
  font-size: 26px;
  line-height: 32px;
  margin-top: 20px;
}

.ttm-blog-single blockquote {
  display: block;
  padding: 32px 30px 16px 45px;
  position: relative;
  border-left: none;
  color: #555c63;
  margin: 45px 0 30px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  min-height: 100px;
  font-style: normal;
}

.ttm-blog-single blockquote:before {
  content: '';
  background-image: url(../images/block-quote-single.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  top: -30px;
  left: -30px;
  z-index: 1;
  background-color: var(--skin-color);
}

.ttm-blog-single blockquote cite {
  font-size: 16px;
  margin-top: -7px;
  position: relative;
  font-weight: 600;
  font-style: normal;
}

.ttm-blog-single .social-media-block {
  display: block;
  clear: both;
  overflow: hidden;
  padding-top: 10px;
  border-top: 1px solid #f3f3f3;
  margin-top: 60px;
}

.ttm-blog-single .ttm_tag_lists {
  font-size: 16px;
}

.ttm-blog-single .ttm_tag_lists .ttm-tags-links-title {
  font-weight: 500;
  font-size: 20px;
  color: var(--dark-grey-color);
  font-family: var(--title-fonts);
}

.ttm-blog-single .ttm_tag_lists .ttm-tags-links-title i {
  padding-right: 5px;
}

.ttm-blog-single .social-media-block .ttm-tags-links a {
  font-size: 14px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 7px;
}

.ttm-social-share-wrapper {
  display: flex;
  align-items: center;
}

.ttm-social-share-wrapper ul li a {
  border: 1px solid transparent;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  font-size: 13px;
  color: #555c63;
}

/*blog-comment*/
.comments-area {
  padding-top: 30px;
  margin-bottom: 0;
}

.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: 14px;
  padding: 9px 15px;
  border-radius: 0;
  background-color: #f8f8f8
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
}

.comments-area .comment-form .comment-form-url {
  margin-right: 0;
}

/*------------------------------------------------------------------------------*/

/*  Project_Blog
/*------------------------------------------------------------------------------*/
.ttm-pf-single-detail-box {
  display: block;
  height: 100%;
  padding: 44px 30px 20px 30px;
  overflow: hidden;
}

.ttm-pf-single-title {
  margin: -44px -30px;
  padding: 20px 15px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.ttm-pf-single-title h3 {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}

.ttm-pf-single-detail-box ul {
  background-color: #fff;
  padding: 20px;
  padding-left: 25px;
  overflow: hidden;
  margin-top: 20px;
}

.ttm-pf-single-detail-box ul li {
  position: relative;
  display: flex;
  margin: 0 -25px;
  padding: 0 20px;
  padding-left: 25px;
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid #eee;
}

.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>span:first-child {
  font-weight: 600;
  margin-right: 5px;
  font-size: 18px;
  color: #222d35;
}

.ttm-pf-single-content-area h2,
.ttm-pf-single-related-wrapper h2 {
  text-align: left;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

/*------------------------------------------------------------------------------*/

/*  Contact_page
/*------------------------------------------------------------------------------*/
.ttm_contact_widget_wrapper {
  position: relative;
  z-index: 222;
  overflow: hidden;
  clear: both;
  background-color: #fff;
  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(../images/404-page-bg.jpg);
  background-color: rgba(255, 255, 255, 0.1);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.page-header {
  margin: 30px 0 15px;
  border-bottom: 1px solid #e4e4e4;
}

section.error-404 {
  padding: 140px 0 240px 0;
  text-align: center;
}

section.error-404 .ttm-big-icon {
  font-size: 120px;
}

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;
}

/*------------------------------------------------------------------------------*/

/*  Map
/*------------------------------------------------------------------------------*/
#map {
  display: block;
  height: 550px;
  width: 100%;
}

.collage {
  position: relative;
}

.collage img {
  width: 25%;
}

.overlay_strip {
  width: 100%;
  background: #787878d1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 43%;
  bottom: 50%;
  height: 75px;
}

.overlay_strip h4 {
  margin: 0;
  font-size: 35px;
}

.product_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.product_box .strip {
  margin: 0;
  font-size: 20px;
  color: #fff;
  width: 100%;
  background: #0000006c;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0%;
  bottom: 0%;
  height: 40px;
}

/* .product_box:hover .strip{
  display: flex;
} */

.product-grid {
  font-family: 'Jost', sans-serif;
  text-align: center;
  border-radius: 15px;
  margin-inline: 10px;
}

.product-grid .product-image {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.product-grid .product-image a.image {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: auto;
}

.product-grid .product-image .pic-1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 0px);
  transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image .pic-1 {
  opacity: 0;
  transform: translate(-100%, 0);
}

.product-grid .product-image .pic-2 {
  width: 100%;
  transform-origin: center center;
  transform: translate(0, 100%);
  transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image .pic-2 {
  transform: translate(0, 0);
}

.product-grid .product-discount-label {
  color: #fff;
  background: #f3b31e;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 6px 10px 5px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.product-grid .product-links {
  background: rgb(245 141 78 / 63%);
  width: calc(100% - 50px);
  padding: 10px;
  margin: 0;
  list-style: none;
  border-radius: 50px;
  transform: translateX(-50%);
  position: absolute;
  bottom: -80px;
  left: 50%;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
}

.product-grid:hover .product-links {
  bottom: 20px;
}

.product-grid .product-links li {
  margin: 0 2px;
  display: inline-block;
}

.product-grid .product-links li a {
  color: #fff;
  font-size: 17px;
  border-radius: 50px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.product-grid .product-links li a:hover {
  color: #fff;
}

.product-grid .product-content {
  padding: 15px 15px 0;
}


.product-grid .rating li.far {
  color: #999;
}

.product-grid .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin: 0 0 5px;
}

.product-grid .title a {
  color: #fd914f;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 990px) {
  .product-grid {
    margin-bottom: 30px;
  }
}


.img-display {
  overflow: hidden;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-showcase img {
  min-width: 100%;
}

.img-select {
  display: flex;
}

.img-item {
  margin: 0.3rem;
  width: 25%;
}

.img-select img {
  width: 100%;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item:hover {
  opacity: 0.8;
}

.enquiry-form a {
  color: var(--skin-color);
}

.bg-transparent {
  background: transparent;
}

.ttm-stickable-header.fixed-header {
  background-color: #fff !important;
  box-shadow: rgba(44, 53, 86, 0.15) 0px 1px 2px !important;
}

.ttm-stickable-header.fixed-header .site-navigation ul.menu>li>a {
  color: #000;
}

.slide__content--headings h2,
.ttm-textcolor-dark-grey {
  color: #fff !important;
}


.modal_3d {
  position: absolute;
  right: 0;
  bottom: 0%;
  z-index: 999;
}

.banner-strip {
  width: fit-content;
  max-width: 512px;
  display: flex;
  margin-top: -20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
}

.banner-strip label {
  color: #333;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  padding: 6px 8px;
  background-color: #fff;
  border-radius: 20px;
}

.banner-strip span {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: rgb(12, 16, 33);
  padding: 6px 12px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden !important;
}

.banner_svg {
  /* z-index: 999999; */
  position: absolute;
  bottom: -1px;
}

.partnet-slider img {
  width: 120px !important;
  margin: auto !important;
}

.mt-negative100 {
  margin-top: -20px;
}

.owl-item {
  text-align: center;
}

.bg_1 {
  background-color: #fff1f2;
}
.bg_bg1 {
  background-image: url(../images/d/bg/bgc.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 150px 0 150px;
  padding: 200px 0 200px 0;
  text-align: center;
		align-items: center;
		justify-content: center;
		margin: auto;	
}
.bg_bg2 {
  background-image: url(../images/d/bg/bga.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 150px 0 150px;
  padding: 20px 0 20px 0;
  text-align: center;
		align-items: center;
		justify-content: center;
		margin: auto;	
}
.bg_bg3 {
  background-image: url(../images/d/bg/bgb.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  text-align: center;
		align-items: center;
		justify-content: center;
		margin: auto;	
}

.bg_2 {
  background-color: #fef8e6;
  min-height: 100vh;
}
.bg_222 {
  background-color: #fef8e6;
}
.bg_14{
  background-color: #fef8e6;
}

.bg_3 {
  background-color: #ecf3f9;
}
.bg_33 {
  background-color: #ecf3f9;
  height: 130vh;
}
/* .bg_15 {
  background-color: #ecf3f9;
  height: 130vh;
} */

.bg_4 {
  background-color: #fff4f1;
  background-image: url(https://b2225136.smushcdn.com/2225136/wp-content/uploads/2023/02/Tech-accents-double.png?lossy=1&strip=1&webp=1);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_5 {
  background-color: #FFDEE9;
  background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%);

}

.bg_6 {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);

}

.bg_7 {
  background: url(../images/bg-image/141.png) 0% 0% / 100% 100% no-repeat;
  height: 100vh;
}

.bg_8 {
  background: url(../images/map_gif.gif) 0% 0% / 100% 100% no-repeat;
  height: 132vh;
  opacity: 0.8;
  width: 100%;
}
.mnn{
  margin-top: 400px;
}
/* .mnn{
  margin-top: -40px;
} */

.mnnm{
  margin-top: -15px;
}
.bg_9 {
  background: seashell;
}

.bg_10 {
  background: aliceblue;
}

.bg_11 {
  background: #f1ebff;
  min-height: 100vh;
}
.bg_112 {
  background: #f1ebff;
}

.bg_12 {
  background: #fdfbfb;
  min-height: 100vh;
}
.bg_121 {
  background: #fdfbfb;
}
.bg_13{
  background: #EED9DD;
}

.bg_circuit1 {
  position: absolute;
  top: 0px;
  left: 0%;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky_sec {
  align-items: center;
  background-attachment: fixed;
  width: 100%;
  /* min-height: 100vh;
  max-height: 100vh; */
  left: 0;
  background-size: cover;
  background-position: center top;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky_sec1 {
  align-items: center;
  background-attachment: fixed;
  width: 100%;
  /* min-height: 100vh; */
  max-height: 175vh;
  left: 0;
  background-size: cover;
  background-position: center top;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.featured-title h3 {
  font-family: 'Montserrat', sans-serif;
  line-height: 35px !important;
}

.sticky_sec-3 {
  align-items: center;
  background-attachment: fixed;
  width: 100%;
  left: 0;
  background-size: cover;
  background-position: center top;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sec-ul li {
  list-style: none;
  display: flex;
  align-items: start;
  line-height: 24px;
  margin: 1rem 0px;
}

.sec-ul li span {
  height: 40px;
  width: 40px;
  background: #BCB1E8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.sec-ul li img {
  color: #64728c;
  width: auto !important;
  margin-top: 5px;
}

.bg-img2 {
  background-image: url(../images/bg-image/row-bgimage-2.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.border_rounded {
  border-radius: 20px !important;
}

.certificate-slider img {
  width: auto !important;
  margin: auto;
}

.counter-sec {
  background: #DAE2F8;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #D6A4A4, #DAE2F8);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #D6A4A4, #DAE2F8);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);
}

.pelete {
  position: absolute;
  width: 120px;
}

.pelete h6 {
  font-size: 13px;
}

.sample {
  height: 120px;
  width: 120px;
  border-radius: 8px;
  border: 2px solid gray;
  background: red;
}

.sample2 {
  background: url(https://www.lunatextiles.com/wp-content/uploads/2015/04/ACO5437-250x250.jpg);
}

.sample3 {
  background: url(https://ninawithfreckles.files.wordpress.com/2014/06/nwf-fabric-palette-7-2014-06-09.jpg);
  background-size: cover;
}

.sample4 {
  background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSpK2omxd2mDPIuyT4dHPxy0pwBlNtG7fH1IA&usqp=CAU);
}

.pelete_1 {
  top: 50px;
  left: 50px;

}

.pelete_2 {
  top: 50px;
  right: 60px;

}

.pelete_3 {
  bottom: 50px;
  left: 50px;
}

.pelete_4 {
  bottom: 50px;
  right: 60px;
}

.serviceBox {
  color: #333;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 10px 20px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  min-height: 168px;
}

.serviceBox:before,
.serviceBox:after {
  content: "";
  background: #fff;
  border-radius: 15px;
  position: absolute;
  top: 45px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.serviceBox:after {
  background-color: #FBDA61;
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
  width: 80%;
  height: 50%;
  border-radius: 20px;
  box-shadow: none;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.serviceBox .service-icon {
  color: #fff;
  background: rgb(214, 164, 164);
  font-size: 34px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 0 0 8px var(--main-color);
}

.serviceBox .title {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  text-transform: none;
  padding: 10px 0px 0px 30px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0px;
}


.-mt-250 {
  margin-top: 250px;
}


.bg-no_box {
  min-height: 230px;
  padding: 40px 32px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.img_1{
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/card1.png) no-repeat center;
  background-size: cover;
  top:0;
  left: 0;
  opacity: 0.5;
  z-index: 0;
}
.img_2{
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/card2.png) no-repeat center;
  background-size: cover;
  top:0;
  left: 0;
  opacity: 0.5;
  z-index: 0;
}
.img_3{
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/card3.png) no-repeat center;
  background-size: cover;
  top:0;
  left: 0;
  opacity: 0.5;
  z-index: 0;
}
.img_4{
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/card4.png) no-repeat center;
  background-size: cover;
  top:0;
  left: 0;
  opacity: 0.5;
  z-index: 0;
}
.bg-box_content{
  position: relative;
  z-index: 2;
}
.bx2 {
  background: #fefdfd url(../images/two.png) no-repeat calc(100% - 24px);
}

.bx3 {

  background: #fefdfd url(../images/about/1.png) no-repeat calc(100% - 24px);
}

.bx4 {

  background: #fefdfd url(../images/four.png) no-repeat calc(100% - 24px);
}

.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: var(--skin-color);
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whats-app i{
  color: rgb(255, 255, 255) !important;
  }
.whats-app i:hover{
color: black !important;
}
#ass {
  margin-top: 15px;
}

.border_half_rounded{
  border-radius: 8px;
}





.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}




 .owl-next,
.owl-prev {
  background: #3333331a !important;
  width: 40px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 40%;
  border: 1px solid #d44d7c !important;
  border-radius: 50%;
  color: #fff !important;
}

.owl-prev {
  left: 10px;
}

 .owl-next {
  right: 10px;
}

.owl-next,
.owl-prev {
  background: #333;
}

.single-slider .owl-item{
  text-align: left;
}
.single-slider span{
color:var(--skin-color);
}

.icn{
  height: 80px !important;
  width:80px !important;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  background-color: #FFDEE9;
  background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%);
  
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icn img{
  height: 40px;
  width: 80px !important;
}

.select_box{
  padding: 18px 12px;
  margin-top: 8px;
  border-radius: 4px;
  border: 1px solid #d9f7fc;
  background-color: #ffffff;
  display: flex;
}
.select_box.active{
  border: 1px solid #038298;
  background-color: #e6fcff;
}
.text_blue{
  color:#038298;
}
.text-xxs{
  font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    color:#038298;
    margin: 0;
    text-align: left;
}
.text-sm{
  font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
}
.select_box .icon{
 
  width: 50px;
  border-radius: 4px;
  border: 1px solid #038298;
  background: url(../images/febric/1.png);
 
}

.cursor-pointer{
  cursor: pointer !important;
}

.card_ {
  max-width: 177px;
  /* height: 260px; */
  border: 1px solid var(--grey-color);
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}
.card_ p{
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  padding: 12px 12px 0px;
  max-width: 192px;
  margin: 0px;
  margin-bottom: 10px;
}
.hero_bg{
  position: relative;
  background-image: url(../images/texture1.png);
  background-attachment: scroll;
}


/*===============================================================
                        conrtact form
  ==============================================================*/

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	/* margin:50px 0; */
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	/* border:1px solid #CCC; */
  border: none;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}


/* ================== */
.boxx h2{
  background-color: var(--box-color);
  padding: 10px;
}


.card66{
  min-height: 230px;
  padding: 40px 32px;
  border-radius: 8px;
  background: #fefdfd url(../images/d1.png) no-repeat calc(100% - 24px);
}


.container_large{
  max-width: 90%;
  margin: auto;
}
.f_buttom{margin-bottom: 80px;}

/* roadmap */

.title-1 {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 35px -115px 0px -8px;
}
.title-2 {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 205px 0 40px -115px;
}
.title-3 {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: -14px -115px 0px -8px;
}
.title-4 {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 158px 0 40px -115px;
}
.title-5 {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: -16px -115px 0px -8px;
}
.title-6 {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 156px 0 40px -115px;
}
.title-7 {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: -6px -115px 0px -8px;
}
.title-8 {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 167px 0 23px -115px;
}
.title-9 {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0px -115px -11px -8px
}
.text-title-1{
  padding: 0 130px 0 0px;
}
.text-title-2{
  padding: 0 0 0 115px;
}

.img-1 img{
  width: 90px;
  margin: -65px 0 0 416px;
}
.img-2 img{
  width: 90px;
  margin: -65px 0 0 4px;
}

.img-11 img{
  width: 90px;
  margin: -65px 0 0 416px;
}
.img-22 img{
  width: 90px;
  margin: -65px 0 0 4px;
}
.road-1p{
  background-color:#F0DDDF ;
  padding: 20px;
}
.road-1{
  background-color:#F0DDDF ;
}
.road-2{
  background-color: #DBD2DB;
}
.road-3{
  background-color:#FEF8E6 ;
}
.road-4{
  background-color: #CED5E0;
}
.road-5{
  background-color:#F9DDD2 ;
}
.road-6{
  background-color:#FFF4F1 ;
}
.road-7{
  background-color:#B9BCD5 ;
}
.road-8{
  background-color: #FEF8E6;
}
.road-9{
  background-color: #bccffc;
}

.bg-no_box1 {
  height: 120px;
  padding: 40px 32px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background:#F0DDDF;
  margin: 0px 0 40px 0 ;
}

.roadmap-img{
  background-image: url(../images/roadmap/know.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position-x: 50%;
  background-size: 25%;
  background-position-y: 65%; 
}

.bg-no_box-about {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #D7C5BB;
}

.about-img img{
  margin: -50px 0 0 300px;
  width: 100px;
  height: 100px;
}
.mbb{
  margin-bottom: -40px;
}
.mt_40{
  margin-bottom: -40px;
}


.sustainability_img{
  background-image: url(../images/suss.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
 background-position-x: 30%;
}

.bg-sus {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #ffffffbb;
}

.sust img{
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 2px solid white;
}
.ttm-row-2{
  padding: 50px 0;
}

.ttm-row-3{
  padding: 100px 0 0 0 ;
}

.tt{
  color: #d44d7c;
}
.bg-bt{
  background-color: #e6b4c5;
  padding: 15px;
  height: 100px;
}


.sticky_tech {
  align-items: center;
  background-attachment: fixed;
  width: 100%;
  /* min-height: 100vh;
  max-height: 100vh; */
  left: 0;
  background-size: cover;
  background-position: center top;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bggg{
  background-color: #fff4f1;
}
.bg_tech_1 {
  background-image: url(../images/bg-image/tech1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_img_11{
  background: #0000001c;
    border-radius: 20px;
    border: 1px solid #00000040;
}
.bg_tech_2 {
  background-color: #e3f0ff;
  /* background-color: #ffffff; */
  background-image: url(https://itlawyersbrisbane.com.au/wp-content/uploads/2019/11/ITLB_B_BG-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_tech_3 {
  background-color: #fae8e3;
  background-image: url(https://media-s3-us-east-1.ceros.com/wincanton/images/2023/08/09/d14bf581c6664484bd195c6002594dc7/adobestock-617102771-converted.png?imageOpt=1&fit=bounds&width=5402&crop=8000,4352,x0,y0);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_tech_4 {
  background: aliceblue;
  background-image: url(https://i.pinimg.com/originals/00/e3/de/00e3de16b1d4ba65a49dc2312cfed608.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_tech_6 {
  background-color: #fff1f2;
  background-image: url(../images/bg-image/assest-4.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_tech_7 {
  background: seashell;
  /* background-image: url(https://itlawyersbrisbane.com.au/wp-content/uploads/2019/11/ITLB_B_BG-2.png); */
  background-image: url(../images/bg-image/assest-4.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_tech_8 {
  background-image: url(../images/bg-image/assest-4.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_tech_9 {
  background-image: url(../images/bg-image/assest-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_tech_10 {
  background-image: url(../images/bg-image/assest-5.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_tech_11 {
  background-image: url(../images/bg-image/assest-5.png);
  background-size: cover;
  background-repeat: no-repeat;
}


.header-first {
background-color: rgb(177, 177, 177);
color: #000;
display: flex;
list-style: none;
width: 270px;

}
.design-header li{
  list-style: none;
}
.design-header ul{
  margin: 12px -15px;
  padding: 0 0 0 15px;
}

.design-header a{
  float: left;
  color: black;
  text-align: center;
  padding: 2px;
  text-decoration: none;
  font-size: 12px;
  line-height: 25px;
}



.circle-chart {
  width: 150px;
  height: 150px;
}

.circle-chart__circle {
  stroke: #00acc1;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  animation: circle-chart-fill 2s reverse; 
  transform: rotate(-90deg); 
  transform-origin: center; 
}


.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1,-1); 
}

.circle-chart__background {
  stroke: #efefef;
  stroke-width: 2;
  fill: none; 
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

.circle-chart__percent {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 8px;
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 3px;
}



@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.skills{
color: black;
}

.skills_section{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.skill-head{
  margin: 80px 0;
}

.skill-head h1{
  font-size: 60px;
  font-weight: 700;
}


.skill-head p{
  margin-bottom: 10px;
}

.skills-area {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
}

.single-skill {
  width: 25%;
}

.success-stroke {
  stroke: rgb(213, 86, 252);
}

.circle-chart__background {
  stroke: #ede4e4;
  stroke-width: 1;
}

@media (max-width: 575.98px) {

	.skill-head {
		margin: 50px 0;
	}	

	.skill-head h1 {
		font-size: 30px;
	}

	.skill-icon {
		width: 50%;
	}
	
	.skill-icon i {
		font-size: 70px;
	}

	.single-skill {
		width: 50%;
	}

	.circle-chart {
		width: 130px;
		height: 130px;
	}
}


/* dropdown */

/* Fixed sidenav, full height */
.sidenav {
  width: 270px;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 18px;
  color: #222429;
  font-weight: 300;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: var(--skin-color);
  background-color: #e2e2e271;
}

.dropdown-btn.active .fa-caret-left {
  transform: rotate(270deg);
}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #ffffff;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



.site-branding img{
  /* width: 70px;
  height: 70px; */
  /* width: 400px; */
  width: 250px;
  margin-left: 50px;
}

.sss{
  margin-bottom: 100px;
}
.ssss{
  margin-bottom: -75px;
}
.sss100{
  margin-bottom: -100px;
}
.ss{
  margin-bottom: -170px;
}
.viewbtn{margin-top: -80px;}

/* tab */

.tabs {
  margin: auto;
  display: flex;
  align-items: center;
  overflow: hidden;

}

.tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs li:hover {
  color: var(--skin-color);
  position: relative;
  z-index: 1;
}

.active {
  color: var(--skin-color)!important;
  position: relative;
  z-index: 1;
}

.hide {
  display: none;
}



/* hide and show */

.more{display: none;}

a.showLink, a.hideLink{
   text-decoration: none;
   padding-left: 8px;
   background: transparent url(down.gif) no-repeat left;
}
a.hideLink{
   background: transparent url(up.gif) no-repeat left;
}

.verticaltext_content {
  -webkit-transform: rotate(-90deg);
  position: absolute;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 90px;
}


/* tab */
.tester {
  height: 200px;
  width: 200px;
  background: gold;
}

.tabs1 {
  display: none;
}

.active {
  /* display: block; */
}

/* tab */

.toggle .tabs {
  width: 100%;
  overflow: hidden;
  
}
.toggle .tabs .tab {
  float: left;
  background: white;
  cursor: pointer;
}
.toggle .tabs .tab.active {
  color: #dd4b39;
  
}
.toggle .panels .panel {
  padding: 20px 10px;
  display: none;
}
.toggle .panels .panel:first-child {
  display: block;
}

/* dropdown active class */
a.active {
  color: var(--skin-color);
}

/* new */
.more_c{
  border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 2px solid white;
}



/* .img_size_fit{
  height: 300px;
  width: auto;
  object-fit: cover;
} */


.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.check-img{
  width: 80px;
  margin-left: 100px;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -5.5rem -0.5rem -0.5rem auto;
  font-size: 20px;
  font-weight: 500;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
  border-radius: 10px;
}


.content-text h3{
  margin-top: -181px;
  position: relative;
}


/* The real stuff pin-1*/
/* .pin {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 0C10.477 0 6 4.477 6 10c0 10 10 22 10 22s10-12 10-22c0-5.523-4.477-10-10-10zm0 16a6 6 0 110-12 6 6 0 010 12z" fill="rgb(255,255,255)"/></svg>') no-repeat 50% calc(50% + 2px);
  background-size: cover;
  height: 3rem;
  width: 3rem;
  margin: 16.2rem 0 0 -12.5rem;
  position: absolute;
  border-radius: 100%;
  transform: scale(.4);
  top: 50%;
  left: 30%;
}

.pin span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pin:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-color: #e3f0ff;
  border-radius: 100%;
  border-style: solid;
  animation: 1.5s infinite pulsePin;
}

@keyframes pulsePin {
  0% {
    border-width: 1.6em;
    transform: translateY(-.8em) scale(.8);
    opacity: 0;
  }
  30% {
    border-width: 1.9em;
  }
  50% {
    transform: translateY(-.8em) scale(2.4);
  }
  60% {
    opacity: 1;
  }
  80% {
    border-width: .3em;
  }
  100% {
    transform: translateY(-.8em) scale(2.4);
    opacity: 0;
  }
}


.pin2 {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 0C10.477 0 6 4.477 6 10c0 10 10 22 10 22s10-12 10-22c0-5.523-4.477-10-10-10zm0 16a6 6 0 110-12 6 6 0 010 12z" fill="rgb(255,255,255)"/></svg>') no-repeat 50% calc(50% + 2px);
  background-size: cover;
  height: 3rem;
  width: 3rem;
  margin: 14.2rem 0 0 -16.5rem;
  position: absolute;
  border-radius: 100%;
  transform: scale(.4);
  top: 50%;
  left: 74%;
}

.pin2 span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pin2:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-color: #e3f0ff;
  border-radius: 100%;
  border-style: solid;
  animation: 2.5s infinite pulsePin;
}

@keyframes pulsePin {
  0% {
    border-width: 1.6em;
    transform: translateY(-.8em) scale(.8);
    opacity: 0;
  }
  30% {
    border-width: 1.9em;
  }
  50% {
    transform: translateY(-.8em) scale(2.4);
  }
  60% {
    opacity: 1;
  }
  80% {
    border-width: .3em;
  }
  100% {
    transform: translateY(-.8em) scale(2.4);
    opacity: 0;
  }
}


.pin3 {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 0C10.477 0 6 4.477 6 10c0 10 10 22 10 22s10-12 10-22c0-5.523-4.477-10-10-10zm0 16a6 6 0 110-12 6 6 0 010 12z" fill="rgb(255,255,255)"/></svg>') no-repeat 50% calc(50% + 2px);
  background-size: cover;
  height: 3rem;
  width: 3rem;
  margin: 17.7rem 0 0 -16.3rem;
  position: absolute;
  border-radius: 100%;
  transform: scale(.4);
  top: 50%;
  left: 88%;
}

.pin3 span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pin3:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-color: #e3f0ff;
  border-radius: 100%;
  border-style: solid;
  animation: 1.0s infinite pulsePin;
}

@keyframes pulsePin {
  0% {
    border-width: 1.6em;
    transform: translateY(-.8em) scale(.8);
    opacity: 0;
  }
  30% {
    border-width: 1.9em;
  }
  50% {
    transform: translateY(-.8em) scale(2.4);
  }
  60% {
    opacity: 1;
  }
  80% {
    border-width: .3em;
  }
  100% {
    transform: translateY(-.8em) scale(2.4);
    opacity: 0;
  }
}


.pin4 {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 0C10.477 0 6 4.477 6 10c0 10 10 22 10 22s10-12 10-22c0-5.523-4.477-10-10-10zm0 16a6 6 0 110-12 6 6 0 010 12z" fill="rgb(255,255,255)"/></svg>') no-repeat 50% calc(50% + 2px);
  background-size: cover;
  height: 3rem;
  width: 3rem;
  margin: 29.7rem 0 0 -14.5rem;
  position: absolute;
  border-radius: 100%;
  transform: scale(.4);
  top: 50%;
  left: 45%;
}

.pin4 span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pin4:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-color: #e3f0ff;
  border-radius: 100%;
  border-style: solid;
  animation: 2.0s infinite pulsePin;
}

@keyframes pulsePin {
  0% {
    border-width: 1.6em;
    transform: translateY(-.8em) scale(.8);
    opacity: 0;
  }
  30% {
    border-width: 1.9em;
  }
  50% {
    transform: translateY(-.8em) scale(2.4);
  }
  60% {
    opacity: 1;
  }
  80% {
    border-width: .3em;
  }
  100% {
    transform: translateY(-.8em) scale(2.4);
    opacity: 0;
  }
}


.pin5 {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 0C10.477 0 6 4.477 6 10c0 10 10 22 10 22s10-12 10-22c0-5.523-4.477-10-10-10zm0 16a6 6 0 110-12 6 6 0 010 12z" fill="rgb(255,255,255)"/></svg>') no-repeat 50% calc(50% + 2px);
  background-size: cover;
  height: 3rem;
  width: 3rem;
  margin: 33.7rem 0 0 -16.5rem;
  position: absolute;
  border-radius: 100%;
  transform: scale(.4);
  top: 50%;
  left: 100.5%;
}

.pin5 span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pin5:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-color: #e3f0ff;
  border-radius: 100%;
  border-style: solid;
  animation: 3.0s infinite pulsePin;
}

@keyframes pulsePin {
  0% {
    border-width: 1.6em;
    transform: translateY(-.8em) scale(.8);
    opacity: 0;
  }
  30% {
    border-width: 1.9em;
  }
  50% {
    transform: translateY(-.8em) scale(2.4);
  }
  60% {
    opacity: 1;
  }
  80% {
    border-width: .3em;
  }
  100% {
    transform: translateY(-.8em) scale(2.4);
    opacity: 0;
  }
} */



/*contact form popup*/


.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #2d3638;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  /* padding: 40px; */
  color: #000000;
}
.close-button {
  background:none;
  color: #000000;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 50px;
  border: solid 1px #fff;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


/*map pin*/
/* .map-pin img{
  margin:-500px 0 0  250px;
}

.map-pin1 img{
  margin:-620px 0 0  880px;
}

.map-pin2 img{
  margin:-570px 0 0  1110px;
}

.map-pin3 img{
  margin:-220px 0 0  445px;
}

.map-pin4 img{
  margin:-160px 0 0  1305px;
} */

.map-pin img{
  margin:-1220px 0 0  250px;
}

.map-pin1 img{
  margin:-1350px 0 0  880px;
}

.map-pin2 img{
  margin:-1300px 0 0  1110px;
}

.map-pin3 img{
  margin:-950px 0 0  445px;
}

.map-pin4 img{
  margin:-900px 0 0  1305px;
}





/* roadmap */

.title-1a {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 35px -115px 0px -8px;
}
.title-2a {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 205px 0 40px -115px;
}
.title-3a {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: -14px -115px 0px -8px;
}
.title-4a {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 158px 0 40px -115px;
}
.title-5a {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: -16px -115px 0px -8px;
}
.title-6a {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 156px 0 40px -115px;
}
.title-7a {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: -6px -115px 0px -8px;
}
.title-8a {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 167px 0 23px -115px;
}
.title-9a {
  min-height: 130px;
  padding: 30px 32px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0px -115px -11px -8px
}


.road-1a{
  background-color:#F0DDDF ;
}
.road-2a{
  background-color: #DBD2DB;
}
.road-3a{
  background-color:#FEF8E6 ;
}
.road-4a{
  background-color: #CED5E0;
}
.road-5a{
  background-color:#F9DDD2 ;
}
.road-6a{
  background-color:#FFF4F1 ;
}
.road-7a{
  background-color:#B9BCD5 ;
}
.road-8a{
  background-color: #FEF8E6;
}
.road-9a{
  background-color: #bccffc;
}


.text-title-1a{
  padding: 0 130px 0 0px;
}
.text-title-2a{
  padding: 0 0 0 115px;
}

.img-1a img{
  width: 90px;
  margin: -65px 0 0 416px;
}
.img-2a img{
  width: 90px;
  margin: -65px 0 0 4px;
}
.img-11a img{
  width: 90px;
  margin: -65px 0 0 416px;
}
.img-22a img{
  width: 90px;
  margin: -65px 0 0 4px;
}
.roadmap-imgff{
  background-image: url(../images/roadmap/ff.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position-x: 60%;
  background-size: 70%;
  background-position-y: 60%; 
}
.mbbt{
  margin-bottom: 550px
}
.mtttttb{
  margin-top: 250px;
}
.mf{
  margin-top : 50px;
}
.c_height{ height: 450px;}
.vid_hide{width:400px;height:580px;}


/* responsive */

@media (max-width: 1410px){
  .site-branding img{width: 200px;} 
  .bg_8 {background: url(../images/map_gif.gif) 0% 0% / 100% 100% no-repeat; height: 130vh; width: 100%;}
  .map-pin img{margin:-1090px 0 0  200px;}
	.map-pin1 img{margin:-1205px 0 0  747px;}
	.map-pin2 img{margin:-1165px 0 0  930px;} 
	.map-pin3 img{margin:-900px 0 0  360px;} 
	.map-pin4 img{margin:-850px 0 0  1105px;}
  .mnn{margin-top: 270px;}
  .menubar-box{
    display: none;
  }

}

@media (max-width: 1281px){
  .site-branding img{width: 200px;} 
  .bg_8 {background: url(../images/map_gif.gif) 0% 0% / 100% 100% no-repeat; height: 105vh; width: 100%;}
  .map-pin img{margin:-1090px 0 0  200px;}
	.map-pin1 img{margin:-1205px 0 0  706px;}
	.map-pin2 img{margin:-1165px 0 0  887px;} 
	.map-pin3 img{margin:-900px 0 0  340px;} 
	.map-pin4 img{margin:-850px 0 0  1044px;}
  .mnn{margin-top: 270px;}
  .mtt{margin-top: 30px;}
  .mtb{margin-bottom: -100px;}
}
@media (max-width: 1115px){
  .site-branding img{width: 200px;} 
  .bg_8 {background: url(../images/map_gif.gif) 0% 0% / 100% 100% no-repeat; height: 95vh; width: 100%;}
  .map-pin img{margin:-870px 0 0  150px;}
	.map-pin1 img{margin:-968px 0 0  608px;}
	.map-pin2 img{margin:-956px 0 0  765px;} 
	.map-pin3 img{margin:-762px 0 0  290px;} 
	.map-pin4 img{margin:-741px 0 0  902px;}
  .mnn{margin-top: 270px;}
  .f_buttom{margin-bottom: 10px;}
}

@media (max-width: 1198px){
  .fixed-top{position: relative;}
  .ttm-header-style-01 #site-header-menu .site-navigation ul.menu>li>a {
    color: #000 !important;
  }
  .ttm-header-style-01 #site-header-menu .site-navigation ul.menu>li:hover>a {
    color: var(--skin-color) !important;
  }
}

@media (max-width: 1200px){
  .header-first {width: 100%; margin-top: -30px;}
	.sidenav{width: 100%;}
}
@media (max-width: 992px){
	
}
@media (max-width: 885px){
  .site-branding img{width: 200px;} 
  .bg_8 {background: url(../images/map_gif.gif) 0% 0% / 100% 100% no-repeat; height: 60vh; width: 100%;}
  .map-pin img{margin:-880px 0 0 110px}
	.map-pin1 img{margin:-975px 0 0  471px;}
	.map-pin2 img{margin:-963px 0 0  596px;} 
	.map-pin3 img{margin:-770px 0 0 220px;} 
	.map-pin4 img{margin:-750px 0 0  700px;}
  .mnn{margin-top: 270px;}
  .sustainability_img {background-position-x: 80%;}
  .img-dn{display: none;}
  .verticaltext_content { -webkit-transform: rotate(0deg);margin-top: -20px;}
  .bg_bg1 {
    background-image: url(../images/d/);}
    .mbbt{margin-bottom: 10px}
    .mtttttb{margin-top: 0px;}
    .bg_bg3 {background-image: url(../images/d/bg/bgb.pn);height: 35vh;}

    /* .respo{
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      flex-wrap: wrap;
      position: absolute;
      top: 466px;
      left: 0;
    }
    */
    /* .desin p{
      margin-bottom: 140px;
    } */
    .padd_3{padding: 20px; }
    .c_height{ height: 326px;}
}

/* MODEL SECTION  */

.model_section{
   position: relative;
}

@media screen and (max-width: 884px) {
  .respo{
    position: absolute;
    bottom:70%;
    z-index: 999;
    display: flex;
    justify-content: center; 
    align-items: center;
 }
 .desin p{
   margin-bottom: 150px;
 }
 }
 
/* @media screen and (min-width: 320px) and (max-width: 360px) {
  .respo{
    bottom:75%;
 }
 .desin p{
  margin-bottom: 70px;
}
} */

@media screen and (max-width: 768px) {
 .respo{
   bottom:79%;
}
.desin p{
  margin-bottom: 150px;
}
}

@media screen and (min-width: 450px) and (max-width: 767px){
  .respo{
    bottom:60%;
 }
 .desin p{
   margin-bottom: 150px;
 }
}
@media screen and (min-width: 390px)  and (max-width: 449px){
  .respo{
    bottom:77%;
 }
 .desin p{
   margin-bottom: 150px;
 }
}
@media screen and (min-width: 375px)  and (max-width: 389px){
  .respo{
    bottom:78%;
 }
 .desin p{
   margin-bottom: 120px;
 }
}

@media screen and (min-width: 360px)  and (max-width: 374px){
  .respo{
    bottom:75%;
 }
 .desin p{
   margin-bottom: 80px;
 }
}
@media screen and (min-width: 320px)  and (max-width: 359px){
  .respo{
    bottom:75%;
 }
 .desin p{
   margin-bottom: 80px;
 }
}
@media (max-width: 835px){
  .site-branding img{width: 200px;} 
  .bg_8 {background: url(../images/map_gif.gif) 0% 0% / 100% 100% no-repeat; height: 57vh; width: 100%;}
  .map-pin img{margin:-880px 0 0 110px}
	.map-pin1 img{margin:-975px 0 0  441px;}
	.map-pin2 img{margin:-963px 0 0  560px;} 
	.map-pin3 img{margin:-770px 0 0 207px;} 
	.map-pin4 img{margin:-750px 0 0  662px;}
  .mnn{margin-top: 270px;}
  .cont{margin-top: 20px;}
  .pelete_2 {right: 45px;}
  .pelete_4 {right: 45px;}
}
@media (max-width: 801px){
  .site-branding img{width: 200px;} 
  .bg_8 {background: url(../images/map_gif.gif) 0% 0% / 100% 100% no-repeat; height: 53vh; width: 100%;}
  .map-pin img{margin:-900px 0 0 100px}
	.map-pin1 img{margin:-995px 0 0  431px;}
	.map-pin2 img{margin:-983px 0 0  540px;} 
	.map-pin3 img{margin:-790px 0 0 200px;} 
	.map-pin4 img{margin:-770px 0 0  645px;}
  .mnn{margin-top: 270px;}
  .sustainability_img {background-position-x: 75%;}
  .cont{margin-top: 30px;}
  .pelete_2 {right: 40px;}
  .pelete_4 {right: 40px;}
}

@media (max-width: 769px){
  .site-branding img{width: 250px;} 
  .bg_8 {background: #ecf3f9 0% 0% / 100% 100% no-repeat; }
  .map-pin img{margin:-900px 0 0 100px; display: none;}
	.map-pin1 img{margin:-995px 0 0  431px; display: none;}
	.map-pin2 img{margin:-983px 0 0  540px; display: none;} 
	.map-pin3 img{margin:-790px 0 0 200px; display: none;} 
	.map-pin4 img{margin:-770px 0 0  645px; display: none;}
  .mnn{margin-top: -30px;}
  .mf{ margin-top : 150px;}
  /* .respo{top: 650px; float:left;} */
  .vid_hide{margin-bottom: 30px; }
  .slide .slide__content--headings h2 {margin-top: 50px;font-size: 45px;line-height: 55px;}
  .pelete_2 {right: 40px !important;}
  .pelete_4 {right: 40px !important;}

}
@media (max-width: 576px){
   .rfh h3{margin-top: 50px;}
   .rb{margin-left: 20px;}
   .sustainability_img {background-position-x: 72%;}
   .cont h3{font-size: 30px !important;}
   .cont{margin-top: 15px;}
   .bg_bg3 {background-image: url(../images/d/bg/bgb.pn);height: 55vh;}
   .text-xxs { font-size: 7px;font-weight: 400;line-height: 16px;color: rgb(3, 130, 152); margin: 0px;text-align: left;padding: 0px 0px 0 0;}
   .padd_3{padding: 3px; }
   /* .respo{top:696px;} */
   .select_box {padding: 13px 4px;}
   .fsi{font-size: 14px;}
   .vid_hide{ width: 350px; margin-bottom: 30px;}
   .slide .slide__content--headings h2 {margin-top: 10px;font-size: 29px;line-height: 34px}
   .fsx{font-size: 26px !important;}
   .pelete_2 {right: 33px !important;}
   .pelete_4 {right: 33px !important;}
   .sample {height: 100px;width: 100px;}
   .f_buttom{margin-bottom: -30px;}
   .mobile_mt{margin-top: 30px; }
   .mobile_fs{font-size: 35px !important;}
   .mobile_mb{margin-bottom: -50px !important;}
   .viewbtn{margin-top: 0px;}
   .inter_m_b{margin-bottom: -80px; margin-top: 20px;}
   .hero_p{margin-top: -50px;}
   
}
@media (max-width: 390px){
  /* .respo{top:736px;} */
}
@media (max-width: 376px){
  .sample {height: 90px;width: 90px;}
  .pelete_2 {right: 20px !important;}
   .pelete_4 {right: 20px !important;}
}

@media (max-width: 361px){
  /* .respo{top: 808px;} */
  .vid_hide{ width: 300px; margin-bottom: 30px;}
  .sample {height: 90px;width: 90px;}
  .pelete_2 {right: 20px !important;}
   .pelete_4 {right: 20px !important;}
}

@media (max-width: 321px){
  /* .respo{top: 940px;} */
  .sample {height: 80px;width: 80px;}
  .pelete_2 {right: 10px !important;}
   .pelete_4 {right: 10px !important;}
}

/* @media only screen and (max-width: 884px) and (min-width: 784px)  {
    .respo{
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      position: absolute;
      top: 466px;
      left: 0;
    }
}

@media only screen and (max-width: 784px) and (min-width: 768px)  {
  .respo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: 640px;
    left: 0;
  }
}

@media only screen and (min-width: 390px) and (max-width: 428px)  {
  .respo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: 700px;
    left: 0;
  }
} */



/* @media screen and (min-width: 600px) and (max-width: 768px){

    .respo{
      position: relative;
  
  }
  .cursor-pointer{
    scroll-snap-align: start;
  }
   .respo_content{
     display: flex;
     align-items: center;
     justify-content: center;
     position: absolute;
     margin: auto;
     left: 0;
     top: -740px;
 
    }
   .desin p{
     margin-bottom: 140px;
   }
   .padd_3{padding: 20px; }
}
@media screen and (min-width: 480px) and (max-width: 599px){
  .respo_content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: auto;
    position: absolute;
    left: 0;
    top: 500px;
   }
   .desin p{
    margin-bottom: 100px;
  }
  .padd_3{padding: 20px; }
 
}
 @media screen and (min-width: 320px)  and (max-width: 479px){
   .respo{
     position: relative;
   }
   .respo_content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1374px;
    left: 33%;
   }
   .desin p{
    margin-bottom: 180px;
  }
  .third_box{
    position: absolute;
    top:80%;
    left: 33%;
    transform: translateX(-50%);
  }

 
}  */

.graph_section{
  position: relative;
}
.graph_box{
  position: absolute;
  bottom: 0;
  right: 5rem;
  left: 5rem;
}

@media screen and (max-width: 768px) {
  .graph_box{
    position: relative;
    bottom: 0;
    right: 2rem!important;
    left: 0;
  }
}

.mtvideo {margin-top: 40px;}
@media (max-width: 500px){
  .mtvideo {margin-top: -60px;}
}
