/**
 Theme Name: stbbiz
 Author: themefar
 Developer: Tamjid Bin Murtoza
 Version: 1.0.0
 */
/*Google Fonts*/
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700|Poppins:400,500,600,700");

/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Default Style
3. Button Style
4. Header
5. Hero Style
6. Icon Box
7. Section Heading
8. About Section
9. Image Box
10. Fun Fact
11. Project
12. News Letter
13. Contact Form
14. Map Area
15. Progressbar
16. Team
17. CTA
18. Pricing Table
19. Blog
20. Testimonial
20. Site Footer
21. Start Page Title
22. Sidebar Widget
23. Isotope Style
24. Start Text Slider
25. Blog Details
26. Blue Color CSS
27. Dark Version Css

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/

body,
html {
    color: #666;
    font-family: "Muli", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h3,
h6 {
    clear: both;
    color: #D0363B;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.2em;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

p {
    margin-bottom: 12px;
    /*color: black;*/
    /*font-family: "Muli", sans-serif;*/
    /*font-size: 12px;*/
}

ul {
    margin: 0 0 15px 0;
    padding-left: 15px;
    list-style: square outside none;
}

ol {
    padding-left: 15px;
    margin-bottom: 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 15px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: #D0363B;
}

/*--------------------------------------------------------------
2. Default Style
----------------------------------------------------------------*/
.tf-zoom {
    position: relative;
    overflow: hidden;
}

.tf-zoom-in {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tf-zoom:hover .tf-zoom-in {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.tf-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tf-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tf-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.tf-client-wrap.tf-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tf-section-top {
    padding-top: 100px;
}

.container {
    padding-top: 1px;
    margin-top: -1px;
}

.row {
    margin-top: -30px;
}

.row > [class*="col-"] {
    margin-top: 30px;
}

.tf-gray-bg {
    background-color: #F9F9F9;
}

.tf-mp0 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tf-vertical-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.tf-vertical-middle-in {
    width: 100%;
}

/*Owl Controller*/
.owl-nav button:focus {
    outline: none;
}

/*Style1*/
.owl-carousel.tf-style1 .owl-stage-outer,
.owl-carousel.tf-style2 .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -30px;
    margin-bottom: -30px;
}

.owl-carousel.tf-style2 .owl-stage-outer {
    padding-left: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
}

.owl-carousel.tf-owl-controler1 .owl-nav {
    display: none !important;
}

.owl-carousel.tf-owl-controler1 .owl-dots,
.owl-carousel.tf-owl-controler3 .owl-dots,
.owl-carousel.tf-client-carousel .owl-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-carousel.tf-client-carousel .owl-dots {
    display: none !important;
}

.owl-carousel.tf-owl-controler1 .owl-dots button,
.owl-carousel.tf-owl-controler3 .owl-dots button,
.owl-carousel.tf-client-carousel .owl-dots button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #ffc4b9;
    margin: 0 5px;
}

.owl-carousel.tf-owl-controler1 .owl-dots button:focus,
.owl-carousel.tf-owl-controler3 .owl-dots button:focus,
.owl-carousel.tf-client-carousel .owl-dots button:focus {
    outline: none;
}

.owl-carousel.tf-owl-controler1 .owl-dots button.active,
.owl-carousel.tf-owl-controler3 .owl-dots button.active,
.owl-carousel.tf-client-carousel .owl-dots button.active {
    background-color: #6262a0;
}

/*Style 2*/
.owl-carousel.tf-owl-controler2 .owl-nav {
    max-width: 1140px;
    padding: 0 15px;
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 45px;
}

.owl-carousel.tf-owl-controler2 .owl-prev i,
.owl-carousel.tf-owl-controler2 .owl-next i {
    font-size: 12px;
}

.owl-carousel.tf-owl-controler2 .owl-prev,
.owl-carousel.tf-owl-controler2 .owl-next {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel.tf-owl-controler2 .owl-prev:hover,
.owl-carousel.tf-owl-controler2 .owl-next:hover {
    color: #ff8a73;
}

.owl-carousel.tf-owl-controler2 .owl-prev i {
    margin-right: 10px;
}

.owl-carousel.tf-owl-controler2 .owl-next i {
    margin-left: 10px;
}

.owl-carousel.tf-owl-controler2 .owl-prev {
    margin-right: 30px;
}

/*Style3*/
.owl-carousel.tf-owl-controler3 .owl-nav {
    display: block !important;
}

.owl-carousel.tf-owl-controler3 .owl-dots,
.owl-carousel.tf-owl-controler4 .owl-dots {
    display: none !important;
}

.owl-carousel.tf-owl-controler3 .owl-nav .owl-prev,
.owl-carousel.tf-owl-controler3 .owl-nav .owl-next,
.owl-carousel.tf-owl-controler4 .owl-nav .owl-prev,
.owl-carousel.tf-owl-controler4 .owl-nav .owl-next {
    position: absolute;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    color: #6262a0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}

.owl-carousel.tf-owl-controler3 .owl-nav .owl-prev {
    left: -35px;
}

.owl-carousel.tf-owl-controler3 .owl-nav .owl-next {
    right: -35px;
}

.tf-owl-controler3-hover:hover .owl-carousel.tf-owl-controler3 .owl-nav .owl-prev {
    left: -75px;
    opacity: 1;
}

.tf-owl-controler3-hover:hover .owl-carousel.tf-owl-controler3 .owl-nav .owl-next {
    right: -75px;
    opacity: 1;
}

.owl-carousel.tf-owl-controler3 .owl-nav .owl-prev:hover,
.owl-carousel.tf-owl-controler3 .owl-nav .owl-next:hover,
.owl-carousel.tf-owl-controler4 .owl-nav .owl-prev:hover,
.owl-carousel.tf-owl-controler4 .owl-nav .owl-next:hover {
    color: #ff8a73;
}

/*Style4*/
.owl-carousel.tf-owl-controler4 .owl-nav .owl-prev,
.owl-carousel.tf-owl-controler4 .owl-nav .owl-next {
    position: initial;
    opacity: 1;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}

.owl-carousel.tf-owl-controler4 .owl-nav .owl-prev {
    margin-right: 10px;
}

.owl-carousel.tf-owl-controler4 .owl-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 23px;
}

/*End Owl Controller*/
/*--------------------------------------------------------------
3. Button Style
----------------------------------------------------------------*/
/* Button Group */
.tf-btn-group.tf-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
}

.tf-btn-group.tf-style1 .tf-btn {
    margin: 0 10px;
    margin-bottom: 10px;
}

/* Button Type */
.tf-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-btn:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.tf-btn i {
    margin-right: 15px;
}

.tf-btn.tf-style2 i {
    font-size: 50px;
    color: #5257a6;
    background-color: rgba(82, 87, 166, 0.15);
    border-radius: 50%;
    position: relative;
    font-weight: initial;
}

.tf-btn.tf-style2 i:after {
    content: '';
    border-top: 9px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    left: 20px;
    top: 16px;
}

.tf-btn.tf-style1 {
    padding: 0.87em 3.4em;
    font-weight: 500;
    border-radius: 1.8em;
}

.tf-btn.tf-style1.tf-size1 {
    padding: 0.7em 2.5em;
}

.tf-btn.tf-style1:focus {
    outline: none;
}

.tf-btn.tf-style2 {
    font-weight: 500;
}

.tf-btn.tf-style2:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert-danger {
    margin-bottom: 10px;
}

/* Button Color */
.tf-btn.tf-color1 {
    color: #fff;
    background-color: #d03a3b;
}

.tf-btn.tf-color1:hover {
    background-color: #d03a3b;
}

.tf-btn.tf-color2 {
    color: #fff;
    background-color: #d03a3b;
}

.tf-btn.tf-color2:hover {
    background-color: #d03a3b;
}

/*--------------------------------------------------------------
4. Header
----------------------------------------------------------------*/
.tf-header {
    position: relative;
}

.tf-header.tf-sticky-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.tf-header.tf-style1.tf-other-page-header {
    background: #fff;
}

.tf-header.tf-style1 .tf-main-header-in {
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tf-header.tf-style1.tf-sticky-active .tf-main-header-in {
    height: 80px;
}

.tf-header.tf-sticky-menu.tf-sticky-active {
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

.tf-header.tf-sticky-menu.tf-sticky-active.tf-color1 {
    background: #2a58ff;
}

.tf-header.tf-style1 .tf-main-header {
    position: relative;
}

/*=== Logo Area ===*/
.tf-site-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.tf-site-title a {
    color: inherit;
}

/*End Logo Area*/

/*Horizontal Menu Area*/
.tf-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tf-nav-wrap,
.tf-desktop-nav.tf-nav,
.tf-desktop-nav .tf-nav-list,
.tf-desktop-nav .tf-nav-list > li,
.tf-desktop-nav .tf-nav-list > li > a {
    height: 100%;
}

.tf-solid-header .tf-desktop-nav .tf-nav-list > li > a {
    color: #666;
}

.tf-solid-header .tf-desktop-nav .tf-nav-list > li > a.active {
    color: #2a58ff;
}

.tf-header.tf-color1 .tf-desktop-nav .tf-nav-list > li > a {
    color: rgba(255, 255, 255, 0.7);
}

.tf-header.tf-color1 .tf-desktop-nav .tf-nav-list > li > a.active {
    color: #fff;
}

.tf-nav-list > li > a > i {
    color: #666;
    font-size: 12px;
    margin-right: 6px;
}

.tf-nav.tf-desktop-nav {
    display: block !important;
}

.tf-desktop-nav .tf-nav-list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.tf-desktop-nav .tf-nav-list > li {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tf-desktop-nav .tf-nav-list > li:first-child {
    margin-left: 0;
}

.tf-desktop-nav .tf-nav-list > li > a {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tf-nav-list > li > a {
    color: #D0363B;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.tf-nav-label {
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.7em;
    padding: 0 4px;
    border-radius: 2px;
    display: inline-block;
}

.tf-nav-label.tf-style1 {
    background: #de3618;
    position: relative;
    top: -6px;
    margin-left: 5px;
}

.tf-nav-label.tf-style2 {
    background-color: #50b83c;
    margin-left: auto;
}

/*=== Horizontal Dropdown ===*/
.tf-has-children {
    position: relative;
}

.tf-desktop-nav .tf-nav-list > .tf-has-children > a {
    position: relative;
    padding-right: 13px;
}

.tf-desktop-nav .tf-nav-list > li > a.active {
    color: #D0363B;
}

.tf-desktop-nav .tf-nav-list .tf-has-children > ul {
    list-style: none;
    position: absolute;
    width: 200px;
    background: #fff;
    left: 0;
    top: 100%;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    display: block !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.tf-nav-list ul a {
    color: #666;
    padding: 7px 20px;
    display: block;
    font-size: 13px;
}

.tf-desktop-nav .tf-nav-list .tf-sub-megamenu-list li a:hover {
    background: transparent;
}

.tf-desktop-nav .tf-nav-list ul a:hover,
.tf-desktop-nav .tf-nav-list .tf-sub-megamenu-list li.active a {
    background-color: #f5f5f5;
}

.tf-desktop-nav .tf-nav-list .tf-has-children > ul ul {
    left: 100%;
    top: 0;
}

.tf-desktop-nav .tf-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}

.tf-nav-list ul .tf-has-children > a {
    padding-right: 25px;
}

/*=== Hovizontal Mega Menu ===*/
.tf-desktop-nav .tf-megamenu {
    position: initial;
}

.tf-desktop-nav .tf-has-children .tf-megamenu-in {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    max-width: 1170px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    border-bottom-width: 2px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.tf-desktop-nav .tf-has-children:hover .tf-megamenu-in {
    opacity: 1;
    visibility: visible;
}

.tf-megamenu-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65em;
    margin-bottom: 0;
}

.tf-desktop-nav .tf-megamenu-title {
    padding: 6px 20px;
}

.tf-megamenu-list {
    padding: 0;
    list-style: none;
}

.tf-megamenu.tf-style1 .row {
    margin: 0;
}

.tf-megamenu.tf-style1 .container,
.tf-megamenu.tf-style1 .row > div {
    padding: 0;
}

.tf-desktop-nav .tf-nav-list .tf-megamenu ul a {
    padding: 7px 20px;
}

.tf-desktop-nav .tf-megamenu-col {
    padding: 10px 0;
    border-right: 1px solid #eaeaea;
}

.tf-desktop-nav .row > div:last-child > .tf-megamenu-col {
    border-right: 0;
}

.tf-solid-header {
    background: #fff;
}

.tf-header.tf-style1.tf-solid-header .tf-main-header-in {
    height: 80px;
}

.tf-height-80 {
    height: 80px;
}

.tf-full-width .container {
    max-width: 100%;
    padding: 0 50px;
}

/*End Horizontal Mega menu*/

/*=== Horizontal Mobile Menu Style ===*/

.tf-mobile-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
}

.tf-mobile-nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
    padding-left: 15px;
}

.tf-mobile-nav .tf-nav-list ul {
    display: none;
}

.tf-mobile-nav .tf-nav-list > li > a {
    padding: 8px 0px;
    display: block;
}

.tf-mobile-nav .tf-nav-list ul a {
    padding-left: 0;
    padding-right: 0;
}

.tf-sub-megamenu-in {
    display: none;
}

.tf-sub-megamenu-in.active {
    display: block;
}

.tf-nav.tf-mobile-nav {
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.tf-mobile-nav .tf-nav-list .tf-megamenu-list {
    display: block;
}

.tf-mobile-nav .tf-megamenu-title {
    padding: 7px 15px;
}

.tf-mobile-nav .tf-nav-list .tf-megamenu-list a {
    padding-left: 10px;
    padding-right: 10px;
}

.tf-mobile-nav .tf-megamenu-in {
    display: none;
}

.tf-nav-toggle {
    display: none;
}

.tf-mobile-nav .tf-dropdown-btn {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 9px;
    cursor: pointer;
    z-index: 1;
}

.tf-mobile-nav .tf-dropdown-btn:before,
.tf-mobile-nav .tf-dropdown-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 8px;
    background-color: #666;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-mobile-nav .tf-dropdown-btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.tf-mobile-nav .tf-dropdown-btn.tf-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

/*End Horizontal Mobile Menu*/

/*=== Mobile Menu Button ===*/
.tf-nav-toggle.tf-style1.tf-active span:nth-child(1),
.tf-nav-toggle.tf-style1.tf-active span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tf-nav-toggle.tf-style1.tf-active span:nth-child(2),
.tf-nav-toggle.tf-style1.tf-active span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tf-nav-toggle.tf-style1.tf-active span:nth-child(1) {
    left: 2px;
    top: 4px;
}

.tf-nav-toggle.tf-style1.tf-active span:nth-child(2) {
    left: calc(50% - 2px);
    top: 4px;
}

.tf-nav-toggle.tf-style1.tf-active span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.tf-nav-toggle.tf-style1.tf-active span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.tf-nav-toggle.tf-style1.tf-active span:nth-child(5) {
    left: 2px;
    top: 11px;
}

.tf-nav-toggle.tf-style1.tf-active span:nth-child(6) {
    left: calc(50% - 2px);
    top: 11px;
}

.tf-nav-toggle.tf-style1 {
    width: 22px;
    height: 14px;
    vertical-align: middle;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.tf-nav-toggle.tf-style1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #666;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.tf-header.tf-color1 .tf-nav-toggle.tf-style1 span {
    background: #fff;
}

.tf-nav-toggle.tf-style1 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

.tf-nav-toggle.tf-style1 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

.tf-nav-toggle.tf-style1 span:nth-child(1),
.tf-nav-toggle.tf-style1 span:nth-child(2) {
    top: 0px;
}

.tf-nav-toggle.tf-style1 span:nth-child(3),
.tf-nav-toggle.tf-style1 span:nth-child(4) {
    top: 6px;
}

.tf-nav-toggle.tf-style1 span:nth-child(5),
.tf-nav-toggle.tf-style1 span:nth-child(6) {
    top: 12px;
}

/*Ene Mobile Menu Button*/

/*=== Horizontal Menu Animation Efect ===*/
.tf-fade-up .tf-desktop-nav .tf-nav-list .tf-has-children > ul {
    margin-top: 5px;
}

.tf-fade-up .tf-desktop-nav .tf-has-children:hover > ul {
    margin-top: -10px;
}

.tf-fade-up .tf-desktop-nav .tf-has-children .tf-megamenu-in {
    margin-top: 5px;
}

.tf-fade-up .tf-desktop-nav .tf-has-children:hover .tf-megamenu-in {
    margin-top: -10px;
}

.tf-fade-down .tf-desktop-nav .tf-nav-list .tf-has-children > ul {
    margin-top: -20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-fade-down .tf-desktop-nav .tf-has-children:hover > ul {
    margin-top: -10px;
}

.tf-fade-down .tf-desktop-nav .tf-has-children .tf-megamenu-in {
    margin-top: -20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-fade-down .tf-desktop-nav .tf-has-children:hover .tf-megamenu-in {
    margin-top: -10px;
}

/*Ene Horizontal Menu Animation Effect*/
.tf-header.tf-style1.tf-other-page-header .tf-main-header-in {
    height: 80px;
}

/*=== Menu Responsive Style ===*/
@media screen and (max-width: 991px) {

    .tf-nav-toggle {
        display: block;
    }

    .tf-nav.tf-mobile-nav {
        display: none;
    }

    .tf-header .container {
        max-width: 100%;
    }

    .tf-mobile-nav {
        border-top: 1px solid #eaeaea;
    }

    .tf-header.tf-style2 .tf-main-header-in {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .tf-skill-img img{
        display: none;
    }
    .tf-skill-wrap.tf-section-top{
        text-align: center;
    }
}

/*End Menu Responsive*/

/*--------------------------------------------------------------
5. Hero Style
----------------------------------------------------------------*/
.tf-hero-slide.tf-style1 {
    height: 820px;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.tf-hero-slide.tf-style1.tf-type2 {
    padding-bottom: 70px;
}

.tf-hero-slide.tf-style1 .container,
.tf-hero-slide.tf-style2 .container {
    margin: 0;
    position: relative;
    z-index: 1;
}

.tf-hero-slide.tf-style1 .container {
    z-index: 2;
}

.tf-hero-slide.tf-style1 .tf-hero-img,
.tf-hero-slide.tf-style2 .tf-hero-img {
    /*border: #0d469f solid 1px;*/
    position: absolute;
    left: 62.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;

}

.tf-hero-slide.tf-style1 .tf-hero-img img,
.tf-hero-slide.tf-style2 .tf-hero-img img {
    -webkit-animation: 1.7s infinite alternate imageUpAnimation;
    animation: 1.7s infinite alternate imageUpAnimation;
    width: 300px;
    height: 200px;
    display: inline-block;
}

.icon_ul {
    list-style: none;
    width: auto;
    height: 150px;
    margin: 0;
    padding: 0;
    position: relative;
}

.icon_li {
    width: 20%;
    height: 150px;
    display: inline-block;
}

.icon_li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.tf-hero-text.tf-style1 h1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 19px;
}

.tf-hero-text.tf-style1 b,
.tf-hero-text.tf-style1 i {
    font-weight: inherit;
    font-style: initial;
}

.tf-hero-text.tf-style1 .tf-hero-subtitle {
    font-size: 22px;
    line-height: 1.6em;
    margin-bottom: 40px;
}

.tf-hero-text.tf-style1 {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    padding-top: 20px;
    z-index: 1
}

.tf-adjust-middle .tf-hero-text.tf-style1 {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    padding-top: 85px;
    z-index: 1;
}

.tf-hero-slider1 .tf-hero-text.tf-style1 {
    position: relative;
    top: -100px;
    opacity: 0;
}

.owl-carousel.tf-hero-slider1 .active .tf-hero-text.tf-style1 {
    top: 0px;
    opacity: 1;
}

.tf-hero-slide.tf-style1 .tf-hero-img,
.tf-hero-slide.tf-style2 .tf-hero-img {
    top: 54%;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.tf-hero-slider1 .tf-hero-slide.tf-style1 .tf-hero-img {
    top: 65%;
    opacity: 0;
}

.owl-carousel.tf-hero-slider1 .active .tf-hero-slide.tf-style1 .tf-hero-img {
    top: 62.5%;
    opacity: 1;
}

.tf-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.tf-pattern-animation-wrap {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 480px;
}

.tf-pattern-animation {
    -webkit-animation: paternAnimation 5s alternate infinite linear;
    animation: paternAnimation 5s alternate infinite linear;
}

.tf-hero-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
}

.tf-overflow-hidden {
    overflow: hidden;
}

@-webkit-keyframes paternAnimation {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, -1, -9);
        transform: matrix(1, 0, 0, 1, -1, -9);
    }

    25% {
        -webkit-transform: matrix(1, 0, 0, 1, -5, 4);
        transform: matrix(1, 0, 0, 1, -5, 4);
    }

    50% {
        -webkit-transform: matrix(1, 0, 0, 1, -9, 9);
        transform: matrix(1, 0, 0, 1, -9, 9);
    }

    75% {
        -webkit-transform: matrix(1, 0, 0, 1, 5, -4);
        transform: matrix(1, 0, 0, 1, 5, -4);
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, -1, -9);
        transform: matrix(1, 0, 0, 1, -1, -9);
    }
}

@keyframes paternAnimation {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, -1, -9);
        transform: matrix(1, 0, 0, 1, -1, -9);
    }

    25% {
        -webkit-transform: matrix(1, 0, 0, 1, -5, 4);
        transform: matrix(1, 0, 0, 1, -5, 4);
    }

    50% {
        -webkit-transform: matrix(1, 0, 0, 1, -9, 9);
        transform: matrix(1, 0, 0, 1, -9, 9);
    }

    75% {
        -webkit-transform: matrix(1, 0, 0, 1, 5, -4);
        transform: matrix(1, 0, 0, 1, 5, -4);
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, -1, -9);
        transform: matrix(1, 0, 0, 1, -1, -9);
    }
}

.tf-video-btn-icon {
    display: inline-block;
    position: relative;
    z-index: 2
}

.tfvideo-button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 13px;
    left: 13px;
}

.tfvideo-button span {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border-radius: 50%;
    -webkit-animation: tfvideo-animaion 2s linear infinite;
    animation: tfvideo-animaion 2s linear infinite;
    -webkit-box-shadow: 0 0 0 10px #2a58ff;
    box-shadow: 0 0 0 10px #2a58ff;
}

.tfvideo-button.tf-color1 span {
    -webkit-box-shadow: 0 0 0 10px #ff8a73;
    box-shadow: 0 0 0 10px #ff8a73;
}

.tfabout-video img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes tfvideo-animaion {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75;
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes tfvideo-animaion {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75;
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


/*Style Two*/
/*Circle Animation*/
.tf-circle {
    background-color: #fff;
    opacity: 0.031;
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.tf-circle-first {
    left: 2%;
    top: 2%;
    -webkit-animation: circleAnimation 13s alternate infinite linear;
    animation: circleAnimation 13s alternate infinite linear;
}

.tf-circle-second {
    right: 10%;
    top: -3%;
    -webkit-animation: circleAnimation 18s alternate infinite linear;
    animation: circleAnimation 18s alternate infinite linear;
}

@-webkit-keyframes circleAnimation {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }

    40% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }

    60% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }

    80% {
        -webkit-transform: translate(-10px, 40px);
        transform: translate(-10px, 40px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes circleAnimation {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    20% {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }

    40% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }

    60% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }

    80% {
        -webkit-transform: translate(-10px, 40px);
        transform: translate(-10px, 40px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

/*End Circle Animation*/
/*Wave Animation*/
.tf-wave-wrap .tf-wave-first .tf-wave-in {
    -webkit-animation: move_wave 15s linear infinite;
    animation: move_wave 15s linear infinite;
}

.tf-wave-wrap .tf-wave-second .tf-wave-in {
    -webkit-animation: move_wave 20s linear infinite;
    animation: move_wave 20s linear infinite;
    bottom: -35px;
}

.tf-wave-wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.tf-wave {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: 0
}

.tf-wave-in {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        -webkit-transform: translateX(-25%) translateZ(0);
        transform: translateX(-25%) translateZ(0)
    }

    100% {
        -webkit-transform: translateX(-50%) translateZ(0);
        transform: translateX(-50%) translateZ(0)
    }
}

/*End Wave Animaiton*/
.tf-hero-slide.tf-style2 {
    height: 800px;
    background-color: #2a58ff;
    position: relative;
}

.tf-hero-slide.tf-style2.tf-type1 {
    height: 100vh;
    background-color: #2a58ff;
    position: relative;
    border-radius: 0 0 100% 0;
    width: calc(100% - 120px);
    border: 40px solid #EDF1FA;
    border-left: none;
    border-top: none;
    padding-left: 150px;
}

.tf-hero-slide.tf-style2.tf-type3 {
    height: 100vh;
    background-color: #666;
    position: relative;
    border-radius: 0 0 100% 0;
    border: 40px solid #EDF1FA;
    border-left: none;
    border-top: none;
    padding-left: 33px;
    width: calc(100% + 15px);
}

.tf-hero-slide.tf-style2.tf-type1 .tf-hero-img {
    width: 800px;
    left: 61%;
    z-index: 1;
}

.tf-hero-slide.tf-style2.tf-type1 .tf-hero-img img {
    -webkit-animation: none;
    animation: none;
    width: 100%;
}

.tf-hero-slide.tf-style2 .tf-hero-text.tf-style1 h1 {
    color: #fff;
}

.tf-hero-slide.tf-style2 .tf-hero-text.tf-style1 .tf-hero-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.tf-hero-slide.tf-style2.tf-type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: initial;
    margin-bottom: 60px;
    border-radius: 0 0 100% 100%;
    border-bottom: 40px solid #EDF1FA;
    width: 110%;
    margin-left: -5%;
}

.tf-hero-slide.tf-style2.tf-type2 .tf-hero-text.tf-style1 {
    padding-top: 110px;
    padding-bottom: 80px;
}

.tf-hero-img2 {
    position: relative;
    margin-bottom: -110px;
}

.tf-hero-slide.tf-style2.tf-type2 .tf-wave-wrap {
    margin-bottom: -50px;
}

.tf-folow-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tf-folow-icon a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #b5b5b5;
    overflow: hidden;
    margin-right: 16px;
    padding: 0 2px;
}

.tf-folow-icon a:last-child {
    margin-right: 0;
}

.tf-folow-icon a:hover {
    color: #b5b5b5;
}

.tf-folow-icon i {
    display: inline-block;
    line-height: inherit;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tf-folow-icon i:last-child {
    position: absolute;
    top: 0;
    left: -25px;
    color: #111;
}

.tf-folow-icon a i:first-child {
    color: #b5b5b5;
}

.tf-folow-icon a:hover i:last-child {
    left: 0;
}

.tf-folow-icon a:hover i:first-child {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

.tf-hero-slide-wrap {
    position: relative;
}

.tf-hero-slide-wrap .tf-folow-icon {
    position: absolute;
    right: 50px;
    bottom: 27px;
}

/*===Video Popup===*/
.tf-pd-video .tf-video-open,
.tf-sample-img .tf-video-open {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 68px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 48px;
}

.tf-pd-video .tf-video-open:hover,
.tf-sample-img .tf-video-open:hover {
    color: rgba(255, 255, 255, 0.7);
}

.tf-video-popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.tf-video-popup.active {
    left: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
}

.tf-video-popup-overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
}

.tf-video-popup.active .tf-video-popup-overlay {
    opacity: 0.8;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.tf-video-popup-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    padding: 15px;
}

.tf-video-popup.active .tf-video-popup-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.tf-video-popup-content:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.tf-video-popup-container {
    display: inline-block;
    position: relative;
    text-align: left;
    background: #fff;
    max-width: 1100px;
    width: 100%;
    vertical-align: middle;
}

.tf-video-popup-container .embed-responsive {
    width: 100%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.tf-video-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #d90d0d;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tf-video-popup iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.tf-video-popup-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    margin-left: -10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tf-video-popup-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tf-video-popup-close:hover:before,
.tf-video-popup-close:hover:after {
    background: #000;
}

.tf-video-popup-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.tf-video-popup-align {
    overflow: hidden;
}

/*End Video Popup*/

/*--------------------------------------------------------------
6. Icon Box
----------------------------------------------------------------*/
.tf-iconbox-wrap.tf-style1 {
    margin-top: -140px;
    position: relative;
    z-index: 3;
}

.tf-iconbox-wrap.tf-style1 .tf-iconbox.tf-style1 {
    background-color: #fff;
}

.tf-iconbox.tf-style1 {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.12);
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.12);
    padding: 40px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-iconbox.tf-style1:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.tf-iconbox.tf-style1 .tf-iconbox-icon i {
    position: relative;
    z-index: 1;
}

.tf-iconbox.tf-style1 .tf-iconbox-icon {
    margin-bottom: 26px;
    position: relative;
    font-size: 70px;
    color: #6262a0;
    height: 70px;
    width: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-iconbox.tf-style1:hover .tf-iconbox-icon {
    color: #ff8a73;
}

.tf-iconbox.tf-style1 .tf-iconbox-icon:before,
.tf-iconbox.tf-style1 .tf-iconbox-icon:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 85px;
    height: 70px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tf-iconbox.tf-style1 .tf-iconbox-icon:before {
    background-image: url(../img/light-img/shap1.png);
}

.tf-iconbox.tf-style1 .tf-iconbox-icon:after {
    background-image: url(../img/light-img/shap2.png);
    opacity: 0;
}

.tf-iconbox.tf-style1:hover .tf-iconbox-icon:before {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) skewX(15deg) scale(1.02);
    -ms-transform: translate(-50%, -50%) skewX(15deg) scale(1.02);
    transform: translate(-50%, -50%) skewX(15deg) scale(1.02);
}

.tf-iconbox.tf-style1:hover .tf-iconbox-icon:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) skewX(15deg) scale(1.02);
    -ms-transform: translate(-50%, -50%) skewX(15deg) scale(1.02);
    transform: translate(-50%, -50%) skewX(15deg) scale(1.02);
}

.tf-iconbox.tf-style1 .tf-iconbox-title,
.tf-image-box.tf-style1 .tf-image-box-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-iconbox.tf-style1:hover .tf-iconbox-title {
    color: #ff8a73
}

.tf-iconbox.tf-style1 .tf-iconbox-text,
.tf-image-box.tf-style1 .tf-image-box-text {
    margin-bottom: -5px;
}

.tf-service-section {
    position: relative;
}

.tf-service-section .container {
    position: relative;
    z-index: 1;
}

.tf-service-background-shap {
    position: absolute;
    top: 6%;
    right: -9%;
    -webkit-animation: borderAnimation 4s linear infinite;
    animation: borderAnimation 4s linear infinite;
}

.tf-image-box-lavel {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 0px 6px 1px;
    background-color: #666;
    border-radius: 2px;
}

/*--------------------------------------------------------------
7. Section Heading
----------------------------------------------------------------*/
.tf-section-heading.tf-style1 {
    margin-bottom: 27px;
}

.tf-section-heading.tf-style1 h3 {
    font-size: 18px;
    color: #D0363B;
    font-weight: 500;
    margin-bottom: 9px;
    margin-top: -3px;
}

.tf-section-heading.tf-style1 h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.tf-seperator {
    width: 172px;
    margin: auto;
    position: relative;
    margin-bottom: 5px;
    line-height: 10px;
    margin-top: 4px;
}

.tf-seperator-left-bar,
.tf-seperator-right-bar {
    position: absolute;
    height: 1px;
    width: 70px;
    background: rebeccapurple;
    top: 52%;
}

.tf-seperator-left-bar {
    left: 0;
}

.tf-seperator-right-bar {
    right: 0;
}

.tf-section-heading.tf-style2 {
    margin-bottom: 60px;
}

.tf-section-heading.tf-style2 h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 4px;
    margin-top: -7px;
}

