body {
    background-color: #fff;
    margin: 0px;
}

svg {
    max-height: 142px;
    position: absolute;
    z-index: 11106;
    left: -240px;
    -webkit-transform: rotate(38.0deg) scaleX(-1);
    transform: rotate(38.0deg) scaleX(-1);
    -webkit-animation: slide 0.5s forwards;
    animation: slide 0.5s forwards;
    opacity: 0;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
    top: 0px;
}

@-webkit-keyframes slide {
    0% {
        left: -540px;
    }
    100% {
        left: -240px;
        opacity: 1;
    }
}

@keyframes slide {
    0% {
        left: -540px;
    }
    100% {
        left: -240px;
        opacity: 1;
    }
}

#roby-leftarm {
    animation-name: wave-hand;
    animation-duration: .4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}

@keyframes wave-hand {
    /*
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(4.0deg) }  
   20% { transform: rotate(-3.0deg) }
   30% { transform: rotate(7.0deg) }
   40% { transform: rotate(-2.0deg) }
   50% { transform: rotate(5.0deg) }
   60% { transform: rotate( 0.0deg) }  
  100% { transform: rotate( 0.0deg) }
	*/
    /* for waving continueously*/
    0% {
        transform: rotate( 0.0deg)
    }
    50% {
        transform: rotate(9.0deg)
    }
    100% {
        transform: rotate( 0.0deg)
    }
}

.text-center {
    text-align: center;
}

.img-popup {
    width: 100%;
}

#overlay-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
    z-index: 11000;
    display: none;
}

.cnt223 a {
    text-decoration: none
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: absolute;
    z-index: 11100;
    overflow: hidden;
    TOP: 0;
}

.cnt223 {
    z-index: 11200;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.modal-header {
    background-color: #5252ec;
    /*
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    */
    color: #fff;
    border-bottom: none;
}

.popup-p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #434a54;
    margin-bottom: .7em;
}

.btn-popup {
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    border-radius: 0px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 1rem 3rem 1rem 3rem;
    background-color: #9c0 !important
}

.btn-popup:hover {
    text-decoration: none;
    background-color: #a6dd00 !important;
    color: #fff !important
}

.btn-popup a:visited {
    text-decoration: none;
    color: #fff !important
}

.cnt223 a:visited {
    color: #fff
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-top: 8px !important;
}

.close {
    float: right;
    font-size: 21px !important;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    /*background-color: #fff;*/
    border: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
    background-clip: padding-box;
    outline: 0
}

.modal-header {
    padding: 25px;
    padding-left: 30px;
}

.modal-title {
    margin: 0 auto;
    line-height: 1.42857143;
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
    display: inline;
    /*text-transform: uppercase;*/
}

.modal-body {
    position: relative;
    padding: 45px;
    padding-top: 15px !important
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

@media (min-width:768px) {
    .modal-dialog {
        width: 100%;
        margin: 0 auto;
    }
    .modal-content {
        /*
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
      */
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 100%;
    }
}

@media only screen and (min-device-width :320px) and (max-device-width :480px) {
    .modal-sm {
        width: 100%;
    }
    .popup-p {
        font-size: .7rem;
        line-height: 1rem
    }
}

.download-btn {
    margin-left: 9px;
    background-color: #42c2ff;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    padding: 4px 9px;
    margin-bottom: 1px;
    vertical-align: initial;
    border: 2px solid rgba(255, 2552, 255, .0);
}

.download-a:hover {
    color: #fff;
    text-transform: uppercase;
}

.download-btn:hover {
    margin-left: 9px;
    background-color: rgb(63 94 232 / 100%);
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    padding: 4px 9px;
    margin-bottom: 1px;
    vertical-align: initial;
    border: 2px solid rgba(255, 2552, 255, .4);
}

.download-a {
    color: #fff;
    text-transform: uppercase;
}

.slide-in-top {
    -webkit-animation: slide-in-top .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-top .5s cubic-bezier(.25, .46, .45, .94) both;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.mt-30 {
    margin-top: 0px;
}

.poph3 {
    font-size: 1.4rem;
    color: #000;
    letter-spacing: 0.045em !important;
    text-transform: uppercase;
}

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}