/*
Author       : Md. Belal Hossain
Template Name: Gymfit Gym & Fitness Website Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. START GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START HEADER DESIGN
    03. START HOME DESIGN
    04. START FEATURE AND ABOUT DESIGN
    05. START SERVICE DESIGN
    06. START COUNTER UP DESIGN
    07. START PORTFOLIO DESIGN
    08. START TEAM DESIGN
    09. START PRICING TABLE DESIGN
    10. START TESTIMONIAL DESIGN
    11. START BLOG DESIGN
    12. START CONTACT DESIGN
    13. START FOOTER DESIGN
    14. START COPYRIGHT DESIGN
  =============================================================*/
  
/*
* ----------------------------------------------------------------------------------------
* 01. START GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
    overflow-x: hidden;
}
body {
    font-family: 'Golos Text', sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #333333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}
.example::-webkit-scrollbar {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	color: #333333;
	font-weight: 600;
}
img{
	max-width: 100%;
	height: auto;
}
a:hover,
a:focus{
	outline: none;
	text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
}
p {
    font-weight: 400;
	font-family: 'Golos Text', sans-serif;
    margin: 0;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
}
.gray_bg{
	background: #f8f4ef;
}
.dark_bg{
	background: #000;
}
/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 3px solid rgba(0, 0, 0, 0.08);
    border-right: 3px solid rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    border-left: 3px solid #DA1D25 ;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* END PRELOADER DESIGN */

/* START BUTTON DESIGN */
.main_btn {
    display: inline-block;
    background: #DA1D25;
    border: 0px none;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 15px 40px;
	box-shadow: 10px 15px 18px rgb(23 23 36 / 15%);
    color: #fff;
    text-transform: capitalize;
    transition: 0.3s;
    font-family: 'Golos Text', sans-serif;
}
.main_btn:hover{
    background: #000;
    color:#fff;
}
/* END BUTTON DESIGN */

/* START SECTION-HEADING DESIGN */
.section_padding{
	padding: 80px 0;
}
.section_padding_2 {
	padding: 80px 0 50px;
}
.section_heading{
	margin-bottom: 60px;
}
.section_heading + .our_port_menu {
    margin-top: -10px;
}
.section_heading h2{
    font-size: 40px;
    line-height: 36px;
    color: #222;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
}
.dark_bg .section_heading h2{
	color: #fff;
}
.section_heading p{
    margin: 15px 0 5px;
}
.section_heading p + p{
    margin: 5px 0 5px;
}
.dark_bg .section_heading p{
	color: #fff;
}
.section_heading h2 span{
	color: #DA1D25;
	text-transform: capitalize;
}
.section_heading_border:before {
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    left: -55px;
    top: 50%;
    background-color: #DA1D25;
    margin-top: 26px;
}
.section_heading_border:after {
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    right: -55px;
    top: 50%;
    background-color: #DA1D25;
    margin-top: 26px;
}
.section_heading_border {
    width: 20px;
    display: inline-block;
    margin-top: -50px;
    position: relative;
}
.section_heading_border span {
    height: 2px;
    width: 16px;
    background: #DA1D25;
    display: inline-block;
}
.section_heading_border span:nth-child(1) {
    margin-bottom: -46px;
}
.section_heading_border span:nth-child(2) {
    margin-bottom: -23px;
}
.section_heading_border span:nth-child(3) {
    margin-top: 2px 0;
}
/* END SECTION-HEADING DESIGN */


/* START SCROLL TO-TOP */
.topcontrol {
    background: #DA1D25 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    margin-bottom: 50px;
    height: 50px;
    filter: alpha(opacity=100);
    padding: 10px 14px;
    position: fixed;
    transition: all 0.2s ease 0s;
    width: 50px;
	z-index: 999;
}
.topcontrol:hover {
    background: #000;
    color: #fff;
}

.mb0 {
    margin-bottom: 0;
}

.sections {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.sections > .section_padding:first-child {
    padding-top: 60px;
}

.sections > .section_padding:first-child:last-child {
    flex: 1 1 auto;
}

.mb15 {
    margin-bottom: 15px;
}

.hide {
    display: none;
}

/* END SCROLL TO-TOP */
/*
* ----------------------------------------------------------------------------------------
* 01. END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 02. START HEADER DESIGN
* ----------------------------------------------------------------------------------------
*/

.header {
    padding-bottom: 76px;
    position: relative;
}

.header .topbar {
    background-image: url(../images/header_bg.jpg);
    background-size: cover;
    position: relative;
}

.header .topbar .container {
    display: flex;
}

.header .topbar .logo {
    padding: 15px 138px 15px 0;
    flex: 0 0 auto;
    position: relative;
}

.header .topbar .logo img {
    z-index: 2;
    position: relative;
}

.header .topbar .logo::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    transform: skewX(28deg);
    transform-origin: bottom;
    z-index: 1;
    
}

