:root {
    --color: #001688;
    --color2: #0025DB;
    --colorw: #fff;
    --background: #2A2A2A;
}

* {
    outline: none !important;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    max-height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.errorhtml {
    position: absolute;
    left: 0;
    right: 0;
    top: 157px;
    bottom: 0;
    height: 20px;
    margin: auto;
    text-align: center;
}

.ucx-captcha {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.talep-captcha {
    flex-wrap: unset;
}

.talep-captcha img, .talep-captcha a {
    display: inline-block;
    width: 48% !important;
}

.circle-loader {
    margin-bottom: 3.5em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out;
}

.load-complete.error {
    border-color: #caa933;
}

.checkmark,
.errormark {
    display: none;
}

.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.errormark.draw:after {
    transform: scaleX(-1) rotate(136deg) !important;
}

.errormark.draw:before {
    transform: scaleX(-1) rotate(-225deg) !important;
}

.errormark:after,
.errormark:before,
.checkmark:after {
    opacity: 1;
    position: absolute;
    content: "";
    transform-origin: left top;
    width: 1.75em;
    height: 1.75em;
    height: 1.75em;
}

.checkmark:after {
    height: 3.5em;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    left: 1.75em;
    top: 3.5em;
}

.errormark:after {
    left: 35px;
    top: 75px;
    border-bottom: 3px solid #caa933;
    border-left: 3px solid #caa933;
}

.errormark:before {
    left: 35px;
    top: 2.5em;
    border-top: 3px solid #caa933;
    border-right: 3px solid #caa933;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 1.75em;
        opacity: 1;
    }
    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
}

.errorhtml {
    position: absolute;
    left: 0;
    right: 0;
    top: 157px;
    bottom: 0;
    height: 20px;
    margin: auto;
    text-align: center;
}

#ucx-mail-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: .5s all
}

#ucx-mail-loading.active {
    opacity: 1;
}

.ucx-captcha img {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
}

.ucx-captcha p {

}

.ucx-captcha a {
    padding: 0 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #111;
    color: #111;
    cursor: pointer;
    line-height: 41px;
    height: 40px;
    float: right;
    margin-top: 5px;
    display: block;
    width: 100%;
}

.container-box {
    padding: 0 5%;
}

.men {
    display: flex;
    align-items: center;
}

.menu {
    width: auto;
    float: right;
    margin: 0 0 0 20px;
    display: block;
    position: relative;
    z-index: 999;
}

.menu ul {
    float: left;
    margin: 0;
    display: table;
}

.menu ul li {
    float: left;
    margin: 0;
    text-align: center;
    margin: 0 13px;
    position: relative;
}

.menu ul li a {
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 0 10px;
    text-align: left;
    display: block;
    font-weight: 700;
    transition: all 0.3s ease-in-out;

}

.menu ul li:last-child a {
    border: none;
}

.menu ul li a:hover,
.menu ul li a.active,
.menu ul li a:focus {
    color: var(--color);
    clear: both;

}

.menu ul li a.active {
    border-bottom: 2px solid #111111;
}

.menu ul li ul {
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 60px;
    border-radius: 15px !important;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    display: none;
}

.menu ul li ul li {
    min-width: 350px;
    float: none;
    text-align: left;
}

.menu ul li ul li a {
    text-align: left;
    border-right: none;
    color: #404040;
    font-size: 14px;
    padding: 10px 0;
}

.menu ul li ul li a:hover {
    color: var(--color);
}

.menu ul li ul li ul {
    left: 100%;
    top: 0;
    display: none;
    background-color: #fff;
}

.menu ul li ul li ul li {
    padding: 0;
    top: 0;
    width: 100%;
    margin: 0;
}

header {
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 40px;
}

.fixed {
    position: fixed;
    z-index: 9999;
    background-color: #fff !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fixed img {
    height: 50px;
}

.row > .row {
    padding: 0 !important
}

.box-p {
    padding: 100px 0;
}

