/*-------- color option start --------*/@main_color:#212731;@text_color:#c4c3c3;@primary_color:#3997d4;@secondary_color:#ffffff;@dark_color:#181e26;@dark_color2:#1c212a;@keyframes shadow-pulse{0%{box-shadow: 0 0 0 0px rgba(57, 151, 212, 0.7);}100%{box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);}}/*-------- normal css start --------*/body{font-family: "Montserrat"; font-size: 15px; font-weight: 400; line-height: 1.4; color:@text_color; background-color: @main_color;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family: 'Montserrat', Arial; font-weight: 800; line-height: 1.1; color: @text_color; margin: 0;}a{color:@text_color;text-decoration: none;font-size: 16px;cursor: pointer;.transition(0.3s);&:hover,&:focus{text-decoration: none;outline: none;color:@text_color;}}p{color:@text_color;font-size: 16px;line-height: 22px;}button{&:hover{cursor:pointer;}&:focus{outline:none;background:inherit !important;border-color:inherit !important;}}.form-control::-webkit-input-placeholder{color: @text_color; opacity: 1;}.form-control::-moz-placeholder{color: @text_color; opacity: 1;}.form-control:-ms-input-placeholder{color: @text_color; opacity: 1;}.form-control::placeholder{color: @text_color; opacity: 1;}.ff_heading{text-align:center;margin-bottom: 50px;h1{font-size: 25px;font-weight:600;text-transform:uppercase;color:@secondary_color;span{color:@primary_color;}}}.ff_button{height: 45px; border: 1px solid @primary_color; font-family: "Montserrat";font-size: 16px;background:none; font-weight: 500; color: @text_color;display: inline-block; line-height: 45px; padding: 0px 20px;&:hover{background-color:@primary_color;color:@secondary_color;}}.ff_button2{height: 45px; border: 1px solid @primary_color; font-family: "Montserrat"; font-size: 16px; background:@primary_color; font-weight: 500; color: @secondary_color; display: inline-block; line-height: 45px; padding: 0px 20px; cursor: pointer; &:hover{border: 1px solid @primary_color; background:none; color:@text_color; -webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;-khtml-transition:all .4s ease-out;-ms-transition:all .4s ease-out;transition:all .4s ease-out}}.ff_button3{height: 45px; border: 1px solid white; font-family: "Montserrat";font-size: 16px;background:@primary_color; font-weight: 500; color: @main_color;display: inline-block; line-height: 45px; padding: 0px 20px;&:hover{background-color:@secondary_color;color:white;}}.ff_button4{height: 45px; border: 1px solid white; font-family: "Montserrat"; font-size: 16px; background:@secondary_color; font-weight: 500; color: @primary_color; display: inline-block; line-height: 45px; padding: 0px 20px; &:hover{background-color:@primary_color; color:@main_color;}}.buttonred{border: 0px; background:#ff0000; color:white; span{color:white;}i{position: relative; top:6.4px; color:white;}&:hover{border: 0px; background:#b60000; color:white;}}.blue{color:@primary_color;}.dark{color:@main_color;}.dark2{color:@text_color;}.red{color:#ff4c4c;}.green{color:#15c03f;}.white{color:white;}.whiteb{color:white; font-weight: bold;}.lineheight19{line-height: 19px;}.generate-top-padder(10);.generate-top-padder(@n, @i: 1) when (@i=< @n){@px:(@i * 10); .top_padder@{px}{padding-top: (@i * 10px);}.generate-top-padder(@n, (@i + 1));}.generate-bottom-padder(10);.generate-bottom-padder(@n, @i: 1) when (@i=< @n){@px:(@i * 10); .bottom_padder@{px}{padding-bottom: (@i * 10px);}.generate-bottom-padder(@n, (@i + 1));}/*-------- css element start --------*/.border-radius(@radius){-webkit-border-radius:@radius; -moz-border-radius:@radius; -ms-border-radius:@radius; -o-border-radius:@radius; border-radius:@radius;}.transform(@translate,@rotate,@skew,@scale){-webkit-transform:@translate @rotate @skew @scale; -moz-transform:@translate @rotate @skew @scale; -ms-transform:@translate @rotate @skew @scale; transform:@translate @rotate @skew @scale;}.transform_translate(@x,@y){-webkit-transform: translate(@x, @y);-moz-transform: translate(@x, @y);-ms-transform: translate(@x, @y);transform: translate(@x, @y);}.transform_rotate(@degree){-webkit-transform: rotate(@degree);-moz-transform: rotate(@degree);-ms-transform: rotate(@degree);transform: rotate(@degree);}.transform_skew(@x,@y){-webkit-transform:skew(@x,@y);-moz-transform:skew(@x,@y);-ms-transform:skew(@x,@y);transform:skew(@x,@y);}.transform_scale(@value){-webkit-transform: scale(@value);-moz-transform: scale(@value);-ms-transform: scale(@value);transform: scale(@value);}.transform_origin(@x,@y){-webkit-transform-origin:@x @y;-moz-transform-origin: @x @y;-ms-transform-origin: @x @y;transform-origin: @x @y;}.filter_blur(@pixel){-webkit-filter: blur(@pixel);-moz-filter: blur(@pixel);-ms-filter: blur(@pixel);-o-filter: blur(@pixel);filter: blur(@pixel);}.position_absolute(@top,@right,@bottom,@left){position: absolute;top: @top;right: @right;bottom: @bottom; left: @left;}.position_fixed(@top,@right,@bottom,@left,@zindex){position: fixed;top: @top;right: @right;bottom: @bottom; left: @left;z-index: @zindex;}.transition(@time){-webkit-transition: all @time;-moz-transition: all @time;-ms-transition: all @time;transition: all @time;}.perspective(@value){-webkit-perspective:@value;-moz-perspective:@value;-ms-perspective:@value;perspective:@value;}.clearfix_box{content: "";display: table;width: 100%;}.background_image_element(@repeat,@position,@size,@attachment){background-repeat:@repeat; background-position:@position; background-size:@size; background-attachment:@attachment;}/*-------- header css start --------*/.ff_header_box{text-align:right; padding:15px 0px; ul{list-style:none; padding:0; margin:0; li{display:inline-block; margin-left:15px; &:first-child{margin-left:0px;}a{font-size:18px; .transition(0.3s); &:hover{color:@primary_color;}}}}}.ff_header{.position_absolute(0,auto,auto,0); width:100%; z-index:100; .ff_header_wrapper{.ff_logo{.position_absolute(0,auto,auto,0);padding:30px 0px 30px 15px;a{display:block;}}}}/*-------- navigation section start --------*/.ff_menu_wrapper{position:relative; .ff_menu_overlay{.position_absolute(0,0,auto,auto); width:65%; background-color:@primary_color; height:100%; &:before{content:""; .position_absolute(0,auto,auto,-10px); height: 100%; width: 25px; background: @primary_color; .transform_skew(-20deg,0);}}.ff_menu_box{text-align:right; .ff_menu{display:inline-block; > ul{list-style:none; padding:0; margin:0; > li{display:inline-block; font-weight: 600;margin-left:27px; position:relative; &:first-child{margin-left:0px;}> a{color:@secondary_color; padding:14px 0px; display:inline-block;font-size:15px;position:relative; .dropdown-expander{display:none;}&:after{content:"";.position_absolute(auto,auto,20px,0);width:100%;height:3px;background:@secondary_color;.transform_scale(0);.transition(0.3s);}}&.active,&:hover{a{&:after{.transform_scale(1);bottom:0;}}}}}.ff_close_btn{display:none;}}.ff_toggle_btn{display:none;}}}.ff_menu_wrapper ul li ul li i{display:inline-flex;width:1.8em;justify-content:center;}/*-------- about section start --------*/.ff_about_wrapper{position:relative; padding:80px 0px; .ff_about_img{.position_absolute(auto,300px,0px,auto);}.ff_about_heading{margin-bottom:60px; h2{font-size:35px; color:@secondary_color; font-weight:600; text-transform:uppercase; margin-bottom:20px; span{color:@primary_color;}}p{font-size: 20px; color:white;}}.ff_about_content{margin-bottom:5px; &:after{.clearfix_box();}.ff_about_icon{float:left; padding-top: 5px; padding-left: 5px; i{height: 35px; width: 35px; position: relative; display: inline-block; text-align: center; line-height: 32px; border: 2px solid @primary_color; border-radius: 100px; &:before{margin: 0px; color: @secondary_color; margin-left:1px; font-size: 30px; display: inline-block;}}}.ff_about_text{float: right; width: ~"calc(100% - 76px)"; padding-right: 185px; h3{color:@primary_color; margin-bottom:0px; margin-top:12px; font-size:22px; font-weight:400;}p{font-size:15px; font-weight:400;}}}}/*-------- video section start --------*/.ff_video_wrapper{.col-lg-12{padding:0px;}.ff_video_imgbg{-webkit-filter: opacity(80%); filter: opacity(80%);}.ff_video_box{width:25%; float:left; position:relative; overflow:hidden; .ff_video_text{padding:15px 15px; .position_absolute(auto,auto,0,0); width:100%; opacity:1; visibility:visible; .transition(0.3s); p{color:@secondary_color; font-size:18px; margin-bottom:40px; font-weight:500; text-align: center;}i{height: 70px; width: 70px; position: relative; display: inline-block; text-align: center; line-height: 66px; border: 2px solid white; border-radius: 100px; animation: shadow-pulse 1s infinite; &:before{margin: 0px; color: @secondary_color; font-size: 40px; display: inline-block; margin-left:6px;}}}.ff_video_overlay{.position_absolute(0,0,0,0); background: fade(@dark_color, 60%); visibility:hidden; opacity:0; .transition(0.3s); .ff_video_overlay_text{.position_absolute(50%,auto,auto,0); text-transform: none; text-align: center;width:100%;.transform_translate(0,-50%); .transition(0.3s); visibility:hidden; opacity:0; a{display:inline-block;margin-bottom:10px;.transform_translate(0,-50px);.transition(0.3s); i{height: 50px; width: 50px; position: relative; display: inline-block; text-align: center; line-height: 46px; border: 2px solid @primary_color; border-radius: 100px; &:before{margin: 0px; color: @secondary_color; font-size: 44px; display: inline-block;}}}p{color:@secondary_color; font-size:18px; font-weight:500;.transform_translate(0,50px);.transition(0.3s);}}}&:hover{.ff_video_overlay{visibility:visible; opacity:1; .ff_video_overlay_text{visibility:visible;opacity:1;a,p{.transform_translate(0,0);}}}.ff_video_text{visibility:hidden; opacity:0; .transform_scale(1.1);}}}}/*-------- service section start --------*/.ff_service_wrapper{padding:80px 0px; .ff_service_content{text-align:center; .ff_service_img{width:auto; display: inline-block;}.ff_service_text{.position_absolute(0,auto,auto,0); width: 100%; height:100%; ul{list-style:none; padding:0; margin: 0; position: absolute; width:100%; height:100%; li{width:25%; &:nth-child(1){text-align: right; .position_absolute(20px,auto,auto,4%);}&:nth-child(2){text-align: right; .position_absolute(40%,auto,auto,0); .transform_translate(0,-40%);}&:nth-child(3){text-align: right; .position_absolute(auto,auto,100px,4%);}&:nth-child(4){text-align: left; .position_absolute(20px,4%,auto,auto);}&:nth-child(5){text-align: left; .position_absolute(40%,0,auto,auto); .transform_translate(0,-40%);}&:nth-child(6){text-align: left; .position_absolute(auto,4%,100px,auto);}.ff_service_data{h4{font-size: 20px; color:@primary_color; font-weight:500; margin-bottom: 15px; i{&:before{color:@secondary_color; margin: 0; font-size: 28px; display: inline-block;}}}p{text-align: justify; font-size: 17px;}}}}}}}/*-------- team section start --------*/.ff_team_wrapper{.ff_team_box{position: relative;.perspective(100px);margin-bottom: 30px;overflow: hidden;.ff_team_img{overflow: hidden;&:after{content:"";position: absolute;top:15px;left:15px;right: 15px;bottom:15px;border:2px solid @primary_color;}img{.transition(0.5s);.transform_scale(1);}}.ff_team_text{padding: 10px 25px 25px;.transition(0.5s);.position_absolute(auto,auto,-115px,auto);background-color:fade(@main_color, 75%);width: 100%;.perspective(100px);opacity: 0;visibility: hidden;h3{font-size: 20px;font-weight: 500;color: @secondary_color;margin-bottom: 5px;}p{margin-bottom: 5px;color:@secondary_color;}ul{margin: 0;padding:0;list-style: none;li{display: inline-block;margin-right: 10px;&:last-child{margin-right: 0px;}a{color:@secondary_color;&:hover{color: @primary_color;}}}}&:after{content:"";position: absolute;top:-15px;left:15px;right: 15px;bottom:15px;border:2px solid @primary_color;border-top:none;z-index: -1;}}&:hover{.ff_team_text{visibility: visible;opacity: 1;bottom:0;}.ff_team_img{img{.transform_scale(1.15);}}}}}/*-------- offer section start --------*/.ff_offer_wrapper{position: relative;background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url(../../assets/img/vlogger.jpg); background-attachment: fixed; background-position: center center;.ff_offer_img{text-align:center;}.ff_offer_text{padding: 80px 0px;h5{font-size: 20px;font-weight: 600;color:@secondary_color;margin-bottom: 10px;}.offer_duration{margin-bottom:15px;&:after{.clearfix_box();}h1{float: left;color:@secondary_color;font-size: 80px;font-weight: bold;font-style: italic;text-transform: capitalize;}h3{color:@secondary_color;font-size: 30px;font-weight:bold;float: right;width:~"calc(100% - 0px)";font-style: italic;text-transform: ;span{display: block;margin: 10px 0px 5px;}}}h2{font-size: 30px;font-weight: 600;color:@primary_color;text-transform: ;margin-bottom: 15px;}p{color:@secondary_color;line-height: 23px;margin-bottom: 30px;}}}/*-------- bg1 section start --------*/.ff_bg1_wrapper{position: relative; background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url(../../assets/img/bg1.jpg); background-attachment: fixed; background-position: center center; .ff_bg1_text{padding: 80px 0px; font-size: 20px; font-weight: 600; color:@secondary_color; margin-bottom: 0px; blockquote{i{font-size: 40px; color: white; opacity: 0.4; &.fa-quote-left{.position_absolute(0px,auto,auto,10px);}&.fa-quote-right{.position_absolute(auto,10px,0px,auto);}}span{color:@text_color; font-weight: 400; font-size: 18px;}}}}/*-------- boxok --------*/.box1{background:@dark_color; min-height: 100px; color:@secondary_color; font-size: 20px; font-weight:bold;}.box1 .kiemel{font-size:25px;}/*-------- blog section start --------*/.ff_blog_wrapper{.ff_blog_box{margin-bottom:50px;.ff_blog_img{position: relative;p{a{background:@primary_color;.position_absolute(30px,auto,auto,0);color:@secondary_color;display: inline-block;font-size: 16px;padding: 10px 0px 8px 15px;z-index:1;&:after{content:"";.position_absolute(0,-15px,auto,auto);height: 100%;width:25px;background:@primary_color;z-index: -1;.transform_skew(25deg,0);}}}}.ff_blog_text{text-align: justify;.text1{display: inline-block;color:@primary_color;margin: 20px 0px 15px;font-size: 20px;font-weight: 600;}p{margin-bottom: 20px;}}}}/*-------- content section start --------*/.ff_content_wrapper{h2, h3{font-size: 25px; line-height: 32px; font-weight: 700; color:white; margin: 20px 0px 20px 0px; text-align: left;}h2 span, h3 span, h4 span{color:@primary_color;}h4{font-size: 20px; line-height: 25px; font-weight: 700; color:white; margin: 20px 0px 20px 0px; text-align: left;}a{color:@primary_color; text-decoration: underline;}a:hover{color:@text_color;}img{padding: 10px 0px 20px 0px}.img_center{display: block; margin-left: auto; margin-right: auto;}.img_caption{margin-top:-15px; font-size: 13px; font-style: oblique;line-height: 16px;font-weight:300}.img_caption a{font-size: 13px; color:@text_color;}.img_caption a:hover{color:@primary_color;}.img_caption2{margin-bottom:-15px; font-size: 14px; font-style: oblique; line-height: 18px;}.why{margin-bottom: 10px; padding-left: 20px; text-align: left}.why2{margin-bottom: 10px; padding-left: 20px; text-align: left}.why img{padding: 0px 8px 30px 0px; float: left;}.why2 img{padding: 0px 8px 0px 0px; float: left;}.embed-responsive{margin: 20px 0px 20px 0px}.text_float{float: left; padding:0px 20px 40px 0px; position: relative; top: 13px}text-align: justify; .ff_gallery_wrapper{margin: 0px -15px 0px -15px}.ff_gallery_wrapper img{padding: 20px 0px 0px 0px}b{color:#e3e3e3;}.ff_button{text-decoration:none;}.ff_button:hover{color:white;}.ff_button2{text-decoration:none;}.ff_button2:hover{color:@text_color}.ff_button3:hover{color:@main_color}.blog_box2{padding-bottom:15px}.blog_footer{text-align:center; margin-top:55px}.blog_footer h5{color:white; font-weight:700}.blog_footer_share{border-top:1px solid #999; border-bottom:1px solid #999; padding:20px 0px}.blog_footer_patreon{margin:20px 0px}.highlight{font-size: 20px; color:@primary_color;}.hidden{display: none;}#share{margin-top:10px}#share a{text-decoration:none;}.source{font-size: 14px; font-style: oblique; line-height: 17px; margin-top:40px; a{color:@text_color;text-decoration:none; font-size: 14px;}a:hover{color:@primary_color;}}.blog_microdata{font-size: 14px; line-height: 17px; a{color:@text_color;text-decoration:none;font-size: 14px; line-height: 17px;}a:hover{color:@primary_color;}}.article_list{text-align: justify; i{color:white;}a{color:white;text-decoration:none; font-weight: bold;font-size: 18px;}a:hover{color:@primary_color;}}.alert{font-size: 16px; line-height: 22px}.alert-warning{background-color:#fff3cd}.alert-danger{background-color:#f8d7da}.alert-success{background-color:#d4edda}.alert-dark{background-color:#d3d3d4;color:#212731; }.alert-blue{background-color:@primary_color;color:white; }.alert-blue i, .alert-blue span{color:@dark_color;font-weight:700;font-size:19px}.alert-blue b{color:white;}.alert-blue i.white{color:white}.alert-warning b, .alert-warning i{color:#856404;}.alert-danger b, .alert-danger i{color:#721c24;}.alert-success b, .alert-success i{color:#155724;}.ff_blog_single_img{position: relative; p{background:@primary_color; .position_absolute(40px,auto,auto,0); color:@secondary_color; display: inline-block; font-size: 16px; padding: 10px 0px 8px 12px; z-index:1; &:after{content:""; .position_absolute(0,-15px,auto,auto); height: 100%; width:25px; background:@primary_color; z-index: -1; .transform_skew(25deg,0);}}}.ff_blog_single_img2{position: relative; margin:-20px 0px -10px 0px; p{background:@primary_color; .position_absolute(40px,auto,auto,0); color:@secondary_color; display: inline-block; font-size: 16px; padding: 10px 0px 8px 12px; z-index:1; &:after{content:""; .position_absolute(0,-15px,auto,auto); height: 100%; width:25px; background:@primary_color; z-index: -1; .transform_skew(25deg,0);}}}ul li{font-size: 16px}ol li{font-size: 16px}blockquote{padding:20px 30px; background:@dark_color2; font-size: 16px; line-height: 22px; margin:20px 0px; position:relative; .perspective(100px); b{color:white;}i{font-size: 40px; color: #3997d4; opacity: 0.2; z-index: -1; &.fa-quote-left{.position_absolute(20px,auto,auto,20px);}&.fa-quote-right{.position_absolute(auto,20px,20px,auto);}}}blockquote i.textnumber{color:white; opacity: 0.5; font-size: 50px;}.ff_blog_box{margin-bottom:50px; .ff_blog_img{position: relative; p{a{background:@primary_color; .position_absolute(30px,auto,auto,0); color:@secondary_color; display: inline-block; font-size: 16px; padding: 10px 0px 8px 15px; z-index:1; &:after{content:""; .position_absolute(0,-15px,auto,auto); height: 100%; width:25px; background:@primary_color; z-index: -1; .transform_skew(25deg,0);}}}}.ff_blog_text{text-align: justify; .text1{display: inline-block; color:@primary_color; margin: 20px 0px 15px; font-size: 20px; font-weight: 400;}p{margin-bottom: 20px;}}}}/*-------- footer section start --------*/.ff_footer_wrapper{background: #1c212a;.widget-title{font-size: 20px;color: @secondary_color;margin-bottom:20px;font-weight: 600;text-transform: uppercase;}a:hover{color:@primary_color;}.widget.text_widget{padding-bottom: 50px;a{font-size: 16px;img{margin-bottom: 20px;display: inline-block;}}p{font-size: 16px;margin-bottom: 15px;}ul{list-style: none;padding: 0;margin: 0;li{display: inline-block;margin-right: 15px;a{font-size: 18px;&:hover{color:@primary_color;}}}}}.widget.widget_flicker_gallery{padding-bottom: 35px;ul{list-style: none;padding:0;margin: 0;li{display: inline-block;margin: 0px 8px 15px 0px;}}}.widget.widget_contact{padding-bottom: 20px;.ff_footer_contact{margin-bottom:30px;&:after{.clearfix_box();}.ff_contact_icon{float:left;i{color: @text_color;font-size: 20px;}}.ff_contact_text{float: right;width: ~"calc(100% - 35px)";p{font-size: 16px;}a{&:hover{color:@primary_color;}}}}}}/*-------- bread section start --------*/.ff_bread_wrapper{background-image: url(http://via.placeholder.com/1920x353);.background_image_element(no-repeat,center,cover,initial);padding: 140px 0px 80px 0px;.ff_bread_box{text-align: right;h1{font-size: 40px;color: @secondary_color;font-weight: 600;}ul.pagination{margin: 0;text-align: right;display: block;li{display: inline-block;color:@primary_color;margin-right: 5px;padding-right: 15px;position: relative;font-size: 16px;text-transform: capitalize;&:after{content: "\f105";font-family: 'fontawesome';.position_absolute(0px,0,auto,auto);}&:last-child{margin-right:0;padding-right:0;&:after{display: none;}}a{color: @secondary_color;text-transform: capitalize;&:hover{color:@primary_color;}}}}}}/*-------- history section start --------*/.ff_history_wrapper{padding-bottom: 80px;.ff_history_box{padding-top:100px;ul{list-style: none;padding:0;margin: 0;position: relative;&:before{content:"";.position_absolute(0,auto,auto,50%);width: 4px;height: 100%;background: @primary_color;.transform_translate(-50%,0);}li{&:after{.clearfix_box();}.ff_history_content.right_content{width: 50%;float: right;padding-left: 100px;position: relative;margin-bottom: 100px;.ff_history_data{padding:20px 20px;border: 2px solid @primary_color;border-bottom:none;position: relative;h5{font-size: 18px;font-weight: 600;color: @primary_color;margin-bottom: 10px;}span.dot{.position_absolute(auto,10%,-9px,auto);border: 10px solid @primary_color;.border-radius(100%);}&:before{content: "";.position_absolute(auto,auto,0,0);border-bottom: 2px solid @primary_color;width: 75%;}&:after{content: "";.position_absolute(auto,0,0,auto);border-bottom: 2px solid @primary_color;width: 10%;}p{font-size: 16px; line-height: 20px}}&:before{content:"";.position_absolute(50%,auto,auto,0);width: 100px;height: 4px;background: @primary_color;.transform_translate(0,-50%);}.ff_history_year{border: 4px solid @text_color;.border-radius(100%);.position_absolute(-100px,auto,auto,-50px);background:@main_color;.transform_rotate(44deg);h6{color: @secondary_color;font-size: 25px;font-weight: 600;height: 96px;width: 96px;text-align: center;line-height: 96px;.transform_rotate(-44deg);}}}.ff_history_content.left_content{width: 50%;float: left;padding-right: 100px;position: relative;margin-bottom: 100px;.ff_history_data{padding:20px 20px;border-top: 2px solid @primary_color;position: relative;.perspective(100px);h5{font-size: 18px;font-weight: 600;color: @primary_color;margin-bottom: 10px;}span.dot{.position_absolute(auto,auto,-9px,10%);border: 10px solid @primary_color;.border-radius(100%);}&:before{content: "";.position_absolute(auto,auto,0,0);border-left: 2px solid @primary_color;border-bottom: 2px solid @primary_color;height: 100%;width: 10%;z-index: -1;}&:after{content: "";.position_absolute(auto,0,0,auto);border-right: 2px solid @primary_color;border-bottom: 2px solid @primary_color;height: 100%;width: 75%;z-index: -1}p{font-size: 16px; line-height: 20px}}&:before{content:"";.position_absolute(50%,0,auto,auto);width: 100px;height: 4px;background: @primary_color;.transform_translate(0,-50%);}.ff_history_year{border: 4px solid @text_color;.border-radius(100%);.position_absolute(-100px,-50px,auto,auto);background:@main_color;.transform_rotate(44deg);h6{color: @secondary_color;font-size: 25px;font-weight: 600;height: 96px;width: 96px;text-align: center;line-height: 96px;.transform_rotate(-44deg);}}.ff_history_year.year5{.position_absolute(auto,-50px,-100px,auto);}}.ff_history_content{.ff_history_year.year1{border-bottom:4px solid @primary_color;}.ff_history_year.year2{border-bottom:4px solid @primary_color;border-left:4px solid @primary_color;}.ff_history_year.year3{border-bottom:4px solid @primary_color;border-left:4px solid @primary_color;border-top:4px solid @primary_color;}.ff_history_year.year4{border:4px solid @primary_color;}.ff_history_year.year5{border:4px solid @primary_color;}}}}}}/*-------- classes page start --------*/.ff_classes_wrapper{.ff_classes_box{margin-bottom:30px;.ff_classes_img{img{width:100%;}}.ff_classes_text{background-color:@dark_color;padding:20px 20px;h5{color:@primary_color;font-size:20px;margin-bottom:10px;}ul{list-style:none;padding:0;margin:0,0,15px,0;li{display:inline-block;padding-right:10px;margin-right:15px;border-right:1px solid @text_color;&:last-child{padding-right:0px;margin-right:0px;border:none;}a{font-size:15px;i{margin-right:10px;color:@primary_color;}}&:hover{a{color:@primary_color;}}}}> p{margin-bottom: 17px;word-spacing:1px;}.ff_classes_btn{&:after{.clearfix_box();}p{display:inline-block;font-size: 18px;margin-top:12px;span{color:@primary_color;}}.ff_button{float:right;}}}}}/*-------- pricing section start --------*/.ff_pricing_wrapper{.ff_pricing_box{text-align:center;border:1px solid @primary_color;background-color:@dark_color;margin-bottom:30px;.ff_pricing_head{background-color:@primary_color;padding:10px 0px 12px 0px;position: relative;.perspective(100px);h4{color:@secondary_color; font-weight: 600;font-size: 25px;text-transform:none;padding:5px;margin:10px;position:relative; text-align:center;}h4 i{font-size: 35px; margin-bottom: 10px}h4 img{width: 35px; margin:0; padding: 0}h5{font-size: 27px; font-weight: 600;color:@dark_color;}h5 span{font-size: 22px;}&:before{content: "";.position_absolute(auto,auto,-20%,0);width: 50%;height: 80px;background: @primary_color;.transform_skew(0,-15deg);z-index: -1;}&:after{content: "";.position_absolute(auto,0,-20%,auto);width: 50%;height: 80px;background: @primary_color;.transform_skew(0,15deg);z-index: -1;}}.ff_pricing_body{text-align: left; font-size: 16px;padding:60px 15px 5px 15px;position:relative;ul{list-style:none;padding:0;margin:0;li{padding:10px 0px;border-bottom:1px solid #30353c;&:last-child{border-bottom:none;}}}.ff_button{.position_absolute(auto,auto,-22px,50%);.transform_translate(-50%,0);background:@dark_color;&:hover{background: @primary_color;}}}}}/*-------- gallery page start --------*/.ff_gallery_wrapper{.ff_gallery_box{margin-bottom:15px;position:relative;img{width:100%;}.ff_gallery_stand{height: 280px; object-fit: cover; object-position: 50% 20%;}.ff_gallery_overlay{.position_absolute(20px,0px,0px,0px);background:fade(@primary_color , 70%);opacity:0;visibility: hidden;.transition(0.3s);a{.position_absolute(30%,auto,auto,50%);.transform_translate(-50%,-50%);font-size: 20px; color: @secondary_color;.border-radius(100%);border:2px solid @secondary_color;padding:5px 10px;opacity:0;visibility: hidden;.transition(0.3s);}}&:hover{.ff_gallery_overlay{opacity:1;visibility:visible;a{top:50%;opacity:1;visibility:visible;}}}}}/*-------- sidebar section start --------*/.ff_sidebar_wrapper{.widget-title{font-size: 20px;color:@secondary_color;padding-bottom:10px;margin-bottom: 20px;border-bottom:1px solid @primary_color;}}.widget.widget_search{margin-bottom:50px;.input-group{position: relative;input[type=search]{width:100%;background: none;border: 1px solid @text_color;display: block;.border-radius(0px);height: 50px;padding:0 40px 0 20px;color:@text_color;}.search_btn{.position_absolute(0,0,auto,auto);height: 100%;background: none;border: none;color: @primary_color;width: 40px;padding: 0;font-size: 18px;z-index:10;}}}.widget.widget_categories{margin-bottom:40px;ul{list-style: none;padding:0;margin:0;li{display:block;position: relative;padding-left:20px;a{width: 100%;padding: 10px 0px;display: block;span{float: right;color:@primary_color;}&:hover{color:@primary_color;}}&:before{content: "";.position_absolute(50%,auto,auto,0);.transform_translate(0,-50%);border:3px solid @primary_color;}}}}.widget.widget_recent_posts{margin-bottom:50px;ul{list-style: none;padding:0;margin:0;li{margin-bottom:20px;&:after{.clearfix_box();}&:last-child{margin-bottom:0px;}.recent_post_thumbnail{float:left;}.recent_post_text{float:right;width:~"calc(100% - 80px)";margin-top:8px;h5{a{font-size: 15px;margin-bottom:7px;display:inline-block;&:hover{color:@primary_color;}}}p{i{color:@primary_color;margin-right:7px;}}}}}}.widget.widget_twitter_feed{margin-bottom: 50px;ul{list-style: none;padding: 0;margin: 0;li{margin-bottom: 30px;&:last-child{margin-bottom:0px;}h3{line-height: 20px;color:@text_color;font-size: 15px;font-weight:400;margin-bottom: 12px;i{margin-right: 10px;font-size: 16px;color:@text_color;}a{display: inline-block;font-size: 16px;color:@primary_color;font-weight: 600;border-right:1px solid @text_color;padding-right: 7px;margin-right: 7px;}}p{word-spacing: 0px;a{display: inline-block;color: @primary_color;font-size: 15px;}}}}}.widget.widget_social_icons{margin-bottom:50px;ul{list-style: none;padding: 0;margin: 0;li{display: inline-block;margin-right: 10px;&:last-child{margin-right:0px;}a{font-size: 18px;.transition(0.3s);&:hover{color:@primary_color;}}}}}/*-------- pagination start --------*/.ff_pagination{&:after{.clearfix_box();}margin-bottom: 50px; margin-top: 20px;ul.pagination{margin-bottom:0px;li{a{font-size:16px;color:@secondary_color; text-decoration: none;display:inline-block;padding:5px 14px;background:@dark_color;.transition(0.3s);i{color:@text_color;}}&:hover,&.active{a{background:@primary_color;i{color:@secondary_color;}}}}}}/*-------- blog single page start --------*/.ff_blog_all_items{.ff_blog_item{margin-bottom:80px;.ff_blog_single_img{position: relative;p{a{background:@primary_color;.position_absolute(30px,auto,auto,0);color:@secondary_color;display: inline-block;font-size: 16px;padding: 10px 0px 8px 15px;z-index:1;&:after{content:"";.position_absolute(0,-15px,auto,auto);height: 100%;width:25px;background:@primary_color;z-index: -1;.transform_skew(25deg,0);}}}}.ff_blog_single_text{h4{color:@primary_color;font-size: 30px;font-weight:400;margin-bottom:15px;margin-top:25px;}> ul{list-style: none;padding:0;margin: 0px 0px 12px 0px;> li{display: inline-block;margin-right: 20px;position: relative;&:last-child{margin-right:0px;}> i{margin-right: 10px;}&:hover{color:@primary_color;}> ul.ff_share{padding-left:10px;margin:0;list-style: none;.position_absolute(0,auto,auto,100%);width:85px;opacity: 0;visibility: hidden;.transition(0.3s);> li{display: inline-block;margin-right: 5px;&:last-child{margin-right:0px;}> a{&:hover{color:@primary_color;}}}}&:hover{> ul.ff_share{opacity:1;visibility:visible;}}}}blockquote{padding:20px 30px;background:@dark_color;line-height: 23px;word-spacing: 1px;margin:20px 0px;position:relative;.perspective(100px);i{font-size: 40px;color: #3997d4;opacity: 0.2;z-index: -1;&.fa-quote-left{.position_absolute(20px,auto,auto,20px);}&.fa-quote-right{.position_absolute(20px,20px,auto,auto);}}}.ff_tags{margin-top:45px;border-top:1px solid @text_color;border-bottom:1px solid @text_color;&:after{.clearfix_box();}p{padding: 10px 0px;float:left;i{color:@primary_color;margin-right:10px;}}ul{list-style: none;padding: 0;margin: 0;float:right;li{display: inline-block;margin-left: 10px;&:first-child{margin-left:0px;}a{padding:9px 0px;display:inline-block;font-size: 18px;.transition(0.3s);&:hover{color:@primary_color;}}}}}}}.ff_comments{margin-bottom:50px;h2{margin-bottom:30px;font-size: 20px;color:@primary_color;}ul{list-style:none;padding:0;margin:0;li{.ff_comment_box{background:@dark_color;padding:15px 10px;margin-bottom:30px;&:after{.clearfix_box();}.ff_comment_img{float:left;img{border:8px solid fade(@primary_color, 60%);}}.ff_comment_text{float: right;width: ~"calc(100% - 121px)";h4{margin-top:-7px;a{display:inline-block;font-size:18px;margin-bottom:12px;&:hover{color:@primary_color;}}}h5{font-size:15px;margin-bottom:8px;a{float: right;margin-top: -20px;i{color:@primary_color;margin-right:10px;}&:hover{color:@primary_color;}}}}}&:last-child{.ff_comment_box{margin-bottom: 0px;}}}}}.ff_comment_form{margin-bottom:50px;h2{margin-bottom:30px;font-size: 20px;color:@primary_color;}form{.ff_comment_input{input,textarea{background:none;border:none;margin-bottom:30px;border-bottom:1px solid @text_color;.border-radius(0px);color:@text_color;padding:0;}input{height:40px;}textarea{height:80px;resize:none;}}}}}/*-------- contact page start --------*/.ff_contact_wrapper{.ff_contact_box{text-align: center;padding:40px 0px;margin-bottom:50px;background-image:url(http://via.placeholder.com/360x213);.background_image_element(no-repeat,center,cover,initial);position:relative;.perspective(100px);&:after{content:"";.position_absolute(10px,10px,10px,10px);outline: fade(@primary_color, 40%) solid 10px;background-color: fade(@main_color, 90%);z-index: -1;}span{color: @primary_color;font-size:35px;margin-bottom: 10px;}h4{font-size:25px;color:@primary_color;margin-bottom:15px;}p{color:@secondary_color;}a{color:@secondary_color;&:hover{color:@primary_color;}}}}.gmap{height:400px;}.ff_contact_form_wrapper{background-color: @dark_color; padding: 20px; font-size: 16px; line-height: 20px; text-align:justify; .textarea_disabled{pointer-events: none;}; .ff_button{text-decoration: none}; .ff_button:hover{color:@secondary_color};.ff_contact_input{text-align:center;input,textarea{background:none;border:none;margin-bottom:30px;border-bottom:1px solid @text_color;.border-radius(0px);color:@secondary_color;padding:0px 0px; font-family: "Montserrat"; height:100px;}input{height:40px; font-family: "Montserrat";}.response{color:#ff0000;}}.ff_contact_h{font-size: 25px; line-height: 32px; font-weight: 700; color:white; text-align:center; margin-bottom: 20px;}.ff_contact_h span{color:@primary_color;}}.ajanlatkeres{margin: 50px 0px 30px 0px;}.ajanlatkeres p b{color:@primary_color;}.ff_darkbox{background-color: @dark_color; padding: 1px 20px 20px 20px; font-size: 15px; line-height: 20px; text-align:justify; margin-bottom: 30px; a.ff_button{color:@primary_color;}; a.btn-outline-secondary{color:@text_color; margin:5px;}; a.btn-outline-secondary:hover{color:@dark_color; background-color:@text_color}; .ff_contact_input{input{background:none; border:none; margin-bottom:30px; border-bottom:1px solid @text_color; .border-radius(0px); color:@secondary_color; padding:0px 0px; height:40px; font-family: "Montserrat";}}h4{font-size: 25px; line-height: 30px; font-weight: 700; color:white; text-align:center; margin-bottom: 20px;}h4 span{color:@primary_color;}h4.h4text{font-size: 20px; line-height: 25px;}p{font-size: 15px; line-height: 20px;}a{color:@text_color;text-decoration:none;}a:hover{color:@primary_color;}ul{text-align: left; margin-left: -25px; margin-bottom: -10px;}ul li{margin-bottom: 10px}}.ff_darkbox2{background-color: @dark_color2; padding: 0px 20px 5px 20px; font-size: 15px; line-height: 20px; text-align:justify; margin-top: 10px; margin-bottom: 20px; img{margin-bottom: -20px; margin-top: 10px}a.ff_button{color:@primary_color;}; a.btn-outline-secondary{color:@text_color; margin:5px;}; a.btn-outline-secondary:hover{color:@dark_color; background-color:@text_color}; .ff_contact_input{input{background:none; border:none; margin-bottom:30px; border-bottom:1px solid @text_color; .border-radius(0px); color:@secondary_color; padding:0px 0px; height:40px; font-family: "Montserrat";}}h4{font-size: 25px; line-height: 30px; font-weight: 700; color:white; text-align:center; margin-bottom: 20px;}h4 span{color:@primary_color;}h4.h4text{font-size: 20px; line-height: 25px;}p{font-size: 15px; line-height: 20px;}a{color:@text_color;text-decoration:none;}a:hover{color:@primary_color;}ul{text-align: left; margin-left: -25px; margin-bottom: -10px;}ul li{margin-bottom: 10px}}.ff_darkbox3{background-color: @dark_color2; padding: 20px 20px 5px 20px; text-align:center; margin: 20px 0px 20px 0px; span{color:@primary_color;}p{color:white; font-size: 20px; font-weight: 700; line-height: 25px;}.blue{color:@primary_color;}}.ff_darkbox31{background-color: @dark_color2; padding: 20px 20px 5px 20px; text-align:center; margin: 10px 0px 20px 0px; span{color:@primary_color;}p{color:@text_color; font-size: 15px; line-height: 20px;}.blue{color:@primary_color;}h5{margin-top: -20px; font-weight: 700}}.ff_darkbox4{background-color: @primary_color; padding: 20px 20px 5px 20px; font-size: 15px; line-height: 20px; text-align:center; margin-top: 10px; margin-bottom: 20px; img{margin-bottom: -20px; margin-top: 10px}i{margin-bottom: 10px; margin-top: 0px}a.ff_button{color:@primary_color;}; a.btn-outline-secondary{color:@text_color; margin:5px;}; a.btn-outline-secondary:hover{color:@dark_color; background-color:@text_color}; b{color:white;}h3{text-align: center;}h3.dark1{color:@main_color; font-weight: 900;}h4{font-size: 25px; line-height: 30px; font-weight: 700; color:white; text-align:center; margin-bottom: 20px;}h4 span{color:@dark_color;;}h4.h4text{font-size: 20px; line-height: 25px;}p{color:white; font-size: 15px; line-height: 20px;}a{color:@text_color;text-decoration:none;}a:hover{color:@primary_color;}}.boxshadow{box-shadow: 0 14px 28px rgba(0,0,0,0.30), 0 10px 10px rgba(0,0,0,0.22); -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.30), 0 10px 10px rgba(0,0,0,0.22); -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.30), 0 10px 10px rgba(0,0,0,0.22);}/*-------- class single page start --------*/.ff_cls_detail_wrapper{.ff_cls_detail_heading{position:relative;margin-bottom:50px;.ff_cls_detail_text{.position_absolute(50%,auto,auto,50px);.transform_translate(0,-50%);h2{margin-bottom:20px;color:@secondary_color;}ul{list-style:none;padding:0;margin:0;li{font-size:20px;color:@secondary_color;margin-bottom:15px;&:last-child{margin-bottom:0px;}i{color:@primary_color;margin-right:10px;width:25px;text-align:center;}span{background-color: @primary_color;color: @secondary_color;padding: 3px 5px;margin-right: 10px;font-size: 13px;}}}}}.ff_cls_detail_trainer{margin-bottom:30px;h2{font-size:20px;margin-bottom:20px;color:@secondary_color;}ul{list-style:none;padding:0;margin:0;padding-bottom:10px;border-bottom:1px solid @text_color;&:after{.clearfix_box();}li{width:25%;float:left;border-right:1px solid fade(@text_color,50%);padding:0px 10px;&:last-child{border-right:none;}.ff_trainer_img{float:left;img{border:2px solid @primary_color;.border-radius(100%);}}.ff_trainer_text{float:right;width:~"calc(100% - 75px)";h4{font-size:18px;color:@secondary_color;margin-bottom:7px;font-weight:400;}p{font-size:14px;}}}}}.ff_cls_detail_about{margin-bottom:50px;h2{font-size:20px;margin-bottom:30px;color:@secondary_color;}}.ff_cls_detail_time{background-color:@dark_color;padding:20px 15px;margin-bottom:50px;h2{font-size:20px;margin-bottom:15px;color:@secondary_color;}p{color:@secondary_color;margin-bottom:15px;}ul{list-style:none;padding:0;margin:0;li{color:@secondary_color;font-size:15px;margin-bottom:10px;i{margin-right:10px;}}}.time_btn{margin-top:20px;span{font-size:20px;color:@primary_color;float: right;margin-top:9px;}}}}/*-------- quick view -------*/.ff_quick_view_wrapper{.ff_quick_view_img{margin-bottom:30px;position:relative;img{width:100%;}.ff_quick_view_overlay{.position_absolute(20px,20px,20px,20px);background:fade(@primary_color , 75%);opacity:0;visibility: hidden;.transition(0.3s);a{.position_absolute(30%,auto,auto,50%);.transform_translate(-50%,-50%);font-size: 20px; color: @secondary_color;.border-radius(100%);border:2px solid @secondary_color;padding:5px 10px;opacity:0;visibility: hidden;.transition(0.3s);}}&:hover{.ff_quick_view_overlay{opacity:1;visibility:visible;a{top:50%;opacity:1;visibility:visible;}}}}}/*-------- booking form --------*/.booking_form{background-color:fade(#000000,75%);.ff_booking_form{background:#181e26;width: 800px;overflow-x:hidden;.position_absolute(20px,auto,20px,50%);.transform_translate(-50%,0);.transition(0.3s);.form_close{background: @primary_color;border: none;.position_absolute(5px,5px,auto,auto);font-size: 26px;color: @secondary_color;height: 30px;width: 30px;line-height: 30px;}.ff_booking_form_inputs{padding:20px 20px;h2{color:@secondary_color;margin-bottom:30px;text-align:center;font-size:20px; padding-bottom: 20px;border-bottom: 1px solid fade(@text_color,25%);}.input-group{display:block;label{display:block;}input.form-control{width: 100%;.border-radius(0);background: @main_color;height: 45px;color:@text_color;margin-bottom:30px;padding:0px 20px;border:none;font-size:18px;}select{width: 100%;.border-radius(0);background: @main_color;height: 45px;color:@text_color;margin-bottom:30px;border:none;font-size:18px;padding:10px 13px;}textarea{width: 100%;.border-radius(0);background: @main_color;height: 70px;padding:10px 20px;resize:none;color:@text_color;margin-bottom:30px;border:none;font-size:18px;}.input-radio{display: inline-block;margin-right: 15px;span{font-size:18px;margin-left:10px;}input[type=radio]{font-size: 18px;height: 15px;width: 15px;}}}.booking_form_btn{text-align:center;}}&::-webkit-scrollbar{width: 5px;}&::-webkit-scrollbar-thumb{background-color: @primary_color;}}}/*-------- media css start --------*/@media (max-width:1650px){.ff_about_wrapper .ff_about_img{right:50px;}.ff_banner_wrapper .ff_slider_box1 .ff_banner_text h1,.ff_banner_wrapper .ff_slider_box2 .ff_banner_text h1{font-size: 120px;}.ff_error_wrapper .ff_error_box .ff_error_data p{width:70%;}.ff_video_wrapper .ff_video_box{width:33.3%;}}@media (max-width:1200px){.ff_about_wrapper{padding:80px 0px 40px 0px;}.ff_about_wrapper .ff_about_img{}.ff_about_wrapper .ff_about_content .ff_about_text{padding-right:0px;}.ff_video_wrapper .ff_video_box{width:50%;}.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(1){left: 0;}.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(3){left: 0;}.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(4){right: 0;}.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(6){right: 0;}.ff_error_wrapper .ff_error_box .ff_error_data p{width:100%;}.ff_offer_wrapper .ff_offer_text{padding:50px 0px;}.ff_bg1_wrapper .ff_offer_text{padding:50px 0px;}}@media (min-width:1200px){.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li{margin-left: 21px;}}@media (min-width:992px){.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li i{margin-left: 4px;}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu{font-weight:500;list-style: none;padding: 0;margin: 0; margin-left: 0px;.position_absolute(100%,0,auto,auto);background: @main_color;width: 310px;opacity: 0;visibility: hidden;.transform_translate(0,-10px);.transition(0.3s);}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li:hover > ul.sub-menu{opacity: 1;visibility: visible;.transform_translate(0,1px);}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li{text-align: left;}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li > a{color: @secondary_color;display: inline-block;width: 100%;padding: 10px 20px;text-transform: none;border-bottom: 1px solid #424e59;border-right: 1px solid #424e59;border-left: 1px solid #424e59;}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li.active a,.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li:hover a{color:@primary_color;}}@media (min-width:992px) and (max-width:1200px){.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu{.position_absolute(100%,0,auto,auto);}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li{margin-left: 15px;}.ff_menu_wrapper .ff_menu_box .ff_search{margin-left: 20px;}.ff_menu_wrapper .ff_menu_overlay{width:70%;}.ff_about_text{p{padding: 5px; background-color:@primary_color; opacity: 0.7; color:white;}}}@media (max-width:992px){.ff_menu_wrapper .ff_menu_box .ff_menu .fa-menu{ display:none }.ff_banner_wrapper .ff_slider_box1 .ff_banner_text h1,.ff_banner_wrapper .ff_slider_box2 .ff_banner_text h1{font-size: 100px;}.ff_about_wrapper .ff_about_img{display:none;}.ff_offer_wrapper{.ff_offer_img{width: 30%; margin-top:0px; margin-bottom:-60px;}}.ff_header_wrapper{position: relative;}.ff_menu_wrapper .ff_menu_overlay{width:100%;}.ff_menu_wrapper .ff_menu_overlay:before{display: none;}.ff_header .ff_header_wrapper .ff_logo{text-align: center;position: initial;}.ff_header_box{display: none;}.ff_menu_wrapper .ff_menu_box{text-align: left;}.ff_menu_wrapper.menu_fixed{.position_fixed(0,auto,auto,0,100);width:100%;background: @primary_color;}.ff_header_wrapper:after{width: 100%;}.ff_menu_wrapper .ff_menu{.position_fixed(0,auto,auto,0,200); width: 320px; background: @dark_color; text-align: left; height: 100%; padding-top: 58px; .transform_translate(-100%,0); .transition(0.3s); overflow-x: hidden;}.ff_menu::-webkit-scrollbar{width: 5px;}.ff_menu::-webkit-scrollbar-thumb{background-color: @primary_color;}.ff_menu_wrapper .ff_menu.open_menu{.transform_translate(0,0);}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li{display: block;margin: 0;}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > a{padding: 14px 15px; width: 100%; border-bottom: 1px solid #424e59;}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu{display: none;padding: 0;margin: 0;list-style: none; background: #212831;}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li:first-child > a{border-top: 1px solid #424e59;}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > a:after{display:none;}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li.active > a,.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li:hover > a{color:@primary_color;}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li > a{color: @secondary_color; display: inline-block; width: 100%; padding: 10px 20px; text-transform: none; border-bottom: 1px solid #424e59;}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li.active > a,.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > ul.sub-menu > li:hover > a{color:@primary_color;}.ff_menu_wrapper .ff_menu_box .ff_menu > ul > li > a .dropdown-expander{float: right;display: block;}.ff_menu_wrapper .ff_menu_box .ff_toggle_btn{float: right;background: none; border: none; color: @secondary_color; font-size: 20px; margin: 10px 0px; display: inline-block;}.ff_menu_wrapper .ff_menu_box .ff_menu .ff_close_btn{background: none; border: none; color: @secondary_color; font-size: 20px; display: inline-block;.position_absolute(15px,15px,auto,auto);.transition(0.5s);}.ff_menu_wrapper .ff_menu_box .ff_menu .ff_close_btn:hover{.transform_rotate(180deg);}.ff_menu_wrapper .ff_menu_box .ff_search{margin-left: 0px;}.ff_video_wrapper .ff_video_box{width:50%;}.ff_service_wrapper .ff_service_content .ff_service_img{display:none;}.ff_service_wrapper .ff_service_content .ff_service_text ul,.ff_service_wrapper .ff_service_content .ff_service_text{position:inherit;}.ff_service_wrapper .ff_service_content .ff_service_text ul li{width:46%;display: inline-block;text-align: left !important;transform:none !important; margin-right: 20px;margin-bottom: 30px;}.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(1),.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(2),.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(3),.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(4),.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(5),.ff_service_wrapper .ff_service_content .ff_service_text ul li:nth-child(6){position:inherit;}.ff_service_wrapper .ff_service_content .ff_service_text ul li .h2 i{float:left;margin-right: 10px;}.ff_service_wrapper{padding:50px 0px;}.ff_counter_wrapper .ff_counter_overlay{top: 50%; left: 50%; opacity: 0.1; .transform_translate(-50%,-50%);}.ff_team_wrapper{text-align: center;}.ff_team_box{display: inline-block; width: auto;text-align:left;}.ff_footer_wrapper .widget-title{margin-top: 0px;}.ff_bread_wrapper .ff_bread_box h1{font-size:50px;}.ff_header{position:initial;}.ff_bread_wrapper{padding:80px 0px;}.ff_error_wrapper .ff_error_box .ff_error_data h1{font-size:260px;-webkit-text-stroke: 15px rgba(232, 63, 83, 0.4); -moz-text-stroke: 15px rgba(232, 63, 83, 0.4);}.ff_error_wrapper .ff_error_box .ff_error_data p{font-size:35px;padding:10px 0px;}.ff_cls_detail_wrapper .ff_cls_detail_trainer ul li{width:50%;border:none;margin-bottom:20px;}.ff_cls_detail_wrapper .ff_cls_detail_time .time_btn span{float:none;}.ff_cls_detail_wrapper .ff_cls_detail_time .time_btn a.ff_button{margin-right:10px;}.booking_form .ff_booking_form{width: auto;left: 20px;right: 20px;.transform_translate(0,0);}}@media (max-width:768px){.ff_banner_wrapper .ff_slider_box1 .ff_banner_text h1,.ff_banner_wrapper .ff_slider_box2 .ff_banner_text h1{font-size:80px;}.ff_about_wrapper .ff_about_heading h2{font-size:27px;}.ff_video_wrapper .ff_video_box{width:auto; float:none; margin-bottom: 20px; text-align: center;}.ff_service_wrapper .ff_service_content .ff_service_text ul li{width:100%;display: block;}.ff_history_wrapper{padding-bottom: 30px;overflow-x: hidden;}.ff_history_wrapper .ff_history_box{padding-top: 0;}.ff_history_wrapper .ff_history_box ul:before{display: none;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content{width: 100%;padding-left:150px;margin-bottom: 50px;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content:before{width: 50px;left: 100px;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_year{top:50%;left: 0;.transform(translate(0,-50%),rotate(44deg),skew(0),scale(1));}.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content{width: 100%;padding-right:150px;margin-bottom: 50px;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content:before{width: 50px;right: 100px;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_year{top:50%;right: 0;.transform(translate(0,-50%),rotate(44deg),skew(0),scale(1));}.ff_history_wrapper .ff_history_box ul li .ff_history_content .ff_history_year.year5{display: none;}.ff_pricing_wrapper .ff_pricing_box .ff_pricing_head:before,.ff_pricing_wrapper .ff_pricing_box .ff_pricing_head:after{bottom:-25%;height:85px;}.ff_error_wrapper{padding:100px 0px;}.ff_error_wrapper .ff_error_box .ff_error_data h1{font-size:170px;-webkit-text-stroke: 11px rgba(232, 63, 83, 0.4); -moz-text-stroke: 11px rgba(232, 63, 83, 0.4);}.ff_error_wrapper .ff_error_box .ff_error_data p{font-size:20px;padding:5px 0px;}.ff_cls_detail_wrapper .ff_cls_detail_heading .ff_cls_detail_text{position: initial;.transform_translate(0,0);margin-top: 20px;}}@media (max-width:576px){.ff_banner_wrapper .ff_slider_box1 .ff_banner_text h1,.ff_banner_wrapper .ff_slider_box2 .ff_banner_text h1{font-size: 45px;}.ff_video_wrapper{text-align:center;}.ff_video_wrapper .ff_video_box{width:auto;display:inline-block;float:none; margin-bottom: 20px;}.ff_video_wrapper .ff_video_text{text-align:left;}.ff_blog_all_items .ff_blog_item .ff_blog_single_text .ff_tags p,.ff_blog_all_items .ff_blog_item .ff_blog_single_text .ff_tags ul{float:none;}.ff_bread_wrapper .ff_bread_box h1{font-size:40px;}.ff_cls_detail_wrapper .ff_cls_detail_trainer ul li{width:100%;border:none;margin-bottom:20px;}}@media (max-width:480px){.ff_banner_wrapper .ff_slider_box1 .ff_banner_text h1,.ff_banner_wrapper .ff_slider_box2 .ff_banner_text h1{font-size: 35px;padding:200px 0px;}.ff_history_wrapper .ff_history_box{padding-top: 50px;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content{padding-left: 0px;margin-bottom: 100px;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_data{padding: 70px 20px 20px 20px;text-align: center;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content:before{display: none;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.right_content .ff_history_year{top:-50px;left: 50%;.transform(translate(-50%,0),rotate(44deg),skew(0),scale(1));z-index: 2;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content{padding-right: 0px;margin-bottom: 100px;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_data{padding: 70px 20px 20px 20px;text-align: center;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content:before{display: none;}.ff_history_wrapper .ff_history_box ul li .ff_history_content.left_content .ff_history_year{top:-50px;right: 50%;.transform(translate(50%,0),rotate(44deg),skew(0),scale(1));z-index: 2;}.ff_history_wrapper .ff_history_box ul li:last-child .ff_history_content{margin-bottom: 50px;}.ff_blog_all_items .ff_comments ul li .ff_comment_box .ff_comment_img{width: 100%;text-align: center;margin-bottom: 20px;}.ff_blog_all_items .ff_comments ul li .ff_comment_box .ff_comment_text{width:100%;}.ff_error_wrapper .ff_error_box .ff_error_data h1{font-size:120px;}.ff_error_wrapper .ff_error_box .ff_error_data p{font-size:19px;padding:0px 0px;letter-spacing: 2px;}.ff_blog_all_items .ff_blog_item .ff_blog_single_text h4{font-size:26px;}}/*Egyéb*/header{position: relative; background-color:@dark_color; width: 100%; overflow: hidden; height: 640px;}header h1{color:white; padding:15px}header p{color:white; font-size:20px; padding:15px}header video{position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 0; -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}header .container{position: relative; z-index: 2; width: 100%; padding:0;}/*header .overlay{position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: black; opacity: 0.3; z-index: 1;}*//*@media (pointer: coarse) and (hover: none){.header0{background: url('../../assets/img/headervideo.jpg') @dark_color no-repeat center center scroll;}.header1{background: url('../../assets/img/teszt.jpg') @dark_color no-repeat center center scroll;}.header2{background: url('../../assets/img/ref1.jpg') @dark_color no-repeat center center scroll;}header video{display: none;}}*/.header{height: 640px;}.header2{height: 300px;}.header h1{font-size: 30px; color:white; font-weight: 600; padding:20px; background-color: @dark_color; opacity: 0.7; filter: alpha(opacity=70);}.header .container{position: absolute; bottom: 0;}.header2 h1{font-size: 30px; color:white; padding: 15px; font-weight: 600; padding-bottom: 0px}.header_img{background: url('../../assets/img/header.jpg') @dark_color no-repeat center center scroll;}.header_img1{background: url('../../assets/img/header1.jpg') @dark_color no-repeat center center scroll;}.header_img2{background: url('../../assets/img/header2.jpg') @dark_color no-repeat center center scroll;}.header_img3{background: url('../../assets/img/header3.jpg') @dark_color no-repeat center center scroll;}.header_img4{background: url('../../assets/img/header4.jpg') @dark_color no-repeat center center scroll;}.header_img5{background: url('../../assets/img/header5.jpg') @dark_color no-repeat center center scroll;}.header_img6{background: url('../../assets/img/header6.jpg') @dark_color no-repeat center center scroll;}.header_img7{background: url('../../assets/img/header7.jpg') @dark_color no-repeat center center scroll;}.header_img8{background: url('../../assets/img/header8.jpg') @dark_color no-repeat center center scroll;} .header_img81 {background: url('../../assets/img/header81.jpg') @dark_color no-repeat center center scroll;} .header_img9{background: url('../../assets/img/header9.jpg') @dark_color no-repeat center center scroll;}.header_img10{background: url('../../assets/img/header10.jpg') @dark_color no-repeat center center scroll;}.header_img11{background: url('../../assets/img/header11.jpg') @dark_color no-repeat center center scroll;}.header_img12{background: url('../../assets/img/header12.jpg') @dark_color no-repeat center center scroll;}.header_img13{background: url('../../assets/img/header13.jpg')  @dark_color no-repeat center center scroll;} .header_img14 {background: url('../../assets/img/header14.jpg') @dark_color no-repeat center center scroll;} .header_img15 {background: url('../../assets/img/header15.jpg') @dark_color no-repeat center center scroll;} .header_img16 {background: url('../../assets/img/header16.jpg') @dark_color no-repeat center center scroll;} .header_img17 {background: url('../../assets/img/header17.jpg') @dark_color no-repeat center center scroll;} .header_img18 {background: url('../../assets/img/header18.jpg') @dark_color no-repeat center center scroll;} .header_img19 {background: url('../../assets/img/header19.jpg') @dark_color no-repeat center center scroll;} .header_img20 {background: url('../../assets/img/header20.jpg') @dark_color no-repeat center center scroll;} .header_img21 {background: url('../../assets/img/header21.jpg') @dark_color no-repeat center center scroll;} @media (max-width:992px){.header h1, .header2 h1{font-size: 25px; font-weight:700;}.header{height: 450px;}}@media (max-width:480px){.why2 img{margin-bottom:30px;}}.grecaptcha-badge{visibility: hidden;}.ui-widget{position: fixed;bottom: 0px;width: 100%; color:#181e26; z-index: 1000000}.ui-widget a{color:#181e26; font-size: 15px}.table-bordered td{border: 1px solid grey !important;}.table.table-hover tr:hover{background-color:@dark_color;}/* Forms */label.error{min-width: 270px; display: block; font-weight:normal; font-size:13px; line-height: 15px; text-align: center; background-color:#FF4C4C; padding: 2px 6px 4px 6px; margin-top:0px; color:white; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; cursor: default;}.ff_darkbox label.error{min-width: 0px;}.inputradio label.error{position:absolute;top:-21px;}.input_em{font-size:14px; line-height: 16px; font-style:italic; color:@secondary_color; margin-top: -16px; margin-bottom:18px;}.inputradio i{font-size:14px;}.inputcheckbox label.error{position:absolute;top:-21px;}.inputcheckbox2 label.error{min-width: 203px; position:absolute;top:-21px;}label{padding: 0px;}label:hover{cursor:pointer;}label span{padding-left: 10px;}.emailsend{background-color:#1c212a; padding:20px 20px 10px 5px;}.aprobetu{font-size:12px; line-height:15px; padding-bottom: 20px;font-weight:300}.aprobetu a{font-size:12px; color:@text_color; text-decoration:underline;}.aprobetu a:hover{color:@primary_color;}.aprobetu2{font-size:13px;line-height:16px;font-style:italic;font-weight:300}.aprobetu3{font-size:13px;line-height:16px;font-weight:300}img {-webkit-user-drag: none;-khtml-user-drag: none;-moz-user-drag: none;-o-user-drag: none;user-drag: none;pointer-events: none;}/* Checkbox */.icheckbox_square, .iradio_square{display:inline-block; *display:inline; vertical-align:middle; margin:0; padding:0; width:22px; height:22px; background-image:url(../../assets/img/blue_radiocheck.png); border:none;}.icheckbox_square{background-position: -96px 0; margin-bottom:2px}.icheckbox_square.hover{background-position: -24px 0;}.icheckbox_square.checked{background-position: -48px 0;}.icheckbox_square.disabled{background-position: -72px 0; cursor: default;}.icheckbox_square.checked.disabled{background-position: -96px 0;}.iradio_square{background-position: -216px 0;}/* -120 */.iradio_square.hover{background-position: -144px 0;}.iradio_square.checked{background-position: -168px 0;}.iradio_square.disabled{background-position: -192px 0; cursor: default;}.iradio_square.checked.disabled{background-position: -216px 0;}@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){.icheckbox_square, .iradio_square{background-image: url(../../assets/img/blue_radiocheck@2x.png); -webkit-background-size: 240px 24px; background-size: 240px 24px;}}/* YouTube API */.video-list-thumbs{margin-bottom: 0px}.video-list-thumbs img{margin: -10px 0px -42px 0px}.video-list-thumbs > li{margin-bottom:20px;}.video-list-thumbs > li:last-child{}.video-list-thumbs > li > a{display:block; position:relative; background-color: @dark_color; text-decoration: none; color:white; box-shadow: 0 14px 28px rgba(0,0,0,0.30), 0 10px 10px rgba(0,0,0,0.22); -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.30), 0 10px 10px rgba(0,0,0,0.22); -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.30), 0 10px 10px rgba(0,0,0,0.22);}.video-list-thumbs > li > a:hover{background-color: @primary_color; transition:all 500ms ease; text-decoration:none;}.video-list-thumbs h3{font-size: 14px; line-height: 18px; padding: 10px; font-weight: 400; text-align: center}.video-list-thumbs .fa-youtube{font-size: 60px; opacity: 0.7; position: absolute; right: 40.5%; top: 28%; color:black;}.video-list-thumbs > li > a:hover .fa-youtube{color:#ff0000; opacity:1; transition:all 500ms ease;}.vid{position: relative; padding-bottom: 50%; padding-top: 22px; height: 0; overflow: hidden; margin-bottom:20px;}.vid iframe, .vid object, .vid embed{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}@media (max-width:1200px){.video-list-thumbs .fa-youtube{right: 39%;top: 25%;}}@media (max-width:992px){.video-list-thumbs .fa-youtube{right: 40.5%;top: 29%;}}@media (max-width:800px){.video-list-thumbs .fa-youtube{right: 36%;top: 18%;}}@media (max-width:576px){.video-list-thumbs .fa-youtube{right: 42.5%;top: 32%;}.vid{padding-bottom: 52%;padding-top: 22px;}}@media (max-width: 480px){.video-list-thumbs .fa-youtube{right: 40%;top: 28%;}}/* COUNTDOWN */.countdown-divider{padding: 144px 0px;}.countdown-header{max-width: 500px; margin: 0 auto;}.countdown-divider img,{max-width: 300px; display: inline-block; margin-bottom: 12px;}.countdown-header h2{margin-bottom: 0px;}.countdown-header:before{opacity: 0.8 !important;}.countdown-header .uppercase{display: block; font-weight: 600; margin-bottom: 24px;}@media all and (max-width: 768px){.countdown-header img{max-width: 150px;}}.countdown{text-align: center; margin-top: 0px;}.countdown-row{color: #fff; font-size: 60px; font-weight: 600;}.countdown-section{width: 20%; display: inline-block;}.countdown-amount{display: inline-block; margin-bottom: 20px;}.countdown-period{display: block; font-size: 20px;}@media all and (max-width: 767px){.countdown{margin-top: 0px;}.countdown-row{font-size: 54px;}.countdown-period{font-size: 16px;}} .colordark1{color:#6b6b6b;font-weight:400;text-align:justify;margin-top:20px;margin-bottom:40px;font-size:14.5px;line-height:19px}.colordark2{color:#6b6b6b}.colordark3{color:@text_color;font-weight:400;text-align:justify;margin-top:10px;font-size:13.5px;line-height:18px}.colordark1 a{color:#3997d4;font-size:14.5px}.colordark1 a:hover{color:#6b6b6b}.colordark3 a{color:#3997d4;font-size:13.5px}.colordark3 a:hover{color:@text_color}