/**
 Theme Name: limty
 Author: laralink
 Developer: Tamjid Bin Murtoza
 Version: 1.0.0
 */

/*--------------------------------------------------------------
>> 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

--------------------------------------------------------------*/
/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/*Custom fonts*/

/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/

body,
html {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6em;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h3,
h6 {
    clear: both;
    color: #172b4d;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 500;
    line-height: 1.2em;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

p {
    margin-bottom: 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: #f5365c;
}

/*--------------------------------------------------------------
2. Default Style
----------------------------------------------------------------*/
.st-zoom {
    position: relative;
    overflow: hidden;
}

.st-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);
}

.st-zoom:hover .st-zoom-in {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.st-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;
}

.st-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.st-section {
    padding-top: 80px;
}

.st-section-top {
    padding-top: 80px;
}

.container {
    padding-top: 1px;
    margin-top: -1px;
}

.row {
    margin-top: -30px;
}

.row>[class*="col-"] {
    margin-top: 30px;
}

.st-gray-bg {
    background-color: #f9fbff;
}

.st-mp0 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.st-vertical-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.st-vertical-middle-in {
    width: 100%;
}

/*Owl Controller*/
.owl-nav button:focus {
    outline: none;
}

/*Style1*/
.owl-carousel.st-style1 .owl-stage-outer,
.owl-carousel.st-style2 .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -30px;
    margin-bottom: -30px;
}

.owl-carousel.st-style2 .owl-stage-outer {
    padding-left: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
}

.owl-carousel.st-owl-controler1 .owl-nav {
    display: none !important;
}

.owl-carousel.st-owl-controler1 .owl-dots,
.owl-carousel.st-owl-controler3 .owl-dots,
.owl-carousel.st-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.st-client-carousel .owl-dots {
    display: none !important;
}

.owl-carousel.st-owl-controler1 .owl-dots button,
.owl-carousel.st-owl-controler3 .owl-dots button,
.owl-carousel.st-client-carousel .owl-dots button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #ffc4b9;
    margin: 0 5px;
}

.owl-carousel.st-owl-controler1 .owl-dots button:focus,
.owl-carousel.st-owl-controler3 .owl-dots button:focus,
.owl-carousel.st-client-carousel .owl-dots button:focus {
    outline: none;
}

.owl-carousel.st-owl-controler1 .owl-dots button.active,
.owl-carousel.st-owl-controler3 .owl-dots button.active,
.owl-carousel.st-client-carousel .owl-dots button.active {
    background-color: #6262a0;
}

/*Style 2*/
.owl-carousel.st-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.st-owl-controler2 .owl-prev i,
.owl-carousel.st-owl-controler2 .owl-next i {
    font-size: 12px;
}

.owl-carousel.st-owl-controler2 .owl-prev,
.owl-carousel.st-owl-controler2 .owl-next {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel.st-owl-controler2 .owl-prev:hover,
.owl-carousel.st-owl-controler2 .owl-next:hover {
    color: #f5365c;
}

.owl-carousel.st-owl-controler2 .owl-prev i {
    margin-right: 10px;
}

.owl-carousel.st-owl-controler2 .owl-next i {
    margin-left: 10px;
}

.owl-carousel.st-owl-controler2 .owl-prev {
    margin-right: 30px;
}

/*Style3*/
.owl-carousel.st-owl-controler3 .owl-nav {
    display: block !important;
}

.owl-carousel.st-owl-controler3 .owl-dots,
.owl-carousel.st-owl-controler4 .owl-dots {
    display: none !important;
}

.owl-carousel.st-owl-controler3 .owl-nav .owl-prev,
.owl-carousel.st-owl-controler3 .owl-nav .owl-next,
.owl-carousel.st-owl-controler4 .owl-nav .owl-prev,
.owl-carousel.st-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.st-owl-controler3 .owl-nav .owl-prev {
    left: -35px;
}

.owl-carousel.st-owl-controler3 .owl-nav .owl-next {
    right: -35px;
}

.st-owl-controler3-hover:hover .owl-carousel.st-owl-controler3 .owl-nav .owl-prev {
    left: -75px;
    opacity: 1;
}

.st-owl-controler3-hover:hover .owl-carousel.st-owl-controler3 .owl-nav .owl-next {
    right: -75px;
    opacity: 1;
}

.owl-carousel.st-owl-controler3 .owl-nav .owl-prev:hover,
.owl-carousel.st-owl-controler3 .owl-nav .owl-next:hover,
.owl-carousel.st-owl-controler4 .owl-nav .owl-prev:hover,
.owl-carousel.st-owl-controler4 .owl-nav .owl-next:hover {
    color: #f5365c;
}

/*Style4*/
.owl-carousel.st-owl-controler4 .owl-nav .owl-prev,
.owl-carousel.st-owl-controler4 .owl-nav .owl-next {
    position: initial;
    opacity: 1;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}

.owl-carousel.st-owl-controler4 .owl-nav .owl-prev {
    margin-right: 10px;
}

.owl-carousel.st-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 */
.st-btn-group.st-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;
}

.st-btn-group.st-style1 .st-btn {
    margin: 0 10px;
    margin-bottom: 10px;
}

/* Button Type */
.st-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;
}

.st-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);
}

.st-btn i {
    margin-right: 10px;
}

.st-btn.st-style2 i {
    font-size: 46px;
    color: #172b4d;
    background-color: rgba(82, 87, 166, 0.15);
    border-radius: 50%;
    position: relative;
    font-weight: initial;
}

.st-btn.st-style1 {
    padding: 0.6em 2.0em;
    font-weight: 500;
    border-radius: 1.8em;
    font-size: 15px;
}

.st-btn.st-style1.st-size1 {
    padding: 0.6em 2.2em;
}

.st-btn.st-style1:focus {
    outline: none;
}

.st-btn.st-style2 {
    font-weight: 500;
    font-size: 15px;
}

.st-btn.st-style2:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert-danger {
    margin-bottom: 10px;
}

/* Button Color */
.st-btn.st-color1 {
    color: #fff;
    background-color: #172b4d;
}

.st-btn.st-color1:hover {
    background-color: #f5365c;
}

.st-btn.st-color2 {
    color: #fff;
    background-color: #172b4d;
}

.st-btn.st-color2:hover {
    background-color: #f5365c;
}

/*--------------------------------------------------------------
4. Header
----------------------------------------------------------------*/
.st-header {
    position: relative;
}

.st-header.st-sticky-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.st-header.st-style1.st-other-page-header {
    background: #fff;
}

.st-header.st-style1 .st-main-header-in {
    height: 70px;
    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;
}

.st-header.st-sticky-menu.st-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);
}

.st-header.st-sticky-menu.st-sticky-active.st-color1 {
    background: #2a58ff;
}

.st-header.st-style1 .st-main-header {
    position: relative;
}

.st-header-2 {
    z-index: 10000;
    position: relative;
    top: 47px;
    text-align: center;
}

.ai-container{
    top: 51px;
    position: relative;
}

.ai-cont-div-flex{
    display: inline-flex !important;
    justify-content: center;    
}

.ai-cont-div{
    width: 70%;
}

/*=== Logo Area ===*/
.st-site-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.st-site-title a {
    color: inherit;
}

/*End Logo Area*/

/*Horizontal Menu Area*/
.st-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.st-nav-wrap,
.st-desktop-nav.st-nav,
.st-desktop-nav .st-nav-list,
.st-desktop-nav .st-nav-list>li,
.st-desktop-nav .st-nav-list>li>a {
    height: 100%;
}

.st-solid-header .st-desktop-nav .st-nav-list>li>a {
    color: #666;
}

.st-solid-header .st-desktop-nav .st-nav-list>li>a.active {
    color: #2a58ff;
}

.st-header.st-color1 .st-desktop-nav .st-nav-list>li>a {
    color: rgba(255, 255, 255, 0.7);
}

.st-header.st-color1 .st-desktop-nav .st-nav-list>li>a.active {
    color: #fff;
}

.st-nav-list>li>a>i {
    color: #666;
    font-size: 12px;
    margin-right: 6px;
}

.st-nav.st-desktop-nav {
    display: block !important;
}

.st-desktop-nav .st-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;
}

.st-desktop-nav .st-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;
}

.st-desktop-nav .st-nav-list>li:first-child {
    margin-left: 0;
}

.st-desktop-nav .st-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;
}

.st-nav-list>li>a {
    color: #172b4d;
    font-size: 14px;
    font-weight: 400;
}

.st-nav-label {
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.7em;
    padding: 0 4px;
    border-radius: 2px;
    display: inline-block;
}

.st-nav-label.st-style1 {
    background: #de3618;
    position: relative;
    top: -6px;
    margin-left: 5px;
}

.st-nav-label.st-style2 {
    background-color: #50b83c;
    margin-left: auto;
}

/*=== Horizontal Dropdown ===*/
.st-has-children {
    position: relative;
}

