@charset "utf-8";

/*
 * Copyright (c) 2019 ITAcumens
 */

@import url(bootstrap.css);
@import url(font-awesome.min.css);
@import url(jquery.fancybox.css);
@import url(aos.css);
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

@font-face {
    font-family: 'eurostylenormal';
    src: url('../fonts/eurostyle-normal.woff2') format('woff2'), url('../fonts/eurostyle-normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('../fonts/HelveticaLTStd-ExtraComp.eot');
    src: url('../fonts/HelveticaLTStd-ExtraComp.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaLTStd-ExtraComp.woff2') format('woff2'), url('../fonts/HelveticaLTStd-ExtraComp.woff') format('woff'), url('../fonts/HelveticaLTStd-ExtraComp.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    overflow-x: hidden;
    font-family: 'eurostylenormal' !important;
    font-size: 18px;
    letter-spacing: 0.08em;
}

.preloader1 {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #ededed;
    /*background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 1) 50%, rgba(167, 167, 167, 1) 100%);*/
    /*background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 1) 50%, rgba(167, 167, 167, 1) 100%);*/
    /*background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 1) 50%, rgba(167, 167, 167, 1) 100%);*/
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a7a7a7', GradientType=1);*/
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-items: center;
}

textarea,
input {
    display: block;
    width: 420px;
    margin: 20px 0;
    padding: 5px 10px;
    font-weight: 500;
    color: #454545
}

textarea {
    height: 90px;
    resize: none;
}

button {
    background: #191919;
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 18px;
    margin: 15px 0 0;
    letter-spacing: 3px;
}

.preloader1 svg {
    width: 400px;
}

.mobile {
    display: none;
}

#bg .img {
    width: 410px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
}

#bg .img>img {
    width: 100%;
}

#bg .img span {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

#bg .img span img {
    width: 80px;
}

#bg p a,
#bg p {
    color: #454545;
}

#bg p a:hover,
#bg p a:focus {
    text-decoration: none;
}

#bg p {
    margin-top: 20px;
    letter-spacing: .5px;
    line-height: 20px;
}


/* new styles laky */

header {
    background: #191919;
    padding: 10px 0;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
}

header .col-lg-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .col-lg-12 a i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
}

.sticky .logo img {
    width: 90px;
}

.logo img {
    width: 140px;
}

#bg .col-md-8 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#bg ul {
    margin: 0 0 0px 0;
    text-align: right;
    width: 300px;
}

#bg ul li {
    padding-bottom: 5px;
    font-family: 'Helvetica LT Std';
    line-height: 39px;
    text-align: center;
    font-size: 22px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms linear;
}

body #bg {
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
}

#bg ul li {
    top: -15px;
}

#bg ul li:first-child {
    color: #dbdbdb;
    font-size: 52px;
}

#bg ul li:nth-child(2) {
    color: #b1afaf;
    font-size: 60px;
    transition-delay: 1000ms;
}

#bg ul li:nth-child(3) {
    color: #868585;
    font-size: 54px;
    transition-delay: 2000ms;
}

#bg ul li:nth-child(4) {
    color: #464545;
    font-size: 87px;
    padding: 15px 0 10px;
    transition-delay: 3000ms;
}

#bg ul li:nth-child(5) {
    color: #b1afaf;
    font-size: 35px;
    bottom: -15px;
    transition-delay: 4000ms;
}

#bg ul li:nth-child(6) {
    color: #dbdbdb;
    font-size: 60px;
    bottom: -15px;
    transition-delay: 5000ms;
}

#bg.ani ul li {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.sec {
    padding: 30px 0;
    height: auto;
    width: 100%;
}

.artist {
    min-height: 788px;
}

.artist .col-lg-5 p {
    padding-top: 20px;
}

.sec h1 {
    font-size: 120px;
    color: #000000;
    margin: 0px;
    padding: 20px 0 30px;
}

.sec h3 {
    text-transform: uppercase;
}

.sec .tabs-nav {
    display: flex;
    list-style-type: none;
    align-items: center;
    margin: -65px 0 30px;
}

.sec .tabs-nav li {
    cursor: pointer
}

.sec .tabs-nav a {
    color: #9d9d9d;
    font-size: 22px;
    text-decoration: none !important;
}

.sec .tabs-nav li:before {
    content: "|";
    padding: 0 8px;
    font-size: 22px;
    color: #9d9d9d;
}

.sec .tabs-nav li:first-child:before {
    display: none;
}

.sec .tabs-nav .current a {
    color: #010101;
}

.sec .tab-pane {
    width: 100%;
    background: white;
    display: none;
    transition: all 200ms linear;
}

#tab-1 img {
    width: 100%;
}

.sec .tab-pane.current {
    opacity: 1;
    visibility: visible;
}

.tab-pane ul.gal {
    list-style: none;
    width: 100%;
    position: relative;
}

.tab-pane ul.gal li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    cursor: pointer;
}

.tab-pane ul.gal li.blur {
    -webkit-filter: blur(1.8px);
}

.tab-pane .tabs-nav {
    border-left: 2px solid #707070;
    padding-left: 10px;
    flex-wrap: wrap;
}

.tab-pane .tabs-nav li a {
    font-size: 16px;
}


/* PANELIST */

.tab-pane ul.panelist li:first-child {
    width: 172px;
    height: 300px;
    left: 0;
    top: 0;
}

.tab-pane ul.panelist li:nth-child(2) {
    width: 160px;
    height: 150px;
    left: 176px;
    top: 0;
}

.tab-pane ul.panelist li:nth-child(3) {
    width: 160px;
    height: 150px;
    left: 340px;
    top: 0;
}

.tab-pane ul.panelist li:nth-child(4) {
    width: 150px;
    height: 250px;
    left: 504px;
    top: 0;
}

.tab-pane ul.panelist li:nth-child(5) {
    width: 160px;
    height: 145px;
    left: 176px;
    top: 155px;
}

.tab-pane ul.panelist li:nth-child(6) {
    width: 160px;
    height: 145px;
    left: 340px;
    top: 155px;
}

