@import "slick.css";
@import "prettyPhoto.css";

:root {
  --skin-color: #084c20;
  --dark-grey-color: #084c20;
  --dark-color: #000000;
  --body-fonts-color: #8592a6;
  --grey-color: #f1f4f9;
  --white-color: #fff;
  --body-fonts: 'Poppins', Tahoma, Geneva, sans-serif;
  --title-fonts: 'Inter', Arial, Helvetica, sans-serif;
}


body {
  font-family: var(--body-fonts);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-fonts);
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--dark-grey-color);
  font-style: normal;
  text-transform: capitalize;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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: 800;
}

iframe {
  width: 100%;
  border: none;
  display: block;
}

p {
  margin: 0 0 15px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 25px;
}

/**Input Textarea**/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  font-family: inherit;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: var(--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;
}

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);
}

body .page {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

body .site-main {
  background-color: var(--white-color);
  position: relative;
  z-index: 1;
}

.container {
  max-width: 1200px;
}

.col-lg-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.padding_right70 {
  padding-right: 70px;
}

.padding_left15 {
  padding-left: 15px;
}

.padding_top40 {
  padding-top: 40px;
}

.padding_top70 {
  padding-top: 70px;
}

.p-40 {
  padding: 40px;
}

.mb_15 {
  margin-bottom: -15px;
}

.ttm-textcolor-skincolor {
  color: var(--skin-color);
}

.ttm-textcolor-darkgreycolor {
  color: var(--dark-grey-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;
}


.font-weight-500 {
  font-weight: 500;
}

.z-index-2 {
  z-index: 2;
}

.ttm-textcolor-skincolor,
.ttm-textcolor-skincolor h1,
.ttm-textcolor-skincolor h2,
.ttm-textcolor-skincolor h3,
.ttm-textcolor-skincolor h4,
.ttm-textcolor-skincolor h5,
.ttm-textcolor-skincolor h6,
.ttm-textcolor-skincolor a,
.ttm-textcolor-skincolor i,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i,
a.ttm-textcolor-skincolor,
i.ttm-textcolor-skincolor,
:not(.ttm-bgcolor-darkgrey) a.ttm-textcolor-skincolor,
:not(.ttm-bgcolor-darkgrey) i.ttm-textcolor-skincolor,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h1,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h2,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h3,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h4,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h5,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h6,
.ttm-bgcolor-darkgrey a:hover,
.ttm-textcolor-white a:hover,
.ttm-bgcolor-darkgrey a:hover i,
.ttm-btn-color-skincolor,
.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor,
.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor i,
.ttm-bgcolor-grey .ttm-btn-color-skincolor,
.ttm-list-icon-color-skincolor li i,
.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.ttm-icon_element-border.ttm-icon_element-color-grey,
.ttm-btn-style-border.ttm-btn-color-skincolor,
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-icon_element-color-skincolor,
.ttm-icon_element-color-skincolor:not(.ttm-icon_element-fill) i,
.ttm-bgcolor-darkgrey .ttm-icon_element-color-skincolor i,
.top_bar .top_bar_contact_item .top_bar_icon i,
.ttm-bgcolor-darkgrey a:hover,
.ttm-header-style-02 .header_btn i,
.ttm-header-style-03 #site-header-menu .site-navigation ul.menu>li.active>a,
.widget ul#menu-footer-quick-links li a:before,
.breadcrumb-wrapper span,
.widget .call_detail h3,
.widget.offer_widget h2,
.widget.offer_widget h3,
.featured-imagebox-post.style2 .featured-content .post-meta span i,
.slick-active.slick-current .testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote:before,
.ttm-highlight-quote blockquote:before,
.ttm-page-title-row .breadcrumb-wrapper i,
.featured-imagebox-post .ttm-btn i,
h3.title span,
.featured-imagebox-post .featured-content .post-meta span i,
.featured-imagebox-post.style2 .featured-content h3:hover a,
.featured-imagebox-services.style1:hover .featured-content .ttm-details-link a,
.ttm-blog-classic .post-meta .ttm-meta-line i,
.ttm-blog-single .post-meta .ttm-meta-line i,
.ttm-blogbox-footer-readmore .ttm-btn i,
.ttm-tags-links-title i,
.footer .widget ul.ttm-recent-post-list>li>.post-detail a:hover {
  color: var(--skin-color);
}

.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor>.ttm-bg-layer,
.ttm-bgcolor-skincolor>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover:after,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:after,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:before,
.ttm-bgcolor-grey .tooltip:after,
.ttm-bgcolor-grey [data-tooltip]:after,
.ttm-bgcolor-darkgrey .tooltip:after,
.ttm-bgcolor-darkgrey [data-tooltip]:after,
.ttm-textcolor-skincolor .tooltip:after,
.ttm-textcolor-skincolor [data-tooltip]:after,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.slick_slider.slick-arrows-style3 .slick-arrow:hover,
.slick_slider.slick-arrows-style4 .slick-arrow:hover,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next:hover,
.slide .slide__content--headings>h3:before,
.slide .slide__content--headings>h3:after,
.banner_slider_wrapper .slider-social-links-wrapper li a:hover,
.banner_slider_3 .slide .slide__content--headings .highlight_text::after,
nav.main-menu ul.menu li ul.mega-submenu li a:before,
.ttm-header-style-01 .social-icons li a:hover,
.ttm-header-style-03 .social-icons li a:hover,
.ttm-play-icon-btn .ttm-play-icon-animation.ttm-play-icon-animation-skincolor:before,
.ttm-play-icon-btn .ttm-play-icon-animation.ttm-play-icon-animation-skincolor:after,
.featured-imagebox-procedure .process-num,
.featured-imagebox-procedure .process-num:after,
.featured-imagebox-portfolio.style2 .ttm-media-link a,
.featured-imagebox-post.style2 .ttm-box-post-date,
.featured-icon-box.style4:hover .featured-icon:before,
.featured-icon-box.style5:hover i.ttm-num,
.ttm-progress-bar .progress-bar-percent,
.progress-bar-color-bar_white.progress-bar,
.ttm-bgcolor-darkgrey .ttm-progress-bar.style1 .progress-bar.progress-bar-color-bar_skincolor,
.footer .widget .widget-title:before,
.footer .widget .widget-title:after,
.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar:before,
.featured-imagebox-post.style1 .ttm-box-post-date,
.featured-imagebox-team.style1:hover .ttm-media-link,
.featured-imagebox-portfolio.style1 .ttm-media-link a,
.breadcrumb-wrapper span:first-child:after,
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a:hover,
.sidebar .widget-area .widget:after,
.ttm-blog-classic .ttm-box-post-date,
.ttm-blog-single .ttm-box-post-date,
.ttm-social-share-wrapper ul li a:hover,
.widget .tagcloud a:hover,
.pagination-block .page-numbers:hover,
.pagination-block .page-numbers.current,
#totop.top-visible {
  background-color: var(--skin-color);
}

.ttm-btn-style-fill.ttm-btn-color-skincolor,
.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.slick_slider.slick-arrows-style3 .slick-arrow:hover,
.banner_slider_wrapper .slider-social-links-wrapper li a:hover,
.ttm-page-title-row-inner .row,
.social-icons.circle li>a:hover,
.featured-imagebox-procedure:hover .featured-thumbnail img,
.widget .tagcloud a:hover {
  border-color: var(--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);
}

.ttm-textcolor-darkgrey,
.ttm-textcolor-darkgrey p,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h1,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h2,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h3,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h4,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h5,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h6,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey p,
:not(.ttm-bgcolor-skincolor) .ttm-textcolor-darkgrey span,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
.ttm-btn-style-fill.ttm-btn-color-skincolor i,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white i,
.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-darkgrey .ttm-btn-style-fill.ttm-btn-color-skincolor:hover i,
.ttm-textcolor-white .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-btn-color-dark,
.ttm-bgcolor-skincolor a:hover,
.ttm-bgcolor-skincolor a:hover i,
.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .row>[class*='col-']:not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .row>[class*='col-']:not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):hover,
.ttm-icon_element-color-darkgrey,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey>i,
.ttm-icon_element-color-darkgrey:not(.ttm-icon_element-fill) i,
.ttm-bgcolor-grey .top_bar_content,
.ttm-header-style-01 .header_search .search_btn i,
nav.main-menu ul.menu li>ul.mega-submenu li a:hover,
.ttm-header-style-02 .social-icons li a,
.ttm-header-style-02 .social-icons li a:hover,
.ttm-header-style-02 .ttm-header-featured-iconbox h3,
.ttm-header-style-02 .ttm-header-featured-iconbox h5,
.ttm-progress-bar .progress-bar.progress-bar-color-bar_darkgrey,
.ttm-progress-bar .progress-bar-title,
.ttm-bgcolor-darkgrey .ttm-progress-bar.style1 .progress-bar-percent,
.progress-bar-percent.ttm-textcolor-dark-grey,
.featured-imagebox-portfolio.style1 .featured-title h3,
.featured-imagebox-portfolio.style1 .featured-title h3 a,
.ttm-tabs.ttm-tab-style-03 ul.tabs li a,
.featured-imagebox-post .ttm-box-post-date .ttm-entry-date,
.ttm-pf-single-content-area a.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey,
.ttm-icon_element-fill.ttm-icon_element-color-white i,
.pagination-block .page-numbers,
.pagination-block .page-numbers.current {
  color: var(--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-dark:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:before,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:after,
.ttm-toggle-title-bgcolor-darkgrey,
.toggle.ttm-toggle_style_border.ttm-toggle-title-bgcolor-darkgrey .toggle-title a.active,
.ttm-progress-bar .progress-bar.progress-bar-color-bar_darkgrey,
.ttm-progress-bar .progress-bar-inner .progress-bar.progress-bar-color-bar_darkgrey:before,
.widget.widget-nav-menu ul li a:before,
.ttm-pf-single-content-area a:hover.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn-color-skincolor:hover,
.ttm-toggle-title-bgcolor-white .toggle-title a.active {
  background-color: var(--dark-grey-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 .section-title h3,
.ttm-bgcolor-dark div,
.ttm-bgcolor-darkgrey div,
.ttm-bgcolor-skincolor div,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor i,
.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,
.ttm-textcolor-white:not(.ttm-bgcolor-darkgrey) .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover,
.ttm-bgcolor-skincolor .ttm-btn.btn-inline.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover i,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover i,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor:hover i,
.ttm-bgcolor-skincolor .row>[class*='col-']:not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .row>[class*='col-']:not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-darkgrey i,
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-skincolor i,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-darkgrey .section-title h2.title,
.social-icons.circle li>a:hover,
.social-icons.circle li>a:hover i,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a,
.ttm-toggle-title-bgcolor-grey .toggle-title a.active,
.ttm-toggle-title-bgcolor-white .toggle-title a.active,
.toggle.ttm-toggle_style_border .toggle-title a.active,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next:hover,
.slick_slider.slick-arrows-style3 .slick-prev:hover,
.slick_slider.slick-arrows-style3 .slick-next:hover,
.slick_slider.slick-arrows-style4 .slick-prev:hover,
.slick_slider.slick-arrows-style4 .slick-next:hover,
.banner_slider_wrapper .slider-social-links-wrapper li a:hover,
.featured-icon-box.style5:hover i.ttm-num,
.ttm-header-style-01 .top_bar .social-icons li a,
.ttm-header-style-03 .header-social-icon ul.social-icons li a,
.ttm-bgcolor-skincolor .ttm-progress-bar .progressbar-title,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-percent,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progressbar-title,
.ttm-bgcolor-darkgrey .ttm-progress-bar.style1 .progress-bar-title,
.ttm-bgcolor-skincolor .inside h3,
.ttm-bgcolor-skincolor .inside h3 span:not(.ttm-textcolor-skincolor),
.ttm-bgcolor-darkgrey .inside h3,
.ttm-bgcolor-darkgrey .inside h3 span:not(.ttm-textcolor-skincolor),
.toggle.ttm-toggle-title-bgcolor-skincolor .toggle-content p,
.toggle.ttm-toggle-title-bgcolor-darkgrey .toggle-content p,
.widget .tagcloud a:hover,
.ttm-social-share-wrapper ul li a:hover,
.featured-imagebox-services.style1:hover .featured-content-services .category,
.featured-imagebox-services.style1:hover .featured-content-services .featured-title a,
.featured-imagebox-portfolio.style1 .ttm-media-link a i,
.featured-imagebox-portfolio.style2 .ttm-media-link a i,
.pagination-block .page-numbers:hover,
.ttm-bgcolor-dark .section-title.style3 h2,
.ttm-bgcolor-dark .ttm-play-icon-title h3,
.ttm-bgcolor-dark .ttm-play-icon-title h3,
.featured-imagebox-portfolio.style2 .featured-content .featured-title h3 a {
  color: var(--white-color);

}

.ttm-bgcolor-darkgrey div {
  padding-right: 10px;
}

.ttm-bgcolor-skincolor p,
.ttm-bgcolor-darkgrey p,
.ttm-bgcolor-skincolor span,
.ttm-bgcolor-darkgrey span,
.ttm-bgcolor-skincolor i,
.ttm-bgcolor-darkgrey i {
  color: rgba(255, 255, 255, .85);
}

.ttm-bgcolor-darkgrey p {
  color: rgba(255, 255, 255, 0.75);
}

.ttm-bgcolor-darkgrey .top_bar_content {
  color: rgba(255, 255, 255, 0.60);
}

.ttm-bgcolor-white,
.ttm-bgcolor-white>.ttm-bg-layer,
.ttm-bgcolor-white>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner,
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:before,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):hover:before,
.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-header-style-01 .top_bar .social-icons li a:hover,
.ttm-header-style-02 .social-icons li a:hover,
.ttm-progress-bar .progress-bar.progress-bar-color-bar_white,
.progress-bar-color-bar_white,
.ttm-toggle-title-bgcolor-white .toggle-title a,
.ttm-bgcolor-darkgrey .ttm-progress-bar.style1 .progress-bar-percent {
  background-color: var(--white-color);
}

.ttm-bgcolor-grey,
.ttm-bgcolor-grey>.ttm-bg-layer,
.ttm-bgcolor-grey>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner,
.ttm-btn-style-fill.ttm-btn-color-grey,
.ttm-icon_element-fill.ttm-icon_element-color-grey,
.ttm-toggle-title-bgcolor-grey .toggle-title,
.header_search #search_query_top,
.widget.widget-nav-menu ul li a,
.ttm_single_image_text:before,
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a,
.wrap-form.contact_form span.text-input input,
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select,
.wrap-form.request_qoute_form span.text-input input,
.wrap-form.request_qoute_form span.text-input textarea,
.wrap-form.request_qoute_form span.text-input select,
.widget.widget-nav-menu ul li a,
.sidebar .widget-area .widget.with-title,
.widget.widget-download,
.ttm-pf-single-detail-box,
.ttm-social-share-wrapper ul li a {
  background-color: var(--grey-color);
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-grey {
  color: inherit;
}

.padding_bottom50 {
  padding-bottom: 50px;
}

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;
}

/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide {
  padding: 0 15px;
}

.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 {
  width: 46px;
  height: 46px;
  z-index: 1;
  border: 0;
  border-radius: 100%;
  color: inherit;
  background-color: rgba(255, 255, 255, .07);
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
  border: 0;
}

.ttm-bgcolor-skincolor .slick_slider .slick-arrow,
.ttm-bgcolor-darkgrey .slick_slider .slick-arrow {
  color: rgba(255, 255, 255, 0.4);
}

.slick_slider .slick-prev:before,
.slick_slider .slick-next:before {
  font-family: 'themify';
  font-size: 15px;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick_slider .slick-prev:before {
  content: "\e629";
}

.slick_slider .slick-next:before {
  content: "\e628";
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}


/*  ===============================================
    TopBar
------------------------*/
.top_bar {
  z-index: 3;
  height: 50px;
  line-height: 50px;
}

.top_bar_icon {
  display: inline-block;
  vertical-align: middle;

}

.top_bar_contact_item {
  font-size: 13px;
  padding-right: 18px;
  padding-left: 18px;
  position: relative;
  display: inline-flex;
  z-index: 1;
}

.top_bar_icon i {
  height: 50px;
  line-height: 46px;
  border: none;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  /*color: var(--skin-color);*/
}

.top_bar_content {
  display: inline-block;
}

.top_bar_content a {
  color: rgba(255, 255, 255, 1);
}

.ttm-header-style-01 .top_bar_contact_item:first-child {
  padding-left: 0px;
}

.ttm-header-style-01 .top_bar_contact_item:first-child:before {
  background-color: rgba(255, 255, 255, 0.13);
  top: 14px;
  right: 0;
  content: '';
  height: 19px;
  width: 1px;
  z-index: 1;
  position: absolute;
}

.ttm-header-style-01 .top_bar_contact_item:last-child {
  padding-right: 0;
}

.contact-info {
  text-align: end;
}

.top_bar .social-icons {
  padding: 0;
}

.ttm-header-style-01 .top_bar .social-icons li {
  margin: 0;
  height: 50px;
  line-height: 50px;
}

.top_bar .social-icons li a {
  border: none;
  width: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  border-radius: 0;
}



.top_bar_contact_item.ttm-highlight-right:after {
  content: "";
  width: 5000px;
  height: 100%;

  right: 0px;
  left: -4px;
  top: -1px;
  position: absolute;
  z-index: -1;
}

.top_bar_contact_item.ttm-highlight-right .top_bar_icon i,
.top_bar_contact_item.ttm-highlight-right .top_bar_content,
.top_bar_contact_item.ttm-highlight-right .top_bar_content a {
  color: #ffffff !important;

}


.ttm-header-style-01 #site-header-menu .site-navigation ul.menu li.active>a {
  color: var(--skin-color);
}

.site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-branding img {
  height: 200;
  width: 400;
}

.site-navigation {
  position: relative;
  z-index: 2;
}

nav.main-menu ul {
  position: relative;
  margin: 0;
}

.footer {
  z-index: 1;
  background-position: center center;
  background-attachment: scroll;
}

.footer .widget .widget-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
}

.footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .second-footer {
  padding: 35px 0 0 0px;
}

.second-footer .container {
  position: relative;
}

.second-footer .widget-area .widget {
  padding: 20px 0px 0px;
}

.footer .widget ul.ttm-recent-post-list>li {
  padding: 0 0 15px !important;
  margin-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.footer .widget ul.ttm-recent-post-list>li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0;
  margin-bottom: 0;
}

.copyright {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, .03);
}

.copyright,
.copyright .cpy-text {
  color: rgba(255, 255, 255, .75) !important;
}

.pt-40 {
  padding-top: 40px;
}

#totop {
  font-weight: 900;
  color: #fff;
  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 {
  background-color: #9a8f64;
}

#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: inline;
}