.header .topbar .controls {
    padding: 12px 0;
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
}

.header .topbar .buttons {
    flex: 1 1 auto;
    display: flex;
    gap: 8px;
    margin-left: -2px;
}

.header .topbar .buttons .button {
    flex: 1 1 auto;
    max-width: 220px;
    position: relative;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}

.header .topbar .buttons .button span {
    position: relative;
    z-index: 2;
}

.header .topbar .buttons .button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #888A8E;
    transform: skewX(28deg);
    z-index: 1;
    transition: all 0.3s ease;
}

.header .topbar .buttons .button.active::before {
    background-color: #000;
}

.header .topbar .buttons .button:hover::before {
    background-color: #000;
}

.header .topbar .langs {
    display: flex;
    gap: 22px;
    margin-left: auto;
    margin-bottom: 10px;
    position: absolute;
    right: 48px;
    bottom: 12px;
}

.header .topbar .langs a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 3px 4px;
    border-radius: 4px;
    line-height: 1;
    transition: all 0.3s ease;
}

.header .topbar .langs a:hover {
    background-color: rgba(0,0,0,.2);
}

.header .topbar .langs a.active {
    background-color: #fff;
    color: #707278;
}

.header .topbar .navigation-toggle {
    display: none;
}

.header .navigation {
    background-color: #DA1D25;
    background-image: url(../images/header_sticky_bg.jpg);
    background-position: 0 76px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    height: 76px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: background 0.3s ease;
}

.header .navigation .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .navigation .logo {
    display: none;
    max-width: 210px;
    margin-right: 20px;
}

.header .navigation ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13.5px;
    position: relative;
    /* transition: all 0.3s ease; */
}

.header .navigation ul li {
    margin: 0 13.5px;
}

.header .navigation ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.header .navigation ul li a:hover {
    color: #000;
}

.header .navigation > * {
    display: none;
}

@media only screen and (min-width:767px) {
    .header .navigation.sticky {
        background-position: 0 0;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        z-index: 101;
    }
    
    .header .navigation.sticky ul {
        margin-left: auto;
    }
    
    .header .navigation.sticky ul li a {
        color: #707278;
    }
    
    .header .navigation.sticky ul li a:hover {
        color: #DA1D25;
    }
    
    .header .navigation.sticky .logo {
        display: block;
    }
}


