/* Linoor - DIgital Agency HTML Template  */


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.	Fonts
2.	Reset
3.	Global Settings
4.	Scroll To Top style
5.	Main Header style / Header Style One
6.	Sticky Header
7.	Search Popup
8.	Mobile Menu
9.	Lazy Load Settings
10.	Banner Section
11.	Section Title
12.	Services Section
13.	About Section
14.	Live Section
15.	We DO Section
16.	Gallery Section
17.	Fun Facts Section
18.	We DO Section
19.	Team Section
20.	Parallax Section
21.	Sponsors Section
22.	Agency Section
23.	News Section
24.	Call Section
25.	Main Footer
26.	Services Section
27.	We DO Section
28.	Gallery Section
29.	Why Us Section
30.	Testimonials Section
31.	Parallax Section
32.	We DO Section
33.	Call Section
34.	Call Section
35.	Services Section
36.	Discover Section
37.	Parallax Section
38.	We Work Section
39.	Testimonials Section
40.	We DO Section
41.	Get Quote
42.	Map Section
43.	Sponsors Section
44.	Page Banner
45.	Faqs Section
46.	Get Quote
47.	Error Section
48.	Contact Section
49.	Sidebar Page Container
50.	Comment Area
51.	Leave Comments Form
52.	Service Details
53.	Service Details
--------------------------------------------------------------*/


/***

====================================================================
1.			Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&amp;display=swap');

/*
	font-family: var(--thm-font);
*/

@import url('fontawesome-all.css');
@import url('owl.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('custom-animate.css');

/***





====================================================================
2.	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}




@font-face {
    font-family: 'SF UI Display Ultralight';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Ultralight'), url('sf-ui-display-ultralight-58646b19bf205.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Thin';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Thin'), url('sf-ui-display-thin-58646e9b26e8b.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Light'), url('sf-ui-display-light-58646b33e0551.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Medium'), url('sf-ui-display-medium-58646be638f96.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Semibold'), url('sf-ui-display-semibold-58646eddcae92.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Bold';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Bold'), url('sf-ui-display-bold-58646a511e3d9.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Heavy'), url('sf-ui-display-heavy-586470160b9e5.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Black';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Black'), url('sf-ui-display-black-58646a6b80d5a.woff') format('woff');
    }
    
    

/***

====================================================================
3.	Global Settings
====================================================================

 ***/

:root {
    --thm-font: 'Teko', sans-serif;
    --thm-base: #DF9F28;
    --thm-black: #040404;
    --thm-white: #ffffff;
    --thm-text: #b8b8b8;
}

body {
    font-size: 14px;
    color: var(--thm-text);
    line-height: 1.8em;
    font-weight: 300;
    background: #231f20;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    /*font-family: var(--thm-font);*/
 font-family: 'SF UI Display Light';
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--thm-base);
}

a:hover {
    text-decoration: none !important;
}

.theme_color {
    color: var(--thm-base);
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0px 0px 20px;
    background: none;
    line-height: 1.25em;
    /*font-family: var(--thm-font);*/
    font-family: 'SF UI Display Medium';
    color: var(--thm-black);
}

h1 {
    font-size: 140px;
}

h2 {
    font-size: 70px;
}

h3 {
    font-size: 60px;
}

h4 {
    font-size: 40px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 26px;
}

input,
select,
button {
    /*font-family: var(--thm-font);*/
    font-family: 'SF UI Display Medium';
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p {
    line-height: 1.8em;
    margin: 0 0 20px;
}

.text {
    line-height: 1.8em;
    margin: 0 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}


/*Btn Style One*/

.btn-style-one,.btn-primary {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #231f20;
    border:1px solid #DF9F28;
    /*background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);*/
    /*background: linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);*/
    color: #DF9F28;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    /*font-size: 18px;*/
    font-size:11px;
    line-height: 30px;
      font-family: 'SF UI Display Bold';
    font-weight: 600;
    padding: 19px 50px 16px;
    z-index: 1;
}

.btn-style-one:hover {
    background: #DF9F28;
    background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    background: linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    /*color: #ffffff;*/
    color:  #DF9F28;
    border: 1px solid #DF9F28;
}

.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    /*background: #040404;*/
    background: #fff;
    opacity: 0.20;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}


/*Btn Style Two*/

.btn-style-two {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #231f20;
    color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 19px 50px 16px;
    z-index: 1;
    transition: .5s;
}

.btn-style-two:hover {
    color: var(--thm-black);
}

.btn-style-two .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #ffffff;
    opacity: 0.20;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-style-two:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}



/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999999;
}

.preloader .preloader {
  width: 300px;
  height: 300px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin-left: -25px;*/
  margin-top: -25px;
  transform: translate(-50%, -50%);
}

.preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background: url('../images/logo-tm.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader .preloader span:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}



/*.preloader {*/
/*    position: fixed;*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 999999;*/
/*    background-color: rgba(255, 255, 255, 1);*/
/*    background-color: #040404;*/
/*}*/

/*.preloader .icon {*/
/*    position: fixed;*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 5;*/
/*    background-color: rgba(255, 255, 255, 0);*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    background-image: url(../images/logo2.png);*/
    /*background-image: url(../images/icons/preloader.png);*/
    /* -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-animation-name: rotateMe;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: rotateMe;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	-ms-animation-name: rotateMe;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;

	animation-name: rotateMe;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear; */
/*}*/

/*.page-loaded .preloader .icon {*/
/*    opacity: 0;*/
/*}*/

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}


/***

====================================================================
4.	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: var(--thm-base);
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: var(--thm-black);
    color: #ffffff;
}


/***

====================================================================
5.	Main Header style / Header Style One
====================================================================

***/

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 9999;
    background: none;
}


/*=== Header Main Box ===*/

.main-header .header-upper {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    background: #000000;
    border-bottom: 1px solid rgb(233 101 122 / 18%);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fixed-header .header-upper {
    background: #171717;
    -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.header-style-two.fixed-header .header-upper {
    background: #000000;
    -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.main-header .header-upper .inner-container {
    position: relative;
    display: block;
    padding: 0px 60px;
}

.main-header .header-upper .logo-box {
    position: relative;
    float: left;
    /*padding: 20px 0px;*/
    padding: 2px 0px;
    margin-right: 50px;
    z-index: 7;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
}

.main-header .header-upper .logo-box .logo a {
    cursor: initial;
}

.main-header .header-upper .logo-box .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width:75px;
    max-height: 34px;
    z-index: 1;
}

.main-header .other-links {
    position: relative;
    float: right;
    z-index: 7;
    display: flex;
    align-items: center;
}

.main-header .other-links .link-box {
    position: relative;
    float: left;
    padding: 5px 0px;
    display: flex;
}

.register-btn .btn-title {
padding: 10px 15px 10px !important;
}

.main-header .other-links .link-box .link {
    position: relative;
    display: block;
    padding-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-left: 60px;
    color: #ffffff;
}

.header-style-two.fixed-header .other-links .link-box .link {
    color: #231f20;
}

.main-header .other-links .link-box .link .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 42px;
    background: url(../images/icons/chat-icon.png) left center no-repeat;
}

.main-header .other-links .link-box .sub-text {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.main-header .other-links .link-box .number {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.main-header .other-links .link-box .number:hover {
    text-decoration: underline;
}

.main-header .other-links .call-us {
    position: relative;
}

.main-header .other-links .search-btn {
    position: relative;
    float: left;
    padding: 40px 0px;
    padding-right: 50px;
    margin-right: 50px;
    /*border-right: 1px solid rgb(233 101 122 / 18%);*/
}

.main-header .other-links .search-btn button {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    line-height: 32px;
    color: #ffffff;
    cursor: pointer;
}

.main-header .other-links .search-btn button span {
    vertical-align: middle;
}

.main-header .nav-outer {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    text-align: center;
    width: 100%;
    z-index: 5;
}

.main-header .nav-outer .main-menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    /*font-family: var(--thm-font);*/
    font-family: 'SF UI Display Medium';
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 10px 0px;
    margin-right: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    list-style:none;
}
footer ul li{
      list-style:none;
}
.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li:last-child:after {
    display: none;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    /*font-size: 20px;*/
    font-size:14px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #ffffff;
    padding: 12px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #ffffff;
}

.header-style-two .main-menu .navigation>li>a,
.header-style-two .main-menu .navigation>li:hover>a {
    color: #ffffff;
}

.header-style-two .main-menu .navigation>li.current>a,
.header-style-two.fixed-header .main-menu .navigation>li>a,
.header-style-two.fixed-header .main-menu .navigation>li>a:hover {
    color: #d4af37;
}

.header-style-two.fixed-header .main-menu .navigation>li.current>a {
    color: #ffffff;
}

.main-menu .navigation>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    border-bottom: 2px solid #231f20;
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.header-style-two .main-menu .navigation>li>a:before {
    border-bottom-color: #d4af37;
}

.header-style-two.fixed-header .main-menu .navigation>li>a:before {
    border-bottom-color: #ffffff;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    transform: scale(1);
}

.sticky-header .main-menu .navigation>li.dropdown {
    padding-right: 0px;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    z-index: 100;
    display: none;
    background: #231f20;
    padding: 20px 0px 15px;
    border-radius: 5px;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    padding: 0px 25px;
    width: 100%;
    margin-bottom: 5px;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: var(--thm-base);
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    z-index: 100;
    display: none;
    background: #ffffff;
    padding: 20px 0px 15px;
    border-radius: 5px;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    padding: 0px 25px;
    width: 100%;
    margin-bottom: 5px;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 20px;
    color: #171b27;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: capitalize;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--thm-base);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 7px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.logo-box .logo a img.logo-h {
    /*max-height: 70px !important;*/
    max-height: 105px !important;
}


/* header style two */

.header-style-two.fixed-header .header-upper .logo-box .logo .stricked-logo,
.header-style-two .header-upper .logo-box .logo .main-logo {
    display: flex;
}

.header-style-two.fixed-header .header-upper .logo-box .logo .main-logo,
.header-style-two .header-upper .logo-box .logo .stricked-logo {
    display: none;
}


/***

====================================================================
6.				Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0px;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 40px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 21px 0px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #25283a;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
}


/***

====================================================================
7.	Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
    cursor: none;
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}

.search-popup__form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 15px 30px;
    color: #272727;
    font-weight: 300;
    font-size: 18px;
    background-color: #ffffff;
    padding-left: 30px;
}

.search-popup__form button[type=submit] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: var(--thm-base);
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.search-popup__form button[type=submit]:hover {
    background-color: var(--thm-black);
    color: #ffffff;
}

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 999999;
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 999999;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    transform: rotate(45deg);
}

.contact-info li {
    padding: 0;
}


/***

====================================================================
8.			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0px;
    color: var(--thm-base);
    /* margin: 40px 0px 0px; */
    margin: 20px 0px 0px;
    display: none;
}

.mobile-nav-toggler .txt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    display: none;
}


/***

====================================================================
9.		Lazy Load Settings
====================================================================

***/

img.lazy-image {
    background: url(../images/icons/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}


/* Default Form Style */

.default-form {
    position: relative;
}

.default-form .row {
    margin: 0 -15px;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.default-form .field-inner {
    position: relative;
    display: block;
}

.default-form .field-inner .alt-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 20px;
    color: #9b9fa6;
    z-index: 1;
    pointer-events: none;
}

.default-form .form-group .field-label {
    position: relative;
    display: block;
    color: #0f172b;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.default-form .form-group .e-label {
    position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    display: block;
    height: 70px;
    width: 100%;
    font-size: 18px;
    color: var(--thm-white);
    line-height: 40px;
    font-weight: 400;
    padding: 14px 30px;
    letter-spacing: 0.02em;
    background-color: #231f20;
    border: 1px solid#231f20;
    border-radius: 7px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea {
    height: 220px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
    display: inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
    border-color: var(--thm-base);
}

.default-form ::-webkit-input-placeholder {
    color: #aaaaaa;
}

.default-form ::-moz-input-placeholder {
    color: #aaaaaa;
}

.default-form ::-ms-input-placeholder {
    color: #aaaaaa;
}

.default-form label.error {
    color: #ff0000;
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    letter-spacing: 1px;
    padding-top: 7px;
    line-height: 24px;
}


/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    height: 70px;
    padding: 14px 30px;
    line-height: 40px;
    letter-spacing: 0.02em;
    /*font-family: var(--thm-font);*/
    font-family: 'SF UI Display Medium';
    color: var(--thm-text);
    font-size: 20px;
    border-radius: 7px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 10px;
    text-indent: 0px;
    color: var(--thm-black);
}

.form-group .ui-button .ui-icon:before {
    font-family: 'Flaticon';
    content: "\f191";
    position: absolute;
    right: 0px;
    top: 0px !important;
    width: 15px;
    height: 30px;
    display: block;
    color: var(--thm-black);
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    background: #f4f5f8;
    border: 1px solid #e9ebee;
    border-top: none;
    /*font-family: var(--thm-font);*/
    font-family: 'SF UI Display Medium';
    border-radius: 0;
    padding: 0;
}

.ui-menu .ui-menu-item {
    font-size: 20px;
    border-bottom: 1px solid #e9ebee;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 14px 30px !important;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: var(--thm-base);
    margin: 0;
}


/***

====================================================================
10.		Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    z-index: 1;
}

.banner-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    z-index: 1;
}

.banner-section .left-based-text {
    position: absolute;
    left: 50px;
    top: 50px;
    bottom: 50px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-weight: 500;
    z-index: 10;
}

.banner-section .left-based-text .base-inner {
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 730px;
    height: 24px;
    transform-origin: left bottom;
    transform: rotate(-90deg);
}

.banner-section .left-based-text .social-links {
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-section .left-based-text .social-links ul li {
    float: left;
    /* margin-right: 35px; */
    margin-right: 15px;
    font-size: 14px;
}

.banner-section .left-based-text .social-links ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section .left-based-text .social-links ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section .left-based-text .social-links ul li a:hover:before {
    transform: scale(1);
}

.banner-section .left-based-text .hours {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-section .left-based-text .hours ul li {
    float: left;
    margin-left: 35px;
}

.banner-three .left-based-text .social-links ul li a,
.banner-three .left-based-text .hours ul li {
    color: var(--thm-black);
}

.banner-section .left-based-text .social-links ul li a:before {
    border-bottom-color: var(--thm-black);
}

.banner-carousel {
    position: relative;
    z-index: 1;
    /* height: 60vh; */
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    color: #ffffff;
    overflow: hidden;
}

.banner-three .banner-carousel .slide-item {
    background: none;
}

.banner-carousel .slide-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    opacity: 0.2;
    z-index: 1;
}

.banner-two .banner-carousel .slide-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/main-slider/slide-2-pattern-1.png);
    z-index: 10;
}

.banner-two .banner-carousel .slide-item:before {
    opacity: 0.80;
}

.banner-three .banner-carousel .slide-item:before {
    display: none;
}

.banner-carousel .slide-item .left-top-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    max-width: 100%;
    height: 100%;
    background: url(../images/main-slider/left-curve-line.png) left top no-repeat;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.banner-carousel .active .left-top-line {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.banner-carousel .slide-item .right-bottom-curve {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 655px;
    max-width: 100%;
    height: 100%;
    background: url(../images/main-slider/right-curved-bg.png) right bottom no-repeat;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateX(700px);
    -moz-transform: translateX(700px);
    -ms-transform: translateX(700px);
    -o-transform: translateX(700px);
    transform: translateX(700px);
}

.banner-carousel .active .right-bottom-curve {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-carousel .slide-item .right-top-curve {
    position: absolute;
    right: 0;
    top: 0;
    width: 164px;
    max-width: 100%;
    height: 100%;
    background: url(../images/main-slider/right-white-curve.png) right top no-repeat;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
}

.banner-carousel .active .right-top-curve {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner-carousel .slide-item .round-shape-1 {
    position: absolute;
    left: -500px;
    bottom: -500px;
    width: 1000px;
    height: 1000px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.banner-carousel .active .round-shape-1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-carousel .slide-item .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 570px;
    max-width: 100%;
    height: 810px;
    background: url(../images/main-slider/b-2-shape-1.png) left top no-repeat;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.banner-carousel .active .shape-1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.banner-carousel .slide-item .shape-2 {
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 333px;
    max-width: 100%;
    height: 366px;
    background: url(../images/main-slider/b-2-shape-2.png) left bottom no-repeat;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
}

.banner-carousel .active .shape-2 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-carousel .slide-item .shape-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 824px;
    max-width: 100%;
    height: 424px;
    background: url(../images/main-slider/b-2-shape-3.png) right bottom no-repeat;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateX(900px);
    -moz-transform: translateX(900px);
    -ms-transform: translateX(900px);
    -o-transform: translateX(900px);
    transform: translateX(900px);
}

.banner-carousel .active .shape-3 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner-carousel .slide-item .shape-4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 218px;
    max-width: 100%;
    height: 571px;
    background: url(../images/main-slider/b-2-shape-4.png) right top no-repeat;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
}

.banner-carousel .active .shape-4 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.banner-carousel .slide-item .shape-5 {
    position: absolute;
    right: 0;
    top: 0;
    width: 306px;
    max-width: 100%;
    height: 904px;
    background: url(../images/main-slider/b-2-shape-5.png) right top no-repeat;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    -moz-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
}

.banner-carousel .active .shape-5 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    -ms-transition-delay: 2700ms;
    -o-transition-delay: 2700ms;
    transition-delay: 2700ms;
}

.banner-carousel .slide-item .shape-6 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: url(../images/main-slider/b-2-shape-6.png) center center no-repeat;
    z-index: 3;
    opacity: 0;
    transform: scale(0);
}

.banner-carousel .active .shape-6 {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    -ms-transition-delay: 2700ms;
    -o-transition-delay: 2700ms;
    transition-delay: 2700ms;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* opacity: 1; */
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* -webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-transform: scale(1);
	-ms-transform: scale(1); */
    transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
}

.banner-carousel .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    /* height: 950px; */
    height: 60vh;
    padding: 0 0px;
    z-index: 11;
}

.banner-carousel .content-box .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 35px 0px 50px;
    padding-bottom: 0;
}

.banner-carousel .content-box .inner {
    position: relative;
    display: block;
    max-width: 800px;
}

.banner-two .banner-carousel .content-box .inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.banner-three .banner-carousel .content-box .inner {
    max-width: 550px;
}