.st-desktop-nav .st-nav-list>.st-has-children>a {
    position: relative;
    padding-right: 13px;
}

.st-desktop-nav {
    color: #f5365c;
}

.st-desktop-nav .st-nav-list .st-has-children>ul {
    list-style: none;
    position: absolute;
    width: 230px;
    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);
}

.st-nav-list ul a {
    color: #666;
    padding: 7px 20px;
    display: block;
    font-size: 14px;
}

.st-desktop-nav .st-nav-list .st-sub-megamenu-list li a:hover {
    background: transparent;
}

.st-desktop-nav .st-nav-list ul a:hover,
.st-desktop-nav .st-nav-list .st-sub-megamenu-list li.active a {
    background-color: #f5f5f5;
}

.st-desktop-nav .st-nav-list .st-has-children>ul ul {
    left: 100%;
    top: 0;
}

.st-desktop-nav .st-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
}

.st-nav-list ul .st-has-children>a {
    padding-right: 25px;
}

/*=== Hovizontal Mega Menu ===*/
.st-desktop-nav .st-megamenu {
    position: initial;
}

.st-desktop-nav .st-has-children .st-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;
}

.st-desktop-nav .st-has-children:hover .st-megamenu-in {
    opacity: 1;
    visibility: visible;
}

.st-megamenu-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65em;
    margin-bottom: 0;
}

.st-desktop-nav .st-megamenu-title {
    padding: 6px 20px;
}

.st-megamenu-list {
    padding: 0;
    list-style: none;
}

.st-megamenu.st-style1 .row {
    margin: 0;
}

.st-megamenu.st-style1 .container,
.st-megamenu.st-style1 .row>div {
    padding: 0;
}

.st-desktop-nav .st-nav-list .st-megamenu ul a {
    padding: 7px 20px;
}

.st-desktop-nav .st-megamenu-col {
    padding: 10px 0;
    border-right: 1px solid #eaeaea;
}

.st-desktop-nav .row>div:last-child>.st-megamenu-col {
    border-right: 0;
}

.st-solid-header {
    background: #fff;
}

.st-height-80 {
    height: 80px;
}

.st-height-70 {
    height: 70px;
}

.st-full-width .container {
    max-width: 100%;
    padding: 0 50px;
}

/*End Horizontal Mega menu*/

/*=== Horizontal Mobile Menu Style ===*/

.st-mobile-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
}

.st-mobile-nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
    padding-left: 15px;
}

.st-mobile-nav .st-nav-list ul {
    display: none;
}

.st-mobile-nav .st-nav-list>li>a {
    padding: 8px 0px;
    display: block;
}

.st-mobile-nav .st-nav-list ul a {
    padding-left: 0;
    padding-right: 0;
}

.st-sub-megamenu-in {
    display: none;
}

.st-sub-megamenu-in.active {
    display: block;
}

.st-nav.st-mobile-nav {
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.st-mobile-nav .st-nav-list .st-megamenu-list {
    display: block;
}

.st-mobile-nav .st-megamenu-title {
    padding: 7px 15px;
}

.st-mobile-nav .st-nav-list .st-megamenu-list a {
    padding-left: 10px;
    padding-right: 10px;
}

.st-mobile-nav .st-megamenu-in {
    display: none;
}

.st-nav-toggle {
    display: none;
}

.st-btn-group.st-style1.m-btn-group {
    display: none;
}

.st-mobile-nav .st-dropdown-btn {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 9px;
    cursor: pointer;
    z-index: 1;
}

.st-mobile-nav .st-dropdown-btn:before,
.st-mobile-nav .st-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;
}

.st-mobile-nav .st-dropdown-btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.st-mobile-nav .st-dropdown-btn.st-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 ===*/
.st-nav-toggle.st-style1.st-active span:nth-child(1),
.st-nav-toggle.st-style1.st-active span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.st-nav-toggle.st-style1.st-active span:nth-child(2),
.st-nav-toggle.st-style1.st-active span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.st-nav-toggle.st-style1.st-active span:nth-child(1) {
    left: 2px;
    top: 4px;
}

.st-nav-toggle.st-style1.st-active span:nth-child(2) {
    left: calc(50% - 2px);
    top: 4px;
}

.st-nav-toggle.st-style1.st-active span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.st-nav-toggle.st-style1.st-active span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.st-nav-toggle.st-style1.st-active span:nth-child(5) {
    left: 2px;
    top: 11px;
}

.st-nav-toggle.st-style1.st-active span:nth-child(6) {
    left: calc(50% - 2px);
    top: 11px;
}

.st-nav-toggle.st-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;
}

.st-nav-toggle.st-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;
}

.st-header.st-color1 .st-nav-toggle.st-style1 span {
    background: #fff;
}

.st-nav-toggle.st-style1 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

.st-nav-toggle.st-style1 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

.st-nav-toggle.st-style1 span:nth-child(1),
.st-nav-toggle.st-style1 span:nth-child(2) {
    top: 0px;
}

.st-nav-toggle.st-style1 span:nth-child(3),
.st-nav-toggle.st-style1 span:nth-child(4) {
    top: 6px;
}

.st-nav-toggle.st-style1 span:nth-child(5),
.st-nav-toggle.st-style1 span:nth-child(6) {
    top: 12px;
}

/*Ene Mobile Menu Button*/

/*=== Horizontal Menu Animation Efect ===*/
.st-fade-up .st-desktop-nav .st-nav-list .st-has-children>ul {
    margin-top: 5px;
}

.st-fade-up .st-desktop-nav .st-has-children:hover>ul {
    margin-top: -10px;
}

.st-fade-up .st-desktop-nav .st-has-children .st-megamenu-in {
    margin-top: 5px;
}

.st-fade-up .st-desktop-nav .st-has-children:hover .st-megamenu-in {
    margin-top: -10px;
}

.st-fade-down .st-desktop-nav .st-nav-list .st-has-children>ul {
    margin-top: -20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.st-fade-down .st-desktop-nav .st-has-children:hover>ul {
    margin-top: -10px;
}

.st-fade-down .st-desktop-nav .st-has-children .st-megamenu-in {
    margin-top: -20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.st-fade-down .st-desktop-nav .st-has-children:hover .st-megamenu-in {
    margin-top: -10px;
}

/*Ene Horizontal Menu Animation Effect*/

/*=== Menu Responsive Style ===*/
@media screen and (max-width: 991px) {


    .st-btn-group.st-style1.m-btn-group {
        display: block;
        font-size: 5px;
    }

    .st-nav-toggle {
        display: block;
    }

    .st-nav.st-mobile-nav {
        display: none;
    }

    .st-header .container {
        max-width: 100%;
    }

    .st-mobile-nav {
        border-top: 1px solid #eaeaea;
    }

    .st-header.st-style2 .st-main-header-in {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/*End Menu Responsive*/

/*--------------------------------------------------------------
5. Hero Style
----------------------------------------------------------------*/
.st-hero-slide.st-style1 {
    height: 600px;
    background-color: #f9fbff;
    position: relative;
    overflow: hidden;
}

.st-hero-slide.st-style1.st-type2 {
    padding-bottom: 70px;
}

.st-hero-slide.st-style1 .container,
.st-hero-slide.st-style2 .container {
    margin: 0;
    position: relative;
    z-index: 2;
}

.st-hero-slide.st-style1 .container {
    z-index: 2;
}

.st-hero-slide.st-style1 .st-hero-img,
.st-hero-slide.st-style2 .st-hero-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-45%);
    z-index: 1;
}

/*--.st-hero-slide.st-style1 .st-hero-img img,
.st-hero-slide.st-style2 .st-hero-img img {
    -webkit-animation: 1.7s infinite alternate imageUpAnimation;
    animation: 1.7s infinite alternate imageUpAnimation;
}*/

.st-hero-text.st-style1 h1 {
    font-size: 60px;
    margin-bottom: 15px;
}

.st-hero-text.st-style1 h1 span {
    color: #f5365c;
}

.st-hero-text.st-style1 b,
.st-hero-text.st-style1 i {
    font-weight: inherit;
    font-style: initial;
}

.st-hero-text.st-style1 .st-hero-subtitle {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 40px;
    font-weight: 300;
}

.st-hero-text.st-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;
    z-index: 1
}

.st-adjust-middle .st-hero-text.st-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;
}

.st-hero-slider1 .st-hero-text.st-style1 {
    position: relative;
    top: -100px;
    opacity: 0;
}

.owl-carousel.st-hero-slider1 .active .st-hero-text.st-style1 {
    top: 0px;
    opacity: 1;
}

.st-hero-slide.st-style1 .st-hero-img,
.st-hero-slide.st-style2 .st-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;
}

.st-hero-slider1 .st-hero-slide.st-style1 .st-hero-img {
    top: 65%;
    opacity: 0;
}

.owl-carousel.st-hero-slider1 .active .st-hero-slide.st-style1 .st-hero-img {
    top: 50%;
    opacity: 1;
}