.tf-section-heading.tf-style2 p {
    margin-bottom: 0;
    padding-top: 4px;
}

.tf-section-heading.tf-style1.tf-type1 {
    border-bottom: 1px solid #e0e0ec;
    margin-bottom: 24px;
    padding-bottom: 12px;
    text-align: center;
}

.tf-section-heading.tf-style2.tf-type2 h2 {
    padding-bottom: 14px;
}

.tf-section-heading.tf-style2.tf-type2 {
    margin-bottom: 40px;
}

.tf-seperator-icon {
    -webkit-animation: spin-animaiton 6s linear infinite;
    animation: spin-animaiton 6s linear infinite;
}

@-webkit-keyframes spin-animaiton {
    0% {
        -webkit-transform: rotateY(-20deg) rotateX(0deg);
        transform: rotateY(-20deg) rotateX(0deg);
    }

    75% {
        -webkit-transform: rotateY(-20deg) rotateX(360deg);
        transform: rotateY(-20deg) rotateX(360deg);
    }

    100% {
        -webkit-transform: rotateY(-20deg) rotateX(360deg);
        transform: rotateY(-20deg) rotateX(360deg);
    }
}

/*--------------------------------------------------------------
8. About Section
----------------------------------------------------------------*/
.tf-about-text p {
    margin-bottom: 17px;
}