.banner-carousel .content-box .sub-title {
    display: block;
    font-size: 24px;
    line-height: 1.5em;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-carousel .active .content-box .sub-title {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-carousel .content-box h1 {
    display: block;
    /* font-size: 140px; */
    /*font-size: 110px;*/
    font-size:80px;
    line-height: 0.85em;
    color: #ffffff;
    font-weight: 600;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-two .banner-carousel .content-box h1 {
    text-transform: capitalize;
}

.banner-three .banner-carousel .content-box h1 {
    font-size: 120px;
    color: var(--thm-black);
    font-weight: 500;
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-three .banner-carousel .active .content-box h1 {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box .text {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7em;
    letter-spacing: 0.07em;
    color: var(--thm-black);
    margin: 5px 0 0;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-carousel .content-box .link-box {
    position: relative;
    display: block;
    /* padding-top: 50px; */
    padding-top: 10px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-three .banner-carousel .content-box .link-box {
    padding-top: 45px;
}

.banner-carousel .active .content-box .link-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner-carousel .slide-item .round-image {
    position: absolute;
    right: -200px;
    top: -100px;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    z-index: 2;
}

.banner-carousel .slide-item .round-image .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 850px;
    height: 850px;
    background-size: cover;
    background-position: left top;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.banner-carousel .active .round-image .image {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.banner-carousel .slide-item .round-image:before {
    content: '';
    position: absolute;
    left: -100px;
    bottom: 120px;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.banner-carousel .active .round-image:before {
    opacity: 0.10;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .slide-item .round-image:after {
    content: '';
    position: absolute;
    left: -100px;
    bottom: -50px;
    width: 330px;
    height: 330px;
    background: url(../images/main-slider/b-3-shape.png) center center no-repeat;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.banner-carousel .active .round-image:after {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .owl-nav {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    width: 1200px;
    height: 20px;
    text-align: right;
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #ffffff !important;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    opacity: 0.20;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next {
    top: auto;
    bottom: 30px;
}

.banner-carousel .owl-nav .owl-next span,
.banner-carousel .owl-nav .owl-prev span {
    vertical-align: middle;
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.banner-section .owl-dots {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    display: none;
}

.banner-two .owl-nav,
.banner-three .owl-nav {
    display: none;
}

.banner-two .owl-dots {
    display: block;
}

.banner-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border: 5px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span {
    background: none;
    border-width: 2px;
    border-color: var(--thm-base);
}


/***

====================================================================
11.		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title.centered {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.sec-title .upper-text {
    position: relative;
    display: inline-block;
    line-height: 1.6em;
    font-size: 16px;
    color: #9b9fa6;
    font-weight: 400;
    margin: 0 0 20px;
}

.sec-title h2 {
    position: relative;
    display: block;
    /*font-size: 70px;*/
    font-size: 28px;
    /*line-height: 28px;*/
    text-transform: uppercase;
    color: var(--thm-white);
    font-weight: 400;
    margin-bottom: 0px;
}

.sec-title h2 strong {
    font-weight: 700;
}

.sec-title h2 .dot {
    color: #231f20;
    padding-left: 7px;
}

.sec-title .lower-text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--thm-text);
    padding: 30px 0px 0px;
}


/***

====================================================================
12.	Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 70px 0px 50px;
    /* padding: 120px 0px 90px; */
    background: #ffffff url(../images/background/pattern-dots.png) center top repeat;
    color: #ffffff;
}

.services-section .sec-title {
    margin-bottom: 30px;
}

.services-section .sec-title h2 {
    color: #ffffff;
}

.services-section .sec-title .lower-text {
    color: #999b9f;
}

.services-section .row {
    counter-reset: slides-num;
}

.services-section .row .service-block {
    counter-increment: slides-num;
}

.services-section .row .service-block .inner-box:before {
    content: "0"counter(slides-num) "";
    position: absolute;
    left: 45px;
    top: 50px;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    /*opacity: 0.7;*/
      opacity: 1;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
}

.service-block .inner-box {
    position: relative;
    display: block;
    background: var(--thm-white);
    /* background-image: url('../images/beverages-1024x682.jpg'); */
    min-height: 100%;
    border-radius: 7px;
    overflow: hidden;
    /*-webkit-transition: all 500ms ease;*/
    /*-moz-transition: all 500ms ease;*/
    /*-ms-transition: all 500ms ease;*/
    /*-o-transition: all 500ms ease;*/
    /*transition: all 500ms ease;*/
    object-fit: contain;
    height: 235px;
    width: 270px;
    background-position: center;
    /*padding: 50px 45px;*/
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-block .inner-box .transparent-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgb(0 0 0 / 35%);
}

.service-block .inner-box:hover {
    /*background: rgb(187, 25, 36);*/
    /*background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28) !important;*/
    /*background: linear-gradient(top, #e29f1d, #FDE08D, #DF9F28) !important;*/
}

.service-block .inner-box:hover .transparent-block {
    background:#00000082;
}

.service-block .inner-box .bottom-curve {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 100px;
    height: 80%;
    background: #ffd783;
    opacity: 0.20;
    z-index: 0;
    transform: skewX(0deg) scaleX(0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service-block .inner-box:hover .bottom-curve {
    transform: skewX(-35deg) scaleX(1);
}

.service-block .inner-box .count {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    opacity: 0.07;
    margin-bottom: 40px;
}

.service-block .inner-box .icon-box {
    position: absolute;
    right: 45px;
    top: 50px;
    color: var(--thm-base);
    font-size: 64px;
    line-height: 1em;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service-block .inner-box:hover .icon-box {
    color: var(--thm-black);
}

.service-block .inner-box h6 {
    position: relative;
    margin: 0;
    margin-top: 90px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1em;
}

.service-block .inner-box h6 a {
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /*font-size: 30px;*/
    font-size: 20px;
    position:relative;
}

.services-section .row .service-block .inner-box:hover:before,
.service-block .inner-box:hover .count,
.service-block .inner-box:hover h6,
.service-block .inner-box:hover h6 a {
    color: #ffffff;
}

.service-block .inner-box h6 a:hover {
    text-decoration: underline;
}


/***

====================================================================
13.	About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 120px 0px 90px;
    background: #ffffff;
}

.about-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -410px;
    width: 50%;
    height: 100%;
    background: #f4f5f8;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 30px;
}

.about-section .image-column .inner {
    position: relative;
    display: block;
}

.about-section .image-column .inner:before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 280px;
    background: var(--thm-base);
    border-radius: 8px;
}

.about-section .image-column .image-block {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.about-section .image-column .image-block img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.about-section .image-column .image-block:nth-child(1) {
    margin-left: 110px;
}

.about-section .image-column .image-block:nth-child(2) {
    margin-right: 140px;
    margin-top: -170px;
}

.about-section .text-column {
    position: relative;
    margin-bottom: 30px;
}

.about-section .text-column .inner {
    position: relative;
    display: block;
    padding-left: 60px;
}

.about-section .text-column .sec-title {
    margin-bottom: 35px;
}

.about-section .text-column .sec-title .lower-text {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    color: var(--thm-base);
}

.about-section .text-column .text {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7em;
    letter-spacing: 0.02em;
}

.about-section .text-column .text p {
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}

.about-section .text-column .text ul {
    position: relative;
    float: left;
}

.about-section .text-column .text ul li {
    position: relative;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    padding-left: 35px;
}

.about-section .text-column .text ul li:before {
    content: "\f107";
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
}

.about-section .text-column .text .since {
    position: relative;
    float: left;
    margin-left: 82px;
    margin-top: 10px;
}

.about-section .text-column .text .since:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    width: 80px;
    height: 80px;
    background: #e8e9e9;
    border-radius: 50%;
}

.about-section .text-column .text .since:after {
    content: '';
    position: absolute;
    left: -42px;
    top: 0px;
    bottom: 0px;
    border-left: 2px solid var(--thm-base);
}

.about-section .text-column .text .since .txt {
    position: relative;
    display: block;
    padding: 21px 5px;
    width: 90px;
    height: 90px;
    line-height: 24px;
    text-align: center;
    background: var(--thm-black);
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 50%;
}

.about-section .text-column .link-box {
    padding-top: 30px;
}


/***

====================================================================
14.	Live Section
====================================================================

***/

.live-section {
    position: relative;
    padding: 120px 0px 0px;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.live-section .main-image-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: -120px;
    z-index: 1;
}

.live-section .main-image-box .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.live-section .main-image-box .inner {
    position: relative;
    padding: 20px 0px;
}

.live-section .main-image-box .round-box {
    position: relative;
    display: block;
    float: right;
    right: -25px;
    width: 490px;
    height: 490px;
    border-radius: 50%;
}

.live-section .main-image-box .round-box:before {
    content: '';
    position: absolute;
    left: -65px;
    top: -45px;
    width: 490px;
    height: 490px;
    background: var(--thm-black);
    opacity: 0.20;
    border-radius: 50%;
}

.live-section .main-image-box .round-inner {
    position: relative;
    display: block;
    width: 490px;
    height: 490px;
    padding: 190px 80px 50px 70px;
    background: var(--thm-base);
    border-radius: 50%;
}

.live-section .main-image-box .vid-link {
    position: absolute;
    left: 55px;
    top: 25px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.live-section .main-image-box .vid-link .icon {
    position: relative;
    display: block;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: var(--thm-black);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.live-section .main-image-box .vid-link a:hover .icon {
    background: #ffffff;
    color: var(--thm-base);
}

.live-section .main-image-box .vid-link .icon:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    border-radius: 50%;
}

.live-section .main-image-box .vid-link .ripple,
.live-section .main-image-box .vid-link .ripple:before,
.live-section .main-image-box .vid-link .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.live-section .main-image-box .vid-link .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.live-section .main-image-box .vid-link .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.live-section .main-image-box .title {
    position: relative;
}

.live-section .main-image-box .title h3 {
    text-transform: uppercase;
    line-height: 1em;
}

.live-section .main-image-box .more-link {
    position: relative;
    text-align: right;
}

.live-section .main-image-box .more-link a {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    vertical-align: top;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: 1.25em;
}

.live-section .main-image-box .more-link a:hover {
    color: rgba(0, 0, 0, 0.30);
}

.live-section .main-image-box .more-link a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-black);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.live-section .main-image-box .more-link a:hover:before {
    border-color: rgba(0, 0, 0, 0.30);
    transform: scaleX(0.5);
}


/***

====================================================================
15.	We DO Section
====================================================================

***/

.we-do-section {
    position: relative;
    padding: 90px 0px 90px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}

.we-do-section .sec-title {
    margin-bottom: 40px;
}

.we-do-section .featured-block {
    position: relative;
    display: block;
    padding-left: 230px;
    min-height: 117px;
    margin-bottom: 40px;
}

.we-do-section .featured-block .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
}

.we-do-section .featured-block .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.we-do-section .featured-block .text {
    position: relative;
    top: -5px;
    display: block;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}

.we-do-section .left-col {
    position: relative;
    margin-bottom: 30px;
}

.we-do-section .left-col .inner {
    position: relative;
    display: block;
    padding-right: 70px;
}

.we-do-section .right-col {
    position: relative;
    margin-bottom: 30px;
}

.we-do-section .right-col .inner {
    position: relative;
    display: block;
}

.we-do-section .progress-box {
    position: relative;
    display: block;
    width: 100%;
}

.we-do-section .progress-box .bar-title {
    position: relative;
    font-size: 20px;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.we-do-section .progress-box .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background: #ffffff;
    border-radius: 4px;
}

.we-do-section .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    background: var(--thm-base);
    border-radius: 4px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.we-do-section .progress-box .count-box {
    position: absolute;
    right: 0px;
    margin-right: -40px;
    bottom: 18px;
    width: 40px;
    height: 22px;
    background: var(--thm-black);
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.we-do-section .progress-box .counted .count-box {
    opacity: 1;
}

.we-do-section .progress-box .count-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: 5px solid var(--thm-black);
    border-left: 5px solid var(--thm-black);
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    background: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 16px;
    -webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
}

.accordion-box .block.active-block {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 20px 40px;
    padding-right: 60px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .count {
    color: var(--thm-base);
    padding-right: 3px;
}

.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 20px;
    height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: var(--thm-base);
    line-height: 30px;
    content: "\f116";
    font-family: "Flaticon";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background-color: #ffffff;
}

.accordion-box .block .acc-btn.active:before {
    color: var(--thm-black);
    content: "\f104";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 40px 30px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
    line-height: 1.7em;
    letter-spacing: 0.1em;
}


/***

====================================================================
16.		Gallery Section
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 120px 0 90px;
}

.gallery-section .upper-row {
    position: relative;
}

.gallery-section .upper-row .sec-title {
    position: relative;
    float: left;
}

.gallery-section .upper-row .filters {
    position: relative;
    float: right;
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.gallery-section .more-box {
    position: relative;
    display: block;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 10px;
}

.link-btn-products {
    margin-bottom: 10px;
    margin-left: 30px;
    font-size: 24px;
}


/*=== Mixitup Gallery ===*/

.mixitup-gallery .filters {
    position: relative;
    margin-bottom: 40px;
}

.mixitup-gallery .filters .filter-tabs {
    position: relative;
    display: block;
}

.mixitup-gallery .filters li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 40px;
    padding: 0px 0px;
    cursor: pointer;
    color: var(--thm-text);
    font-weight: 300;
    margin: 0 0px 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mixitup-gallery .filters li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mixitup-gallery .filters.centered li {
    margin: 0px 15px 10px;
}

.mixitup-gallery .filters li sup {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mixitup-gallery .filters .filter.active {
    color: var(--thm-black);
    font-weight: 400;
    padding-right: 20px;
}

.mixitup-gallery .filters .filter.active sup {
    opacity: 1;
    visibility: visible;
}

.mixitup-gallery .filters li.active:before {
    transform: scaleX(1);
}

.mixitup-gallery .gallery-item-two {
    display: none;
}

.mix {
    display: none;
}

.gallery-item {
    position: relative;
    margin-bottom: 30px;
}

.gallery-item .inner-box {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #040404;
}

.gallery-item .inner-box .image {
    height: 200px;
    position: relative;
    padding: 10px 0;
    border-radius: 7px;     
    background-color: var(--thm-white);
}

.gallery-item .inner-box .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* -webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%); */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 7px;
}

.gallery-item .inner-box:hover .image img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.gallery-item .cap-box {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-item .inner-box:hover .cap-box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.gallery-item .cap-box .cap-inner {
    position: relative;
    display: block;
    padding: 25px 35px;
    background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    background: linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    border-radius: 7px;
}

.gallery-item .cap-box .cap-seller-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
}

.gallery-item .cap-box .cap-seller-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.gallery-item a.overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.gallery-item .cap-box .cat {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #231f20;
}

.gallery-item .cap-box .cat span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 48px;
    color: #231f20;
    line-height: 1em;
}

.gallery-item .cap-box .cat span:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 38px;
    border-bottom: 2px solid var(--thm-base);
}

.gallery-item .cap-box .title {
    position: relative;
    display: block;
}

.gallery-item .cap-box h5 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0;
}

.gallery-item .cap-box h5 a {
    color: #231f20;
}

.gallery-item .cap-box h5 a:hover {
    text-decoration: underline;
}


/***

====================================================================
17.	Fun Facts Section
====================================================================

***/

.facts-section {
    position: relative;
    /* padding: 0px 0px 290px; */
    background: #df9f28 url(../images/icons/waves_white-15.png) center;
    color: #ffffff;
    z-index: 2;
}

.facts-section.alternate {
    background: var(--thm-black);
    padding-bottom: 50px;
}

.facts-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.30;
}

.facts-section.alternate .image-layer {
    display: none;
}

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    text-align: center;
        border-left: 1px solid rgba(255, 255, 255, 0.15);;
    /* margin-bottom: 70px; */
}

.fact-counter .column:last-child{
        border-right: 1px solid rgba(255, 255, 255, 0.15);;
}

.fact-counter .column .inner {
    position: relative;
    /* padding: 120px 0px 0px; */
    padding: 120px 0px 120px;
}
.text-black{
    color:#000000;
}
.fact-counter .column .inner:before {
    position: absolute;
    content: '';
    left: -15px;
    right: -15px;
    top: 0;
    min-width: 100%;
    border-top: 4px solid var(--thm-base);
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fact-counter .column:hover .inner:before {
    transform: scaleX(1);
}

.fact-counter .column .inner:after {
    position: absolute;
    content: '';
    right: -15px;
    top: 0;
    bottom: 7px;
    /*border-right: 1px solid rgba(255, 255, 255, 0.15);*/
}

.fact-counter .column:last-child .inner:after {
    display: none;
}

.fact-counter .column .inner .content {
    position: relative;
    text-align: center;
}

.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 400;
    font-size: 80px;
    line-height: 1em;
    letter-spacing: 0px;
    display: block;
    color: #df9f28;
    font-size:50px;
}

.fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #df9f28;
    letter-spacing: 1px;
    text-transform: uppercase;
     font-family: 'SF UI Display Medium';
}


/***

====================================================================
18.	We DO Section
====================================================================

***/

.trusted-section {
    position: relative;
    padding: 0px 0px 70px;
    background: none;
    z-index: 2;
}

.trusted-section .outer-container {
    position: relative;
    margin-top: -240px;
}

.trusted-section .row {
    margin: 0 -4px;
}

.trusted-section .left-col {
    position: relative;
    padding: 0 4px;
    margin-bottom: 30px;
}

.trusted-section .left-col .inner {
    position: relative;
    display: block;
}

.trusted-section .col-header {
    position: relative;
    text-align: center;
}

.trusted-section .col-header .header-inner {
    position: relative;
    padding: 75px 50px 20px;
    min-height: 240px;
    background: var(--thm-base);
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: var(--thm-black);
    border-radius: 7px 7px 0px 0px;
}

.trusted-section .col-header .header-inner:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -39px;
    width: 50px;
    height: 40px;
    background: url(../images/icons/curve-down-left.png) left top no-repeat;
}

.trusted-section .features {
    position: relative;
}

.trusted-section .feature {
    position: relative;
    display: block;
    padding: 55px 0px;
    padding-left: 90px;
    min-height: 170px;
    border-bottom: 1px solid #e9ebee;
}

.trusted-section .feature .count {
    position: absolute;
    left: 0;
    top: 55px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #ffeed1;
    padding: 10px;
    line-height: 40px;
    font-size: 30px;
    letter-spacing: 1px;
    color: var(--thm-base);
    text-transform: uppercase;
    border-radius: 50%;
    transition: all 500ms ease;
}

.trusted-section .feature:hover .count {
    background-color: var(--thm-black);
    color: #fff;
}

.trusted-section .feature h5 {
    font-weight: 400;
    margin: 0;
    line-height: 1.15em;
    color: var(--thm-black);
    margin-bottom: 10px;
}

.trusted-section .feature .sub-text {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .1em;
    color: var(--thm-text);
    text-transform: uppercase;
    line-height: 1.25em;
}

.trusted-section .right-col {
    position: relative;
    padding: 0px 4px;
    margin-bottom: 30px;
    z-index: 3;
}

.trusted-section .right-col .inner {
    position: relative;
    display: block;
    min-height: 260px;
    padding: 115px 0px 0px 110px;
    background: #ffffff;
    border-radius: 7px 0px 0px 0px;
}

.trusted-section .right-col .inner:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -1px;
    width: 2000px;
    height: 100%;
    background: #ffffff;
}

.trusted-section .featured-block-two {
    position: relative;
    display: block;
    padding-left: 280px;
    min-height: 170px;
}

.trusted-section .featured-block-two .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
}

.trusted-section .featured-block-two .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.trusted-section .featured-block-two .text {
    position: relative;
    top: -5px;
    display: block;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

.trusted-section .featured-block-two .text ul {
    position: relative;
}

.trusted-section .featured-block-two .text ul li {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 12px;
    padding-left: 30px;
    font-weight: 300;
}

.trusted-section .featured-block-two .text ul li:before {
    content: "\f107";
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
    font-size: 18px;
}


/***

====================================================================
19.	Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 50px 0px 40px;
    background: none;
    z-index: 2;
}

.team-section.no-padd-top {
    padding-top: 0;
}

.team-section .carousel-box {
    position: relative;
    margin: 0 -5px;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
    display: block;
}

.team-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 250px;
    flex: 0 0 35%;
    max-width: 35%;
}

.team-block .image-box img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 7px;
    filter: none;
}

.team-block .image-box a img {
    min-height: 250px;
    object-fit: cover;
}

.team-block .inner-box:hover .image-box img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.team-block .image-box .social-links {
    position: absolute;
    left: 10px;
    bottom: auto;
    width: auto;
    padding: 0px 5px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: none;
    opacity: 1;
    top: 15px;
}

.team-block .inner-box:hover .social-links {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.team-block .image-box .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

.team-block .image-box .social-links li a {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background: #ffffff;
    color: var(--thm-black);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .image-box .social-links li a span {
    vertical-align: middle;
    line-height: 44px;
}

.team-block .image-box .social-links li a:hover {
    background: var(--thm-base);
}

.team-block .lower-box {
    position: relative;
    display: block;
    padding: 10px 0px 0;
}

.team-block .lower-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-weight: 400;
    color: var(--thm-text);
    padding-top: 5px;
}

.team-block .lower-box h5 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.05em;
    font-weight: 400;
    margin: 0;
}
.team-block .lower-box p{
    margin: 0;
}
.team-block .lower-box h5 a {
    color: var(--thm-white);
}

.team-block .lower-box h5 a:hover {
    text-decoration: underline;
}

.team-section .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    display: none;
}

.team-section .owl-theme .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.team-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

.team-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #d3d3d4;
    border: 2px solid #d3d3d4;
    border-radius: 50%;
}

.team-section .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    border-color: var(--thm-base);
}


/***

====================================================================
20.	Parallax Section
====================================================================

***/

.parallax-section {
    position: relative;
    padding: 120px 0px;
    background: #1c1e22;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}

.parallax-section .image-layer {
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.30;
}

.parallax-section .content-box {
    position: relative;
    max-width: 870px;
    margin: 0 auto;
}

.parallax-section .content-box .icon-box {
    position: relative;
    display: block;
    width: 114px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    color: var(--thm-black);
    font-size: 54px;
    border-radius: 50%;
    margin: 0 auto 50px;
}

.parallax-section .content-box .icon-box:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 0;
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    opacity: 0.30;
    border-radius: 50%;
}

.parallax-section .content-box .icon-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--thm-base);
    z-index: 1;
    border-radius: 50%;
}