.navbar-default {
    background-color: #DA1D25;
    border: none;
    padding: 12px 0 4px;   
    position: absolute;
    width: 100%;
    z-index: 999;
}
.navbar-brand p{
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
	margin: -5px 10px 10px 0px;
    letter-spacing: 1px;
    color: #fff;
	font-family: 'Golos Text', sans-serif;
}
.navbar-default.sticky_menu .navbar-brand p{
    color: #DA1D25;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    margin-top: 10px;
    margin-left: 25px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
#nav li.current a {
	color: #000;
	background-color: transparent;
}
.main_header.sticky_menu {
    position: fixed;
    width: 100%;
    /* padding: 10px 0; */
    padding: 12px 0 4px;
    top: 0;
    background: #fff;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.main_header.dark_bg_menu.sticky_menu{
	background-color: #000;
    color: #fff;
    padding: 10px 0;
	border: none;
    box-shadow: 0 1px 20px rgba(255, 255, 255, 0.1);
    width: 100%;
    animation: fadeInDown 1s both 0.2s;
}
.main_header.sticky_menu .navbar-nav > li > a {
	color: #333 !important;
	transition: all 0.3s ease;
}
.main_header.dark_bg_menu.sticky_menu .navbar-nav > li > a{
	color: #fff !important;
	transition: all 0.3s ease;
}
.main_header.sticky_menu .navbar-nav > li > a:hover{ color: #DA1D25 !important }
.main_header.sticky_menu .navbar-nav>.active>a,
.main_header.dark_bg_menu.sticky_menu .navbar-nav > li > a:hover,
.main_header.sticky_menu .navbar-nav>.active>a:hover,
.main_header.sticky_menu .navbar-nav>.active>a:focus{
    color: #DA1D25 !important;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border: none;
    padding: 0;
	color: #fff;
    font-size: 20px;
}
.main_header.sticky_menu .navbar-toggle {
    color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.main_header.sticky_menu .navbar-toggle .icon-bar {
    background-color: #DA1D25;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 03. START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
}
.welcome-area,
.welcome-slider-area,
.welcome-slider-area div{
    height: 700px;
}
.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto;
}
.single-slide-item-table{
    display: table;
    text-align: center;
    width: 100%;
    position: relative;
}
.single-slide-item-table::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}
.single-slide-item-tablecell {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 80px;
}
.single-slide-item{
    position: relative;
    z-index: 1;
	/* padding-top: 3%; */
}
.single-slide-item:after{
	content: "";
    position: absolute;
	background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.carousel-fade .carousel-inner .item{
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{
    opacity: 1;
    filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right{
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.single-slide-item h1{
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.single-slide-item h2{
	color: #DA1D25;
    font-size: 20px;
	letter-spacing: 8px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.single-slide-item p{
    color: #fff;
    margin-bottom: 50px;
}
.single-slide-item span{
	color: #DA1D25;
	display: block;
}
.single-slide-item .slider_btn{
	background: transparent;
	border: 2px solid #DA1D25;
	margin-right: 20px;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.2s ease 0s;
	display: inline-block;
	margin-bottom: 20px;
}
.single-slide-item .slider_btn:hover{
	color: #fff;
	background: #000; 
	border-color: #000;
	text-decoration: none;
}
.single-slide-item .s_bg_btn{
	background: #DA1D25;
	border-color: #DA1D25;
}
.single-slide-item .s_bg_btn:hover,
.single-slide-item .s_bg_btn:focus{
    background: transparent;
    border-color: #DA1D25;
}
.carousel-control{
    z-index: 1;
    background-image: none !important;
    top: 46.6%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    transition: .5s;
}
#welcome-slide-carousel .carousel-indicators li{
	width: 15px;
	height: 15px;
	margin: 0 5px;
}
#welcome-slide-carousel .carousel-indicators .active{
	background: #75ceae;
	border-color: #75ceae;
}
.carousel-control.left{
	margin-left: 25px;	
}
.carousel-control.right{
	margin-right: 25px;	
}
.carousel-control:hover{
	background: #DA1D25;
	border-color: #DA1D25;
}
.carousel-fade .carousel-inner .item{
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*
* ----------------------------------------------------------------------------------------
* 03. END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_about{
	margin-top: 20px;
}
.single_about .about_title > span {
	text-transform: capitalize;
	letter-spacing: 1px;
    color: #DA1D25;
    font-size: 15px;
    font-weight: 700;
}
.single_about .about_title h2 {
    font-size: 32px;
    color: #222;
    font-weight: 700;
    margin: 15px 0 20px;
}
.single_about .main_btn {
    margin-top: 30px;
}
.dark_bg .single_about .about_title h2 {
	color: #fff;
}
.single_about .about_title p {
	margin: 0 0 30px;
}
.dark_bg .single_about .about_title p {
	color: #fff;
}
.dark_bg .single_about .content,
.dark_bg .single_about .content p {
	color: #c6c6c6;
}
.single_about .content > :last-child {
    margin-bottom: 0;
}

/* END ABOUT */
/*
* ----------------------------------------------------------------------------------------
* 04. END FEATURE AND ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

.service-list {
    display: flex;
    flex-wrap: wrap;
}
.single-service{
    padding: 32px 25px;
	box-shadow: 0px 17px 60px #00000012;
	background: #fff;
	border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    height: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.dark_bg .single-service{
	background: #1e1e1e;
	border: 0;
    border-bottom: 3px solid #da1d25;
    border-radius: 5px 5px 0 0;
}
.single-service i {
	width: 70px;
    height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background: #DA1D25;
	box-shadow: 0 2px 40px rgb(0 0 0 / 7%);
	border: 1px solid #DA1D25;
	text-align: center;
	transition: all 0.4s ease;
    font-size: 35px;
    display: inline-block;
    color: #fff;
}
.dark_bg .single-service i{
	background: transparent;
	border: 1px solid #DA1D25;
}
.dark_bg .single-service:hover i{
	border: 1px solid #fff;
}
.single-service:hover i{
	-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.single-service h4{
    font-size: 20px;
    margin-top: 30px;
    color: #222;
	transition: all 0.4s ease;
	line-height: 1.4;
}
.single-service h4:first-child {
    margin-top: 0;
}
.single-service h4:last-child {
    margin-bottom: 0;
}
.single-service h4:last-child:first-child {
    font-size: 17px;
}
.dark_bg .single-service h4{
	color: #fff;
}
.single-service p{
	transition: all 0.4s ease;
	color: #333333;
	margin-top: 15px;
}
.dark_bg .single-service p{
	color: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 05. END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07. START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_port_menu {
	margin-bottom: 50px;
}
.our_port_menu ul{
	list-style-type: none;
	padding: 0;
}
.our_port_menu ul li {
	border: 1px solid #bbb;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin:  5px;
	padding: 5px 20px;
	border-radius: 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.dark_bg .our_port_menu ul li{
	border: 1px solid #fff;
	color: #fff;
}
.our_port_menu ul li:hover, .our_port_menu ul li.active{
	border-color: #DA1D25 ;
	background-color: #DA1D25 ;
	color:#fff;
}
.box{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.box:after{
    content: "";
    width: 65%;
    background: #DA1D25;
    padding-bottom: 65%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
}
.box:hover:after{
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
	transition: all 1s ease 0s;
}
.box:hover img{
    transform: scale(1.3);
}
.box .box-content{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
}
#portfolio .box .title {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    margin: 0;
    font-size: 17px;
}
.box .icon{
    padding: 0;
    margin: 12px 0 0 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
}
.box > a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.box .icon li .wrapper {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #DA1D25;
    background: #DA1D25;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    transition: all 0.3s ease 0s;
}
.box .icon li .wrapper .fa {
    position: relative;
    top: -2px;
}
.box{
    text-align: center;
	margin-bottom: 30px;
    overflow: hidden;
    box-shadow: inherit;
    position: relative;
}
.box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(7, 1, 90, 0.6);
    padding-bottom: 65%;
    opacity: 0;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
}
.box:hover:after{
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
}
.box .title{
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    margin: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 07. END PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06. START COUNTERUP DESIGN
* ----------------------------------------------------------------------------------------
*/
.count_overlay{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    padding: 60px 0;
}
.count h3{
	color: #DA1D25;
	font-size: 30px;
}
.count span {
    font-size: 30px;
    font-weight: 600;  
}
.count h5{
	color: #fff;
	font-size: 16px;
}
/*
* ----------------------------------------------------------------------------------------
* 06. END COUNTERUP DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08. START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_team{
    position: relative;
    margin-bottom: 30px;
}
.overlay-text{
    position: relative;
    -webkit-transition: all linear .7s;
    -o-transition: all linear .7s;
    transition: all linear .7s;
}
.single_team:hover .overlay-text{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team-overlay{
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(7, 1, 90, 0.6);
    z-index: 99;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}
.single_team h3{
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
    display: inline-block;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}
.single_team:hover .team-overlay{
    height: 100%;
}
.team_icon{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single_team:hover .team_icon i{
    opacity: 1;
}
.team_icon i:hover {
    background: #DA1D25;
    border: 1px solid #DA1D25;
    color: #fff;
}
.team_icon i{
    margin: 0 3px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.single_team p{
    font-size: 15px;
    color: #DA1D25;
}
/*
* ----------------------------------------------------------------------------------------
* 08. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09. START PRICES DESIGN
* ----------------------------------------------------------------------------------------
*/


.prices {
    background: url(../images/prices_bg.jpg) top center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

.prices .columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 50px;
    max-width: 1200px;
    padding: 0 15px;
}

.prices .columns .column {
    flex: 1 1 0;
}

.prices .side-logo {
    position: absolute;
    left: 0;
    top: 42px;
}

.prices .section_heading h2 {
    color: #fff;
}

.prices .section_heading p {
    color: #fff;
}

.prices .heading {
    background: url(../images/prices_heading.png) top left no-repeat;
    background-size: contain;
    min-height: 104px;
    display: flex;
    align-items: center;
    padding: 20px 30px;
}

.prices .heading h3 {
    font-size: 44px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #fff;
    margin: 0;
}

.prices .heading.small h3 {
    font-size: 34px;
}

.prices .block .table {
    padding: 0 0 0 30px;
    margin: 0;
    line-height: 1.4;
    text-align: left;
    letter-spacing: normal;
    max-width: 100%;
}

.prices .block .table table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.prices .block .table td {
    padding: 13px 14px;
    position: relative;
    vertical-align: top;
}

.prices .block .table thead td {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #BDBDBD;
    vertical-align: top;
}

.prices .block .table tbody tr {
    position: relative;
}

.prices .block .table tbody tr:first-child td {
    padding-top: 22px;
}

.prices .block .table tbody td + td::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 1px;
    background-color: #DA1D25;
    opacity: .3;
}

.prices .block .table tbody td + td + td::before,
.prices .block .table tbody td + td + td + td::before {
    opacity: .5;
}


.prices .block .table tbody td.remove_bg::before {
    display: none;
}

.prices .block .table td:first-child {
    padding-left: 0;
}
.prices .block .table td + td {
    text-align: center;
}
.prices .block .table td:last-child {
    text-align: right;
}

.prices .block .table .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
}

.prices .block .table .name span {
    font-weight: 400;
    color: #dcdcdc;
}

.prices .block .table .desc {
    font-size: 16px;
    margin-top: 12px;
    color: #B1B1B1;
}

.prices .block .table .value {
    font-size: 24px;
    font-weight: 800;
    white-space: nowrap;
    min-width: 70.5px;
    line-height: 1.2;
}

.prices .block .table .value.remove_bg {
    min-width: 0;
}

.prices .block .table .value > div {
    position: relative;
    z-index: 1;
}

.prices .block .table .currency {
    margin-left: 2px;
    display: inline-block;
}

.pricing-title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    background: #efe9e1;
    padding: 10px 18px;
    line-height: 1.3;
}

/* pricing-extra */

.pricing-extra {
    margin-top: 25px;
}

.pricing-extra .title {
    background: url(../images/prices_extra_heading.png) top left no-repeat;
    background-size: contain;
    display: flex;    
    align-items: center;
    min-height: 102px;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    line-height: 1.3;
    color: #fff;
    padding: 20px 20px 20px 60px;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: normal;
}

.pricing-extra .title span {
    position: relative;
    top: -2px;
}

.pricing-extra .pricing-table .value {
    font-size: 20px;
}

.pricing-extra .pricing-table  .name {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.pricing-extra .pricing-table .desc {
    margin-top: 10px;
}

.pricing-extra .pricing-table tr:first-child td {
    border-top: 0;
}

.pricing-extra .pricing-table td {
    padding-top: 11px;
    padding-bottom: 11px;
}

.prices .bottom {
    text-align: center;
    margin-top: 30px;
}

.prices .bottom .main_btn:hover {
    background: #1d3875;
}

.prices .contentbox {
    margin-top: 30px;
    text-align: center;
}

.prices .contentbox .content {
    text-align: center;
    color: #fff;
    margin-top: 5px;
}

.prices .contentbox .content p {
    color: #fff;
    margin-bottom: 4px;
}

.prices .contentbox .content > :last-child {
    margin-bottom: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 09. END PRICING TABLE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.testi_overlay {
    background: rgba(7, 1, 90, 0.6) none repeat scroll 0 0;
    padding: 60px 0;
}
.single_testimonial{
    text-align: center;
}
.single_testimonial .pic img{
	width: 85px;
	width: 85px;
	display: inline-block;
}
.single_testimonial .pic{
    margin-bottom: 35px;
}
.single_testimonial .pic img{
	background: #fff;
    border-radius: 50%;
}
.single_testimonial .testimonial-review{
    color: #fff;
    line-height: 28px;
    margin-bottom: 14px;
}
.testimonial-review .testimonial-description {
    font-style: italic;
    margin: 15px 0;
	color: #fff;
}
.single_testimonial .testimonial-title{
    color:#DA1D25;
    font-size: 18px;
    line-height: 22px;
	font-weight: 600;
    text-transform: capitalize;
}
/*
* ----------------------------------------------------------------------------------------
* 10. END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11. START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.post-slide {
    transition: all 0.30s ease 0s;
    box-shadow: 0 0 20px rgba(0,0,0, 0.05);
}
.dark_bg .post-slide{
    transition: all 0.30s ease 0s;
	box-shadow: 0 0 20px rgba(0,0,0, 0.05);
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-img:after{
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
	opacity: 0;
    background: rgba(7, 1, 90, 0.6);
    transition:  all 0.30s ease 0s;
}
.post-slide:hover .post-img:after{
    opacity: 1;
}
.post-slide .icons{
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}
.post-slide .icons img{
    width: 100%;
    height: auto;
}
.post-slide .post-review{
    border-top: none;
    padding: 28px 20px 25px;
    background: #fff;
    position:relative;
}
.dark_bg .post-slide .post-review{
	background: transparent;
}
.post-slide .post-bar{
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #555;
    margin-right: 10px;
    text-transform: capitalize;
}
.dark_bg .post-slide .post-bar li{
	color: #DA1D25;
}
.post-slide .post-bar li i{
    color: #DA1D25;
    margin-right: 8px;
}
.post-slide .post-title {
    margin: 0 0 15px 0px;
    color: #222;
    font-weight: 600;
    font-size: 20px;
	line-height: 25px;
}
.post-slide .post-title:hover{
	color: #DA1D25;
}
.dark_bg .post-slide .post-title{
	color: #fff;
}
.dark_bg .post-slide .post-title:hover{
	color: #DA1D25;
}
.post-slide .read{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #DA1D25;
}
.dark_bg .post-slide .read{
	color: #fff;
}
.post-slide .read i{
    margin-left: 10px;
}
.post-slide .post-description{
	margin-bottom: 10px;
}
.dark_bg .post-slide .post-description{
	color: #fff;
}
.post-slide .read{
	transition: all 0.4s; 
}
.post-slide .read:hover{
    text-decoration: none;
    color: #333;
}
.dark_bg .post-slide .read:hover{
	color: #DA1D25;
	text-decoration: none;
}
/*
* ----------------------------------------------------------------------------------------
* 11. END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12. START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.form .form-group input{
	background: transparent;
	border-color: #e3e3e3;
    height: 40px;
    border-radius: 0;
	box-shadow: none;
	background-color: #fff;
}
.dark_bg .form .form-group input{
	border-color: #fff;
}
.form .form-group input:focus{
	border-color: #DA1D25 ;
}
.form .form-group textarea{
	background: transparent;
	border-color: #e3e3e3;
    border-radius: 0;
	box-shadow: none;
	background-color: #fff;
	/* margin-top: 25px; */
}
.dark_bg .form .form-group textarea{
	border-color: #fff;
}
.form .form-group textarea:focus{
	border-color: #DA1D25 ;
}
.form .form-group textarea.error, 
.form .form-group input.error {
    border-color: #d40d0d;
}
.contact_btn{
	color: #fff;
    font-size: 13px;
    margin-top: 20px;
    text-transform: capitalize;
    padding: 15px 35px;
    letter-spacing: 0.6px;
	font-weight: 600;
    background: #DA1D25 ;
    line-height: 10px;
	border: 2px solid #DA1D25 ;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out 0s;
}
.contact_btn:hover{
	background: transparent;
	border: 2px solid #DA1D25 ;
	color: #DA1D25 ;
}
/*
* ----------------------------------------------------------------------------------------
* 12. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 14. START COPYRIGHT DESIGN
* ----------------------------------------------------------------------------------------
*/
.copyright_area{
    background: #DA1D25;
    position: relative;
    z-index: 1;
}
.copy_text{
	padding: 25px 0 15px;
}
.copy_text p {
	color: #fff;
	margin: 0;
}
.copy_text p + p {
	margin-top: 20px;
}

.copy_text a {
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 14. END COPYRIGHT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 15. START CONTENT-BLOCKS DESIGN
* ----------------------------------------------------------------------------------------
*/
.content_blocks .row {
    display: flex;
    flex-wrap: wrap;
}
.content_blocks .row + .row {
    margin-top: 60px;
}
.content_blocks .row:nth-child(even) .column {
    order: 2;
}
.content_blocks .row:nth-child(even) .column + .column {
    order: 1;
}
.content_blocks .image {
    height: 100%;
    position: relative;
}
.content_blocks .image img {
    height: 100%;
    width: calc(100% - 15px);
    right: 0;
    left: auto;
    object-fit: cover;
    object-position: center;
    position: absolute;
}

.content_blocks .row:nth-child(even) .image img {
    width: calc(100% - 15px);
    left: 0;
    right: auto;
}

.content_blocks .single_about {
    margin-top: 0;
}

.content_blocks .single_about .about_title h2 {
    margin-top: 0;
}

/*
* ----------------------------------------------------------------------------------------
* START CONTACTS DESIGN
* ----------------------------------------------------------------------------------------
*/

.contacts .row {
    display: flex;
    flex-wrap: wrap;
}

.contacts .info {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 40px;
    background: #181818;
    height: 100%;
}

.contacts .info .column {
    padding: 0 20px;
}

.contacts .item {
    margin-top: 20px;
}

.contacts .caption {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #f5f5f5;
}

.contacts p {
    font-size: 14px;
    color: #c4c4c4;
}

.contacts a {
    color: #c4c4c4;
}

.contacts a:hover {
    text-decoration: underline;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .contacts .info {
        margin-bottom: 30px;
        height: auto;
    }
    .contacts .row {
        display: block;
    }
}

/*
* ----------------------------------------------------------------------------------------
* START POPUP DESIGN
* ----------------------------------------------------------------------------------------
*/

.fancybox-is-open .fancybox-bg {
    opacity: .8;
}

.popup {
    display: none;
    max-width: 600px;
    padding: 34px;
    border-radius: 6px 6px 24px 6px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.popup .content > :first-child {
    margin-top: 0;
}

/*
* ----------------------------------------------------------------------------------------
* START NOTES DESIGN
* ----------------------------------------------------------------------------------------
*/

.notes {
    margin: 40px 0 0;
    font-size: 12px;
    padding: 20px;
    background: #f0ebe5;
    border-radius: 8px;
}

.notes p {
    font-size: 14px;
}

/*
* ----------------------------------------------------------------------------------------
* START CONTENT DESIGN
* ----------------------------------------------------------------------------------------
*/

.section_content h1 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 42px;
    margin-top: 0;
    text-align: center;
    line-height: 1.3;
}

.section_content h1 span {
    color: #DA1D25;
}

.section_content + .section_padding {
    background: #f8f4ef;
}

.section_content + .section_padding + .section_padding + .section_padding {
    background: #f8f4ef;
}

.section_content ~ .section_padding .section_heading h2 {
    margin-top: 0;
    font-size: 34px;
}

.content h2,
.content h3,
.content h4 {
    letter-spacing: normal;
}

.content p, 
.content ul, 
.content ol,
.content h4 {
    margin-bottom: 26px;
}
.content ul {
    list-style: none;
    overflow: hidden;
}
.content ul li {
    position: relative;
    padding-left: 26px;
}
.content ul li::before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #DA1D25;
    margin-right: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.content p + ul, 
.content h4 + ul {
    margin-top: -5px;
}

.content > :last-child {
    margin-bottom: 0;
}

.content > h1:first-child {
    margin-top: 0;
}

.content h1 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    text-align: left;
}

.content h4 {
    font-size: 17px;
}

.content a {
    color: #DA1D25;
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

.content > .images + h1 {
    margin-top: 0;
}

.content .images {
    float: left;
    max-width: 48%;
    margin-right: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.content .images.single {
    max-width: 38%;
}

.content .images .big {
    width: 100%;
}

.content .images .small {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.content .images .small .item {
    margin: 20px 10px 0;
    width: calc(25% - 20px);
}

.content .images a {
    overflow: hidden;
    display: block;
}

.content .images a img {
    transition: all 1s ease 0s;
}

.content .images a:hover img {
    transform: scale(1.2);
}

.social {
    margin-top: 10px;
    color: #fff;
}

.social a.icon {
    font-size: 24px;
    display: inline-block;
}

.social a.icon + a.icon {
    margin-left: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* START responsive
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width:1400px) {
    .prices .side-logo {
        display: none;
    }
}


@media only screen and (max-width:1200px) {
    .header .topbar .logo {
        padding-right: 90px;
    }
    .header .topbar .buttons .button {
        max-width: 180px;
    }
    .header .topbar .langs {
        position: relative;
        right: 0;
        bottom: 0;
    }
}

@media only screen and (max-width:991px) { 
	.about_box{margin-bottom: 30px;}
	.carousel-control{display: none;}
	.count{padding: 20px 0;}
	.single_team{margin-bottom: 30px;}
	.pricingTable{margin-bottom: 20px;}
	.post-slide{margin-bottom: 30px;}
	.single_footer{margin-bottom: 30px;}
	.single-slide-item h1{font-size: 40px;}
	.single-slide-item h2{font-size: 14px;}
	.navbar-brand p{font-size: 22px;}
	.single_about .about_title h2{font-size: 22px; font-weight: 600;}
	.section_heading h2, 
	.section_content ~ .section_padding .section_heading h2{font-size: 30px;}
	.section_heading p{font-size: 12px;margin-top: 5px;}
	.single-service p{font-size: 13px;}
	.navbar-default{padding: 0px;}
	.navbar-default .navbar-nav > li > a{color: #fff !important; font-size: 11px; font-weight: 600; padding: 0; margin-top: 12px; margin-left: 26px; text-transform: capitalize; transition: all 0.3s ease;}
	.main_header.sticky_menu .navbar-nav > li > a{color: #333333 !important;}
	.single_about{margin-bottom: 30px;}
	.testimonial-review .testimonial-description{font-size: 13px;}
	.post-slide .post-title{font-size: 20px;}
	.post-slide .post-bar li {font-size: 13px;}
	.post-slide .post-description{font-size: 13px;}
	.single_contact h3{font-size: 24px;}
	.single_contact{margin-bottom: 30px;}
	.single_contact ul li{font-size: 14px;}
	.copy_text p{font-size: 12px;}
	.contact_form_btn .ct_btn{padding: 15px 28px; margin: 30px 0;}
	.header .topbar .buttons {
        flex-wrap: wrap;
        max-width: 50%;
    }
    .header .topbar .buttons .button {
        max-width: 100%;
        min-width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header .topbar .buttons .button:first-child {
        margin-left: -26px;
    }
    .header .navigation .logo {
        max-width: 160px;
    }
    .header .navigation ul {
        margin: 0 -8px;
    }
    .header .navigation ul li {
        margin: 0 8px;
    }
    .header .navigation ul li a {
        font-size: 13px;
    }
}
@media only screen and (max-width:767px) { 
    .grid_item_area {
        margin-left: -15px;
        margin-right: -15px;
    }
    .section_heading {
        margin-bottom: 50px;
    }
    .single-service {
        margin-bottom: 20px;
        height: auto;
        padding: 28px 25px 26px;
    }
    .navbar-default {
        padding: 12px 0 4px; 
    }
	.navbar-default .navbar-nav > li > a {color: #000;}
	/* .navbar-default .navbar-toggle {color: #000;} */
	.main_header.sticky_menu .navbar-nav > li > a{color: #fff !important;}
	.navbar-default .navbar-nav > li > a{color: #fff !important; font-size: 16px; font-weight: 600; padding: 0; margin-top: 14px; margin-left: 25px; text-transform: uppercase; transition: all 0.3s ease;}
	nav#navbar{background: #000 none repeat scroll 0 0;padding-bottom: 30px;padding-right: 15px;padding-top: 20px;position: absolute;	right: 15px;text-align: center;top: 35px;width: 280px;}
	.single-slide-item h1{font-size: 30px; font-weight: 600;}
	.single-slide-item p{font-size: 14px;}
	.content_blocks .row:nth-child(even) .column {
        order: 1;
        width: 100%;
    }
    .content_blocks .image img,
    .content_blocks .row:nth-child(even) .image img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .section_padding {
        padding: 50px 0;
    }
    .section_padding_2 {
        padding: 50px 0 20px;
    }
    .sections > .section_padding:first-child {
        padding-top: 50px;
    }
    .pricing-table  {
        overflow-x: scroll;
    }
    .pricing-table .name {
        font-size: 16px;
    }
    .pricing-table .value {
        font-size: 20px;
    }
    .content h1, .section_content h1 {
        font-size: 28px;
        margin-bottom: 26px;
    }
    .content .images, .content .images.single {
        float: none;
        width: 100%;
        margin: 0 0 30px 0;
        max-width: 100%;
    }
    .content .images .small .item {
        margin: 15px 7.5px 0;
        width: calc(33.33% - 15px);
    }
    .welcome-area, .welcome-slider-area, 
    .welcome-slider-area div {
        height: calc(100vh - 97.45px);
    }
    
    .header {
        padding-bottom: 0;
    }
    .header .topbar {
        padding: 2px 0;
        background: #fff;
        background-image: url(../images/header_sticky_bg.jpg);
        background-size: cover;
        background-position: center center;
    }
    .header .topbar .container {
        align-items: center;
        justify-content: space-between;
    }
    .header .topbar .container:before,
    .header .topbar .container:after {
        display: none;
    }
    .header .topbar .controls {
        flex: 0 0 auto;
    }
    .header .topbar .buttons {
        display: none;
    }
    .header .topbar .langs {
        display: none;
    }
    .header .topbar .logo {
        padding-right: 20px;
        max-width: 240px;
        flex: 1 1 auto;
    }
    .header .topbar .logo::before {
        display: none;
    }
    .header .topbar .navigation-toggle {
        display: block;
        border: 0;
        background: 0;
        font-size: 30px;
        color: #da1d25;
    }
    .header .navigation {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: #DA1D25;
        padding: 60px 60px 36px 36px;
        transform: translateX(-100%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        z-index: 1001;
        transition: all 0.3s ease;
    }
    .header .navigation.active {
        transform: translateX(0);
    }
    .header .navigation .close {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 3;
        border: 0;
        background: none;
        color: #fff;
        display: block;
        width: 30px;
        height: 30px;
        opacity: .7;
    }
    .header .navigation .close:before, 
    .header .navigation .close:after {
        position: absolute;
        left: 15px;
        top: 0;
        content: ' ';
        height: 30px;
        width: 3px;
        background-color: #fff;
    }
    .header .navigation .close:before {
        transform: rotate(45deg);
    }
    .header .navigation .close:after {
        transform: rotate(-45deg);
    }
    .header .navigation > * {
        display: block;
    }
    .header .navigation .container {
        padding: 0;
        margin: 0;
        width: 100%;
        display: block;
    }
    .header .navigation ul {
        display: block;
        margin: 0;
    }
    .header .navigation ul li {
        margin: 0;
    }
    .header .navigation ul li + li {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #980007;
    }
    .header .navigation ul li a {
        font-size: 17px;
        font-weight: 600;
    }
    
    .header .navigation .buttons {
        display: block;
    }
    .header .navigation .buttons .button {
        flex: 1 1 auto;
        max-width: 230px;
        position: relative;
        padding: 12px 20px;
        font-weight: 600;
        font-size: 15px;
        color: #fff;
        line-height: 1.3;
        background: #a21117;
        display: block;
        border-radius: 8px;
        text-align: center;
        
    }
    .header .navigation .buttons .button + .button {
        margin-top: 15px;
    }
    .header .navigation .buttons .button.active {
        background: #000;
    }
    .header .navigation .langs {
        display: flex;
        gap: 22px;
    }
    .header .navigation .langs a {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        padding: 3px 4px;
        border-radius: 4px;
        line-height: 1;
        transition: all 0.3s ease;
    }
    .header .navigation .langs a:hover {
        background-color: rgba(0,0,0,.2);
    }
    .header .navigation .langs a.active {
        background-color: #fff;
        color: #707278;
    }
    
    .prices .heading {
        min-height: 0;
        justify-content: center;
        background-position: top center;
    }
    .prices .heading h3 {
        font-size: 30px;
    }
    .prices .columns {
        gap: 60px;
    }
    .prices .block .table {
        padding-left: 0;
    }
    .prices .block .table thead td {
        font-size: 12px;
    }
    .prices .block .table .name {
        font-size: 16px;
    }
    .prices .block .table .desc {
        font-size: 14px;
        margin-top: 6px;
    }
    .prices .block .table .value {
        font-size: 19px;
        min-width: 40px;
    }
    .prices .block .table td {
        padding: 10px 10px;
    }
    .pricing-extra .title {
        justify-content: center;
        background-position: top center;
        min-height: 0;
        font-size: 20px;
        padding: 20px 20px 20px 40px;
    }
    
}
@media only screen and (max-width:480px){ 


}
@media (max-width:320px){
	.carousel-control{display: none;}
}
.workout-table-wrapper {
    overflow-x: auto;
}
.workout-table {
    border:1px solid #808080;
}
.workout-table td {
    padding:8px 10px;
    border:1px solid #808080;
}
.workout-table td p{
    margin:0;
}
@media only screen and (max-width:767px) {
    .workout-table td, .workout-table td p {
        font-size:10px;
        line-height:12px;
    }
    .workout-table td {
        padding:6px 7px;
    }
}