.tab-pane ul.panelist li:nth-child(7) {
    width: 252px;
    height: 180px;
    left: 0;
    top: 305px;
}

.tab-pane ul.panelist li:nth-child(8) {
    width: 242px;
    height: 180px;
    left: 257px;
    top: 305px;
}

.tab-pane ul.panelist li:nth-child(9) {
    width: 150px;
    height: 230px;
    left: 504px;
    top: 255px;
}


/* WORKSHOP */

.tab-pane ul.workshop li:first-child {
    width: 240px;
    height: 200px;
    left: 0;
    top: 0;
}

.tab-pane ul.workshop li:nth-child(2) {
    width: 240px;
    height: 220px;
    left: 244px;
    top: 0;
}

.tab-pane ul.workshop li:nth-child(3) {
    width: 166px;
    height: 130px;
    left: 488px;
    top: 0;
}

.tab-pane ul.workshop li:nth-child(4) {
    width: 76px;
    height: 86px;
    left: 488px;
    top: 134px;
}

.tab-pane ul.workshop li:nth-child(5) {
    width: 86px;
    height: 86px;
    left: 568px;
    top: 134px;
}

.tab-pane ul.workshop li:nth-child(6) {
    width: 160px;
    height: 115px;
    left: 0;
    top: 204px;
}

.tab-pane ul.workshop li:nth-child(7) {
    width: 76px;
    height: 55px;
    left: 164px;
    top: 204px;
}

.tab-pane ul.workshop li:nth-child(8) {
    width: 76px;
    height: 56px;
    left: 164px;
    top: 263px;
}

.tab-pane ul.workshop li:nth-child(9) {
    width: 170px;
    height: 95px;
    left: 244px;
    top: 224px;
}

.tab-pane ul.workshop li:nth-child(10) {
    width: 170px;
    height: 95px;
    left: 418px;
    top: 224px;
}

.tab-pane ul.workshop li:nth-child(11) {
    width: 62px;
    height: 95px;
    left: 592px;
    top: 224px;
}

.tab-pane ul.workshop li:nth-child(12) {
    width: 143px;
    height: 95px;
    left: 0;
    top: 323px;
}

.tab-pane ul.workshop li:nth-child(13) {
    width: 93px;
    height: 95px;
    left: 147px;
    top: 323px;
}

.tab-pane ul.workshop li:nth-child(14) {
    width: 170px;
    height: 95px;
    left: 244px;
    top: 323px;
}

.tab-pane ul.workshop li:nth-child(15) {
    width: 150px;
    height: 95px;
    left: 418px;
    top: 323px;
}

.tab-pane ul.workshop li:nth-child(16) {
    width: 82px;
    height: 95px;
    left: 572px;
    top: 323px;
}


/* ARTWORKS */

.tab-pane ul.artwork li:first-child {
    width: 110px;
    height: 110px;
    left: 0;
    top: 0;
}

.tab-pane ul.artwork li:nth-child(2) {
    width: 110px;
    height: 110px;
    left: 114px;
    top: 0;
}

.tab-pane ul.artwork li:nth-child(3) {
    width: 110px;
    height: 110px;
    left: 228px;
    top: 0;
}

.tab-pane ul.artwork li:nth-child(4) {
    width: 160px;
    height: 110px;
    left: 342px;
    top: 0;
}

.tab-pane ul.artwork li:nth-child(5) {
    width: 147px;
    height: 55px;
    left: 506px;
    top: 0;
}

.tab-pane ul.artwork li:nth-child(6) {
    width: 147px;
    height: 140px;
    left: 506px;
    top: 118px;
}

.tab-pane ul.artwork li:nth-child(7) {
    width: 75px;
    height: 55px;
    left: 506px;
    top: 59px;
}

.tab-pane ul.artwork li:nth-child(8) {
    width: 68px;
    height: 55px;
    left: 585px;
    top: 59px;
}

.tab-pane ul.artwork li:nth-child(9) {
    width: 66px;
    height: 94px;
    left: 335px;
    top: 114px;
}

.tab-pane ul.artwork li:nth-child(10) {
    width: 97px;
    height: 74px;
    left: 405px;
    top: 184px;
}

.tab-pane ul.artwork li:nth-child(11) {
    width: 97px;
    height: 66px;
    left: 405px;
    top: 114px;
}

.tab-pane ul.artwork li:nth-child(12) {
    width: 77px;
    height: 94px;
    left: 254px;
    top: 114px;
}

.tab-pane ul.artwork li:nth-child(13) {
    width: 73px;
    height: 40px;
    left: 243px;
    top: 268px;
}

.tab-pane ul.artwork li:nth-child(14) {
    width: 69px;
    height: 52px;
    left: 243px;
    top: 212px;
}

.tab-pane ul.artwork li:nth-child(15) {
    width: 123px;
    height: 94px;
    left: 0px;
    top: 114px;
}

.tab-pane ul.artwork li:nth-child(16) {
    width: 123px;
    height: 94px;
    left: 127px;
    top: 114px;
}

.tab-pane ul.artwork li:nth-child(17) {
    width: 123px;
    height: 184px;
    left: 0;
    top: 213px;
}

.tab-pane ul.artwork li:nth-child(18) {
    width: 112px;
    height: 186px;
    left: 127px;
    top: 212px;
}

.tab-pane ul.artwork li:nth-child(19) {
    width: 38px;
    height: 46px;
    left: 316px;
    top: 212px;
}

.tab-pane ul.artwork li:nth-child(20) {
    width: 43px;
    height: 46px;
    left: 358px;
    top: 212px;
}

.tab-pane ul.artwork li:nth-child(21) {
    width: 92px;
    height: 46px;
    left: 320px;
    top: 262px;
}

.tab-pane ul.artwork li:nth-child(22) {
    width: 83px;
    height: 86px;
    left: 243px;
    top: 312px;
}

.tab-pane ul.artwork li:nth-child(23) {
    width: 82px;
    height: 86px;
    left: 330px;
    top: 312px;
}

.tab-pane ul.artwork li:nth-child(24) {
    width: 237px;
    height: 136px;
    left: 416px;
    top: 262px;
}