/* ===============================================
Page-Title-Row
------------------------*/
.ttm-page-title {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  width: 100%;
  z-index: 1;
}

.ttm-page-title:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .4;
  background-color: var(--dark-color);
}


.ttm-page-title-row {
  background: url(../images/pagetitle-row.webp);
  background-color: rgba(0, 0, 0, 0.36);
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  width: 100%;
  z-index: 1;
}

.ttm-page-title-row.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
  opacity: 0.4;
}

.ttm-page-title-row-inner {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 75px 0;
  margin: 0 auto;
  z-index: 2;
}

.page-title-heading h2 {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 47px;
  line-height: 57px;
  display: inline-block;
  margin-bottom: 45px;
  color: var(--white-color);
}

.breadcrumb-wrapper span {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.breadcrumb-wrapper span:first-child {
  padding-right: 20px;
}

.breadcrumb-wrapper span:first-child a {
  color: var(--white-color);
}

.breadcrumb-wrapper span:first-child:after {
  position: absolute;
  content: " \ ";
  font-size: 14px;
  line-height: 17px;
  margin-left: 4px;
  margin-top: 2px;
  opacity: 1;
  color: var(--white-color);
  background-color: transparent;
}

.breadcrumb-wrapper {
  z-index: 1;
  background-color: var(--dark-grey-color);
  padding: 12px 30px;
  line-height: 20px;
  margin: 0 auto;

}

.breadcrumb-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: max-content;
}