.tr-list {
    padding: 0;
    margin: 0;
    margin-bottom: 23px;
}

.tr-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 13px;
}

.tr-list li:last-child {
    margin-bottom: 0;
}

.tr-list li:before,
.tr-list li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    border: 2px solid #6262a0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.tr-list li:after {
    background: #6262a0;
    height: 6px;
    width: 6px;
    left: 3px;
    top: 9px;
}

.tf-about-img.tf-style1 {
    position: relative;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.12);
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.12);
    padding: 5px;
}

.tf-about-img.tf-style1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
}

/*--------------------------------------------------------------
9. Image Box
----------------------------------------------------------------*/
.tf-image-box.tf-style1 {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.12);
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.12);
}

.tf-image-box.tf-style1 .tf-image-box-info {
    padding: 25px 20px 30px;
}

.tf-image {
    display: block;
    position: relative;
    overflow: hidden;
}

.tf-image:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tf-image:hover:before {
    opacity: 0.1;
}

.tf-image img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tf-image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*--------------------------------------------------------------
10. Fun Fact
----------------------------------------------------------------*/
.tf-funfact-icon {
    margin: auto;
    position: relative;
    margin-bottom: 21px;
    font-size: 70px;
    color: #6262a0;
    height: 70px;
    width: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tf-funfact-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 85px;
    height: 71px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background-image: url(../img/light-img/shap1.png);
}