.color {
    background-color: var(--color);
    color: #fff;
}

.color2 {
    background-color: var(--color2) !important;
    color: #fff;
}

.colorw {
    background-color: var(--colorw);
    color: var(--color);
}

.bg_color {
    background-color: var(--background);
}

/* Logo */
.logo img {
    width: 32vh;
}

/* Baslik */
.baslik {
    text-align: center;
    width: 100%;
}

.baslik h2 {
    display: inline-block;
    position: relative;
    font-weight: 900;
    color: var(--color);
    font-size: 36px !important;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.baslik h2::before {
    position: absolute;
    content: '';
    width: 40%;
    left: 30%;
    bottom: 0;
    height: 5px;
    background-color: var(--color2);
    border-radius: 5px;
}

.baslik h3 {
    display: inline-block;
    position: relative;
    font-weight: 900;
    color: var(--color);
    font-size: 26px !important;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.baslik h3::before {
    position: absolute;
    content: '';
    width: 40%;
    left: 0%;
    bottom: 0;
    height: 5px;
    background-color: var(--color2);
    border-radius: 5px;
}


/* Link Btn */
.link_btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border: 0;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.link_btn:hover {
    background-color: var(--color) !important;
    color: #fff;
}

/* Ä°ndex Slider */
.index_slider {
    height: 100vh;
}

.index_slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6vh;
}

.index_slider .item {
    height: 100vh;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20vh;
}

.index_slider .item::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.04805672268907568) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.04805672268907568) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.04805672268907568) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index_slider .item::after {
    position: absolute;
    content: '';
    height: 44px;
    width: 100%;
    background-image: url('../img/sliderdown.png')/*tpa=http://www.iisi.com.tr/assets/img/sliderdown.png*/;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    animation-name: bounce;
    animation-duration: 5s; /* or: Xms */
    animation-iteration-count: 10;
    animation-direction: normal; /* or: normal */
    animation-timing-function: ease-in; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    animation-fill-mode: both; /* or: backwards, both, none */
    animation-delay: 0.1s; /* or: Xms */
}

.index_slider .item h2 {
    font-size: 5em;
    color: #fff;
    font-weight: 900;
    position: relative;
    z-index: 2;
    opacity: 0.40
}

.index_slider .item h2 span {
    font-weight: 300;
}


/* Ä°ndex Kurumsal */
.index_kurumsal {
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    color: rgba(47, 47, 46, 0.8);
    text-align: center;
}

/* urun_gruplari */
.urun_gruplari {
    background-color: #eee;
    position: relative;
}

.ust_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 44px;
    background-image: url(../img/up.png)/*tpa=http://www.iisi.com.tr/assets/img/up.png*/;
    background-size: cover;
    background-position: center;
}

.urun {
    margin-bottom: 20px;
}

.urun .item {
    padding: 30px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}

.urun .item .icon {
    height: 110px;
    margin-bottom: 30px;
    text-align: center;
}

.urun .item .icon svg {
    height: 110px;
}

.urun .item .icon path {
    transition: all 0.3s ease-in-out;
    stroke: #fff;
    fill: #fff;
}

.urun .item h2 {
    transition: all 0.3s ease-in-out;
    font-size: 24px;
    font-weight: 700;
}

.urun .item:hover {
    background-color: #fff;
    box-shadow: 0 3px 50px rgba(4, 24, 72, 0.63);
}

.urun .item:hover h2 {
    color: var(--color);
}

.urun .item:hover path {
    fill: var(--color) !important;
    stroke: var(--color);
}

path {
    opacity: 0;
}