/* PRODUCTS */

.tab-pane ul.product li:first-child {
    width: 420px;
    height: 220px;
    left: 0;
    top: 0;
}

.tab-pane ul.product li:nth-child(2) {
    width: 230px;
    height: 180px;
    left: 424px;
    top: 0;
}

.tab-pane ul.product li:nth-child(3) {
    width: 230px;
    height: 167px;
    left: 424px;
    top: 184px;
}

.tab-pane ul.product li:nth-child(4) {
    width: 230px;
    height: 127px;
    left: 0;
    top: 224px;
}

.tab-pane ul.product li:nth-child(5) {
    width: 186px;
    height: 127px;
    left: 234px;
    top: 224px;
}


/* CLINIC */

.tab-pane ul.clinic li:first-child {
    width: 217px;
    height: 120px;
    left: 0;
    top: 0;
}

.tab-pane ul.clinic li:nth-child(2) {
    width: 217px;
    height: 120px;
    left: 221px;
    top: 0;
}

.tab-pane ul.clinic li:nth-child(3) {
    width: 212px;
    height: 140px;
    left: 442px;
    top: 0;
}

.tab-pane ul.clinic li:nth-child(4) {
    width: 270px;
    height: 180px;
    left: 0;
    top: 124px;
}

.tab-pane ul.clinic li:nth-child(5) {
    width: 164px;
    height: 180px;
    left: 274px;
    top: 124px;
}

.tab-pane ul.clinic li:nth-child(6) {
    width: 212px;
    height: 130px;
    left: 442px;
    top: 144px;
}

.tab-pane ul.clinic li:nth-child(7) {
    width: 212px;
    height: 130px;
    left: 0;
    top: 308px;
}

.tab-pane ul.clinic li:nth-child(8) {
    width: 102px;
    height: 130px;
    left: 216px;
    top: 308px;
}

.tab-pane ul.clinic li:nth-child(9) {
    width: 116px;
    height: 130px;
    left: 322px;
    top: 308px;
}

.tab-pane ul.clinic li:nth-child(10) {
    width: 212px;
    height: 160px;
    left: 442px;
    top: 278px;
}


/* PUBLICART */

.tab-pane ul.public li:first-child {
    width: 85px;
    height: 65px;
    left: 0;
    top: 0;
}

.tab-pane ul.public li:nth-child(2) {
    width: 85px;
    height: 65px;
    left: 89px;
    top: 0;
}

.tab-pane ul.public li:nth-child(3) {
    width: 100px;
    height: 130px;
    left: 178px;
    top: 0;
}

.tab-pane ul.public li:nth-child(4) {
    width: 85px;
    height: 65px;
    left: 282px;
    top: 0;
}

.tab-pane ul.public li:nth-child(5) {
    width: 85px;
    height: 65px;
    left: 371px;
    top: 0;
}

.tab-pane ul.public li:nth-child(6) {
    width: 70px;
    height: 65px;
    left: 460px;
    top: 0;
}

.tab-pane ul.public li:nth-child(7) {
    width: 119px;
    height: 65px;
    left: 534px;
    top: 0;
}

.tab-pane ul.public li:nth-child(8) {
    width: 85px;
    height: 65px;
    left: 0;
    top: 69px;
}

.tab-pane ul.public li:nth-child(9) {
    width: 85px;
    height: 130px;
    left: 89px;
    top: 69px;
}

.tab-pane ul.public li:nth-child(10) {
    width: 100px;
    height: 65px;
    left: 178px;
    top: 134px;
}

.tab-pane ul.public li:nth-child(11) {
    width: 85px;
    height: 75px;
    left: 282px;
    top: 69px;
}

.tab-pane ul.public li:nth-child(12) {
    width: 95px;
    height: 75px;
    left: 371px;
    top: 69px;
}

.tab-pane ul.public li:nth-child(13) {
    width: 182px;
    height: 105px;
    left: 470px;
    top: 69px;
}

.tab-pane ul.public li:nth-child(14) {
    width: 85px;
    height: 60px;
    left: 0;
    top: 138px;
}

.tab-pane ul.public li:nth-child(15) {
    width: 100px;
    height: 60px;
    left: 282px;
    top: 148px;
}

.tab-pane ul.public li:nth-child(16) {
    width: 80px;
    height: 149px;
    left: 386px;
    top: 148px;
}

.tab-pane ul.public li:nth-child(17) {
    width: 120px;
    height: 70px;
    left: 470px;
    top: 178px;
}

.tab-pane ul.public li:nth-child(18) {
    width: 58px;
    height: 70px;
    left: 594px;
    top: 178px;
}

.tab-pane ul.public li:nth-child(19) {
    width: 57px;
    height: 100px;
    left: 0;
    top: 202px;
}

.tab-pane ul.public li:nth-child(20) {
    width: 113px;
    height: 100px;
    left: 61px;
    top: 202px;
}

.tab-pane ul.public li:nth-child(21) {
    width: 101px;
    height: 100px;
    left: 178px;
    top: 202px;
}

.tab-pane ul.public li:nth-child(22) {
    width: 100px;
    height: 60px;
    left: 282px;
    top: 212px;
}

.tab-pane ul.public li:nth-child(23) {
    width: 60px;
    height: 28px;
    left: 282px;
    top: 276px;
}

.tab-pane ul.public li:nth-child(24) {
    width: 36px;
    height: 21px;
    left: 346px;
    top: 276px;
}

.tab-pane ul.public li:nth-child(25) {
    width: 46px;
    height: 46px;
    left: 470px;
    top: 252px;
}

.tab-pane ul.public li:nth-child(26) {
    width: 132px;
    height: 67px;
    left: 520px;
    top: 252px;
}

.tab-pane ul.public li:nth-child(27) {
    width: 115px;
    height: 77px;
    left: 0;
    top: 306px;
}

.tab-pane ul.public li:nth-child(28) {
    width: 55px;
    height: 77px;
    left: 119px;
    top: 306px;
}

.tab-pane ul.public li:nth-child(29) {
    width: 100px;
    height: 77px;
    left: 178px;
    top: 306px;
}

