@import url('https://fonts.googleapis.com/css?family=Exo');
@import url('https://fonts.googleapis.com/css?family=Exo');
@font-face {
    font-family: 'Autobus';
    src: url(../fonts/Autobus-Bold.ttf);
}
@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-Regular.ttf);
}
@font-face {
    font-family: 'Typo';
    src: url(../fonts/Typo_Square_Regular.otf);
}
@font-face {
    font-family: 'Realistica';
    src: url(../fonts/Realistica.otf);
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url(../fonts/Roboto-Thin.ttf);
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: 'Roboto-Condensed';
    src: url(../fonts/Roboto-Condensed.ttf);
}
@font-face {
    font-family: 'Roboto-Black';
    src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
    font-family: 'Retailistic';
    src: url(../fonts/Retailistic.ttf);
}
@font-face {
    font-family: 'EducatedDeers';
    src: url(../fonts/EducatedDeers.ttf);
}
@font-face {
    font-family: 'Champagne-Limousines-Italic';
    src: url(../fonts/Champagne-Limousines-Italic.ttf);
}
@font-face {
    font-family: 'Champagne-Limousines-Bold-Italic';
    src: url(../fonts/Champagne-Limousines-Bold-Italic.ttf);
}
@font-face {
    font-family: 'Champagne-Limousines-Bold';
    src: url(../fonts/Champagne-Limousines-Bold.ttf);
}
@font-face {
    font-family: 'Champagne-Limousines';
    src: url(../fonts/Champagne-Limousines.ttf);
}
@font-face {
    font-family: 'Big_noodle_titling';
    src: url(../fonts/Big_noodle_titling.ttf);
}
@font-face {
    font-family: 'BebasNeue-Regular';
    src: url(../fonts/BebasNeue-Regular.ttf);
}
@font-face {
    font-family: 'AVENGER-BI';
    src: url(../fonts/AVENGER-BI.otf);
}
@font-face {
    font-family: 'AVENGER-BD';
    src: url(../fonts/AVENGER-BD.otf);
}
@font-face {
    font-family: 'AmericanCaptain';
    src: url(../fonts/AmericanCaptain.ttf);
}

@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 100%; }
}

#animate-area{
    width: 100%;
    height: 100%;
    background-image: url('../images/logo.jpg') !important;
    background-position: 0 0;
    background-repeat: repeat;
    animation: animatedBackground 30s linear infinite;
}

.animate-me{
    background-repeat: repeat;
    animation: animatedBackground 20s linear infinite;
}

body{
    font-family: Nunito, sans-serif;
    line-height: normal;
    background-color: #fff;
    background-position: center !important;
    color: #000 !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    overflow-x: hidden !important;
}

.ih-padding-large-left{
    padding-left: 10%;
}

.uk-navbar-nav li.uk-active a, .uk-navbar-nav li a:hover{
    color: #36bfff !important;
}

.uk-navbar-nav li a{
    color: #000 !important;
}

.ih-bg--blue{
    background-color: #228acc !important;
    color: white;
    font-family: "Inconsolata", "Fira Mono", "Source Code Pro", Monaco, Consolas, "Lucida Console", monospace;
    font-size: 12px;
    padding: 15px !important;
    vertical-align: middle;
    justify-content: center;
}

.ih-bg-tran-gold{
    background-color: rgba(5,23,111,0.6);
}

.ih-bg-tr-white{
    background-color: rgba(255,255,255,0.5);
}

.ls{
    margin-left: 270px !important;
}

.ms{
    margin-left: 80px !important;
}