.st-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;
}

.st-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;
}

.st-pattern-animation {
    -webkit-animation: paternAnimation 5s alternate infinite linear;
    animation: paternAnimation 5s alternate infinite linear;
}

.st-hero-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
}

.st-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);
    }
}

.st-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.st-color1 span {
    -webkit-box-shadow: 0 0 0 10px #f5365c;
    box-shadow: 0 0 0 10px #f5365c;
}

.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*/
.st-circle {
    background-color: #fff;
    opacity: 0.031;
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.st-circle-first {
    left: 2%;
    top: 2%;
    -webkit-animation: circleAnimation 13s alternate infinite linear;
    animation: circleAnimation 13s alternate infinite linear;
}

.st-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*/
.st-wave-wrap .st-wave-first .st-wave-in {
    -webkit-animation: move_wave 15s linear infinite;
    animation: move_wave 15s linear infinite;
}

.st-wave-wrap .st-wave-second .st-wave-in {
    -webkit-animation: move_wave 20s linear infinite;
    animation: move_wave 20s linear infinite;
    bottom: -35px;
}

.st-wave-wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.st-wave {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: 0
}

.st-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*/
.st-hero-slide.st-style2 {
    height: 800px;
    background-color: #2a58ff;
    position: relative;
}

.st-hero-slide.st-style2.st-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;
}

.st-hero-slide.st-style2.st-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);
}

.st-hero-slide.st-style2.st-type1 .st-hero-img {
    width: 800px;
    left: 61%;
    z-index: 1;
}

.st-hero-slide.st-style2.st-type1 .st-hero-img img {
    -webkit-animation: none;
    animation: none;
    width: 100%;
}

.st-hero-slide.st-style2 .st-hero-text.st-style1 h1 {
    color: #fff;
}

.st-hero-slide.st-style2 .st-hero-text.st-style1 .st-hero-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.st-hero-slide.st-style2.st-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%;
}

.st-hero-slide.st-style2.st-type2 .st-hero-text.st-style1 {
    padding-top: 110px;
    padding-bottom: 80px;
}

.st-hero-img2 {
    position: relative;
    margin-bottom: -110px;
}

.st-hero-slide.st-style2.st-type2 .st-wave-wrap {
    margin-bottom: -50px;
}

.st-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;
}

.st-folow-icon a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #b5b5b5;
    overflow: hidden;
    margin-right: 16px;
    padding: 0 2px;
}

.st-folow-icon a:last-child {
    margin-right: 0;
}

.st-folow-icon a:hover {
    color: #b5b5b5;
}

.st-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;
}

.st-folow-icon i:last-child {
    position: absolute;
    top: 0;
    left: -25px;
    color: #111;
}

.st-folow-icon a i:first-child {
    color: #b5b5b5;
}

.st-folow-icon a:hover i:last-child {
    left: 0;
}

.st-folow-icon a:hover i:first-child {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

.st-hero-slide-wrap {
    position: relative;
}

.st-hero-slide-wrap .st-folow-icon {
    position: absolute;
    right: 50px;
    bottom: 27px;
}

/*===Video Popup===*/
.st-pd-video .st-video-open,
.st-sample-img .st-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;
}

.st-pd-video .st-video-open:hover,
.st-sample-img .st-video-open:hover {
    color: rgba(255, 255, 255, 0.7);
}

.st-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;
}

.st-video-popup.active {
    left: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
}

.st-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;
}

.st-video-popup.active .st-video-popup-overlay {
    opacity: 0.8;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.st-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;
}

.st-video-popup.active .st-video-popup-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.st-video-popup-content:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.st-video-popup-container {
    display: inline-block;
    position: relative;
    text-align: left;
    background: #fff;
    max-width: 1100px;
    width: 100%;
    vertical-align: middle;
}

.st-video-popup-container .embed-responsive {
    width: 100%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.st-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;
}

.st-video-popup iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.st-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;
}

.st-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;
}

.st-video-popup-close:hover:before,
.st-video-popup-close:hover:after {
    background: #000;
}

.st-video-popup-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.st-video-popup-align {
    overflow: hidden;
}

/*End Video Popup*/

/*--------------------------------------------------------------
6. Icon Box
----------------------------------------------------------------*/
.st-iconbox-wrap.st-style1 {
    margin-top: -140px;
    position: relative;
    z-index: 3;
}

.st-iconbox-wrap.st-style1 .st-iconbox.st-style1 {
    background-color: #fff;
}

.st-iconbox.st-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);
    margin: 40px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 200px;
}

.st-iconbox.st-style1:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.st-iconbox.st-style1 .st-iconbox-icon i {
    position: relative;
    z-index: 1;
}

.st-iconbox.st-style1 .st-iconbox-icon {
    margin-bottom: 17px;
    position: relative;
    font-size: 56px;
    color: #172b4d;
    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;
}

.st-iconbox.st-style1:hover .st-iconbox-icon {
    color: #f5365c;
}

.st-iconbox.st-style1 .st-iconbox-icon:before,
.st-iconbox.st-style1 .st-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;
}

.st-iconbox.st-style1 .st-iconbox-icon:before {
    background-image: url(../img/light-img/shap1.png);
}

.st-iconbox.st-style1 .st-iconbox-icon:after {
    background-image: url(../img/light-img/shap2.png);
    opacity: 0;
}

.st-iconbox.st-style1:hover .st-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);
}

.st-iconbox.st-style1:hover .st-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);
}

.st-iconbox.st-style1 .st-iconbox-title,
.st-image-box.st-style1 .st-image-box-title {
    font-size: 18px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.st-iconbox.st-style1:hover .st-iconbox-title {
    color: #f5365c
}

.st-iconbox.st-style1 .st-iconbox-text,
.st-image-box.st-style1 .st-image-box-text {
    margin-bottom: -5px;
}

.st-service-section {
    position: relative;
}

.st-service-section .container {
    position: relative;
    z-index: 1;
}

.st-service-background-shap {
    position: absolute;
    top: 6%;
    right: -9%;
    -webkit-animation: borderAnimation 4s linear infinite;
    animation: borderAnimation 4s linear infinite;
}

.st-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: 500;
    font-size: 16px;
    color: #fff;
    padding: 0px 6px 1px;
    background-color: #666;
    border-radius: 2px;
}

/*--------------------------------------------------------------
7. Section Heading
----------------------------------------------------------------*/
.st-section-heading.st-style1 {
    margin-bottom: 14px;
}

.st-about-text {
    font-size: 16px;
    line-height: 1.6em;
}

.st-section-heading.st-style1 h3 {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: -3px;
}

.st-section-heading.st-style1 h2 {
    font-size: 42px;
    margin-bottom: 0;
}

.st-seperator {
    width: 172px;
    margin: auto;
    position: relative;
    margin-bottom: 9px;
    line-height: 10px;
    margin-top: 4px;
}

.st-seperator-left-bar,
.st-seperator-right-bar {
    position: absolute;
    height: 1px;
    width: 70px;
    background: #b5b5b5;
    top: 52%;
}

.st-seperator-left-bar {
    left: 0;
}

.st-seperator-right-bar {
    right: 0;
}

.st-section-heading.st-style2 {
    margin-bottom: 60px;
}

.st-section-heading.st-style2 h2 {
    font-size: 42px;
    margin-bottom: 0;
    padding-bottom: 4px;
    margin-top: -7px;
}

.st-section-heading.st-style2 p {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 18px;
    line-height: 1.6em;
    margin-top: 0;
}

.st-section-heading.st-style1.st-type1 {
    border-bottom: 1px solid #d0d0e2;
    margin-bottom: 14px;
    padding-bottom: 10px;
}

.st-section-heading.st-style2.st-type2 h2 {
    padding-bottom: 14px;
}

.st-section-heading.st-style2.st-type2 {
    margin-bottom: 28px;
}

.st-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
----------------------------------------------------------------*/
.st-about-text p {
    margin-bottom: 25px;
}

.tr-list {
    padding: 0;
    margin: 0;
    margin-bottom: 33px;
}

.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: 7px;
    border: 2px solid #6262a0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.tr-list li:after {
    background: #6262a0;
    height: 6px;
    width: 6px;
    left: 3px;
    top: 10px;
}

.st-about-img {
    padding-right: 15px;
}

.st-about-img.st-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;
}

.st-about-img.st-style1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
}

.special-span{
    color: #f5365c;
    font-weight: bold;
    padding: 5px;
}


.basic-border{
    border: 2px solid #6262a0;
    padding: 50px;
    border-radius: 5px;
}

.st-site-usage{
    padding: 35px 0 30px 0;
}

.st-bes-info{
    padding: 50px 0px 30px 0;
}

.slider-header{
    background-color: #172b4d;
    border-radius: 5px;
    color:white !important;
    cursor: pointer;
    padding: 7px;
}

.slider-header:hover{
    background-color: #f5365c;
}


.slider{

	overflow-y: hidden;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: linear;
    position: relative;
}