/***************************************************
 * Generated by SVG Artista on 9/13/2019, 5:16:41 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 130px;
        stroke-dasharray: 130px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 130px;
        stroke-dasharray: 130px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-stroke-1 3s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.5s both,
    animate-svg-fill-1 5s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.8s both;
    animation: animate-svg-stroke-1 3s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.5s both,
    animate-svg-fill-1 5s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 595.6929321289062px;
        stroke-dasharray: 595.6929321289062px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 595.6929321289062px;
        stroke-dasharray: 595.6929321289062px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-stroke-2 3s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.05s both,
    animate-svg-fill-2 5s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.9s both;
    animation: animate-svg-stroke-2 3s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.05s both,
    animate-svg-fill-2 5s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 211.52972412109375px;
        stroke-dasharray: 211.52972412109375px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 211.52972412109375px;
        stroke-dasharray: 211.52972412109375px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-stroke-3 3s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.6s both,
    animate-svg-fill-3 5s cubic-bezier(0.95, 0.05, 0.795, 0.035) 1s both;
    animation: animate-svg-stroke-3 3s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.6s both,
    animate-svg-fill-3 5s cubic-bezier(0.95, 0.05, 0.795, 0.035) 1s both;
}

/* Footer */
footer {
    background-color: var(--background) !important;
    color: #fff;
}

footer .ciz {
    background-color: #fff;
}

footer .row {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    padding-bottom: 50px;
}

.links a {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
}

.links a:hover {
    color: var(--color2);
}

.ciz {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--color2);
    margin: 0 auto;
    margin-bottom: 50px;
}

.social a {
    color: #fff;
    height: 30px;
    text-align: center;
    padding-top: 10px;
    width: 30px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease-in-out;
}

.social a:hover {
    background-color: var(--color2);
}

.footer_adres {
    margin-top: 50px;
    letter-spacing: 2px
}

/* ic_head */
.ic_head {
    height: 300px;
    padding-bottom: 50px;
    background-position: bottom;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.ic_head::before {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.04805672268907568) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.04805672268907568) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.04805672268907568) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ic_head .links {
    position: relative;
    z-index: 9999;
    color: rgba(255, 255, 255, 0.50);
}

.ic_head .links a {
    opacity: 0.5;
}

.ic_head .links a:last-child {
    opacity: 1;
}

/* Galeri */
.galery {
    margin-top: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.galery .item {
    display: inline-block;
    width: calc((100% / 6) - 10px);
    margin: 5px;
    transition: all 1s ease-in-out;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}

.galery .item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #efefef;
    background-color: rgba(34, 49, 81, 0.20);
    transition: all 0.3s ease-in-out;
}

.galery .item:hover::before {
    background-color: var(--color);
    opacity: 0.5;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
}

.galery img {
    width: 100%;
    opacity: 0;
    max-height: none;
}

/* ic_liste */
.ic_liste {
    padding-left: 5%;
}

/* aside */
.aside {
    background-color: var(--color);
    padding: 40px 20px;
    border-radius: 10px;
    color: #fff;
}

.aside h2 {
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    font-weight: 900;
}

.aside li a {
    color: #fff;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.aside li a:hover {
    color: var(--color2);
    border-right: 2px solid #fff;
}

.talep {
    background-color: #eee;
    color: #111;
    margin-bottom: 20px;
}

.talep h2 {
    color: var(--color);
    border-color: var(--color);
}

.talep li a {
    color: #111;
}

.talep span {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
}