.tab-pane ul.public li:nth-child(30) {
    width: 60px;
    height: 76px;
    left: 282px;
    top: 308px;
}

.tab-pane ul.public li:nth-child(31) {
    width: 105px;
    height: 85px;
    left: 346px;
    top: 301px;
}

.tab-pane ul.public li:nth-child(32) {
    width: 61px;
    height: 85px;
    left: 455px;
    top: 301px;
}

.tab-pane ul.public li:nth-child(33) {
    width: 131px;
    height: 63px;
    left: 520px;
    top: 323px;
}


/* RESTAURANT */

.tab-pane ul.restaurant li:first-child {
    width: 147px;
    height: 100px;
    left: 0;
    top: 0;
}

.tab-pane ul.restaurant li:nth-child(2) {
    width: 147px;
    height: 100px;
    left: 151px;
    top: 0;
}

.tab-pane ul.restaurant li:nth-child(3) {
    width: 147px;
    height: 100px;
    left: 302px;
    top: 0;
}

.tab-pane ul.restaurant li:nth-child(4) {
    width: 200px;
    height: 160px;
    left: 453px;
    top: 0;
}

.tab-pane ul.restaurant li:nth-child(5) {
    width: 124px;
    height: 160px;
    left: 0;
    top: 104px;
}

.tab-pane ul.restaurant li:nth-child(6) {
    width: 202px;
    height: 160px;
    left: 128px;
    top: 104px;
}

.tab-pane ul.restaurant li:nth-child(7) {
    width: 115px;
    height: 160px;
    left: 334px;
    top: 104px;
}

.tab-pane ul.restaurant li:nth-child(8) {
    width: 200px;
    height: 100px;
    left: 453px;
    top: 164px;
}

.tab-pane ul.restaurant li:nth-child(9) {
    width: 116px;
    height: 130px;
    left: 0;
    top: 268px;
}

.tab-pane ul.restaurant li:nth-child(10) {
    width: 162px;
    height: 130px;
    left: 120px;
    top: 268px;
}

.tab-pane ul.restaurant li:nth-child(11) {
    width: 182px;
    height: 130px;
    left: 286px;
    top: 268px;
}

.tab-pane ul.restaurant li:nth-child(12) {
    width: 181px;
    height: 130px;
    left: 472px;
    top: 268px;
}


/* OFFICE */

.tab-pane ul.office li:first-child {
    width: 147px;
    height: 160px;
    left: 0;
    top: 0;
}

.tab-pane ul.office li:nth-child(2) {
    width: 147px;
    height: 100px;
    left: 151px;
    top: 0;
}

.tab-pane ul.office li:nth-child(3) {
    width: 107px;
    height: 100px;
    left: 302px;
    top: 0;
}

.tab-pane ul.office li:nth-child(4) {
    width: 120px;
    height: 160px;
    left: 413px;
    top: 0;
}

.tab-pane ul.office li:nth-child(5) {
    width: 117px;
    height: 160px;
    left: 537px;
    top: 0;
}

.tab-pane ul.office li:nth-child(6) {
    width: 147px;
    height: 160px;
    left: 0;
    top: 164px;
}

.tab-pane ul.office li:nth-child(7) {
    width: 135px;
    height: 100px;
    left: 151px;
    top: 104px;
}

.tab-pane ul.office li:nth-child(8) {
    width: 119px;
    height: 100px;
    left: 290px;
    top: 104px;
}

.tab-pane ul.office li:nth-child(9) {
    width: 116px;
    height: 115px;
    left: 151px;
    top: 208px;
}

.tab-pane ul.office li:nth-child(10) {
    width: 138px;
    height: 114px;
    left: 271px;
    top: 208px;
}

.tab-pane ul.office li:nth-child(11) {
    width: 241px;
    height: 157px;
    left: 413px;
    top: 164px;
}

.tab-pane ul.office li:nth-child(12) {
    width: 137px;
    height: 100px;
    left: 0;
    top: 326px;
}

.tab-pane ul.office li:nth-child(13) {
    width: 137px;
    height: 100px;
    left: 141px;
    top: 326px;
}

.tab-pane ul.office li:nth-child(14) {
    width: 137px;
    height: 100px;
    left: 282px;
    top: 326px;
}

.tab-pane ul.office li:nth-child(15) {
    width: 137px;
    height: 100px;
    left: 423px;
    top: 326px;
}

.tab-pane ul.office li:nth-child(16) {
    width: 90px;
    height: 100px;
    left: 564px;
    top: 326px;
}


/* Gallery */

.tab-pane ul.gallery li:first-child {
    width: 140px;
    height: 90px;
    left: 0;
    top: 0;
}

.tab-pane ul.gallery li:nth-child(2) {
    width: 82px;
    height: 98px;
    left: 144px;
    top: 0;
}

.tab-pane ul.gallery li:nth-child(3) {
    width: 74px;
    height: 98px;
    left: 230px;
    top: 0;
}

.tab-pane ul.gallery li:nth-child(4) {
    width: 113px;
    height: 85px;
    left: 308px;
    top: 0px;
}

.tab-pane ul.gallery li:nth-child(5) {
    width: 112px;
    height: 85px;
    left: 425px;
    top: 0px;
}

.tab-pane ul.gallery li:nth-child(6) {
    width: 112px;
    height: 85px;
    left: 541px;
    top: 0px;
}

.tab-pane ul.gallery li:nth-child(7) {
    width: 140px;
    height: 75px;
    left: 0;
    top: 94px;
}

.tab-pane ul.gallery li:nth-child(8) {
    width: 160px;
    height: 85px;
    left: 144px;
    top: 102px;
}

.tab-pane ul.gallery li:nth-child(9) {
    width: 109px;
    height: 77px;
    left: 308px;
    top: 89px;
}

.tab-pane ul.gallery li:nth-child(10) {
    width: 110px;
    height: 77px;
    left: 421px;
    top: 89px;
}

.tab-pane ul.gallery li:nth-child(11) {
    width: 118px;
    height: 77px;
    top: 89px;
    left: 535px;
}