.ttm-service-single-content-area div:not(.featured-title)>h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}


/*-----------------------------------*/

.widget-footer .link-widget ul {
  /* width: 50%; */
  float: left;
  border-left: 1px solid #c2c4c8;
  padding-left: 15px;
  padding-right: 7px;
}

.widget-footer ul {
  list-style: none;
}

.widget-footer .link-widget ul li {
  position: relative;
}

.widget-footer p,
.site-footer li {
  color: #ffffff;
}

.widget-footer .link-widget ul li:before {
  content: "";
  background: #c2c4c8;
  width: 10px;
  height: 1px;
  position: absolute;
  left: -15px;
  top: 50%;
}

.widget-footer .link-widget ul a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #eaeaea;
}


.fixed-callout {
  padding: 15px 20px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
  position: fixed;
  bottom: 37px;
  text-align: center;
  animation: move 6s infinite forwards;
  z-index: 9999;
}

.fixed-callout {
  right: 25px;
  bottom: 110px;
  padding: 13px 18px;
}

.fixed-callout a {
  display: block;
  padding: 2px 0;
  font-size: 16px;
  color: #323232 !important;
  text-decoration: none;
}

.fixed-callout img {
  aspect-ratio: 30/30;
  height: 60;
  width: 60;
}

.fixed-callout a {
  display: block;
  padding: 2px 0;
  font-size: 16px;
  color: #323232 !important;
  text-decoration: none;
}