.parallax-section .content-box .icon-box span {
    position: relative;
    z-index: 2;
}

.parallax-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 1em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
}

.parallax-section .content-box h2 span {
    color: var(--thm-base);
}


/***

====================================================================
21.	Sponsors Section
====================================================================

***/

.sponsors-section {
    position: relative;
    padding: 100px 0px;
    background: #ffffff;
}

.sponsors-outer {
    position: relative;
}

.sponsors-outer .slide-item {
    display: block;
}

.sponsors-outer .image-box {
    position: relative;
    display: inline-block;
}

.sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.20;
}

.sponsors-outer .image-box img:hover {
    opacity: 1;
}

.sponsors-outer .owl-dots,
.sponsors-outer .owl-nav {
    position: relative;
    display: none;
}


/***

====================================================================
22.	Agency Section
====================================================================

***/

.agency-section {
    position: relative;
    padding: 120px 0px 80px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}

.agency-section .sec-title {
    margin-bottom: 40px;
}

.agency-section .featured-block {
    position: relative;
    display: block;
    padding-left: 230px;
    min-height: 117px;
    margin-bottom: 40px;
}

.agency-section .featured-block .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
}

.agency-section .featured-block .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.agency-section .featured-block .text {
    position: relative;
    top: -5px;
    display: block;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}

.agency-section .left-col {
    position: relative;
    margin-bottom: 30px;
}

.agency-section .left-col .inner {
    position: relative;
    display: block;
    padding-right: 50px;
}

.agency-section .right-col {
    position: relative;
    margin-bottom: 30px;
}

.agency-section .right-col .inner {
    position: relative;
    display: block;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab-buttons {
    position: relative;
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.tabs-box .tabs-content {
    position: relative;
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none;
}

.tabs-box .tabs-content .active-tab {
    display: block;
}

.vendor-tabs.default-tabs .tab-buttons .tab-btn{
    display: block;
    width: 100%;
}
.default-tabs .tab-buttons .tab-btn {
    position: relative;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
    color: var(--thm-white);
    text-align: center;
    padding: 14px 10px 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-right: 10px;
    letter-spacing: 0.07em;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #040404;
}

.default-tabs .tab-buttons .tab-btn span {
    position: relative;
    display: block;
}

.default-tabs .tab-buttons .tab-btn:last-child {
    margin-right: 0;
}

.default-tabs .tab-buttons .tab-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: var(--thm-base);
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.default-tabs .tab-buttons .tab-btn.active-btn:before {
    height: 100%;
}

.default-tabs .tab-buttons .tab-btn:hover,
.default-tabs .tab-buttons .tab-btn.active-btn:hover {
    color: var(--thm-white);
}
.vendor-tabs.default-tabs .tabs-content{
    padding-top: 0;
}
.default-tabs .tabs-content {
    position: relative;
    padding-top: 40px;
}

.default-tabs .tabs-content .content {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.default-tabs .tabs-content .active-tab .content {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.default-tabs .tabs-content .text {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    color: var(--thm-text);
    line-height: 1.7em;
    letter-spacing: 2px;
}

.agency-section .right-col .text {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    color: var(--thm-text);
    line-height: 1.7em;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.agency-section .featured-block-two {
    position: relative;
    display: block;
    padding-left: 268px;
    min-height: 248px;
    padding-top: 20px;
}

.agency-section .featured-block-two .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 242px;
    border-radius: 50%;
}

.agency-section .featured-block-two .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 50%;
}

.agency-section .featured-block-two .text {
    position: relative;
    top: -5px;
    display: block;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

.agency-section .featured-block-two .text ul {
    position: relative;
}

.agency-section .featured-block-two .text ul li {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 12px;
    padding-left: 30px;
    font-weight: 300;
    color: var(--thm-text);
}

.agency-section .featured-block-two .text ul li:before {
    content: "\f107";
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
    font-size: 18px;
}


/***

====================================================================
23.	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 120px 0px 90px;
}

.news-section.alt-bg {
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}

.news-section .more-box {
    position: relative;
    display: block;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 10px;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.news-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block .image-box img {
    display: block;
    width: 100%;
    /* -webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%); */
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 7px;
}

.news-block .inner-box:hover .image-box img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.news-block .lower-box {
    position: relative;
    padding: 0px 20px 0px;
}

.news-block .post-meta {
    position: relative;
    top: -27px;
    margin: 0 10px -3px;
}

.news-block .post-meta ul {
    position: relative;
    display: block;
    padding: 10px 5px 0px;
    background: #040404;
    border-radius: 7px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.news-block .post-meta ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.news-block .post-meta ul li .far,
.news-block .post-meta ul li .fa {
    position: relative;
    color: var(--thm-base);
    font-size: 14px;
    padding-right: 3px;
    vertical-align: middle;
}

.news-block .lower-box h5 {
    text-transform: uppercase;
    font-size: 34px;
    color: var(--thm-white);
    margin-bottom: 35px;
}

.news-block .lower-box h5 a {
    color: var(--thm-white);
    transition: 500ms;
}

.news-block .lower-box h5 a:hover {
    color: var(--thm-base);
    text-decoration: underline;
}

.news-block .lower-box .text {
    position: relative;
    top: -5px;
    color: var(--thm-text);
    display: block;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

.news-block .lower-box .link-box {
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-block .lower-box .link-box a {
    position: relative;
    /* display: inline-block; */
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: #040404;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-block .lower-box .link-box a span {
    font-weight: 700;
    vertical-align: middle;
}

.news-block .lower-box .link-box a:hover {
    background: var(--thm-base);
    color: var(--thm-black);
}

.news-block-two {
    position: relative;
    margin-bottom: 40px;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
}

.news-block-two .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-two .image-box img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 7px;
}

.news-block-two .inner-box:hover .image-box img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.news-block-two .lower-box {
    position: relative;
    padding: 30px 0px 0px;
}

.news-block-two .post-meta {
    position: relative;
    display: block;
}

.news-block-two .post-meta ul {
    position: relative;
    display: block;
}

.news-block-two .post-meta ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 5px 0px;
    font-size: 16px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.news-block-two .post-meta ul li .far,
.news-block-two .post-meta ul li .fa {
    position: relative;
    top: -2px;
    color: var(--thm-base);
    font-size: 14px;
    padding-right: 3px;
    vertical-align: middle;
}

.news-block-two .lower-box h4 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.1em;
    color: var(--thm-black);
    margin-bottom: 30px;
}

.news-block-two .lower-box h4 a {
    color: var(--thm-black);
}

.news-block-two .lower-box h4 a:hover {
    color: var(--thm-base);
    text-decoration: underline;
}

.news-block-two .lower-box .text {
    position: relative;
    top: -5px;
    display: block;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}

.news-block-two .lower-box .link-box {
    position: relative;
    margin-top: 20px;
}

.news-block-two .lower-box .link-box a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--thm-black);
    letter-spacing: 1px;
}

.news-block-two .lower-box .link-box a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
}

.news-block-two .lower-box .link-box a:hover {
    color: var(--thm-base);
}

.news-block-two .lower-box .link-box a:hover:before {
    border-color: var(--thm-black);
}

.news-block-two .image-box .vid-link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    font-size: 24px;
    color: var(--thm-black);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 3;
}

.news-block-two .image-box .vid-link .icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: var(--thm-black);
    background: var(--thm-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-two .image-box .vid-link:hover .icon {
    background: var(--thm-black);
    color: var(--thm-base);
}

.news-block-three {
    position: relative;
    margin-bottom: 30px;
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    padding: 50px 50px 40px;
    background: #f4f5f8;
    border-radius: 7px;
}

.news-block-three .quote-icon {
    position: relative;
    display: block;
    top: 30px;
    font-weight: 400;
    font-size: 150px;
    line-height: 0.40em;
    color: var(--thm-base);
    margin-bottom: 10px;
}

.news-block-three .link-icon {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 40px;
    line-height: 1em;
    color: var(--thm-base);
    margin-bottom: 15px;
}

.news-block-three .inner-box h4 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.1em;
    color: var(--thm-black);
    font-weight: 400;
    margin-bottom: 0px;
}

.news-block-three .inner-box h4 a {
    color: var(--thm-black);
}

.news-block-three .inner-box:hover h4 a {
    color: var(--thm-base);
    text-decoration: underline;
}

.news-block-three .inner-box .text {
    position: relative;
    top: -5px;
    display: block;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin: 0;
}

.news-block-three .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sidebar-page-container .more-box {
    position: relative;
    padding-top: 20px;
}


/***

====================================================================
24.		Call Section
====================================================================

***/

.call-to-section {
    position: relative;
    padding: 0;
    z-index: 1;
}

.call-to-section .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    max-width: 100%;
    height: 100%;
    background: url(../images/icons/call-to-shape-1.png) right top no-repeat;
    z-index: 1;
}

.call-to-section .shape-2 {
    position: absolute;
    right: 170px;
    top: 0;
    width: 410px;
    height: 54px;
    background: url(../images/icons/call-to-shape-2.png) right top no-repeat;
    z-index: 0;
}

.call-to-section .inner {
    position: relative;
    display: block;
    padding: 45px 25px 25px;
    background: rgb(187, 25, 36);
    background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    background: linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    color: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    bottom: -60px;
    margin-top: -60px;
    margin-bottom: 25px;
}

.call-to-section h2 {
    position: relative;
    float: left;
    display: block;
    font-size: 45px;
    line-height: 0.85em;
    text-transform: uppercase;
    color: #231f20;
    font-weight: 500;
    margin: 0px 0px 25px;
    z-index: 3;
}

.call-to-section .link-box {
    position: relative;
    float: right;
    z-index: 3;
}

.call-to-section .link-box a{
   font-size: 50px;
   color: #000;
}

/*.call-to-section .link-box span{*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    text-align: center;*/
/*    font-size: 24px;*/
/*    color: #fff;*/
/*    background: #000;*/
/*    border-radius: 50%;*/
/*}*/

/*.call-to-section .link-box .theme-btn{*/
/*    font-size: 22px;*/
/*    font-weight: 400;*/
/*    text-transform: uppercase;*/
/*    color: #000;*/
/*    letter-spacing: 0.05em;*/
/*}*/


.blockHead:after {
	color: #000;
	border-left: 20px solid;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
	display: inline-block;
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
}

.blockHead {
	background-color: #000;
	padding: 10px 30px 10px;
	position: relative;
}

.blocktext {
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: bottom;
}


/***

====================================================================
25.	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    color: #999b9f;
    background: var(--thm-black) url(../images/background/footer-bg.png) center top no-repeat;
}

.main-footer .widgets-section {
    position: relative;
    padding: 70px 0px 70px;
}

.main-footer.normal-padding .widgets-section {
    padding: 120px 0px 70px;
}

.main-footer .column {
    position: relative;
    margin-bottom: 35px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .footer-logo {
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
}

.main-footer h6 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 26px;
    text-align:center;
}
.mr-40{
        margin-right: 40px;
}

.main-footer .logo-widget .logo img {
    width:120px;
}

.main-footer .logo-widget .text {
    position: relative;
    display: block;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
}

.main-footer .links-widget ul li {
    position: relative;
    margin-bottom: 3px;
}

.main-footer .links-widget ul li:last-child {
    margin: 0;
}

.main-footer .links-widget ul li a {
    position: relative;
    color: #999b9f;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0.07em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:hover:before {
    transform: scaleX(1);
}

.main-footer .links-widget ul li a:hover {
    color: #ffffff;
}

.main-footer .social-links {
    position: relative;
}

.main-footer .social-links li {
    position: relative;
    margin-bottom: 8px;
    display: block;
}

.main-footer .social-links li a {
    position: relative;
    display: inline-flex;
    color: #999b9f;
    font-size: 16px;
    
}

.main-footer .social-links li h5 {
    color: #999b9f;
    font-size: 14px;
    vertical-align: middle;
    margin: 0;
    padding: 13px;
    
}

.main-footer .social-links li a span {
    vertical-align: middle;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #1c1e22;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .social-links li a:hover, .main-footer .social-links li h5:hover {
    color: var(--thm-base);
}

.main-footer .info-widget ul li {
    position: relative;
    display: block;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.1em;
    /*padding-left: 30px;*/
    margin-bottom: 5px;
}

/*.main-footer .info-widget ul li.address {*/
/*    margin-bottom: 20px;*/
/*}*/

.main-footer .info-widget ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    font-size: 16px;
    color: var(--thm-base);
}

.main-footer .info-widget ul li:last-child {
    margin: 0;
}

.main-footer .info-widget ul li a {
    position: relative;
    color: #999b9f;
    line-height: 28px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .info-widget ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: var(--thm-base);
}

.main-footer .newsletter-widget .text {
    position: relative;
    display: block;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 25px 0 0;
}

.main-footer .newsletter-form {
    position: relative;
}

.main-footer .newsletter-form form {
    position: relative;
}

.main-footer .newsletter-form .form-group {
    position: relative;
    margin: 0;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="tel"],
.main-footer .newsletter-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 20px 60px 20px 25px;
    height: 70px;
    display: block;
    font-size: 18px;
    background: #1c1e22;
    font-weight: 300;
    letter-spacing: 0.07em;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #1c1e22;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .newsletter-form .form-group input[type="text"]:focus,
.main-footer .newsletter-form .form-group input[type="email"]:focus,
.main-footer .newsletter-form .form-group input[type="tel"]:focus {
    border-color: var(--thm-base);
}

.newsletter-form .form-group input::-webkit-input-placeholder {
    color: #999b9f;
}

.newsletter-form .form-group .theme-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 44px;
    height: 44px;
    background: #DF9F28;
    color: var(--thm-black);
    border-radius: 50%;
}

.newsletter-form .form-group .theme-btn span {
    vertical-align: middle;
    font-size: 14px;
}

.newsletter-form .form-group .theme-btn:hover {
    background: #ffffff;
    color: var(--thm-base);
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
}

.main-footer .footer-bottom .inner {
    position: relative;
    display: block;
    padding: 35px 0px;
    line-height: 30px;
    color: #999b9f;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 18px;
    letter-spacing: 0.1em;
}
@media(max-width: 480px) {
    .main-footer .footer-bottom .copyright {
        font-size: 10px;
    }
}

/***

====================================================================
26.	Services Section
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 120px 0px 0px;
    background: #ffffff;
}

.services-section-two .sec-title {
    margin-bottom: 30px;
}

.services-section-two .sec-title .column {
    margin-bottom: 20px;
}

.services-section-two .sec-title .lower-text {
    padding-top: 0;
    margin-top: 0;
}

.services-section-two .services {
    position: relative;
    z-index: 2;
    margin-bottom: -100px;
}

.service-block-two {
    position: relative;
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    padding: 50px 45px 40px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-two .inner-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover:before {
    background: var(--thm-black);
    bottom: -10px;
}

.service-block-two .inner-box .bottom-curve {
    position: absolute;
    right: -70px;
    bottom: -10px;
    width: 120px;
    height: 120px;
    background: #ffffff;
    opacity: 0.10;
    z-index: 0;
    transform: skewX(0deg) scaleX(0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover .bottom-curve {
    transform: skewX(-45deg) scaleX(1);
}

.service-block-two .inner-box .icon-box {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 64px;
    line-height: 1em;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover .icon-box {
    color: var(--thm-base);
}

.service-block-two .inner-box h5 {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--thm-black);
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1em;
    margin: 0;
}

.service-block-two .inner-box h5 a {
    color: var(--thm-black);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover h5,
.service-block-two .inner-box:hover h5 a {
    color: #ffffff;
}

.service-block-two .inner-box h5 a:hover {
    text-decoration: underline;
}

.service-block-two .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--thm-text);
    padding: 30px 0px 0px;
    z-index: 1;
}

.service-block-two .inner-box:hover .text {
    color: #999b9f;
}

.service-block-two .link-box {
    position: absolute;
    right: 3px;
    bottom: 8px;
    width: 30px;
    height: 30px;
    z-index: 1;
}

.service-block-two .link-box a {
    position: relative;
    line-height: 30px;
    font-size: 20px;
    color: #ffffff;
}


/***

====================================================================
27.	We DO Section
====================================================================

***/

.featured-section {
    position: relative;
    padding: 200px 0px 90px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}

.featured-section .sec-title {}

.featured-section .left-col {
    position: relative;
    margin-bottom: 30px;
}

.featured-section .left-col .inner {
    position: relative;
    display: block;
    padding-right: 30px;
}

.featured-section .left-col .image-box {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.featured-section .left-col .image-box:before {
    content: '';
    position: absolute;
    left: -90px;
    bottom: 0;
    width: 180px;
    height: 180px;
    background: var(--thm-base);
    z-index: 1;
    transform: skewX(45deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.featured-section .left-col .image-box img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 7px;
}

.featured-section .left-col .image-box:hover img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.featured-section .right-col {
    position: relative;
}

.featured-section .right-col .inner {
    position: relative;
    display: block;
}

.featured-section .features {
    position: relative;
}

.featured-section .feature {
    position: relative;
    margin-bottom: 30px;
}

.featured-section .feature .inner-box {
    position: relative;
    display: block;
    padding-left: 15px;
}

.featured-section .feature .inner-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    background: var(--thm-base);
    border-radius: 50%;
}

.featured-section .feature h6 {
    font-size: 24px;
    text-transform: uppercase;
    left: 1px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--thm-black);
}

.featured-section .feature .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--thm-text);
    padding: 10px 0px 0px;
}


/***

====================================================================
28.		Gallery Section
====================================================================

***/

.gallery-section-two {
    position: relative;
    padding: 120px 0 0px;
}

.gallery-section-two.alternate {
    position: relative;
    background: #ffffff url(../images/background/pattern-2.png) right top repeat;
    padding-bottom: 90px;
}

.gallery-section-two .sec-title {
    margin-bottom: 40px;
}

.project-tab {
    position: relative;
}

.project-tab .tabs-header {
    position: relative;
    text-align: center;
}

.project-tab .product-tab-btns {
    position: relative;
    margin-bottom: 50px;
}

.project-tab .product-tab-btns .p-tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 40px;
    padding: 0px 0px;
    cursor: pointer;
    color: var(--thm-text);
    font-weight: 300;
    margin: 0 20px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-tab .product-tab-btns .p-tab-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-tab .product-tab-btns .p-tab-btn sup {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-tab .product-tab-btns .p-tab-btn.active-btn sup {
    opacity: 1;
    visibility: visible;
}

.project-tab .product-tab-btns .p-tab-btn.active-btn:before {
    transform: scaleX(1);
}

.project-tab .product-tab-btns .p-tab-btn.active-btn {
    color: var(--thm-black);
    font-weight: 400;
    padding-right: 20px;
}

.project-tab .p-tabs-content {
    position: relative;
    display: block;
    margin: 0px -15px;
}

.project-tab .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.p-tab .gallery-item {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.p-tab.active-tab .gallery-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.project-tab .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    display: none;
}

.project-tab .owl-theme .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.project-tab .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

.project-tab .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #d3d3d4;
    border: 2px solid #d3d3d4;
    border-radius: 50%;
}

.project-tab .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    border-color: var(--thm-base);
}

.gallery-section-two.alternate .owl-theme .owl-dots {
    display: none;
}


/***

====================================================================
29.	Why Us Section
====================================================================

***/

.why-us-section {
    position: relative;
    padding: 110px 0px 80px;
    background: #ffffff;
}

.why-us-section .left-col {
    position: relative;
    margin-bottom: 40px;
}

.why-us-section .left-col .inner {
    position: relative;
    display: block;
}

.why-us-section .left-col .round-box {
    position: relative;
    display: block;
    border-radius: 50%;
}

.why-us-section .left-col .image-box {
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.why-us-section .left-col .image-box img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}

.why-us-section .left-col .image-box:hover img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.why-us-section .left-col .image-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icons/shape-1.png) left top no-repeat;
    z-index: 1;
}