.item-center{
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.inner
{
    position: relative !important;
    left: 50% !important;
    top: 50% !important;
    transform: perspective(1px) translateX(-50%) translateY(-50%) !important;
}

.center-horizontal{
    position: relative !important;
    left: 50% !important;
    transform: perspective(1px) translateX(-50%) !important;
}

.iframe iframe {
    display:block;
    width:100% !important;
    height: 100% !important;
}

div.uk-form-custom,select{
    width: 100% !important;
    min-width: 200px !important;
}

video[poster]{object-fit:fill}

.ih-bgWhite{
    background-color: #ffffff !important;
    color: #474747 !important;
}

.ih-font-18{
    font-weight: bold;
    font-size: 18px !important;
}

.ih-font-12{
    font-weight: 300;
    font-size: 12px !important;
}

.ih-font-16{
    font-weight: 600;
    font-size: 16px !important;
}

.ih-font-14{
    font-weight: 600;
    font-size: 14px !important;
}

.ih-font-46{
    font-weight: bold;
    font-size: 46px !important;
    text-align: center !important;
}

.ih-margin-xlarge{
    margin: 70px !important;
}

.ih-margin-large{
    margin: 50px !important;
}

.ih-margin-small{
    margin: 10px !important;
}

.ih-margin{
    margin: 20px !important;
}

.ih-margin-remove-top{
    margin-top: 0px !important;
}

.ih-margin-remove-left{
    margin-left: 0px !important;
}

.ih-margin-remove-bottom{
    margin-bottom: 0px !important;
}

.ih-margin-remove-right{
    margin-right: 0px !important;
}

.ih-margin-remove-horizontal{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.ih-margin-remove-vertical{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ih-fgBlue{
    color: #228acc !important;
}

.uk-text-center{
    text-align: center !important;
}

.login{
    width: 100% !important;
    height: 100vh !important;
}

.uk-link-text{
    background-color: transparent !important;
}

.uk-link-text:focus, .uk-link-text{
    border: none !important;
    cursor: hand !important;
}

.ih-adm-border{
    border-top: solid 2px #fcad04;
    border-bottom: solid 2px #fcad04;
}
.ih-icon-button a{background-color: #ccc;color: #228acc;font-weight: 800 !important;}
.ih-icon-button a:hover{
    background-color: #fcad04 !important;
    color: white !important;
}

.ih-icon-button-container sup{
    margin-left: -10px !important;
}

.ih-drop-list{
    border-left: solid 1px #beb8b2;
    border-right: solid 1px #beb8b2;
}

.ih-air-right{
    position: fixed;
    bottom: 50px;
    float: right;
    right: 50px;
    z-index: 4000;
}

.ih-air-left{
    position: fixed;
    bottom: 50px;
    float: left;
    left: 50px;
    z-index: 4000;
}

.ih-slider .uk-card-media-top img{
    width: 270px !important;
    height: 150px !important;
    object-fit: cover;
}

.ih-slider .uk-card-title{
    margin-bottom: -15px !important;
}

input:focus{
    color: black !important;
    font-weight: 500 !important;
}

.ih-font-babae{
    font-family: BebasNeue-Regular;
}

.ih-fg-red{
    color: red !important;
}

.ih-bg-bluegray{
    background-color: grey !important;
}

.ih-bg-blue{
    background-color: #228acc !important;
}

.icon {
    fill: #000;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.icon-lg{
    font-size: 100px !important;
}

.icon-sm{
    font-size: 30px !important;
}

.icon-ss{
    font-size: 20px !important;
}

.icon-md{
    font-size: 40px !important;
}

.icon-xs{
    font-size: 10px !important;
}

.icon-xm{
    font-size: 60px !important;
}

.icon-xl{
    font-size: 200px !important;
}

h1,h2,h3,h4,h5,h6{
    /*font-weight: bolder !important;*/
}

a{
    font-weight: bold;
}

.ih-bg-black ul li a,.ih-bg-transparent ul li a{
    font-weight: 500 !important;
}

.ih-bg-tr-black{
    background-color: rgba(0,0,0,0.8);
}

.ih-bg-transparent{
    background-color: transparent !important;
}

.ih-bg-transparent img{
    /*opacity: 0.7;*/
}

.ih-iframe{
    width: 100% !important;
    overflow: hidden !important;
    text-align: center !important;

}

.ih-position-abs{
    position: absolute;
}

.ih-zindex-1000{
    z-index: 1000;
}

.ih-bg-black{
    background-color: rgba(0,0,0,1) !important;
    color: #cccccc !important;
}

.ih-font-sz-20{
    font-size: 20px;
}

.ih-font-sz-15{
    font-size: 15px;
}

.ih-font-sz-11{
    font-size: 11px;
}

.ih-margin-top--15{
    margin-top: -15px !important;
}

.ih-bg-gold{
    background-color: #fcad04 !important;
    color: #000;
}

.ih-margin-large-top{
    margin-top: 110px;
}

.ih-mini-menu-text{
    font-family: Oswald !important;
    font-weight: 100 !important;
    font-size: 13px !important;
    padding: 5px;
}

.uk-link-heading.ih-mini-menu-text.hvr-underline-from-right:before{
    background-color: black !important;
    height:1px !important;
}

.uk-link-heading.ih-mini-menu-text:hover{
    color: black;
    border-width: 2px;
}

.uk-section-secondary{background-color: #000 !important;}

.ih-font-Nunito{
    font-family: Nunito, sans-serif;
    color: white;
    font-weight: 500;
}

.ih-social-ft{
    position: relative !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 480px
}

.ih-name{
    color: #228acc;
    font-weight: bold;
}

.ih-email{
    font-size: 12px;
    color: grey;
}

.ih-amount{
    font-size: 11px;
    color: black;
    font-weight: bold;
}

.ih-title-small{
    font-size: 9px;
}

.star{color: red !important;}


div.line{
    height: 40px;
    border-left: 2px solid #474747;
    margin-top: 30px;
}

.ih-fg-white{
    color: #fff !important;
}

.ih-round-anchor{
    position: relative;
    padding: 5px !important;
    background-color: #474747;
    border-radius: 10px !important;
    color: #000;
    margin-right: 5px !important;
    transition: .5s;
}

.ih-round-anchor::before{

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    background: #ffee10;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}

.ih-facebook:hover{
    color: #0e6dcd !important;
    box-shadow: 0 0 5px #0e6dcd;
    text-shadow: 0 0 5px #0e6dcd;
}

.ih-facebook:hover::before{
    box-shadow: 0 0 15px #0e6dcd;
}

.ih-instagram:hover{
    color: #C13584 !important;
    box-shadow: 0 0 5px #C13584;
    text-shadow: 0 0 5px #C13584;
}

.ih-instagram:hover::before{
    box-shadow: 0 0 15px #C13584;
}

.ih-twitter:hover{
    color: #00acee !important;
    box-shadow: 0 0 5px #00acee;
    text-shadow: 0 0 5px #00acee;
}

.ih-twitter:hover::before{
    box-shadow: 0 0 15px #00acee;
}

.ih-linkedin:hover{
    color: #0077B5 !important;
    box-shadow: 0 0 5px #0077B5;
    text-shadow: 0 0 5px #0077B5;
}

.ih-linkedin:hover::before{
    box-shadow: 0 0 15px #0077B5;
}

.ih-youtube:hover{
    color: #ff0000 !important;
    box-shadow: 0 0 5px #ff0000;
    text-shadow: 0 0 5px #ff0000;
}

.ih-youtube:hover::before{
    box-shadow: 0 0 15px #ff0000;
}

.ih-youtube:hover::before, .ih-linkedin:hover::before, .ih-twitter:hover::before, .ih-instagram:hover::before, .ih-facebook:hover::before{
    transform: scale(1.1);
}

.ih-carousel-menu-bar{
    height: auto;
    width: 100%;
    background-color: rgba(0,0,0,1);
    bottom: -2px;
    position: fixed;
    content: '';
    justify-content: center !important;
    align-content: center !important;
    vertical-align: middle !important;
    z-index: 2000;
}

.ih-card{
    background-color: transparent;
    color: black;
    font-family: Champagne-Limousines-Bold;
    font-size: 25px;
}

.ih-card .ih-body{
    border-top: solid 3px chartreuse;
    border-left: solid 3px chartreuse;
    border-right: solid 3px chartreuse;
    border-top-left-radius: 20px ;
    border-top-right-radius: 20px;
    background-color: #fff;
    padding: 20px;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.ih-card .ih-body .data{
    font-size: 50px;
    font-weight: bolder;
}

.ih-card .ih-body .detail{
    font-size: 15px;
    font-weight: 500;
    color: gray;
}

.ih-card .ih-title{
    background-color: chartreuse;
    font-weight: bold !important;
    padding: 7px;
    font-size: 16px;
}

.ih-navbar-container{
    background-color: transparent !important;
    height: 40px !important;
    margin-top: -10px !important;
}

.ih-img{
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background-color: #bbbfc3;
    object-fit: contain;
    cursor: pointer !important;
}

.ih-img:hover{
    cursor: pointer !important;
}

.ih-img.active{
    border: solid 3px #474747 !important;
}


.hr{
    border: solid 1px rgba(0,0,0,0.9) !important;
}

.ih-menu-btn {
    position: relative;
}
.ih-menu-btn:hover,
.ih-menu-btn:active, .uk-active .ih-menu-btn, .uk-active .ih-menu-offcanvas-btn, .ih-menu-offcanvas-btn:hover {
    letter-spacing: 5px;
    color: white !important;
}

.ih-menu-btn:after,
.ih-menu-btn:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.ih-fg-gold{
    color: #fcad04 !important;
}

.ih-breadcrumb *{
    color: #fcad04 !important;
    font-family: "Inconsolata", "Fira Mono", "Source Code Pro", Monaco, Consolas, "Lucida Console", monospace;
    font-size: 12px;
    margin-right: 5px !important;
}

.ih-breadcrumb .uk-divider-vertical{
    border-color: #fcad04 !important;
}

.ih-font-weight-normal{
    font-weight: normal !important;
}

.ih-font-champagne{
    font-family: Champagne-Limousines;
}

.ih-font-sz-40{
    font-size: 40px;
}

.ih-font-sz-35{
    font-size: 35px;
}

.ih-font-sz-25{
    font-size: 25px;
}

.ih-font-AC{
    font-family: Champagne-Limousines-Bold-Italic;
}

.ih-text-large{
    font-family: BebasNeue-Regular;
    font-size: 70px;
    font-weight: bold;
}

.ih-text-mini-large{
    font-family: Roboto-Medium;
    font-size: 40px;
    font-weight: bold;
}

.ih-text-medium-large{
    font-family: Champagne-Limousines;
    font-size: 60px;
    font-weight: bold;
}

.ih-text-normal{
    font-family: Oswald;
    font-size: 20px;
    font-weight: normal;
}

.ih-position-top-left{
    margin-top: 70px;
    margin-left: 80px;
}

.ih-parallelogram {
    width: 40%;
    height: 100%;
    transform: skew(20deg);
    background: rgba(0,0,0,0.6);
    padding: 100px 20px 80px !important;
    content: '';
    align-content: center;
    justify-content: center;
    margin-left: 100px;
    position: relative;
}

.ih-menu-btn:hover:after,
.ih-menu-btn:hover:before, .uk-active .ih-menu-btn:after, .uk-active .ih-menu-btn:before{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #fff;
    transition: width 350ms ease-in-out;
    width: 70%;
}

.ih-menu-btn:hover:before, .uk-active .ih-menu-btn:before {
    bottom: auto;
    top: 0;
    width: 70%;
}

.ih-bg-dark{
    background-color: #0e0e0e !important;
    color: #fcad04;
    font-family: "Inconsolata", "Fira Mono", "Source Code Pro", Monaco, Consolas, "Lucida Console", monospace;
    font-size: 12px;
    padding: 15px !important;
    vertical-align: middle;
    justify-content: center;
}

.ih-fg-gray{
    color: #bbbfc3;
}

.ih-adjust-margin-left-top{
    margin-left: 30px;
    margin-top: -20px;
}

.ih-adjust-margin-left-top-60{
    margin-left: 60px;
}

.ih-adjust-margin-left-top--60{
    margin-left: 60px;
    margin-top: -20px;
}


.ih-adjust-margin-left-top-90{
    margin-left: 90px;
    margin-top: -20px;
}

.ih-adjust-margin-left-top-120{
    margin-left: 120px;
    margin-top: -20px;
}

.ih-adjust-margin-left-top-150{
    margin-left: 150px;
    margin-top: -20px;
}

.ih-adjust-margin-left-top-180{
    margin-left: 180px;
    margin-top: -20px;
}

.ih-adjust-margin-left-top-210{
    margin-left: 210px;
    margin-top: -20px;
}

.ih-margin-right-20{
    margin-right: 20px !important;
}

.ih-margin-top--30{
    margin-top: -30px !important;
}

.ih-margin-right-70{
    margin-right: 90px;
    margin-top: 190px !important;
}

.ih-empty-space-30{
    display: none;
    background-color: #000;
    width: 100%;
    height: 30px;
}

.ih-link{
    color: gray !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.ih-link:hover{
    color: #fcad04 !important;
}

p.bullet,*.bullet{
    display: list-item;          /* This has to be "list-item"                                               */
    list-style-type: disc;       /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: inside; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-position */
    margin-top: 0px !important;
}

footer .ih-ft-bg-black{
    background-color: #000;
    color: white;
    font-family: "Inconsolata", "Fira Mono", "Source Code Pro", Monaco, Consolas, "Lucida Console", monospace;
    font-size: 9px;
    padding: 15px !important;
    vertical-align: middle;
    justify-content: center;
}

footer .uk-nav li a:hover, footer .uk-nav li.uk-active a{
    color: #474747 !important;
}

em a{
    color: #fcad04 !important;
    text-decoration: none !important;
}

em a:hover{
    color: aqua !important;
    text-decoration: none !important;
}

.ih-overlay{
    background-color: rgba(0,0,0,0.9) !important;
}

.ih-margin-large{
    margin: 70px !important;
}

#signin .uk-heading-line, #signup .uk-heading-line{
    font-size: 30px !important;
}

.ih-padding-center{
    padding-left: 30%;
    padding-right: 30%;
}

.ih-heading-small{
    font-family: Champagne-Limousines-Bold;
    font-weight: bold;
    font-size: 10px;
}

.ih-padding-large-top{
    padding-top: 60px;
}

.ih-button{
    background-color: #fcad04;
    color: #000 !important;
    font-family: Champagne-Limousines-Bold;
    font-size: 18px;
    padding: 9px 20px !important;
    border: none !important;
    border-radius: 5px;
    align-content: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
    text-transform:none;display:inline-block;box-sizing:unset;
}

.ih-button:hover,.ih-button:focus,.ih-button.active{
    background-color: #000;
    color: #fcad04 !important;
    text-decoration: none !important;
    text-transform:none;display:inline-block;box-sizing:unset;
    outline:0
}

.ih-float-right{
    float: right !important;
}

.ih-fg-black{
    color: black !important;
}

.ih-fg-dark{
    color: #0e0e0e !important;
}

.ih-border-black{
    border-color: black !important;
}

footer div div div .uk-nav li{
    margin-bottom: -5px !important;
    font-size: 13px !important;
}

.ih-scrollbar::-webkit-scrollbar-track,body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    background-color: #F5F5F5 !important;
}

.ih-scrollbar::-webkit-scrollbar,body::-webkit-scrollbar
{
    width: 0px !important;
    height: 1px;
    background-color: #F5F5F5 !important;
}

.ih-scrollbar::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb
{
    border-radius: 1px !important;
    background-color: #fcad04 !important;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent) !important;
}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {


}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {


}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {


}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .ih-padding-center{
        padding-left: 10%;
        padding-right: 10%;
    }

    .ih-margin-large{
        margin: 50px;
    }

    .ih-font-sz-40,.ih-font-sz-35,.ih-font-sz-25{
        font-size: 20px;
    }

    .ih-mini-menu-text{
        font-size: 11px;
    }

    .ih-carousel-menu-bar{
        bottom: 0px !important;
    }

    .ih-navbar-container{
        margin-top: -23px !important;
    }

    .ih-img{
        width: 20px;
        height: 20px;
        border-radius: 7px;
        object-fit: cover;
    }

    #slider-loader div img{
        width: 20px;
    }

    .slider div div ul li img{
        height: 100vh !important;
        object-fit: cover !important;
        object-position: 65% 100%;
    }

    .ih-parallelogram {
        width: 60%;
        height: 65% !important;
        transform: none;
        margin: 50px;
    }

    .ih-text-large{
        font-size: 40px;
    }

    .ih-text-mini-large{
        font-size: 20px;
    }

    .ih-text-medium-large{
        font-size: 30px;
    }

    .ih-text-normal{
        font-size: 14px;
    }

    .ih-adjust-margin-left-top, .ih-adjust-margin-left-top-210, .ih-adjust-margin-left-top--60, .ih-adjust-margin-left-top-90, .ih-adjust-margin-left-top-120, .ih-adjust-margin-left-top-150, .ih-adjust-margin-left-top-180{
        margin-top: -5px;
    }

    .ih-adjust-margin-left-top, .ih-adjust-margin-left-top-210, .ih-adjust-margin-left-top--60, .ih-adjust-margin-left-top-60, .ih-adjust-margin-left-top-90, .ih-adjust-margin-left-top-120, .ih-adjust-margin-left-top-150, .ih-adjust-margin-left-top-180{
        margin-left: 0px;
    }

    .ih-margin-right-70{
        margin-top: -120px;
    }

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .ih-padding-center{
        padding-left: 10%;
        padding-right: 10%;
    }

    .ih-margin-large{
        margin: 40px;
    }

    .ih-font-sz-40,.ih-font-sz-35{
        font-size: 18px;
    }

    .ih-mini-menu-text{
        font-size: 10px;
    }

    .ih-carousel-menu-bar{
        bottom: 0px !important;
    }

    .ih-navbar-container{
        margin-top: -23px !important;
    }

    .ih-img{
        width: 20px;
        height: 20px;
        border-radius: 7px;
        object-fit: cover;
    }

    #slider-loader div img{
        width: 20px;
    }

    .slider div div ul li img{
        height: 100vh !important;
        object-fit: cover !important;
        object-position: 65% 100%;
    }

    .ih-parallelogram {
        width: 60%;
        height: 65% !important;
        transform: none;
        margin: 50px;
    }

    .ih-text-large{
        font-size: 40px;
    }

    .ih-text-mini-large{
        font-size: 20px;
    }

    .ih-text-medium-large{
        font-size: 30px;
    }

    .ih-text-normal{
        font-size: 14px;
    }

    .ih-adjust-margin-left-top, .ih-adjust-margin-left-top-210, .ih-adjust-margin-left-top--60, .ih-adjust-margin-left-top-90, .ih-adjust-margin-left-top-120, .ih-adjust-margin-left-top-150, .ih-adjust-margin-left-top-180{
        margin-top: -5px;
    }

    .ih-adjust-margin-left-top, .ih-adjust-margin-left-top-210, .ih-adjust-margin-left-top--60, .ih-adjust-margin-left-top-60, .ih-adjust-margin-left-top-90, .ih-adjust-margin-left-top-120, .ih-adjust-margin-left-top-150, .ih-adjust-margin-left-top-180{
        margin-left: 0px;
    }

    .ih-margin-right-70{
        margin-top: -90px;
    }

    .ih-empty-space-30{
        display: block;
    }

    .ih-empty-space-20{
        display: none;
    }

    .ih-container{
        margin: 40px;
    }

    .ih-social-ft{
        margin-left: 0px;
        padding-left: 150px;
        
    }
}

.ih-empty-space-20{
    display: block;
    width: 100%;
    height: 20vh;
    background-color: #000;
}

.ih-container{
    margin: 80px;
}

#slider-loader div img{
    width: 30px;
}

button#button,button#butt{
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hamburger {
    padding: 15px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
}
.hamburger__container {
    width: 30px;
    height: 18px;
    position: relative;
}
.hamburger:hover .hamburger__inner {
    transform: translate(-51px, 50%);
    opacity: 0;
}
.hamburger:hover .hamburger__inner::before, .hamburger:hover .hamburger__inner::after {
    transform: translate(102px, 0);
    opacity: 0;
}
.hamburger.is-active .hamburger__inner {
    display: none;
}
.hamburger__inner {
    width: 90%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    top: 50%;
    transform: translate(5px, -50%);
    opacity: 1;
}
.hamburger__inner::before, .hamburger__inner::after {
    width: 90%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    content: "";
    opacity: 1;
    transform: translate(-20px, 0);
}
.hamburger__inner::before {
    top: -8px;
}
.hamburger__inner::after {
    top: 8px;
}
.hamburger:hover .hamburger__hidden {
    opacity: 1;
    transform: translate(-10px, 50%);
}
.hamburger:hover .hamburger__hidden::before, .hamburger:hover .hamburger__hidden::after {
    opacity: 1;
    transform: translate(0, 0);
}
.hamburger.is-active .hamburger__hidden {
    opacity: 1;
    transform: rotate(0);
    background-color: transparent;

}
.hamburger.is-active .hamburger__hidden::before {
    transform: translate(0, 8px) rotate(90deg);
    transform-origin: center;
}
.hamburger.is-active .hamburger__hidden::after {
    transform-origin: center;
    transform: translate(0, -8px) rotate(0);
}
.hamburger__hidden {
    opacity: 0;
    width: 90%;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    background-color: white;
    top: 50%;
    transform: translate(51px, -50%);
}
.hamburger__hidden::before, .hamburger__hidden::after {
    width: 90%;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    background-color: white;
    content: "";
    transform: translate(102px, 0);
}
.hamburger__hidden::before {
    top: -8px;
}
.hamburger__hidden::after {
    top: 8px;
}