.slider.open{
    max-height: 45vh;
    min-height: 45vh;
}

.slider.open.info-text{
    max-height: 40vh;
    min-height: 40vh;   
}

/*Mandatory CSS?*/
.slider.open.info-list{
    max-height: 135vh;
    margin-top: 10px;
}



.slider.open.info-fon{
    max-height: 270vh;
    min-height: unset;
}

.slider.closed{
    max-height: 0;
    min-height: 0;
}







/*--------------------------------------------------------------
9. Image Box
----------------------------------------------------------------*/
.st-image-box.st-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);
}

.st-image-box.st-style1 .st-image-box-info {
    padding: 25px 20px 30px;
}

.st-image {
    display: block;
    position: relative;
    overflow: hidden;
}

.st-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;
}

.st-image:hover:before {
    opacity: 0.1;
}

.st-image img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.st-image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*--------------------------------------------------------------
10. Fun Fact
----------------------------------------------------------------*/
.st-funfact-icon {
    margin: auto;
    position: relative;
    margin-bottom: 15px;
    font-size: 56px;
    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;
}

.st-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);
}

.st-funfact:hover .st-funfact-icon:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.st-funfact-number {
    font-size: 60px;
    line-height: 1em;
    color: #f5365c;
    margin-bottom: 3px;
}

.st-funfact-title {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: -4px;
    font-family: inherit;
}

/*--------------------------------------------------------------
11. Project
----------------------------------------------------------------*/
.st-single-project {
    height: 340px;
    width: 100%;
    display: block;
    position: relative;
}

.st-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);
}

.st-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;
}

.st-project-meta h3 {
    font-size: 18px;
    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);
}

.st-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);
}

.st-single-project:hover .st-project-meta {
    opacity: 1;
}

.st-single-project:hover .st-project-meta h3 {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.st-single-project:hover .st-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;
}

.st-subscribe-form {
    position: relative;
}

.st-subscribe-form input,
.st-contact-form input,
.st-contact-form textarea {
    border: 1px solid #d0d0e2;
    height: 48px;
    width: 100%;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 14px;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    font-weight: 300;
}

.st-subscribe-form input:focus,
.st-contact-form input:focus,
.st-contact-form textarea:focus {
    border-color: #172b4d;
    outline: none;
}

.st-newsletter-btn {
    height: 48px;
    width: 70px;
    background-color: #f5365c;
    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;
}

.subscription-label {
    flex: none;
    width: 100%;
    display: block;
    margin: 0;
}

.subscription-label.error {
    color: red;
}

.subscription-label.valid {
    color: green;
}

.st-newsletter-btn:hover {
    opacity: 0.8
}

.st-right-newsletter {
    padding-left: 40px;
    max-width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.st-newsletter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 825px;
    margin: auto;
    align-items: center;
}

.st-newsletter-text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.6em;
}

.st-newsletter-img {
    position: relative;
}

.st-bard-animation1 {
    top: 7%;
    left: 4%;
    position: absolute;
    -webkit-animation: bardAnimaiton1 5s alternate infinite linear;
    animation: bardAnimaiton1 5s alternate infinite linear;
}

.st-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
}

.st-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
----------------------------------------------------------------*/
.st-contact-form input,
.st-contact-form textarea {
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 14px;
}

.st-contact-form textarea {
    height: 140px;
}

.st-contact-form .st-btn.st-style1 {
    margin-top: 16px;
}

.st-contact-info.st-style1 {
    padding: 45px 100px;
    padding-right: 70px;
    height: 100%;
    min-height: 400px;
}

.st-contact-info-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.st-contact-info-text {
    margin-bottom: 30px;
}

.st-contact-info.st-style1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.st-contact-info.st-style1 ul li {
    line-height: 1.6em;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.st-contact-info.st-style1 ul li:last-child {
    margin-bottom: 0;
}

.st-contact-info.st-style1 ul li i {
    position: absolute;
    top: 4px;
    left: 0;
    color: #172b4d;
    font-size: 16px;
}

.st-contact-info-in {
    position: relative;
    z-index: 1;
}

.st-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
----------------------------------------------------------------*/
.st-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;
}

.st-map-bar:hover {
    background-color: #172b4d;
}

.st-map-bar-img {
    position: relative;
}

.st-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: #172b4d;
    -webkit-animation: 2s linear 0s infinite normal none running markerAnimation;
    animation: 2s linear 0s infinite normal none running markerAnimation;
}

.st-map-bar.st-flex.st-bar-active .st-map-bar-icon {
    top: 50%;
    -webkit-animation: none;
    animation: none;
}

/*Map*/
.st-map-wrpa {
    display: none;
}

#st-map {
    height: 500px;
}

.popup-tip-anchor {
    height: 0;
    position: absolute;
    width: 200px;
}

.popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
}

.st-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%;
}

.st-map-marker i {
    font-size: 42px;
    position: absolute;
    bottom: 7px;
    left: -8px;
    color: #f5365c;
    z-index: 10;
    -webkit-animation: markerAnimation 2s linear infinite;
    animation: markerAnimation 2s linear infinite;

}

.st-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 #f5365c;
    box-shadow: 0 0 16px 8px #f5365c;
}

@-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
----------------------------------------------------------------*/
.st-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);
    }
}

.st-progressbar {
    height: 8px;
    width: 100%;
    overflow: hidden;
    background-color: #e8f1fd;
    position: relative;
}

.st-progressbar-in {
    position: absolute;
    height: 4px;
    background: #6262a0;
    width: calc(100% - 4px);
    top: 2px;
    left: 2px;
}


.st-single-progressbar:not(:last-child) {
    margin-bottom: 30px;
}

.st-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: 5px;
}

.st-progressbar-title {
    font-size: 18px;
    margin-bottom: 0;
}

.st-progressbar-percentage {
    color: #f5365c;
}

/*--------------------------------------------------------------
16. Team
----------------------------------------------------------------*/
.st-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;
}

.st-member-img {
    margin-bottom: 25px;
    text-align: center;
}

.owl-carousel .owl-item .st-member-img img {
    width: initial;
    display: inline-block;
}

.st-member-name {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.st-team-member:hover .st-member-name {
    color: #f5365c;
}

.st-member-designation {
    margin-bottom: 10px;
}

.st-member-social-btn li {
    margin: 0 8px;
    font-size: 14px;
}

.st-member-social-btn li a {
    color: #b5b5b5;
    display: flex;
}

.st-member-social-btn li a:hover {
    color: #f5365c;
    transform: scale(1.2);
}

.st-member-social-btn img {
    display: block;
}

/*--------------------------------------------------------------
17. CTA
----------------------------------------------------------------*/
.st-cta-title {
    font-size: 42px;
    margin-bottom: 13px;
    margin-top: -5px;
}

.st-cta-text {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.6em;
}

/*--------------------------------------------------------------
18. Pricing Table
----------------------------------------------------------------*/
.st-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);
}

.st-price-card:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.st-price-card-img {
    margin-bottom: 26px;
}

.st-price-card-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.st-price {
    margin-bottom: 30px;
}

.st-price h3 {
    font-size: 60px;
    line-height: 1em;
    margin-bottom: -1px;
    font-weight: 400;
}

.st-price span {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 300;
    color: #b5b5b5;
}

.st-price-card-feature {
    margin-bottom: 33px;
    font-size: 16px;
    line-height: 1.6em;
}

.st-price-card-feature li:not(:last-child) {
    margin-bottom: 12px;
}

.st-featured-price .st-price h3 {
    color: #f5365c;
}


/*--------------------------------------------------------------
19. Blog
----------------------------------------------------------------*/
.st-blog.st-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);
}

.st-blog.st-style1 .st-blog-thumb {
    height: 220px;
    display: block;
}

.st-blog.st-style1 .st-blog-info {
    padding: 30px 25px;
}

.st-blog.st-style1 .st-blog-label {
    margin-top: -5px;
    margin-bottom: 2px;
}

.st-blog.st-style1 .st-blog-label a {
    font-weight: 500;
}

.st-blog.st-style1 .st-blog-label a:hover {
    text-decoration: underline;
}

.st-blog.st-style1 .st-blog-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.st-blog.st-style1 .st-blog-text {
    margin-bottom: 20px;
}

.st-blog.st-style1 .st-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;
}

.st-blog.st-style1 .st-blog-btn {
    font-weight: 500;
    color: #6262a0;
}

.st-blog.st-style1 .st-blog-btn i {
    font-size: 12px;
    line-height: inherit;
    margin-left: 1px;
}

.st-blog.st-style1 .st-blog-btn:hover {
    color: #f5365c;
    letter-spacing: 0.5px;
}

.st-pagination {
    margin-top: 60px;
}

.st-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.st-pagination ul li {
    margin: 0 5px;
}

.st-pagination a {
    height: 45px;
    min-width: 45px;
    border: 1px solid #d0d0e2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-radius: 3px;
    color: #666;
}