/* ÃœrÃ¼n Liste */
.urun_list {
    display: inline-block;
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

.urun_list:hover {
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
}

.urun_list img {
    margin: 0 auto 20px auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.urun_list .frame {
    width: 50vh;
    height: 30vh;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.urun_list h2 {
    font-size: 20px;
    color: var(--color);
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.urun_list:hover h2 {
    color: #fff;
}

.urun_list:hover {
    background-color: var(--color);
}

.urun_img {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.urun_img img {
    height: 12vh;
}

.urun_img a {
    margin: 5px;
    display: inline-block;
    border: 1px solid #eee;
    padding: 5px;
}

.urun_bilgi h2 {
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.urun_bilgi p {
    font-size: 15px;
    line-height: 25px;
}

/* Ä°letiÅŸim */
.map iframe {
    border-radius: 10px;
}

.contact {
    color: #6A6A6A;
    font-size: 16px;
    margin: 20px 0;
}

.contact a {
    color: #6A6A6A;
    transition: all 0.3s ease;
}

.contact a:hover {
    color: #D21F30;
}

.contact span {
    display: block;
    width: 100%;
    line-height: 34px;
    border: 1px solid #cdcdcd;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.contact span b {
    display: inline-block;
    margin-right: 10px;
}

/* Form */
form input, select, textarea {
    border: 0;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-bottom: 10px;
    color: #2A2A2A;
    padding-left: 10px;
    border-radius: 5px;
}

form textarea {
    height: auto;
}

form input:hover, select:hover, textarea:hover {
    box-shadow: 0 3px 50px rgba(255, 255, 255, 0.50);
}

.owl-next {
    right: 0;
}

.owl-prev {
    left: 0;
}

.owl-prev > span,
.owl-next > span {
    font-size: 15vh;
    color: #FFFFFF;
}

.owl-nav > button:hover {
    background: none !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}


/* Responsive */
/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .container-box {
        padding: 0 5%;
    }

    .box-p {
        padding: 50px 0;
    }

    .ciz {
        margin-top: 20px;
    }

    .links a {
        display: block;
        margin-bottom: 5px;
    }

    .ic_head .links a {
        display: inline-block;
    }

    .index_kurumsal {
        padding: 0 5%;
        font-size: 14px;
        line-height: 28px;
    }

    .menu {
        background-color: #fff;
        border-radius: 10px;
        margin: 20px 0 0 0;
        padding: 20px;
        width: 100%;
    }

    .menu ul li {
        display: block;
        width: 100%;
        margin: 0;
    }

    .menu ul li a {
        color: var(--color);
        font-size: 16px;
        display: block;
    }

    .menu ul li ul {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }

    .menu ul li ul li {
        min-width: 100%;
        padding-left: 5px;
    }

    .menu ul li ul li a {
        font-size: 13px;
        letter-spacing: normal;
    }

    .galery .item {
        width: calc((100% / 2) - 10px) !important;
    }

    .wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .urun_img {
        /*display: flex;*/
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .urun_img a {
        width: 45%;
        height: auto !important;
    }

    .urun_img img {
        height: unset !important;
    }

    .index_slider .item {
        padding-bottom: 10vh;
    }

    .logo img {
        width: 50%;
    }
}

@media (max-width: 1024px) {

    .ic_liste {
        padding: 0
    }

    .index_slider .item h2 {
        font-size: 2em;
    }

    .menu {
        display: none;
    }

    .galery .item {
        width: calc((100% / 3) - 10px);
    }
}

#menu-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    top: 10px;
    display: none;
    z-index: 999;
    text-align: right;
}

#menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu-icon span:nth-child(1) {
    top: 0px;
}

#menu-icon span:nth-child(2) {
    top: 7px;
}

#menu-icon span:nth-child(3) {
    top: 14px;
    width: 80%
}

#menu-icon.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#menu-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#menu-icon.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
}

@media all and (max-width: 1240px) {
    #menu-icon {

    }

    #menu-icon span {
    }
}

@media all and (max-width: 991px) {
    #menu-icon span {
        margin: auto;
    }

    .carousel-caption h2 {
        font-size: 35px;
    }
}

@media all and (max-width: 768px) {
    #menu-icon {
        top: 10px;
        display: block;
        right: 5%;
    }

    #menu-icon span {
    }

    #menu-icon span:nth-child(1) {
    }

    #menu-icon span:nth-child(2) {
    }

    #menu-icon span:nth-child(3) {
    }
}

@media all and (max-width: 480px) {
    #menu-icon {
    }

    .carousel-item {
        height: 100vh !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

.btn_hover:hover {
    transform: scale(1.1);
    box-shadow: 0 0.25em 0.5em 0.3em #777;
    transition: all 0.3s ease-in-out;
    border-radius: 0.25em 1em;
}