.tab-pane ul.gallery li:nth-child(12) {
    width: 140px;
    height: 65px;
    left: 0;
    top: 173px;
}

.tab-pane ul.gallery li:nth-child(13) {
    width: 160px;
    height: 77px;
    left: 144px;
    top: 191px;
}

.tab-pane ul.gallery li:nth-child(14) {
    width: 150px;
    height: 99px;
    left: 308px;
    top: 170px;
}

.tab-pane ul.gallery li:nth-child(15) {
    width: 90px;
    height: 99px;
    left: 462px;
    top: 170px;
}

.tab-pane ul.gallery li:nth-child(16) {
    width: 97px;
    height: 99px;
    left: 556px;
    top: 170px;
}

.tab-pane ul.gallery li:nth-child(17) {
    width: 140px;
    height: 88px;
    left: 0;
    top: 242px;
}

.tab-pane ul.gallery li:nth-child(18) {
    width: 63px;
    height: 58px;
    left: 144px;
    top: 272px;
}

.tab-pane ul.gallery li:nth-child(19) {
    width: 113px;
    height: 95px;
    left: 211px;
    top: 272px;
}

.tab-pane ul.gallery li:nth-child(20) {
    width: 93px;
    height: 155px;
    left: 328px;
    top: 273px;
}

.tab-pane ul.gallery li:nth-child(21) {
    width: 153px;
    height: 155px;
    left: 425px;
    top: 273px;
}

.tab-pane ul.gallery li:nth-child(22) {
    width: 71px;
    height: 155px;
    left: 582px;
    top: 273px;
}

.tab-pane ul.gallery li:nth-child(23) {
    width: 207px;
    height: 95px;
    left: 0;
    top: 334px;
}

.tab-pane ul.gallery li:nth-child(24) {
    width: 113px;
    height: 57px;
    left: 211px;
    top: 371px;
}


/* IT PARK */

.tab-pane ul.it li:first-child {
    width: 150px;
    height: 110px;
    left: 0;
    top: 0;
}

.tab-pane ul.it li:nth-child(2) {
    width: 130px;
    height: 55px;
    left: 154px;
    top: 0;
}

.tab-pane ul.it li:nth-child(3) {
    width: 130px;
    height: 55px;
    left: 288px;
    top: 0;
}

.tab-pane ul.it li:nth-child(4) {
    width: 115px;
    height: 80px;
    left: 422px;
    top: 0;
}

.tab-pane ul.it li:nth-child(5) {
    width: 112px;
    height: 80px;
    left: 541px;
    top: 0;
}

.tab-pane ul.it li:nth-child(6) {
    width: 107px;
    height: 80px;
    left: 0;
    top: 114px;
}

.tab-pane ul.it li:nth-child(7) {
    width: 107px;
    height: 80px;
    left: 111px;
    top: 114px;
}

.tab-pane ul.it li:nth-child(8) {
    width: 47px;
    height: 90px;
    left: 222px;
    top: 114px;
}

.tab-pane ul.it li:nth-child(9) {
    width: 116px;
    height: 51px;
    left: 154px;
    top: 59px;
}

.tab-pane ul.it li:nth-child(10) {
    width: 144px;
    height: 100px;
    left: 274px;
    top: 59px;
}

.tab-pane ul.it li:nth-child(11) {
    width: 115px;
    height: 76px;
    left: 422px;
    top: 84px;
}

.tab-pane ul.it li:nth-child(12) {
    width: 112px;
    height: 76px;
    left: 541px;
    top: 84px;
}

.tab-pane ul.it li:nth-child(13) {
    width: 97px;
    height: 60px;
    left: 0;
    top: 198px;
}

.tab-pane ul.it li:nth-child(14) {
    width: 117px;
    height: 60px;
    left: 101px;
    top: 198px;
}

.tab-pane ul.it li:nth-child(15) {
    width: 47px;
    height: 50px;
    left: 222px;
    top: 208px;
}

.tab-pane ul.it li:nth-child(16) {
    width: 110px;
    height: 70px;
    left: 273px;
    top: 163px;
}

.tab-pane ul.it li:nth-child(17) {
    width: 105px;
    height: 70px;
    left: 387px;
    top: 163px;
}

.tab-pane ul.it li:nth-child(18) {
    width: 60px;
    height: 70px;
    left: 496px;
    top: 163px;
}

.tab-pane ul.it li:nth-child(19) {
    width: 93px;
    height: 70px;
    left: 560px;
    top: 163px;
}

.tab-pane ul.it li:nth-child(20) {
    width: 90px;
    height: 60px;
    left: 0;
    top: 262px;
}

.tab-pane ul.it li:nth-child(21) {
    width: 90px;
    height: 60px;
    left: 94px;
    top: 262px;
}

.tab-pane ul.it li:nth-child(22) {
    width: 100px;
    height: 70px;
    left: 0;
    top: 326px;
}

.tab-pane ul.it li:nth-child(23) {
    width: 90px;
    height: 70px;
    left: 104px;
    top: 326px;
}

.tab-pane ul.it li:nth-child(24) {
    width: 81px;
    height: 60px;
    left: 188px;
    top: 262px;
}

.tab-pane ul.it li:nth-child(25) {
    width: 71px;
    height: 70px;
    left: 198px;
    top: 326px;
}

.tab-pane ul.it li:nth-child(26) {
    width: 109px;
    height: 72px;
    left: 273px;
    top: 325px;
}

.tab-pane ul.it li:nth-child(27) {
    width: 110px;
    height: 84px;
    left: 273px;
    top: 237px;
}

.tab-pane ul.it li:nth-child(28) {
    width: 130px;
    height: 160px;
    left: 387px;
    top: 237px;
}

.tab-pane ul.it li:nth-child(29) {
    width: 132px;
    height: 160px;
    left: 521px;
    top: 237px;
}


/* SKY */

.tab-pane ul.sky li:first-child {
    width: 310px;
    height: 180px;
    left: 0;
    top: 0;
}

.tab-pane ul.sky li:nth-child(2) {
    width: 183px;
    height: 180px;
    left: 314px;
    top: 0;
}