.st-pagination a:hover,
.st-pagination ul li.is-active a {
    background-color: #d0d0e2;

}

.st-pagination ul li.is-active a {
    pointer-events: none;
}

/*--------------------------------------------------------------
20. Testimonial
----------------------------------------------------------------*/
.st-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: 22px;
    color: rgba(255, 138, 115, 0.5);
    font-size: 26px;
    margin-top: 5px;
}

.st-testimonial-text {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.st-testimonial-meta h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.st-testimonial-meta p {
    margin-bottom: 0;
}

.owl-carousel.st-client-carousel .owl-item .st-client-logo img {
    width: initial;
}

.st-testimonial-slider .owl-stage-outer {
    margin-left: -8px;
}

.st-single-testimonial {
    padding-left: 8px;
}

.st-testimonial-right-img {
    height: 100%;
}

/*--------------------------------------------------------------
20. Site Footer
----------------------------------------------------------------*/
.st-content {
    background-color: #fff;
    z-index: 10;
    position: relative;
}

.st-main-footer {
    padding: 60px 0;
}

.st-sticky-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.st-footer-social {
    margin-top: 13px;
}

.st-footer-social-btn {
    font-size: 35px;
}

.st-footer-social-btn li {
    margin: 0 10px;
}

.st-footer-social-btn li a {
    display: flex;
}

.st-footer-social-btn li a {
    display: flex;
    color: #b5b5b5;
}

.st-footer-social-btn a:hover {
    color: #f5365c;
}

.st-copyright-text {
    border-top: 1px solid rgba(208, 208, 226, 0.6);
    padding: 19px 15px;
}

.st-footer-logo {
    margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
    .st-hero-slide.st-style2.st-type1 {
        width: 100%;
        padding-left: 40px;
    }

    .st-hero-slide.st-style2.st-type1 .st-hero-img {
        width: 600px;
        left: 58%;
    }
}

@media screen and (max-width: 1199px) {
    .owl-carousel.st-owl-controler2 .owl-nav {
        max-width: 960px;
    }

    .st-hero-slide.st-style2.st-type1 {
        height: initial;
        padding-top: 150px;
        text-align: center;
    }

    .st-hero-slide.st-style2.st-type1 .st-btn-group.st-style1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .st-hero-slide.st-style2.st-type1 .st-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.st-owl-controler2 .owl-nav {
        max-width: 720px;
    }

    .st-hero-text.st-style1 h1 {
        font-size: 42px;
    }

    .st-hero-text.st-style1 .st-hero-subtitle {
        font-size: 18px;
    }

    .st-btn.st-style1 {
        padding: 0.8em 2.4em;
    }

    .st-btn.st-style2 i {
        font-size: 42px;
    }

    .st-hero-slide.st-style1 {
        height: 600px;
    }

    .owl-carousel.st-owl-controler2 .owl-nav {
        bottom: 20px;
    }

    .st-section-top {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .st-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .st-cta-img {
        display: none;
    }

    .st-section-heading.st-style2 {
        margin-bottom: 40px;
    }

    .st-contact-info-in {
        max-width: 400px;
    }

    .st-section-heading.st-style2 p br {
        display: none;
    }

    .st-contact-form input,
    .st-contact-form textarea {
        max-width: 100%;
    }

    .owl-carousel.st-owl-controler3 .owl-nav {
        display: none !important;
    }

    .owl-carousel.st-owl-controler3 .owl-dots,
    .owl-carousel.st-client-carousel .owl-dots {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .owl-carousel.st-owl-controler3.st-service-carousel .owl-dots {
        margin-top: 15px;
    }

    .st-hero-slide.st-style2.st-type1 {
        border-right-width: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .owl-carousel.st-owl-controler2 .owl-nav {
        max-width: 540px;
    }

    .st-right-newsletter {
        display: none;
    }

    .st-footer-social-btn li {
        margin: 0 10px;
    }

    .st-iconbox-wrap.st-style1 {
        margin-top: 80px;
    }

    .st-hero-slide.st-style1.st-type2 {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .st-hero-text.st-style1 br {
        display: none;
    }

    .st-hero-img {
        display: none;
    }

    .st-service-background-shap {
        display: none;
    }

    .st-svg-animation1 {
        display: none;
    }

    .st-contact-info.st-style1 {
        padding: 0;
        min-height: initial;
    }

    .st-hero-slide.st-style2 {
        height: 620px;
    }

    .st-wave-wrap {
        display: none;
    }

    .st-hero-slide.st-style2.st-type1 {
        border: 0;
        padding-left: 0;
        border-radius: 0;
        padding-bottom: 80px;
    }

    .st-full-width .container {
        padding: 0 15px;
    }
}

/*--------------------------------------------------------------
21. Start Page Title
----------------------------------------------------------------*/

.st-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: 70px;
    position: relative;
}

.st-page-header-text h1 {
    font-size: 42px;
    margin-bottom: 12px;
    margin-top: -9px;
    text-transform: capitalize;
}

.st-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;
}

.st-breadcam li {
    font-size: 14px;
}

.st-breadcam li:not(:last-child):after {
    content: '/';
    margin-left: 7px;
    padding-right: 7px;
}

.st-blog-list .row {
    margin-top: -40px;
}

.st-blog-list .row>[class*="col-"] {
    margin-top: 40px;
}

.st-right-sidebar {
    padding-left: 10px;
}

.st-left-sidebar {
    padding-right: 10px;
}

hr {
    margin: 0;
    border-color: rgba(208, 208, 226, 0.6);
    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: #f5365c;
    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: #f5365c;
}

.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;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}

.widget-title:before {
    content: '';
    height: 2px;
    width: 80px;
    position: absolute;
    left: 0;
    background-color: #f5365c;
    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;
    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
----------------------------------------------------------------*/
.st-isotop.st-has-gutter {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.st-isotop.st-has-gutter .st-isotop-item {
    padding: 0 15px;
    margin-bottom: 30px;
}

.st-port-col-6 .st-grid-sizer,
.st-port-col-6 .st-isotop-item {
    width: 16.666667%;
}

.st-port-col-5 .st-grid-sizer,
.st-port-col-5 .st-isotop-item {
    width: 20%;
}

.st-port-col-4 .st-grid-sizer,
.st-port-col-4 .st-isotop-item {
    width: 25%;
}

.st-port-col-3 .st-grid-sizer,
.st-port-col-3 .st-isotop-item {
    width: 33.333333%;
}

.st-port-col-2 .st-grid-sizer,
.st-port-col-2 .st-isotop-item {
    width: 50%;
}

.st-port-col-1 .st-grid-sizer,
.st-port-col-1 .st-isotop-item {
    width: 100%;
}

.st-grid-sizer {
    width: 33.333333%;
}

.st-port-col-5 .st-w20,
.st-port-col-4 .st-w20,
.st-port-col-3 .st-w20,
.st-port-col-2 .st-w20,
.st-port-col-1 .st-w20 {
    width: 20%;
}

.st-port-col-5 .st-w25,
.st-port-col-4 .st-w25,
.st-port-col-3 .st-w25,
.st-port-col-2 .st-w25,
.st-port-col-1 .st-w25 {
    width: 25%;
}

.st-port-col-5 .st-w33,
.st-port-col-4 .st-w33,
.st-port-col-3 .st-w33,
.st-port-col-2 .st-w33,
.st-port-col-1 .st-w33 {
    width: 33.333333%;
}

.st-port-col-5 .st-w50,
.st-port-col-4 .st-w50,
.st-port-col-3 .st-w50,
.st-port-col-2 .st-w50,
.st-port-col-1 .st-w50 {
    width: 50%;
}

.st-port-col-5 .st-w66,
.st-port-col-4 .st-w66,
.st-port-col-3 .st-w66,
.st-port-col-2 .st-w66,
.st-port-col-1 .st-w66 {
    width: 66.666666%;
}

.st-port-col-5 .st-w100,
.st-port-col-4 .st-w100,
.st-port-col-3 .st-w100,
.st-port-col-2 .st-w100,
.st-port-col-1 .st-w100 {
    width: 100%;
}

.st-height1 {
    height: 250px;
}

.st-height2 {
    height: 450px;
}

/*--------------------------------------------------------------
24. Start Text Slider
----------------------------------------------------------------*/

.st-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.st-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.st-words-wrapper b.is-visible {
    position: relative;
}

.st-headline.st-rotate-text .st-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px;
}

.st-headline.st-rotate-text b {
    opacity: 0;
}

.st-headline.st-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 .st-headline.st-rotate-text i {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.st-headline.st-rotate-text i.in {
    -webkit-animation: cd-st-rotate-text-in 0.6s forwards;
    animation: cd-st-rotate-text-in 0.6s forwards;
}

.st-headline.st-rotate-text i.out {
    -webkit-animation: cd-st-rotate-text-out 0.6s forwards;
    animation: cd-st-rotate-text-out 0.6s forwards;
}

.no-csstransitions .st-headline.st-rotate-text i {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
}

.no-csstransitions .st-headline.st-rotate-text .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-st-rotate-text-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@keyframes cd-st-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-st-rotate-text-out {
    0% {
        -webkit-transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@keyframes cd-st-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*/
.st-headline.scale b {
    opacity: 0;
}

.st-headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.is-visible .st-headline.scale i {
    opacity: 1;
}

.st-headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards;
}

.st-headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards;
}

.no-csstransitions .st-headline.scale i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .st-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 */
.st-headline.push b {
    opacity: 0;
}

.st-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in 0.6s;
    animation: push-in 0.6s;
}

.st-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*/
.st-icon-box {
    padding-left: 65px;
    position: relative;
}

.st-icon {
    position: absolute;
    left: 15px;
    top: 3px;
    font-size: 36px;
    color: #2caee2;
}

.st-icon-box-title {
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: 0.25px;
}

.st-icon-box-text {
    margin-bottom: 0;
    margin-top: 12px;
}

/*End Text Slider*/
@media screen and (max-width: 991px) {

    .st-port-col-4 .st-grid-sizer,
    .st-port-col-4 .st-isotop-item {
        width: 50%;
    }

    .st-port-col-4 .st-w50 {
        width: 100%;
    }

    .st-section-heading.st-style1 h2,
    .st-section-heading.st-style2 h2,
    .st-cta-title {
        font-size: 30px;
    }

    .st-about-text,
    .st-btn.st-style1,
    .st-btn.st-style2 {
        font-size: 14px;
    }

    .st-section-heading.st-style2 p,
    .st-cta-text,
    .st-testimonial-text,
    .st-newsletter-text,
    .st-hero-text.st-style1 .st-hero-subtitle {
        font-size: 16px;
    }

    .st-funfact-number,
    .st-price h3 {
        font-size: 50px;
    }
    .st-page-header-text h1 {
    font-size: 30px;
    margin-bottom: 7px;
    margin-top: -5px;
}
.st-page-header {
    height: 300px;
}

    .st-content {
        margin-bottom: 0 !important;
    }

    .st-sticky-footer {
        position: relative;
    }

    .st-hero-slide.st-style2 {
        height: 550px;
    }
}

@media screen and (max-width: 767px) {

    .st-port-col-3 .st-grid-sizer,
    .st-port-col-3 .st-isotop-item {
        width: 50%;
    }

    .st-port-col-5 .st-w50,
    .st-port-col-4 .st-w50,
    .st-port-col-3 .st-w50,
    .st-port-col-2 .st-w50,
    .st-port-col-1 .st-w50,
    .st-port-col-5 .st-w66,
    .st-port-col-4 .st-w66,
    .st-port-col-3 .st-w66,
    .st-port-col-2 .st-w66,
    .st-port-col-1 .st-w66 {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {

    .st-port-col-5 .st-grid-sizer,
    .st-port-col-5 .st-isotop-item {
        width: 100%;
    }

    .st-port-col-4 .st-grid-sizer,
    .st-port-col-4 .st-isotop-item {
        width: 100%;
    }

    .st-port-col-3 .st-grid-sizer,
    .st-port-col-3 .st-isotop-item {
        width: 100%;
    }

    .st-port-col-2 .st-grid-sizer,
    .st-port-col-2 .st-isotop-item {
        width: 100%;
    }

    .st-footer-text br {
        display: none;
    }
}

/*Isotop Menu Style1*/
.st-isotop-filter.st-style1 {
    margin-bottom: 45px;
}

.st-isotop-filter.st-style1 li {
    margin: 0 15px;
}

.st-isotop-filter.st-style1 li.active a,
.st-isotop-filter.st-style1 li a:hover {
    color: #b5b5b5;
}


@media screen and (max-width: 991px) {
    .st-right-sidebar {
        padding-left: 0;
    }

    .st-left-sidebar {
        padding-right: 0px;
    }
}

/*--------------------------------------------------------------
25. Blog Details
----------------------------------------------------------------*/

.post-thumbnail {
    margin-bottom: 25px;
}

.post-thumbnail img {
    width: 100%;
}

.post-details-wrap {
    position: relative;
    margin-bottom: 14px;
}

.entry-title {
    font-size: 42px;
    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: #f5365c;
}

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*/
.comments-area {
    margin-top: 55px;
    border-top: 1px solid #d0d0e2;
    padding-top: 55px;
}

.commenst-title,
.comment-reply-title,
.comments-title {
    font-size: 22px;
    margin-bottom: 35px;
}

.comment-body {
    position: relative;
    margin-left: 90px;
    margin-bottom: 30px;
}

.commenst-area {
    margin-top: 60px;
}

.commenst-area ol {
    list-style: none;
    padding-left: 0;
}

.commenst-area .children {
    padding-left: 90px;
}

.commenst-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-list,
.comment-list ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list .children {
    margin-left: 45px;
}

.comment-list .children .children {
    margin-left: 0
}

.comment-author a.nm,
.comment-author .nm a {
    font-weight: 400;
    font-size: 18px;
    color: #6262a0;
}

.comment-author a.nm:hover,
.comment-author .nm a:hover {
    color: #f5365c;
}

.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: 400;
    color: #f5365c;
    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;
}

#st-partical-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.st-ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.3;
}

@media screen and (max-width: 575px) {
    .commenst-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*/
.st-google-map iframe {
    border: none;
    height: 450px;
    width: 100%;
}
.st-event__style1 {
    font-size: 16px;
}
/*Start Preloader*/
#st-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;
}

.st-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);
}

.st-preloader-wave:nth-of-type(1) {
    -webkit-animation-delay: 111ms;
    animation-delay: 111ms;
    background: #f5365c;
    border-radius: 3px 0 0 3px;
}

.st-preloader-wave:nth-of-type(2) {
    -webkit-animation-delay: 222ms;
    animation-delay: 222ms;
    background: #f5365c;
    opacity: 0.9;
}

.st-preloader-wave:nth-of-type(3) {
    -webkit-animation-delay: 333ms;
    animation-delay: 333ms;
    background: #f5365c;
    opacity: 0.8;
}

.st-preloader-wave:nth-of-type(4) {
    -webkit-animation-delay: 444ms;
    animation-delay: 444ms;
    background: #f5365c;
    opacity: 0.7;
}

.st-preloader-wave:nth-of-type(5) {
    -webkit-animation-delay: 555ms;
    animation-delay: 555ms;
    background: #f5365c;
    border-radius: 0 3px 3px 0;
    opacity: 0.6;
}

.st-blue-color .st-preloader-wave:nth-of-type(1),
.st-blue-color .st-preloader-wave:nth-of-type(2),
.st-blue-color .st-preloader-wave:nth-of-type(3),
.st-blue-color .st-preloader-wave:nth-of-type(4),
.st-blue-color .st-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
----------------------------------------------------------------*/

.st-blue-color a:hover {
    color: #2a58ff;
}

.st-blue-color hr {
    border-color: #eaeaea;
}

.st-blue-color h1,
.st-blue-color h2,
.st-blue-color h3,
.st-blue-color h4,
.st-blue-color h3,
.st-blue-color h6 {
    color: #111;
}

.st-blue-color .st-btn.st-style2,
.st-blue-color .st-btn.st-style2 i {
    color: #fff;
}

.st-blue-color .st-btn.st-color1 {
    color: #111;
    background-color: #fff;
}


.st-blue-color .st-funfact-icon,
.st-blue-color .st-map-bar-icon,
.st-blue-color .st-iconbox.st-style1:hover .st-iconbox-title,
.st-blue-color .st-blog.st-style1 .st-blog-btn {
    color: #111;
}

.st-blue-color .st-funfact-title,
.st-blue-color .owl-carousel.st-owl-controler3 .owl-nav .owl-prev,
.st-blue-color .owl-carousel.st-owl-controler3 .owl-nav .owl-next,
.st-blue-color .owl-carousel.st-owl-controler4 .owl-nav .owl-prev,
.st-blue-color .owl-carousel.st-owl-controler4 .owl-nav .owl-next {
    color: #666;
}

.st-blue-color .st-map-marker i,
.st-blue-color .st-featured-price .st-price h3,
.st-blue-color .owl-carousel.st-owl-controler3 .owl-nav .owl-prev:hover,
.st-blue-color .owl-carousel.st-owl-controler3 .owl-nav .owl-next:hover,
.st-blue-color .owl-carousel.st-owl-controler4 .owl-nav .owl-prev:hover,
.st-blue-color .owl-carousel.st-owl-controler4 .owl-nav .owl-next:hover,
.st-blue-color .st-team-member:hover .st-member-name,
.st-blue-color .st-progressbar-percentage,
.st-blue-color .st-funfact-number,
.st-blue-color .st-iconbox.st-style1:hover .st-iconbox-icon,
.st-blue-color .st-iconbox.st-style1 .st-iconbox-icon,
.st-blue-color .st-member-social-btn li a:hover,
.st-blue-color .st-blog.st-style1 .st-blog-btn:hover {
    color: #2a58ff;
}

.st-blue-color .tr-list li:after {
    background: #666;
}

.st-blue-color .tr-list li:before,
.st-blue-color .tr-list li:after {
    border-color: #666;
}

.st-blue-color .st-newsletter-btn,
.st-blue-color .st-btn.st-color2,
.st-blue-color .owl-carousel.st-owl-controler1 .owl-dots button.active,
.st-blue-color .st-progressbar-in,
.st-blue-color .st-map-bar {
    background-color: #2a58ff;
}

.st-blue-color .st-map-bar:hover {
    background-color: rgba(42, 88, 255, 0.85);
}

.st-blue-color .st-btn.st-color2:hover {
    color: #fff;
}

.st-blue-color .owl-carousel.st-owl-controler1 .owl-dots button,
.st-blue-color .owl-carousel.st-owl-controler3 .owl-dots button,
.st-blue-color .owl-carousel.st-client-carousel .owl-dots button,
.st-blue-color .st-seperator-left-bar,
.st-blue-color .st-seperator-right-bar {
    background-color: #666;
}

.st-blue-color .owl-carousel.st-owl-controler1 .owl-dots button.active {}

.st-blue-color .st-btn.st-color3 {
    color: #fff;
    background-color: #111;
}

.st-blue-color .st-price span,
.st-blue-color .st-contact-info.st-style1 ul li i {
    color: #b5b5b5;
}

.st-blue-color .st-testimonial-quote {
    color: rgba(42, 88, 255, 0.5);
}

.st-blue-color .st-subscribe-form input:focus,
.st-blue-color .st-contact-form input:focus,
.st-blue-color .st-contact-form textarea:focus {
    border-color: #2a58ff;
    outline: none;
}

.st-blue-color .st-map-marker-animation {
    -webkit-box-shadow: 0 0 16px 8px #2a58ff;
    box-shadow: 0 0 16px 8px #2a58ff;
}

.st-blue-color .st-project-meta h3 {
    color: #fff;
}

.st-blue-color .st-iconbox.st-style1 .st-iconbox-icon:before {
    background-image: url(../img/light-img/shap2.png);
    opacity: 0.7;
}

.st-blue-color .st-funfact-icon:before {
    background-image: url(../img/light-img/shap2.png);
}

.st-cta-wrap {
    position: relative;
    overflow: hidden;
}

.st-cta-wrap .row,
.st-cta-wrap .row>div {
    margin-bottom: 0;
    margin-top: 0;
}

.st-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: 3s;
    animation-delay: 3s;
    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
----------------------------------------------------------------*/

.st-black-version {
    background-color: #121214;
    color: #fff;
}

.st-black-version .st-hero-slide.st-style1 {
    background-color: #151517;
}

.st-black-version h1,
.st-black-version h2,
.st-black-version h3,
.st-black-version h4,
.st-black-version h3,
.st-black-version h6,
.st-black-version .st-member-social-btn li a,
.st-black-version .st-price span,
.st-black-version .owl-carousel.st-owl-controler2 .owl-prev:hover,
.st-black-version .owl-carousel.st-owl-controler2 .owl-next:hover,
.st-black-version .owl-carousel.st-owl-controler3 .owl-nav .owl-prev,
.st-black-version .owl-carousel.st-owl-controler3 .owl-nav .owl-next,
.st-black-version .st-blog.st-style1 .st-blog-label a:hover,
.st-black-version .owl-carousel.st-owl-controler4 .owl-nav .owl-prev,
.st-black-version .owl-carousel.st-owl-controler4 .owl-nav .owl-next {
    color: #fff;
}

.st-black-version .st-team-member:hover .st-member-name,
.st-black-version .st-progressbar-percentage,
.st-black-version .st-funfact-number,
.st-black-version a:hover,
.st-black-version .st-iconbox.st-style1:hover .st-iconbox-title,
.st-black-version .st-section-heading.st-style1 h3,
.st-black-version .st-member-social-btn li a:hover,
.st-black-version .st-map-bar-icon,
.st-black-version .st-map-marker i,
.st-black-version .st-blog.st-style1 .st-blog-btn,
.st-black-version .st-featured-price .st-price h3 {
    color: #e9204f;
}

.st-black-version .st-map-marker-animation {
    -webkit-box-shadow: 0 0 16px 8px #e9204f;
    box-shadow: 0 0 16px 8px #e9204f;
}

.st-black-version .st-iconbox-text {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.st-black-version .st-btn.st-color1 {
    background-color: #e9204f;
    color: #fff;
}

.st-black-version .st-funfact-icon,
.st-black-version .st-iconbox.st-style1:hover .st-iconbox-text {
    color: #fff;
}

.st-black-version .st-btn.st-style2 i {
    color: #e9204f;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #e9204f;
    box-shadow: inset 0 0 0 2px #e9204f;
}

.st-black-version .st-nav-list>li>a {
    color: rgba(255, 255, 255, 0.7);
}

.st-black-version .st-header.st-sticky-menu.st-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);
}