.tf-funfact:hover .tf-funfact-icon:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.tf-funfact-number {
    font-size: 60px;
    line-height: 1em;
    color: #D0363B;
    font-weight: 500;
    margin-bottom: 19px;
}

.tf-funfact-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -4px;
}

/*--------------------------------------------------------------
11. Project
----------------------------------------------------------------*/
.tf-single-project {
    height: 340px;
    width: 100%;
    display: block;
    position: relative;
}

.tf-single-project:hover {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.12);
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.12);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.tf-project-meta {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.42);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-project-meta h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    top: 20px;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.67, -0.54, 0.27, 1.56);
    -o-transition: all 0.4s cubic-bezier(0.67, -0.54, 0.27, 1.56);
    transition: all 0.4s cubic-bezier(0.67, -0.54, 0.27, 1.56);
}

.tf-project-meta span {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    top: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.67, -0.54, 0.27, 1.56);
    -o-transition: all 0.4s cubic-bezier(0.67, -0.54, 0.27, 1.56);
    transition: all 0.4s cubic-bezier(0.67, -0.54, 0.27, 1.56);
}

.tf-single-project:hover .tf-project-meta {
    opacity: 1;
}

.tf-single-project:hover .tf-project-meta h3 {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.tf-single-project:hover .tf-project-meta span {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*--------------------------------------------------------------
12. News Letter
----------------------------------------------------------------*/
.subscription-error,
.subscription-success {
    display: none !important;
}

.tf-subscribe-form {
    position: relative;
}

.tf-subscribe-form input,
.tf-contact-form input,
.tf-contact-form textarea {
    border: 1px solid #d0d0e2;
    height: 50px;
    width: 100%;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 15px;
    max-width: calc(100% - 85px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
}

.tf-subscribe-form input:focus,
.tf-contact-form input:focus,
.tf-contact-form textarea:focus {
    border-color: #5257a6;
    outline: none;
}

.tf-newsletter-btn {
    height: 50px;
    width: 70px;
    background-color: #D0363B;
    border: none;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 36px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-newsletter-btn:hover {
    opacity: 0.8
}

.tf-right-newsletter {
    padding-left: 40px;
    max-width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.tf-newsletter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 825px;
    margin: auto;
}

.tf-newsletter-text {
    margin-bottom: 43px;
}

.tf-newsletter-img {
    position: relative;
}

.tf-bard-animation1 {
    top: 7%;
    left: 4%;
    position: absolute;
    -webkit-animation: bardAnimaiton1 5s alternate infinite linear;
    animation: bardAnimaiton1 5s alternate infinite linear;
}

.tf-bard-animation2 {
    position: absolute;
    top: 30%;
    left: 34%;
    -webkit-animation: bardAnimaiton1 4s alternate infinite linear;
    animation: bardAnimaiton1 4s alternate infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.tf-bard-animation3 {
    position: absolute;
    left: 70%;
    top: 1%;
    -webkit-animation: bardAnimaiton1 5s alternate infinite linear;
    animation: bardAnimaiton1 5s alternate infinite linear;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

@-webkit-keyframes bardAnimaiton1 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    33% {
        -webkit-transform: translate(-5px, -5px) rotate(-5deg);
        transform: translate(-5px, -5px) rotate(-5deg);
    }

    66% {
        -webkit-transform: translate(-5px, 0px) rotate(-2deg);
        transform: translate(-5px, 0px) rotate(-2deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

}

/*--------------------------------------------------------------
13. Contact Form
----------------------------------------------------------------*/
.tf-contact-form input,
.tf-contact-form textarea {
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 14px;
}

.tf-contact-form textarea {
    height: 140px;
}

.tf-contact-form .tf-btn.tf-style1 {
    margin: 20px 25%;
    margin-bottom: 0px;
    margin-left: 27.5%;
}

.tf-contact-info.tf-style1 {
    padding: 45px 100px;
    padding-right: 70px;
    height: 100%;
    min-height: 400px;
}

.tf-contact-info-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tf-contact-info-text {
    margin-bottom: 20px;
}

.tf-contact-info.tf-style1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tf-contact-info.tf-style1 ul li {
    line-height: 1.6em;
    margin-bottom: 7px;
    position: relative;
    /*padding-left: 25px;*/
}

.tf-contact-info.tf-style1 ul li:last-child {
    margin-bottom: 0;
}

.tf-contact-info.tf-style1 ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #6262a0;
    font-size: 16px;
}

.tf-contact-info-in {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 25% 0;

}

.tf-svg-animation1 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: borderAnimation 4s linear infinite;
    animation: borderAnimation 4s linear infinite;
}

@-webkit-keyframes borderAnimation {
    0% {
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }

    33% {
        -webkit-transform: skew(4deg, -4deg);
        transform: skew(4deg, -4deg);
    }

    66% {
        -webkit-transform: skew(4deg, 0deg);
        transform: skew(4deg, 0deg);
    }

    100% {
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }
}

/*--------------------------------------------------------------
14. Map Area
----------------------------------------------------------------*/
.tf-map-bar {
    height: 110px;
    background-color: #edeef6;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tf-map-bar:hover {
    background-color: #D0363B;
}

.tf-map-bar-img {
    position: relative;
}

.tf-map-bar-icon {
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #5257a6;
    -webkit-animation: 2s linear 0s infinite normal none running markerAnimation;
    animation: 2s linear 0s infinite normal none running markerAnimation;
}

.tf-map-bar.tf-flex.tf-bar-active .tf-map-bar-icon {
    top: 50%;
    -webkit-animation: none;
    animation: none;
}

/*Map*/
.tf-map-wrpa {
    display: none;
}

#tf-map {
    height: 500px;
}

.popup-tip-anchor {
    height: 0;
    position: absolute;
    width: 200px;
}

.popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
}

.tf-map-marker {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.tf-map-marker i {
    font-size: 40px;
    position: absolute;
    bottom: 7px;
    left: -8px;
    color: #ff8a73;
    z-index: 10;
    -webkit-animation: markerAnimation 2s linear infinite;
    animation: markerAnimation 2s linear infinite;

}

.tf-map-marker-animation {
    -webkit-animation: preloader-wave 2s linear infinite;
    animation: preloader-wave 2s linear infinite;
    position: absolute;
    height: 60px;
    width: 60px;
    left: -25px;
    top: -20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 16px 8px #ff8a73;
    box-shadow: 0 0 16px 8px #ff8a73;
}

@-webkit-keyframes markerAnimation {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 7px;
    }

    100% {
        bottom: 20px;
    }
}

@keyframes markerAnimation {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 7px;
    }

    100% {
        bottom: 20px;
    }
}

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 1;
    }

    100% {

        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }

}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 1;
    }

    100% {

        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }

}

/*--------------------------------------------------------------
15. Progressbar
----------------------------------------------------------------*/
.tf-skill-img {
    -webkit-animation: 1.7s infinite alternate imageUpAnimation;
    animation: 1.7s infinite alternate imageUpAnimation;
}

@-webkit-keyframes imageUpAnimation {
    from {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    to {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

.tf-progressbar {
    height: 8px;
    width: 100%;
    overflow: hidden;
    background-color: #e8f1fd;
    position: relative;
}

.tf-progressbar-in {
    position: absolute;
    height: 4px;
    background: #6262a0;
    width: calc(100% - 4px);
    top: 2px;
    left: 2px;
}


.tf-single-progressbar:not(:last-child) {
    margin-bottom: 30px;
}

.tf-progressbar-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
}

.tf-progressbar-title {
    font-size: 18px;
    font-weight: 500;
    font-family: inherit;
    margin-bottom: 0;
}

.tf-progressbar-percentage {
    color: #ff8a73;
}

/*--------------------------------------------------------------
16. Team
----------------------------------------------------------------*/
.tf-team-member {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    padding: 30px;
}

.tf-member-img {
    margin-bottom: 25px;
    text-align: center;
}

.owl-carousel .owl-item .tf-member-img img {
    width: initial;
    display: inline-block;
}

.tf-member-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-team-member:hover .tf-member-name {
    color: #ff8a73;
}

.tf-member-designation {
    margin-bottom: 23px;
}

.tf-member-social-btn li {
    margin: 0 10px;
    font-size: 16px;
}

.tf-member-social-btn li a {
    color: #6262a0;
}

.tf-member-social-btn li a:hover {
    color: #ff8a73;
}

.tf-member-social-btn img {
    display: block;
}

/*--------------------------------------------------------------
17. CTA
----------------------------------------------------------------*/
.tf-cta-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: -5px;
}

.tf-cta-text {
    margin-bottom: 42px;
}

/*--------------------------------------------------------------
18. Pricing Table
----------------------------------------------------------------*/
.tf-price-card {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    padding: 40px 20px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tf-price-card:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.tf-price-card-img {
    margin-bottom: 26px;
}

.tf-price-card-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 23px;
}

.tf-price {
    margin-bottom: 19px;
}

.tf-price h3 {
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 0px;
    font-weight: 500;
}

.tf-price span {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    color: #5257a6;
}

.tf-price-card-feature {
    margin-bottom: 22px;
}

.tf-price-card-feature li:not(:last-child) {
    margin-bottom: 12px;
}

.tf-featured-price .tf-price h3 {
    color: #ff8a73;
}

/*--------------------------------------------------------------
19. Blog
----------------------------------------------------------------*/
.tf-blog.tf-style1 {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
}

.tf-blog.tf-style1 .tf-blog-thumb {
    height: 220px;
    display: block;
}

.tf-blog.tf-style1 .tf-blog-info {
    padding: 30px 20px;
}

.tf-blog.tf-style1 .tf-blog-label {
    margin-top: -6px;
    margin-bottom: 10px;
}

.tf-blog.tf-style1 .tf-blog-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tf-blog.tf-style1 .tf-blog-text {
    margin-bottom: 18px;
}

.tf-blog.tf-style1 .tf-blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -6px;
}