.why-us-section .left-col .image-box:after {
    content: '';
    position: absolute;
    left: 50px;
    top: -70%;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
    opacity: 0.20;
    border-radius: 50%;
    z-index: 2;
}

.why-us-section .left-col .vid-link {
    position: absolute;
    right: 55px;
    bottom: 25px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 3;
}

.why-us-section .left-col .vid-link .icon {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: var(--thm-black);
    background: var(--thm-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.why-us-section .left-col .vid-link a:hover .icon {
    background: var(--thm-black);
    color: var(--thm-base);
}

.why-us-section .left-col .vid-link .icon:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    border-radius: 50%;
}

.why-us-section .left-col .vid-link .ripple,
.why-us-section .left-col .vid-link .ripple:before,
.why-us-section .left-col .vid-link .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 170, 23, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 170, 23, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 170, 23, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 170, 23, .6);
    box-shadow: 0 0 0 0 rgba(255, 170, 23, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.why-us-section .left-col .vid-link .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.why-us-section .left-col .vid-link .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.why-us-section .right-col {
    position: relative;
}

.why-us-section .right-col .inner {
    position: relative;
    display: block;
    padding-left: 50px;
}

.why-us-section .features {
    position: relative;
}

.why-us-section .feature {
    position: relative;
    margin-bottom: 40px;
}

.why-us-section .feature .inner-box {
    position: relative;
    display: block;
    padding-left: 90px;
}

.why-us-section .feature .inner-box:before {
    content: '\f131';
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: 0px;
    width: 60px;
    height: 60px;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    background: #ffeed1;
    border-radius: 50%;
    transition: all 500ms ease;
}

.why-us-section .feature:hover .inner-box:before {
    background-color: var(--thm-black);
    color: #fff;
}

.why-us-section .feature h6 {
    font-size: 24px;
    text-transform: uppercase;
    left: 1px;
    font-weight: 400;
    margin-bottom: 0;
}

.why-us-section .feature .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--thm-text);
    padding: 10px 0px 0px;
}


/***

====================================================================
30.	Testimonials Section
====================================================================

***/

.testimonials-section {
    position: relative;
    padding: 120px 0px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
    overflow: hidden;
}

.testimonials-page {
    padding-bottom: 90px;
}

.testimonials-section .sec-title {
    margin-bottom: 40px;
}

.testimonials-section .carousel-box {
    position: relative;
    margin: 0px 0px;
}

.testimonials-section .carousel-box .owl-stage-outer {
    overflow: visible;
}

.testi-block {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .testi-block {
    margin: 0;
}

.testi-block .inner {
    position: relative;
    display: block;
    padding: 60px 60px 50px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testi-block:hover .inner {
    background-color: var(--thm-base);
}

.testimonials-page .testi-block .inner {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.owl-theme .testi-block .inner {
    margin: 7px 0px;
}

.testi-block .icon {
    position: absolute;
    right: 50px;
    top: 60px;
    font-weight: 700;
    font-size: 100px;
    line-height: 1em;
    color: var(--thm-base);
    transition: all 500ms ease;
}

.testi-block:hover .icon {
    color: var(--thm-black);
}

.testi-block .info {
    position: relative;
    padding-left: 100px;
    padding-top: 16px;
    min-height: 70px;
    margin-bottom: 35px;
}

.testi-block .info .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.testi-block .info .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 7px;
    transition: all 500ms ease;
}

.testi-block:hover .info .image img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.testi-block .info .name {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--thm-black);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.testi-block .info .designation {
    display: block;
    font-size: 16px;
    color: var(--thm-base);
    line-height: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 500ms ease;
}

.testi-block:hover .info .designation {
    color: var(--thm-black);
}

.testi-block .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--thm-text);
    transition: all 500ms ease;
    padding: 0px 0px;
}

.testi-block:hover .text {
    color: var(--thm-black);
}

.testimonials-section .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    display: none;
}

.testimonials-section .owl-theme .owl-dots {
    position: absolute;
    top: -70px;
    width: 1170px;
    left: 50%;
    margin-left: -585px;
    text-align: right;
}

.testimonials-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 6px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #d3d3d4;
    border: 2px solid #d3d3d4;
    border-radius: 50%;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    border-color: var(--thm-base);
}


/***

====================================================================
31.	Parallax Section
====================================================================

***/

.features-section {
    position: relative;
    padding: 120px 0px;
    background: #1c1e22;
    color: #ffffff;
    z-index: 1;
}

.features-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.30;
    background-attachment: fixed;
}

.features-section .content-box {
    position: relative;
    max-width: 700px;
}

.features-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 1em;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.01em;
    font-weight: 400;
    margin-bottom: 45px;
}

.features-section .content-box h2 span {
    color: var(--thm-base);
    padding-left: 3px;
}

.features-section .feature-block {
    position: relative;
    float: left;
    margin-bottom: 45px;
}

.features-section .feature-block .inner {
    position: relative;
    display: block;
    padding-right: 80px;
    margin-right: 80px;
}

.features-section .feature-block .inner:before {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.features-section .feature-block:last-child .inner {
    padding-right: 0;
    margin-right: 0;
}

.features-section .feature-block:last-child .inner:before {
    display: none;
}

.features-section .feature-block .icon-box {
    position: relative;
    display: block;
    line-height: 1em;
    color: #ffffff;
    font-size: 60px;
    margin: 0 0 20px;
}

.features-section .feature-block h6 {
    font-size: 24px;
    line-height: 1.25em;
    margin: 0 0;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}


/***

====================================================================
32.	We DO Section
====================================================================

***/

.get-quote-section {
    position: relative;
    padding: 120px 0px 90px;
    border-bottom: 1px solid #e9ebee;
}

.get-quote-section .left-col {
    position: relative;
    margin-bottom: 30px;
}

.get-quote-section .left-col .inner {
    position: relative;
    display: block;
    padding-right: 70px;
}

.get-quote-section .featured-block {
    position: relative;
    display: block;
    padding-left: 320px;
    min-height: 186px;
    margin-bottom: 55px;
}

.get-quote-section .featured-block .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
}

.get-quote-section .featured-block .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.get-quote-section .featured-block h4 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.get-quote-section .featured-block .text {
    position: relative;
    display: block;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}

.get-quote-section .counter {
    position: relative;
    display: block;
    padding-top: 55px;
    border-top: 1px solid #e9ebee;
}

.get-quote-section .counter .counter-text {
    position: relative;
    float: left;
}

.get-quote-section .counter .counter-image {
    position: relative;
    float: right;
    padding-left: 55px;
}

.get-quote-section .counter .counter-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 100%;
    background: var(--thm-base);
    border-radius: 7px;
}

.get-quote-section .counter .counter-image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.get-quote-section .counter .count-box {
    position: relative;
    display: block;
    font-size: 60px;
    text-transform: uppercase;
    color: var(--thm-black);
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.02em;
}

.get-quote-section .counter .counter-title {
    position: relative;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--thm-text);
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0.05em;
}

.get-quote-section .right-col {
    position: relative;
    margin-bottom: 30px;
}

.get-quote-section .right-col .inner {
    position: relative;
    display: block;
}

.get-quote-section .form-box {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    padding: 50px 45px 40px;
    margin-top: -180px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.get-quote-section .form-box h4 {
    color: var(--thm-black);
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.get-quote-section .form-box h4 span {
    padding-left: 3px;
    color: var(--thm-base);
}

.get-quote-section .default-form .form-group {
    margin-bottom: 10px;
}

.get-quote-section .default-form .theme-btn {
    display: block;
    width: 100%;
}


/***

====================================================================
33.		Call Section
====================================================================

***/

.fluid-section {
    position: relative;
    padding: 0;
}

.fluid-section .row {
    margin: 0;
}

.fluid-section .column {
    padding: 0;
}

.fluid-section .column .inner {
    position: relative;
    display: block;
    text-align: center;
    min-height: 100%;
    padding: 120px 20px;
    background: #1c1e22;
}

.fluid-section .column:nth-child(2) .inner {
    background: var(--thm-base);
}

.fluid-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.10;
}

.fluid-section .content-box {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
}

.fluid-section h3 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    margin: 0px 0px;
    z-index: 3;
}

.fluid-section .column:nth-child(2) h3 {
    color: var(--thm-black);
}

.fluid-section .link-box {
    position: relative;
    padding-top: 25px;
    z-index: 3;
}


/***

====================================================================
34.		Call Section
====================================================================

***/

.call-to-section-two {
    position: relative;
    padding: 120px 0px 90px;
    background-color: #2a2c30;
    background-image: url(../images/icons/cta-bg-1-1.png);
    color: #ffffff;
    z-index: 1;
}

.call-to-section-two.alternate {
    background: #ffab19;
    background-image: url(../images/background/cta-2-bg-1-1.png);
}

.call-to-section-two .inner {
    position: relative;
    display: block;
}

.call-to-section-two h2 {
    position: relative;
    float: left;
    display: block;
    font-size: 70px;
    line-height: 0.85em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    margin: 0px 0px 25px;
    z-index: 1;
}

.call-to-section-two.alternate h2 {
    color: var(--thm-black);
}

.call-to-section-two .link-box {
    position: relative;
    float: right;
    padding-top: 25px;
    z-index: 1;
}


/***

====================================================================
35.	Services Section
====================================================================

***/

.services-section-three {
    position: relative;
    padding: 0px 0px 90px;
    background: #ffffff;
}

.services-section-three.padd-top {
    padding-top: 120px;
}

.services-section-three .services {
    position: relative;
}


/***

====================================================================
36.	Discover Section
====================================================================

***/

.discover-section {
    position: relative;
    padding: 120px 0px 90px;
    background: #231f20;
}

.discover-block {
    position: relative;
    margin-bottom: 30px;
}

.discover-block .inner-box {
    position: relative;
    display: block;
    padding-left: 30px;
}

.discover-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.discover-block .image-box img {
    display: block;
    width: 80px;
    margin: 0 120px;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 7px;
    filter: none;
}

.discover-block .image-box:hover img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.discover-block .cap-box {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 330px;
}

.discover-block .cap-inner {
    position: relative;
    display: block;
    padding:5px 77px 36px 40px;
    text-align:center;
    /*background: var(--thm-base);*/
    /*border-radius: 7px;*/
}

.discover-block .cap-inner h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    line-height: 1em;
    margin: 0;
}

.discover-block .cap-inner .more-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
}

.discover-block .cap-inner .more-link a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    background: var(--thm-black);
    color: #ffffff;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}

.discover-block .cap-inner .more-link a:hover {
    opacity: 0.50;
}


/***

====================================================================
37.	Parallax Section
====================================================================

***/

.features-section-two {
    position: relative;
    padding: 0px 0px;
    background: #ffffff;
}

.features-section-two .content-container {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
}

.features-section-two .content-container:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: -2000px;
    background: #ffffff url(../images/background/pattern-2.png) right top repeat;
    border-radius: 0px 7px 7px 0px;
}

.features-section-two .left-col {
    position: relative;
    margin-bottom: 30px;
}

.features-section-two .left-col .inner {
    position: relative;
    display: block;
    padding-right: 40px;
}

.features-section-two .sec-title {
    margin-bottom: 40px;
}

.features-section-two .features {
    position: relative;
}

.features-section-two .feature {
    position: relative;
    display: block;
    padding: 0px 0px 40px;
    margin-bottom: 47px;
    padding-left: 90px;
    min-height: 100px;
    border-bottom: 1px solid #e9ebee;
}

.features-section-two .feature:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.features-section-two .feature .count {
    position: absolute;
    left: 0;
    top: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: var(--thm-base);
    padding: 10px;
    line-height: 40px;
    font-size: 30px;
    letter-spacing: 1px;
    color: var(--thm-black);
    text-transform: uppercase;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    transition: .5s;
}

.features-section-two .feature:hover .count {
    background-color: var(--thm-black);
    color: #fff;
}

.features-section-two .feature .count span {
    line-height: 1em;
    position: relative;
    top: 2px;
}

.features-section-two .feature h5 {
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.features-section-two .feature .sub-text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
    line-height: 1.7em;
    letter-spacing: 0.1em;
}

.features-section-two .right-col {
    position: relative;
    margin-bottom: 30px;
}

.features-section-two .right-col .inner {
    position: relative;
    display: block;
}

.features-section-two .right-col .image-box {
    position: relative;
    display: block;
}

.features-section-two .right-col .image-box img {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 7px;
}

.features-section-two .right-col .image-box:hover img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.features-section-two .right-col .cap-box {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 350px;
}

.features-section-two .right-col .cap-inner {
    position: relative;
    display: block;
    padding: 40px 60px;
    background: var(--thm-base);
    border-radius: 7px;
}

.features-section-two .right-col .cap-inner h5 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--thm-black);
    line-height: 1em;
    margin: 0;
}


/***

====================================================================
38.		We Work Section
====================================================================

***/

.we-work-section {
    position: relative;
    padding: 120px 0 80px;
}

.work-tabs {
    position: relative;
}

.work-tabs .tab-buttons {
    position: relative;
    display: block;
    background: #f4f5f8;
    border-radius: 7px;
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
}

.work-tabs .tab-buttons .tab-btn {
    position: relative;
    float: left;
    width: 33.333%;
    line-height: 40px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: var(--thm-black);
    padding: 30px 15px;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.work-tabs .tab-buttons .tab-btn span {
    position: relative;
    display: block;
    z-index: 1;
}

.work-tabs .tab-buttons .tab-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0px;
    background: var(--thm-black);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.work-tabs .tab-buttons .tab-btn.active-btn:before {
    height: 100%;
}

.work-tabs .tab-buttons .tab-btn.active-btn {
    color: #ffffff;
}

.work-tabs .tabs-content {
    position: relative;
}

.work-tabs .image-col {
    position: relative;
    margin-bottom: 30px;
}

.work-tabs .image-col .inner {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-tabs .tabs-content .image {
    position: relative;
    display: block;
    border-radius: 7px;
}

.work-tabs .tabs-content .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.work-tabs .text-col {
    position: relative;
    margin-bottom: 30px;
}

.work-tabs .text-col .inner {
    position: relative;
    display: block;
    padding-left: 30px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-tabs .active-tab .text-col .inner,
.work-tabs .active-tab .image-col .inner {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.work-tabs .tabs-content .text {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7em;
    letter-spacing: 0.1em;
}

.work-tabs .tabs-content .text p {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7em;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.work-tabs .tabs-content .text ul {
    position: relative;
}

.work-tabs .tabs-content .text ul li {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 8px;
    padding-left: 30px;
    font-weight: 300;
}

.work-tabs .tabs-content .text ul li:before {
    content: "\f131";
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
    font-size: 18px;
}


/***

====================================================================
39.	Testimonials Section
====================================================================

***/

.testimonials-section-two {
    position: relative;
    padding: 20px 0px;
    background: #1c1e22;
    color: #ffffff;
    z-index: 1;
}

.testimonials-section-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.30;
}

.testimonials-section-two .carousel-box {
    position: relative;
    padding-right: 200px;
}

.testi-block-two {
    position: relative;
}

.testi-block-two .inner {
    position: relative;
    display: block;
}

.testi-block-two .icon {
    position: relative;
    top: 35px;
    display: block;
    font-weight: 400;
    font-size: 200px;
    line-height: 0.70em;
    color: var(--thm-base);
    margin-bottom: 0px;
}

.testi-block-two .info {
    position: relative;
    margin-top: 50px;
}

.testi-block-two .info .name {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--thm-base);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.testi-block-two .text {
    position: relative;
    display: block;
    /*font-size: 44px;*/
    font-size: 25px;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #ffffff;
    padding: 0px 0px;
}

.testimonials-section-two .owl-theme .owl-dots {
    display: none;
}

.testimonials-section-two .owl-theme .owl-nav {
    position: absolute;
    right: -170px;
    top: 50%;
    margin-top: -50px;
    height: 110px;
    text-align: right;
}

.testimonials-section-two .owl-theme .owl-nav .owl-next,
.testimonials-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #ffffff !important;
    color: var(--thm-black);
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    opacity: 0.20;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonials-section-two .owl-theme .owl-nav .owl-next {
    top: auto;
    bottom: 0;
}

.testimonials-section-two .owl-theme .owl-nav .owl-next span,
.testimonials-section-two .owl-theme .owl-nav .owl-prev span {
    vertical-align: middle;
}

.testimonials-section-two .owl-theme .owl-nav .owl-next:hover,
.testimonials-section-two .owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
}


/***

====================================================================
40.	We DO Section
====================================================================

***/

.about-section-two {
    position: relative;
    padding: 120px 0px 90px;
}

.about-section-two .left-col {
    position: relative;
}

.about-section-two .left-col .inner {
    position: relative;
    display: block;
    padding-right: 50px;
}

.about-section-two .counter {
    position: relative;
    display: block;
}

.about-section-two .right-col {
    position: relative;
    margin-bottom: 30px;
}

.about-section-two .right-col .inner {
    position: relative;
    display: block;
    padding-left: 30px;
}

.about-section-two .image-box {
    position: relative;
    display: block;
    margin-top: -240px;
    z-index: 5;
}

.about-section-two .image-box .image {
    position: relative;
    display: block;
}

.about-section-two .image-box .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.about-section-two .image-box .since {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.about-section-two .image-box .since:before {
    content: '';
    position: absolute;
    left: -42px;
    top: 4px;
    bottom: 4px;
    border-left: 2px solid var(--thm-base);
}

.about-section-two .image-box .since .txt {
    position: relative;
    display: block;
    padding: 21px 5px;
    width: 90px;
    height: 90px;
    line-height: 24px;
    text-align: center;
    background: #ffffff;
    text-transform: uppercase;
    color: var(--thm-black);
    border-radius: 50%;
}

.counter-block {
    position: relative;
    margin-bottom: 30px;
}

.counter-block .inner-box {
    position: relative;
    padding-left: 160px;
    min-height: 140px;
    padding-top: 42px;
}

.counter-block .graph-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    display: block;
    text-align: center;
}

.counter-block .graph-outer:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 3px solid #e9ebee;
    border-radius: 50%;
}

.counter-block .graph-outer canvas {
    position: relative;
}

.counter-block .graph-outer .count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 30px;
    color: var(--thm-black);
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: -30px;
}

.counter-block .graph-outer .count-box .sign {
    font-size: 20px;
}

.counter-block input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.counter-block h4 {
    position: relative;
    line-height: 1.1em;
    font-size: 24px;
    color: var(--thm-black);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0;
}


/***

====================================================================
41.	Get Quote
====================================================================

***/

.get-quote-two {
    position: relative;
    padding: 120px 0px 210px;
    background-color: var(--thm-black);
    background-image: url(../images/background/contact-bg-1-1.png);
    background-size: cover;
    color: #999b9f;
}

.get-quote-two .sec-title {
    margin-bottom: 35px;
}

.get-quote-two .sec-title h2 {
    color: #ffffff;
}

.get-quote-two .left-col {
    position: relative;
    margin-bottom: 30px;
}

.get-quote-two .left-col .inner {
    position: relative;
    display: block;
    max-width: 480px;
}

.get-quote-two .left-col .text {
    position: relative;
    display: block;
    color: #999b9f;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
}

.get-quote-two .info {
    position: relative;
    display: block;
}

.get-quote-two .form-box form .form-group input,
.get-quote-two .form-box form .form-group select,
.get-quote-two .form-box form .form-group textarea,
.get-quote-two .form-group .ui-selectmenu-button.ui-button {
    background-color: #ffffff;
    border-color: #ffffff;
}

.get-quote-two .info ul li {
    position: relative;
    display: block;
    font-weight: 300;
    line-height: 28px;
    min-height: 60px;
    letter-spacing: 0.1em;
    padding-left: 85px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.get-quote-two .info ul li strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.get-quote-two .info ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    padding: 15px 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: var(--thm-base);
    border-radius: 50%;
    font-size: 16px;
    color: var(--thm-black);
}

.get-quote-two .info ul li:last-child {
    margin: 0;
}

.get-quote-two .info ul li a {
    position: relative;
    color: #999b9f;
    line-height: 28px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.get-quote-two .info ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: var(--thm-base);
}

.get-quote-two .right-col {
    position: relative;
    margin-bottom: 10px;
}

.get-quote-two .right-col .inner {
    position: relative;
    display: block;
}

.get-quote-two .form-box {
    position: relative;
    display: block;
}

.get-quote-two .form-box form .row {
    margin: 0 -10px;
}

.get-quote-two .form-box form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}