.st-black-version .st-iconbox.st-style1 .st-iconbox-icon:before,
.st-black-version .st-iconbox.st-style1 .st-iconbox-icon:after,
.st-black-version .st-funfact-icon:before {
    background-image: url(../img/dark-img/shap2.png);
}

.st-black-version .st-iconbox.st-style1 {
    background: #19191b;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.st-black-version .st-btn.st-color2 {
    color: #fff;
    background-color: #e9204f;
}

.st-black-version .st-btn.st-color2:hover {
    color: #e9204f;
    background-color: #fff;
}

.st-black-version .tr-list li:before,
.st-black-version .tr-list li:after {
    border-color: #e9204f;
}

.st-black-version .st-progressbar-in,
.st-black-version .tr-list li:after {
    background: #e9204f;
}

.st-black-version .st-seperator-left-bar,
.st-black-version .st-seperator-right-bar {
    background: rgba(255, 255, 255, 0.8);
}

.st-black-version .st-image-box.st-style1,
.st-black-version .owl-carousel.st-owl-controler3 .owl-nav .owl-prev,
.st-black-version .owl-carousel.st-owl-controler3 .owl-nav .owl-next,
.st-black-version .st-blog.st-style1,
.st-black-version .owl-carousel.st-owl-controler4 .owl-nav .owl-prev,
.st-black-version .owl-carousel.st-owl-controler4 .owl-nav .owl-next {
    background-color: #1f1f22;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.st-black-version .owl-carousel.st-owl-controler1 .owl-dots button,
.st-black-version .owl-carousel.st-owl-controler3 .owl-dots button,
.st-black-version .owl-carousel.st-client-carousel .owl-dots button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #7d8289;
    margin: 0 5px;
}