.fixed-callout h4 {
  font-size: 18px;
}

.fixed-callout .hidden-xs a {
  margin: 8px 0px;
}


@media screen and (max-width: 3300px) {
  .fixed-callout {
    padding: 0px 3px !important;
    width: 125px;
  }
}

@media screen and (max-width: 768px) {
  .fixed-callout {
    bottom: 120px !important;
  }
}

@media screen and (max-width: 3300px) {
  .fixed-callout .visible-xs {
    display: block !important;
  }
}

@media screen and (max-width: 3300px) {
  .fixed-callout .mbtn-callout a {
    display: inline-block;
    font-size: 0 !important;
    margin: 0 6px !important;
    padding: 7px 0px !important;
  }
}

@media screen and (max-width: 3300px) {
  .fixed-callout .hidden-xs {
    display: none !important;
  }
}

.color-p-call {
  background: #e70000 !important;
}

.color-p-wats {
  background: #2ab200 !important;
}

.padding-phone {
  padding-left: 30px;
}

.main-menu ul li ul.megamenu {
  width: inherit;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  position: absolute;
  top: 94px;
  display: none;
}


.main-menu ul li:hover ul.megamenu {
  display: flex;

}

.main-menu ul li:hover ul.megamenu li {
  width: 250px;
  /* margin: 20px; */
  float: left;
}