/***

====================================================================
42.	Map Section
====================================================================

***/

.map-section {
    position: relative;
    padding: 0px 0px 120px;
}

.map-section .map-container {
    position: relative;
    display: block;
    width: 100%;
    margin-top: -120px;
    border-radius: 7px;
    overflow: hidden;
    z-index: 3;
}

.map-canvas,
.map-iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
}

.map-data {
    /*font-family: var(--thm-font);*/
    font-family: 'SF UI Display Medium';
    text-align: center;
    font-size: 20px;
    color: #222222;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.7em;
}

.map-data h6 {
    /*font-family: var(--thm-font);*/
    font-family: 'SF UI Display Medium';
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1em;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


/***

====================================================================
43.	Sponsors Section
====================================================================

***/

.sponsors-section-two {
    position: relative;
    padding: 120px 0px 90px;
    background: #231f20;
    border-top: 1px solid #161616;
}

.sponsors-section-two .title-col {
    position: relative;
    margin-bottom: 30px;
    padding-right: 70px;
}

.sponsors-section-two .title-col .sec-title h2 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.sponsors-section-two .sec-title {
    margin-bottom: 0;
}

.sponsors-section-two .logo-col {
    position: relative;
}

.sponsors-section-two .logo-block {
    position: relative;
    margin-bottom: 30px;
}

.sponsors-section-two .image-box img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    /* opacity: 0.20; */
}

.sponsors-section-two .image-box>a {
    display: block;
    height: 80px;
    width: 150px;
}

.sponsors-section-two .image-box img:hover {
    opacity: 1;
}


/***

====================================================================
44.		Page Banner
====================================================================

***/

.page-banner {
    position: relative;
    padding: 0;
    color: #ffffff;
    background: var(--thm-black);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.40;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: none;
}

.page-banner .shape-1 {
      display:none;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    max-width: 100%;
    height: 100%;
    background: url(../images/background/b-shape-1.png) right bottom no-repeat;
    z-index: 1;
}

.page-banner .shape-2 {
    display:none;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    max-width: 100%;
    height: 100%;
    background: url(../images/background/b-shape-2.png) right top no-repeat;
    z-index: 1;
}

.page-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 3;
}

.page-banner .inner-container {
    position: relative;
    padding: 240px 0px 50px;
}

.page-banner h1 {
    position: relative;
    font-size: 50px;
    color: #ffffff;
    line-height: 0.9em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.page-banner .page-nav {
    position: relative;
    padding-top: 5px;
    text-align: center;
}

.page-banner .bread-crumb {
    position: relative;
    display: inline-block;
}

.page-banner .bread-crumb li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #ccd6df;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
}

.page-banner .bread-crumb li:before {
    position: absolute;
    right: -15px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    content: "-";
}

.page-banner .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before {
    display: none;
}

.page-banner .bread-crumb li a {
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
    color: var(--thm-base);
}


/***

====================================================================
45.	Faqs Section
====================================================================

***/

.faqs-section {
    position: relative;
    padding: 120px 0px 100px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
    overflow: hidden;
}

.faqs-section .faq-block {
    position: relative;
    margin-bottom: 20px;
}


/***

====================================================================
46.	Get Quote
====================================================================

***/

.get-quote-three {
    position: relative;
    padding: 120px 0px 100px;
    background: #ffffff;
}

.get-quote-three .sec-title {
    margin-bottom: 40px;
}

.get-quote-three .form-box {
    position: relative;
    display: block;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
}

.get-quote-three .form-box form .row {
    margin: 0 -10px;
}

.get-quote-three .form-box form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}


/***

====================================================================
47.	Error Section
====================================================================

***/

.error-section {
    position: relative;
    background: #ffffff;
    padding: 120px 0px;
}

.error-section .content {
    position: relative;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.error-section .big-text {
    position: relative;
    line-height: 0.7em;
    font-size: 340px;
    color: var(--thm-base);
    font-weight: 400;
    letter-spacing: 15px;
    line-height: 1em;
}

.error-section .big-text .front {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.error-section .big-text .back {
    position: absolute;
    padding-left: 20px;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: rgba(255, 170, 23, 0.10);
}

.error-section h2 {
    font-weight: 400;
    color: var(--thm-black);
    line-height: 1em;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0.005em;
}

.error-section .text {
    position: relative;
    display: block;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

.error-section .link-box {
    position: relative;
    padding-top: 20px;
}

.error-section .link-box .theme-btn {
    position: relative;
    min-width: 200px;
}

.error-form {
    position: relative;
    max-width: 520px;
    margin: 50px auto 0;
}

.error-form form {
    position: relative;
}

.error-form .form-group {
    position: relative;
    margin: 0;
}

.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 20px 60px 20px 30px;
    height: 70px;
    display: block;
    font-size: 20px;
    background: #f4f5f8;
    font-weight: 300;
    letter-spacing: 0.07em;
    color: var(--thm-text);
    border-radius: 7px;
    border: 1px solid #f4f5f8;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
    border-color: var(--thm-base);
}

.error-form .form-group input::-webkit-input-placeholder {
    color: #575757;
}

.error-form .form-group .theme-btn {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: none;
    color: var(--thm-text);
}

.error-form .form-group .theme-btn span {
    vertical-align: middle;
}


/***

====================================================================
48.	Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 120px 0px 100px;
    background: #000;
}

.contact-section .sec-title h2{
    color: #fff !important;
}

.contact-section .map-box {
    position: relative;
    display: block;
    margin: 0 0 120px;
    border-radius: 7px;
    overflow: hidden;
}

.contact-section .form-box {
    position: relative;
    display: block;
    max-width: 770px;
    margin: 0 auto;
}

.contact-section .form-box form .row {
    margin: 0 -10px;
}

.contact-section .form-box form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.contact-section .upper-info {
    position: relative;
    margin-bottom: 90px;
}

.contact-section .info-block {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .info-block .inner-box {
    position: relative;
    display: block;
    height: 100%;
    min-height: 100%;
    padding: 45px 45px 40px;
    background: #000;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-section .info-block .inner-box:hover {
    background: var(--thm-black);
}

.contact-section .info-block .inner-box h5 {
    font-size: 24px;
    text-transform: uppercase;
    color: #d4af37;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1em;
    margin: 0;
}

.contact-section .info-block .inner-box h5 a {
    color: var(--thm-black);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/*.contact-section .info-block .inner-box:hover h5,*/
/*.contact-section .info-block .inner-box:hover h5 a {*/
/*    color: #ffffff;*/
/*}*/

.contact-section .info-block .inner-box .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--thm-text);
    padding: 30px 0px 0px;
    z-index: 1;
}

.contact-section .info-block .inner-box .text a {
    position: relative;
    color: var(--thm-text);
}

.contact-section .info-block .inner-box:hover .text,
.contact-section .info-block .inner-box:hover .text a {
    color: #999b9f;
}

.contact-section .info-block .inner-box:hover h5 a:hover,
.contact-section .info-block .inner-box:hover .text a:hover {
    text-decoration: underline;
    color: #ffffff;
}


/***

====================================================================
49.	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 120px 0px 90px;
}

.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}


/* Sidebar */

.sidebar-page-container .sidebar-side {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar {
    position: relative;
}

.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
    padding: 45px 45px;
    background: #f4f5f8;
    border-radius: 7px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title h4 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.1em;
    color: var(--thm-black);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-bottom: 0px;
}

.sidebar .services ul {
    position: relative;
}

.sidebar .services ul li {
    position: relative;
    line-height: 48px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--thm-text);
    font-weight: 300;
    margin-bottom: 5px;
}

.sidebar .services ul li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    bottom: 0;
    background: #ffffff;
    border-radius: 7px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .services ul li:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    border-left: 2px solid var(--thm-base);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .services ul li:last-child {
    margin-bottom: 0;
}

.sidebar .services ul li a {
    position: relative;
    display: block;
    line-height: 48px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--thm-text);
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
    color: var(--thm-black);
}

.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
    opacity: 1;
}

.sidebar .services ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    font-family: 'Flaticon';
    content: "\f15f";
    opacity: 1;
    font-size: 10px;
    line-height: 48px;
    font-weight: 700;
    z-index: 1;
}

.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

.sidebar .call-up .widget-inner {
    background: var(--thm-black);
    color: #999b9f;
}

.sidebar .call-up .sidebar-title h4 {
    color: #ffffff;
}

.sidebar .call-up .text {
    position: relative;
    display: block;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 20px;
    letter-spacing: 0.1em;
}

.sidebar .call-up .phone {
    position: relative;
    margin-top: 20px;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

.sidebar .call-up .phone .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--thm-base);
    font-size: 20px;
    padding-right: 15px;
}

.sidebar .call-up .phone a {
    position: relative;
    color: #ffffff;
}

.sidebar .call-up .phone a:hover {
    text-decoration: underline;
}

.sidebar .search-box .widget-inner {
    padding: 0;
    background: none;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 40px;
    padding: 19px 80px 19px 35px;
    background: var(--thm-base);
    color: var(--thm-black);
    display: block;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 100%;
    height: 80px;
    border: 1px solid var(--thm-base);
    border-radius: 7px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: var(--thm-black);
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 20px;
    top: 0px;
    height: 80px;
    width: 60px;
    line-height: 80px;
    display: block;
    font-size: 24px;
    color: #848484;
    background: none;
    font-weight: normal;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
    color: #181b1f;
}

.sidebar .recent-posts .post {
    position: relative;
    font-size: 20px;
    color: var(--thm-text);
    padding: 7px 0px 0px 85px;
    min-height: 62px;
    margin-bottom: 30px;
}

.sidebar .recent-posts .post:last-child {
    margin-bottom: 0px;
}

.sidebar .recent-posts .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
}

.sidebar .recent-posts .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    height: 100%;
    object-fit: cover;
    filter: none;
}

.sidebar .recent-posts .post:hover .post-thumb img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.sidebar .recent-posts .text {
    font-size: 20px;
    line-height: 1.3em;
    color: var(--thm-text);
    font-weight: 300;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0.07em;
    max-width: 170px;
}

.sidebar .recent-posts .text a {
    color: var(--thm-text);
}

.sidebar .recent-posts .text a:hover {
    color: var(--thm-black);
}

.sidebar .popular-tags .tags-list {
    padding-right: 20px;
}

.sidebar .popular-tags .tags-list li,
.sidebar .popular-tags .tags-list a {
    position: relative;
    color: var(--thm-text);
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.09em;
    line-height: 1.45em;
    word-spacing: 3px;
}

.sidebar .popular-tags .tags-list a {
    position: relative;
    display: inline-block;
    line-height: 1.45em;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: var(--thm-text);
    letter-spacing: 0.09em;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags .tags-list a:hover {
    color: var(--thm-black);
}

.sidebar .archives ul {
    position: relative;
}

.sidebar .archives ul li {
    position: relative;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--thm-text);
    font-weight: 300;
    margin-bottom: 15px;
}

.sidebar .archives ul li:last-child {
    margin-bottom: 0;
}

.sidebar .archives ul li a {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--thm-text);
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.sidebar .archives ul li:hover a,
.sidebar .archives ul li.active a {
    color: var(--thm-black);
    font-weight: 400;
}

.sidebar .archives ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    font-family: 'Flaticon';
    content: "\f15f";
    opacity: 1;
    font-size: 10px;
    line-height: 30px;
    font-weight: 700;
    z-index: 1;
}

.sidebar .recent-comments .comment {
    position: relative;
    font-size: 20px;
    color: var(--thm-text);
    padding: 0px 0px 0px 70px;
    min-height: 48px;
    margin-bottom: 30px;
}

.sidebar .recent-comments .comment:last-child {
    margin-bottom: 0px;
}

.sidebar .recent-comments .comment .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    background-color: var(--thm-black);
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .recent-comments .comment:hover .icon {
    background: var(--thm-base);
}

.sidebar .recent-comments .comment .text {
    font-size: 20px;
    line-height: 24px;
    color: var(--thm-text);
    font-weight: 300;
    letter-spacing: 0.07em;
    text-transform: capitalize;
    margin: 0;
}

.sidebar .recent-comments .comment .text a {
    color: var(--thm-text);
}

.sidebar .recent-comments .comment .text a:hover {
    color: var(--thm-black);
}


/* Post Details */

.post-details {
    position: relative;
    margin-bottom: 30px;
}

.post-details .inner-box {
    position: relative;
    display: block;
}

.post-details .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.post-details .image-box img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 7px;
    filter: none;
}

.post-details .inner-box:hover .image-box img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.post-details .lower-box {
    position: relative;
    padding: 30px 0px 0px;
}

.post-details .post-meta {
    position: relative;
    display: block;
}

.post-details .post-meta ul {
    position: relative;
    display: block;
}

.post-details .post-meta ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 5px 0px;
    font-size: 16px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.post-details .post-meta ul li .far,
.post-details .post-meta ul li .fa {
    position: relative;
    top: -2px;
    color: var(--thm-base);
    font-size: 14px;
    padding-right: 3px;
    vertical-align: middle;
}

.post-details .lower-box h4 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.1em;
    color: var(--thm-black);
    margin-bottom: 30px;
}

.post-details .lower-box h4 a {
    color: var(--thm-black);
}

.post-details .lower-box h4 a:hover {
    color: var(--thm-base);
    text-decoration: underline;
}

.post-details .lower-box .text {
    position: relative;
    display: block;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}

.post-details .lower-box .text p {
    position: relative;
    line-height: 1.6em;
    margin-bottom: 35px;
}

.post-details .info-row {
    position: relative;
    display: block;
    padding: 28px 0px 0px;
    border-top: 1px solid #e9ebee;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.post-details .info-row strong {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

.post-details .info-row a {
    color: var(--thm-text);
}

.post-details .info-row a:hover {
    text-decoration: underline;
}

.post-details .info-row .tags-info {
    position: relative;
    float: left;
}

.post-details .info-row .cat-info {
    position: relative;
    float: right;
}

.sidebar-page-container .post-control-two {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-page-container .post-control-two .control-col {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .post-control-two .control-inner {
    position: relative;
    display: block;
    padding: 55px 50px;
    background: #f4f5f8;
    height: 100%;
    min-height: 100%;
    border-radius: 7px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.sidebar-page-container .post-control-two .control-inner:hover {
    background: var(--thm-base);
}

.sidebar-page-container .post-control-two .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sidebar-page-container .post-control-two .control-inner h4 {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.1em;
    color: var(--thm-black);
    margin-bottom: 0px;
}

.sidebar-page-container .post-control-two .control-inner h4 a {
    color: var(--thm-black);
}


/***

====================================================================
50.		Comment Area
====================================================================

 ***/

.comments-title {
    position: relative;
    margin-bottom: 40px;
}

.comments-title h3 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--thm-black);
    margin: 0;
}

.comments-area {
    position: relative;
    margin-bottom: 70px;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e9ebee;
}

.comments-area .comment {
    position: relative;
    min-height: 90px;
    padding-left: 130px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: none;
}

.comments-area .comment-box .info {
    position: relative;
    margin-bottom: 25px;
    line-height: 24px;
}

.comments-area .comment-box .info .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-transform: uppercase;
}

.comments-area .comment-box .info .date {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-weight: 300;
    color: var(--thm-base);
}

.comments-area .comment-box .text {
    position: relative;
    display: block;
    color: #ffffff !important;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.comments-area .comment-box .reply-btn {
    position: relative;
    display: block;
}

.comments-area .comment-box .theme-btn .btn-title {
    padding: 6px 30px 4px;
    line-height: 30px;
    color: #DF9F28;
}


/***

====================================================================
51.		Leave Comments Form
====================================================================

 ***/

.leave-comments {
    position: relative;
}

.leave-comments form .row {
    margin: 0 -10px;
}

.leave-comments form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.leave-comments form .form-group:last-child {
    margin-bottom: 0;
}


/***

====================================================================
52.	Service Details
====================================================================

***/

.service-details {
    position: relative;
}

.service-details .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-details .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.service-details .image:hover img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.service-details .main-image {
    margin-bottom: 35px;
}

.service-details h3 {
    font-size: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 25px;
}

.service-details h4 {
    font-size: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.service-details .text-content {
    position: relative;
    display: block;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 20px;
    letter-spacing: 0.1em;
}

.service-details .text-content p {
    margin-bottom: 35px;
}

.service-details .text-content .last {
    margin-bottom: 0px;
}

.service-details .featured {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.service-details .featured .image-col {
    margin-bottom: 30px;
}

.service-details .text-content ul {
    margin-bottom: 20px;
}

.service-details .text-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.service-details .text-content ul li:before {
    content: "\f131";
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
    font-size: 18px;
}


/***

====================================================================
53.	Service Details
====================================================================

***/

.project-single {
    position: relative;
    padding: 120px 0px 80px;
}

.project-single .image-col {
    position: relative;
    margin-bottom: 10px;
}

.project-single .image-col .inner {
    position: relative;
    display: block;
}

.project-single .image-box {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px;
}

.project-single.style-two .image-box {
    margin-bottom: 35px;
}

.project-single .image-box img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.project-single .image-box:hover img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.project-single h5 {
    font-size: 30px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.project-single.style-two h5 {
    font-size: 36px;
}

.project-single .text-content {
    position: relative;
    display: block;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 20px;
    letter-spacing: 0.1em;
}

.project-single .text-content p {
    margin-bottom: 25px;
}

.project-single .text-content .last {
    margin-bottom: 0px;
}

.project-single .text-content .info {
    position: relative;
}

.project-single .text-content .info li {
    position: relative;
    line-height: 26px;
    margin-bottom: 30px;
}

.project-single .text-content .info li strong {
    font-size: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1em;
}

.post-control {
    position: relative;
}

.post-control .inner {
    position: relative;
    display: block;
    padding: 50px 0px;
    border-top: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
}

.post-control .control {
    position: relative;
    float: left;
    line-height: 30px;
    font-size: 24px;
    color: var(--thm-black);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 400;
}

.post-control .control.next {
    float: right;
}

.post-control .control a {
    display: block;
    line-height: 30px;
    font-size: 24px;
    color: var(--thm-black);
    font-weight: 400;
}

.post-control .control a:hover {
    color: var(--thm-base);
}

.post-control .control .fa {
    position: relative;
    vertical-align: top;
    line-height: 30px;
    font-size: 18px;
}


/*--------------------------------------------------------------
	Side Menu
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
}

.side-menu__block-overlay .cursor-follower {
    background-color: rgba(8, 39, 64, 0.3);
}

.side-menu__block-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 520px;
    height: 100%;
    overflow-y: auto;
    background-color: #eceeef;
    z-index: 999999;
    padding: 40px 0;
    padding-top: 20px;
}

@media(max-width: 575px) {
    .side-menu__block-inner {
        max-width: 480px;
    }
}

@media(max-width: 480px) {
    .side-menu__block-inner {
        max-width: 400px;
    }
}

@media(max-width: 375px) {
    .side-menu__block-inner {
        max-width: 300px;
    }
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%;
}

.side-menu__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 40px;
}

.mobile-nav__container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
}

.mobile-nav__container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav__container li.dropdown ul {
    display: none;
    padding: 10px 0px 0px;
    margin-bottom: 20px;
    padding-left: 0.5em;
}

.mobile-nav__container li.dropdown ul li {
    margin-bottom: 10px;
}

.mobile-nav__container li.dropdown {
    position: relative;
}

.mobile-nav__container li.dropdown>a {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    vertical-align: middle;
}

.mobile-nav__container li.dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 22px;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: transparent;
    color: #9ca3a9;
    font-size: 14px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mobile-nav__container li+li {
    margin-top: 10px;
}

.mobile-nav__container li a {
    text-transform: uppercase;
    color: #212121;
    /* color: #9ca3a9; */
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 300;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
}

.mobile-nav__container li a:hover {
    color: #d4af37;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
    color: #d4af37;
}

.side-menu__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.side-menu__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 57px;
    height: 57px;
    background-color: #fff;
    color: #9ca3a9;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side-menu__social a+a {
    margin-left: 10px;
}

.side-menu__social a:hover {
    background-color: #ffaa16;
    color: var(--thm-black);
}

.side-menu__content {
    padding-left: 100px;
    padding-right: 100px;
}

.side-menu__content p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #9ca3a9;
    letter-spacing: .05em;
}

.side-menu__content p+p {
    margin-top: 30px;
}

.side-menu__content p a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side-menu__content p a:hover {
    color: #ffaa16;
    text-decoration: underline;
}

.side-menu__sep {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #fff;
    margin-top: 70px;
    margin-bottom: 70px;
}

.side-menu__text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #9ca3a9;
    margin: 0;
    margin-bottom: 25px;
}

