/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}
ul{
    margin: 0;
    padding:0;
    list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    outline: none;
     cursor: pointer;
}

a:hover{
    color: #fff;
    outline: none;
    text-decoration: none;

}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

li {
    list-style: none
}


/* =============================================================================
   My CSS
   ========================================================================== */


/* ---- reset ---- */

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg'), url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.svg#GothamMedium') format('svg');
    font-weight: 500;
    font-style: normal;
} 
@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamLight.woff2') format('woff2'),
        url('../fonts/GothamLight.woff') format('woff'),
        url('../fonts/GothamLight.ttf') format('truetype'),
        url('../fonts/GothamLight.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GothamUltra';
    src: url('../fonts/GothamUltra.eot');
    src: url('../fonts/GothamUltra.eot') format('embedded-opentype'),
         url('../fonts/GothamUltra.woff2') format('woff2'),
         url('../fonts/GothamUltra.woff') format('woff'),
         url('../fonts/GothamUltra.ttf') format('truetype'),
         url('../fonts/GothamUltra.svg#GothamUltra') format('svg');
}
@font-face {
    font-family: 'Gotham-XLight';
    src: url('../fonts/Gotham-XLight.eot');
    src: url('../fonts/Gotham-XLight.eot') format('embedded-opentype'),
         url('../fonts/Gotham-XLight.woff2') format('woff2'),
         url('../fonts/Gotham-XLight.woff') format('woff'),
         url('../fonts/Gotham-XLight.ttf') format('truetype'),
         url('../fonts/Gotham-XLight.svg#Gotham-XLight') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-family: "GothamUltra";
    font-size: 16px;
    color: #fff;
    background: #000;
    overflow-x: hidden;

}
.container{width: 95%;}
.dflex{display:flex}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.dflex-spbetw{display:flex;justify-content:space-between;flex-wrap:wrap}
.txt-voilet{color: #7c33c0;}
.txt-pink{color: #c20044;}
.txt-black{color: #010101}
.txt-white{color: #fff}
.txt-yellow{color: #ffae00;}
.txt-velent{color: #0176d6;}
.pr{position: relative;}
.pa{position: absolute;}
.bg-mix-1{mix-blend-mode: screen;}
.main-wrap {
    overflow: hidden;
}

/*******homepage******/
.slideshow {
        position: relative;
    }
.logo{
    font-size: 28px;
    font-family: 'Gotham-Bold';
}
.logo span{
    font-size: 28px;
    font-family: 'GothamLight';
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 88px;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
}
.logo-left{
    width: 30%;
}
.nav-right {
    width: 70%;
    align-items: center;
    justify-content: flex-end;
}
.menu-txt {
    font-size: 16px;
    font-family: 'Gotham-Bold';
    margin-right: 5px;
}
.logo-blk {
    width: 330px;
    position: relative;
}
.txt-gold{
        color: #ec993d;
}
header:before {
    content: "";
    width: 100%;
    height: 80px;
    filter: blur(50px);
    background: #000000ab;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}
#page.mm-slideout {
    overflow-x: hidden;
}
.btn-drpdwn{margin-right: 10px;}
.menu-icon {
    width: 45px;
    height: 45px;
    position: relative;
    padding: 10px;
    z-index: 10;
    margin-right: 15px;
    border-radius: 4px;
    float: right;
}
.logo-main-blk{align-items: center; }
.m-icon {
    background: #d69d42;
    width: 55%;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
}
.m-icon.icon1 {
    top: 11px;
}
.m-icon.icon2 {
    top: 21px;
}
.m-icon.icon3 {
    bottom: 11px;
}
.menu-list-top li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Gotham-Bold';
    margin: 0 0;
    position: relative;
    padding: 8px 7px;
    border-radius: 25px;
    border: 1px solid #ecda6f;
    background: -webkit-linear-gradient(#ecda6f, #cc822e);
    fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    
}
.btn-group {
    margin-right: 3px;
    position: relative;
    top: -2px;
}
.menu-list-top li a.dropdown-txt{
     border-right: none; 
     border-top-right-radius: 0; 
    border-bottom-right-radius: 0;
}
.dropdown.open a.dropdown-txt {
    -webkit-text-fill-color: #1920238f;
    -webkit-background-clip: inherit;
}
.menu-list-top li .dropdown-menu a{
    margin-bottom: 2px;
    border: none;
    -webkit-text-fill-color: #1920238f;
    border-bottom: 1px solid #1920238f;
    border-radius: 0;
    margin: 0;
}
.menu-list-top a.dropdown-arrow{border-top-left-radius: 0;border-bottom-left-radius: 0;border-top-right-radius: 25px;border-bottom-right-radius: 25px;padding: 8px 7px 8px 3px;position: relative;left: -5px;}
.menu-list-top li .dropdown-menu li:last-child a{
    border-bottom: none;
}
.menu-list-top li .dropdown-menu a:hover{
    -webkit-text-fill-color: #1920238f;
    -webkit-background-clip: inherit;
}
/*.menu-list-top li a:after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    background: #fff;
    height: 3px;
}*/
.dropdown-menu {
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-linear-gradient(#ecda6f, #cc822e);
    overflow: hidden;
}

.menu-list-top .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid #ca7e2b;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.header-blk {
    background: #ffffffe6;
    width: 100%;
    height: 90px;
    border-bottom-left-radius: 10px;
    align-items: center;
}
.img-responsive {
    width: 100%;
}

.pulsezoom {
  animation-duration: 5s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}




/**sec**/
.sec_content{position: absolute;width: 100%; height: 100%; z-index: 3; top: 0;left: 0;}
/**sec**/


/**sec1**/
.sec01{width: 100%;padding: 0px 0;}
.voilet_bgclr{background: #672d7f;}
.sec-ele1 {bottom: 3%;left: 0; width: 100%;}
.sec-ele2 { mix-blend-mode: screen; width: 800px; top: 20%;  left: 5%; z-index: 2;}
.txt-blk1 {
    width: 700px;
    left: 9%;
    top: 261px;
}
.count-num { font-size: 200px; color: transparent; -webkit-text-stroke: 1px #ffffff50; font-family: 'Gotham-Bold';
    font-style: italic;}
.s-one{ left: -80px;
    top: -99px;}

.sub-heading {
    font-size: 50px;
    margin-bottom: 10px;
}
.heading {
    font-size: 90px;
}

.box300{width: 300px;height: 300px; border-radius: 50%;}
.box180{width: 180px;height: 180px; border-radius: 50%;}
.box100{width: 100px;height: 100px; border-radius: 50%;}
.box50{width: 50px;height: 50px; border-radius: 50%; }
.box80{width: 80px;height: 80px; border-radius: 50%; }
.box40{width: 40px;height: 40px; border-radius: 50%; }
.box30{width: 30px;height: 30px; border-radius: 50%;}
.box20{width: 20px;height: 20px; border-radius: 50%; }
.box10{width: 10px;height: 10px; border-radius: 50%; }
.sec1-circle1 {left: 6%;top: 220px;}
.sec1-circle2 { bottom: 25%; left: 40%;  top: auto;}
.sec1-circle3 { bottom: 15%; left: 20%;  top: auto;}
.sec1-circle4 { top: 50%; left: 16%; }
.sec1-circle5 { top: 45%; right: 16%; }
.txt-content {
    margin-bottom: 15px;
    line-height: 20px;
    font-family: 'GothamLight';
    font-size: 15px;
    text-transform: uppercase;
}

.box-txt-blk {
    margin-left: 18%;
    margin-top: 45px;
}
.sec04 .box-txt-blk { width: 65%;}
.down-arrow{
    width: 30px;
    margin-left: 40px;
    margin-top: 20px;
    display: block;
}
.btn-link{ font-size: 18px; font-family: 'Gotham-Bold'; text-align: left !important;  }
.btn-link:hover {
    color: #fff;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**sec2**/
.pink_bgclr{background: #c20044;}

.sec02 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sec2-ele1 {
    mix-blend-mode: screen;
    width: 600px;
    top: -16%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
}
.sec2-ele2 {
    mix-blend-mode: screen;
    width: 650px;
    top: 12%;
    right: 0;
    z-index: 1;
    margin: auto;
    opacity: 0.5;
}
.sec2-ele3 {
    mix-blend-mode: screen;
    width: 350px;
    top: -5%;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0.5;
}
.sec2-ele4 {
    mix-blend-mode: screen;
    width: 800px;
    top: 15%;
    left: -11%;
    right: 0;
    z-index: 1;
    margin: auto;
    opacity: 0.5;
}
.sec2-circle1 {
    left: 40%;
    top: 32%;
    right: 0;
    margin: auto;
}
.sec2-circle2 {
    bottom: 5%;
    right: 28%;
    top: auto;
}
.sec2-circle3 { bottom: 7%; left: 20%;  top: auto;}
.sec2-circle4 {
    top: 50%;
    left: 8%;
}
.sec2-circle5 {
    top: 52%;
    right: 25%;
}
.txt-blk2 {
    width: 600px;
    left: 34%;
    top: 500px;
}
.s-two {
    left: 0;
    top: -201px;
}

.txt-blk2 {
    width: 55%;
    left: 40%;
    top: 483px;
}
.sec2txt {
    padding-left: 180px;
}
.txt-blk2 .sub-heading { font-size: 60px;}
.txt-blk2 .heading { margin-left: 100px;}
.sec-txt-upp {
    font-family: 'GothamLight';
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 25px 0;
}

.pro-content.latest-t .pro-txt{
    font-size: 60px;
}
/***sec3***/
.blue_bgclr {
    background: #0176d6;
}
.sec-c3{
    z-index: 5;
}
.sec3-circle1 {
    left: 20%;
    top: 4%;
    margin: auto;
}
.sec3-circle2 {
    bottom: 19%;
    right: 60%;
    top: auto;
}
.sec3-circle3 { bottom: 15%; left: 20%;  top: auto;}
.sec3-circle4 {
    top: 38%;
    right: 37%;
}
.sec3-circle5 {
    top: 45%;
    right: 25%;
}
.sec03 {padding-top: 500px;}

.sec3-ele1 {
    width: 55%;
    top: 20%;
    left: 15%;
    z-index: 4;
    margin: auto;
    opacity: 1;
}
.sm-heading{font-size: 34px; font-family: 'Gotham-Bold'; margin-bottom: 5px;}
.sm-txt-content{font-size: 14px; }
.txt-sec-top {
    width: 60%;
    left: 346px;
    position: relative;
    top: 140px;
}
.s-three {
    right: 13%;
    top: 6%;
}
.txt-sec-bottom {
    width: 55%;
    right: 102px;
    bottom: 210px;
}
.sec3-ele2 {
    mix-blend-mode: screen;
    width: 700px;
    top: 18%;
    left: 9%;
    right: 0;
    z-index: 4;
    margin: auto;
    opacity: 0.5;
}


/****sec4****/
.orange_bgclr {
    background: #ff872f;
}
.sec04{
    padding-top: 350px;
    padding-bottom: 100px;
    top: -100px;
}
.sec4-circle1 {
    left: 31%;
    right: 0;
    top: 14%;
    margin: auto;
}
.sec4-circle2 {
    bottom: 9%;
    right: 38%;
    top: auto;
}
.sec4-circle3 {
    bottom: 20%;
    left: 34%;
    top: auto;
}
.sec4-circle4 {
    top: 45%;
    left: 48%;
}
.sec4-circle5 {
    top: 52%;
    right: 25%;
}
.sec4-circle6 {
    top: 20%;
    left: 8%;
}
.sec4-circle7 {
    top: 20%;
    right: 25%;
}

.txt-sec-top-recm {
    width: 80%;
    left: 12%;
    top: 18%;
}
.sec-c4{z-index: 4;}
.sec-c4 .down-arrow{margin: auto; margin-top: 15px; width: 20px;}
.sec-c4 .txt-content {
    margin-top: 12px;
    left: 53%;
    position: relative;
    width: 40%;
}
.pre-r-heading {
    line-height: 74px;
    margin-top: 25px;
}
.pre-r-heading span {
    margin-left: -37%;
}
.s-four {
    left: -3%;
   top: -97px;
}
.sec4-ele2 {
    mix-blend-mode: screen;
    width: 700px;
    top: 6%;
    left: -7%;
    right: 0;
    z-index: 4;
    margin: auto;
    opacity: 0.5;
}
.nav-tab-sym {
    width: auto;
    margin: auto;
    margin-top: 20px;
    position: relative;
}
.nav-tab-sym ul{
    justify-content: center;
}
.nav-tab-sym ul li a {
    color: #fff;
    font-size: 15px;
    font-family: 'Gotham-Bold';
    padding: 10px 15px;
}

.systm-sound {
    position: absolute;
    top: 42%;
    width: 47%;
    margin: auto;
    left: 18%;
    right: 0;
    z-index: 5;
}
.visual-sound {
    position: absolute;
    top: 35%;
    width: 47%;
    margin: auto;
    right: 0;
    z-index: 2;
}
.txt-orange{color: #ff872f;}
.systm-sound .txt-top {
    margin-left: 20%;
}
.visual-sound .txt-top {
    margin-left: 20%;
    margin-right: 5%;
}
.nav-tab-sym ul li.active a{
    color: #ff872f;
}
.tab-pane.active .txt-top{
    animation:fadeInDown 0.8s both 0.8s;
}
.tab-pane.active .pre-r-heading{
    animation:fadeInLeft 0.8s both 0.8s;
}
.tab-pane.active  .txt-content{
    animation:fadeInRight 0.8s both 0.8s;
}
.tab-pane.active  .btn-link{
    animation:fadeInLeft 0.8s both 0.8s;
}
.sec4-circle8 {
    top: 40%;
    left: 34%;
}
/****sec5****/
.green_bgclr{background: #6ec201;}


.sec5-circle1 {
    left: 42%;
    top: 4%;
    margin: auto;
}
.sec5-circle2 {
    bottom: 15%;
    right: 23%;
    top: auto;
}
.sec5-circle4 {
    top: 44%;
    left: 50%;
}
.sec5-circle5 {
    top: 20%;
    right: 25%;
}
.sec5-circle3 {
    bottom: 34%;
    left: 10%;
    top: auto;
}
.sec5-ele2 {
    mix-blend-mode: screen;
    width: 600px;
    top: 6%;
    left: 15%;
    right: 0;
    z-index: 4;
    margin: auto;
    opacity: 0.5;
}
.sec05 {
    padding: 50px 0px;
}
.txt-blk5 {
    width: 600px;
    left: 45%;
    top: 18%;
}
.txt-blk5 .heading span {
    margin-left: 20%;
}
.txt-blk5 .heading {
    line-height: 80px;
}
.s-five {
    right: 56px;
    top: -148px;
}.txt-green {
    color: #6ec201;
}

/**sec6**/
.yellow_bgclr{background: #ffae00;}
.sec6-ele2 {
    mix-blend-mode: screen;
    width: 800px;
    top: 6%;
    left: 16%;
    right: 0;
    z-index: 4;
    opacity: 0.5;
}
.sec06{
    margin-bottom: 100px;
}
.sec6-circle1 {
    left: 13%;
    top: 6%;
    margin: auto;
}
.sec6-circle5 {
    top: 16%;
    left: 11%;
}
.sec6-circle4 {
    bottom: 5%;
    left: 50%;
}
.txt-blk6 {
    width: 700px;
    left: 22%;
    top: 27%;
}
.txt-blk6 .box-txt-blk {
    margin-left: 20%;
}
.sec_content.sec-c6 {
    z-index: 4;
}
.s-six {
    left: 32%;
    top: -25%;
}
.box200 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
.sec6-circle1 {
    left: 13%;
    top: 16%;
    margin: auto;
}
.txt-blk6 .heading span{margin-left: 10%;}

/**sec7**/

.sec7_bgclr{background: #cf47ae;}
.s-seven {
    left: 18%;
    top: -99px;
}
.sec7-circle1 {
    left: 27%;
    right: 0;
    top: 22%;
    margin: auto;
}
.sec7-circle5 {
    top: 16%;
    left: 60%;
}
.sec7-circle4 {
    bottom: 6%;
    left: 58%;
}
.sec7-ele2 {
    mix-blend-mode: screen;
    width: 700px;
    top: 6%;
    left: -7%;
    right: 0;
    z-index: 4;
    margin: auto;
    opacity: 0.5;
}
.sec07 {
    margin:0 0 30px 0;
    display: block;
    height: 483px;
}
.txt-sec7-top-recm {
    width: 80%;
    left: 12%;
    top: 4%;
}
.txt-sec7-top-recm .pre-r-heading span {
    margin-left: 10%;
}
.sec-c7 {
    z-index: 4;
    top: 20%;
}
.sec-c7 .down-arrow {
    margin: auto;
    margin-top: 15px;
    width: 20px;
}
.sec-c7 .txt-content {
    margin-top: 12px;
    left: 53%;
    position: relative;
}
.s-seven {
    left: 21%;
    top: -116px;
}

/**sec8**/

.sec08{height: 850px;}
.sec-c8 {
    z-index: 4;
}
.sec8-ele1 {
    width: 400px;
    top: -10%;
    left: 2%;
    z-index: 4;
    margin: auto;
    opacity: 1;
}
.sec8-ele2 {
    width: 650px;
    bottom: 13%;
    right: 5%;
    z-index: 4;
    margin: auto;
    opacity: 1;
}

.box-blk-lg{
    width: 640px;
    margin:0 auto;
}
.txt-box-lg {
    width: 100%;
    right: 0;
    font-family: 'Gotham-Bold';
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 17px;
}
.box-galley-txt .txt-box-txt{
    position: relative;
    font-family: 'Gotham-Bold';
    font-size: 50px;
}
.box-galley-txt {
    height: 100%;
    margin-top: 150px;
}

.box-galley-txt.slick-current .slick-dots{
    display: none;
}
.box-galley-lg {
    width: 31%;
    overflow: hidden;
    position: relative;
}

.box-galley-lg img{border-radius: 25px;}

.slick-slide.slick-current .txt-box-lg{
    animation:slideInRight 0.5s both 0.5s;
}
.slick-slide.slick-current .txt-box-txt{
    animation:zoomIn 0.5s both 0.3s;
}
.box-galley-sm img{border-radius: 25px;}

.slide-circle1 {
    left: 20%;
    top: -1%;
    background: #00d9947a;
    mix-blend-mode: multiply;
    z-index: -1;
}

.slide-circle2 {
    left: 20%;
    top: -1%;
    background: #ff872fb3;
    mix-blend-mode: multiply;
    z-index: -1;
    opacity: 0.5;
}

.slide-circle3 {
    left: 20%;
    top: -1%;
    background: #0176d69e;
    mix-blend-mode: multiply;
    z-index: -1;
    opacity: 0.5;
}
.txt-slide2 .sl-txt-content{
    left: 0%;
}
.txt-slide3 .sl-txt-content{
    left: 0%;
}
.value-money{
    line-height: 26px;
}

.tsti-heading.list-dot {
    padding-top: 43px;
}


.sl-txt-content {
    width: 450px;
    position: relative;
    left: 0%;
    margin-top: 14px;
    font-size: 15px;
    font-family: 'GothamLight';
    text-transform: uppercase;
    line-height: 17px;
}
.cf4a img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}/*
.cf4a img {
    -webkit-animation-name: cf4FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: cf4FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 8s;
    -moz-animation-iteration-count: infinite;
    -o-animation-name: cf4FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 8s;
    -o-animation-iteration-count: infinite;
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}
@keyframes cf4FadeInOut {
  0% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  80% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.cf4a img:nth-of-type(1) {
  animation-delay:10s;
}
.cf4a img:nth-of-type(2) {
  animation-delay: 6s;
}
.cf4a img:nth-of-type(3) {
  animation-delay: 0s;
}*/
.glider-arrow {
    width: 88px !important;
    height: 38px !important;
    transform: rotate(0deg) !important;
    background-repeat: no-repeat !important;
    border: none !important;
    top: auto !important;
    bottom: 5%;
}
.glider-left{
    background: url(../images/left_arrow.png);
}
.glider-right{
    background: url(../images/right_arrow.png);
}
.slider .glider-slide.glider-slide_active .heading{animation:fadeInLeft 0.7s both 0.7s;}
.slider .glider-slide.glider-slide_active .txt-slide3 .heading{animation:fadeInRight 0.7s both 0.7s;}
.slider .glider-slide.glider-slide_active .sl-txt-content{animation:fadeInUp 0.9s both 0.9s;}
.slider .glider-slide.glider-slide_active .txt-slide2 .sl-txt-content{animation:fadeInRight 0.9s both 0.9s;}
.slider .glider-slide.glider-slide_active .txt-slide3 .sl-txt-content{animation:fadeInLeft 0.9s both 0.9s;}

.slider .glider-slide.glider-slide_active .slide-circle1{animation:fadeInDown 0.5s both 0.5s;}
.slider .glider-slide.glider-slide_active .slide-circle2{animation:fadeInUp 0.5s both 0.5s;}
.slider .glider-slide.glider-slide_active .slide-circle3{animation:fadeInDown 0.5s both 0.5s;}
.slider .glider-slide.glider-slide_active .bg-mix-1{animation:fadeInLeft 0.6s both 0.6s;}
.slide-down {
    width: 38px;
    height: 88px;
    z-index: 8;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
/*sec testimonial*/

.sec09{height: 400px; }
.pink_bg{background: #cf475d;}
.testimonal-txt {
    width: 80%;
    left: 0;
    top: 4%;
}
.sec9-circle1 {
    left: 14%;
    right: 0;
    top: 16%;
    margin: auto;
}
.tst-sec {
    padding: 0px 50px;
    margin: 100px 0;
}
.text-blk_tst {
    padding-right: 15px;
}
.tsti-heading {
    font-family: 'Gotham-Bold';
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.sl-tst-content {
    font-family: 'Gotham-Bold';
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.text-blk_tst .txt-content {
    font-family: 'Gotham-Medium';
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 19px;
}
/***Footer**/

.footer-blk{
    width: 80%;
    margin: auto;
}
.social-blk, .f-nav {
    width: 500px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
}
.social-blk ul li {
    display: inline-block;
}
.social-blk ul li a {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    display: flex;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin: 0 2px;
}
.social-blk ul li:hover a {
    transition: 0.5 all ease-in-out;
    border: 1px solid #fff;
    color: #000;
    background: #fff;
    font-size: 16px;
    margin: 0 2px;
}
.s-footer {
    position: relative;
    z-index: 5;
    padding: 75px 0 50px 0;
}
.f-arrow {
    position: absolute;
    z-index: 1;
    padding: 30px 0 24px 0;
    width: 85%;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.link-blk ul li {
    display: inline-block;
    padding: 10px 10px;
    font-family: 'Gotham-Bold';
    position: relative;
}
.link-blk ul li:after {
    content: "";
    position: absolute;
    right: -5px;
    width: 5px;
    height: 2px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}
.link-blk ul li:last-child:after{
    display: none;
}
.link-blk ul li a {
    color: #fff;
    font-size: 16px;
}
.copyright {
    color: #fff;
    font-size: 16px;
    font-family: 'Gotham-Bold';
    margin-bottom: 20px;
}

/***responsive slider***/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



  /***preowen system****/
.secproduct{padding: 50px 0;position: relative;z-index: 10;}
.product-list{align-items: center;}
.pro-lt{width: 55%;}
.pro-rt{width: 45%;}
.img-pro.d-unit{position: relative;}

.pro-content {
    position: relative;
    z-index: 2;
}
.pro-content .pro-txt {
    font-size: 75px;
    margin-bottom: 15px;
}
.product-list.sec-projectors .pro-content{position: relative; right: -50px;}
.img-pro.d-speakers{position: relative;right: 30px; width: 100%;}
.img-pro.d-ampliafiers{position: relative;right: 0px; width: 100%;}

.nav-tab-sym.innerpage {
    margin-top: 100px;
    width: auto;
    text-align: center;
}
.nav-tab-sym.innerpage ul {
    justify-content: center;
}
.nav-tab-sym.innerpage ul li{
    padding: 10px 15px;
}
.down-arrow.main-inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40%;
    z-index: 9;
}
.sec4-circle8.inner {
    top: 37%;
    left: 51%;
}
.product-list-toggle {
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    overflow: visible;
    position: relative;
    z-index: 5;
    display: none;
}
.product-list-toggle.show {
    height: auto;
    opacity: 1;
    display: inline-flex;
    display: block;
    transform: all 0.5s ease-in-out;
}
a.expandBtn div {
    display: inline-block;
    text-align: left;
    color: #ff872f;
    opacity: 1;
    text-decoration: none;
}
.expandBtn {
    display: inline-block;
    float: left;
    opacity: 1;
    color: #ff872f;
    text-shadow: none;
    text-decoration: none;
}
.expandBtn:hover, .expandBtn:focus{text-decoration: none; color: #ff872f;}
.expandBtn span {
    width: 30px;
    height: 30px;
    border: 1px solid #ff872f;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
}
.pro-list-item{width:60%;}
.pro-item-img{width: 80%;}
.pro-item-txt {
    position: relative;
    top: -30px;
    left: 79px;
    z-index: 5;
}
.prolist-circle1 {
    top: 0;
    left: -30px;
    z-index: -1;
}
.pro-list-num {
    font-size: 13px;
    margin-bottom: 10px;
    font-family: 'Gotham-Bold';
}
.pro-item-heading {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Gotham-Bold';
}
.pro-list-item .txt-content{font-size: 14px;line-height: 16px;margin-bottom: 10px;text-align: justify;}
.pro-list-item .btn-link{font-size: 13px; line-height: 15px;}
.pro-list-item .tsti-heading{
    color: #000;
    font-size: 18px;
    padding: 8px 10px;
    line-height: 14px;
    margin-bottom: 8px;
    background: #ffffff;
    display: inline-block;
    border-radius: 5px;
    }
.arrow {
    width: 78px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    z-index: 9;
    outline: none;
    text-decoration: none;
}
.arrow.icon-left{
    background: url(../images/left_arrow.png) no-repeat;
    left: -30px;
}
.arrow.icon-right{
    background: url(../images/right_arrow.png) no-repeat;
    right: -30px;
}
.drop-av {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Gotham-Bold';
}
.drop-av .caret {
    
    border-top: 8px dashed;
    border-top: 8px solid\9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: 5px;
}
.drop-av:hover, .drop-av:focus {
    background: transparent;
    border: none;
    color: #fff;
}
.btn-drpdwn.open{
    background: transparent;
    color: #fff;
}

/***sound system***/



.systm-sound.inner{
    top: 35%;
}
.sound-systems-page{padding-top: 100px;}
.visual-systems-page{
    padding-top: 100px;
}

.value-added-solutions-page{
    padding-top: 100px;
}


/****Why us***/

.whyusbanner{
    margin-top: 180px;
    margin-bottom: 100px;
}
.countblk {
    width: 100%;
    margin-top: 50px;
}
.heading-count {
    font-size: 75px;
    text-align: center;
}
.counter-txt {
    font-family: 'Gotham-Bold';
    font-size: 30px;
    line-height: 1.1;
    margin-top: 15px;
}
.ms-mentor-lt {
    width: 55%;
}
.ms-mentor-rt {
    width: 35%;
    position: relative;
}
.msg-img{position: relative; top: -80px;}
.ms-mentor-blk{justify-content: space-evenly;}
.msg-txt-blk {
    margin-top: 40px;
    padding-left: 60px;
    position: relative;
    width: 100%;
    float: right;
}
.msg-txt-blk.icon-quote:after {
    content: url(../images/chat-icon.png);
    position: absolute;
    width: 30px;
    height: 30px;
    top: -7px;
    left: 16px;
}
.msg-img:before {
    content: "";
    height: 110%;
    width: 1px;
    left: 31%;
    top: 20%;
    background: rgba(255, 255, 255, 0.30);
    position: absolute;
    transform: rotate(50deg);
}
.quote-img-top{
    position: relative;
    top: -120px;
    left: 50px;
}
.quote-img-top img{
    width: 30px;
    margin-bottom: 10px;
}
.name-outline {
     position: relative; 
    padding: 100px 0;
}
.name-ot-txt {
    font-size: 200px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff30;
    font-family: 'Gotham-Bold';
    margin-left: 100px;
}
.why-ot-ele {
    mix-blend-mode: screen;
    width: 700px;
    top: -96px;
    left: 15%;
    right: 0;
    z-index: 4;
    opacity: 1;
}
.msg-sec{padding-bottom: 0; }
.cust-blk{padding-top: 100px;}
.lt_c-blk {
    width: 40%;
}
.rt_c-blk{
    width: 60%;
}
.customer-img {position: relative;top: -100px;left: -22px;}
.cust-blk .msg-txt-blk {
    left: -50px;
    padding-left: 20px;
}
.cust-blk .msg-txt-blk:after{
    content: url(../images/chat-icon.png);
    position: absolute;
    width: 30px;
    height: 30px;
    top: -7px;
    left: -20px;
}
.customer-item-blk.slick-slide{
    transition: 1s all ease-in-out;
}
.slider-happy .slick-list{
    padding-top: 100px;
}
.customer-item-blk.slick-slide.slick-current.slick-active {
    position: relative;
    transform: translate(0px, -100px);
    transition: 1s all ease-in-out;
}
.sec-happy-cust {
    position: relative;
}
.happy-cum-heading {
    position: relative;
    margin-left: 25%;
}
.slider-happy {
    position: relative;
    top: -60px;

}
.happy-ele1 {
    width: 48%;
    margin: auto;
    position: relative;
    top: -70px;
}


/*************/

.legacy-inner{
    margin-top: 80px;
}
.lagacy-sec02{
    position: relative;
    top: -60px;
}
.lagacy-txt-blk {
    display: flex;
    justify-content: flex-end;
}
.pro-content-get-started {
    position: relative;
    z-index: 2;
    width: 60%;
    top: 100px;
}
.how-heading{
    font-family: 'Gotham-Bold';
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.tst-sec{
    position: relative;
}
.conse-sec{
    padding-bottom: 100px;
}
.why_heading{
    font-family: 'Gotham-Bold';
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.conse-blk {
    width: 70%;
    margin: auto;
    padding-left: 30px;
    border-left: 12px solid #f4a600;
}
.sechow-ele {
    mix-blend-mode: screen;
    width: 700px;
    top: 25%;
    left: 23%;
    right: 0;
    z-index: 4;
    opacity: 0.5;
}
.led-display-sec{padding: 40px 0 100px 0;}
.led-ltf{
    width: 75%;
}
.led-rtf{
    width: 25%;
}
.led-display-blk{
    position: relative;
}
.our-lgcy-txt {
    position: absolute;
    bottom: 5%;
    width: 60%;
    right: 0;
}
.our-lgcy-txt .box-txt-blk {
    margin-left: 50px;
    margin-top: 19px;
}
.legacy-slide{position: relative;}
.legacy-slide:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    top: 2px;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
}
.history-slider .slick-list{
    padding: 300px 0;
}

.history-slider .slick-list .slick-slide{
    position: relative;
}

.item-h{
    position: absolute;
    width: 380px;
    min-height: 170px;
    display: flex;
}
.history-slider .slick-list .slick-slide:before{
    content: "";
    position: absolute;
    top: -3px;
    width: 10px;
    height: 10px;
    left: 0;
    border-radius: 50%;
    background: #ffae00;
}
.item-h.top-h {
    top: -225px;
}
.lagacy-mission .pro-content {
    width: 80%;
}
.item-h.bottom-h {
    bottom: -250px;
}
.tst-sec.inner {
    padding: 0 0 100px 0;
    margin: 0;
}
.tst-sec.inner .heading{
    font-size: 75px;
}
.txt-content-light{
    font-family: 'GothamLight'
}
.expandBtn.txt-green:hover, .expandBtn.txt-green:focus{
    color: #6ec201;
}
.why-txt .txt-content{
    font-size: 14px;
    line-height: 16px;
}
a.expandBtn.txt-green div{
    color: #6ec201;
}
.expandBtn.txt-green span{
    border-color: #6ec201;
    color: #6ec201;
}
.list-txt-wrap{
    margin-bottom: 8px;
}
.list-txt-blk{
    width: 100%;
    margin-top: 15px;
}
.list-txt-blk li{
    font-size: 14px;
    line-height: 16px;
    font-family: 'GothamLight';
    margin: 4px 0;
    padding-right: 15px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.list-txt-blk li:after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c20044;
    position: absolute;
    left: -15px;
    top: 3px;
}
.po-txt-quote {
    width: 300px;
    position: absolute;
    right: 30px;
    top: 15%;
}
.po-txt-quote:after {
    content: url(../images/chat-icon.png);
    position: absolute;
    width: 30px;
    height: 30px;
    top: -40px;
    right: 16px;
    transform: rotate(180deg);
}

/******Distribution******/

.d-bg-sec-01{
    margin-top: 100px;
    padding-bottom: 0;
}
.d-bg-sec-01 .txt-blk2 {
    width: 62%;
    left: 25%;
    top: 193px;
}
.d-bg-sec-01 .sec2-ele4 {
    top: 3%;
}
.d-bg-sec-01 .txt-blk2 .heading {
    margin-left: 30px;
}
.d-bg-sec-01 .box-txt-blk {
    margin-left: 8%;
}
.d-bg-sec-01 .sec2-circle1 {
    left: 22%;
    top: 5%;
    right: 0;
    margin: auto;
}
.txt-content b {
    font-family: 'GothamLight';
    font-size: 14px;
    line-height: 1.2;
    color: #ec993d;
}
.dist-wrap {
    padding-top: 0px;
    width: 78%;
}
.our-fee {
    margin-bottom: 60px;
}
.our-fee .sub-txt-margin {
    font-size: 40px;
}
.list-txt-wrap.distribu ul{
    margin-left: 20px;
}
.txt-d {
    font-size: 40px;
    font-family:'Gotham-Medium';
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.heading-role{
    font-size: 45px;
    font-family: 'Gotham-Bold';
}
.list-txt-wrap.distribu {
    align-items: center;
}
.distribu .list-txt-blk li:after{
    background: #ff872f;
}
.contact-details {
    padding-bottom: 100px;
    position: relative;
    top: 50px;
}
.our-fee {
    margin-top: 50px;
}
.contact-details .sec-bg-img {
    position: absolute;
    width: 60%;
    z-index: -1;
    right: 10%;
    top: 15%;
}
.sub-txt-margin{
     font-size: 30px;
    font-family: 'Gotham-Bold';
    margin-bottom: 20px;
}
.contact-wrap{width: 100%;}
.contact-wrap .heading span{
    margin-left: 80%;
}
.contact-wrap .heading {
    display: inline-block;
}
.form-blk .form-group{
    margin-bottom: 40px;
    margin-top: 10px;
        position: relative;
}
.select {
        width: 100%;
    border-bottom: 1px solid #ffffff40;
}
select {
    flex: 1;
    padding: 0 .5em;
    color: #000;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
select option{
    color: #000 !important;
}
.form-blk select.form-control {
    margin: 13px 0;
    border: none;
    padding-left: 0;
    text-transform: uppercase;
}
.form-btn {
    background: #ff872f;
    border: none;
    border-radius: 2px;
    padding: 12px 20px;
    font-size: 17px;
    float: right;
    color: #fff;
    font-family: 'Gotham-Bold';
}
.select::after {
    content: '\e804';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    height: 40px;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    font-size: 22px;
}
.form-blk label{
    font-family: 'Gotham-Bold';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.form-blk .form-control {
    font-family: 'Gotham-Bold';
    font-size: 16px;
    color: #fff;
    border: none;
    background: transparent;
    border-bottom: 1px solid #ffffff40;
    border-radius: inherit;
    box-shadow: none !important;
}
.form-blk label {
    font-family: 'Gotham-Bold';
    font-size: 16px;
    color: #fff;
}




/*********Architects*****/

.a-bg-sec-01 .txt-blk2 {
    width: 55%;
    left: 32%;
    top: 350px;
}
.velent_bgclr {
    background: #003fbf;
}
.a-bg-sec-01 .txt-blk2 .heading {
    margin-left: 30px;
}
.a-bg-sec-01 .box-txt-blk {
    margin-left: 8%;
}
.a-bg-sec-01 .sec2-circle1 {
    left: 26%;
    top: 34%;
    right: 0;
    margin: auto;
}
.sub-txt-artical{
    font-size: 75px;
    font-family: 'GothamUltra';
    line-height: 1.1;
    margin-bottom: 20px;
}
.txt-content-select {
    font-family: 'Gotham-Bold';
    font-size: 20px;
    margin-bottom: 15px;
}
.heading-residential{
    font-size: 24px;
    font-family: 'Gotham-Bold';
}
.list-txt-blk-art {
    margin-right: 30px;
}
.artical-page{
    align-items: center;
    padding: 20px 0;
}
.list-txt-blk-art .txt-content{
    margin: 0;

}
.or-blk-sec{
    padding: 10px 0 15px 0;
}
.or-txt {
    border-radius: 50%;
    font-size: 20px;
    background: #0176d6;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Gotham-Bold';
}
.sub-txt-partner {
    font-size: 60px;
    font-family: 'GothamUltra';
    margin-bottom: 15px;
}
.partner-wrap .txt-content {
    border-bottom: 1px solid #ffffff40;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.partner-main-blk .list-txt-blk li {
    margin: 8px 0;
    margin-left: 15px;
    position: relative;
}
.partner-main-blk .list-txt-blk li:after{
    background: #ec993d;
}
.partner-main-blk {
    padding-bottom: 100px;
}
.client-ref-wrap{
    width: 100%;
}
.filter-box-list.art-checkbox {
    padding: 20px 15px;
}
.art-checkbox.commercial{
    margin-bottom: 15px;
}
.filter-box-list.art-checkbox .container-checkbox input:checked ~ .checkmark{
        background-color: #0176d6;
}
.client-ref-wrap .txt-content{
    width: 90%;
}
.client-ref-img-blk {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.img-main-blk {
    width: 30%;
    position: relative;
    top: -55px;
    right: 30px;
}
.form-blk-footer {
    padding: 0px 0 150px 0;
    position: relative;
    top: -100px;
}
.position-blk {
    align-items: center;
    margin-bottom: 50px;
}
.select.for-position {
    border: none;
    background: #003fbf;
    text-align: center;
}
.position-blk{
    align-items: center;
}
.position-blk .form-group {
    /* width: 50%; */
    margin: 0;
    margin-left: 24px;
}
.position-blk .for-position select.form-control {
    margin: 0;
    padding: 0;
    height: 50px;
    text-align: center;
    padding: 0 87px;
    font-size: 18px;
}
.select.for-position:after{
    content: "";
}
.select.for-position:after {
    content: "";
    border: 9px solid transparent;
    width: 0;
    height: 0;
    border-top-color: #fff;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 5px;
    bottom: 0;
    margin: auto;
}
.client-refrell{
    position: relative;
}
.client-refrell .sec-bg-img{
    position: absolute;
    width: 80%;
    right: 0;
    z-index: -1;
}
.inner-page .box-txt-blk {
    margin-left: 12%;
    margin-top: 19px;
    margin-right: 3%;
}
.inner-page .visual-sound{
    top: 30%;
}
.free-consultation {
    height: 600px;
    margin-bottom: 100px;
}
.free-consultation .txt-blk2 {
    top: 300px;
}
/*****ENQUIRE*****/

.fancy-wrap {
    width: 992px;
    background: #000;
        margin: auto;
}
.form-group.list-order {
    width: 47%;
    margin-bottom: 0;
    margin-top: 4px;
}
.form-group.list-order .select{
    border: none;
}
.form-group.list-order .select::after{
    top: 10px;
}
.form-blk .form-group.list-order select.form-control {
    margin: 10px 0;
    border-bottom: 1px solid #ffffff40;
    height: 40px;
}
.enq-sec-box {
    left: 40%;
    top: 20px;
    right: 0;
    margin: auto;
}
.heading-box .heading{
    font-size: 45px;
    justify-content: center;
    display: flex;
    position: relative;
    z-index: 1;
    padding-top: 20px;

}
.selector-blk{
    padding: 20px 0;
    border-top: 1px solid #ffffff20;
}
.filter-tab {
    padding: 30px 0;
}
.filter-box-list label {
    font-size: 17px;
    color: #fff;
    font-family: 'Gotham-Bold';
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    height: 25px;
}
.heading-box {
    min-height: 172px;
}
.list-heading {
    font-size: 20px;
    font-family: 'Gotham-Bold';
    align-items: center;
}
.list-heading i{
    margin-right: 10px;
}
.form-blk.parsonal-seletor .form-group {
    width: 47%;
}
.form-blk.parsonal-seletor .form-list {
    margin-top: 10px;
}
.fancybox-close-small {
    background: #fead00;
}


/*****Checkbox*****/

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #fead00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 4px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
}


/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/****MM menu***/

body .mm-menu {
    background: -webkit-linear-gradient(#ecda6f, #cc822e);
    border-color: #ffffff3d;
    color: rgba(255, 255, 255);
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
}
body .mm-menu.mm-offcanvas {
    max-width: 300px;
}
.mm-page{
    position: inherit !important;
}
.mm-front .mm-menu.mm-offcanvas {
    z-index: 9999 !important;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
    font-family: "Gotham-Bold";
    color: #1920238f;
    text-transform: uppercase;
}
.mm-listview>li>a, .mm-listview>li>span{
    font-family: "Gotham-Bold";
    color: #1920238f;
    text-transform: uppercase;
}
body .mm-clear:before, .mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 8px;
    width: 8px;
    height: 8px;
}
body .mm-clear:after, .mm-close:after {
    width: 8px;
    height: 8px;
    left: 13px;
}

body .mm-menu .mm-btn:after, body .mm-menu .mm-btn:before  {
    border-color: #1920238f;
}
body .mm-navbar.mm-hasbtns {
    border-color: #1920238f;
}
body .mm-navbar .mm-btn:last-child {
    border-left: 1px solid #1920238f;
}
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
    border-color: #1920238f;
}
.mm-menu .mm-listview>li .mm-next:after {
    border-color: #1920238f;
}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span{
    background: -webkit-linear-gradient(#ecda6f, #cc822e);
}

.listtab {
    width: 50%;
}
.listtab li {
    line-height: 22px;
}
.listtab .bold {
    font-family: "Gotham-Medium";
}
.intresr-txt{
    padding: 20px 0;
}
.section-cradit {
    padding-bottom: 40px;
    position: relative;
    z-index: 5;
}
#enquire-now .heading-box .heading{
    margin-top: 40px;
}
.cre-wrap .txt-content b{
    font-size: 16px;
}
.enq-now .form-group {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
#enquire-now.fancy-wrap{
    width: 600px;
}
.item-logo img{width: 100%;}
.heading-enq{
    font-size: 35px;
    position: relative;
    z-index: 1;
}
.exp-play-button {
    background: transparent;
    width: 100px;
    display: block;
    padding: 0 15px;
    margin: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-family: 'Gotham-Bold';
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.exp-play-button:focus{
    color: #fff;
    text-decoration: none;
}
.exp-play-button img{
    margin-right: 7px;
}
.whylist .list-txt-blk{
    width: 50%;
}
.arct-list .list-txt-blk{
    width: 50%;
}
.arct-list .list-txt-blk li:after{
    display: none;
}
.arct-list .list-txt-blk li{
    margin-left: 0;
}


.cre-wrap {
    text-align: center;
}
.sp-icon{
    background-image: url('../images/sprite.png');
    display: inline-block;
    background-repeat: no-repeat;
}
.speaker-icon{
    background-position: -18px -16px;
    width: 40px;
    height: 40px;
}

.amplifier-icon{
    background-position: -73px -27px;
    width: 48px;
    height: 21px;
}
.television-icon{
    background-position: -139px -20px;
    width: 39px;
    height: 31px;
}
.projector-icon{
    background-position: -197px -22px;
    width: 47px;
    height: 27px;
}

.parsonal-icon{
    background-position: -262px -21px;
    width: 30px;
    height: 33px;
}
.apartment-icon{
    background-position: -313px -22px;
    width: 33px;
    height: 31px;
}
.villa-icon{
    background-position: -360px -23px;
    width: 31px;
    height: 31px;
}
.corporate-icon{
    background-position: -404px -23px;
    width: 31px;
    height: 31px;
}
.retail-icon{
    background-position: -446px -25px;
    width: 31px;
    height: 27px;
}
.hospitality-icon{
    background-position: -492px -22px;
    width: 31px;
    height: 30px;
}
.community-icon{
    background-position: -535px -21px;
    width: 33px;
    height: 33px;
}

.filter-box-list.art-checkbox .container-checkbox .checkmark{
    left:40px;
    top: 3px;
}
.filter-box-list.art-checkbox label{
 padding-left: 0;   
 margin-right: 20px;
}
.filter-box-list.art-checkbox .container-checkbox i{
    margin-right: 43px;
}
.box-img {
    width: 130px;
    margin-right: 15px;
}
.box-img img {
    width: 100%;
}
.history-txt {
    width: calc(100% - 130px);
}
.item-h.top-h.last-item {
    left: -54px;
}
.msg-txt-blk .sec-txt-upp{
    margin: 10px 0;
}
.txt-blk-slider.glider-item {
    bottom: 0px;
    top: auto !important;
    height: 330px !important;
    width:950px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}
.bg-mix-1.glider-item {
    top: auto !important;
    bottom: 15% !important;
    left: 5% !important;
    width: 80% !important;
    height: auto !important;
}
#vedio-bg {
    width: 100%;
}
.bgvedio-player{
    position: relative;
}
.secblk.pr.a-bg-sec-01.ar:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(20,25,63,0);
    background: -moz-linear-gradient(top, rgba(20,25,63,0) 0%, rgba(20,25,63,0) 36%, rgba(20,25,63,0.69) 73%, rgb(19, 24, 61) 90%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20,25,63,0)), color-stop(36%, rgba(20,25,63,0)), color-stop(73%, rgba(20,25,63,0.69)), color-stop(90%, rgba(20,25,63,1)));
    background: -webkit-linear-gradient(top, rgba(20,25,63,0) 0%, rgba(20,25,63,0) 36%, rgba(0, 0, 0, 0.69) 73%, rgb(0, 0, 0) 90%);
    background: -o-linear-gradient(top, rgba(20,25,63,0) 0%, rgba(20,25,63,0) 36%, rgba(20,25,63,0.69) 73%, rgb(19, 24, 61) 90%);
    background: -ms-linear-gradient(top, rgba(20,25,63,0) 0%, rgba(20,25,63,0) 36%, rgba(20,25,63,0.69) 73%, rgb(19, 24, 61) 90%);
    background: linear-gradient(to bottom, rgba(20,25,63,0) 0%, rgba(20,25,63,0) 36%, rgba(0, 0, 0, 0.69) 73%, rgb(0, 0, 0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14193f', endColorstr='#14193f', GradientType=0 );
}
.slider-brand{
    padding: 20px 0;
}
.mute-video {
    background: url(../images/sound-mute.png) no-repeat center;
    background-size: 32px;
    border: 0;
    width: 32px;
    height: 32px;
    text-indent: -999px;
    position: absolute;
    outline: none;
    bottom: 22%;
    z-index: 10;
    right: 5%;
}
.unmute-video {
    background:url(../images/sound-play.png) no-repeat center;
    background-size:32px;
     outline: none;
}
.sm-block{display: none;}
.sm-none{display: block;}
.slider-brand-list {
    justify-content: center;
}
.slider-brand-list .item-logo{
    width: 9%;
    margin: 10px;
}
.arct-box-txt {
    width: 60%;
    float: right;
    margin-top: 10px;
}
.space-box{padding:0 20px; }
.txt-box-crd{justify-content: center;}
.txt-content.credit {
    padding: 0 20px;
}
.logo-blk-footer .logo-blk{
    width: 300px;
    margin: auto;
}
.txt-sec-top .heading, .txt-sec-bottom .heading{
    font-size: 65px;
    line-height: 1.1;
}
.logo-blk-footer{
    padding-bottom: 15px;
}
.product-list .col-reverse.dflex-spbetw {
    align-items: center;
}
.credit .whatsapp{ color: #fff;
    font-family: 'Gotham-Bold';
    display: flex;
    justify-content: center;
    align-items: center;}
.credit .whatsapp img{width: 30px; margin: 0 8px;}
.credit.wht{display: flex; align-items: center; justify-content: center;}

.thankyou-wrap {
    text-align:center;
    padding:116px 0;
    position:relative;
    margin-bottom:250px
}
.thankyoumain {
    position:absolute;
    transform:translate(-50%,
    -50%);
    left:50%;
    top:50%;
    text-align:center;
    margin:0 auto;
    width:100%
}
.thankyou-text {
    font-family:'Gotham-Bold';
    font-size:100px;
    line-height:1;
    margin-top:250px;
}
p.thankyou-subtext {
    text-align:center;
    font-size:20px;
    line-height:22px;
    font-family:'Gotham-Medium';
}
 


 .glider-slide{
    min-width: 400px !important;
 }

.glider-prev, .glider-next {
      line-height: 0;
    position: absolute;
    top: 15%;
    display: block;
    width:40px;
    height: 40px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 45px;
    font-size: 0;
    z-index: 9;
    border-radius: 50%;
    margin: auto 0;
    opacity: 1;
}
.glider-prev {
    left: -3%;
    background: url(../images/left-arrow-p.png) no-repeat center;
    background-size: 20px
}
.glider-next {
    right: -3%;
    background: url(../images/right-arrow-p.png) no-repeat center;
    background-size: 20px
}

.glider-prev:before, .glider-next:before{
    content: "Grab and Scroll Mouse Left or Right";
    position: absolute;
    width: 80px;
    height: auto;
    bottom: 20px;
    left: 5px;
    color: #ffff;
    font-size: 11px;
    background: #000;
    line-height: 1;
    font-family: 'GothamLight';
    text-transform: uppercase;
    opacity: 0;
    padding: 10px;
    transition: 1s all ease-in-out;
}

.glider-next:before{
    left: auto;
    right: 5px;
}
.glider-prev:hover:before, .glider-next:hover:before{
    opacity: 1;
    bottom: 40px;
    transition: 0.5s all ease-in-out;
}

.glider-next.disabled, .glider-prev.disabled{
    opacity: 1 !important;
}
.hifi-pramote {
    font-family: 'Gotham-Bold';
    text-align: left !important;
    font-size: 14px;
    margin-bottom: 10px;
    align-items: center;
    color: #ffffff;
}
.hifi-pramote img {
    width: 80px;
    margin-left: 8px;
}
.box-txt-blk .btn-link {
    font-size: 20px;
}
.tsti-heading{
    font-size: 18px;
    padding: 8px 10px;
}
.btn-arrow-tab {
    width: 88px !important;
    height: 38px !important;
    transform: rotate(0deg) !important;
    background-repeat: no-repeat !important;
    border: none;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    background: #fff;
    position: absolute;
}
.btnNext {
    background: url(../images/left_arrow.png);
    right: 2%;
    transform: rotate(180deg) !important;
}
.btnPrevious {
    background: url(../images/left_arrow.png);
    left: 2%;
}
.loader-blk.expand {
    display: none;
}

.loader-blk {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0f1331;
    z-index: 9999;
}

.loader-blk{
    position: fixed;
    height: 100vh;
    width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 22px;
  background: #000;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          z-index: 9999;
}
.word {
  position: relative;
  z-index: 1;
  font-family: 'Titillium Web', sans-serif;
  
}
.word:before {
  content: '';
  background: radial-gradient(circle at 40% 20%, #fcfcfc 0%, #ddd 10%, #333 50%, black 70%);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -35%);
          transform: translate(-40%, -35%);
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}

.word span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