.tf-blog.tf-style1 .tf-blog-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #D0363B;
}

.tf-blog.tf-style1 .tf-blog-btn i {
    font-size: 12px;
    line-height: inherit;
    margin-left: 1px;
}

.tf-blog.tf-style1 .tf-blog-btn:hover {
    color: #ff8a73;
}

/*--------------------------------------------------------------
20. Testimonial
----------------------------------------------------------------*/
.tf-testimonial-quote {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
    color: rgba(255, 138, 115, 0.5);
    font-size: 26px;
}

.tf-testimonial-text {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 17px;
}

.tf-testimonial-meta h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
}

.tf-testimonial-meta p {
    margin-bottom: 0;
}

.owl-carousel.tf-client-carousel .owl-item .tf-client-logo img {
    width: initial;
}

.tf-testimonial-slider .owl-stage-outer {
    margin-left: -8px;
}

.tf-single-testimonial {
    padding-left: 8px;
}

/*--------------------------------------------------------------
20. Site Footer
----------------------------------------------------------------*/
.tf-content {
    background-color: #fff;
    z-index: 10;
    position: relative;
}

.tf-sticky-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.tf-footer-social {
    margin-bottom: -6px;
}

.tf-footer-social-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 27px;
}

.tf-footer-social-btn {
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.tf-footer-social-btn li {
    margin: 0 25px;
}

.tf-footer-social-btn a:hover {
    color: #ff8a73;
}

.tf-copyright-text {
    border-top: 1px solid #d0d0e2;
    padding: 22px 0;
}

.tf-footer-logo {
    margin-bottom: 43px;
}

@media screen and (max-width: 1600px) {
    .tf-hero-slide.tf-style2.tf-type1 {
        width: 100%;
        padding-left: 40px;
    }

    .tf-hero-slide.tf-style2.tf-type1 .tf-hero-img {
        width: 600px;
        left: 58%;
    }
}

@media screen and (max-width: 1199px) {
    .owl-carousel.tf-owl-controler2 .owl-nav {
        max-width: 960px;
    }

    .tf-hero-slide.tf-style2.tf-type1 {
        height: initial;
        padding-top: 150px;
        text-align: center;
    }

    .tf-hero-slide.tf-style2.tf-type1 .tf-btn-group.tf-style1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tf-hero-slide.tf-style2.tf-type1 .tf-hero-img {
        position: relative;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 800px;
        margin-top: 50px;
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .owl-carousel.tf-owl-controler2 .owl-nav {
        max-width: 720px;
    }

    .tf-hero-text.tf-style1 h1 {
        font-size: 40px;
    }

    .tf-hero-text.tf-style1 .tf-hero-subtitle {
        font-size: 18px;
    }

    .tf-btn.tf-style1 {
        padding: 0.8em 2.4em;
    }

    .tf-btn.tf-style2 i {
        font-size: 42px;
    }

    .tf-btn.tf-style2 i:after {
        border-top: 7px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 14px solid #fff;
        left: 17px;
        top: 14px;
    }

    .tf-hero-slide.tf-style1 {
        height: 450px;
    }

    .tf-header.tf-style1 .tf-main-header-in {
        height: 100px;
    }

    .owl-carousel.tf-owl-controler2 .owl-nav {
        bottom: 20px;
    }

    .tf-section-top {
        padding-top: 80px;
    }

    .tf-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .tf-cta-img {
        display: none;
    }

    .tf-section-heading.tf-style2 {
        margin-bottom: 50px;
    }

    .tf-contact-info-in {
        max-width: 400px;
        margin-top: 0;
    }

    .tf-section-heading.tf-style2 p br {
        display: none;
    }

    .tf-btn.tf-style1.tf-size1 {
        padding: 0.6em 2em;
    }

    .tf-contact-form input,
    .tf-contact-form textarea {
        max-width: 100%;
    }

    .owl-carousel.tf-owl-controler3 .owl-nav {
        display: none !important;
    }

    .owl-carousel.tf-owl-controler3 .owl-dots,
    .owl-carousel.tf-client-carousel .owl-dots {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .owl-carousel.tf-owl-controler3.tf-service-carousel .owl-dots {
        margin-top: 15px;
    }

    .tf-hero-slide.tf-style2.tf-type1 {
        border-right-width: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .owl-carousel.tf-owl-controler2 .owl-nav {
        max-width: 540px;
    }

    .tf-right-newsletter {
        display: none;
    }

    .tf-footer-social-btn li {
        margin: 0 10px;
    }

    .tf-iconbox-wrap.tf-style1 {
        margin-top: 80px;
    }

    .tf-hero-slide.tf-style1.tf-type2 {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .tf-hero-text.tf-style1 br {
        display: none;
    }

    .tf-hero-img {
        display: none;
    }

    .tf-service-background-shap {
        display: none;
    }

    .tf-svg-animation1 {
        display: none;
    }

    .tf-contact-info.tf-style1 {
        padding: 0;
        min-height: initial;
    }

    .tf-hero-slide.tf-style2 {
        height: 620px;
    }

    .tf-wave-wrap {
        display: none;
    }

    .tf-hero-slide.tf-style2.tf-type1 {
        border: 0;
        padding-left: 0;
        border-radius: 0;
        padding-bottom: 80px;
    }

    .tf-full-width .container {
        padding: 0 15px;
    }
}

/*--------------------------------------------------------------
21. Start Page Title
----------------------------------------------------------------*/

.tf-page-header {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 80px;
    position: relative;
}

.tf-page-header-text h1 {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 12px;
    margin-top: -9px;
    text-transform: capitalize;
}

.tf-breadcam {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: -6px;
}

.tf-breadcam li {
    font-size: 18px;
}

.tf-breadcam li:not(:last-child):after {
    content: '/';
    margin-left: 7px;
    padding-right: 7px;
}

.tf-blog-list .row {
    margin-top: -40px;
}

.tf-blog-list .row > [class*="col-"] {
    margin-top: 40px;
}

.tf-right-sidebar {
    padding-left: 10px;
}

hr {
    margin: 0;
    border-color: #d0d0e2;
    width: 100%;
}

/*--------------------------------------------------------------
22. Sidebar Widget
----------------------------------------------------------------*/

.widget {
    border-left: 1px solid #d0d0e2;
    padding-left: 30px;
}

.widget:not(:last-child) {
    margin-bottom: 40px;
}

.widget.widget_search {
    border-left: 0;
    padding: 0;
}

.search-form {
    position: relative;
    width: 100%;
}

.search-form label {
    width: 100%;
    margin: 0;
}

.search-form label:before {
    content: "\f002";
    font-family: 'FontAwesome';
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    right: 0;
    z-index: 1;
    background: #ff8a73;
    color: #fff;
    font-size: 18px;
    border-radius: 0 3px 3px 0;
}

.search-field {
    width: 100%;
    border-radius: 3px;
    padding: 11px 35px 11px 18px;
    border: 1px solid #d0d0e2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f9fbff;
}

.search-field:focus {
    outline: none;
    border-color: #ff8a73;
}

.search-form .search-submit {
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    right: 0;
    border: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    text-indent: 50px;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0 3px 3px 0;
}

.search-form .search-submit:hover {
    opacity: 0.1;
}

.widget-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}

.widget-title:before {
    content: '';
    height: 2px;
    width: 80px;
    position: absolute;
    left: 0;
    background-color: #ff8a73;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}

.widget ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: -5px;
}

.widget ul li {
    position: relative;
    word-wrap: break-word;
    margin-bottom: 15px;
    line-height: 22px;
}

.widget.widget_categories a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget_recent_entries ul {
    margin-top: 0;
    padding-bottom: 5px;
}

.widget_recent_entries ul li {
    margin-bottom: 25px;
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.widget.widget_recent_entries ul li a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget.widget_recent_entries img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 64px;
    width: 79px;
    margin-right: 15px;
    background-color: #fafafa;
}

.widget.widget_recent_entries ul h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.widget_recent_entries ul span {
    font-size: 15px;
}

.tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    padding-bottom: 5px;
}

.tagcloud a {
    padding: 2px 15px;
    display: inline-block;
    background-color: #f6f7fc;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
}

/*--------------------------------------------------------------
23. Isotope Style
----------------------------------------------------------------*/
.tf-isotop.tf-has-gutter {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.tf-isotop.tf-has-gutter .tf-isotop-item {
    padding: 0 15px;
    margin-bottom: 30px;
}

.tf-port-col-6 .tf-grid-sizer,
.tf-port-col-6 .tf-isotop-item {
    width: 16.666667%;
}

.tf-port-col-5 .tf-grid-sizer,
.tf-port-col-5 .tf-isotop-item {
    width: 20%;
}

.tf-port-col-4 .tf-grid-sizer,
.tf-port-col-4 .tf-isotop-item {
    width: 25%;
}

.tf-port-col-3 .tf-grid-sizer,
.tf-port-col-3 .tf-isotop-item {
    width: 33.333333%;
}

.tf-port-col-2 .tf-grid-sizer,
.tf-port-col-2 .tf-isotop-item {
    width: 50%;
}

.tf-port-col-1 .tf-grid-sizer,
.tf-port-col-1 .tf-isotop-item {
    width: 100%;
}

.tf-grid-sizer {
    width: 33.333333%;
}

.tf-port-col-5 .tf-w20,
.tf-port-col-4 .tf-w20,
.tf-port-col-3 .tf-w20,
.tf-port-col-2 .tf-w20,
.tf-port-col-1 .tf-w20 {
    width: 20%;
}

.tf-port-col-5 .tf-w25,
.tf-port-col-4 .tf-w25,
.tf-port-col-3 .tf-w25,
.tf-port-col-2 .tf-w25,
.tf-port-col-1 .tf-w25 {
    width: 25%;
}

.tf-port-col-5 .tf-w33,
.tf-port-col-4 .tf-w33,
.tf-port-col-3 .tf-w33,
.tf-port-col-2 .tf-w33,
.tf-port-col-1 .tf-w33 {
    width: 33.333333%;
}

.tf-port-col-5 .tf-w50,
.tf-port-col-4 .tf-w50,
.tf-port-col-3 .tf-w50,
.tf-port-col-2 .tf-w50,
.tf-port-col-1 .tf-w50 {
    width: 50%;
}

.tf-port-col-5 .tf-w66,
.tf-port-col-4 .tf-w66,
.tf-port-col-3 .tf-w66,
.tf-port-col-2 .tf-w66,
.tf-port-col-1 .tf-w66 {
    width: 66.666666%;
}

.tf-port-col-5 .tf-w100,
.tf-port-col-4 .tf-w100,
.tf-port-col-3 .tf-w100,
.tf-port-col-2 .tf-w100,
.tf-port-col-1 .tf-w100 {
    width: 100%;
}

.tf-height1 {
    height: 250px;
}

.tf-height2 {
    height: 450px;
}

/*--------------------------------------------------------------
24. Start Text Slider
----------------------------------------------------------------*/

.tf-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.tf-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.tf-words-wrapper b.is-visible {
    position: relative;
}

.tf-headline.tf-rotate-text .tf-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px;
}

.tf-headline.tf-rotate-text b {
    opacity: 0;
}

.tf-headline.tf-rotate-text i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-visible .tf-headline.tf-rotate-text i {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.tf-headline.tf-rotate-text i.in {
    -webkit-animation: cd-tf-rotate-text-in 0.6s forwards;
    animation: cd-tf-rotate-text-in 0.6s forwards;
}

.tf-headline.tf-rotate-text i.out {
    -webkit-animation: cd-tf-rotate-text-out 0.6s forwards;
    animation: cd-tf-rotate-text-out 0.6s forwards;
}

.no-csstransitions .tf-headline.tf-rotate-text i {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
}

.no-csstransitions .tf-headline.tf-rotate-text .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-tf-rotate-text-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@keyframes cd-tf-rotate-text-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes cd-tf-rotate-text-out {
    0% {
        -webkit-transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@keyframes cd-tf-rotate-text-out {
    0% {
        -webkit-transform: rotateY(0);
        -ms-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

/*xscale*/
.tf-headline.scale b {
    opacity: 0;
}

.tf-headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.is-visible .tf-headline.scale i {
    opacity: 1;
}

.tf-headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards;
}

.tf-headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards;
}

.no-csstransitions .tf-headline.scale i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .tf-headline.scale .is-visible i {
    opacity: 1;
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

/*xpush */
.tf-headline.push b {
    opacity: 0;
}

.tf-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in 0.6s;
    animation: push-in 0.6s;
}

.tf-headline.push b.is-hidden {
    -webkit-animation: push-out 0.6s;
    animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

/*End Rotate Text*/
/*Icon Box*/
.tf-icon-box {
    padding-left: 65px;
    position: relative;
}

.tf-icon {
    position: absolute;
    left: 15px;
    top: 3px;
    font-size: 36px;
    color: #2caee2;
}

.tf-icon-box-title {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.25px;
}

.tf-icon-box-text {
    margin-bottom: 0;
    margin-top: 12px;
}

/*End Text Slider*/
@media screen and (max-width: 991px) {

    .tf-port-col-4 .tf-grid-sizer,
    .tf-port-col-4 .tf-isotop-item {
        width: 50%;
    }

    .tf-port-col-4 .tf-w50 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .tf-port-col-3 .tf-grid-sizer,
    .tf-port-col-3 .tf-isotop-item {
        width: 50%;
    }

    .tf-port-col-5 .tf-w50,
    .tf-port-col-4 .tf-w50,
    .tf-port-col-3 .tf-w50,
    .tf-port-col-2 .tf-w50,
    .tf-port-col-1 .tf-w50,
    .tf-port-col-5 .tf-w66,
    .tf-port-col-4 .tf-w66,
    .tf-port-col-3 .tf-w66,
    .tf-port-col-2 .tf-w66,
    .tf-port-col-1 .tf-w66 {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {

    .tf-port-col-5 .tf-grid-sizer,
    .tf-port-col-5 .tf-isotop-item {
        width: 100%;
    }

    .tf-port-col-4 .tf-grid-sizer,
    .tf-port-col-4 .tf-isotop-item {
        width: 100%;
    }

    .tf-port-col-3 .tf-grid-sizer,
    .tf-port-col-3 .tf-isotop-item {
        width: 100%;
    }

    .tf-port-col-2 .tf-grid-sizer,
    .tf-port-col-2 .tf-isotop-item {
        width: 100%;
    }
}

/*Isotop Menu Style1*/
.tf-isotop-filter.tf-style1 {
    margin-bottom: 45px;
}

.tf-isotop-filter.tf-style1 li {
    margin: 0 15px;
}

.tf-isotop-filter.tf-style1 li.active a,
.tf-isotop-filter.tf-style1 li a:hover {
    color: #b5b5b5;
}


@media screen and (max-width: 991px) {
    .tf-right-sidebar {
        padding-left: 0;
    }
}

/*--------------------------------------------------------------
25. Blog Details
----------------------------------------------------------------*/

.post-thumbnail {
    margin-bottom: 25px;
}

.post-thumbnail img {
    width: 100%;
}

.post-details-wrap {
    position: relative;
    margin-bottom: 14px;
}

.entry-title {
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 9px;
}

.byline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 100%;
    width: 100%;
    margin-bottom: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.byline span {
    margin-right: 30px;
}

.byline i {
    display: inline-block;
    margin-right: 6px;
    color: #b5b5b5;
}

.byline a:hover {
    color: #ff8a73;
}

blockquote {
    margin: 25px 0px;
    background-color: #f9fbff;
    border: 1px solid #d0d0e2;
    border-left: 5px solid #6262a0;
    font-size: 18px;
    color: #767676;
    padding: 20px 30px;
    border-radius: 2px;
    line-height: 1.6em;
}

/*End Post Details*/
/*Start Comment Section*/
.commentf-area {
    margin-top: 60px;
}

.commentf-title,
.comment-reply-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px;
}

.comment-body {
    position: relative;
    margin-left: 90px;
    margin-bottom: 30px;
}

.commentf-area {
    margin-top: 60px;
}

.commentf-area ol {
    list-style: none;
    padding-left: 0;
}

.commentf-area .children {
    padding-left: 90px;
}

.commentf-area .children .children {
    padding-left: 0;
}

.comment-author .avatar {
    height: 75px;
    width: 75px;
    position: absolute;
    top: 0;
    left: -90px;
    border-radius: 50%;
}

.comment-author {
    line-height: 20px;
    margin-bottom: 0;
}

.comment-author a.nm,
.comment-author .nm a {
    font-weight: 400;
    font-size: 18px;
    color: #6262a0;
    font-family: "Poppins", sans-serif;
}

.comment-author a.nm:hover,
.comment-author .nm a:hover {
    color: #ff8a73;
}

.comment-metadata {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;
    line-height: 1.6em;
    color: #b5b5b5;
}

.comment-metadata a,
.comment-metadata span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.comment-metadata a:hover {
    color: #6262a0;
}

.comment-content {
    line-height: 25px;
    color: #767676;
    font-size: 15px;
}

.comment-content p {
    line-height: inherit;
    color: inherit;
    font-size: inherit;
}

.reply {
    display: inline-block;
    margin-left: 10px;
}

.comment-reply-link {
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #ff8a73;
    padding-left: 10px;
}

.comment-reply-link i {
    display: inline-block;
    margin-right: 2px;
    font-size: 13px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    color: #6262a0;
}

.children .comment-author .avatar {
    left: -90px;
}

.comment-respond {
    display: block;
    width: 100%;
    padding-top: 25px;
}

.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comment-form p:not(:last-child) {
    margin-bottom: 20px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 33.3333%;
}

.comment-form-comment {
    width: 100%;
    display: block;
}

.comment-form-author {
    padding-right: 15px;
}

.comment-form-url {
    padding-left: 15px;
}

.form-submit {
    margin-bottom: 0;
    margin-top: 6px;
}

.comment-form textarea,
.comment-form input {
    border: 1px solid #d0d0e2;
    padding: 10px 15px;
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.3em;
}

.comment-form textarea:focus,
.comment-form input:focus {
    border-color: #6262a0;
    outline: none;
}

#tf-partical-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.tf-ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.3;
}

@media screen and (max-width: 575px) {
    .commentf-area .children {
        padding-left: 0;
    }

    .comment-author .avatar {
        height: 50px;
        width: 50px;
    }

    .comment-body {
        margin-left: 65px;
    }

    .children .comment-author .avatar,
    .comment-author .avatar {
        left: -65px;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100%;
    }

    .comment-form-author {
        padding-right: 0;
    }

    .comment-form-url {
        padding-left: 0;
    }
}

/*End Comment Section*/
.tf-google-map iframe {
    border: none;
    height: 450px;
    width: 100%;
}

/*Start Preloader*/
#tf-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    background-size: cover;
    height: 100%;
    z-index: 9999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tf-preloader-wave {
    display: inline-block;
    width: 8px;
    height: 40px;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: preloaderAnimation 633ms alternate infinite cubic-bezier(0.2, 0, 0.5, 1);
    animation: preloaderAnimation 633ms alternate infinite cubic-bezier(0.2, 0, 0.5, 1);
}

.tf-preloader-wave:nth-of-type(1) {
    -webkit-animation-delay: 111ms;
    animation-delay: 111ms;
    background: #ff8a73;
    border-radius: 3px 0 0 3px;
}

.tf-preloader-wave:nth-of-type(2) {
    -webkit-animation-delay: 222ms;
    animation-delay: 222ms;
    background: #ff8a73;
    opacity: 0.9;
}

.tf-preloader-wave:nth-of-type(3) {
    -webkit-animation-delay: 333ms;
    animation-delay: 333ms;
    background: #ff8a73;
    opacity: 0.8;
}

.tf-preloader-wave:nth-of-type(4) {
    -webkit-animation-delay: 444ms;
    animation-delay: 444ms;
    background: #ff8a73;
    opacity: 0.7;
}

.tf-preloader-wave:nth-of-type(5) {
    -webkit-animation-delay: 555ms;
    animation-delay: 555ms;
    background: #ff8a73;
    border-radius: 0 3px 3px 0;
    opacity: 0.6;
}

.tf-blue-color .tf-preloader-wave:nth-of-type(1),
.tf-blue-color .tf-preloader-wave:nth-of-type(2),
.tf-blue-color .tf-preloader-wave:nth-of-type(3),
.tf-blue-color .tf-preloader-wave:nth-of-type(4),
.tf-blue-color .tf-preloader-wave:nth-of-type(5) {
    background: #2a58ff;
}

/*Preloader Animaiton*/
@-webkit-keyframes preloaderAnimation {
    to {
        -ms-transform: translateY(12px);
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}

@keyframes preloaderAnimation {
    to {
        -ms-transform: translateY(12px);
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}

/*End Preloader*/
/*--------------------------------------------------------------
26. Blue Color CSS
----------------------------------------------------------------*/

.tf-blue-color a:hover {
    color: #2a58ff;
}

.tf-blue-color hr {
    border-color: #eaeaea;
}

.tf-blue-color h1,
.tf-blue-color h2,
.tf-blue-color h3,
.tf-blue-color h4,
.tf-blue-color h3,
.tf-blue-color h6 {
    color: #111;
}

.tf-blue-color .tf-btn.tf-style2,
.tf-blue-color .tf-btn.tf-style2 i {
    color: #fff;
}

.tf-blue-color .tf-btn.tf-style2 i:after {
    display: none;
}

.tf-blue-color .tf-btn.tf-color1 {
    color: #111;
    background-color: #fff;
}


.tf-blue-color .tf-funfact-icon,
.tf-blue-color .tf-map-bar-icon,
.tf-blue-color .tf-iconbox.tf-style1:hover .tf-iconbox-title,
.tf-blue-color .tf-blog.tf-style1 .tf-blog-btn {
    color: #111;
}

.tf-blue-color .tf-funfact-title,
.tf-blue-color .tf-member-social-btn li a,
.tf-blue-color .owl-carousel.tf-owl-controler3 .owl-nav .owl-prev,
.tf-blue-color .owl-carousel.tf-owl-controler3 .owl-nav .owl-next,
.tf-blue-color .owl-carousel.tf-owl-controler4 .owl-nav .owl-prev,
.tf-blue-color .owl-carousel.tf-owl-controler4 .owl-nav .owl-next {
    color: #666;
}

.tf-blue-color .tf-map-marker i,
.tf-blue-color .tf-featured-price .tf-price h3,
.tf-blue-color .owl-carousel.tf-owl-controler3 .owl-nav .owl-prev:hover,
.tf-blue-color .owl-carousel.tf-owl-controler3 .owl-nav .owl-next:hover,
.tf-blue-color .owl-carousel.tf-owl-controler4 .owl-nav .owl-prev:hover,
.tf-blue-color .owl-carousel.tf-owl-controler4 .owl-nav .owl-next:hover,
.tf-blue-color .tf-team-member:hover .tf-member-name,
.tf-blue-color .tf-progressbar-percentage,
.tf-blue-color .tf-funfact-number,
.tf-blue-color .tf-section-heading.tf-style1 h3,
.tf-blue-color .tf-iconbox.tf-style1:hover .tf-iconbox-icon,
.tf-blue-color .tf-iconbox.tf-style1 .tf-iconbox-icon,
.tf-blue-color .tf-member-social-btn li a:hover,
.tf-blue-color .tf-blog.tf-style1 .tf-blog-btn:hover {
    color: #2a58ff;
}

.tf-blue-color .tr-list li:after {
    background: #666;
}

.tf-blue-color .tr-list li:before,
.tf-blue-color .tr-list li:after {
    border-color: #666;
}

.tf-blue-color .tf-newsletter-btn,
.tf-blue-color .tf-btn.tf-color2,
.tf-blue-color .owl-carousel.tf-owl-controler1 .owl-dots button.active,
.tf-blue-color .tf-progressbar-in,
.tf-blue-color .tf-map-bar {
    background-color: #2a58ff;
}

.tf-blue-color .tf-map-bar:hover {
    background-color: rgba(42, 88, 255, 0.85);
}

.tf-blue-color .tf-btn.tf-color2:hover {
    color: #fff;
}

.tf-blue-color .owl-carousel.tf-owl-controler1 .owl-dots button,
.tf-blue-color .owl-carousel.tf-owl-controler3 .owl-dots button,
.tf-blue-color .owl-carousel.tf-client-carousel .owl-dots button,
.tf-blue-color .tf-seperator-left-bar,
.tf-blue-color .tf-seperator-right-bar {
    background-color: #666;
}

.tf-blue-color .owl-carousel.tf-owl-controler1 .owl-dots button.active {
}

.tf-blue-color .tf-btn.tf-color3 {
    color: #fff;
    background-color: #111;
}

.tf-blue-color .tf-price span,
.tf-blue-color .tf-contact-info.tf-style1 ul li i {
    color: #b5b5b5;
}

.tf-blue-color .tf-testimonial-quote {
    color: rgba(42, 88, 255, 0.5);
}

.tf-blue-color .tf-subscribe-form input:focus,
.tf-blue-color .tf-contact-form input:focus,
.tf-blue-color .tf-contact-form textarea:focus {
    border-color: #2a58ff;
    outline: none;
}

.tf-blue-color .tf-map-marker-animation {
    -webkit-box-shadow: 0 0 16px 8px #2a58ff;
    box-shadow: 0 0 16px 8px #2a58ff;
}

.tf-blue-color .tf-project-meta h3 {
    color: #fff;
}

.tf-blue-color .tf-iconbox.tf-style1 .tf-iconbox-icon:before {
    background-image: url(../img/light-img/shap2.png);
    opacity: 0.7;
}

.tf-blue-color .tf-funfact-icon:before {
    background-image: url(../img/light-img/shap2.png);
}

.tf-cta-wrap {
    position: relative;
    overflow: hidden;
}

.tf-cta-wrap .row,
.tf-cta-wrap .row > div {
    margin-bottom: 0;
    margin-top: 0;
}

.tf-cta-wrap .container {
    position: relative;
    z-index: 2;
}

.shap1 {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    left: 12%;
    top: 5%;
    background: rgba(42, 88, 255, 0.05);
    -webkit-animation: animationFramesOne 15s alternate infinite linear;
    animation: animationFramesOne 15s alternate infinite linear;
}

.shap2 {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 2%;
    top: 45%;
    border: 8px solid #ebf5f7;
    -webkit-animation: animationFramesOne 20s alternate infinite linear;
    animation: animationFramesOne 20s alternate infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.shap3 {
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    left: 32%;
    top: 0%;
    background: rgba(223, 79, 252, 0.1);
    -webkit-animation: animationFramesOne 35s alternate infinite linear;
    animation: animationFramesOne 35s alternate infinite linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.shap4 {
    overflow: hidden;
    position: absolute;
    height: 54px;
    width: 50px;
    left: 75%;
    top: 0;
    border: 8px solid #d5f6f4;
    -webkit-animation: animationFramesOne 25s alternate infinite linear;
    animation: animationFramesOne 25s alternate infinite linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    border-top-color: transparent;
    border-left-color: transparent;
}

.shap4:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 100px;
    background: #d5f6f4;
    -webkit-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    transform: rotate(-48deg);
    bottom: 20px;
    left: -23px;
}

.shap5 {
    position: absolute;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    left: 48%;
    top: 50%;
    background: rgba(226, 246, 225, 0.7);
    -webkit-animation: animationFramesOne 30s alternate infinite linear;
    animation: animationFramesOne 30s alternate infinite linear;
}

.shap6 {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    left: 91%;
    top: 65%;
    background: rgba(42, 88, 255, 0.1);
    -webkit-animation: animationFramesOne 17s alternate infinite linear;
    animation: animationFramesOne 17s alternate infinite linear;
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

/*--------------------------------------------------------------
27. Dark Version Css
----------------------------------------------------------------*/

.tf-black-version {
    background-color: #121214;
    color: #fff;
}

.tf-black-version .tf-hero-slide.tf-style1 {
    background-color: #151517;
}

.tf-black-version h1,
.tf-black-version h2,
.tf-black-version h3,
.tf-black-version h4,
.tf-black-version h3,
.tf-black-version h6,
.tf-black-version .tf-member-social-btn li a,
.tf-black-version .tf-price span,
.tf-black-version .owl-carousel.tf-owl-controler2 .owl-prev:hover,
.tf-black-version .owl-carousel.tf-owl-controler2 .owl-next:hover,
.tf-black-version .owl-carousel.tf-owl-controler3 .owl-nav .owl-prev,
.tf-black-version .owl-carousel.tf-owl-controler3 .owl-nav .owl-next,
.tf-black-version .tf-blog.tf-style1 .tf-blog-label a:hover,
.tf-black-version .owl-carousel.tf-owl-controler4 .owl-nav .owl-prev,
.tf-black-version .owl-carousel.tf-owl-controler4 .owl-nav .owl-next {
    color: #fff;
}

.tf-black-version .tf-team-member:hover .tf-member-name,
.tf-black-version .tf-progressbar-percentage,
.tf-black-version .tf-funfact-number,
.tf-black-version a:hover,
.tf-black-version .tf-iconbox.tf-style1:hover .tf-iconbox-title,
.tf-black-version .tf-section-heading.tf-style1 h3,
.tf-black-version .tf-member-social-btn li a:hover,
.tf-black-version .tf-map-bar-icon,
.tf-black-version .tf-map-marker i,
.tf-black-version .tf-blog.tf-style1 .tf-blog-btn,
.tf-black-version .tf-featured-price .tf-price h3 {
    color: #e9204f;
}

.tf-black-version .tf-map-marker-animation {
    -webkit-box-shadow: 0 0 16px 8px #e9204f;
    box-shadow: 0 0 16px 8px #e9204f;
}

.tf-black-version .tf-iconbox-text {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-black-version .tf-btn.tf-color1 {
    background-color: #e9204f;
    color: #fff;
}

.tf-black-version .tf-funfact-icon,
.tf-black-version .tf-iconbox.tf-style1:hover .tf-iconbox-text {
    color: #fff;
}

.tf-black-version .tf-btn.tf-style2 i {
    color: #e9204f;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #e9204f;
    box-shadow: inset 0 0 0 2px #e9204f;
}

.tf-black-version .tf-nav-list > li > a {
    color: rgba(255, 255, 255, 0.7);
}

.tf-black-version .tf-header.tf-sticky-menu.tf-sticky-active {
    background: #151517;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.tf-black-version .tf-iconbox.tf-style1 .tf-iconbox-icon:before,
.tf-black-version .tf-iconbox.tf-style1 .tf-iconbox-icon:after,
.tf-black-version .tf-funfact-icon:before {
    background-image: url(../img/dark-img/shap2.png);
}

.tf-black-version .tf-iconbox.tf-style1 {
    background: #19191b;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tf-black-version .tf-btn.tf-color2 {
    color: #fff;
    background-color: #e9204f;
}

.tf-black-version .tf-btn.tf-color2:hover {
    color: #e9204f;
    background-color: #fff;
}

.tf-black-version .tr-list li:before,
.tf-black-version .tr-list li:after {
    border-color: #e9204f;
}

.tf-black-version .tf-progressbar-in,
.tf-black-version .tr-list li:after {
    background: #e9204f;
}

.tf-black-version .tf-seperator-left-bar,
.tf-black-version .tf-seperator-right-bar {
    background: rgba(255, 255, 255, 0.8);
}

.tf-black-version .tf-image-box.tf-style1,
.tf-black-version .owl-carousel.tf-owl-controler3 .owl-nav .owl-prev,
.tf-black-version .owl-carousel.tf-owl-controler3 .owl-nav .owl-next,
.tf-black-version .tf-blog.tf-style1,
.tf-black-version .owl-carousel.tf-owl-controler4 .owl-nav .owl-prev,
.tf-black-version .owl-carousel.tf-owl-controler4 .owl-nav .owl-next {
    background-color: #1f1f22;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tf-black-version .owl-carousel.tf-owl-controler1 .owl-dots button,
.tf-black-version .owl-carousel.tf-owl-controler3 .owl-dots button,
.tf-black-version .owl-carousel.tf-client-carousel .owl-dots button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #7d8289;
    margin: 0 5px;
}

.tf-black-version .owl-carousel.tf-owl-controler1 .owl-dots button.active,
.tf-black-version .owl-carousel.tf-owl-controler3 .owl-dots button.active,
.tf-black-version .owl-carousel.tf-client-carousel .owl-dots button.active {
    background-color: #e9204f;
}

.tf-black-version .tf-progressbar {
    height: 8px;
    width: 100%;
    overflow: hidden;
    background-color: #1f1f22;
    position: relative;
}

.tf-black-version .tf-team-member,
.tf-black-version .tf-price-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #1f1f22;
}

.tf-black-version .tf-gray-bg {
    background-color: #171719;
}

.tf-black-version .tf-hero-text.tf-style1 .tf-hero-subtitle,
.tf-black-version .tf-iconbox-text,
.tf-black-version .tf-section-heading.tf-style2 p,
.tf-black-version .tr-list li,
.tf-black-version .tf-image-box-text,
.tf-black-version .tf-funfact-title,
.tf-black-version .tf-member-designation,
.tf-black-version .tf-cta-text,
.tf-black-version .tf-about-text p,
.tf-black-version .tf-price-card-feature,
.tf-black-version .owl-carousel.tf-owl-controler2 .owl-prev:hover,
.tf-black-version .owl-carousel.tf-owl-controler2 .owl-next:hover,
.tf-black-version .tf-price span,
.tf-black-version .tf-blog.tf-style1 .tf-blog-text,
.tf-black-version .tf-blog.tf-style1 .tf-posted-by,
.tf-black-version .tf-blog.tf-style1 .tf-blog-btn:hover,
.tf-black-version .tf-contact-info-text,
.tf-black-version .tf-newsletter-btn:hover {
    opacity: 0.7;
}

.tf-black-version .owl-carousel.tf-owl-controler3 .owl-nav .owl-prev:hover,
.tf-black-version .owl-carousel.tf-owl-controler3 .owl-nav .owl-next:hover,
.tf-black-version .tf-blog.tf-style1 .tf-blog-label,
.tf-black-version .owl-carousel.tf-owl-controler4 .owl-nav .owl-prev:hover,
.tf-black-version .owl-carousel.tf-owl-controler4 .owl-nav .owl-next:hover,
.tf-black-version .tf-footer-social-btn,
.tf-black-version .tf-contact-info.tf-style1 ul li,
.tf-black-version .tf-iconbox.tf-style1 .tf-iconbox-icon {
    color: rgba(255, 255, 255, 0.7);
}

.tf-black-version .tf-progressbar-percentage {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.tf-black-version .tf-testimonial-quote {
    color: rgba(233, 32, 79, 0.4);
    background-color: hsl(0, 0%, 100%);
    opacity: 0.7;
}

.tf-black-version .tf-section-heading.tf-style1.tf-type1 {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.tf-black-version .tf-subscribe-form input,
.tf-black-version .tf-contact-form input,
.tf-black-version .tf-contact-form textarea {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.tf-black-version .tf-subscribe-form input:focus,
.tf-black-version .tf-contact-form input:focus,
.tf-black-version .tf-contact-form textarea:focus {
    border-color: rgba(255, 255, 255, 0.8);
}

.tf-black-version .tf-newsletter-btn {
    background-color: #e9204f;
}

.tf-black-version .tf-contact-info.tf-style1 ul li i {
    color: rgba(255, 255, 255, 0.5);
}

.tf-black-version .tf-map-bar {
    background-color: #1f1f22;
}

.tf-black-version .tf-footer-social-btn a:hover,
.tf-black-version .tf-iconbox.tf-style1:hover .tf-iconbox-icon,
.tf-black-version .tf-desktop-nav .tf-nav-list > li > a.active {
    color: #fff;
}

.tf-black-version .tf-copyright-text {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.3);
}

.tf-black-version .tf-content {
    background-color: #121214;
}

/*....................................
12. Faq area start here
....................................*/
.slider-area {
    position: relative;
    background: #08091b;
}

canvas {
    position: absolute;
    width: 100% !important;
    left: 0;
    right: 0;
    z-index: 10;
    height: 100%;
}

@media (max-width: 767px) {
    .token-details .cart-list .imgs {
        display: none;
    }
}

p {
    /*color: rgba(255, 255, 255, 0.36);*/
    font-family: "Muli", sans-serif;
    color: #666666;
    font-size: 18px;
}

.btc_faq_main_wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
    background: #F9F9F9;
    /*padding: 25px;*/
    border-radius: 20px;
    /*padding-top: 20px;*/
    padding-bottom: 60px;
}

.accordionFifteen .panel-group .panel + .panel {
    margin-top: 0px;
}

.accordionFifteen .panel-group {
    margin-bottom: 0;
}

.accordionFifteen .panel-default {
    border: 0;
}

.accordionFifteen .panel {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin: 0;
    margin-bottom: -15px;
}

.accordionFifteen .panel .panel-heading a {
    display: block;
    background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(208, 54, 59) 0%, rgb(255, 119, 132) 100%);
    padding: 20px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
}

.accordionFifteen .panel .panel-heading a.collapsed {
    color: #000000;
    background: #ffffff;
    display: block;
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #e3e3e3;
    margin-left: -1px;
    margin-top: 35px;
}

.accordionFifteen .panel-default > .panel-heading {
    border-radius: 0px;
    padding: 0px;
    margin-left: -1px;
    margin-top: 35px;
    background: transparent;
}

.accordionFifteen .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 30px 30px 30px 20px;
    background: transparent;
    margin-left: -1px;
    margin-top: -1px;
}

.accordionFifteen .panel .panel-heading a:before,
.accordionFifteen .panel .panel-heading a.collapsed:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    float: left;
    margin-right: 60px;
    margin-left: 20px;
    display: block;
}

.accordionFifteen .panel .panel-heading a:after,
.accordionFifteen .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 24px;
    float: right;
    width: 50px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.accordionFifteen .panel .panel-heading a:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: white;
    font-size: 30px;
    margin-top: -3px;
}

.accordionFifteen .panel .panel-heading a.collapsed:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #000000;
    font-size: 30px;
    margin-top: -5px;
}

.contt-area {
    background: #1f58b1;
}

.btc_cont_form_wrapper {
    float: left;
    width: 100%;
}

.btc_cont_form_wrapper {
    float: left;
    width: 100%;
}

.btc_cont_form_wrapper input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border-radius: 50px;
    border: 0;
    background: #0d469f;
    color: #ffffff;
}

.btc_cont_form_wrapper input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.52);
}

.btc_cont_form_wrapper input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.52);
}

.btc_cont_form_wrapper input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.52);
}

.btc_cont_form_wrapper input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.52);
}