.main-menu ul li:hover ul.megamenu li a {
  color: #000;
}

.main-menu ul li:hover ul.megamenu li h1 {
  padding: 10px 0px;
  font-size: 18px;
  color: black;
  text-align: center;
  border-bottom: 1px solid black;

}

.main-menu ul li :hover ul.megamenu p {
  color: red;
  margin: 5px;
  padding: 5px;
}

.ttm-btn-style-fill.ttm-btn-color-skincolor {
  color: #fff;
}

.nav.navbar-nav a {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin: 0px;
  padding: 0px 24px 0px 24px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  line-height: 95px;
  color: var(--dark-grey-color);
}

.megamenu li a {
  line-height: 40px !important;
}

.ttm-header-style-01 .top_bar .social-icons li a:hover {
  background-color: #676363;
}

.top_bar .top_bar_contact_item .top_bar_icon i,
.breadcrumb-wrapper span,
.ttm-page-title-row .breadcrumb-wrapper i {
  Color: white;
}


.video {
  position: relative;
  width: 100%;
}

.video__placeholder {
  width: 100%;
  position: absolute;
}

.video__youtube {
  padding-bottom: 56.23%;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}

.video__button {
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%;
}

.video__button:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 10%;
}

/* slider css */


.slider-container {
  position: relative;
  height: 750px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: all-scroll;
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}