.side-menu__text a {
    font-size: 20px;
    color: #ff0143;
    line-height: 30px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side-menu__text a:hover {
    color: #ffa801;
}

.side-menu__block__copy {
    text-transform: uppercase;
    font-size: 16px;
    color: #9ca3a9;
    font-weight: 400;
    letter-spacing: .2em;
}

@media(max-width: 575px) {

    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .side-menu__sep {
        margin-top: 40px;
        margin-bottom: 40px;
        width: calc(100% - 100px);
    }
}

@media(max-width: 480px) {

    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .side-menu__sep {
        width: calc(100% - 50px);
    }

    .side-menu__social {
        margin-top: 40px;
    }

    .side-menu__social a {
        width: 45px;
        height: 45px;
    }
}

.download-app {
    padding: 45px 0;
    background: #df9f28 url(../images/icons/waves_white-15.png) center
}
.download-app h2{
    font-size: 50px;
}
.homepage-add-section {
    background: #df9f28 url(../images/icons/waves_white-15.png) center;
    padding: 90px 0;
}

.how-it-works {
    display: flex;
    align-items: center;
}

.how-it-works .label-20 {
    flex: 0 0 30%;
    max-width: 30%;
}

.how-it-works .img-60 {
    flex: 0 0 40%;
    max-width: 40%;
}

.how-it-works .img-60 .app-smart {
    height: 500px;
    width: 300px;
    margin: auto;
}

.how-it-works .img-60 .app-smart img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/pattern.png');
    background-size: 300px 300px;
    background-repeat: repeat;
}

.label-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    padding: 15px;
    margin: 20px 0;
    border-radius: 10px;
}


/* .label-item .icon-label{
  flex: 0 0 20%;
  max-width: 20%;
}
.label-item .descp-label{
    flex: 0 0 80%;
    max-width: 80%;
} */


/* .label-item .icon-label img{ */

.label-item .icon-label {
    height: 80px;
    width: 80px;
    object-fit: contain;
    margin-right: 10px;
    background: rgb(187, 25, 36);
    background: linear-gradient(90deg, rgba(187, 25, 36, 1) 0%, rgba(237, 108, 130, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.label-item .icon-label p {
    margin: 0;
    font-size: 35px;
    color: #ffffff;
}

.label-item .descp-label {
    font-size: 20px;
    line-height: 1.2em;
    text-align: right;
}

.reverse .label-item {
    flex-direction: row-reverse;
}

.reverse .label-item .descp-label {
    text-align: left;
}

.reverse .label-item .icon-label img {
    margin-right: 0;
    margin-left: 10px;
}


/*===============custom===============*/

section.services-section.all-category-area {
    background: #fff;
    padding: 50px 0 40px;
}

.team-block ul.social-links span {
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    overflow: hidden;
}

.team-block ul.social-links span img {
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}


/**===========side nav===========*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

span.nav-toggle {
    background: var(--thm-base);
    color: #222;
    height: 40px;
    width: 40px;
    display: none;
    text-align: center;
    line-height: 49px;
    font-size: 17px;
    border-radius: 5px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.side-filter h5,
.sidenav h5 {
    margin: 0 0 5px;
    background-color: var(--thm-base);
    padding: 0px 15px;
    border-radius: 2px;
    font-size: 17px;
    padding: 4px 15px;
}

.side-filter ul,
.sidenav ul {
    margin: 0 0 20px;
}
.search_results{
        position: absolute;
    top: 50px;
    z-index: 1;
    background: black;
}
.side-filter li a, .sidenav li a {
    display: block;
    border-bottom: solid #221e1f 1px;
    padding: 5px 15px;
    color: #fff;
}

.sidenav li a {
    color: #fff;
    font-size: 20px;
    border-color: #555;
}

.sidenav h5 {
    font-size: 20px;
}

.side-filter li:last-child a,
.sidenav li:last-child a {
    border-bottom: none;
}

.product-wrapper .gallery-item .cap-box .cap-inner {
    padding: 25px 15px;
}

.product-wrapper .gallery-item .cap-box {
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.product-wrapper .gallery-item {
    margin-bottom: 10px;
}

.side-filter section {
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
    background: #040404;
    padding-bottom: 3px;
}

.product-block .inner-box {
    position: relative;
    display: block;
}

.product-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    /*height: 547px;*/
    /*padding: 30px 15px;*/
}

.detail-block .social-links {
    position: absolute;
    left: 10px;
    bottom: auto;
    width: auto;
    padding: 0px 5px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: none;
    opacity: 1;
    top: 15px;
    z-index: 9;
}

.detail-block .inner-box {
    position: relative;
}

.image-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-slider.owl-carousel .owl-nav button.owl-prev,
.product-slider.owl-carousel .owl-nav button.owl-next,
.product-slider.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background-color: var(--thm-base);
    width: 40px;
    border: solid 2px;
    border-radius: 50px;
    color: #fff;
    font-size: 35px;
}

.inner-box-1 article {
    position: relative;
    border: solid #ddd 1px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--thm-white);
}

.product-slider .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 40%;
}

.related-slider .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 40%;
    display: none;
}

section.detail-section {
    padding: 50px 0 50px;
}

.store-logo span {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
}

.store-logo span img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
    background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    padding: 10px;
}

.detail-content {
    margin: 20px 0 0;
}

.product-title-area h3 {
    font-size: 45px;
    margin: 0;
    line-height: 35px;
    margin: 23px 0 0;
    position:relative;
}

.product-title-area h4 {
    color: #777;
    font-size: 35px;
    margin: 0 0 10px;
}

.detail-content p {
    margin: 0 0 5px;
    color: var(--thm-white);
}

.seller-logo-link span {
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
}

.seller-logo-link img {
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.seller-logo-link {
    background: linear-gradient(90deg, rgba(187, 25, 36, 1) 0%, rgba(237, 108, 130, 1) 100%);
    padding: 15px 15px;
    border-radius: 7px;
    display: flex;
    align-items: center;
}

.seller-name {
    color: #fff;
    font-size: 28px;
    margin: 0 0 0 15px;
}

.seller-name strong {
    font-weight: bolder;
    display: block;
}

.seller-logo-link a {
    display: inline-block;
    margin-left: auto;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}

.facts {
    margin: 20px 0 0;
}

.facts .text {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7em;
    letter-spacing: 0.02em;
}

.facts .text ul {
    position: relative;
    float: left;
    padding: 0px 15px;
    
}

.facts .text ul li {
    position: relative;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    list-style: disc;
    color: #fff;
}


.facts .text .since {
    position: relative;
    float: left;
    margin-left: 82px;
    margin-top: 10px;
}


.facts .text .since:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  width: 80px;
  height: 80px;
  background: #e8e9e9;
  border-radius: 50%;
}

.facts .text .since:after {
  content: "";
  position: absolute;
  left: -42px;
  top: 0px;
  bottom: 0px;
  border-left: 2px solid var(--thm-base);
}

.facts .text .since .txt {
  position: relative;
  display: block;
  padding: 21px 5px;
  width: 90px;
  height: 90px;
  line-height: 24px;
  text-align: center;
  background: var(--thm-black);
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 50%;
}



.facts p {
    color: #000;
    margin: 0 0 5px;
}

.send-enq {
    width: 100%;
}

.related-slider-area {
    margin: 25px 0 0;
}

.related-slider-area h3 {
    font-size: 45px;
    text-transform: uppercase;
    color: var(--thm-white);
}

.product-title-area {
    display: flex;
    align-items: center;
    padding: 15px;
    border: solid #221e1f 1px;
    border-radius: 10px;
    margin: 15px 0 0;
}

.store-logo {
    margin: 0 15px 0 0;
}

.send-enq .btn-title {
    font-size: 26px;
}

.send-enq i {
    font-size: 26px;
    margin: 0;
}

.detail-content h3 {
    color: var(--thm-base);
    font-size: 40px;
    margin: 0;
}

.product-title-area h5 {
    margin: 0;
}

.rating-box {
    margin-left: auto;
}

.rating-box span {
    display: block;
    font-size: 15px;
    line-height: 1;
}

.register-btn .btn-title {
    padding: 10px 25px 10px;
}

.register-btn {
    margin-right: 15px;
}

#title {
    text-align: center;
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 100px;
}

.hover-table-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.listing-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listing-item article {
    background: #040404;
    border-radius: 0 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.listing-item:hover,
.listing-item.active {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}

.listing-item .listing {
    padding: 20px;
    position: relative;
}

.listing-item .listing:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -o-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    border-bottom: 20px solid #040404;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

figure.image-2 img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

figure.image-2 {
    position: relative;
    margin: 0;
    padding: 0;
    height: 120px;
}

figure.image-2 figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 4px;
    /*background: rgba(0, 0, 0, 0.6);*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

figcaption .caption {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
}

figcaption h1 {
    color: aliceblue;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
}

figcaption p {
    color: white;
    font-size: 22px;
}

.listing h4 {
    font-size: 15px;
    text-align: center;
    padding: 2px 10px;
    font-weight: 500;
    margin: 0 0;
    line-height: 35px;
    color: #ffffff;
}


/*
.listing h4:not(:last-child) {
    border-bottom: 1px solid #ccc;
}*/

@media only screen and (min-width:540px) {
    .listing-item {
        display: block;
        width: -webkit-calc(100%/4);
        width: -moz-calc(100%/4);
        width: calc(100%/4);
        padding: 0 10px;
    }
}

@media only screen and (min-width:1024px) {
    .hover-table-layout {
        padding: 0;
    }
}

.package-section {
    position: relative;
    padding: 50px 0px 50px;
    background: #231f20;
}

.package-section h3 {
    font-size: 40px;
    text-align: center;
    color: var(--thm-white);
}

.package-section-item  p,
.package-section figcaption .caption p{
    text-align: center;
}

.package-section .listing-item  p {
    /*text-align: center;*/
    text-align: left;
}
.package-section .listing-item ul{
    padding-left: 20px;
}
.package-section .listing-item li{
    list-style: disc;
}
.package-section .listing-item article{
    display: flex;
    flex-direction: column;
}
.package-section .listing-item .listing{
    flex-grow: 1;
}
/*.lightblue{*/
/*        background: #3bbff0;*/
/*}*/

/*.lightgreen{*/
/*        background: #4eb056;*/
/*}*/

/*.lightorange{*/
/*        background: #ef7d44;*/
/*}*/


/*.lightyellow{*/
/*        background: #c4d200;*/
/*}*/



/*.lightblue figure.image-2 {*/
      /*background: linear-gradient(135deg, rgb(255 99 23) 1%, rgb(255 187 69) 100%);*/
/*          background: #111;*/
/*}*/

.lightblue .pkg-footer a,.lightblue figure.image-2 figcaption {
  background: #3bbff0;
    
}

.lightblue .pkg-footer a,.lightblue figure.image-2.image-3 figcaption {
  background: #ef7d44;
    
}



.lightgreen .pkg-footer a,.lightgreen figure.image-2 figcaption {
 background: #ef7d44;
    
}

/*.lightorange figure.image-2 {*/
/*    background: linear-gradient(135deg, rgba(254, 207, 89, 1) 1%, rgba(251, 162, 37, 1) 100%);*/
/*}*/

.lightorange .pkg-footer a,.lightorange figure.image-2 figcaption {

    /*background: #ef7d44;*/
}



.lightorange .pkg-footer a {
    background: #3bbff0;
    border: 1px solid #3bbff0;
}


.lightorange .pkg-footer a:hover {
    color: #3bbff0;
    border: 1px solid #3bbff0;
}


.lightyellow .pkg-footer a,.lightyellow figure.image-2 figcaption {

     background: #c4d200;
}

/*#platinum-pkg figure.image-2 {*/
/*    background: linear-gradient(135deg, rgba(96, 113, 121, 1) 1%, rgba(35, 67, 86, 1) 100%);*/
/*}*/

/*#platinum-pkg .pkg-footer a {*/
/*    background: linear-gradient(135deg, rgba(96, 113, 121, 1) 1%, rgba(35, 67, 86, 1) 100%);*/
/*}*/

/*#silver-pkg figure.image-2 {*/
/*    background: linear-gradient(135deg, rgba(194, 206, 222, 1) 1%, rgba(148, 170, 195, 1) 100%);*/
/*}*/

/*#silver-pkg .pkg-footer a {*/
/*    background: #df9f28*/
/*}*/

.pkg-footer a {
       display: inline-block;
    padding: 9px 25px;
    /*color: #040404;*/
    border-radius: 4px;
    font-size: 17px;
    /* text-transform: uppercase; */
    margin: 0 0 20px;
    /* width: 200px; */
}

.pkg-footer {
    text-align: center;
}

.vendor_wrap.dark {
    background-image: url(../images/shop-1.jpg);
    color: #687fa5;
    position: relative;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.vendor_head_profl {
    display: flex;
    width: 100%;
    align-items: center
}

@media (min-width: 992px) .vendor_sales_rate_info {
    display: flex;
    align-items: center;
    width: auto;
    justify-content: end;
    float: right;
}

.vendor_profl_thumb {
    width: 120px;
    height: 120px;
    margin-right: 1rem;
    background-color: white;
    border-radius: 100%;
    overflow: hidden;
    line-height: 115px;
    margin: -45px 20px 0 0;
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
    z-index:9;
}

.vendor_profl_caption h4 {
    margin-bottom: 2px;
    color: #fff
}

.vendor_profl_caption .vendor_member {
    display: block;
    margin-bottom: 10px;
    font-size:12px;
}

.freelance_avalabilty {
    background: #26b95a;
    padding: 5px 15px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px;
    color: #fff
}

.vendor_sales_rate_info {
    display: flex;
    align-items: center;
    width: auto;
    justify-content: end;
    float: right;
}

.vendor_sales_info {
    flex: 1;
    margin-left: 3rem
}

.vendor_rates_info label,
.vendor_sales_info label {
    margin-bottom: 5px;
    color: #333;
}

.vendor_ratting_wrap {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center
}

.vendor_ratting i {
    font-size: 11px;
    color: #7f93b5
}

.vendor_ratting i.filled {
    color: #ffc107
}

.vendor_ratting {
    margin-right: 10px
}

.vendor_subtitle {
    font-size: 30px;
    color: #fff;
    margin: 0
}

.vendor-detail-section .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

.vendor-detail-section .social-links li a {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background: #ffffff;
    color: var(--thm-black);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.vendor-detail-section .social-links li a span {
    vertical-align: middle;
    line-height: 44px;
}

section.vendor-detail-section {
    padding: 0 0 40px;
}

.vendor_wrap.dark::after {
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.vendor_wrap.dark .container {
    position: relative;
    z-index: 1;
}

.vendor-detail-section .text a {
    position: relative;
    color: var(--thm-text);
}

.vendor-detail-section h4 {
    text-transform: uppercase;
    color: var(--thm-white);
}

.vendor-detail-section ul.social-links.clearfix {
    margin: 0 0 25px;
}

.vendor-detail-section .lower-text {
    padding-right: 20px;
    font-size:15px;
     font-family: 'SF UI Display Light';
}

.vendor_profl_caption h4 {
    margin: 30px 0 0;
    line-height: 1;
    font-size: 30px;
}

.vendor-detail-section .social-links li a {
    position: relative;
    display: block;
    color: #999b9f;
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #1c1e22;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.vendor-detail-section .social-links li a:hover {
    color: #ffffff;
    background: var(--thm-base);
}

.vendor-detail-section .info i {
    font-size: 15px;
    margin: 0 10px 0 0;
}

.vendor-gallery-section {
    padding: 0 0 0;
}

.vendor-gallery-section .sec-title h2 {
    font-size: 40px;
    line-height: 1.7;
}

.rating span i {
    font-size: 15px;
}

.rating span {
    background: var(--thm-base);
    padding: 0px 5px;
    border-radius: 5px;
    color: #fff;
    margin: 0 5px 0 0;
}

.comment .text span i {
    font-size: 12px;
}

.comment .text span {
    background: var(--thm-base);
    padding: 0px 5px;
    border-radius: 5px;
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 19px;
}

.vendor-detail-section .comments-area .comment-box .info {
    margin-bottom: 15px;
}

.vendor-detail-section .comments-area .comment-box {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border: none;
}

.vendor-about-area {
    margin: 0px 0 0;
}

.vendor-detail-section .comments-title h3 {
    margin: 30px 0 10px;
    color: #fff;
}

.vendor-detail-section .comments-area .btn-style-one .btn-title {
    padding: 8px 20px 8px;
}

.vendor-detail-section .comments-area {
    margin-bottom: 20px;
}

.vendor-detail-section .leave-comments h3 {
    margin-top: 10px !important;
}

.vendor-detail-section .leave-comments .comments-title {
    margin-bottom: 20px;
}

html {
    scroll-behavior: smooth;
}

.form-card {
    -webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
    background: #040404;
    border-radius: 10px;
}

.form-card .top-bar h3 {
    /*font-size: 35px;*/
    font-size:22px;
    padding: 15px 20px 7px;
    text-transform: uppercase;
    margin: 0;
    border-bottom: solid 1px #231f20;
    color: var(--thm-white);
    
}

.form-card .form-group input[type="text"],
.form-card .form-group input[type="email"],
.form-card .form-group input[type="password"],
.form-card .form-group input[type="tel"],
.form-card .form-group input[type="url"],
.form-card .form-group input[type="file"],
.form-card .form-group input[type="number"],
.form-card .form-group textarea,
.form-card .form-group .form-control {
    position: relative;
    display: block;
    /*height: 40px;*/
    width: 100%;
    font-size: 14px;
    color: var(--thm-white);
    line-height: 22px;
    font-weight: 400;
    padding: 5px 15px;
    letter-spacing: 0.02em;
    background-color: #221e1f;
    border: 1px solid #221e1f;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.form-control:focus{
    position: relative;
    display: block;
    /*height: 40px;*/
    width: 100%;
    /*font-size: 18px;*/
    color: var(--thm-white);
    /*line-height: 22px;*/
    /*font-weight: 400;*/
    /*padding: 5px 15px; */
    /*letter-spacing: 0.02em;*/
    background-color: #221e1f;
    border: 1px solid #221e1f;
    border-radius: 4px;
}

textarea.form-control {
    height: auto !important;
}

.form-card .form-contain {
    padding: 20px;
}

.password-show-opt .triger {
    position: absolute;
    right: 0px;
    top: 0px;
    /*bottom: 0px;*/
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.ti-eye.ti-eye-slash{
}
.ti-eye.ti-eye-slash:after{
    content: '';
    height: 1px;
    width: 20px;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 9px;
    top: 20px;
    
}

.password-show-opt {
    position: relative;
}

.password-show-opt .form-control {
    padding-right: 40px;
}

.mobile-wrap {
    display: flex;
}

.mobile-wrap .dail-code {
    -ms-flex: 0 0 35% !important;
    flex: 0 0 35% !important;
    max-width: 35% !important;
    /*border-right: solid #ccc 1px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;*/
}

.default-form label {
    margin-bottom: 0;
}

.register-form-section {
    position: relative;
    padding: 40px 0px;
    background: #231f20 left top repeat;
    overflow: hidden;
}

.register-form-section .default-form .form-group {
    margin-bottom: 20px !important;
}

.register-form-section .default-form .btn-primary {
    background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    background: linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    border: none;
    font-size: 25px;
    padding: 0 35px;
    min-width: 140px;
    display: block;
    margin: 0 auto;
}

.form-card .foot-notes {
    padding: 15px 30px;
    border-top: 1px solid #E8E8E8;
}

.form-card .foot-notes h4 {
    font-size: 22px;
    color: var(--thm-base);
    margin-bottom: 20px;
}

.foot-notes ul {
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot-notes ul li {
    margin-right: 30px;
    list-style: none;
}

.foot-notes i {
    color: #231f20;
}

.img-vect {
    margin-top: 30px;
    display:none;
}

div#map-bg {
    height: 200px;
    overflow: hidden;
}

div#map-bg iframe {
    width: 100%;
}

/ My Account Section / .my-account-wrap {}

.my-account-wrap .user-name {
    padding: 4px 0px;
    background: none;
}

.user-min-dt .product-title-area {
    display: block;
    text-align: center;
    position:relative;
}

.user-min-dt .store-logo span {
    margin: 0 auto;
}

.my-account-wrap .side-filter ul li.active a {
    color: #e4a425;
}

.favourite-icon {
    width: 30px;
    height: 30px;
    background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    background: linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    text-align: center;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
}

.map-area {
    height: 100px;
}

.my-account-wrap .form-card .btn-primary {
    background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    background: linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    border: none;
    font-size:16px;
    padding:5px 35px;
    min-width: 140px;
    display: block;
    margin: 0 auto;
}

.map-area {
    height: 100px;
    overflow: hidden;
}

.action-icons {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    opacity: 0;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.action-icons a {
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, rgba(187, 25, 36, 1) 0%, rgba(237, 108, 130, 1) 100%);
    border-radius: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items:center;
    justify-content:center;
    line-height: 50px;
    margin-left: 8px;
    
}

.action-icons a.thumb-inactive{
    background: linear-gradient(90deg, rgb(68 68 68) 0%, rgb(48 48 48) 100%);
    transform:rotate(45deg);
}
.action-icons a.thumb-active{
    transform:rotate(0deg);
}
.gallery-item .inner-box:hover .action-icons {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    display:flex;
}

.add-action-btn a {
    padding: 10px 25px 10px;
}

.add-action-btn {
    margin-left: 20px;
}

.orders-wrap .gallery-item .inner-box {
    display: flex;
    align-items: center;
}

.orders-wrap .gallery-item .cap-box {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    width: 100%;
}

.orders-wrap .inner-box .image {
    max-width: 150px;
}

.orders-wrap .gallery-item .cap-box .cap-inner {
    width: 100%;
    padding: 20px 20px;
}

.orders-wrap .cap-box .cap-inner .info a {
    color: #ffffff;
}

.orders-wrap .cap-box .cap-inner .info {
    margin-top: 10px;
    color: #000;
}

.orders-wrap .cap-box .cap-inner h6 { 
    color: #000;
    font-size: 16px;
    position: absolute;
    right: 15px;
    bottom: 0;

}

.orders-wrap .cap-box .cap-inner h6 .far{
    font-size: 16px;
    padding-right: 5px;
    font-weight :bold;
    vertical-align: middle;
}


.orders-wrap .cap-box .cap-inner .info li a {
    color: #000;
}

.gallery-item .cap-box h5,
.gallery-item .cap-box .cat span {
    color: #231f20;
}

.request-detail-desc {
    padding-left: 30px;
    margin-top: 0px;
}

.side-filter li a span {
    background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    background: linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    text-align: center;
    border-radius: 100%;
    color: #231f20;
    font-size: 16px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.side-filter li a {
    display: flex;
    justify-content: space-between;
}

.main-header .nav-outer {
    /*padding-left: 245px;*/
    padding-left:140px;
    /*padding-left: 310px;*/
    
    text-align: left;
        padding-top: 20px;
}

.side-menu__block-inner .link-box {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
}

.form-card .form-group textarea {
    height: auto !important;
}

.sidenav .designation {
    color: #fff;
}

.sidenav .product-title-area h5 {
    background: none;
    color: #fff;
}

.sidenav .user-min-dt .product-title-area {
    margin-bottom: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 17px;
}

select.dail-code {
    border-right: 1px solid #9e9e9e !important;
}

.mobile-nav__container li.dropdown .dropdown-btn {
    display: none;
}

.link-hover-all {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: red;
    opacity: 0;
}

.listing-item article {
    height: 100%;
}

.sponsor-btn {
    /*background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);*/
    /*background: linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);*/
    /*background:#DF9F28;*/
    background: var(--thm-black);
    color: #DF9F28;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #DF9F28;
}

.sponsor-btn:hover {
    background: #000000;
    /* color: #231f20;  */
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}


.modal-backdrop.show {
    opacity: 0.9 !important;
    /* background: #fff !important; */
}

.buyer-block .inner-box {
    display: flex;
    border: 1px solid #040404;
    padding-right: 10px;
    padding: 15px 6px;
    background: #040404;
    border-radius: 10px;
    align-items: center;
}

.buyer-block .lower-box h5 {
    font-size: 22px;
}

.buyer-block.team-block .image-box .social-links {
    position: static;
}

.countries-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px;
}

.countries-list li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
    padding: 5px;
}

.countries-list a {
    color: #000000;
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
}

.countries-list img {
    width: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.country-img img {
    width: 30px;
    object-fit: contain;
    margin-right: 5px;
}

.sponsors-sec .image-box {
    height: 150px;
    background: rgb(187, 25, 36);
    background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    background: linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    text-align: center;
    border-radius: 10px;
}

.sponsors-sec .inner-box {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sponsors-sec ul.social-links span {
    height: 100px;
    width: 100px;
}

.sponsors-sec .image-box .social-links {
    position: static;
    margin-top: 30px;
}

.sponsors-sec .inner-box .transparent-block {
    background-color: rgb(0 0 0 / 10%);
}

.service-block .inner-box h6 {
    /*opacity: 0;*/
}

/*.service-block .inner-box:hover h6 {*/
/*    opacity: 1;*/
/*}*/

/*.service-block .inner-box:hover h6 a {*/
/*    top: 50%;*/
/*    transform: translate(0, -50%);*/
/*}*/

.sponsors-section-two .service-block .inner-box {
     width: 200px;
    height: 200px;
    min-height: auto;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.sponsors-section-two .gallery-item .inner-box{
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    /*width: 210px;*/
    height: 200px;
    border: 1px solid #df9f28;
    /*padding: 0px 15px;*/
}

.sponsors-section-two .gallery-item .cap-box h5 {
    font-size: 14px;
}

.sponsors-section-two .gallery-item .cap-box .cap-inner {
    padding: 25px 18px;
}

.sponsors-section-two .gallery-item .cap-box .cat span:before {
    left: 0;
}


/*.sponsors-section-two .service-block .inner-box::after{*/
/*    content:"";*/
/*    position:absolute;*/
/*    top:0;*/
/*     bottom:0;*/
/*      right:0;*/
/*       left:0;*/
/*       background:#000;*/
/*}*/

.sponsors-section-two .inner-box .transparent-block {
    background-color: rgb(0 0 0 / 10%);
}

.sponsors-section-two .service-block .inner-box h6 {
    margin-top: 15px;
}

.sidenav .default-form .form-group input,
.sidenav .default-form .form-group select,
.side-filter .default-form .form-group input,
.side-filter .default-form .form-group select {
    height: 50px;
    padding: 10px 10px;
     font-size: 14px;
    line-height: 2;
}

.sidenav .default-form .form-group,
.side-filter .default-form .form-group {
    margin-bottom: 0px;
    margin-top: 20px;
}

.team-section a.link-url,
.service-block a.link-url {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.download-sec .buyer-block .inner-box {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    padding-left: 10px;
}

.download-sec .team-block .lower-box {
    padding-top: 0;
}

.download-sec .btn-style-one .btn-title {
    padding: 10px 30px 10px;
}

.form-card .mob-no .invalid-feedback{
    position: absolute;
    bottom: 0;
}

.form-card .login-mob-no .invalid-feedback{
    position: absolute;
    bottom: -25px;
}

.edit-cover{
    padding: 3px 10px 0px 5px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    background: transparent;
}

   
.empty-img{
    width: 100%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 15px;
}
.empty-img img{
    max-width: 100px;
}
.empty-img h3{
     font-size: 32px;
    margin: 25px 0;
    color: #000;
}
   


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #222 inset !important;
  /*transition: background-color 5000s ease-in-out 0s !important;*/
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF;
  background: none  !important;
  /*font-size: 14px !important;*/
}

#location {
    background-color: #221e1f !important;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
     margin-left: 0 !important; 
    padding: 10px 15px !important;
    text-overflow: ellipsis;
    width: 100% !important;
    height:auto !important;
    border-radius: 0;
}
.modal-content{
        background-color: #040404;
}
.form-control {
    color: #ffffff;
    background-color: #221e1f;
    border: 1px solid #221e1f;
    
}

.form-control:disabled, .form-control[readonly] {
    background-color: #221e1f;
    border: 1px solid #221e1f;
    opacity: 1;
}



.modal-header,
.modal-footer{
        border-color: #231f20;
}
.modal-title {
    color: #e7ab32;
}

.rating-box .review-btn{
    background: #231f20;
    color: #e4a425;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #DF9F28;
    display: block;
    padding: 0px;
}

.rating-box .btn-style-one .btn-title {
    font-size: 17px;
    padding: 5px 20px 5px;

}


#reviewModal .modal-content{
  background: #231f20;
}

#reviewModal .modal-content .form-control{
    background: #1c1e22;
    border: 1px solid rgba(228, 164, 37, 0.3);
    color: #fff;
}

#reviewModal .modal-content .close{
    color: #e4a425;
    text-shadow: 0 1px 0 #000;
    opacity: inherit;
}

#reviewModal .modal-header{
    border-bottom: 1px solid rgba(228, 164, 37, 0.3);
}

#reviewModal .modal-header .store-logo span {
    height: 65px;
    width: 65px;
}