.btc_cont_form_wrapper textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.52);
}

.btc_cont_form_wrapper textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.52);
}

.btc_cont_form_wrapper textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.52);
}

.btc_cont_form_wrapper textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.52);
}

.btc_cont_form_wrapper2 {
    margin-top: 25px;
}

.btc_cont_form_wrapper3 {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.btc_cont_form_wrapper3 textarea {
    width: 100%;
    padding-left: 20px;
    border-radius: 20px;
    border: 0;
    background: #0d469f;
    resize: none;
    padding-top: 10px;
    color: #ffffff;
}

.btc_contt_btn {
    margin-top: 30px !important;
    text-align: left !important;
}

.btc_contt_btn a {
    width: 170px !important;
    padding: 0 !important;
    text-align: center !important;
}

.btc_contt_list_main_wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
    background: #0d469f;
    padding: 50px;
    border-radius: 20px;
}

.btc_contt_icon_wrapper {
    width: 60px;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.52);
    color: #ffffff;
    border-radius: 100%;
}

.btc_contt_icon_cont_wrapper {
    float: left;
    width: calc(100% - 60px);
    padding-left: 20px;
}

.btc_contt_icon_cont_wrapper p {
    color: rgba(255, 255, 255, 0.52);
    margin: 0;
}

.btc_contt_icon_cont_wrapper p a {
    color: rgba(255, 255, 255, 0.52);
}