.slider-control.inactive:hover {
  cursor: auto;
}

.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}

.slider-control.left {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}

.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
  transform: translate(-50%, -50%) scale(1);
}

.slider {
  z-index: 1;
  position: relative;
  height: 100%;
}

.slider.animating {
  transition: transform 0.5s;
  will-change: transform;
}

.slider.animating .slide__bg {
  transition: transform 0.5s;
  will-change: transform;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  transform: translateX(0);
}

.slide__bg {
  position: absolute;
  top: 0;
  /* left: -50%; */
  width: 100%;
  height: 100%;
  /* background-size: cover; */
  will-change: transform;
  object-fit: cover;
  /* position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  /* background-size: cover; */
  aspect-ratio: 1920 / 300;
  z-index: -1;

}

.slide:nth-child(1) {
  left: 0;
}

.slide:nth-child(1) .slide__bg {
  left: 0;
  /* background-image: url("../images/slider/slide5.webp"); */
}


.slide:nth-child(2) {
  left: 100%;
}

.slide:nth-child(2) .slide__bg {
  left: -50%;
  /* background-image: url("../images/slider/slide6.webp"); */
}

.slide:nth-child(3) {
  left: 200%;
}

.slide:nth-child(3) .slide__bg {
  left: -100%;
  /* background-image: url("../images/slider/slide1.webp"); */
}

.slide:nth-child(4) {
  left: 300%;
}

.slide:nth-child(4) .slide__bg {
  left: -150%;
  /* background-image: url("../images/slider/slide2.webp"); */
}

.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  will-change: transform, opacity;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}

@media (max-width: 991px) {
  .slide__overlay {
    display: none;
  }
}