#reviewModal .modal-header .product-title-area h5{
    font-size: 26px;
    padding-bottom: 5px;
}

#reviewModal .modal-footer{
  border-top: 1px solid rgba(228, 164, 37, 0.3);
}

#reviewModal .modal-footer .btn-secondary {
    background: #231f20;
    color: #e4a425;
    border: 1px solid #DF9F28;
}


#reviewModal .modal-footer .btn-primary {
    background: #DF9F28;
    color: #000;
    border: 1px solid #DF9F28;
}

.rate-view-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #DF9F28;
}

.rate-view-list h4{
    font-size: 45px;
    text-transform: uppercase;
    color: var(--thm-white);
}

.review-customer-list .review-customer-title {
   padding-top: 10px; 
}

.review-customer-list p{
  margin: 0;  
}

.page-banner input[type='file'] {
  color: transparent;
}

.user-min-dt .product-title-area .profile-btn{
     padding: 3px 9px 3px 9px;
    /*margin: 15px 0;*/
    background: #DF9F28;
    background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28);
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 55%;
}


.user-min-dt .product-title-area .profile-btn button{
    background: transparent;
}

.close {
    color: #e4a425;
    text-shadow: 0 1px 0 #e4a425;
    opacity: 1;
}

.close:hover {
    color: #e4a425;
    text-decoration: none;
}


#profile_update .mobile-wrap .dail-code {
    -ms-flex: 0 0 17% !important;
    flex: 0 0 17% !important;
    max-width: 17% !important;
}


.gallery-item .rating-div{
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 20px;
    z-index :9;
    cursor: pointer;
        color: #df9f28;
}


.gallery-item .rating-div .liked, .detail-block .inner-box-1 .rating-div .liked{
    color: #ed1c24;
}


.detail-block .inner-box-1 .rating-div{
    position: absolute;
    top: 0;
    right: 0px;
    margin: 15px 20px;
    cursor: pointer;
    z-index: 9;
    font-size: 26px;
}

section.detail-section .inner-box-1{
    position: relative;
}

.main-footer .newsletter-form .success-msg {
    color: #e4a425;
    font-size: 18px;
    font-style: italic;
    font-weight: 100;
}

.main-footer .newsletter-form .error-msg {     
    font-size: 18px;
    font-style: italic;
    font-weight: 100;
}

.error{
    color:red;
    font-size: 14px;
}

/*.form-control.is-invalid{*/
/*    background-image: none*/
/*}*/

.modal {
    z-index: 9999;
}

span.upload-size{
    text-align: right;
    position: absolute;
    right: 0;
    margin: -30px 15px 0px 0px;
    z-index: 1;
    font-size: 14px;
    color: #222;
}

.page-item.active .page-link{
    background-color: #DF9F28;
    border-color: #DF9F28;
}
.page-link,
.page-link:hover{
    color: #DF9F28;
}
.members-section .orders-wrap .inner-box .image{
    max-width: 110px;
    max-height: 110px;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}





.questions-page {
    padding: 15px 0px 0px;
}

.questions-page .content-side {
    padding: 0px;
 }

.questions-page .comments-area .comment-box .info .name{
    color: #fff;
}

.questions-page .comments-title h3 {
    font-size: 38px;
    color: var(--thm-base);
}


.questions-page .default-form .form-group textarea {
    height: 100px;
    resize: none;
    border-color: var(--thm-text);
}