.tab-pane ul.sky li:nth-child(3) {
    width: 152px;
    height: 180px;
    left: 501px;
    top: 0;
}

.tab-pane ul.sky li:nth-child(4) {
    width: 310px;
    height: 180px;
    left: 0;
    top: 184px;
}

.tab-pane ul.sky li:nth-child(5) {
    width: 339px;
    height: 180px;
    left: 314px;
    top: 184px;
}


/* CLUBHOUSE */

.tab-pane ul.club li:first-child {
    width: 160px;
    height: 100px;
    left: 0;
    top: 0;
}

.tab-pane ul.club li:nth-child(2) {
    width: 160px;
    height: 100px;
    left: 164px;
    top: 0;
}

.tab-pane ul.club li:nth-child(3) {
    width: 160px;
    height: 100px;
    left: 328px;
    top: 0;
}

.tab-pane ul.club li:nth-child(4) {
    width: 160px;
    height: 130px;
    left: 492px;
    top: 0;
}

.tab-pane ul.club li:nth-child(5) {
    width: 110px;
    height: 130px;
    left: 0;
    top: 104px;
}

.tab-pane ul.club li:nth-child(6) {
    width: 240px;
    height: 130px;
    left: 114px;
    top: 104px;
}

.tab-pane ul.club li:nth-child(7) {
    width: 130px;
    height: 130px;
    left: 358px;
    top: 104px;
}

.tab-pane ul.club li:nth-child(8) {
    width: 160px;
    height: 100px;
    left: 492px;
    top: 134px;
}

.tab-pane ul.club li:nth-child(9) {
    width: 185px;
    height: 140px;
    left: 0;
    top: 238px;
}

.tab-pane ul.club li:nth-child(10) {
    width: 145px;
    height: 140px;
    left: 189px;
    top: 238px;
}

.tab-pane ul.club li:nth-child(11) {
    width: 185px;
    height: 140px;
    left: 339px;
    top: 238px;
}

.tab-pane ul.club li:nth-child(12) {
    width: 124px;
    height: 140px;
    left: 528px;
    top: 238px;
}


/* GYM */

.tab-pane ul.gym li:first-child {
    width: 160px;
    height: 140px;
    left: 0;
    top: 0;
}

.tab-pane ul.gym li:nth-child(2) {
    width: 150px;
    height: 90px;
    left: 164px;
    top: 0;
}

.tab-pane ul.gym li:nth-child(3) {
    width: 100px;
    height: 90px;
    left: 318px;
    top: 0;
}

.tab-pane ul.gym li:nth-child(4) {
    width: 110px;
    height: 120px;
    left: 422px;
    top: 0;
}

.tab-pane ul.gym li:nth-child(5) {
    width: 111px;
    height: 120px;
    left: 536px;
    top: 0;
}

.tab-pane ul.gym li:nth-child(6) {
    width: 160px;
    height: 130px;
    left: 0;
    top: 144px;
}

.tab-pane ul.gym li:nth-child(7) {
    width: 125px;
    height: 80px;
    left: 164px;
    top: 94px;
}

.tab-pane ul.gym li:nth-child(8) {
    width: 124px;
    height: 80px;
    left: 294px;
    top: 94px;
}

.tab-pane ul.gym li:nth-child(9) {
    width: 125px;
    height: 96px;
    left: 164px;
    top: 178px;
}

.tab-pane ul.gym li:nth-child(10) {
    width: 124px;
    height: 96px;
    left: 294px;
    top: 178px;
}

.tab-pane ul.gym li:nth-child(11) {
    width: 225px;
    height: 150px;
    left: 422px;
    top: 124px;
}

.tab-pane ul.gym li:nth-child(12) {
    width: 135px;
    height: 115px;
    left: 0;
    top: 278px;
}

.tab-pane ul.gym li:nth-child(13) {
    width: 125px;
    height: 115px;
    left: 139px;
    top: 278px;
}

.tab-pane ul.gym li:nth-child(14) {
    width: 135px;
    height: 115px;
    left: 268px;
    top: 278px;
}

.tab-pane ul.gym li:nth-child(15) {
    width: 124px;
    height: 115px;
    left: 407px;
    top: 278px;
}

.tab-pane ul.gym li:nth-child(16) {
    width: 112px;
    height: 115px;
    left: 535px;
    top: 278px;
}


/* AUDITORIUM */

.tab-pane ul.audit li:first-child {
    width: 220px;
    height: 120px;
    left: 0;
    top: 0;
}

.tab-pane ul.audit li:nth-child(2) {
    width: 220px;
    height: 120px;
    left: 224px;
    top: 0;
}

.tab-pane ul.audit li:nth-child(3) {
    width: 205px;
    height: 140px;
    left: 448px;
    top: 0;
}

.tab-pane ul.audit li:nth-child(4) {
    width: 444px;
    height: 180px;
    left: 0;
    top: 124px;
}

.tab-pane ul.audit li:nth-child(5) {
    width: 205px;
    height: 120px;
    left: 448px;
    top: 144px;
}

.tab-pane ul.audit li:nth-child(6) {
    width: 170px;
    height: 100px;
    left: 0;
    top: 308px;
}

.tab-pane ul.audit li:nth-child(7) {
    width: 105px;
    height: 100px;
    left: 174px;
    top: 308px;
}

.tab-pane ul.audit li:nth-child(8) {
    width: 161px;
    height: 100px;
    left: 283px;
    top: 308px;
}

.tab-pane ul.audit li:nth-child(9) {
    width: 204px;
    height: 140px;
    left: 448px;
    top: 268px;
}


/* installation */

.tab-pane ul.inst li:first-child {
    width: 230px;
    height: 300px;
    left: 0;
    top: 0;
}

.tab-pane ul.inst li:nth-child(2) {
    width: 230px;
    height: 300px;
    left: 234px;
    top: 0;
}

.tab-pane ul.inst li:nth-child(3) {
    width: 185px;
    height: 150px;
    left: 468px;
    top: 0;
}

.tab-pane ul.inst li:nth-child(4) {
    width: 185px;
    height: 146px;
    left: 468px;
    top: 154px;
}