.st-black-version .owl-carousel.st-owl-controler1 .owl-dots button.active,
.st-black-version .owl-carousel.st-owl-controler3 .owl-dots button.active,
.st-black-version .owl-carousel.st-client-carousel .owl-dots button.active {
    background-color: #e9204f;
}

.st-black-version .st-progressbar {
    height: 8px;
    width: 100%;
    overflow: hidden;
    background-color: #1f1f22;
    position: relative;
}

.st-black-version .st-team-member,
.st-black-version .st-price-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #1f1f22;
}

.st-black-version .st-gray-bg {
    background-color: #171719;
}

.st-black-version .st-hero-text.st-style1 .st-hero-subtitle,
.st-black-version .st-iconbox-text,
.st-black-version .st-section-heading.st-style2 p,
.st-black-version .tr-list li,
.st-black-version .st-image-box-text,
.st-black-version .st-funfact-title,
.st-black-version .st-member-designation,
.st-black-version .st-cta-text,
.st-black-version .st-about-text p,
.st-black-version .st-price-card-feature,
.st-black-version .owl-carousel.st-owl-controler2 .owl-prev:hover,
.st-black-version .owl-carousel.st-owl-controler2 .owl-next:hover,
.st-black-version .st-price span,
.st-black-version .st-blog.st-style1 .st-blog-text,
.st-black-version .st-blog.st-style1 .st-posted-by,
.st-black-version .st-blog.st-style1 .st-blog-btn:hover,
.st-black-version .st-contact-info-text,
.st-black-version .st-footer-text,
.st-black-version .st-newsletter-btn:hover {
    opacity: 0.7;
}

.st-black-version .owl-carousel.st-owl-controler3 .owl-nav .owl-prev:hover,
.st-black-version .owl-carousel.st-owl-controler3 .owl-nav .owl-next:hover,
.st-black-version .st-blog.st-style1 .st-blog-label,
.st-black-version .owl-carousel.st-owl-controler4 .owl-nav .owl-prev:hover,
.st-black-version .owl-carousel.st-owl-controler4 .owl-nav .owl-next:hover,
.st-black-version .st-footer-social-btn,
.st-black-version .st-contact-info.st-style1 ul li,
.st-black-version .st-iconbox.st-style1 .st-iconbox-icon {
    color: rgba(255, 255, 255, 0.7);
}