.slide__text {
  position: absolute;
  width: 65%;
  bottom: 38%;
  left: 12%;
  color: #fff;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  will-change: transform, opacity;
  transform: translateY(-50%);
  opacity: 0;
}

@media (max-width: 991px) {
  .slide__text {
    left: 0;
    bottom: 30%;
    width: 100%;
    height: 11rem;
    text-align: center;
    transform: translateY(50%);
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    padding: 0 1rem;
  }
}

.slide__text-heading {
  font-family: "Polar", Helvetica, Arial, sans-serif;
  font-size: 70px;
  margin-bottom: 2rem;
  color: #fff;
}

@media (max-width: 991px) {
  .slide__text-heading {
    line-height: 40px;
    font-size: 30px;
  }

  .slider-pagi__elem {
    width: 1rem;
    height: 1rem;
  }

  .slider-container {
    height: 500px;
  }
}

.slide__text-desc {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .slide__text-desc {
    display: none;
  }
}

.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  perspective: 1000px;
}

@media (max-width: 991px) {
  .slide__text-link {
    font-size: 20px;
  }
}

.slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: 50% 100%;
  transform: rotateX(-85deg);
  transition: transform 0.3s;
  will-change: transform;
}

.slide__text-link:hover:before {
  transform: rotateX(0);
}

.img-tel-head {
  filter: invert(1);
  height: 32px;
  width: 32px;
  aspect-ratio: 32/32;
}

.social-icons img {
  height: 32px;
  width: 32px;
  aspect-ratio: 32/32;
}

.ttm-service-description .looking-hire,
.tell-requirements {
  font-size: 30px;
}

.ttm-service-description .entry-thumbnail img {
  float: left;
  margin: 0 20px 0 0;
  border-radius: 4px;
  height: 170px;
  width: 300px;
}

.mega-menu-link img {
  height: 16px;
  width: 16px;
  aspect-ratio: 16/16;
}

.img-arrow-down {
  transform: rotate(-90deg);
}

.img-watsapp-new img {
  height: 32px;
  width: 32px;
  aspect-ratio: 32/32;
  filter: invert(1);
}

.featured-icon img {
  height: 32px;
  width: 32px;
  aspect-ratio: 32/32;
}

.featured-icon-box img {
  height: 32px;
  width: 32px;
  aspect-ratio: 32/32;
  filter: invert(1);
}

#totop img {
  transform: rotate(-180deg);
  aspect-ratio: 16/16;
}

#logo-img {
  aspect-ratio: 500/55;
}

.img-fluid.ttm-equal-height-image.w-100 {
  aspect-ratio: 568/745;
}

.ttm-bgcolor-darkgrey a:hover {
  color: white;
}

.ttm-lcp-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  background-size: cover;
  aspect-ratio: 1920 / 300;
  z-index: -1;
}


.gallery {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.gallery li {
  float: left;
  margin: 2px;
}





.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 15px;
  color: #1f2125;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #084c20;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;

  padding-left: 15px;

}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.numeric-style li {

  list-style: decimal;

}

.lst-sec {

  padding-left: 42px;
}


.ttm-service-single-content-area h5 {


  font-size: 23px;

}

.ttm-service-single-content-area a {



  color: var(--dark-grey-color);

}


.page-title-heading h1 {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 47px;
  line-height: 57px;
  display: inline-block;
  margin-bottom: 45px;
  color: var(--white-color);
}

.title-hdng {

  font-size: 20px;

}

.blg-servce img {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 600px) {
  .blg-servce img {
    height: 100%;
    width: 100%;
    border-radius: 12px;
  }
}

.blg-servce {


  text-align: center;

  border: 1px solid #f2f2f2;

  padding: 20px;

  border-radius: 26px;

  margin-bottom: 20px;




}

.blg-servce h2 a {


  font-size: 22px;
}

@media (min-width:768px) {


  #logo-img {

    height: 49px;

  }

}

.list-servce {

  margin-bottom: 15px !important;


}

.content-area iframe {

  margin-bottom: 15px;

}

.ttm_fatured_image-wrapper img {
  aspect-ratio: 1032 / 581;
  height: 500;
  width: 700;
}

@media (max-width: 600px) {
  .ttm_fatured_image-wrapper img {
    aspect-ratio: 512 / 326;
    height: 500;
    width: 700;
  }
}

.btn-servce-content {

  color: #ffffff !important;




}