.sec .tab-pane .item {
    background-repeat: no-repeat;
    background-position: center;
}

.sec .tab-pane .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.sec .tab-pane .tabs-nav {
    margin: -30px 0 20px 190px;
}

.sec .tab-pane .tab-pane {
    top: 0;
}

.sec .tab-pane .tabs-nav li a {
    font-size: 14px;
}

.sec p a {
    color: #333;
}

.list-1 {
    margin: 10px 0px 10px 0;
}

.list-1 li {
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    padding-bottom: 12px;
}

.list-1 li:before {
    content: '\f111';
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: fontawesome;
    font-size: 7px;
    color: #000;
}

.men-sec img {
    width: 100%;
}

.btn_tx {
    padding: 30px 15px 50px 15px;
}

.btn_tx button.btn {
    padding: 1px 13px 0px;
    border-radius: 0px;
    margin: 0px 5px;
    background: transparent;
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 18px;
}

.btn_tx button.btn:focus,
.btn_tx button.btn:hover {
    color: #FFF;
    outline: none;
    box-shadow: none;
    background-color: #000;
}

.btn_tx button.btn.active {
    color: #FFF;
    background-color: #000;
}

.gallery-sec {
    padding: 50px 0px;
}

.gallery-sec h1 {
    font-size: 110px;
    color: #000000;
    margin: 0px;
    padding-top: 0px;
    letter-spacing: 8px;
}

.gallery-sec .col-md-4 {
    padding: 0px;
}

.gallery-sec .col-md-4 img {
    width: 100%;
}

.contact {
    position: relative;
    margin: 0 auto 0px;
    /* height: 460px; */
    padding: 30px 0;
}

.cont-sec {
    /* position: absolute; */
    top: 0;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}


/* .cont-sec:after {
    content: "";
    position: absolute;
    right: -180px;
    width: 100%;
    top: 0;
    height: auto;
    bottom: 0px;
    background: -moz-linear-gradient(89deg, rgba(12, 12, 12, 0) 20%, rgb(255, 255, 255) 50%);
    background: -webkit-linear-gradient(89deg, rgba(12, 12, 12, 0) 20%, rgb(255, 255, 255) 50%);
    background: linear-gradient(89deg, rgba(12, 12, 12, 0) 20%, rgb(255, 255, 255) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
} */

.txt-right {
    position: relative;
    color: #fff;
    z-index: 10;
    margin-left: 75px;
}

.txt-right h3 {
    font-size: 36px;
    color: #000000;
}

.txt-right p,
.txt-right a {
    text-decoration: none;
    color: #000000;
    font-size: 24px;
    line-height: 30px;
}

.gray_bg {
    background: #000000;
    padding: 15px 0;
}

.gray_bg a {
    color: white;
    font-size: 20px;
    margin: 0 10px 0px -5px;
}

.sec p {
    line-height: 20px;
    margin: 0 0 20px;
}

.sec b {
    letter-spacing: 0.1em;
}

.pdlf-0 {
    padding-left: 0px;
}

.film img {
    width: 100%;
}

.sec .media {
    display: flex;
    justify-content: space-between;
}

.sec .media li {
    margin: 0 10px;
    list-style: none;
}

.sec .media li img {
    width: 100%;
}

.sec .media li .img {
    display: block;
    margin: 0 auto;
}


/* NEW STYLE */