.st-black-version .st-footer-social-btn li a {
    color: #fff;
    opacity: 0.4;
}

.st-black-version .st-footer-social-btn li a:hover {
    opacity: 1;
}

.st-black-version .st-testimonial-quote {
    color: rgba(233, 32, 79, 0.4);
    background-color: hsl(0, 0%, 100%);
    opacity: 0.7;
}

.st-black-version .st-section-heading.st-style1.st-type1 {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.st-black-version .st-subscribe-form input,
.st-black-version .st-contact-form input,
.st-black-version .st-contact-form textarea {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.st-black-version .st-subscribe-form input:focus,
.st-black-version .st-contact-form input:focus,
.st-black-version .st-contact-form textarea:focus {
    border-color: rgba(255, 255, 255, 0.8);
}

.st-black-version .st-newsletter-btn {
    background-color: #e9204f;
}

.st-black-version .st-contact-info.st-style1 ul li i {
    color: rgba(255, 255, 255, 0.5);
}

.st-black-version .st-map-bar {
    background-color: #1f1f22;
}

.st-black-version .st-footer-social-btn a:hover,
.st-black-version .st-iconbox.st-style1:hover .st-iconbox-icon,
.st-black-version .st-desktop-nav .st-nav-list>li>a.active {
    color: #fff;
}

.st-black-version .st-copyright-text {
    color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.3);
}

.st-black-version .st-content {
    background-color: #121214;
}

.st-black-version .st-mobile-nav {
    border-top: 1px solid #414141;
    background-color: #222;
}

@media screen and (max-width: 991px) {
    .st-black-version .st-nav-list ul a {
        color: rgba(255, 255, 255, 0.7);
    }
}

table { width: 100%; text-align: left; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

th, td { font-family: inherit;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #444;
    vertical-align: middle;
    padding: 1em; }
th { font-weight: 600; }

colgroup:nth-child(1) { width: 37%; border: 0 none; }
colgroup:nth-child(2) { width: 10%; border: 1px solid #ccc;}
colgroup:nth-child(3) { width: 10%; border: 1px solid #ccc; }
colgroup:nth-child(4) { width: 10%; border: 1px solid #ccc; }
colgroup:nth-child(5) { width: 10%; border: 1px solid #ccc; }

/* Tablehead */

thead th { background: #def4fe; background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); text-align: center; position: relative; border-bottom: 1px solid #ccc; padding: 3em 0 2em; font-weight: 400; color: #999; }
thead th:nth-child(1) { background: transparent;  }

thead th h2 { font-weight: 300; font-size: 2.4em; line-height: 1.2; color: #6262a0; }
thead th h2 + p { font-size: 1.25em; line-height: 1.4; }


thead th p.promo {    
    color: #fff;
    position: absolute;
    top: 9em;
    left: 0px;
    z-index: 9;
    width: 100%;
    margin: 0px;
    background: #c00;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
    border-bottom: 1px solid #900;

}

/* Tablebody */

tbody th { background: #fff; border-left: 1px solid #ccc; }
tbody th span { font-weight: normal; font-size: 87.5%; color: #999; display: block; }

tbody td { background: #fff; text-align: center; }

tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td { background: #f5f5f5; border: 1px solid #ccc; border-width: 1px 0 1px 1px; }
tbody tr:last-child td { border-bottom: 0 none; }
tbody tr:last-child td { border-bottom: 0 none; }


/* Tablefooter */

tfoot th  { padding: 2em 1em; border-top: 1px solid #ccc; }
tfoot td  { text-align: center; padding: 2em 1em; border-top: 1px solid #ccc; }

tfoot a  {font-size: 0.875em; font-weight: bold; color: #fff; text-decoration: none; text-transform: uppercase; display: block; padding: 1.125em 2em; background: #6262a0; border-radius: .5em; }
tfoot a:hover{
    background-color: #f5365c;
    color: white;
}

.checkIcon{
    font-weight: bold;
    font-size: 30px;
    color: lightcoral;
}

iframe {
    width:100% !important;
}

.price-cards{
      display: none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .price-table {
      display: none;
    }

    .price-cards{
        display: unset;
    }

    .accordion-body{
        height: 50vh;
        overflow-y: scroll
    }
  }

  .col-lg-6.contact {
    margin-top: 5%;
    position: relative;

    
}

#functionsVideo {
    width: 100%;
    height: 600px;
    object-fit: contain;
    z-index: -100;
    box-sizing: content-box !important;
    transform: translateY(-7%);
}

#howitworks{
    width: 100%;
    object-fit: contain;
    z-index: -100;
    box-sizing: content-box !important;
    height: 60vh;
}


#letbylet-1, #letbylet-2, #letbylet-3{
    background-color: #172b4d;
    border-radius: 5px;
    color:white !important;
    cursor: pointer;
    padding: 7px;
}

#letbylet-1:hover, #letbylet-2:hover, #letbylet-3:hover{
    background-color: #f5365c;
}

.st-footer-logo>img{
    max-width: 60px;
}

.contact{
    margin: auto;
    padding-top: 80px;
}

/*Mandatory CSS?*/
.st-main-header-in a{
    font-size: 1.0em !important;
}

/*Mandatory CSS?*/
.loginwrapper{
    background-color: #fff;
    border: 1px solid #172b4d;
    border-radius: 5px;
    padding: 0.6em;
    top: 10%;
    right: 10%;
    width: 13em;
    z-index: 1000;
}

/*Mandatory CSS?*/
.accordion-body{
    height: 60vh;
    overflow-y: scroll
}

/*Animation Trial*/
.tooltip-1, .tooltip-2{
    animation-name: temp;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    max-width: 90%;
}

@keyframes temp{
    0% {max-width: 90%;}
    50% {max-width: 100%;}
    100% {max-width: 90%;}
}

.st-contact-form input.reg-check{
    width: 3em;
    height: 1.5em;
    vertical-align: middle;
    margin-bottom: unset;
}

.reg-label{
    display: block;
    font-size: 0.8em;
    width: 110%;
}

.reg-dialog{
    width: 25em;
    height: 80%;
    border: unset;
    border-radius: 0.5em;
    overflow-y: hidden;
}
#reg-dialog-4{
    overflow-y: auto; !important;
}

#dialog-info{
    height: 88%;
    margin-top: 0.5em;
}

#reg-a-1, #reg-a-2, #reg-a-3{
    color:#172b4d;
    text-decoration: underline;
    font-weight: 600;
}

#pass-forgot{
    color:#172b4d;
    text-decoration: underline;
    font-weight: 300;
    font-size: smaller;
    display: block;

}

span#text-mob-kayit {
    font-size: 15px;
}

input#rememberMe {
    height: auto;
    width: auto;
}
label#rememberMeText {
    color: #666;
    font-size: .875rem;
    font-family: sans-serif;
}

.rotating{
    display: inline-block;
    perspective: 1000px;
    transform-origin: center bottom;
}

.y-rotating{
    animation: rotateY 2s ease-in-out infinite;
}

@keyframes rotateY {
    0% {
        transform: rotateY(0deg);
    }
    50%{
        transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}

img.price-icon {
    max-width: 60%;
}

.reg-label{
    display: block;
    font-size: 0.8em;
    width: 110%;
}

.reg-dialog{
    width: 25em;
    height: 25em;
    border: unset;
    border-radius: 0.5em;
    transition: 0.7s;
}

.reg-dialog p{
    overflow-y: auto;
    height: 23em;
    font-size: 0.8em;
}

.reg-dialog.closed{
    transform: translateY(50%);
    opacity: 0;
}

.dialog-close{
    margin-top: unset !important;
}

#reg-a-4{
    color:#6262a0;
    text-decoration: underline;
    font-weight: 600;
}

div#dialog-text-4 p {
    height: unset;
}
div#dialog-text-4 a {
    color: blue;
}

.cookie-policy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Roboto', sans-serif;
    z-index: 1000;
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* İçeriklerin satıra sığmadığında alt alta geçmesini sağlar */
}

.cookie-title {
    font-size: 0.7rem; /* Başlık boyutu */
    margin-bottom: 10px; /* Başlık ile paragraflar arası boşluk */
    width: 100%; /* Başlığın tam genişlikte görünmesi için */
}

.cookie-policy p {
    margin: 0;
    font-size: 12px;
    color: #333;
    max-width: 70%; /* Yazı genişliğini sınırlar */
    margin-bottom: 5px; /* Paragraf arası boşluk */
    line-height: 1.5; /* Satır yüksekliği */
}

.cookie-policy a {
    color: #007BFF;
    text-decoration: none;
}

.cookie-policy a:hover {
    text-decoration: underline;
}


button#acceptCookies, button#rejectCookies {
    font-size: 15px; /* Yazı boyutu */

}