.questions-page .comments-area .comment-box {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.questions-page .comments-area .comment-box:last-child {
     border: none;
     margin-bottom: 0;
     padding-bottom: 0;
}

.questions-page .comments-area .comment-box .reply-btn {
    width: fit-content;
    margin-top: 30px;
}



.questions-page .comments-area .comment-box .replay-block {
    background: #1c1e22;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin-left: 50px;
}


.questions-page .comments-area .comment-box .message-sent {
    background: #000;
    padding: 25px;
    border: 1px solid rgba(223,159,40, 0.6);
    border-radius: 15px;
    text-align: left;
    margin-bottom: 30px;
}

.questions-page .comments-area .comment-box .message-sent p {
    margin: 10px 0 0 0;
}

.questions-page .comments-area .comment-box .message-sent .text{
    margin: 0;
}


.questions-page .comments-area .comment-box .replay-block p{
    margin: 10px 0 0 0;
}


.questions-page .comments-area .comment-box .replay-block .text{
    margin: 0;
}



.questions-page .comments-area .comment {
    padding-left: 0px;
}

.questions-page .comments-area .comment-box .replay-block .author-thumb {
    position: relative;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 0;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}


.questions-page .comments-area .comment-box .message-sent .author-thumb {
    position: relative;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 0;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.questions-page .comments-area .comment-box .author-thumb img{
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
}

.new-messages{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.new-messages .reply-btn {
    float: right;
}


.new-messages h3{
    color: #fff;
}

.new-messages .default-form .form-group textarea {
    height: 150px;
    resize: none;
    border-color: var(--thm-base);
}

.new-messages .btn-style-one .btn-title {
    padding: 10px 25px 10px;
}


.select2-container--default .select2-selection--multiple {
    background-color: #221e1f !important;
    border: 1px solid #221e1f !important;
    /*height: 40px;*/
}

.select2-dropdown {
    background-color: #221e1f !important;
    border: 1px solid #221e1f !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d4af37 !important;
    color: white;
}

.select2-container--default .select2-results__option--selected {
    color: #000 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    line-height: 14px !important;
    height: auto !important;
}
    

.select2-selection__rendered {
    background: #221E1D;
    position: relative;
    display: block !important;
}

.btn-floating{
    padding: 0px;
    color: #fff !important;
}

.counter.counter-lg {
    top: -15px !important;
    position: relative;
    text-align: center;
    background: rgba(255, 170, 23, 0.2);
    padding: 2px 10px;
    font-size: 22px;
    letter-spacing: 1px;
    color: var(--thm-base);
    text-transform: uppercase;
    border-radius: 50%;
    transition: all 500ms ease;
    width: 20px;
    height: 20px;
}


/**/
   .ball_wrap {
                position: relative;
                margin: 225px auto;
                width: 145px;
            }

            .green_ball {
                /* background: #00C762; */
                height: 140px;
                width: 140px;
                border-radius: 50%;
                border: 3px solid #df9f28;
                position: absolute;
                background-position: center;
                background-size: cover;
                display: flex;
                align-items: center;
                justify-content: center;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
                cursor: pointer;
            }

            .green_ball:hover {
                background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28) !important;
                position: absolute;
                z-index: 1;
            }

            .green_ball:hover p {
                color: #231f20;
                position: relative;
                text-transform: uppercase;
            }

            .green_ball::before {
                content: '';
                 background-color: #00000080; 
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                height: 100%;
                width: 100%;
                border-radius: 50%;
            }
            .green_ball:hover::before {
                background: none;
            }
            .green_ball p {
                margin: 0;
                position: relative;
                text-transform: uppercase;
                text-align: center;
    line-height: 1em;
    padding:10px;
        font-weight: 500;
            }

            .blue_ball {
                background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28) !important;
                height: 145px;
                width: 145px;
                border-radius: 50%;
                border: 3px solid #df9f28;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
            }

            .blue_ball h5 {
                text-transform: uppercase;
                color: #231f20;
                margin: 0;
            }

            .ball_wrap div:nth-of-type(2) {
                top: 0px;
                left: -340px;
            }

            .ball_wrap div:nth-of-type(2):after {
                content: "";
                display: block;
                border-bottom: 1px solid #df9f28;
                position: absolute;
                width: 200px;
                right: -203px;
                top: 50%;
            }

            .ball_wrap div:nth-of-type(3) {
                top: 0px;
                right: -339px;
            }

            .ball_wrap div:nth-of-type(3):after {
                content: "";
                display: block;
                border-bottom: 1px solid #df9f28;
                position: absolute;
                width: 200px;
                left: -203px;
                top: 50%;

            }


            .ball_wrap div:nth-of-type(4) {
                top: -190px;
                left: 0;
            }

            .ball_wrap div:nth-of-type(4):after {
                content: "";
                display: block;
                border-bottom: 1px solid #df9f28;
                position: absolute;
                width: 50px;
                bottom: -22%;
                left: 30%;
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }


            .ball_wrap div:nth-of-type(5) {
                bottom: -190px;
                left: 0;
            }

            .ball_wrap div:nth-of-type(5):after {
                content: "";
                display: block;
                border-bottom: 1px solid #df9f28;
                position: absolute;
                width: 50px;
                top: -22%;
                left: 30%;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }


            .ball_wrap div:nth-of-type(6) {

                bottom: -152px;
                left: 210px;

            }

            .ball_wrap div:nth-of-type(6):after {
                content: "";
                display: block;
                border-bottom: 1px solid #df9f28;
                position: absolute;
                width: 115px;
                top: -10%;
                left: -68%;
                -webkit-transform: rotate(35deg);
                transform: rotate(35deg);
            }


            .ball_wrap div:nth-of-type(7) {
                bottom: -152px;
                right: 210px;
            }

            .ball_wrap div:nth-of-type(7):after {
                content: "";
                display: block;
                border-bottom: 1px solid #df9f28;
                position: absolute;
                width: 115px;
                top: -10%;
                right: -68%;
                -webkit-transform: rotate(-35deg);
                transform: rotate(-35deg);
            }

            .ball_wrap div:nth-of-type(8) {
                top: -152px;
                right: 210px;
            }

            .ball_wrap div:nth-of-type(8):after {
                content: "";
                display: block;
                border-bottom: 1px solid #df9f28;
                position: absolute;
                width: 115px;
                bottom: -10%;
                right: -68%;
                -webkit-transform: rotate(35deg);
                transform: rotate(35deg);
            }

            .ball_wrap div:nth-of-type(9) {

                top: -152px;
                left: 210px;

            }

            .ball_wrap div:nth-of-type(9):after {
                content: "";
                display: block;
                border-bottom: 1px solid #df9f28;
                position: absolute;
                width: 115px;
                bottom: -10%;
                left: -68%;
                -webkit-transform: rotate(-35deg);
                transform: rotate(-35deg);
            }
            
            
            
            
            
            
            
            
            
    .random-circle-wrap{
        display: flex;
        flex-wrap: wrap;
        /* flex-flow: wrap; */
        /*align-items: end;*/
        justify-content: center;
        padding-top: 7%; 
        align-items: center;
    }
    .item-circle{
        aspect-ratio: 1/1;
        border-radius: 100%;
        min-width: 120px;
        min-height: 120px;
        display: flex; 
        justify-content: center;
        flex-grow: 1;
        margin: 10px;
        align-items: center;
        border: 3px solid #df9f28;
        position: relative;
        transition-duration: 0.4s;
        cursor: pointer;
        background-size: cover;
    }
    /* .item-circle:hover {
        background: -webkit-linear-gradient(top, #e29f1d, #FDE08D, #DF9F28) !important;
        transition-duration: 0.4s;
        color: #000;
    } */
    .item-circle:hover::after{
        opacity: 0.8;
        transition-duration: 0.4s;
    }
    .item-circle::after{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #000;
        border-radius: 100%;
        z-index: 1;
        opacity: 0.5;
        transition-duration: 0.4s;
    }
    .item-circle .title{
        margin-bottom: 0;
        position: relative;
        z-index: 2;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.4em;
        padding: 10px;
        font-weight: 500;
        /*font-size: 24px;*/
        font-size:18px;
    }
    .item-circle:nth-child(1n+1){
        margin-top: 50px;
        /*margin-bottom: 4%;*/
    }
    .item-circle:nth-child(3n+1){
        margin-top: 80px;   
         /*margin-bottom: 7%;*/
    }
    .item-circle:nth-child(2n+1){
        margin-top: -90px;    
        /*margin-bottom: -7%;*/
    }
    .item-circle:nth-child(4n+1){
        margin-top: -50px;        
        /*margin-bottom: -4%;*/
    }
    .sm{
        width: 150px;
        height: 150px;
        max-width: 150px;
        max-height: 150px;
    }
    .md{
        width: 170px;
        height: 170px;
        max-width: 170px;
        max-height: 170px;
    }
    .lg{
        width: 190px;
        height: 190px;
        max-width: 190px;
        max-height: 190px;
    }
    .xl{
        width: 210px;
        height: 210px;
        max-width: 210px;
        max-height: 210px;
    }
    .xxl{
        width: 230px;
        height: 230px;
        max-width: 230px;
        max-height: 230px;
    }
    .xxxl{
        width: 250px;
        height: 250px;
        max-width: 250px;
        max-height: 250px;
    }
    .xxxxl{
        width: 270px;
        height: 270px;
        max-width: 270px;
        max-height: 270px;
    }
    
    
    
    
    
    
    
    @-moz-document url-prefix() {
      .random-circle-wrap{
          /*padding-top: 0px;*/
          margin-top: -7%;
          align-items: center;
      }
      .services-section{    
          padding-bottom: 135px;
      }
    }


.no-cart-img{
    text-align:center;
}
.no-cart-img img{
    max-width:200px;
}
.no-cart-img h3{
    font-size: 26px;
    color: #fff;
}


/* changes as per the 07 - Feb - 2021 
Global F&B Modifications Google sheet */

.main-menu .navigation>li>a,
.services-section .sec-title h2{
    font-weight: 700;
}
.call-to-section .inner{
    bottom: 0;
    margin-top: 45px;
}
.main-footer .social-links{
    display: flex;
    align-items: center;
    justify-content:center;
}
.main-footer .social-links li a span{
    width: 35px;
    height: 35px;
    line-height: 35px;
}
figure.image-2 figcaption{
    background: rgb(83 176 89);
}
figure.image-2.image-3 figcaption{
   background: #3bbff0;
}


.pkg-footer a {
    background: rgb(83 176 89);
    border: 1px solid rgb(83 176 89);
    color: #fff;
}

.pkg-footer a:hover {
    color: rgb(83 176 89);
    border: 1px solid rgb(83 176 89);
}






.services-section{
    /*background: #ffffff  url(../images/background/pattern-dots.png) center top repeat;*/
    /*background: #ffffff  url(../images/background/pattern-zigzag_1.png) center top repeat;*/
     background: #ffffff  url(../images/background/pattern-1.png) center top repeat;
         background-size: 25%;
    
    
}
.services-section .sec-title h2 {
    color: #000000;
}
.sponsors-section-two{
    background: #ffffff;
}
.sec-title h2{
    color: #000;
}
body{
    background: #FFF;
    color: #000;
}
.detail-content p,
.comments-area .comment-box .text,
.vendor-detail-section .comments-title h3,
.vendor_profl_caption h4,
.vendor-detail-section .text a,
.vendor-detail-section .lower-text{
    color: #000;
}
.xxxl{
    width: 190px;
    height: 190px;
    max-width: 190px;
    max-height: 190px;
}
.item-circle{
    border-radius: 0;
}
.item-circle::after{
    border-radius: 0;
}
.sponsors-section-two .service-block .inner-box,
.service-block .inner-box{
    border: 1px solid #df9f28;
}
.banner-carousel .active .slide-item .image-layer{
    /*background-size: contain !important;*/
}
.item-circle .title{
    font-weight: 700;
}
.main-header .header-upper{
    background: #fff;
}
.header-style-two .main-menu .navigation>li>a, 
.header-style-two .main-menu .navigation>li:hover>a{
    color: #000000;
}
.banner-section{
    padding-top: 110px;
}
.main-header .other-links .search-btn button{
    color: #000;
}

.main-footer{
    background: #ffffff url(../images/background/footer-bg.png) center top no-repeat;
    color: #000;
}
.main-footer .links-widget ul li a,
.main-footer .info-widget ul li a,
.main-footer h6,
.main-footer .footer-bottom .inner{
    color: #000;
}
.contact-info .custom-icon img{
    max-width: 30px;
    margin-right: 10px;
}
.main-footer .info-widget ul li{
    display: flex;
}
.main-footer .social-links li{
    margin-right: 5px;
    color: #000;
}
.main-header .header-upper{
    background: #fff;
}
.header-style-two.fixed-header .main-menu .navigation>li.current>a{
    color: #000;
}
.header-style-two.fixed-header .header-upper{
    background: #FFF;
}
.header-style-two.fixed-header .main-menu .navigation>li>a:before {
    border-bottom-color: #000;
}
.main-footer .links-widget ul li a:hover{
    color: var(--thm-base);
}
.main-footer .info-widget ul li a:hover{
    color: var(--thm-base);
}
.preloader{
    background: #FFF;
}
.gallery-item .cap-box h5{
    font-size: 20px;
}
.contact-section,
.side-filter section,
/*.buyer-block .inner-box,*/
.discover-section,
.contact-section .info-block .inner-box,
.contact-section .info-block .inner-box:hover,
.register-form-section{
    background: #fff;
}
/*.team-block .lower-box p,*/
/*.team-block .lower-box span,*/
.vendor-detail-section h4,
.contact-section .sec-title h2,
.discover-block .cap-inner h5,
.contact-section .info-block .inner-box .text,
.contact-section .info-block .inner-box .text a{
    color: #000 !important;
}
.contact-section,
.team-section,
.discover-section{
    border-bottom: 1px solid #000;
}
.contact-section .info-block .inner-box .custom-icon img{
    max-width: 35px;
    margin-right: 10px;
}
.contact-section .info-block .inner-box .info li{
    display: flex;
    margin-bottom: 7px;
}
.select2-results__option,
.select2-search--dropdown{
    color: #000;
    background: #e6e6e6;
}
.services-section .row .service-block .inner-box:before{
    display: none;
}
.service-block .inner-box h6{
    margin-top: 0px;
}
.service-block .inner-box h6{
    text-align: center;
}

.main-footer .social-links li a span{
    background: #ffffff;
    border: 1px solid #000;
}
.main-footer .social-links li a,
.form-card .top-bar h3{
    color: #000;
}
.buyer-block .inner-box{
    height: 100%;
}
.buyer-block .lower-box h5{
    font-size: 20px;
}
.sponsors-section-two{
    border-top: none;
}

#location,
.form-card .form-group .form-control{
    background-color: #e6e6e6 !important;
    border: 1px solid #bfbfbf;
    color: #000000 !important;
}
.default-form .form-group input[type="text"], .default-form .form-group input[type="email"], .default-form .form-group input[type="password"], .default-form .form-group input[type="tel"], .default-form .form-group input[type="url"], .default-form .form-group input[type="file"], .default-form .form-group input[type="number"], .default-form .form-group textarea, .default-form .form-group select{
    background-color: #e6e6e6;
    border: 1px solid #bfbfbf;
    color: #000;
    height: 50px;
    padding: 5px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 50px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 50px !important;
    line-height: 50px !important;
}
.select2-selection__rendered{
    background-color: #e6e6e6;
    border: 1px solid #bfbfbf;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 48px !important;
}
.listing-item article{
    background: #fff;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.listing-item .listing:before{
    border-bottom-color: #FFF;
    display: none;
}
.form-card{
    background: #FFF;
}
.select2-container--default .select2-selection--multiple{
    background-color: #e6e6e6 !important;
    border: 1px solid #bfbfbf !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #e6e6e6 inset !important;
  /*transition: background-color 5000s ease-in-out 0s !important;*/
  color: #000 !important;
  -webkit-text-fill-color: #000;
  background: #e6e6e6  !important;
  /*font-size: 14px !important;*/
}
.btn-floating,
.side-filter li a, .sidenav li a,
.my-account-wrap .user-name{
    color: #000 !important;
}
.vendor-detail-section .comments-area .btn-style-one .btn-title{
    color: #e4a425;
}
.service-block .inner-box{
    background-size: cover;
}

.pkg-footer{
       background: #fff url(../images/pattern-cubes.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 80px;
}

figure.image-2 figcaption,
.lightorange figure.image-2 figcaption{
    /*background: #fff url(../images/pattern-cubes.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom right;*/
    /*background-size: 80px;*/
    border-bottom: 1px solid #000;
    border-top-left-radius: 0;
}
figcaption h1,
figcaption p{
    color: #000;
}
.package-section{
    background: #FFF;
}
.main-footer .newsletter-form .form-group input[type="text"], .main-footer .newsletter-form .form-group input[type="tel"], .main-footer .newsletter-form .form-group input[type="email"]{
    background-color: #e6e6e6;
    border: 1px solid #bfbfbf;
    color: #000;
}
.modal-content{
    background-color: #fff;
}
.form-control,
.form-control:focus{
    background-color: #e6e6e6;
    border: 1px solid #bfbfbf;
    color: #000;
}
.pattern-right-dots{
    position:absolute;
    bottom:0;
    right:0;
    background: #fff url(../images/pattern-cubes.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,.select2-results__option, .select2-search--dropdown{
        font-family: 'SF UI Display Medium';
            color: #000 !important;
    text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
    height: 100% !important;
    width: 100% !important;
    border:0 !important;
     border-color: none !important; 
     border-style: none !important; 
     border-width: 0; 
     margin-left: auto !important; 
     margin-top: auto !important; 
    position: absolute;
    top: 45% !important;
    /* width: 0; */
    right: 8px !important;
    left: auto !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    border:0;
}

.select2-container--default .select2-selection--multiple{
    padding-top:10px;
}


.bg-wave {
         background: #ffffff  url(../images/background/pattern-1.png) center top repeat;
         background-size: 25%;
}

.bg-wave .sponsors-section-two {
    background: transparent;
    padding: 50px 0px 40px;
}

.my-account-wrap .form-card .btn-primary:hover{
        background: #000000;
}

.add-action-btn .btn-style-one .btn-title {
    padding: 0;
}

.ads-banner .banner-carousel .content-box {
    height: 310px;
}

.ads-banner{
    padding-top: 66px;
    position: relative;
}


.ads-banner{
    padding-top: 66px;
    position: relative;
}

.ads-banner .banner-carousel .slide-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    opacity: 0.5;
    z-index: 1;
}


.ads-banner .banner-carousel .content-box .inner{
       max-width: 100%;
}

.ads-banner .banner-carousel .content-box h1 {
    font-size: 52px;
}


#sellers .row .service-block {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

#sellers .row .service-block  .inner-box {
    width: 200px;
}


.seller-request.gallery-item .cap-box .cat span:before{
    display: none;
}


.rqst-btn{
        display: flex;
    margin-left: auto;
}
.enquire-request{
        width: auto !important;
    padding: 0 5px;
    border-radius: 5px !important;
    display: flex  !important;
    margin-right:5px;
}

.sponsors-section-two .gallery-item .cap-box .cat.company-name{
    padding: 0px;
}

.sponsors-section-two .gallery-item .cap-box .cat.company-name span:before {
    display: none;
}


.myaccount .search-popup__inner{
    position: relative;
}

.myaccount .search-popup__form {
    z-index: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 25px;
    padding: 0;
}


.myaccount .search-popup__form input {
    border: 1px solid;
    padding-left: 30px;
}

.myaccount .search-popup__form button[type=submit] {
    right: 0px;
}

.abt-sec {
    padding: 60px 0px 60px;
}


.abt-sec .sec-title h2{
    font-size: 40px;
    font-weight: 800;
}

.career-sec .default-form ul li {
    font-weight: 600;
    font-size: 18px;
}


.orders-wrap .gallery-item .cap-box.member-info p{
    color: #000;
    margin: 0;
    font-weight: 600;
}

.main-footer .payment-cards{
   padding-top: 20px;
}

.main-footer .links-widget .payment-cards ul li a:hover:before {
   display: none !important;
}

.main-footer .payment-cards img{
    height: 30px;
}


.tag {
	color: #DF9F28;
	font-weight: bold;
	font-size: 12px;
}

.topright:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 50px solid #000;
	border-left: 50px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
}
.topright:after {
content: "NEW";
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    width: 25px;
    text-align: center;
}

.side-menu__top a i{
    font-size: 26px;
    color: #000;
    padding-bottom: 15px;
}


/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    .services-section .row .service-block{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .service-block .inner-box{
        height: 200px;
        width: 100%;
    }
}


/*.facts-section .sponsors-carousel .owl-nav {*/
/*    display: none;*/
/*}*/

.facts-section .flag-carousel{
    padding: 30px 0px 0px 0px;
}


.facts-section .flag-carousel .fa-angle-right {
    position: absolute;
    top: 45px;
    right: -40px;
    width: 30px;
    height: 30px;
    background: #ffffff !important;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    opacity: 0.6;
    border-radius: 50%;
    transition: all 500ms ease;
    color: #000;
    font-size: 18px;
}


.facts-section .flag-carousel .fa-angle-left {
    position: absolute;
    top: 45px;
    left: -40px;
    width: 30px;
    height: 30px;
    background: #ffffff !important;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    opacity: 0.6;
    border-radius: 50%;
    transition: all 500ms ease;
    color: #000;
    font-size: 18px;
}



.facts-section .flag-carousel .image-box img {
    height: 75px;
    width: 75px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
}


.facts-section .flag-carousel .owl-nav.disabled, .buyers-slider .buyers-carousel .owl-nav.disabled  {
    display: block !important;
}



.facts-section h6{
    color:#fff;
    text-align: center;
    font-size: 20px;
    margin: 0px;
     padding: 15px 0px 0px 0px;
}

.facts-section h6 span{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    display: block;
    line-height: 34px;
    padding-top: 5px;
}


/*.buyers-slider .service-block {*/
/*        padding: 0px 5px;*/
/*}*/

.buyers-slider .buyers-carousel .image-box {
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #df9f28;
    padding: 10px;
    border-radius: 7px;
}

.buyers-slider .buyers-carousel .image-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.buyers-slider .buyers-carousel .fa-angle-right, .sellers-slider .sellers-carousel .fa-angle-right {
    position: absolute;
    top: 80px;
    right: -50px;
    width: 30px;
    height: 30px;
    background: #df9f28; !important;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    border-radius: 50%;
    transition: all 500ms ease;
    color: #000;
    font-size: 18px;
}

.buyers-slider .buyers-carousel .fa-angle-left, .sellers-slider .sellers-carousel .fa-angle-left {
    position: absolute;
    top: 80px;
    left: -50px;
    width: 30px;
    height: 30px;
    background: #df9f28; !important;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    border-radius: 50%;
    transition: all 500ms ease;
    color: #000;
    font-size: 18px;
}

.product-wrapper .myaccount{
    padding: 0;
}

.sponsors-section-two .gallery-item.top-products  .inner-box{
    height: auto;
    padding: 0;
}


.sponsors-section-two .gallery-item.top-products .cap-box {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}    


.sponsors-section-two .gallery-item.top-products .cap-box .cap-inner {
    background: #fff;
    padding: 15px 14px 25px 14px;
}


.sponsors-section-two .gallery-item.top-products .cap-box .cap-inner .product-price {
    color: #DF9F28;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}

.sponsors-section-two .gallery-item.top-products .cap-box .cat span {
    padding-right: 0;
}

.sponsors-section-two .gallery-item.top-products .cap-box .cap-inner .product-price span {
    color: #697280;
    font-size: 12px;
}

.sponsors-section-two .gallery-item.top-products .cap-box .cap-seller-logo {
    bottom: 8px;
    top: auto;
}


.sponsors-section-two .gallery-item.top-products .cap-box .title {
    position: relative;
    display: block;
    padding: 10px 30px 0 0;
    height: 30px;
    display: flex;
    align-items: center;
}


.sponsors-section-two .gallery-item.top-products .cap-box h5 {
    font-size: 12px;
}


.sponsors-section-two .gallery-item.top-products .cap-box ul li{
    font-size: 12px;
    font-weight: 600;
}


.gallery-item .inner-box .image .carousel-item {
    height: 200px;
}


/* -- quantity box -- */

#send_enq .form-control:disabled, #send_enq .form-control[readonly] {
    background-color: #e9ecef;
    border: 1px solid #bfbfbf;
    opacity: 1;
}

.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 85px;
    height: 36px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 0;
    margin-left: -4px;
    margin-right: -4px;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
}

.quantity .input-text.qty.white-bg-input {
    border: 1px solid #e7ab32;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border: 1px solid #e7ab32;
    border-radius: 4px;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .plus-btn,
.quantity.buttons_added .minus-btn {
    padding: 6px 10px 5px;
    height: 36px;
    background-color: #e7ab32;
    border: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    width: 35px;
}

.quantity.buttons_added .minus-btn {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.quantity.buttons_added .plus-btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.quantity.buttons_added .minus-btn {
    border-right: 0;
}

.quantity.buttons_added .plus-btn {
    border-left: 0;
}

.quantity.buttons_added .minus-btn:hover,
.quantity.buttons_added .plus-btn:hover {
    background: #e7ab32;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #e7ab32;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus-btn:focus,
.quantity.buttons_added .plus-btn:focus {
    outline: none;
}

.terms-box-wrap{
    padding-top: 150px;
}
.terms-box-wrap .sec-title{
    display: flex;
    flex-wrap: wrap;
}
.terms-box-wrap .sec-title .boxes{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
    /*border: 1px solid #e6e6e6;*/
    display: flex;
    justify-content: space-between;
}
.terms-box-wrap .boxes .dot{
    color: #DF9F28;
}
.terms-box-wrap .boxes .sponsor-btn{
    width: 100%;
    margin-right: 0;
}
.terms-box-wrap .boxes .sponsor-btn .btn-title{
    font-size: 17px;
    padding: 20px 15px 20px !important;
}


.sponsors-section-two .logo-col .service-block h6 {
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 15px 0px 5px 0px;
    text-transform: uppercase;
}


.widget-content .action-btn {
    margin: 15px 0px;
}

.widget-content .action-btn img {
    max-width: 133px;
}


/* Style The Dropdown Button */
.country-drop .dropbtn {
  background-color: transparent;
  color: #000000;
  padding: 16px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}


.country-drop .dropdown {
  position: relative;
  display: inline-block;
}


.country-drop .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
  border-radius: 5px;
}


.country-drop .dropdown-content a {
  color: #001b4b;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}


.country-drop .dropdown-content a:hover {background-color: #fff;}


.country-drop .dropdown:hover .dropdown-content {
  display: block;
}


.country-drop .dropdown:hover .country-drop .dropbtn {
  background-color: transparent;
}

.country-drop .dropbtn img{
  width: 30px;
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
  position: relative;
  top: -1px;
}


.country-drop .dropdown-content a img{
  width: 30px;
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
}




@media(max-width: 575px) {
    .terms-box-wrap .sec-title .boxes{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5px 10px;
    }
    .terms-box-wrap {
        padding-top: 108px !important;
    }
}

.currencyPriceLabel
{
    margin: -34px 1px 0px 0px;
    float: right;
    position: inherit;
    /*background: #df9f28;*/
    padding: 5px 5px 3px 6px;
    border-top-right-radius: 4px;
    font-weight: bold;
    border-bottom-right-radius: 4px;
}