.preloader1 {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.preloader1 p a {
    border: 2px solid black;
    color: black;
    padding: 10px 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.preloader1 svg {
    display: block;
    margin: 0 auto;
    position: relative;
    left: -20px;
    width: 250px;
}

.preloader1 svg g {
    animation: move2 5s cubic-bezier(.36, .07, .19, .97) infinite both;
    animation-delay: 3s;
    transition: all 500ms linear;
}

.preloader1 .st0 {
    fill: url(#SVGID_1_);
    animation: move 0.6s cubic-bezier(.36, .07, .19, .97) both;
}

.preloader1 .st1 {
    fill: url(#SVGID_2_);
    animation: move 0.65s cubic-bezier(.36, .07, .19, .97) both;
}

.preloader1 .st2 {
    fill: url(#SVGID_3_);
    animation: move 0.6s cubic-bezier(.36, .07, .19, .97) both;
}

.preloader1 .st3 {
    fill: url(#SVGID_4_);
    animation: move1 0.6s cubic-bezier(.36, .07, .19, .97) both;
}

.preloader1 .st4 {
    fill: url(#SVGID_5_);
    animation: move1 0.6s cubic-bezier(.36, .07, .19, .97) both;
}

.preloader1 .st5 {
    fill: #868788;
    animation: opacity 2s cubic-bezier(.36, .07, .19, .97) both;
    animation-delay: 0.5s;
}

.preloader1 .st6 {
    fill: url(#SVGID_6_);
    animation: move1 0.6s cubic-bezier(.36, .07, .19, .97) both;
}

.preloader1 .st7 {
    fill: #868788;
    animation: opacity 2s cubic-bezier(.36, .07, .19, .97) both;
    animation-delay: 1s;
}

.preloader1 .st8 {
    animation: opacity 2s cubic-bezier(.36, .07, .19, .97) both;
    animation-delay: 2s;
}

@keyframes move {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes move2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes move1 {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.cont-sec p {
    margin: 0;
}

.cont-sec p a i {
    font-size: 30px;
    color: grey;
}

.cont-sec h6 {
    color: #000000;
    font-size: 27px;
    padding-top: 11px;
}

/*Academy Section*/

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.swing:hover
{
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}
/*End Academy Section*/

@keyframes scale {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.accordion_head {
    background: rgb(177, 175, 175);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(177, 175, 175, 1) 0%, rgba(177, 175, 175, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(177, 175, 175, 1) 0%, rgba(177, 175, 175, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(177, 175, 175, 1) 0%, rgba(177, 175, 175, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b1afaf', endColorstr='#b1afaf', GradientType=0);
    /* IE6-9 */
    color: #010101;
    font-size: 26px;
    margin: 0 0 1px;
    padding: 15px 20px;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
}

.accordion_head p {
    margin: 0;
}

form {
    padding-bottom: 25px;
}

form img {
    width: 400px;
    display: block;
    position: relative;
    left: -4px;
}

form h2 {
    color: #000000;
    font-weight: 600;
    font-size: 36px;
}

.youtube {
    display: none;
    margin: 40px 0;
}

@media(min-width:1200px) {
    .sec .media li .img {
        width: 140px;
    }
    .sec .tabs-nav li.no-bef:before {
        display: none;
    }
    .gray_bg .text-center {
        text-align: left;
        padding-left: 0;
    }
}

@media(min-width:1000px) and (max-width:1199px) {
    .sec .tabs-nav {
        margin: 30px 0 20px;
    }
    #bg ul li:first-child {
        font-size: 44px;
    }
    #bg ul li:nth-child(2) {
        font-size: 52px;
    }
    #bg ul li:nth-child(3) {
        font-size: 46px;
    }
    #bg ul li:nth-child(4) {
        font-size: 74px;
    }
    #bg ul li:nth-child(5) {
        font-size: 28px;
    }
    #bg ul li:nth-child(6) {
        font-size: 49px;
    }
    /* SPEAKER */
    .sec.speaker {
        height: 1330px;
    }
    .artist {
        height: 958px;
    }
    .sec .tab-pane .tabs-nav {
        width: 465px;
    }
}

@media (max-width:999px) {
    .sec .tabs-nav {
        margin: 15px 0 25px;
    }
    .sec .tab-pane .tabs-nav {
        margin: 15px 0;
    }
}

@media(min-width:768px) and (max-width:999px) {
    .menu_sec ul{
        padding-left: 480px;
    }
    .academy_sec img{
        width: 50%;
    }
    
    #bg .col-md-8,
    body #bg {
        height: 520px;
    }
    /* SPEAKER */
    .sec.speaker {
        height: 1210px;
    }
    .artist {
        height: 958px;
    }
    #bg .img span {
        left: 60px;
        margin: 0;
    }
}

@media(max-width:767px) {
    
    .swng_img{
        width: 50%;
    }
    
    #bg .col-md-8,
    body #bg {
        height: 480px;
    }
    #bg ul li {
        line-height: 27px;
    }
    #bg ul li:first-child {
        font-size: 36px;
    }
    #bg ul li:nth-child(2) {
        font-size: 42px;
    }
    #bg ul li:nth-child(3) {
        font-size: 38px;
    }
    #bg ul li:nth-child(4) {
        font-size: 64px;
        padding: 10px 0 10px
    }
    #bg ul li:nth-child(5) {
        font-size: 25px;
    }
    #bg ul li:nth-child(6) {
        font-size: 46px;
    }
    .sec {
        padding: 30px 0;
    }
    .sec h1 {
        font-size: 70px;
        padding-bottom: 0px;
    }
    .sec .tabs-nav {
        justify-content: flex-start;
        margin-bottom: 5px;
    }
    .tab-pane ul.gal {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
        -ms-box-orient: horizontal;
    }
    .tab-pane ul.gal li {
        position: relative;
        margin: 3px;
        left: 0 !important;
        top: 0 !important;
        width: 144px !important;
        height: 144px !important;
    }
    #tab-1 img {
        width: 97%;
        margin: 0 auto;
        display: block;
    }
    .contact {
        height: auto;
        /* padding-bottom: 45px; */
    }
    .cont-sec {
        position: relative;
    }
    #bg .img span {
        left: 40px;
        margin: 0;
    }
    textarea,
    input {
        width: 100%;
    }
    .txt-right {
        margin-left: 0;
    }
    #bg .container {
        width: 100%;
    }
    #bg .img {
        display: none;
    }
    .youtube {
        display: block;
    }
}

@media(max-width:639px) {
    #bg .col-md-8,
    body #bg {
        height: 370px;
    }
    #bg ul {
        width: 100%;
        margin-top: 90px;
    }
    #bg ul li {
        text-align: left;
    }
    #bg ul li:first-child {
        font-size: 24px;
    }
    #bg ul li:nth-child(2) {
        font-size: 32px;
    }
    #bg ul li:nth-child(3) {
        font-size: 32px;
    }
    #bg ul li:nth-child(4) {
        font-size: 53px;
    }
    #bg ul li:nth-child(5) {
        font-size: 20px;
    }
    #bg ul li:nth-child(6) {
        font-size: 26px;
        top: -10px;
    }
}

@media(min-width:480px) and (max-width:639px) {
    .tab-pane ul.gal li {
        width: 114px !important;
        height: 114px !important;
    }
}

@media (min-width: 480px) and (max-width: 520px){
    .academy_sec img{
        width: 40%;
    }
    
    .menu_sec ul{
        padding-left: 250px;
    }
}

@media (min-width: 521px) and (max-width: 767px){
    .academy_sec img{
        width: 35%;
    }
    
    .menu_sec ul{
        padding-left: 400px;
    }
}

@media(max-width:479px) {
    .menu_sec ul{
        padding-left: 100px;
    }
    
    .academy_sec img{
        width: 60%;
    }
    .tab-pane ul.gal li {
        width: 88px !important;
        height: 88px !important;
        margin: 2px !important;
    }
    #bg ul li {
        line-height: 20px !important;
    }
    #bg ul li:first-child {
        font-size: 20px;
    }
    #bg ul li:nth-child(2) {
        font-size: 24px;
    }
    #bg ul li:nth-child(3) {
        font-size: 22px;
    }
    #bg ul li:nth-child(4) {
        font-size: 39px;
        left: 0;
    }
    #bg ul li:nth-child(5) {
        font-size: 14px;
    }
    #bg .img span img {
        width: 20px;
    }
    #bg .img span {
        left: 0;
        margin: auto 0;
        width: 20px;
        height: 20px;
    }
    #bg .img {
        width: 340px;
        margin-top: 60px;
    }
}



.menu_sec ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0px;
}

.menu_sec ul li{
    list-style-type: none;
    padding: 0px 15px;
}

.menu_sec ul li a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}