.btc_contt_icon_cont_wrapper p a:hover {
    color: #ffffff;
}

.btc_contt_list_inner_wrapper {
    float: left;
    width: 100%;
}

.btc_contt_list_inner_wrapper2 {
    margin-top: 40px;
}

.btc_right_contt {
    background: transparent !important;
}

@media (max-width: 991px) {
    .btc_right_contt {
        /*margin-top: 10px;*/
    }
}

@media (max-width: 380px) {
    .btc_contt_icon_wrapper {
        float: none;
    }

    .btc_contt_icon_cont_wrapper {
        float: none;
        padding-left: 0;
        padding-top: 20px;
    }
}

.faq_area {
    background: #F9F9F9 !important;
    padding-bottom: 50px;
}

.faq_area h2 {
    text-align: center;
    padding-top: 50px;
}

/*....................................
go up
....................................*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 5px; /* Place the button at the bottom of the page */
    right: 5px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: #fff;
    background-color: #D0363B;
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #D0363B; /* Add a dark-grey background on hover */
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}



.tr-list__ {
    /*border: 1px solid red;*/
    padding: 15px;
    margin: 15px;
    margin-top: 0px;
    text-align:center;
}
.tr-list__ li {
    /*border: 1px solid green;*/
    margin: 5px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    width: 220px;
}
.tr-list__ li h4{
    color: #000000;
    font-size: 30px;
}
.tr-list__ li h6{
    color: #d0363b;
    font-size: 30px;
    font-weight: normal;
}


.phone_pic {
    width: 100%;
    left:0;
}
.phone_pic li{
    display: inline-block;
    list-style: none;

}